2022-09-27T15:24:25.4725093Z Requested labels: linux.2xlarge 2022-09-27T15:24:25.4725163Z Job defined at: pytorch/pytorch/.github/workflows/_linux-test.yml@refs/pull/85462/merge 2022-09-27T15:24:25.4725186Z Waiting for a runner to pick up this job... 2022-09-27T15:24:29.1087101Z Job is about to start running on the runner: i-052f3a41328ee0e6e (organization) 2022-09-27T15:24:33.9904723Z Current runner version: '2.296.2' 2022-09-27T15:24:33.9910227Z Runner name: 'i-052f3a41328ee0e6e' 2022-09-27T15:24:33.9910720Z Runner group name: 'Default' 2022-09-27T15:24:33.9911287Z Machine name: 'ip-10-0-3-153' 2022-09-27T15:24:33.9913280Z ##[group]GITHUB_TOKEN Permissions 2022-09-27T15:24:33.9913938Z Actions: read 2022-09-27T15:24:33.9914261Z Checks: read 2022-09-27T15:24:33.9914538Z Contents: read 2022-09-27T15:24:33.9914895Z Deployments: read 2022-09-27T15:24:33.9915219Z Discussions: read 2022-09-27T15:24:33.9915489Z Issues: read 2022-09-27T15:24:33.9915831Z Metadata: read 2022-09-27T15:24:33.9916164Z Packages: read 2022-09-27T15:24:33.9916435Z Pages: read 2022-09-27T15:24:33.9916766Z PullRequests: read 2022-09-27T15:24:33.9917133Z RepositoryProjects: read 2022-09-27T15:24:33.9917447Z SecurityEvents: read 2022-09-27T15:24:33.9917793Z Statuses: read 2022-09-27T15:24:33.9918107Z ##[endgroup] 2022-09-27T15:24:33.9921040Z Secret source: None 2022-09-27T15:24:33.9921728Z Prepare workflow directory 2022-09-27T15:24:34.2108910Z Prepare all required actions 2022-09-27T15:24:34.2282773Z Getting action download info 2022-09-27T15:24:34.4321606Z Download action repository 'pytorch/pytorch@master' (SHA:01dbbeeeb5ab7ede28e333982e98713282a0e4b8) 2022-09-27T15:24:36.8947665Z Download action repository 'nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767' (SHA:7d4a37704547a311dbb66ebdf5b23ec19374a767) 2022-09-27T15:24:37.0232793Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:3c1d75049465d7dfa70acca6d80b9c5c06ff4886) 2022-09-27T15:24:37.2737474Z Getting action download info 2022-09-27T15:24:37.4272641Z Download action repository 'malfet/checkout@silent-checkout' (SHA:f63e9e15406be6060f159846cd2e098f759c5246) 2022-09-27T15:24:37.6641255Z Uses: pytorch/pytorch/.github/workflows/_linux-test.yml 2022-09-27T15:24:37.6642908Z ##[group] Inputs 2022-09-27T15:24:37.6643190Z build-environment: linux-bionic-py3.7-clang9 2022-09-27T15:24:37.6643890Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 2, runner: "linux.2xlarge" }, { config: "default", shard: 2, num_shards: 2, runner: "linux.2xlarge" }, { config: "crossref", shard: 1, num_shards: 2, runner: "linux.2xlarge" }, { config: "crossref", shard: 2, num_shards: 2, runner: "linux.2xlarge" }, { config: "dynamo", shard: 1, num_shards: 2, runner: "linux.2xlarge" }, { config: "dynamo", shard: 2, num_shards: 2, runner: "linux.2xlarge" }, { config: "functorch", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, ]} 2022-09-27T15:24:37.6644666Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:24:37.6645016Z sync-tag: 2022-09-27T15:24:37.6645181Z ##[endgroup] 2022-09-27T15:24:37.6645624Z Complete job name: linux-bionic-py3.7-clang9 / test (default, 2, 2, linux.2xlarge) 2022-09-27T15:24:37.7299424Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-09-27T15:24:37.7299699Z with: 2022-09-27T15:24:37.7299906Z submodules: recursive 2022-09-27T15:24:37.7300091Z fetch-depth: 0 2022-09-27T15:24:37.7300246Z env: 2022-09-27T15:24:37.7300420Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:24:37.7300608Z ##[endgroup] 2022-09-27T15:24:37.7526351Z ##[group]Run retry () { 2022-09-27T15:24:37.7526602Z retry () { 2022-09-27T15:24:37.7526831Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-09-27T15:24:37.7527050Z } 2022-09-27T15:24:37.7527226Z echo "${GITHUB_WORKSPACE}" 2022-09-27T15:24:37.7527447Z if [ -z "${NO_SUDO}" ]; then 2022-09-27T15:24:37.7527671Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-09-27T15:24:37.7527876Z else 2022-09-27T15:24:37.7528061Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-09-27T15:24:37.7528272Z fi 2022-09-27T15:24:37.7528531Z mkdir "${GITHUB_WORKSPACE}" 2022-09-27T15:24:37.7544512Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:24:37.7544882Z env: 2022-09-27T15:24:37.7545064Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:24:37.7545236Z NO_SUDO: 2022-09-27T15:24:37.7545406Z ##[endgroup] 2022-09-27T15:24:37.7710630Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:24:39.5017483Z ##[group]Run malfet/checkout@silent-checkout 2022-09-27T15:24:39.5017721Z with: 2022-09-27T15:24:39.5017917Z ref: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:24:39.5018124Z fetch-depth: 0 2022-09-27T15:24:39.5018291Z submodules: recursive 2022-09-27T15:24:39.5018479Z quiet-checkout: true 2022-09-27T15:24:39.5018678Z repository: pytorch/pytorch 2022-09-27T15:24:39.5019031Z token: *** 2022-09-27T15:24:39.5019202Z ssh-strict: true 2022-09-27T15:24:39.5019394Z persist-credentials: true 2022-09-27T15:24:39.5019583Z clean: true 2022-09-27T15:24:39.5019744Z lfs: false 2022-09-27T15:24:39.5019924Z set-safe-directory: true 2022-09-27T15:24:39.5020104Z env: 2022-09-27T15:24:39.5020259Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:24:39.5020449Z ##[endgroup] 2022-09-27T15:24:39.6182415Z Syncing repository: pytorch/pytorch 2022-09-27T15:24:39.6184522Z ##[group]Getting Git version info 2022-09-27T15:24:39.6185224Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-09-27T15:24:39.6185974Z [command]/usr/bin/git version 2022-09-27T15:24:39.6186307Z git version 2.37.1 2022-09-27T15:24:39.6187261Z ##[endgroup] 2022-09-27T15:24:39.6203255Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/8225ef88-1449-4810-810b-1814d18da7d4' before making global git config changes 2022-09-27T15:24:39.6203950Z Adding repository directory to the temporary git global config as a safe directory 2022-09-27T15:24:39.6209560Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:24:39.6246388Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-09-27T15:24:39.6250618Z ##[group]Initializing the repository 2022-09-27T15:24:39.6255927Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:24:39.6283299Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-09-27T15:24:39.6283875Z hint: is subject to change. To configure the initial branch name to use in all 2022-09-27T15:24:39.6284417Z hint: of your new repositories, which will suppress this warning, call: 2022-09-27T15:24:39.6284773Z hint: 2022-09-27T15:24:39.6285219Z hint: git config --global init.defaultBranch 2022-09-27T15:24:39.6285567Z hint: 2022-09-27T15:24:39.6286050Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-09-27T15:24:39.6286698Z hint: 'development'. The just-created branch can be renamed via this command: 2022-09-27T15:24:39.6287115Z hint: 2022-09-27T15:24:39.6287685Z hint: git branch -m 2022-09-27T15:24:39.6288330Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-09-27T15:24:39.6294569Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-09-27T15:24:39.6322674Z ##[endgroup] 2022-09-27T15:24:39.6323304Z ##[group]Disabling automatic garbage collection 2022-09-27T15:24:39.6328245Z [command]/usr/bin/git config --local gc.auto 0 2022-09-27T15:24:39.6354610Z ##[endgroup] 2022-09-27T15:24:39.6354966Z ##[group]Setting up auth 2022-09-27T15:24:39.6361634Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-09-27T15:24:39.6390956Z [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:39.6627736Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-09-27T15:24:39.6658089Z [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:39.6905279Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-09-27T15:24:39.6945293Z ##[endgroup] 2022-09-27T15:24:39.6945678Z ##[group]Fetching the repository 2022-09-27T15:24:39.6951669Z [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:27.8576263Z [command]/usr/bin/git rev-parse --verify --quiet 52424e2bf38e454d535881fed9628d3e20f4f944^{object} 2022-09-27T15:25:27.8613022Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules origin 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:25:28.8917604Z ##[endgroup] 2022-09-27T15:25:28.8918118Z ##[group]Determining the checkout info 2022-09-27T15:25:28.8919315Z ##[endgroup] 2022-09-27T15:25:28.8919859Z ##[group]Checking out the ref 2022-09-27T15:25:28.8924736Z [command]/usr/bin/git checkout --quiet --force 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:25:30.1106066Z ##[endgroup] 2022-09-27T15:25:30.1106519Z ##[group]Setting up auth for fetching submodules 2022-09-27T15:25:30.1112271Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-09-27T15:25:30.1157927Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2022-09-27T15:25:30.1187623Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2022-09-27T15:25:30.1216628Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-09-27T15:25:30.1240979Z ##[endgroup] 2022-09-27T15:25:30.1241428Z ##[group]Fetching submodules 2022-09-27T15:25:30.1244918Z [command]/usr/bin/git submodule sync --recursive 2022-09-27T15:25:30.1501539Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2022-09-27T15:25:30.1746500Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-09-27T15:25:30.1747421Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-09-27T15:25:30.1749547Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-09-27T15:25:30.1751864Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-09-27T15:25:30.1754353Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-09-27T15:25:30.1757364Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-09-27T15:25:30.1759855Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-09-27T15:25:30.1762474Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-09-27T15:25:30.1765434Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-09-27T15:25:30.1768375Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-09-27T15:25:30.1771719Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-09-27T15:25:30.1775018Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-09-27T15:25:30.1778328Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-09-27T15:25:30.1781784Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-09-27T15:25:30.1785332Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-09-27T15:25:30.1788820Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-09-27T15:25:30.1792580Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-09-27T15:25:30.1839570Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:25:30.1840551Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-09-27T15:25:30.1841386Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-09-27T15:25:30.1842117Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-09-27T15:25:30.1842788Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-09-27T15:25:30.1843459Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-09-27T15:25:30.1844349Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-09-27T15:25:30.1845212Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-09-27T15:25:30.1845850Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-09-27T15:25:30.1846389Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-09-27T15:25:30.1846854Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-09-27T15:25:30.1847341Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-09-27T15:25:30.1850795Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-09-27T15:25:30.1855331Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-09-27T15:25:30.1859987Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-09-27T15:25:30.1865100Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-09-27T15:25:30.1870201Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-09-27T15:25:30.1875224Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-09-27T15:25:30.1880589Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-09-27T15:25:30.1885930Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-09-27T15:25:30.1891507Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-09-27T15:25:30.1897200Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-09-27T15:25:30.1903081Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-09-27T15:25:30.1908799Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-09-27T15:25:30.1933980Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-09-27T15:25:30.5036798Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-09-27T15:25:30.8220439Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-09-27T15:25:31.0233362Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-09-27T15:25:31.3388895Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-09-27T15:25:31.6155463Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-09-27T15:25:33.9412663Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-09-27T15:25:39.4871158Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-09-27T15:25:39.8735415Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-09-27T15:25:40.4414752Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-09-27T15:25:41.8540019Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-09-27T15:25:43.0845451Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-09-27T15:25:44.2781009Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-09-27T15:25:49.6894887Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-09-27T15:25:50.3111622Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-09-27T15:25:51.4683802Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-09-27T15:25:52.6022614Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-09-27T15:25:52.7839119Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-09-27T15:25:53.3090387Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-09-27T15:25:53.6487028Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-09-27T15:25:54.6437375Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-09-27T15:25:55.1070547Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-09-27T15:25:55.3522690Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-09-27T15:25:55.6071236Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-09-27T15:25:58.4056542Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-09-27T15:25:58.8500342Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-09-27T15:25:59.2037182Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-09-27T15:26:04.9854666Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-09-27T15:26:06.5027921Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-09-27T15:26:07.1926078Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-09-27T15:26:07.4524003Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-09-27T15:26:12.6429599Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-09-27T15:26:12.8217073Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-09-27T15:26:13.0554700Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-09-27T15:26:13.8487937Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-09-27T15:26:14.1422632Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-09-27T15:26:14.5003849Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-09-27T15:26:14.8040720Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-09-27T15:26:15.3684609Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-09-27T15:26:18.4034200Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-09-27T15:26:18.8660707Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-09-27T15:26:21.0326192Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-09-27T15:26:21.0419170Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-09-27T15:26:21.0490821Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-09-27T15:26:21.0693946Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-09-27T15:26:21.0893374Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-09-27T15:26:21.1244783Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-09-27T15:26:21.6746910Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-09-27T15:26:21.6937229Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-09-27T15:26:21.7839955Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-09-27T15:26:21.8151788Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-09-27T15:26:22.0792309Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-09-27T15:26:22.4493946Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-09-27T15:26:22.6725042Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-09-27T15:26:22.7155603Z Submodule path 'third_party/fbgemm': checked out '499cd22f5c2e26041e4f190f628b48478a89a030' 2022-09-27T15:26:22.7169199Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:26:22.7171229Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:26:22.7173469Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:26:22.7176074Z 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:22.7197616Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-09-27T15:26:23.6595296Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-09-27T15:26:24.2025203Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-09-27T15:26:25.1787817Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-09-27T15:26:25.4949771Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-09-27T15:26:25.5875389Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-09-27T15:26:25.6409248Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-09-27T15:26:25.6499306Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-09-27T15:26:25.7269310Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-09-27T15:26:25.7573849Z Submodule path 'third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2022-09-27T15:26:25.7654000Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-09-27T15:26:25.8017888Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-09-27T15:26:25.8235357Z Submodule path 'third_party/gloo': checked out '5b143513263133af2b95547e97c07cebeb72bf72' 2022-09-27T15:26:25.8658289Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-09-27T15:26:25.8761128Z Submodule path 'third_party/ideep': checked out '77d662b313a762e82b389d3fd965e0098f12cd99' 2022-09-27T15:26:25.8774361Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-09-27T15:26:25.8794824Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-09-27T15:26:32.7238049Z Submodule path 'third_party/ideep/mkl-dnn': checked out '888a87a954e4fddb4d81fd10858eb834f2441b46' 2022-09-27T15:26:32.7253654Z 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:32.7276512Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-09-27T15:26:39.6538746Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '52b5f107dd9cf10910aaa19cb47f3abf9b349815' 2022-09-27T15:26:39.6630783Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-09-27T15:26:39.6757240Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-09-27T15:26:39.7606970Z Submodule path 'third_party/kineto': checked out '0703c78999061b8329dfab7ec5046fc5764a5573' 2022-09-27T15:26:39.7620798Z 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:39.7622987Z 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:39.7645170Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-09-27T15:26:40.9643341Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-09-27T15:26:41.9612913Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-09-27T15:26:42.0104998Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-09-27T15:26:42.0283272Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-09-27T15:26:42.0410577Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-09-27T15:26:42.1374908Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-09-27T15:26:42.3579461Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-09-27T15:26:42.3604741Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-09-27T15:26:42.3606665Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-09-27T15:26:42.3630559Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-09-27T15:26:42.7341494Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-09-27T15:26:43.5064310Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-09-27T15:26:43.5347341Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-09-27T15:26:43.5483140Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-09-27T15:26:43.5495252Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:26:43.5516029Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-09-27T15:26:45.1446692Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-09-27T15:26:45.1465913Z 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.1467961Z 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.1490413Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-09-27T15:26:45.5954475Z 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.3800442Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-09-27T15:26:46.4382082Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-09-27T15:26:46.4394965Z 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.4416738Z 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:46.6453981Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-09-27T15:26:46.6535937Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-09-27T15:26:46.8846196Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-09-27T15:26:46.8865272Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:26:46.8866626Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-09-27T15:26:46.8889728Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-09-27T15:26:47.2697262Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-09-27T15:26:48.9536956Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-09-27T15:26:49.0159855Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-09-27T15:26:49.0236888Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-09-27T15:26:49.0333287Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-09-27T15:26:49.0636035Z Submodule path 'third_party/pybind11': checked out 'aa304c9c7d725ffb9d10af08a3b34cb372307020' 2022-09-27T15:26:49.0715294Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-09-27T15:26:49.0970438Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-09-27T15:26:49.1054331Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-09-27T15:26:49.1449930Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-09-27T15:26:49.2424610Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-09-27T15:26:49.2658222Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-09-27T15:26:49.2671312Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:26:49.2673204Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:26:49.2675235Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:26:49.2677400Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:26:49.2700106Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-09-27T15:26:50.2361963Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-09-27T15:26:50.4963749Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-09-27T15:26:51.5514411Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-09-27T15:26:52.6340799Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-09-27T15:26:52.6471834Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-09-27T15:26:52.7064969Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-09-27T15:26:52.7316234Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-09-27T15:26:52.7328965Z 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:52.7351344Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-09-27T15:26:52.9449371Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-09-27T15:26:53.0671916Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-09-27T15:26:53.0701243Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2022-09-27T15:26:53.0961106Z Entering 'android/libs/fbjni' 2022-09-27T15:26:53.0994484Z Entering 'third_party/FP16' 2022-09-27T15:26:53.1029168Z Entering 'third_party/FXdiv' 2022-09-27T15:26:53.1062320Z Entering 'third_party/NNPACK' 2022-09-27T15:26:53.1096679Z Entering 'third_party/QNNPACK' 2022-09-27T15:26:53.1131110Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:26:53.1165026Z Entering 'third_party/XNNPACK' 2022-09-27T15:26:53.1209655Z Entering 'third_party/benchmark' 2022-09-27T15:26:53.1243005Z Entering 'third_party/cpuinfo' 2022-09-27T15:26:53.1276258Z Entering 'third_party/cub' 2022-09-27T15:26:53.1309179Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:26:53.1346767Z Entering 'third_party/cutlass' 2022-09-27T15:26:53.1385736Z Entering 'third_party/eigen' 2022-09-27T15:26:53.1421418Z Entering 'third_party/fbgemm' 2022-09-27T15:26:53.1455135Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:26:53.1487759Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:26:53.1520934Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:26:53.1553342Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:26:53.1589210Z Entering 'third_party/flatbuffers' 2022-09-27T15:26:53.1624260Z Entering 'third_party/fmt' 2022-09-27T15:26:53.1658970Z Entering 'third_party/foxi' 2022-09-27T15:26:53.1693170Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:26:53.1727811Z Entering 'third_party/gloo' 2022-09-27T15:26:53.1761462Z Entering 'third_party/googletest' 2022-09-27T15:26:53.1795110Z Entering 'third_party/ideep' 2022-09-27T15:26:53.1827832Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:26:53.1862510Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:26:53.1902899Z Entering 'third_party/ios-cmake' 2022-09-27T15:26:53.1937483Z Entering 'third_party/ittapi' 2022-09-27T15:26:53.1970851Z Entering 'third_party/kineto' 2022-09-27T15:26:53.2004860Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:26:53.2039385Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:26:53.2074224Z Entering 'third_party/nccl/nccl' 2022-09-27T15:26:53.2108257Z Entering 'third_party/neon2sse' 2022-09-27T15:26:53.2142265Z Entering 'third_party/nlohmann' 2022-09-27T15:26:53.2178029Z Entering 'third_party/onnx' 2022-09-27T15:26:53.2223378Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:26:53.2257283Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:26:53.2292460Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:26:53.2325310Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:26:53.2362486Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:26:53.2397189Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:26:53.2430385Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:26:53.2467092Z Entering 'third_party/pocketfft' 2022-09-27T15:26:53.2499555Z Entering 'third_party/protobuf' 2022-09-27T15:26:53.2536091Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:26:53.2570370Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:26:53.2604849Z Entering 'third_party/psimd' 2022-09-27T15:26:53.2639126Z Entering 'third_party/pthreadpool' 2022-09-27T15:26:53.2672473Z Entering 'third_party/pybind11' 2022-09-27T15:26:53.2707042Z Entering 'third_party/python-enum' 2022-09-27T15:26:53.2740374Z Entering 'third_party/python-peachpy' 2022-09-27T15:26:53.2774412Z Entering 'third_party/python-six' 2022-09-27T15:26:53.2807265Z Entering 'third_party/sleef' 2022-09-27T15:26:53.2840819Z Entering 'third_party/tbb' 2022-09-27T15:26:53.2876299Z Entering 'third_party/tensorpipe' 2022-09-27T15:26:53.2911042Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:26:53.2944298Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:26:53.2977484Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:26:53.3010979Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:26:53.3043972Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:26:53.3079728Z Entering 'third_party/zstd' 2022-09-27T15:26:53.3120842Z ##[endgroup] 2022-09-27T15:26:53.3123902Z ##[group]Persisting credentials for submodules 2022-09-27T15:26:53.3129857Z [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:53.3377664Z Entering 'android/libs/fbjni' 2022-09-27T15:26:53.3410694Z Entering 'third_party/FP16' 2022-09-27T15:26:53.3443735Z Entering 'third_party/FXdiv' 2022-09-27T15:26:53.3476946Z Entering 'third_party/NNPACK' 2022-09-27T15:26:53.3510861Z Entering 'third_party/QNNPACK' 2022-09-27T15:26:53.3544162Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:26:53.3578114Z Entering 'third_party/XNNPACK' 2022-09-27T15:26:53.3620731Z Entering 'third_party/benchmark' 2022-09-27T15:26:53.3654402Z Entering 'third_party/cpuinfo' 2022-09-27T15:26:53.3688172Z Entering 'third_party/cub' 2022-09-27T15:26:53.3721234Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:26:53.3760341Z Entering 'third_party/cutlass' 2022-09-27T15:26:53.3799608Z Entering 'third_party/eigen' 2022-09-27T15:26:53.3834469Z Entering 'third_party/fbgemm' 2022-09-27T15:26:53.3868824Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:26:53.3900978Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:26:53.3933851Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:26:53.3965634Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:26:53.3999099Z Entering 'third_party/flatbuffers' 2022-09-27T15:26:53.4034260Z Entering 'third_party/fmt' 2022-09-27T15:26:53.4066988Z Entering 'third_party/foxi' 2022-09-27T15:26:53.4100094Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:26:53.4134316Z Entering 'third_party/gloo' 2022-09-27T15:26:53.4167078Z Entering 'third_party/googletest' 2022-09-27T15:26:53.4199873Z Entering 'third_party/ideep' 2022-09-27T15:26:53.4233129Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:26:53.4268007Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:26:53.4308837Z Entering 'third_party/ios-cmake' 2022-09-27T15:26:53.4342376Z Entering 'third_party/ittapi' 2022-09-27T15:26:53.4376626Z Entering 'third_party/kineto' 2022-09-27T15:26:53.4410348Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:26:53.4443628Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:26:53.4478289Z Entering 'third_party/nccl/nccl' 2022-09-27T15:26:53.4511272Z Entering 'third_party/neon2sse' 2022-09-27T15:26:53.4545170Z Entering 'third_party/nlohmann' 2022-09-27T15:26:53.4580369Z Entering 'third_party/onnx' 2022-09-27T15:26:53.4624786Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:26:53.4658000Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:26:53.4692642Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:26:53.4725453Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:26:53.4762270Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:26:53.4795646Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:26:53.4828761Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:26:53.4865955Z Entering 'third_party/pocketfft' 2022-09-27T15:26:53.4898901Z Entering 'third_party/protobuf' 2022-09-27T15:26:53.4934782Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:26:53.4967067Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:26:53.5002126Z Entering 'third_party/psimd' 2022-09-27T15:26:53.5035034Z Entering 'third_party/pthreadpool' 2022-09-27T15:26:53.5067902Z Entering 'third_party/pybind11' 2022-09-27T15:26:53.5101627Z Entering 'third_party/python-enum' 2022-09-27T15:26:53.5134810Z Entering 'third_party/python-peachpy' 2022-09-27T15:26:53.5168158Z Entering 'third_party/python-six' 2022-09-27T15:26:53.5200520Z Entering 'third_party/sleef' 2022-09-27T15:26:53.5235445Z Entering 'third_party/tbb' 2022-09-27T15:26:53.5270478Z Entering 'third_party/tensorpipe' 2022-09-27T15:26:53.5304877Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:26:53.5337012Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:26:53.5369475Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:26:53.5402545Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:26:53.5436207Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:26:53.5472519Z Entering 'third_party/zstd' 2022-09-27T15:26:53.5516703Z [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:53.5763880Z Entering 'android/libs/fbjni' 2022-09-27T15:26:53.5794478Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-09-27T15:26:53.5808054Z Entering 'third_party/FP16' 2022-09-27T15:26:53.5839469Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-09-27T15:26:53.5853106Z Entering 'third_party/FXdiv' 2022-09-27T15:26:53.5884459Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-09-27T15:26:53.5898653Z Entering 'third_party/NNPACK' 2022-09-27T15:26:53.5931277Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-09-27T15:26:53.5944645Z Entering 'third_party/QNNPACK' 2022-09-27T15:26:53.5974789Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-09-27T15:26:53.5989018Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:26:53.6020929Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-09-27T15:26:53.6035094Z Entering 'third_party/XNNPACK' 2022-09-27T15:26:53.6066019Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-09-27T15:26:53.6090262Z Entering 'third_party/benchmark' 2022-09-27T15:26:53.6120862Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-09-27T15:26:53.6135343Z Entering 'third_party/cpuinfo' 2022-09-27T15:26:53.6166083Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-09-27T15:26:53.6181003Z Entering 'third_party/cub' 2022-09-27T15:26:53.6212864Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-09-27T15:26:53.6227310Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:26:53.6258663Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-09-27T15:26:53.6277296Z Entering 'third_party/cutlass' 2022-09-27T15:26:53.6308156Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-09-27T15:26:53.6327848Z Entering 'third_party/eigen' 2022-09-27T15:26:53.6359639Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-09-27T15:26:53.6375444Z Entering 'third_party/fbgemm' 2022-09-27T15:26:53.6405894Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-09-27T15:26:53.6420253Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:26:53.6452720Z 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:53.6465769Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:26:53.6496841Z 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:53.6510820Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:26:53.6542596Z 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:53.6556078Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:26:53.6586260Z 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:53.6600550Z Entering 'third_party/flatbuffers' 2022-09-27T15:26:53.6632023Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-09-27T15:26:53.6647091Z Entering 'third_party/fmt' 2022-09-27T15:26:53.6678817Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-09-27T15:26:53.6692872Z Entering 'third_party/foxi' 2022-09-27T15:26:53.6723249Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-09-27T15:26:53.6737083Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:26:53.6767530Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-09-27T15:26:53.6782123Z Entering 'third_party/gloo' 2022-09-27T15:26:53.6813987Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-09-27T15:26:53.6828211Z Entering 'third_party/googletest' 2022-09-27T15:26:53.6860358Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:26:53.6874614Z Entering 'third_party/ideep' 2022-09-27T15:26:53.6906871Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-09-27T15:26:53.6920393Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:26:53.6950711Z 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:53.6965786Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:26:53.6995934Z 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:53.7015916Z Entering 'third_party/ios-cmake' 2022-09-27T15:26:53.7047423Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-09-27T15:26:53.7061625Z Entering 'third_party/ittapi' 2022-09-27T15:26:53.7093891Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-09-27T15:26:53.7107641Z Entering 'third_party/kineto' 2022-09-27T15:26:53.7139266Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-09-27T15:26:53.7153072Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:26:53.7185655Z 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:53.7199998Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:26:53.7230011Z 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:53.7245120Z Entering 'third_party/nccl/nccl' 2022-09-27T15:26:53.7276008Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-09-27T15:26:53.7289917Z Entering 'third_party/neon2sse' 2022-09-27T15:26:53.7320414Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-09-27T15:26:53.7334642Z Entering 'third_party/nlohmann' 2022-09-27T15:26:53.7365484Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-09-27T15:26:53.7380625Z Entering 'third_party/onnx' 2022-09-27T15:26:53.7411255Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-09-27T15:26:53.7437328Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:26:53.7469105Z 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:53.7482916Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:26:53.7514178Z 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:53.7530515Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:26:53.7562227Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-09-27T15:26:53.7576059Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:26:53.7606636Z 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:53.7625174Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:26:53.7656095Z 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:53.7669348Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:26:53.7700633Z 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:53.7714326Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:26:53.7745870Z 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:53.7763439Z Entering 'third_party/pocketfft' 2022-09-27T15:26:53.7794791Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-09-27T15:26:53.7808628Z Entering 'third_party/protobuf' 2022-09-27T15:26:53.7839630Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-09-27T15:26:53.7857302Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:26:53.7887410Z 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:53.7901239Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:26:53.7932832Z 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:53.7948394Z Entering 'third_party/psimd' 2022-09-27T15:26:53.7980159Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-09-27T15:26:53.7993321Z Entering 'third_party/pthreadpool' 2022-09-27T15:26:53.8023922Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-09-27T15:26:53.8037198Z Entering 'third_party/pybind11' 2022-09-27T15:26:53.8068287Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-09-27T15:26:53.8081874Z Entering 'third_party/python-enum' 2022-09-27T15:26:53.8114457Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-09-27T15:26:53.8128224Z Entering 'third_party/python-peachpy' 2022-09-27T15:26:53.8159289Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-09-27T15:26:53.8173110Z Entering 'third_party/python-six' 2022-09-27T15:26:53.8203839Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-09-27T15:26:53.8217930Z Entering 'third_party/sleef' 2022-09-27T15:26:53.8248652Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-09-27T15:26:53.8262452Z Entering 'third_party/tbb' 2022-09-27T15:26:53.8294117Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-09-27T15:26:53.8309574Z Entering 'third_party/tensorpipe' 2022-09-27T15:26:53.8340788Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-09-27T15:26:53.8354201Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:26:53.8386009Z 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:53.8399646Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:26:53.8430878Z 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:53.8444838Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:26:53.8475597Z 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:53.8491141Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:26:53.8521768Z 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:53.8535075Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:26:53.8564519Z 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:53.8581075Z Entering 'third_party/zstd' 2022-09-27T15:26:53.8612261Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-09-27T15:26:53.9223300Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2022-09-27T15:26:53.9479100Z Entering 'android/libs/fbjni' 2022-09-27T15:26:53.9513319Z Entering 'third_party/FP16' 2022-09-27T15:26:53.9548000Z Entering 'third_party/FXdiv' 2022-09-27T15:26:53.9583851Z Entering 'third_party/NNPACK' 2022-09-27T15:26:53.9619469Z Entering 'third_party/QNNPACK' 2022-09-27T15:26:53.9654364Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:26:53.9688698Z Entering 'third_party/XNNPACK' 2022-09-27T15:26:53.9734492Z Entering 'third_party/benchmark' 2022-09-27T15:26:53.9768434Z Entering 'third_party/cpuinfo' 2022-09-27T15:26:53.9803286Z Entering 'third_party/cub' 2022-09-27T15:26:53.9839151Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:26:53.9878128Z Entering 'third_party/cutlass' 2022-09-27T15:26:53.9918542Z Entering 'third_party/eigen' 2022-09-27T15:26:53.9954612Z Entering 'third_party/fbgemm' 2022-09-27T15:26:53.9990169Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:26:54.0024868Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:26:54.0058376Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:26:54.0091590Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:26:54.0125999Z Entering 'third_party/flatbuffers' 2022-09-27T15:26:54.0161797Z Entering 'third_party/fmt' 2022-09-27T15:26:54.0195769Z Entering 'third_party/foxi' 2022-09-27T15:26:54.0230500Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:26:54.0265253Z Entering 'third_party/gloo' 2022-09-27T15:26:54.0300040Z Entering 'third_party/googletest' 2022-09-27T15:26:54.0335456Z Entering 'third_party/ideep' 2022-09-27T15:26:54.0369380Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:26:54.0404721Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:26:54.0444291Z Entering 'third_party/ios-cmake' 2022-09-27T15:26:54.0478152Z Entering 'third_party/ittapi' 2022-09-27T15:26:54.0512076Z Entering 'third_party/kineto' 2022-09-27T15:26:54.0545850Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:26:54.0579732Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:26:54.0614781Z Entering 'third_party/nccl/nccl' 2022-09-27T15:26:54.0649317Z Entering 'third_party/neon2sse' 2022-09-27T15:26:54.0682941Z Entering 'third_party/nlohmann' 2022-09-27T15:26:54.0717752Z Entering 'third_party/onnx' 2022-09-27T15:26:54.0762342Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:26:54.0796665Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:26:54.0832208Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:26:54.0866251Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:26:54.0904692Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:26:54.0938524Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:26:54.0971534Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:26:54.1010844Z Entering 'third_party/pocketfft' 2022-09-27T15:26:54.1044801Z Entering 'third_party/protobuf' 2022-09-27T15:26:54.1082347Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:26:54.1116009Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:26:54.1151617Z Entering 'third_party/psimd' 2022-09-27T15:26:54.1186193Z Entering 'third_party/pthreadpool' 2022-09-27T15:26:54.1220010Z Entering 'third_party/pybind11' 2022-09-27T15:26:54.1255042Z Entering 'third_party/python-enum' 2022-09-27T15:26:54.1289789Z Entering 'third_party/python-peachpy' 2022-09-27T15:26:54.1323127Z Entering 'third_party/python-six' 2022-09-27T15:26:54.1356342Z Entering 'third_party/sleef' 2022-09-27T15:26:54.1390688Z Entering 'third_party/tbb' 2022-09-27T15:26:54.1426975Z Entering 'third_party/tensorpipe' 2022-09-27T15:26:54.1461992Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:26:54.1496023Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:26:54.1528841Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:26:54.1562441Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:26:54.1595591Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:26:54.1632724Z Entering 'third_party/zstd' 2022-09-27T15:26:54.1679182Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2022-09-27T15:26:54.1928012Z Entering 'android/libs/fbjni' 2022-09-27T15:26:54.1961906Z Entering 'third_party/FP16' 2022-09-27T15:26:54.1995791Z Entering 'third_party/FXdiv' 2022-09-27T15:26:54.2029692Z Entering 'third_party/NNPACK' 2022-09-27T15:26:54.2063873Z Entering 'third_party/QNNPACK' 2022-09-27T15:26:54.2098286Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:26:54.2131407Z Entering 'third_party/XNNPACK' 2022-09-27T15:26:54.2175594Z Entering 'third_party/benchmark' 2022-09-27T15:26:54.2209401Z Entering 'third_party/cpuinfo' 2022-09-27T15:26:54.2242792Z Entering 'third_party/cub' 2022-09-27T15:26:54.2276200Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:26:54.2316195Z Entering 'third_party/cutlass' 2022-09-27T15:26:54.2355760Z Entering 'third_party/eigen' 2022-09-27T15:26:54.2392333Z Entering 'third_party/fbgemm' 2022-09-27T15:26:54.2427253Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:26:54.2460361Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:26:54.2493927Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:26:54.2527507Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:26:54.2561611Z Entering 'third_party/flatbuffers' 2022-09-27T15:26:54.2597760Z Entering 'third_party/fmt' 2022-09-27T15:26:54.2632071Z Entering 'third_party/foxi' 2022-09-27T15:26:54.2667682Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:26:54.2701909Z Entering 'third_party/gloo' 2022-09-27T15:26:54.2736018Z Entering 'third_party/googletest' 2022-09-27T15:26:54.2769919Z Entering 'third_party/ideep' 2022-09-27T15:26:54.2803636Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:26:54.2838210Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:26:54.2877975Z Entering 'third_party/ios-cmake' 2022-09-27T15:26:54.2912666Z Entering 'third_party/ittapi' 2022-09-27T15:26:54.2946996Z Entering 'third_party/kineto' 2022-09-27T15:26:54.2981135Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:26:54.3015051Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:26:54.3049696Z Entering 'third_party/nccl/nccl' 2022-09-27T15:26:54.3083989Z Entering 'third_party/neon2sse' 2022-09-27T15:26:54.3117996Z Entering 'third_party/nlohmann' 2022-09-27T15:26:54.3152722Z Entering 'third_party/onnx' 2022-09-27T15:26:54.3197933Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:26:54.3231566Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:26:54.3266799Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:26:54.3300753Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:26:54.3338279Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:26:54.3372313Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:26:54.3405901Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:26:54.3443339Z Entering 'third_party/pocketfft' 2022-09-27T15:26:54.3476916Z Entering 'third_party/protobuf' 2022-09-27T15:26:54.3514641Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:26:54.3547434Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:26:54.3582011Z Entering 'third_party/psimd' 2022-09-27T15:26:54.3615627Z Entering 'third_party/pthreadpool' 2022-09-27T15:26:54.3648872Z Entering 'third_party/pybind11' 2022-09-27T15:26:54.3683769Z Entering 'third_party/python-enum' 2022-09-27T15:26:54.3717402Z Entering 'third_party/python-peachpy' 2022-09-27T15:26:54.3751671Z Entering 'third_party/python-six' 2022-09-27T15:26:54.3785054Z Entering 'third_party/sleef' 2022-09-27T15:26:54.3820364Z Entering 'third_party/tbb' 2022-09-27T15:26:54.3856354Z Entering 'third_party/tensorpipe' 2022-09-27T15:26:54.3890323Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:26:54.3923238Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:26:54.3956640Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:26:54.3990106Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:26:54.4023201Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:26:54.4059745Z Entering 'third_party/zstd' 2022-09-27T15:26:54.4102952Z ##[endgroup] 2022-09-27T15:26:54.4142588Z [command]/usr/bin/git log -1 --format='%H' 2022-09-27T15:26:54.4169298Z '52424e2bf38e454d535881fed9628d3e20f4f944' 2022-09-27T15:26:54.4292654Z Prepare all required actions 2022-09-27T15:26:54.4317891Z ##[group]Run ./.github/actions/setup-linux 2022-09-27T15:26:54.4318103Z env: 2022-09-27T15:26:54.4318264Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:54.4318454Z ##[endgroup] 2022-09-27T15:26:54.4333812Z ##[group]Run set -euo pipefail 2022-09-27T15:26:54.4334049Z set -euo pipefail 2022-09-27T15:26:54.4334246Z function get_ec2_metadata() { 2022-09-27T15:26:54.4334493Z  # Pulled from instance metadata endpoint for EC2 2022-09-27T15:26:54.4334848Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-09-27T15:26:54.4335146Z  category=$1 2022-09-27T15:26:54.4335376Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-09-27T15:26:54.4335605Z } 2022-09-27T15:26:54.4335806Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-09-27T15:26:54.4336077Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-09-27T15:26:54.4336336Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-09-27T15:26:54.4336670Z echo "system info $(uname -a)" 2022-09-27T15:26:54.4347964Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:26:54.4348169Z env: 2022-09-27T15:26:54.4348343Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:54.4348529Z ##[endgroup] 2022-09-27T15:26:54.4420949Z ami-id: ami-096198a0bccc6bad4 2022-09-27T15:26:54.4468683Z instance-id: i-052f3a41328ee0e6e 2022-09-27T15:26:54.4514548Z instance-type: c5.2xlarge 2022-09-27T15:26:54.4521258Z system info Linux ip-10-0-3-153.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:54.4536415Z ##[group]Run if systemctl is-active --quiet docker; then 2022-09-27T15:26:54.4536686Z if systemctl is-active --quiet docker; then 2022-09-27T15:26:54.4536932Z  echo "Docker daemon is running..."; 2022-09-27T15:26:54.4537138Z else 2022-09-27T15:26:54.4537373Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2022-09-27T15:26:54.4537592Z fi 2022-09-27T15:26:54.4548113Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:26:54.4548327Z env: 2022-09-27T15:26:54.4548488Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:54.4548676Z ##[endgroup] 2022-09-27T15:26:54.4586680Z Docker daemon is running... 2022-09-27T15:26:54.4601543Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-09-27T15:26:54.4601896Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-09-27T15:26:54.4602179Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-09-27T15:26:54.4602552Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2022-09-27T15:26:54.4602888Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2022-09-27T15:26:54.4613361Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:26:54.4613653Z env: 2022-09-27T15:26:54.4613812Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:54.4614007Z AWS_RETRY_MODE: standard 2022-09-27T15:26:54.4614191Z AWS_MAX_ATTEMPTS: 5 2022-09-27T15:26:54.4614372Z AWS_DEFAULT_REGION: us-east-1 2022-09-27T15:26:54.4614558Z ##[endgroup] 2022-09-27T15:26:55.2122177Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2022-09-27T15:26:55.2122582Z Configure a credential helper to remove this warning. See 2022-09-27T15:26:55.2123078Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2022-09-27T15:26:55.2123350Z 2022-09-27T15:26:55.2123523Z Login Succeeded 2022-09-27T15:26:55.2152392Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-09-27T15:26:55.2152709Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-09-27T15:26:55.2153044Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-09-27T15:26:55.2164453Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:26:55.2164681Z env: 2022-09-27T15:26:55.2164857Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:55.2165034Z ##[endgroup] 2022-09-27T15:26:55.2228355Z Prepare all required actions 2022-09-27T15:26:55.2228627Z Getting action download info 2022-09-27T15:26:55.3810551Z Download action repository 'seemethere/add-github-ssh-key@v1' (SHA:105f7619adc4054f5f1be5f79ebd354d82384638) 2022-09-27T15:26:55.4927546Z ##[group]Run ./.github/actions/setup-ssh 2022-09-27T15:26:55.4927743Z with: 2022-09-27T15:26:55.4928062Z github-secret: *** 2022-09-27T15:26:55.4928220Z env: 2022-09-27T15:26:55.4928389Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:55.4928572Z ##[endgroup] 2022-09-27T15:26:55.4949093Z ##[group]Run seemethere/add-github-ssh-key@v1 2022-09-27T15:26:55.4949301Z with: 2022-09-27T15:26:55.4949583Z GITHUB_TOKEN: *** 2022-09-27T15:26:55.4949763Z activate-with-label: false 2022-09-27T15:26:55.4949953Z label: with-ssh 2022-09-27T15:26:55.4950140Z remove-existing-keys: true 2022-09-27T15:26:55.4950376Z env: 2022-09-27T15:26:55.4950543Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:55.4950723Z ##[endgroup] 2022-09-27T15:26:55.8639150Z Grabbing public ssh keys from https://github.com/kongzii.keys 2022-09-27T15:26:55.9438176Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2022-09-27T15:26:55.9451422Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2022-09-27T15:26:55.9474005Z Login using: ssh ec2-user@ec2-34-228-145-250.compute-1.amazonaws.com 2022-09-27T15:26:55.9525675Z Prepare all required actions 2022-09-27T15:26:55.9606595Z ##[group]Run ./.github/actions/pull-docker-image 2022-09-27T15:26:55.9606811Z with: 2022-09-27T15:26:55.9607162Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:26:55.9607536Z env: 2022-09-27T15:26:55.9607711Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:55.9607902Z ##[endgroup] 2022-09-27T15:26:55.9677808Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-09-27T15:26:55.9678085Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-09-27T15:26:55.9678353Z # ignore output since only exit code is used for conditional 2022-09-27T15:26:55.9678623Z # only pull docker image if it's not available locally 2022-09-27T15:26:55.9678917Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2022-09-27T15:26:55.9679226Z  retry docker pull "${DOCKER_IMAGE}" 2022-09-27T15:26:55.9679411Z fi 2022-09-27T15:26:55.9691004Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:26:55.9691225Z env: 2022-09-27T15:26:55.9691388Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:55.9691757Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:26:55.9692105Z ##[endgroup] 2022-09-27T15:26:56.3464631Z e66cf5fa0a4d4ed512901b12ccdab95cca946a29: Pulling from pytorch/pytorch-linux-bionic-py3.7-clang9 2022-09-27T15:26:56.3487605Z 726b8a513d66: Pulling fs layer 2022-09-27T15:26:56.3489193Z 771876fe31a1: Pulling fs layer 2022-09-27T15:26:56.3489520Z 2a8cd9ebff90: Pulling fs layer 2022-09-27T15:26:56.3489808Z a0688296bf6b: Pulling fs layer 2022-09-27T15:26:56.3490107Z 3341c688c105: Pulling fs layer 2022-09-27T15:26:56.3490419Z e668b860b3aa: Pulling fs layer 2022-09-27T15:26:56.3490799Z 5b6d14bb2665: Pulling fs layer 2022-09-27T15:26:56.3491107Z bb4e2b58c04f: Pulling fs layer 2022-09-27T15:26:56.3491450Z 4c2c06a040d9: Pulling fs layer 2022-09-27T15:26:56.3492182Z 4aff28e7d246: Pulling fs layer 2022-09-27T15:26:56.3492484Z a39347297f16: Pulling fs layer 2022-09-27T15:26:56.3492769Z 61183b06c760: Pulling fs layer 2022-09-27T15:26:56.3493078Z c06018919921: Pulling fs layer 2022-09-27T15:26:56.3493561Z 499bbad0745d: Pulling fs layer 2022-09-27T15:26:56.3493901Z 3957a262cb15: Pulling fs layer 2022-09-27T15:26:56.3494232Z 8a9a548b9618: Pulling fs layer 2022-09-27T15:26:56.3494561Z 3852b5c446bf: Pulling fs layer 2022-09-27T15:26:56.3494846Z e668b860b3aa: Waiting 2022-09-27T15:26:56.3495155Z 8ee38361fe98: Pulling fs layer 2022-09-27T15:26:56.3495482Z 3a185c821aec: Pulling fs layer 2022-09-27T15:26:56.3495820Z 895ee99b77c2: Pulling fs layer 2022-09-27T15:26:56.3496121Z 5b6d14bb2665: Waiting 2022-09-27T15:26:56.3496398Z 6cf940733081: Pulling fs layer 2022-09-27T15:26:56.3496710Z bb4e2b58c04f: Waiting 2022-09-27T15:26:56.3497048Z 0c2bc9cf436c: Pulling fs layer 2022-09-27T15:26:56.3497384Z a0688296bf6b: Waiting 2022-09-27T15:26:56.3497673Z 4c2c06a040d9: Waiting 2022-09-27T15:26:56.3497991Z 6070158a37e4: Pulling fs layer 2022-09-27T15:26:56.3498309Z 3957a262cb15: Waiting 2022-09-27T15:26:56.3498573Z a3fee62ea02a: Pulling fs layer 2022-09-27T15:26:56.3498789Z 4aff28e7d246: Waiting 2022-09-27T15:26:56.3499080Z fbac2ec6703f: Pulling fs layer 2022-09-27T15:26:56.3499401Z 8a9a548b9618: Waiting 2022-09-27T15:26:56.3499888Z 3a185c821aec: Waiting 2022-09-27T15:26:56.3500144Z a39347297f16: Waiting 2022-09-27T15:26:56.3500461Z 6a670c6d461b: Pulling fs layer 2022-09-27T15:26:56.3500793Z 3852b5c446bf: Waiting 2022-09-27T15:26:56.3501137Z 61183b06c760: Waiting 2022-09-27T15:26:56.3501441Z 11c6d3fdecf8: Pulling fs layer 2022-09-27T15:26:56.3501675Z 8ee38361fe98: Waiting 2022-09-27T15:26:56.3501892Z b3c05bc08a6d: Pulling fs layer 2022-09-27T15:26:56.3502192Z 499bbad0745d: Waiting 2022-09-27T15:26:56.3502439Z 895ee99b77c2: Waiting 2022-09-27T15:26:56.3502889Z db021ac56874: Pulling fs layer 2022-09-27T15:26:56.3503194Z 0c2bc9cf436c: Waiting 2022-09-27T15:26:56.3503497Z 6cf940733081: Waiting 2022-09-27T15:26:56.3503834Z d0bc479411ab: Pulling fs layer 2022-09-27T15:26:56.3504165Z 6070158a37e4: Waiting 2022-09-27T15:26:56.3504460Z 3341c688c105: Waiting 2022-09-27T15:26:56.3504725Z ce033581022a: Pulling fs layer 2022-09-27T15:26:56.3504911Z 11c6d3fdecf8: Waiting 2022-09-27T15:26:56.3505082Z 3e5c136468b5: Pulling fs layer 2022-09-27T15:26:56.3505267Z 6a670c6d461b: Waiting 2022-09-27T15:26:56.3505439Z a3fee62ea02a: Waiting 2022-09-27T15:26:56.3505596Z b3c05bc08a6d: Waiting 2022-09-27T15:26:56.3505780Z 4dcca06c4ba4: Pulling fs layer 2022-09-27T15:26:56.3505965Z db021ac56874: Waiting 2022-09-27T15:26:56.3506121Z d0bc479411ab: Waiting 2022-09-27T15:26:56.3506351Z 5d22ab10910c: Pulling fs layer 2022-09-27T15:26:56.3506627Z fbac2ec6703f: Waiting 2022-09-27T15:26:56.3506856Z 40f0e904450c: Pulling fs layer 2022-09-27T15:26:56.3507024Z 3e5c136468b5: Waiting 2022-09-27T15:26:56.3507203Z cd0043c871c3: Pulling fs layer 2022-09-27T15:26:56.3507435Z ce033581022a: Waiting 2022-09-27T15:26:56.3507664Z 4dcca06c4ba4: Waiting 2022-09-27T15:26:56.3507849Z 07ce5bf5da8f: Pulling fs layer 2022-09-27T15:26:56.3508031Z 5d22ab10910c: Waiting 2022-09-27T15:26:56.3508191Z 40f0e904450c: Waiting 2022-09-27T15:26:56.3508382Z ada7e5d30c2e: Pulling fs layer 2022-09-27T15:26:56.3508690Z b9e22897f744: Pulling fs layer 2022-09-27T15:26:56.3508922Z cd0043c871c3: Waiting 2022-09-27T15:26:56.3509208Z 31ed79570fc1: Pulling fs layer 2022-09-27T15:26:56.3509550Z f9ca5db0abb2: Pulling fs layer 2022-09-27T15:26:56.3509869Z 07ce5bf5da8f: Waiting 2022-09-27T15:26:56.3510178Z ada7e5d30c2e: Waiting 2022-09-27T15:26:56.3510473Z 859ab55d797e: Pulling fs layer 2022-09-27T15:26:56.3510711Z b9e22897f744: Waiting 2022-09-27T15:26:56.3510888Z 72b473207039: Pulling fs layer 2022-09-27T15:26:56.3511076Z 3a05e9967e15: Pulling fs layer 2022-09-27T15:26:56.3511270Z 31ed79570fc1: Waiting 2022-09-27T15:26:56.3511544Z f9ca5db0abb2: Waiting 2022-09-27T15:26:56.3511750Z 04d340d5ef37: Pulling fs layer 2022-09-27T15:26:56.3511919Z 859ab55d797e: Waiting 2022-09-27T15:26:56.3512099Z 94b3f24375e0: Pulling fs layer 2022-09-27T15:26:56.3512278Z 3a05e9967e15: Waiting 2022-09-27T15:26:56.3512446Z 7bbe9cf24f05: Pulling fs layer 2022-09-27T15:26:56.3512627Z 94b3f24375e0: Waiting 2022-09-27T15:26:56.3512804Z 74035b85b123: Pulling fs layer 2022-09-27T15:26:56.3512985Z 06ceb0d47fa1: Pulling fs layer 2022-09-27T15:26:56.3513185Z 74035b85b123: Waiting 2022-09-27T15:26:56.3513411Z d54dedf3c273: Pulling fs layer 2022-09-27T15:26:56.3513669Z 7bbe9cf24f05: Waiting 2022-09-27T15:26:56.3513843Z f14b7a316dd4: Pulling fs layer 2022-09-27T15:26:56.3514068Z d19943b4c20d: Pulling fs layer 2022-09-27T15:26:56.3514264Z 01103fa1cebd: Pulling fs layer 2022-09-27T15:26:56.3514445Z a09ce63c712c: Pulling fs layer 2022-09-27T15:26:56.3514637Z 11c79af0c20c: Pulling fs layer 2022-09-27T15:26:56.3514831Z 5da21a9573ae: Pulling fs layer 2022-09-27T15:26:56.3515013Z e4a8bf8e8d45: Pulling fs layer 2022-09-27T15:26:56.3515196Z 06ceb0d47fa1: Waiting 2022-09-27T15:26:56.3515371Z d54dedf3c273: Waiting 2022-09-27T15:26:56.3515541Z 9c52b928c261: Pulling fs layer 2022-09-27T15:26:56.3515719Z 11c79af0c20c: Waiting 2022-09-27T15:26:56.3515889Z d19943b4c20d: Waiting 2022-09-27T15:26:56.3516054Z 659618ffaa02: Pulling fs layer 2022-09-27T15:26:56.3516234Z 01103fa1cebd: Waiting 2022-09-27T15:26:56.3516403Z a09ce63c712c: Waiting 2022-09-27T15:26:56.3516651Z f14b7a316dd4: Waiting 2022-09-27T15:26:56.3516840Z b7f08fdcf6d3: Pulling fs layer 2022-09-27T15:26:56.3517025Z e4a8bf8e8d45: Waiting 2022-09-27T15:26:56.3517184Z 5da21a9573ae: Waiting 2022-09-27T15:26:56.3517439Z 9c52b928c261: Waiting 2022-09-27T15:26:56.4209624Z 771876fe31a1: Verifying Checksum 2022-09-27T15:26:56.4210007Z 771876fe31a1: Download complete 2022-09-27T15:26:56.5139830Z a0688296bf6b: Download complete 2022-09-27T15:26:56.6743475Z 726b8a513d66: Verifying Checksum 2022-09-27T15:26:56.6744443Z 726b8a513d66: Download complete 2022-09-27T15:26:56.7715509Z e668b860b3aa: Download complete 2022-09-27T15:26:56.8455317Z 5b6d14bb2665: Download complete 2022-09-27T15:26:56.9319982Z bb4e2b58c04f: Verifying Checksum 2022-09-27T15:26:56.9320486Z bb4e2b58c04f: Download complete 2022-09-27T15:26:57.0190370Z 4c2c06a040d9: Verifying Checksum 2022-09-27T15:26:57.0190690Z 4c2c06a040d9: Download complete 2022-09-27T15:26:57.1100308Z 4aff28e7d246: Verifying Checksum 2022-09-27T15:26:57.1100745Z 4aff28e7d246: Download complete 2022-09-27T15:26:57.2076172Z a39347297f16: Verifying Checksum 2022-09-27T15:26:57.2076570Z a39347297f16: Download complete 2022-09-27T15:26:57.2870543Z 61183b06c760: Verifying Checksum 2022-09-27T15:26:57.2870860Z 61183b06c760: Download complete 2022-09-27T15:26:57.3341270Z 726b8a513d66: Pull complete 2022-09-27T15:26:57.3704433Z c06018919921: Verifying Checksum 2022-09-27T15:26:57.3704684Z c06018919921: Download complete 2022-09-27T15:26:57.4403556Z 771876fe31a1: Pull complete 2022-09-27T15:26:57.5945801Z 3341c688c105: Verifying Checksum 2022-09-27T15:26:57.5946191Z 3341c688c105: Download complete 2022-09-27T15:26:57.6963437Z 3957a262cb15: Verifying Checksum 2022-09-27T15:26:57.6963797Z 3957a262cb15: Download complete 2022-09-27T15:26:57.8275055Z 8a9a548b9618: Verifying Checksum 2022-09-27T15:26:57.8275310Z 8a9a548b9618: Download complete 2022-09-27T15:26:57.9070776Z 3852b5c446bf: Download complete 2022-09-27T15:26:57.9748479Z 8ee38361fe98: Download complete 2022-09-27T15:26:58.0777643Z 3a185c821aec: Verifying Checksum 2022-09-27T15:26:58.0777896Z 3a185c821aec: Download complete 2022-09-27T15:26:58.1632495Z 895ee99b77c2: Download complete 2022-09-27T15:26:58.2623563Z 6cf940733081: Download complete 2022-09-27T15:26:58.4393291Z 6070158a37e4: Verifying Checksum 2022-09-27T15:26:58.4393638Z 6070158a37e4: Download complete 2022-09-27T15:26:58.5290505Z a3fee62ea02a: Download complete 2022-09-27T15:26:59.3080776Z 2a8cd9ebff90: Verifying Checksum 2022-09-27T15:26:59.3081218Z 2a8cd9ebff90: Download complete 2022-09-27T15:26:59.4080770Z 6a670c6d461b: Verifying Checksum 2022-09-27T15:26:59.4081118Z 6a670c6d461b: Download complete 2022-09-27T15:26:59.5491566Z 11c6d3fdecf8: Verifying Checksum 2022-09-27T15:26:59.5491969Z 11c6d3fdecf8: Download complete 2022-09-27T15:26:59.6202720Z fbac2ec6703f: Verifying Checksum 2022-09-27T15:26:59.6203119Z fbac2ec6703f: Download complete 2022-09-27T15:26:59.6596013Z b3c05bc08a6d: Verifying Checksum 2022-09-27T15:26:59.6596448Z b3c05bc08a6d: Download complete 2022-09-27T15:26:59.7138739Z db021ac56874: Verifying Checksum 2022-09-27T15:26:59.7139024Z db021ac56874: Download complete 2022-09-27T15:26:59.7394393Z d0bc479411ab: Verifying Checksum 2022-09-27T15:26:59.7394784Z d0bc479411ab: Download complete 2022-09-27T15:26:59.8232243Z 3e5c136468b5: Verifying Checksum 2022-09-27T15:26:59.9087267Z 3e5c136468b5: Download complete 2022-09-27T15:26:59.9087680Z 4dcca06c4ba4: Verifying Checksum 2022-09-27T15:26:59.9088041Z 4dcca06c4ba4: Download complete 2022-09-27T15:27:00.0133474Z 5d22ab10910c: Verifying Checksum 2022-09-27T15:27:00.0134544Z 5d22ab10910c: Download complete 2022-09-27T15:27:00.1242834Z 40f0e904450c: Verifying Checksum 2022-09-27T15:27:00.1243608Z 40f0e904450c: Download complete 2022-09-27T15:27:00.1989842Z cd0043c871c3: Verifying Checksum 2022-09-27T15:27:00.1990099Z cd0043c871c3: Download complete 2022-09-27T15:27:00.2917218Z 07ce5bf5da8f: Verifying Checksum 2022-09-27T15:27:00.2918064Z 07ce5bf5da8f: Download complete 2022-09-27T15:27:00.3606572Z ada7e5d30c2e: Verifying Checksum 2022-09-27T15:27:00.3607445Z ada7e5d30c2e: Download complete 2022-09-27T15:27:00.4552738Z b9e22897f744: Verifying Checksum 2022-09-27T15:27:00.4553405Z b9e22897f744: Download complete 2022-09-27T15:27:01.7118073Z ce033581022a: Verifying Checksum 2022-09-27T15:27:01.7118529Z ce033581022a: Download complete 2022-09-27T15:27:01.7976736Z f9ca5db0abb2: Download complete 2022-09-27T15:27:01.8806193Z 859ab55d797e: Verifying Checksum 2022-09-27T15:27:01.8806505Z 859ab55d797e: Download complete 2022-09-27T15:27:03.3240221Z 31ed79570fc1: Verifying Checksum 2022-09-27T15:27:03.3240613Z 31ed79570fc1: Download complete 2022-09-27T15:27:03.3897916Z 3a05e9967e15: Download complete 2022-09-27T15:27:03.4795189Z 04d340d5ef37: Verifying Checksum 2022-09-27T15:27:03.4795580Z 04d340d5ef37: Download complete 2022-09-27T15:27:04.2166106Z 94b3f24375e0: Verifying Checksum 2022-09-27T15:27:04.2166488Z 94b3f24375e0: Download complete 2022-09-27T15:27:04.3211791Z 7bbe9cf24f05: Verifying Checksum 2022-09-27T15:27:04.3212244Z 7bbe9cf24f05: Download complete 2022-09-27T15:27:04.3939280Z 74035b85b123: Verifying Checksum 2022-09-27T15:27:04.3939656Z 74035b85b123: Download complete 2022-09-27T15:27:04.4826233Z 06ceb0d47fa1: Download complete 2022-09-27T15:27:04.5594318Z d54dedf3c273: Verifying Checksum 2022-09-27T15:27:04.5594726Z d54dedf3c273: Download complete 2022-09-27T15:27:05.0813790Z f14b7a316dd4: Verifying Checksum 2022-09-27T15:27:05.0814183Z f14b7a316dd4: Download complete 2022-09-27T15:27:05.1445222Z d19943b4c20d: Verifying Checksum 2022-09-27T15:27:05.1445610Z d19943b4c20d: Download complete 2022-09-27T15:27:05.2140025Z 01103fa1cebd: Verifying Checksum 2022-09-27T15:27:05.2140281Z 01103fa1cebd: Download complete 2022-09-27T15:27:05.2685034Z 2a8cd9ebff90: Pull complete 2022-09-27T15:27:05.5087572Z a0688296bf6b: Pull complete 2022-09-27T15:27:07.5645883Z 3341c688c105: Pull complete 2022-09-27T15:27:07.8002288Z e668b860b3aa: Pull complete 2022-09-27T15:27:08.0557484Z 5b6d14bb2665: Pull complete 2022-09-27T15:27:08.2931471Z bb4e2b58c04f: Pull complete 2022-09-27T15:27:08.5335082Z 4c2c06a040d9: Pull complete 2022-09-27T15:27:08.7661472Z 4aff28e7d246: Pull complete 2022-09-27T15:27:09.0022646Z a39347297f16: Pull complete 2022-09-27T15:27:09.2423249Z 61183b06c760: Pull complete 2022-09-27T15:27:09.4720977Z c06018919921: Pull complete 2022-09-27T15:27:10.0561140Z a09ce63c712c: Verifying Checksum 2022-09-27T15:27:10.0561557Z a09ce63c712c: Download complete 2022-09-27T15:27:10.1418591Z 11c79af0c20c: Download complete 2022-09-27T15:27:10.2198728Z 5da21a9573ae: Verifying Checksum 2022-09-27T15:27:10.2199178Z 5da21a9573ae: Download complete 2022-09-27T15:27:10.2918042Z e4a8bf8e8d45: Verifying Checksum 2022-09-27T15:27:10.2918294Z e4a8bf8e8d45: Download complete 2022-09-27T15:27:10.3618628Z 9c52b928c261: Verifying Checksum 2022-09-27T15:27:10.3619022Z 9c52b928c261: Download complete 2022-09-27T15:27:10.4838236Z 659618ffaa02: Download complete 2022-09-27T15:27:11.7565768Z b7f08fdcf6d3: Verifying Checksum 2022-09-27T15:27:11.7566031Z b7f08fdcf6d3: Download complete 2022-09-27T15:27:27.4404203Z 499bbad0745d: Verifying Checksum 2022-09-27T15:27:27.4404462Z 499bbad0745d: Download complete 2022-09-27T15:27:36.5747564Z 72b473207039: Verifying Checksum 2022-09-27T15:27:36.5747843Z 72b473207039: Download complete 2022-09-27T15:27:54.3039192Z 499bbad0745d: Pull complete 2022-09-27T15:27:54.7225918Z 3957a262cb15: Pull complete 2022-09-27T15:27:54.9595627Z 8a9a548b9618: Pull complete 2022-09-27T15:27:55.1860370Z 3852b5c446bf: Pull complete 2022-09-27T15:27:55.4347644Z 8ee38361fe98: Pull complete 2022-09-27T15:27:55.6943838Z 3a185c821aec: Pull complete 2022-09-27T15:27:55.9106131Z 895ee99b77c2: Pull complete 2022-09-27T15:27:56.1240939Z 6cf940733081: Pull complete 2022-09-27T15:27:56.3548807Z 0c2bc9cf436c: Pull complete 2022-09-27T15:27:56.5601022Z 6070158a37e4: Pull complete 2022-09-27T15:27:56.6559617Z a3fee62ea02a: Pull complete 2022-09-27T15:27:58.5431116Z fbac2ec6703f: Pull complete 2022-09-27T15:27:58.7753631Z 6a670c6d461b: Pull complete 2022-09-27T15:27:59.0354964Z 11c6d3fdecf8: Pull complete 2022-09-27T15:27:59.3225480Z b3c05bc08a6d: Pull complete 2022-09-27T15:27:59.5670363Z db021ac56874: Pull complete 2022-09-27T15:27:59.7833887Z d0bc479411ab: Pull complete 2022-09-27T15:28:03.9076508Z ce033581022a: Pull complete 2022-09-27T15:28:04.1547692Z 3e5c136468b5: Pull complete 2022-09-27T15:28:04.3971603Z 4dcca06c4ba4: Pull complete 2022-09-27T15:28:04.6272343Z 5d22ab10910c: Pull complete 2022-09-27T15:28:04.8258877Z 40f0e904450c: Pull complete 2022-09-27T15:28:05.0480851Z cd0043c871c3: Pull complete 2022-09-27T15:28:05.2745520Z 07ce5bf5da8f: Pull complete 2022-09-27T15:28:05.5101221Z ada7e5d30c2e: Pull complete 2022-09-27T15:28:05.6497058Z b9e22897f744: Pull complete 2022-09-27T15:28:12.2977481Z 31ed79570fc1: Pull complete 2022-09-27T15:28:12.5304967Z f9ca5db0abb2: Pull complete 2022-09-27T15:28:12.7379147Z 859ab55d797e: Pull complete 2022-09-27T15:28:28.3178066Z 72b473207039: Pull complete 2022-09-27T15:28:28.5393727Z 3a05e9967e15: Pull complete 2022-09-27T15:28:28.7650740Z 04d340d5ef37: Pull complete 2022-09-27T15:28:30.6683990Z 94b3f24375e0: Pull complete 2022-09-27T15:28:30.8058473Z 7bbe9cf24f05: Pull complete 2022-09-27T15:28:30.9998898Z 74035b85b123: Pull complete 2022-09-27T15:28:31.2005567Z 06ceb0d47fa1: Pull complete 2022-09-27T15:28:31.3802987Z d54dedf3c273: Pull complete 2022-09-27T15:28:32.2146855Z f14b7a316dd4: Pull complete 2022-09-27T15:28:32.4228630Z d19943b4c20d: Pull complete 2022-09-27T15:28:32.6374395Z 01103fa1cebd: Pull complete 2022-09-27T15:28:36.6871653Z a09ce63c712c: Pull complete 2022-09-27T15:28:36.9840225Z 11c79af0c20c: Pull complete 2022-09-27T15:28:37.1966214Z 5da21a9573ae: Pull complete 2022-09-27T15:28:37.4381840Z e4a8bf8e8d45: Pull complete 2022-09-27T15:28:37.6952372Z 9c52b928c261: Pull complete 2022-09-27T15:28:37.9255188Z 659618ffaa02: Pull complete 2022-09-27T15:28:39.5391438Z b7f08fdcf6d3: Pull complete 2022-09-27T15:28:39.6274175Z Digest: sha256:e9db1e9f59a75821add26dfb4133d4c92a02559f34ad8230c2fd96064dcdded6 2022-09-27T15:28:39.6428933Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:28:39.6511666Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:28:39.6561466Z ##[group]Run python3 -m pip install psutil==5.9.1 2022-09-27T15:28:39.6562139Z python3 -m pip install psutil==5.9.1 2022-09-27T15:28:39.6562380Z python3 -m pip install pynvml==11.4.1 2022-09-27T15:28:39.6562640Z python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-09-27T15:28:39.6562906Z echo "::set-output name=monitor-script-pid::${!}" 2022-09-27T15:28:39.6574585Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:28:39.6574802Z env: 2022-09-27T15:28:39.6574963Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:28:39.6575150Z ##[endgroup] 2022-09-27T15:28:40.3503859Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T15:28:40.3680643Z Requirement already satisfied: psutil==5.9.1 in /home/ec2-user/.local/lib/python3.7/site-packages (5.9.1) 2022-09-27T15:28:40.7616343Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T15:28:40.7794347Z Requirement already satisfied: pynvml==11.4.1 in /home/ec2-user/.local/lib/python3.7/site-packages (11.4.1) 2022-09-27T15:28:40.9705585Z Prepare all required actions 2022-09-27T15:28:40.9705844Z Getting action download info 2022-09-27T15:28:41.1819908Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:ada9688bc02703b63dc0e606da280613803449a5) 2022-09-27T15:28:41.3443142Z Download action repository 'actions/download-artifact@v2' (SHA:f023be2c48cc18debc3bacd34cb396e0295e2869) 2022-09-27T15:28:41.4725764Z ##[group]Run ./.github/actions/download-build-artifacts 2022-09-27T15:28:41.4725999Z with: 2022-09-27T15:28:41.4726178Z name: linux-bionic-py3.7-clang9 2022-09-27T15:28:41.4726447Z env: 2022-09-27T15:28:41.4726619Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:28:41.4726793Z ##[endgroup] 2022-09-27T15:28:41.4766762Z ##[group]Run seemethere/download-artifact-s3@v4 2022-09-27T15:28:41.4767032Z with: 2022-09-27T15:28:41.4767248Z name: linux-bionic-py3.7-clang9 2022-09-27T15:28:41.4767520Z s3-bucket: gha-artifacts 2022-09-27T15:28:41.4767788Z region: us-east-1 2022-09-27T15:28:41.4767969Z env: 2022-09-27T15:28:41.4768264Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:28:41.4768465Z ##[endgroup] 2022-09-27T15:28:41.9046741Z Found 1 objects with prefix pytorch/pytorch/3133193930/linux-bionic-py3.7-clang9/ 2022-09-27T15:28:41.9047249Z Starting download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-09-27T15:28:45.2433247Z Finished download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-09-27T15:28:45.2433607Z 2022-09-27T15:28:45.2434453Z Artifact download has finished successfully 2022-09-27T15:28:45.2527693Z ##[group]Run unzip -o artifacts.zip 2022-09-27T15:28:45.2527936Z unzip -o artifacts.zip 2022-09-27T15:28:45.2539574Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:28:45.2539799Z env: 2022-09-27T15:28:45.2539981Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:28:45.2540156Z ##[endgroup] 2022-09-27T15:28:45.2880135Z Archive: artifacts.zip 2022-09-27T15:28:45.2881327Z creating: dist/ 2022-09-27T15:28:46.1062537Z inflating: dist/torch-1.13.0a0+git52424e2-cp37-cp37m-linux_x86_64.whl 2022-09-27T15:28:46.1062891Z creating: build/custom_test_artifacts/ 2022-09-27T15:28:46.1063208Z creating: build/custom_test_artifacts/custom-op-build/ 2022-09-27T15:28:46.1063567Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/ 2022-09-27T15:28:46.1065335Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeOutput.log 2022-09-27T15:28:46.1065739Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/ 2022-09-27T15:28:46.1066171Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-09-27T15:28:46.1066592Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-09-27T15:28:46.1067002Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-09-27T15:28:46.1069291Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-09-27T15:28:46.1070550Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-09-27T15:28:46.1070975Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-09-27T15:28:46.1071387Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-09-27T15:28:46.1073657Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-09-27T15:28:46.1074876Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-09-27T15:28:46.1076200Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-09-27T15:28:46.1077345Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-09-27T15:28:46.1078587Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-09-27T15:28:46.1079455Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-09-27T15:28:46.1080229Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeTmp/ 2022-09-27T15:28:46.1080973Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeError.log 2022-09-27T15:28:46.1081735Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/cmake.check_cache 2022-09-27T15:28:46.1082492Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/ 2022-09-27T15:28:46.1083429Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.ts 2022-09-27T15:28:46.1084277Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.make 2022-09-27T15:28:46.1085133Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/depend.make 2022-09-27T15:28:46.1085943Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/link.txt 2022-09-27T15:28:46.1086764Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/cmake_clean.cmake 2022-09-27T15:28:46.1087572Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/build.make 2022-09-27T15:28:46.1088395Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake 2022-09-27T15:28:46.1089378Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/flags.make 2022-09-27T15:28:46.1090171Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/progress.make 2022-09-27T15:28:46.1104401Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o.d 2022-09-27T15:28:46.1162031Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o 2022-09-27T15:28:46.1162785Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/ 2022-09-27T15:28:46.1163623Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.ts 2022-09-27T15:28:46.1164528Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.make 2022-09-27T15:28:46.1165388Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/depend.make 2022-09-27T15:28:46.1166218Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/link.txt 2022-09-27T15:28:46.1167081Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/cmake_clean.cmake 2022-09-27T15:28:46.1167934Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/build.make 2022-09-27T15:28:46.1168778Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake 2022-09-27T15:28:46.1169751Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/flags.make 2022-09-27T15:28:46.1170573Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/progress.make 2022-09-27T15:28:46.1185527Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d 2022-09-27T15:28:46.1222412Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o 2022-09-27T15:28:46.1223195Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-09-27T15:28:46.1223782Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/TargetDirectories.txt 2022-09-27T15:28:46.1232116Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/progress.marks 2022-09-27T15:28:46.1232997Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile2 2022-09-27T15:28:46.1233923Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile.cmake 2022-09-27T15:28:46.1235804Z inflating: build/custom_test_artifacts/custom-op-build/CMakeCache.txt 2022-09-27T15:28:46.1236591Z inflating: build/custom_test_artifacts/custom-op-build/Makefile 2022-09-27T15:28:46.1237232Z inflating: build/custom_test_artifacts/custom-op-build/cmake_install.cmake 2022-09-27T15:28:46.1287764Z inflating: build/custom_test_artifacts/custom-op-build/libcustom_ops.so 2022-09-27T15:28:46.1317425Z inflating: build/custom_test_artifacts/custom-op-build/test_custom_ops 2022-09-27T15:28:46.1317948Z creating: build/custom_test_artifacts/jit-hook-build/ 2022-09-27T15:28:46.1318280Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/ 2022-09-27T15:28:46.1320351Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeOutput.log 2022-09-27T15:28:46.1320759Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/ 2022-09-27T15:28:46.1321175Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-09-27T15:28:46.1321579Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-09-27T15:28:46.1321993Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-09-27T15:28:46.1324047Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-09-27T15:28:46.1325305Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-09-27T15:28:46.1325710Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-09-27T15:28:46.1326132Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-09-27T15:28:46.1328089Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-09-27T15:28:46.1329439Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-09-27T15:28:46.1330656Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-09-27T15:28:46.1331186Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-09-27T15:28:46.1332692Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-09-27T15:28:46.1333621Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-09-27T15:28:46.1334023Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeTmp/ 2022-09-27T15:28:46.1334773Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeError.log 2022-09-27T15:28:46.1335609Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/cmake.check_cache 2022-09-27T15:28:46.1336401Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/ 2022-09-27T15:28:46.1337236Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.ts 2022-09-27T15:28:46.1338129Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.make 2022-09-27T15:28:46.1338962Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/depend.make 2022-09-27T15:28:46.1339706Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/link.txt 2022-09-27T15:28:46.1340567Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/cmake_clean.cmake 2022-09-27T15:28:46.1341400Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/build.make 2022-09-27T15:28:46.1342225Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake 2022-09-27T15:28:46.1343111Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/flags.make 2022-09-27T15:28:46.1343904Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/progress.make 2022-09-27T15:28:46.1358472Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d 2022-09-27T15:28:46.1388807Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o 2022-09-27T15:28:46.1389673Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-09-27T15:28:46.1390711Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/TargetDirectories.txt 2022-09-27T15:28:46.1391439Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/progress.marks 2022-09-27T15:28:46.1392022Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile2 2022-09-27T15:28:46.1392498Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile.cmake 2022-09-27T15:28:46.1393211Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeCache.txt 2022-09-27T15:28:46.1393946Z inflating: build/custom_test_artifacts/jit-hook-build/Makefile 2022-09-27T15:28:46.1394615Z inflating: build/custom_test_artifacts/jit-hook-build/cmake_install.cmake 2022-09-27T15:28:46.1414232Z inflating: build/custom_test_artifacts/jit-hook-build/test_jit_hooks 2022-09-27T15:28:46.1414895Z creating: build/custom_test_artifacts/custom-backend-build/ 2022-09-27T15:28:46.1415324Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/ 2022-09-27T15:28:46.1417160Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeOutput.log 2022-09-27T15:28:46.1417935Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/ 2022-09-27T15:28:46.1418762Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-09-27T15:28:46.1419284Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-09-27T15:28:46.1419704Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-09-27T15:28:46.1420691Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-09-27T15:28:46.1422212Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-09-27T15:28:46.1423037Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-09-27T15:28:46.1423482Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-09-27T15:28:46.1424961Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-09-27T15:28:46.1426160Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-09-27T15:28:46.1427544Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-09-27T15:28:46.1428266Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-09-27T15:28:46.1429766Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-09-27T15:28:46.1430593Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-09-27T15:28:46.1431091Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeTmp/ 2022-09-27T15:28:46.1431833Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeError.log 2022-09-27T15:28:46.1432292Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/cmake.check_cache 2022-09-27T15:28:46.1432868Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/ 2022-09-27T15:28:46.1433397Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.ts 2022-09-27T15:28:46.1433951Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.make 2022-09-27T15:28:46.1434472Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/depend.make 2022-09-27T15:28:46.1434993Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/link.txt 2022-09-27T15:28:46.1435995Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/cmake_clean.cmake 2022-09-27T15:28:46.1436892Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/build.make 2022-09-27T15:28:46.1437955Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake 2022-09-27T15:28:46.1438868Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/flags.make 2022-09-27T15:28:46.1439737Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/progress.make 2022-09-27T15:28:46.1443546Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d 2022-09-27T15:28:46.1523051Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o 2022-09-27T15:28:46.1523968Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/ 2022-09-27T15:28:46.1524859Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.ts 2022-09-27T15:28:46.1525806Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.make 2022-09-27T15:28:46.1526753Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/depend.make 2022-09-27T15:28:46.1527641Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/link.txt 2022-09-27T15:28:46.1528527Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/cmake_clean.cmake 2022-09-27T15:28:46.1529613Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/build.make 2022-09-27T15:28:46.1530507Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake 2022-09-27T15:28:46.1531391Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/flags.make 2022-09-27T15:28:46.1532224Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/progress.make 2022-09-27T15:28:46.1546154Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d 2022-09-27T15:28:46.1565333Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o 2022-09-27T15:28:46.1566308Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-09-27T15:28:46.1567170Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/TargetDirectories.txt 2022-09-27T15:28:46.1567977Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/progress.marks 2022-09-27T15:28:46.1568722Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile2 2022-09-27T15:28:46.1569650Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile.cmake 2022-09-27T15:28:46.1570618Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeCache.txt 2022-09-27T15:28:46.1571972Z inflating: build/custom_test_artifacts/custom-backend-build/Makefile 2022-09-27T15:28:46.1572724Z inflating: build/custom_test_artifacts/custom-backend-build/cmake_install.cmake 2022-09-27T15:28:46.1641728Z inflating: build/custom_test_artifacts/custom-backend-build/libcustom_backend.so 2022-09-27T15:28:46.1657902Z inflating: build/custom_test_artifacts/custom-backend-build/test_custom_backend 2022-09-27T15:28:46.1658404Z creating: build/lib/ 2022-09-27T15:28:46.1658775Z inflating: build/lib/libclog.a 2022-09-27T15:28:46.1713839Z inflating: build/lib/libgtest.a 2022-09-27T15:28:46.1721945Z inflating: build/lib/libpthreadpool.a 2022-09-27T15:28:46.1783358Z inflating: build/lib/libbenchmark.a 2022-09-27T15:28:46.1855854Z inflating: build/lib/libprotobuf-lite.a 2022-09-27T15:28:46.1863410Z inflating: build/lib/libittnotify.a 2022-09-27T15:28:46.1923955Z inflating: build/lib/libasmjit.a 2022-09-27T15:28:46.1948300Z inflating: build/lib/libtensorpipe_uv.a 2022-09-27T15:28:46.2012548Z inflating: build/lib/libgloo.a 2022-09-27T15:28:46.2388770Z inflating: build/lib/libprotobuf.a 2022-09-27T15:28:46.2402967Z inflating: build/lib/libfmt.a 2022-09-27T15:28:46.2403780Z inflating: build/lib/libfoxi_loader.a 2022-09-27T15:28:46.2450977Z inflating: build/lib/libc10.so 2022-09-27T15:28:46.2451845Z inflating: build/lib/libtorch_global_deps.so 2022-09-27T15:28:46.2459321Z inflating: build/lib/libcpuinfo.a 2022-09-27T15:28:46.2466275Z inflating: build/lib/libcpuinfo_internals.a 2022-09-27T15:28:46.2478403Z inflating: build/lib/libqnnpack.a 2022-09-27T15:28:46.2480940Z inflating: build/lib/libnnpack_reference_layers.a 2022-09-27T15:28:46.2499279Z inflating: build/lib/libpytorch_qnnpack.a 2022-09-27T15:28:46.2510775Z inflating: build/lib/libgmock.a 2022-09-27T15:28:46.2511322Z inflating: build/lib/libgtest_main.a 2022-09-27T15:28:46.2512195Z inflating: build/lib/libbenchmark_main.a 2022-09-27T15:28:46.2933614Z inflating: build/lib/libprotoc.a 2022-09-27T15:28:47.1973822Z inflating: build/lib/libdnnl.a 2022-09-27T15:28:47.1990172Z inflating: build/lib/libnnpack.a 2022-09-27T15:28:47.2448549Z inflating: build/lib/libtensorpipe.a 2022-09-27T15:28:47.2449151Z inflating: build/lib/libgmock_main.a 2022-09-27T15:28:47.3391796Z inflating: build/lib/libfbgemm.a 2022-09-27T15:28:47.4350616Z inflating: build/lib/libdnnl_graph.a 2022-09-27T15:28:47.4521938Z inflating: build/lib/libkineto.a 2022-09-27T15:28:47.4558647Z inflating: build/lib/libcaffe2_protos.a 2022-09-27T15:28:47.4598834Z inflating: build/lib/libonnx_proto.a 2022-09-27T15:28:47.4702717Z inflating: build/lib/libXNNPACK.a 2022-09-27T15:28:47.5221688Z inflating: build/lib/libonnx.a 2022-09-27T15:28:49.4300349Z inflating: build/lib/libtorch_cpu.so 2022-09-27T15:28:49.4300801Z inflating: build/lib/libtorch.so 2022-09-27T15:28:49.4304925Z inflating: build/lib/libshm.so 2022-09-27T15:28:49.4326688Z inflating: build/lib/libjitbackend_test.so 2022-09-27T15:28:49.4380997Z inflating: build/lib/libtorchbind_test.so 2022-09-27T15:28:49.4406160Z inflating: build/lib/libbackend_with_compiler.so 2022-09-27T15:28:49.5962767Z inflating: build/lib/libtorch_python.so 2022-09-27T15:28:49.5998766Z inflating: build/lib/libnnapi_backend.so 2022-09-27T15:28:49.5999182Z creating: build/bin/ 2022-09-27T15:28:49.6043849Z inflating: build/bin/c10_CompileTimeFunctionPointer_test 2022-09-27T15:28:49.6089608Z inflating: build/bin/c10_DeviceGuard_test 2022-09-27T15:28:49.6134656Z inflating: build/bin/c10_Device_test 2022-09-27T15:28:49.6187003Z inflating: build/bin/c10_DispatchKeySet_test 2022-09-27T15:28:49.6230820Z inflating: build/bin/c10_StreamGuard_test 2022-09-27T15:28:49.6275935Z inflating: build/bin/c10_SymInt_test 2022-09-27T15:28:49.6323970Z inflating: build/bin/c10_InlineDeviceGuard_test 2022-09-27T15:28:49.6373757Z inflating: build/bin/c10_InlineStreamGuard_test 2022-09-27T15:28:49.6417579Z inflating: build/bin/c10_Array_test 2022-09-27T15:28:49.6467703Z inflating: build/bin/c10_SizesAndStrides_test 2022-09-27T15:28:49.6514393Z inflating: build/bin/c10_Bitset_test 2022-09-27T15:28:49.6558544Z inflating: build/bin/c10_ConstexprCrc_test 2022-09-27T15:28:49.6604129Z inflating: build/bin/c10_C++17_test 2022-09-27T15:28:49.6648726Z inflating: build/bin/c10_Half_test 2022-09-27T15:28:49.6693641Z inflating: build/bin/c10_DeadlockDetection_test 2022-09-27T15:28:49.6743439Z inflating: build/bin/c10_LeftRight_test 2022-09-27T15:28:49.6797556Z inflating: build/bin/c10_Metaprogramming_test 2022-09-27T15:28:49.6931069Z inflating: build/bin/c10_SmallVectorTest 2022-09-27T15:28:49.6975982Z inflating: build/bin/c10_Synchronized_test 2022-09-27T15:28:49.7021495Z inflating: build/bin/c10_TypeIndex_test 2022-09-27T15:28:49.7070184Z inflating: build/bin/c10_ThreadLocal_test 2022-09-27T15:28:49.7115396Z inflating: build/bin/c10_TypeList_test 2022-09-27T15:28:49.7159096Z inflating: build/bin/c10_TypeTraits_test 2022-09-27T15:28:49.7205388Z inflating: build/bin/c10_accumulate_test 2022-09-27T15:28:49.7254144Z inflating: build/bin/c10_bfloat16_test 2022-09-27T15:28:49.7302993Z inflating: build/bin/c10_complex_test 2022-09-27T15:28:49.7352417Z inflating: build/bin/c10_complex_math_test 2022-09-27T15:28:49.7441992Z inflating: build/bin/c10_either_test 2022-09-27T15:28:49.7488869Z inflating: build/bin/c10_exception_test 2022-09-27T15:28:49.7534714Z inflating: build/bin/c10_flags_test 2022-09-27T15:28:49.7663969Z inflating: build/bin/c10_intrusive_ptr_test 2022-09-27T15:28:49.7709262Z inflating: build/bin/c10_irange_test 2022-09-27T15:28:49.7758028Z inflating: build/bin/c10_logging_test 2022-09-27T15:28:49.7827284Z inflating: build/bin/c10_optional_test 2022-09-27T15:28:49.7882483Z inflating: build/bin/c10_ordered_preserving_dict_test 2022-09-27T15:28:49.7930598Z inflating: build/bin/c10_registry_test 2022-09-27T15:28:49.7981737Z inflating: build/bin/c10_string_view_test 2022-09-27T15:28:49.8027643Z inflating: build/bin/c10_tempfile_test 2022-09-27T15:28:49.8067561Z inflating: build/bin/c10_intrusive_ptr_benchmark 2022-09-27T15:28:49.8115549Z inflating: build/bin/c10_typeid_test 2022-09-27T15:28:49.8479992Z inflating: build/bin/protoc-3.13.0.0 2022-09-27T15:28:49.8843979Z inflating: build/bin/protoc 2022-09-27T15:28:49.9138361Z inflating: build/bin/vec_test_all_types_DEFAULT 2022-09-27T15:28:49.9444322Z inflating: build/bin/vec_test_all_types_AVX512 2022-09-27T15:28:49.9763435Z inflating: build/bin/vec_test_all_types_AVX2 2022-09-27T15:28:49.9810752Z inflating: build/bin/FileStoreTest 2022-09-27T15:28:49.9858366Z inflating: build/bin/HashStoreTest 2022-09-27T15:28:49.9911206Z inflating: build/bin/TCPStoreTest 2022-09-27T15:28:49.9970477Z inflating: build/bin/ProcessGroupGlooTest 2022-09-27T15:28:49.9973302Z inflating: build/bin/example_allreduce 2022-09-27T15:28:50.0022182Z inflating: build/bin/test_dist_autograd 2022-09-27T15:28:50.0084120Z inflating: build/bin/test_cpp_rpc 2022-09-27T15:28:50.0086447Z inflating: build/bin/parallel_benchmark 2022-09-27T15:28:50.0147257Z inflating: build/bin/test_mobile_nnc 2022-09-27T15:28:50.0156762Z inflating: build/bin/aot_model_compiler_test 2022-09-27T15:28:50.0221185Z inflating: build/bin/Dict_test 2022-09-27T15:28:50.0267707Z inflating: build/bin/Dimname_test 2022-09-27T15:28:50.0326716Z inflating: build/bin/MaybeOwned_test 2022-09-27T15:28:50.0377527Z inflating: build/bin/NamedTensor_test 2022-09-27T15:28:50.0686115Z inflating: build/bin/test_lazy 2022-09-27T15:28:50.2063680Z inflating: build/bin/test_api 2022-09-27T15:28:50.2115194Z inflating: build/bin/apply_utils_test 2022-09-27T15:28:50.2167489Z inflating: build/bin/atest 2022-09-27T15:28:50.2223743Z inflating: build/bin/basic 2022-09-27T15:28:50.2272366Z inflating: build/bin/broadcast_test 2022-09-27T15:28:50.2323821Z inflating: build/bin/cpu_generator_test 2022-09-27T15:28:50.2371521Z inflating: build/bin/cpu_profiling_allocator_test 2022-09-27T15:28:50.2416781Z inflating: build/bin/dlconvertor_test 2022-09-27T15:28:50.2461667Z inflating: build/bin/dispatch_key_set_test 2022-09-27T15:28:50.2543884Z inflating: build/bin/cpu_rng_test 2022-09-27T15:28:50.2596853Z inflating: build/bin/extension_backend_test 2022-09-27T15:28:50.2644031Z inflating: build/bin/half_test 2022-09-27T15:28:50.2732601Z inflating: build/bin/ivalue_test 2022-09-27T15:28:50.2777545Z inflating: build/bin/lazy_tensor_test 2022-09-27T15:28:50.2826314Z inflating: build/bin/math_kernel_test 2022-09-27T15:28:50.2874013Z inflating: build/bin/memory_format_test 2022-09-27T15:28:50.2921415Z inflating: build/bin/memory_overlapping_test 2022-09-27T15:28:50.2966775Z inflating: build/bin/operator_name_test 2022-09-27T15:28:50.3014605Z inflating: build/bin/mobile_memory_cleanup 2022-09-27T15:28:50.3066271Z inflating: build/bin/native_test 2022-09-27T15:28:50.3112472Z inflating: build/bin/packedtensoraccessor_test 2022-09-27T15:28:50.3157960Z inflating: build/bin/operators_test 2022-09-27T15:28:50.3221155Z inflating: build/bin/pow_test 2022-09-27T15:28:50.3271430Z inflating: build/bin/quantized_test 2022-09-27T15:28:50.3316167Z inflating: build/bin/reduce_ops_test 2022-09-27T15:28:50.3361797Z inflating: build/bin/reportMemoryUsage_test 2022-09-27T15:28:50.3413345Z inflating: build/bin/scalar_tensor_test 2022-09-27T15:28:50.3463485Z inflating: build/bin/scalar_test 2022-09-27T15:28:50.3509878Z inflating: build/bin/stride_properties_test 2022-09-27T15:28:50.3582841Z inflating: build/bin/tensor_iterator_test 2022-09-27T15:28:50.3630376Z inflating: build/bin/type_ptr_test 2022-09-27T15:28:50.3633200Z inflating: build/bin/thread_init_test 2022-09-27T15:28:50.3681322Z inflating: build/bin/test_parallel 2022-09-27T15:28:50.3725946Z inflating: build/bin/variant_test 2022-09-27T15:28:50.3781808Z inflating: build/bin/type_test 2022-09-27T15:28:50.3828367Z inflating: build/bin/undefined_tensor_test 2022-09-27T15:28:50.3829450Z inflating: build/bin/verify_api_visibility 2022-09-27T15:28:50.3897080Z inflating: build/bin/vmap_test 2022-09-27T15:28:50.3942957Z inflating: build/bin/weakref_test 2022-09-27T15:28:50.3988913Z inflating: build/bin/wrapdim_test 2022-09-27T15:28:50.4033532Z inflating: build/bin/xla_tensor_test 2022-09-27T15:28:50.4086715Z inflating: build/bin/IListRef_test 2022-09-27T15:28:50.4177998Z inflating: build/bin/List_test 2022-09-27T15:28:50.4234467Z inflating: build/bin/KernelFunction_test 2022-09-27T15:28:50.4354854Z inflating: build/bin/kernel_function_legacy_test 2022-09-27T15:28:50.4476924Z inflating: build/bin/kernel_lambda_legacy_test 2022-09-27T15:28:50.4565494Z inflating: build/bin/kernel_function_test 2022-09-27T15:28:50.4661058Z inflating: build/bin/kernel_lambda_test 2022-09-27T15:28:50.4715265Z inflating: build/bin/kernel_stackbased_test 2022-09-27T15:28:50.4805370Z inflating: build/bin/make_boxed_from_unboxed_functor_test 2022-09-27T15:28:50.4850236Z inflating: build/bin/CppSignature_test 2022-09-27T15:28:50.4894303Z inflating: build/bin/op_allowlist_test 2022-09-27T15:28:50.5184219Z inflating: build/bin/op_registration_test 2022-09-27T15:28:50.5233235Z inflating: build/bin/backend_fallback_test 2022-09-27T15:28:50.5279690Z inflating: build/bin/inline_container_test 2022-09-27T15:28:50.5297168Z inflating: build/bin/tutorial_tensorexpr 2022-09-27T15:28:50.5301882Z inflating: build/bin/torch_shm_manager 2022-09-27T15:28:50.6408695Z inflating: build/bin/test_tensorexpr 2022-09-27T15:28:50.6962319Z inflating: build/bin/test_jit 2022-09-27T15:28:50.6963515Z inflating: .pytorch-test-times.json 2022-09-27T15:28:50.6987700Z ##[group]Run df -H 2022-09-27T15:28:50.6987911Z df -H 2022-09-27T15:28:50.6999240Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:28:50.6999495Z env: 2022-09-27T15:28:50.6999691Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:28:50.6999911Z ##[endgroup] 2022-09-27T15:28:50.7032586Z Filesystem Size Used Avail Use% Mounted on 2022-09-27T15:28:50.7033069Z devtmpfs 8.2G 0 8.2G 0% /dev 2022-09-27T15:28:50.7033463Z tmpfs 8.2G 463k 8.2G 1% /dev/shm 2022-09-27T15:28:50.7033844Z tmpfs 8.2G 431k 8.2G 1% /run 2022-09-27T15:28:50.7034273Z tmpfs 8.2G 0 8.2G 0% /sys/fs/cgroup 2022-09-27T15:28:50.7034623Z /dev/nvme0n1p1 162G 20G 142G 13% / 2022-09-27T15:28:50.7107046Z ##[group]Run .github/scripts/parse_ref.py 2022-09-27T15:28:50.7107330Z .github/scripts/parse_ref.py 2022-09-27T15:28:50.7117987Z shell: /usr/bin/bash -e {0} 2022-09-27T15:28:50.7118207Z env: 2022-09-27T15:28:50.7118417Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:28:50.7118626Z ##[endgroup] 2022-09-27T15:28:50.7339285Z ##[group]Run set -x 2022-09-27T15:28:50.7339559Z set -x 2022-09-27T15:28:50.7339725Z  2022-09-27T15:28:50.7339929Z if [[ $TEST_CONFIG == 'multigpu' ]]; then 2022-09-27T15:28:50.7340172Z  TEST_COMMAND=.jenkins/pytorch/multigpu-test.sh 2022-09-27T15:28:50.7340428Z elif [[ $BUILD_ENVIRONMENT == *onnx* ]]; then 2022-09-27T15:28:50.7340664Z  TEST_COMMAND=.jenkins/caffe2/test.sh 2022-09-27T15:28:50.7340850Z else 2022-09-27T15:28:50.7341054Z  TEST_COMMAND=.jenkins/pytorch/test.sh 2022-09-27T15:28:50.7341265Z fi 2022-09-27T15:28:50.7341409Z  2022-09-27T15:28:50.7341645Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-09-27T15:28:50.7341876Z  2022-09-27T15:28:50.7342074Z # sanitize the input commit message and PR body here: 2022-09-27T15:28:50.7342285Z # 2022-09-27T15:28:50.7342561Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2022-09-27T15:28:50.7342936Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2022-09-27T15:28:50.7343234Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2022-09-27T15:28:50.7343464Z PR_BODY="${PR_BODY//[$'\n\r']}" 2022-09-27T15:28:50.7343649Z  2022-09-27T15:28:50.7343894Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2022-09-27T15:28:50.7344168Z # wreak havoc internally 2022-09-27T15:28:50.7344409Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2022-09-27T15:28:50.7344637Z export PR_BODY="${PR_BODY//[\'\"]}" 2022-09-27T15:28:50.7344828Z  2022-09-27T15:28:50.7345059Z # detached container should get cleaned up by teardown_ec2_linux 2022-09-27T15:28:50.7345354Z # TODO: Stop building test binaries as part of the build phase 2022-09-27T15:28:50.7345611Z # Used for GPU_FLAG since that doesn't play nice 2022-09-27T15:28:50.7345849Z # shellcheck disable=SC2086,SC2090 2022-09-27T15:28:50.7346068Z container_name=$(docker run \ 2022-09-27T15:28:50.7346256Z  ${GPU_FLAG:-} \ 2022-09-27T15:28:50.7346450Z  -e BUILD_ENVIRONMENT \ 2022-09-27T15:28:50.7346647Z  -e PR_NUMBER \ 2022-09-27T15:28:50.7346824Z  -e GITHUB_ACTIONS \ 2022-09-27T15:28:50.7347014Z  -e BASE_SHA \ 2022-09-27T15:28:50.7347191Z  -e BRANCH \ 2022-09-27T15:28:50.7347351Z  -e SHA1 \ 2022-09-27T15:28:50.7347541Z  -e AWS_DEFAULT_REGION \ 2022-09-27T15:28:50.7347737Z  -e IN_WHEEL_TEST \ 2022-09-27T15:28:50.7347925Z  -e SHARD_NUMBER \ 2022-09-27T15:28:50.7348100Z  -e TEST_CONFIG \ 2022-09-27T15:28:50.7348291Z  -e NUM_TEST_SHARDS \ 2022-09-27T15:28:50.7348482Z  -e PR_BODY \ 2022-09-27T15:28:50.7348659Z  -e COMMIT_MESSAGES \ 2022-09-27T15:28:50.7348870Z  -e PYTORCH_RETRY_TEST_CASES \ 2022-09-27T15:28:50.7349097Z  -e PYTORCH_OVERRIDE_FLAKY_SIGNAL \ 2022-09-27T15:28:50.7349292Z  -e PR_LABELS \ 2022-09-27T15:28:50.7349498Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2022-09-27T15:28:50.7349706Z  -e SCCACHE_BUCKET \ 2022-09-27T15:28:50.7349899Z  -e SCCACHE_S3_KEY_PREFIX \ 2022-09-27T15:28:50.7350098Z  -e XLA_CUDA \ 2022-09-27T15:28:50.7350306Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2022-09-27T15:28:50.7350646Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2022-09-27T15:28:50.7350867Z  --ulimit stack=10485760:83886080 \ 2022-09-27T15:28:50.7351100Z  --security-opt seccomp=unconfined \ 2022-09-27T15:28:50.7351327Z  --cap-add=SYS_PTRACE \ 2022-09-27T15:28:50.7351506Z  --ipc=host \ 2022-09-27T15:28:50.7351747Z  --shm-size="${SHM_SIZE}" \ 2022-09-27T15:28:50.7351936Z  --tty \ 2022-09-27T15:28:50.7352099Z  --detach \ 2022-09-27T15:28:50.7352295Z  --name="${container_name}" \ 2022-09-27T15:28:50.7352495Z  --user jenkins \ 2022-09-27T15:28:50.7352719Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2022-09-27T15:28:50.7352972Z  -w /var/lib/jenkins/workspace \ 2022-09-27T15:28:50.7353175Z  "${DOCKER_IMAGE}" 2022-09-27T15:28:50.7353350Z ) 2022-09-27T15:28:50.7353580Z docker exec -t "${container_name}" sh -c "pip install dist/*.whl && ${TEST_COMMAND}" 2022-09-27T15:28:50.7364478Z shell: /usr/bin/bash -e {0} 2022-09-27T15:28:50.7364667Z env: 2022-09-27T15:28:50.7364832Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:28:50.7365067Z BUILD_ENVIRONMENT: linux-bionic-py3.7-clang9 2022-09-27T15:28:50.7365291Z PR_NUMBER: 85462 2022-09-27T15:28:50.7365461Z BRANCH: pull/85462 2022-09-27T15:28:50.7365671Z SHA1: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:28:50.7365907Z BASE_SHA: 76d60778eb01b4213735be1c6e126fe2da519b8e 2022-09-27T15:28:50.7366114Z PYTORCH_RETRY_TEST_CASES: 1 2022-09-27T15:28:50.7366323Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-09-27T15:28:50.7366520Z TEST_CONFIG: default 2022-09-27T15:28:50.7366682Z SHARD_NUMBER: 2 2022-09-27T15:28:50.7366859Z NUM_TEST_SHARDS: 2 2022-09-27T15:28:50.7368562Z 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:50.7370641Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-09-27T15:28:50.7370890Z SCCACHE_S3_KEY_PREFIX: pull 2022-09-27T15:28:50.7371081Z SHM_SIZE: 1g 2022-09-27T15:28:50.7371415Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:28:50.7371756Z XLA_CUDA: 2022-09-27T15:28:50.7372017Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-09-27T15:28:50.7372282Z ##[endgroup] 2022-09-27T15:28:50.7395882Z + [[ default == \m\u\l\t\i\g\p\u ]] 2022-09-27T15:28:50.7396301Z + [[ linux-bionic-py3.7-clang9 == *onnx* ]] 2022-09-27T15:28:50.7396540Z + TEST_COMMAND=.jenkins/pytorch/test.sh 2022-09-27T15:28:50.7398804Z ++ git cherry -v origin/master 2022-09-27T15:28:50.7603072Z + COMMIT_MESSAGES='+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR 2022-09-27T15:28:50.7603842Z + acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR 2022-09-27T15:28:50.7604159Z + 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form 2022-09-27T15:28:50.7604453Z + 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference 2022-09-27T15:28:50.7604727Z + 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting' 2022-09-27T15:28:50.7605553Z + 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:50.7617727Z + 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:50.7620194Z + 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:50.7621297Z + 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:50.7626749Z + 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:50.7631072Z + 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:50.7632878Z +++ nproc --ignore=2 2022-09-27T15:28:50.7640988Z ++ 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-bionic-py3.7-clang9:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:29:05.8799945Z + container_name=4eb5c1309b781b883554cfa882f815883c8ed4adeee8259af0a43ea8cedbd8e4 2022-09-27T15:29:05.8800666Z + docker exec -t 4eb5c1309b781b883554cfa882f815883c8ed4adeee8259af0a43ea8cedbd8e4 sh -c 'pip install dist/*.whl && .jenkins/pytorch/test.sh' 2022-09-27T15:29:06.5166160Z Processing ./dist/torch-1.13.0a0+git52424e2-cp37-cp37m-linux_x86_64.whl 2022-09-27T15:29:06.5910425Z 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:29:07.3936192Z Installing collected packages: torch 2022-09-27T15:29:13.7185581Z Successfully installed torch-1.13.0a0+git52424e2 2022-09-27T15:29:13.8764203Z ++ python -c 'import site; print(site.getsitepackages()[0])' 2022-09-27T15:29:13.8975663Z + TORCH_INSTALL_DIR=/opt/conda/lib/python3.7/site-packages/torch 2022-09-27T15:29:13.8976088Z + TORCH_BIN_DIR=/opt/conda/lib/python3.7/site-packages/torch/bin 2022-09-27T15:29:13.8976476Z + TORCH_LIB_DIR=/opt/conda/lib/python3.7/site-packages/torch/lib 2022-09-27T15:29:13.8977759Z + TORCH_TEST_DIR=/opt/conda/lib/python3.7/site-packages/torch/test 2022-09-27T15:29:13.8978125Z + BUILD_DIR=build 2022-09-27T15:29:13.8978341Z + BUILD_RENAMED_DIR=build_renamed 2022-09-27T15:29:13.8978542Z + BUILD_BIN_DIR=build/bin 2022-09-27T15:29:13.8978768Z + export VALGRIND=ON 2022-09-27T15:29:13.8978954Z + VALGRIND=ON 2022-09-27T15:29:13.8979222Z + [[ linux-bionic-py3.7-clang9 == *clang9* ]] 2022-09-27T15:29:13.8979473Z + export VALGRIND=OFF 2022-09-27T15:29:13.8979740Z + VALGRIND=OFF 2022-09-27T15:29:13.8980006Z + [[ linux-bionic-py3.7-clang9 != *bazel* ]] 2022-09-27T15:29:13.8980235Z ++ realpath build/custom_test_artifacts 2022-09-27T15:29:13.9003267Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=/var/lib/jenkins/workspace/build/custom_test_artifacts 2022-09-27T15:29:13.9005987Z ++ dirname .jenkins/pytorch/test.sh 2022-09-27T15:29:13.9038756Z + source .jenkins/pytorch/common.sh 2022-09-27T15:29:13.9042031Z +++ dirname .jenkins/pytorch/common.sh 2022-09-27T15:29:13.9050080Z ++ source .jenkins/pytorch/common_utils.sh 2022-09-27T15:29:13.9051877Z +++ declare -f -t trap_add 2022-09-27T15:29:13.9054952Z ++ set -ex 2022-09-27T15:29:13.9056064Z ++ [[ linux-bionic-py3.7-clang9 == *rocm* ]] 2022-09-27T15:29:13.9056468Z ++ BUILD_TEST_LIBTORCH=0 2022-09-27T15:29:13.9056804Z ++ [[ default == *xla* ]] 2022-09-27T15:29:13.9057167Z ++ [[ linux-bionic-py3.7-clang9 == *centos* ]] 2022-09-27T15:29:13.9057475Z ++ [[ linux-bionic-py3.7-clang9 == *linux-bionic* ]] 2022-09-27T15:29:13.9057692Z ++ which conda 2022-09-27T15:29:13.9074511Z /opt/conda/bin/conda 2022-09-27T15:29:13.9075276Z ++ conda install -q -y cmake 2022-09-27T15:29:16.1904711Z Collecting package metadata (current_repodata.json): ...working... done 2022-09-27T15:29:16.7007443Z Solving environment: ...working... done 2022-09-27T15:29:16.7881912Z 2022-09-27T15:29:16.7882132Z ## Package Plan ## 2022-09-27T15:29:16.7882392Z 2022-09-27T15:29:16.7882535Z environment location: /opt/conda 2022-09-27T15:29:16.7882721Z 2022-09-27T15:29:16.7882838Z added / updated specs: 2022-09-27T15:29:16.7883189Z - cmake 2022-09-27T15:29:16.7883832Z 2022-09-27T15:29:16.7883840Z 2022-09-27T15:29:16.7884061Z The following packages will be downloaded: 2022-09-27T15:29:16.7884385Z 2022-09-27T15:29:16.7884479Z package | build 2022-09-27T15:29:16.7884753Z ---------------------------|----------------- 2022-09-27T15:29:16.7885067Z bzip2-1.0.8 | h7b6447c_0 78 KB 2022-09-27T15:29:16.7885372Z c-ares-1.18.1 | h7f8727e_0 114 KB 2022-09-27T15:29:16.7885659Z certifi-2022.9.14 | py37h06a4308_0 155 KB 2022-09-27T15:29:16.7885944Z cmake-3.22.1 | h1fce559_0 7.3 MB 2022-09-27T15:29:16.7888869Z conda-22.9.0 | py37h06a4308_0 878 KB 2022-09-27T15:29:16.7889603Z expat-2.4.4 | h295c915_0 169 KB 2022-09-27T15:29:16.7889992Z krb5-1.19.2 | hac12032_0 1.2 MB 2022-09-27T15:29:16.7890530Z libcurl-7.82.0 | h0b77cf5_0 342 KB 2022-09-27T15:29:16.7891024Z libedit-3.1.20210910 | h7f8727e_0 166 KB 2022-09-27T15:29:16.7891526Z libev-4.33 | h7f8727e_1 111 KB 2022-09-27T15:29:16.7891827Z libnghttp2-1.46.0 | hce63b2e_0 680 KB 2022-09-27T15:29:16.7892174Z libssh2-1.10.0 | h8f2d780_0 274 KB 2022-09-27T15:29:16.7892533Z libuv-1.40.0 | h7b6447c_0 736 KB 2022-09-27T15:29:16.7892851Z lz4-c-1.9.3 | h295c915_1 185 KB 2022-09-27T15:29:16.7893238Z rhash-1.4.1 | h3c74f83_1 203 KB 2022-09-27T15:29:16.7893510Z zstd-1.5.2 | ha4553b6_0 488 KB 2022-09-27T15:29:16.7893880Z ------------------------------------------------------------ 2022-09-27T15:29:16.7894130Z Total: 13.0 MB 2022-09-27T15:29:16.7894255Z 2022-09-27T15:29:16.7894358Z The following NEW packages will be INSTALLED: 2022-09-27T15:29:16.7894570Z 2022-09-27T15:29:16.7908614Z bzip2 pkgs/main/linux-64::bzip2-1.0.8-h7b6447c_0 2022-09-27T15:29:16.7909039Z c-ares pkgs/main/linux-64::c-ares-1.18.1-h7f8727e_0 2022-09-27T15:29:16.7909399Z cmake pkgs/main/linux-64::cmake-3.22.1-h1fce559_0 2022-09-27T15:29:16.7909747Z expat pkgs/main/linux-64::expat-2.4.4-h295c915_0 2022-09-27T15:29:16.7910099Z krb5 pkgs/main/linux-64::krb5-1.19.2-hac12032_0 2022-09-27T15:29:16.7910435Z libcurl pkgs/main/linux-64::libcurl-7.82.0-h0b77cf5_0 2022-09-27T15:29:16.7910808Z libedit pkgs/main/linux-64::libedit-3.1.20210910-h7f8727e_0 2022-09-27T15:29:16.7911164Z libev pkgs/main/linux-64::libev-4.33-h7f8727e_1 2022-09-27T15:29:16.7911519Z libnghttp2 pkgs/main/linux-64::libnghttp2-1.46.0-hce63b2e_0 2022-09-27T15:29:16.7911886Z libssh2 pkgs/main/linux-64::libssh2-1.10.0-h8f2d780_0 2022-09-27T15:29:16.7912235Z libuv pkgs/main/linux-64::libuv-1.40.0-h7b6447c_0 2022-09-27T15:29:16.7912583Z lz4-c pkgs/main/linux-64::lz4-c-1.9.3-h295c915_1 2022-09-27T15:29:16.7912910Z rhash pkgs/main/linux-64::rhash-1.4.1-h3c74f83_1 2022-09-27T15:29:16.7913251Z zstd pkgs/main/linux-64::zstd-1.5.2-ha4553b6_0 2022-09-27T15:29:16.7913399Z 2022-09-27T15:29:16.7913502Z The following packages will be UPDATED: 2022-09-27T15:29:16.7913642Z 2022-09-27T15:29:16.7913845Z certifi 2022.6.15-py37h06a4308_0 --> 2022.9.14-py37h06a4308_0 2022-09-27T15:29:16.7914177Z conda 4.14.0-py37h06a4308_0 --> 22.9.0-py37h06a4308_0 2022-09-27T15:29:16.7914326Z 2022-09-27T15:29:16.7914330Z 2022-09-27T15:29:17.8830668Z Preparing transaction: ...working... done 2022-09-27T15:29:18.3160226Z Verifying transaction: ...working... done 2022-09-27T15:29:19.4752211Z Executing transaction: ...working... done 2022-09-27T15:29:19.5820022Z Retrieving notices: ...working... done 2022-09-27T15:29:19.7706105Z ++ [[ linux-bionic-py3.7-clang9 == *centos* ]] 2022-09-27T15:29:19.7706581Z + echo 'Environment variables' 2022-09-27T15:29:19.7706919Z Environment variables 2022-09-27T15:29:19.7707188Z + env 2022-09-27T15:29:19.7732467Z SHARD_NUMBER=2 2022-09-27T15:29:19.7733306Z UCC_HOME=/usr 2022-09-27T15:29:19.7733986Z BUILD_ENVIRONMENT=linux-bionic-py3.7-clang9 2022-09-27T15:29:19.7734429Z INSTALLED_DB=yes 2022-09-27T15:29:19.7734723Z HOSTNAME=4eb5c1309b78 2022-09-27T15:29:19.7735017Z GITHUB_REF_NAME=85462/merge 2022-09-27T15:29:19.7735391Z GITHUB_API_URL=https://api.github.com 2022-09-27T15:29:19.7735740Z OPENSSL_DIR=/opt/openssl 2022-09-27T15:29:19.7736055Z UCC_COMMIT= 2022-09-27T15:29:19.7736852Z GITHUB_STEP_SUMMARY=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_e8cecd26-da0d-4d45-b386-b597b8d8de91 2022-09-27T15:29:19.7737554Z CUDA_PATH=/usr/local/cuda 2022-09-27T15:29:19.7738041Z GITHUB_ACTION_PATH=/home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2022-09-27T15:29:19.7738513Z GITHUB_RUN_ATTEMPT=2 2022-09-27T15:29:19.7738704Z INSTALLED_THRIFT= 2022-09-27T15:29:19.7738887Z TEST_CONFIG=default 2022-09-27T15:29:19.7739073Z GITHUB_REPOSITORY_OWNER=pytorch 2022-09-27T15:29:19.7739275Z GITHUB_ACTIONS=true 2022-09-27T15:29:19.7739447Z CI=true 2022-09-27T15:29:19.7739622Z PYTORCH_OVERRIDE_FLAKY_SIGNAL=1 2022-09-27T15:29:19.7739884Z BRANCH=pull/85462 2022-09-27T15:29:19.7740135Z GITHUB_HEAD_REF=cycliclr-memory-fix 2022-09-27T15:29:19.7740324Z UCX_COMMIT= 2022-09-27T15:29:19.7740499Z GITHUB_ACTOR=kongzii 2022-09-27T15:29:19.7740683Z GITHUB_ACTION_REF= 2022-09-27T15:29:19.7740853Z GITHUB_ACTION=__self 2022-09-27T15:29:19.7741033Z VALGRIND=OFF 2022-09-27T15:29:19.7741219Z GITHUB_REF_PROTECTED=false 2022-09-27T15:29:19.7741550Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2022-09-27T15:29:19.7742277Z *** 2022-09-27T15:29:19.7742449Z INSTALLED_VISION=yes 2022-09-27T15:29:19.7742622Z HOME=/var/lib/jenkins 2022-09-27T15:29:19.7742818Z CARGO_NET_GIT_FETCH_WITH_CLI=true 2022-09-27T15:29:19.7743034Z GITHUB_ACTION_REPOSITORY= 2022-09-27T15:29:19.7743218Z GITHUB_REF_TYPE=branch 2022-09-27T15:29:19.7743411Z GITHUB_RETENTION_DAYS=90 2022-09-27T15:29:19.7743704Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2022-09-27T15:29:19.7744158Z GITHUB_ENV=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_env_e8cecd26-da0d-4d45-b386-b597b8d8de91 2022-09-27T15:29:19.7744454Z DEBIAN_FRONTEND=noninteractive 2022-09-27T15:29:19.7744665Z GITHUB_REF=refs/pull/85462/merge 2022-09-27T15:29:19.7744904Z GITHUB_SHA=1faa2af6dbb8dd899ab20874e9966185467c5883 2022-09-27T15:29:19.7745121Z INSTALLED_PROTOBUF=yes 2022-09-27T15:29:19.7745311Z DESIRED_CUDA= 2022-09-27T15:29:19.7745493Z GITHUB_RUN_ID=3133193930 2022-09-27T15:29:19.7745693Z GITHUB_SERVER_URL=https://github.com 2022-09-27T15:29:19.7745895Z MAX_JOBS=6 2022-09-27T15:29:19.7746221Z GITHUB_EVENT_PATH=/home/ec2-user/actions-runner/_work/_temp/_github_workflow/event.json 2022-09-27T15:29:19.7746463Z UCX_HOME=/usr 2022-09-27T15:29:19.7746654Z PYTORCH_RETRY_TEST_CASES=1 2022-09-27T15:29:19.7746895Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2022-09-27T15:29:19.7747143Z BASE_SHA=76d60778eb01b4213735be1c6e126fe2da519b8e 2022-09-27T15:29:19.7747355Z INSTALLED_ANDROID= 2022-09-27T15:29:19.7750078Z 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:29:19.7751943Z GITHUB_BASE_REF=master 2022-09-27T15:29:19.7752125Z TERM=xterm 2022-09-27T15:29:19.7752344Z XLA_CUDA= 2022-09-27T15:29:19.7752510Z TORCH_CUDA_ARCH_LIST=Maxwell 2022-09-27T15:29:19.7752713Z OPENSSL_ROOT_DIR=/opt/openssl 2022-09-27T15:29:19.7753135Z GITHUB_PATH=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/add_path_e8cecd26-da0d-4d45-b386-b597b8d8de91 2022-09-27T15:29:19.7753430Z GITHUB_JOB=test 2022-09-27T15:29:19.7753609Z SCCACHE_S3_KEY_PREFIX=pull 2022-09-27T15:29:19.7758572Z 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:29:19.7759490Z NUM_TEST_SHARDS=2 2022-09-27T15:29:19.7759675Z PR_NUMBER=85462 2022-09-27T15:29:19.7759846Z SHLVL=1 2022-09-27T15:29:19.7760040Z GITHUB_REPOSITORY=pytorch/pytorch 2022-09-27T15:29:19.7760262Z SHA1=52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:29:19.7760479Z GITHUB_EVENT_NAME=pull_request 2022-09-27T15:29:19.7760788Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2022-09-27T15:29:19.7760989Z GITHUB_RUN_NUMBER=50832 2022-09-27T15:29:19.7761178Z GITHUB_WORKFLOW=pull 2022-09-27T15:29:19.7761497Z 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:29:19.7761919Z GITHUB_WORKSPACE=/home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:29:19.7762164Z GITHUB_TRIGGERING_ACTOR=albanD 2022-09-27T15:29:19.7762353Z _=/usr/bin/env 2022-09-27T15:29:19.7762562Z + echo 'Testing pytorch' 2022-09-27T15:29:19.7762735Z Testing pytorch 2022-09-27T15:29:19.7762930Z + export LANG=C.UTF-8 2022-09-27T15:29:19.7763120Z + LANG=C.UTF-8 2022-09-27T15:29:19.7831256Z + PR_NUMBER=85462 2022-09-27T15:29:19.7831754Z + [[ default == \d\e\f\a\u\l\t ]] 2022-09-27T15:29:19.7832134Z + export CUDA_VISIBLE_DEVICES=0 2022-09-27T15:29:19.7832492Z + CUDA_VISIBLE_DEVICES=0 2022-09-27T15:29:19.7832796Z + export HIP_VISIBLE_DEVICES=0 2022-09-27T15:29:19.7833112Z + HIP_VISIBLE_DEVICES=0 2022-09-27T15:29:19.7833433Z + [[ default == \d\i\s\t\r\i\b\u\t\e\d ]] 2022-09-27T15:29:19.7833791Z + [[ default == \s\l\o\w ]] 2022-09-27T15:29:19.7834313Z + [[ linux-bionic-py3.7-clang9 == *slow-gradcheck* ]] 2022-09-27T15:29:19.7834752Z + [[ linux-bionic-py3.7-clang9 == *cuda* ]] 2022-09-27T15:29:19.7835153Z + [[ linux-bionic-py3.7-clang9 == *rocm* ]] 2022-09-27T15:29:19.7835623Z + [[ linux-bionic-py3.7-clang9 == *cuda11* ]] 2022-09-27T15:29:19.7836028Z + [[ default == *crossref* ]] 2022-09-27T15:29:19.7836302Z + [[ default == *dynamo* ]] 2022-09-27T15:29:19.7836511Z + [[ -n 85462 ]] 2022-09-27T15:29:19.7836699Z + [[ -z '' ]] 2022-09-27T15:29:19.7836893Z + export PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-09-27T15:29:19.7837134Z + PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-09-27T15:29:19.7837412Z + [[ linux-bionic-py3.7-clang9 == *rocm* ]] 2022-09-27T15:29:19.7837691Z + [[ linux-bionic-py3.7-clang9 != *-bazel-* ]] 2022-09-27T15:29:19.7837942Z + pip_install --user ninja 2022-09-27T15:29:19.7838205Z + pip install --progress-bar off --user ninja 2022-09-27T15:29:20.1956673Z Collecting ninja 2022-09-27T15:29:20.2112094Z Downloading ninja-1.10.2.3-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl (108 kB) 2022-09-27T15:29:20.9189290Z Installing collected packages: ninja 2022-09-27T15:29:20.9275857Z  WARNING: The script ninja is installed in '/var/lib/jenkins/.local/bin' which is not on PATH. 2022-09-27T15:29:20.9276360Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-09-27T15:29:20.9324440Z Successfully installed ninja-1.10.2.3 2022-09-27T15:29:20.9995340Z + 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:29:20.9996183Z + 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:29:20.9996633Z + [[ linux-bionic-py3.7-clang9 == *asan* ]] 2022-09-27T15:29:20.9996875Z + [[ default == \n\o\g\p\u\_\N\O\_\A\V\X\2 ]] 2022-09-27T15:29:20.9997095Z + [[ default == \n\o\g\p\u\_\A\V\X\5\1\2 ]] 2022-09-27T15:29:21.0000332Z + [[ linux-bionic-py3.7-clang9 == *tbb* ]] 2022-09-27T15:29:21.0012726Z + [[ linux-bionic-py3.7-clang9 == *libtorch* ]] 2022-09-27T15:29:21.0013039Z + [[ linux-bionic-py3.7-clang9 == *-bazel-* ]] 2022-09-27T15:29:21.0016363Z + cd test 2022-09-27T15:29:21.0016732Z + python -c 'import torch; print(torch.__config__.show())' 2022-09-27T15:29:22.4414327Z PyTorch built with: 2022-09-27T15:29:22.4414816Z - GCC 4.2 2022-09-27T15:29:22.4415033Z - C++ Version: 201402 2022-09-27T15:29:22.4415312Z - clang 9.0.0 2022-09-27T15:29:22.4415694Z - Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-09-27T15:29:22.4416205Z - Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-09-27T15:29:22.4416510Z - OpenMP 201107 (a.k.a. OpenMP 3.1) 2022-09-27T15:29:22.4416834Z - LAPACK is enabled (usually provided by MKL) 2022-09-27T15:29:22.4417072Z - NNPACK is enabled 2022-09-27T15:29:22.4417307Z - CPU capability usage: AVX2 2022-09-27T15:29:22.4420186Z - Build settings: BLAS_INFO=mkl, BUILD_TYPE=Release, CXX_COMPILER=/opt/cache/bin/clang++, CXX_FLAGS= -Wno-deprecated -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp=libomp -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-range-loop-analysis -Wno-pass-failed -Wno-error=pedantic -Wno-error=redundant-decls -Wno-error=old-style-cast -Wconstant-conversion -Wno-invalid-partial-specialization -Wno-typedef-redefinition -Wno-unused-private-field -Wno-inconsistent-missing-override -Wno-c++14-extensions -Wno-constexpr-not-const -Wno-missing-braces -Qunused-arguments -fcolor-diagnostics -fdiagnostics-color=always -Werror -fno-math-errno -fno-trapping-math -Werror=format, 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:29:22.4422195Z 2022-09-27T15:29:22.6281773Z + cd test 2022-09-27T15:29:22.6282201Z + python -c 'import torch; print(torch.__config__.parallel_info())' 2022-09-27T15:29:23.6078910Z ATen/Parallel: 2022-09-27T15:29:23.6079300Z at::get_num_threads() : 4 2022-09-27T15:29:23.6079513Z at::get_num_interop_threads() : 4 2022-09-27T15:29:23.6079745Z OpenMP 201107 (a.k.a. OpenMP 3.1) 2022-09-27T15:29:23.6079933Z omp_get_max_threads() : 4 2022-09-27T15:29:23.6080427Z Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-09-27T15:29:23.6080720Z mkl_get_max_threads() : 4 2022-09-27T15:29:23.6081037Z Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-09-27T15:29:23.6081307Z std::thread::hardware_concurrency() : 8 2022-09-27T15:29:23.6081513Z Environment variables: 2022-09-27T15:29:23.6081695Z OMP_NUM_THREADS : [not set] 2022-09-27T15:29:23.6081886Z MKL_NUM_THREADS : [not set] 2022-09-27T15:29:23.6082081Z ATen parallel backend: OpenMP 2022-09-27T15:29:23.6082205Z 2022-09-27T15:29:23.7815241Z + [[ default == *deploy* ]] 2022-09-27T15:29:23.7815537Z + [[ default == *backward* ]] 2022-09-27T15:29:23.7815845Z + [[ default == *xla* ]] 2022-09-27T15:29:23.7816522Z + [[ default == \j\i\t\_\l\e\g\a\c\y ]] 2022-09-27T15:29:23.7816868Z + [[ linux-bionic-py3.7-clang9 == *libtorch* ]] 2022-09-27T15:29:23.7817097Z + [[ default == distributed ]] 2022-09-27T15:29:23.7817291Z + [[ default == *dynamo* ]] 2022-09-27T15:29:23.7817463Z + [[ default == *dynamo* ]] 2022-09-27T15:29:23.7817636Z + [[ 2 == 1 ]] 2022-09-27T15:29:23.7817868Z + [[ 2 == 2 ]] 2022-09-27T15:29:23.7818049Z + [[ 2 -gt 1 ]] 2022-09-27T15:29:23.7818244Z + install_torchvision 2022-09-27T15:29:23.7818511Z + local commit 2022-09-27T15:29:23.7819095Z ++ get_pinned_commit vision 2022-09-27T15:29:23.7819312Z ++ cat .github/ci_commit_pins/vision.txt 2022-09-27T15:29:23.7854278Z + commit=2c1022e3ee89834228d64445d569f0efd6b93fb8 2022-09-27T15:29:23.7855013Z + pip_install --no-use-pep517 --user git+https://github.com/pytorch/vision.git@2c1022e3ee89834228d64445d569f0efd6b93fb8 2022-09-27T15:29:23.7855707Z + pip install --progress-bar off --no-use-pep517 --user git+https://github.com/pytorch/vision.git@2c1022e3ee89834228d64445d569f0efd6b93fb8 2022-09-27T15:29:24.1368800Z Collecting git+https://github.com/pytorch/vision.git@2c1022e3ee89834228d64445d569f0efd6b93fb8 2022-09-27T15:29:24.1374762Z Cloning https://github.com/pytorch/vision.git (to revision 2c1022e3ee89834228d64445d569f0efd6b93fb8) to /tmp/pip-req-build-ogc4cfow 2022-09-27T15:29:24.1636337Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/vision.git /tmp/pip-req-build-ogc4cfow 2022-09-27T15:29:26.1662593Z Running command git rev-parse -q --verify 'sha^2c1022e3ee89834228d64445d569f0efd6b93fb8' 2022-09-27T15:29:26.1708077Z Running command git fetch -q https://github.com/pytorch/vision.git 2c1022e3ee89834228d64445d569f0efd6b93fb8 2022-09-27T15:29:27.0221563Z Running command git checkout -q 2c1022e3ee89834228d64445d569f0efd6b93fb8 2022-09-27T15:29:27.3599635Z Resolved https://github.com/pytorch/vision.git to commit 2c1022e3ee89834228d64445d569f0efd6b93fb8 2022-09-27T15:29:29.2273143Z Preparing metadata (setup.py) ... [?25l- done 2022-09-27T15:29:29.2350202Z [?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:29:29.2354656Z Requirement already satisfied: numpy in /opt/conda/lib/python3.7/site-packages (from torchvision==0.14.0a0+2c1022e) (1.18.5) 2022-09-27T15:29:29.2358958Z Requirement already satisfied: requests in /opt/conda/lib/python3.7/site-packages (from torchvision==0.14.0a0+2c1022e) (2.27.1) 2022-09-27T15:29:29.2363454Z 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:29:29.2371265Z 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:29:29.2624525Z 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:29:29.2638745Z 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:29:29.2645893Z 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:29:29.2653334Z 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:29:29.2794829Z Building wheels for collected packages: torchvision 2022-09-27T15:30:35.5022048Z Building wheel for torchvision (setup.py) ... [?25l- \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - done 2022-09-27T15:30:35.5368436Z [?25h Created wheel for torchvision: filename=torchvision-0.14.0a0+2c1022e-cp37-cp37m-linux_x86_64.whl size=13792981 sha256=add23ea3fb714ab8771bb8480fa6467b16db8dddfeaef2d48a461df2506386f7 2022-09-27T15:30:35.5370109Z Stored in directory: /var/lib/jenkins/.cache/pip/wheels/54/3c/b1/9e73e6e3c514e799d3391d5ca318b09f89e7fa0e9f925d2c5a 2022-09-27T15:30:35.5414377Z Successfully built torchvision 2022-09-27T15:30:36.2124764Z Installing collected packages: torchvision 2022-09-27T15:30:36.7521826Z Successfully installed torchvision-0.14.0a0+2c1022e 2022-09-27T15:30:36.8767051Z + checkout_install_torchdynamo 2022-09-27T15:30:36.8767287Z + local commit 2022-09-27T15:30:36.8769760Z ++ get_pinned_commit torchdynamo 2022-09-27T15:30:36.8770172Z ++ cat .github/ci_commit_pins/torchdynamo.txt 2022-09-27T15:30:36.8787157Z + commit=41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:30:36.8787394Z + pushd .. 2022-09-27T15:30:36.8787548Z ~ ~/workspace 2022-09-27T15:30:36.8787789Z + git clone https://github.com/pytorch/torchdynamo 2022-09-27T15:30:36.8797839Z Cloning into 'torchdynamo'... 2022-09-27T15:30:37.0737527Z remote: Enumerating objects: 14538, done. 2022-09-27T15:30:37.0737846Z remote: Counting objects: 0% (1/335) 2022-09-27T15:30:37.0738116Z remote: Counting objects: 1% (4/335) 2022-09-27T15:30:37.0739155Z remote: Counting objects: 2% (7/335) 2022-09-27T15:30:37.0739565Z remote: Counting objects: 3% (11/335) 2022-09-27T15:30:37.0739938Z remote: Counting objects: 4% (14/335) 2022-09-27T15:30:37.0740410Z remote: Counting objects: 5% (17/335) 2022-09-27T15:30:37.0740827Z remote: Counting objects: 6% (21/335) 2022-09-27T15:30:37.0741199Z remote: Counting objects: 7% (24/335) 2022-09-27T15:30:37.0741643Z remote: Counting objects: 8% (27/335) 2022-09-27T15:30:37.0742124Z remote: Counting objects: 9% (31/335) 2022-09-27T15:30:37.0742385Z remote: Counting objects: 10% (34/335) 2022-09-27T15:30:37.0742636Z remote: Counting objects: 11% (37/335) 2022-09-27T15:30:37.0742884Z remote: Counting objects: 12% (41/335) 2022-09-27T15:30:37.0743148Z remote: Counting objects: 13% (44/335) 2022-09-27T15:30:37.0743410Z remote: Counting objects: 14% (47/335) 2022-09-27T15:30:37.0743649Z remote: Counting objects: 15% (51/335) 2022-09-27T15:30:37.0743909Z remote: Counting objects: 16% (54/335) 2022-09-27T15:30:37.0744165Z remote: Counting objects: 17% (57/335) 2022-09-27T15:30:37.0746512Z remote: Counting objects: 18% (61/335) 2022-09-27T15:30:37.0746996Z remote: Counting objects: 19% (64/335) 2022-09-27T15:30:37.0747483Z remote: Counting objects: 20% (67/335) 2022-09-27T15:30:37.0747969Z remote: Counting objects: 21% (71/335) 2022-09-27T15:30:37.0748228Z remote: Counting objects: 22% (74/335) 2022-09-27T15:30:37.0748482Z remote: Counting objects: 23% (78/335) 2022-09-27T15:30:37.0748737Z remote: Counting objects: 24% (81/335) 2022-09-27T15:30:37.0748975Z remote: Counting objects: 25% (84/335) 2022-09-27T15:30:37.0749226Z remote: Counting objects: 26% (88/335) 2022-09-27T15:30:37.0749480Z remote: Counting objects: 27% (91/335) 2022-09-27T15:30:37.0749717Z remote: Counting objects: 28% (94/335) 2022-09-27T15:30:37.0749972Z remote: Counting objects: 29% (98/335) 2022-09-27T15:30:37.0750229Z remote: Counting objects: 30% (101/335) 2022-09-27T15:30:37.0750490Z remote: Counting objects: 31% (104/335) 2022-09-27T15:30:37.0750734Z remote: Counting objects: 32% (108/335) 2022-09-27T15:30:37.0750994Z remote: Counting objects: 33% (111/335) 2022-09-27T15:30:37.0751251Z remote: Counting objects: 34% (114/335) 2022-09-27T15:30:37.0751490Z remote: Counting objects: 35% (118/335) 2022-09-27T15:30:37.0751748Z remote: Counting objects: 36% (121/335) 2022-09-27T15:30:37.0752001Z remote: Counting objects: 37% (124/335) 2022-09-27T15:30:37.0797307Z remote: Counting objects: 38% (128/335) 2022-09-27T15:30:37.0798995Z remote: Counting objects: 39% (131/335) 2022-09-27T15:30:37.0799358Z remote: Counting objects: 40% (134/335) 2022-09-27T15:30:37.0799609Z remote: Counting objects: 41% (138/335) 2022-09-27T15:30:37.0799868Z remote: Counting objects: 42% (141/335) 2022-09-27T15:30:37.0800327Z remote: Counting objects: 43% (145/335) 2022-09-27T15:30:37.0800589Z remote: Counting objects: 44% (148/335) 2022-09-27T15:30:37.0800882Z remote: Counting objects: 45% (151/335) 2022-09-27T15:30:37.0801210Z remote: Counting objects: 46% (155/335) 2022-09-27T15:30:37.0801466Z remote: Counting objects: 47% (158/335) 2022-09-27T15:30:37.0801782Z remote: Counting objects: 48% (161/335) 2022-09-27T15:30:37.0802183Z remote: Counting objects: 49% (165/335) 2022-09-27T15:30:37.0803749Z remote: Counting objects: 50% (168/335) 2022-09-27T15:30:37.0803993Z remote: Counting objects: 51% (171/335) 2022-09-27T15:30:37.0804271Z remote: Counting objects: 52% (175/335) 2022-09-27T15:30:37.0804527Z remote: Counting objects: 53% (178/335) 2022-09-27T15:30:37.0804781Z remote: Counting objects: 54% (181/335) 2022-09-27T15:30:37.0805021Z remote: Counting objects: 55% (185/335) 2022-09-27T15:30:37.0805281Z remote: Counting objects: 56% (188/335) 2022-09-27T15:30:37.0805538Z remote: Counting objects: 57% (191/335) 2022-09-27T15:30:37.0805778Z remote: Counting objects: 58% (195/335) 2022-09-27T15:30:37.0806035Z remote: Counting objects: 59% (198/335) 2022-09-27T15:30:37.0806290Z remote: Counting objects: 60% (201/335) 2022-09-27T15:30:37.0806532Z remote: Counting objects: 61% (205/335) 2022-09-27T15:30:37.0806787Z remote: Counting objects: 62% (208/335) 2022-09-27T15:30:37.0807045Z remote: Counting objects: 63% (212/335) 2022-09-27T15:30:37.0807287Z remote: Counting objects: 64% (215/335) 2022-09-27T15:30:37.0807540Z remote: Counting objects: 65% (218/335) 2022-09-27T15:30:37.0807792Z remote: Counting objects: 66% (222/335) 2022-09-27T15:30:37.0808045Z remote: Counting objects: 67% (225/335) 2022-09-27T15:30:37.0808286Z remote: Counting objects: 68% (228/335) 2022-09-27T15:30:37.0808540Z remote: Counting objects: 69% (232/335) 2022-09-27T15:30:37.0808792Z remote: Counting objects: 70% (235/335) 2022-09-27T15:30:37.0809189Z remote: Counting objects: 71% (238/335) 2022-09-27T15:30:37.0809454Z remote: Counting objects: 72% (242/335) 2022-09-27T15:30:37.0809710Z remote: Counting objects: 73% (245/335) 2022-09-27T15:30:37.0809951Z remote: Counting objects: 74% (248/335) 2022-09-27T15:30:37.0810207Z remote: Counting objects: 75% (252/335) 2022-09-27T15:30:37.0810464Z remote: Counting objects: 76% (255/335) 2022-09-27T15:30:37.0810705Z remote: Counting objects: 77% (258/335) 2022-09-27T15:30:37.0810963Z remote: Counting objects: 78% (262/335) 2022-09-27T15:30:37.0811219Z remote: Counting objects: 79% (265/335) 2022-09-27T15:30:37.0811459Z remote: Counting objects: 80% (268/335) 2022-09-27T15:30:37.0811711Z remote: Counting objects: 81% (272/335) 2022-09-27T15:30:37.0811966Z remote: Counting objects: 82% (275/335) 2022-09-27T15:30:37.0812217Z remote: Counting objects: 83% (279/335) 2022-09-27T15:30:37.0812458Z remote: Counting objects: 84% (282/335) 2022-09-27T15:30:37.0812714Z remote: Counting objects: 85% (285/335) 2022-09-27T15:30:37.0812967Z remote: Counting objects: 86% (289/335) 2022-09-27T15:30:37.0813291Z remote: Counting objects: 87% (292/335) 2022-09-27T15:30:37.0813551Z remote: Counting objects: 88% (295/335) 2022-09-27T15:30:37.0813805Z remote: Counting objects: 89% (299/335) 2022-09-27T15:30:37.0814049Z remote: Counting objects: 90% (302/335) 2022-09-27T15:30:37.0814308Z remote: Counting objects: 91% (305/335) 2022-09-27T15:30:37.0814562Z remote: Counting objects: 92% (309/335) 2022-09-27T15:30:37.0814805Z remote: Counting objects: 93% (312/335) 2022-09-27T15:30:37.0815058Z remote: Counting objects: 94% (315/335) 2022-09-27T15:30:37.0815310Z remote: Counting objects: 95% (319/335) 2022-09-27T15:30:37.0815551Z remote: Counting objects: 96% (322/335) 2022-09-27T15:30:37.0815804Z remote: Counting objects: 97% (325/335) 2022-09-27T15:30:37.0816056Z remote: Counting objects: 98% (329/335) 2022-09-27T15:30:37.0816386Z remote: Counting objects: 99% (332/335) 2022-09-27T15:30:37.0816639Z remote: Counting objects: 100% (335/335) 2022-09-27T15:30:37.0816904Z remote: Counting objects: 100% (335/335), done. 2022-09-27T15:30:37.0817190Z remote: Compressing objects: 0% (1/160) 2022-09-27T15:30:37.0817454Z remote: Compressing objects: 1% (2/160) 2022-09-27T15:30:37.0817781Z remote: Compressing objects: 2% (4/160) 2022-09-27T15:30:37.0859291Z remote: Compressing objects: 3% (5/160) 2022-09-27T15:30:37.0880555Z remote: Compressing objects: 4% (7/160) 2022-09-27T15:30:37.0886171Z remote: Compressing objects: 5% (8/160) 2022-09-27T15:30:37.0928633Z remote: Compressing objects: 6% (10/160) 2022-09-27T15:30:37.0980181Z remote: Compressing objects: 7% (12/160) 2022-09-27T15:30:37.1002587Z remote: Compressing objects: 8% (13/160) 2022-09-27T15:30:37.1044134Z remote: Compressing objects: 9% (15/160) 2022-09-27T15:30:37.1068956Z remote: Compressing objects: 10% (16/160) 2022-09-27T15:30:37.1087981Z remote: Compressing objects: 11% (18/160) 2022-09-27T15:30:37.1098455Z remote: Compressing objects: 12% (20/160) 2022-09-27T15:30:37.1167843Z remote: Compressing objects: 13% (21/160) 2022-09-27T15:30:37.1168132Z remote: Compressing objects: 14% (23/160) 2022-09-27T15:30:37.1182646Z remote: Compressing objects: 15% (24/160) 2022-09-27T15:30:37.1182936Z remote: Compressing objects: 16% (26/160) 2022-09-27T15:30:37.1191404Z remote: Compressing objects: 17% (28/160) 2022-09-27T15:30:37.1197953Z remote: Compressing objects: 18% (29/160) 2022-09-27T15:30:37.1198477Z remote: Compressing objects: 19% (31/160) 2022-09-27T15:30:37.1275289Z remote: Compressing objects: 20% (32/160) 2022-09-27T15:30:37.1275850Z remote: Compressing objects: 21% (34/160) 2022-09-27T15:30:37.1276355Z remote: Compressing objects: 22% (36/160) 2022-09-27T15:30:37.1277594Z remote: Compressing objects: 23% (37/160) 2022-09-27T15:30:37.1278145Z remote: Compressing objects: 24% (39/160) 2022-09-27T15:30:37.1278636Z remote: Compressing objects: 25% (40/160) 2022-09-27T15:30:37.1279067Z remote: Compressing objects: 26% (42/160) 2022-09-27T15:30:37.1279413Z remote: Compressing objects: 27% (44/160) 2022-09-27T15:30:37.1279680Z remote: Compressing objects: 28% (45/160) 2022-09-27T15:30:37.1279938Z remote: Compressing objects: 29% (47/160) 2022-09-27T15:30:37.1280255Z remote: Compressing objects: 30% (48/160) 2022-09-27T15:30:37.1280524Z remote: Compressing objects: 31% (50/160) 2022-09-27T15:30:37.1280777Z remote: Compressing objects: 32% (52/160) 2022-09-27T15:30:37.1281043Z remote: Compressing objects: 33% (53/160) 2022-09-27T15:30:37.1281403Z remote: Compressing objects: 34% (55/160) 2022-09-27T15:30:37.1281801Z remote: Compressing objects: 35% (56/160) 2022-09-27T15:30:37.1282206Z remote: Compressing objects: 36% (58/160) 2022-09-27T15:30:37.1282693Z remote: Compressing objects: 37% (60/160) 2022-09-27T15:30:37.1283177Z remote: Compressing objects: 38% (61/160) 2022-09-27T15:30:37.1283652Z remote: Compressing objects: 39% (63/160) 2022-09-27T15:30:37.1284120Z remote: Compressing objects: 40% (64/160) 2022-09-27T15:30:37.1284562Z remote: Compressing objects: 41% (66/160) 2022-09-27T15:30:37.1285019Z remote: Compressing objects: 42% (68/160) 2022-09-27T15:30:37.1285521Z remote: Compressing objects: 43% (69/160) 2022-09-27T15:30:37.1286008Z remote: Compressing objects: 44% (71/160) 2022-09-27T15:30:37.1286450Z remote: Compressing objects: 45% (72/160) 2022-09-27T15:30:37.1286943Z remote: Compressing objects: 46% (74/160) 2022-09-27T15:30:37.1287435Z remote: Compressing objects: 47% (76/160) 2022-09-27T15:30:37.1287898Z remote: Compressing objects: 48% (77/160) 2022-09-27T15:30:37.1288385Z remote: Compressing objects: 49% (79/160) 2022-09-27T15:30:37.1288778Z remote: Compressing objects: 50% (80/160) 2022-09-27T15:30:37.1289224Z remote: Compressing objects: 51% (82/160) 2022-09-27T15:30:37.1289669Z remote: Compressing objects: 52% (84/160) 2022-09-27T15:30:37.1289940Z remote: Compressing objects: 53% (85/160) 2022-09-27T15:30:37.1290205Z remote: Compressing objects: 54% (87/160) 2022-09-27T15:30:37.1290457Z remote: Compressing objects: 55% (88/160) 2022-09-27T15:30:37.1290783Z remote: Compressing objects: 56% (90/160) 2022-09-27T15:30:37.1291054Z remote: Compressing objects: 57% (92/160) 2022-09-27T15:30:37.1291308Z remote: Compressing objects: 58% (93/160) 2022-09-27T15:30:37.1291570Z remote: Compressing objects: 59% (95/160) 2022-09-27T15:30:37.1291867Z remote: Compressing objects: 60% (96/160) 2022-09-27T15:30:37.1292124Z remote: Compressing objects: 61% (98/160) 2022-09-27T15:30:37.1292397Z remote: Compressing objects: 62% (100/160) 2022-09-27T15:30:37.1292676Z remote: Compressing objects: 63% (101/160) 2022-09-27T15:30:37.1292936Z remote: Compressing objects: 64% (103/160) 2022-09-27T15:30:37.1293282Z remote: Compressing objects: 65% (104/160) 2022-09-27T15:30:37.1293658Z remote: Compressing objects: 66% (106/160) 2022-09-27T15:30:37.1294037Z remote: Compressing objects: 67% (108/160) 2022-09-27T15:30:37.1294306Z remote: Compressing objects: 68% (109/160) 2022-09-27T15:30:37.1294579Z remote: Compressing objects: 69% (111/160) 2022-09-27T15:30:37.1294875Z remote: Compressing objects: 70% (112/160) 2022-09-27T15:30:37.1295130Z remote: Compressing objects: 71% (114/160) 2022-09-27T15:30:37.1295392Z remote: Compressing objects: 72% (116/160) 2022-09-27T15:30:37.1295663Z remote: Compressing objects: 73% (117/160) 2022-09-27T15:30:37.1295921Z remote: Compressing objects: 74% (119/160) 2022-09-27T15:30:37.1296188Z remote: Compressing objects: 75% (120/160) 2022-09-27T15:30:37.1296452Z remote: Compressing objects: 76% (122/160) 2022-09-27T15:30:37.1296704Z remote: Compressing objects: 77% (124/160) 2022-09-27T15:30:37.1296972Z remote: Compressing objects: 78% (125/160) 2022-09-27T15:30:37.1297240Z remote: Compressing objects: 79% (127/160) 2022-09-27T15:30:37.1297505Z remote: Compressing objects: 80% (128/160) 2022-09-27T15:30:37.1297757Z remote: Compressing objects: 81% (130/160) 2022-09-27T15:30:37.1298022Z remote: Compressing objects: 82% (132/160) 2022-09-27T15:30:37.1298288Z remote: Compressing objects: 83% (133/160) 2022-09-27T15:30:37.1298538Z remote: Compressing objects: 84% (135/160) 2022-09-27T15:30:37.1298802Z remote: Compressing objects: 85% (136/160) 2022-09-27T15:30:37.1299067Z remote: Compressing objects: 86% (138/160) 2022-09-27T15:30:37.1299317Z remote: Compressing objects: 87% (140/160) 2022-09-27T15:30:37.1299579Z remote: Compressing objects: 88% (141/160) 2022-09-27T15:30:37.1299844Z remote: Compressing objects: 89% (143/160) 2022-09-27T15:30:37.1300094Z remote: Compressing objects: 90% (144/160) 2022-09-27T15:30:37.1300356Z remote: Compressing objects: 91% (146/160) 2022-09-27T15:30:37.1300623Z remote: Compressing objects: 92% (148/160) 2022-09-27T15:30:37.1300873Z remote: Compressing objects: 93% (149/160) 2022-09-27T15:30:37.1301138Z remote: Compressing objects: 94% (151/160) 2022-09-27T15:30:37.1301401Z remote: Compressing objects: 95% (152/160) 2022-09-27T15:30:37.1301665Z remote: Compressing objects: 96% (154/160) 2022-09-27T15:30:37.1301920Z remote: Compressing objects: 97% (156/160) 2022-09-27T15:30:37.1302185Z remote: Compressing objects: 98% (157/160) 2022-09-27T15:30:37.1302447Z remote: Compressing objects: 99% (159/160) 2022-09-27T15:30:37.1302697Z remote: Compressing objects: 100% (160/160) 2022-09-27T15:30:37.1302975Z remote: Compressing objects: 100% (160/160), done. 2022-09-27T15:30:37.1310177Z Receiving objects: 0% (1/14538) 2022-09-27T15:30:37.1368277Z Receiving objects: 1% (146/14538) 2022-09-27T15:30:37.1384219Z Receiving objects: 2% (291/14538) 2022-09-27T15:30:37.1403376Z Receiving objects: 3% (437/14538) 2022-09-27T15:30:37.1421034Z Receiving objects: 4% (582/14538) 2022-09-27T15:30:37.1436462Z Receiving objects: 5% (727/14538) 2022-09-27T15:30:37.1455685Z Receiving objects: 6% (873/14538) 2022-09-27T15:30:37.1471316Z Receiving objects: 7% (1018/14538) 2022-09-27T15:30:37.1485018Z Receiving objects: 8% (1164/14538) 2022-09-27T15:30:37.1497775Z Receiving objects: 9% (1309/14538) 2022-09-27T15:30:37.1510809Z Receiving objects: 10% (1454/14538) 2022-09-27T15:30:37.1526902Z Receiving objects: 11% (1600/14538) 2022-09-27T15:30:37.1546664Z Receiving objects: 12% (1745/14538) 2022-09-27T15:30:37.1565190Z Receiving objects: 13% (1890/14538) 2022-09-27T15:30:37.1584988Z Receiving objects: 14% (2036/14538) 2022-09-27T15:30:37.1597659Z Receiving objects: 15% (2181/14538) 2022-09-27T15:30:37.1623924Z Receiving objects: 16% (2327/14538) 2022-09-27T15:30:37.1691316Z Receiving objects: 17% (2472/14538) 2022-09-27T15:30:37.1852874Z Receiving objects: 18% (2617/14538) 2022-09-27T15:30:37.1917554Z Receiving objects: 19% (2763/14538) 2022-09-27T15:30:37.1960608Z Receiving objects: 20% (2908/14538) 2022-09-27T15:30:37.1978489Z Receiving objects: 21% (3053/14538) 2022-09-27T15:30:37.2032690Z Receiving objects: 22% (3199/14538) 2022-09-27T15:30:37.2040809Z Receiving objects: 23% (3344/14538) 2022-09-27T15:30:37.2054592Z Receiving objects: 24% (3490/14538) 2022-09-27T15:30:37.2077223Z Receiving objects: 25% (3635/14538) 2022-09-27T15:30:37.2085688Z Receiving objects: 26% (3780/14538) 2022-09-27T15:30:37.2099392Z Receiving objects: 27% (3926/14538) 2022-09-27T15:30:37.2114383Z Receiving objects: 28% (4071/14538) 2022-09-27T15:30:37.2133527Z Receiving objects: 29% (4217/14538) 2022-09-27T15:30:37.2141401Z Receiving objects: 30% (4362/14538) 2022-09-27T15:30:37.2153559Z Receiving objects: 31% (4507/14538) 2022-09-27T15:30:37.2170860Z Receiving objects: 32% (4653/14538) 2022-09-27T15:30:37.2182097Z Receiving objects: 33% (4798/14538) 2022-09-27T15:30:37.2196752Z Receiving objects: 34% (4943/14538) 2022-09-27T15:30:37.2205620Z Receiving objects: 35% (5089/14538) 2022-09-27T15:30:37.2216027Z Receiving objects: 36% (5234/14538) 2022-09-27T15:30:37.2228285Z Receiving objects: 37% (5380/14538) 2022-09-27T15:30:37.2254231Z Receiving objects: 38% (5525/14538) 2022-09-27T15:30:37.2259954Z Receiving objects: 39% (5670/14538) 2022-09-27T15:30:37.2273250Z Receiving objects: 40% (5816/14538) 2022-09-27T15:30:37.2282542Z Receiving objects: 41% (5961/14538) 2022-09-27T15:30:37.2298927Z Receiving objects: 42% (6106/14538) 2022-09-27T15:30:37.2315766Z Receiving objects: 43% (6252/14538) 2022-09-27T15:30:37.2322072Z Receiving objects: 44% (6397/14538) 2022-09-27T15:30:37.2333051Z Receiving objects: 45% (6543/14538) 2022-09-27T15:30:37.2345451Z Receiving objects: 46% (6688/14538) 2022-09-27T15:30:37.2442163Z Receiving objects: 47% (6833/14538) 2022-09-27T15:30:37.2448142Z Receiving objects: 48% (6979/14538) 2022-09-27T15:30:37.2451977Z Receiving objects: 49% (7124/14538) 2022-09-27T15:30:37.2457918Z Receiving objects: 50% (7269/14538) 2022-09-27T15:30:37.2463308Z Receiving objects: 51% (7415/14538) 2022-09-27T15:30:37.2467997Z Receiving objects: 52% (7560/14538) 2022-09-27T15:30:37.2473816Z Receiving objects: 53% (7706/14538) 2022-09-27T15:30:37.2485306Z Receiving objects: 54% (7851/14538) 2022-09-27T15:30:37.2489718Z Receiving objects: 55% (7996/14538) 2022-09-27T15:30:37.2496909Z Receiving objects: 56% (8142/14538) 2022-09-27T15:30:37.2505053Z Receiving objects: 57% (8287/14538) 2022-09-27T15:30:37.2510354Z Receiving objects: 58% (8433/14538) 2022-09-27T15:30:37.2514604Z Receiving objects: 59% (8578/14538) 2022-09-27T15:30:37.2521596Z Receiving objects: 60% (8723/14538) 2022-09-27T15:30:37.2525049Z Receiving objects: 61% (8869/14538) 2022-09-27T15:30:37.2531066Z Receiving objects: 62% (9014/14538) 2022-09-27T15:30:37.2534791Z Receiving objects: 63% (9159/14538) 2022-09-27T15:30:37.2538948Z Receiving objects: 64% (9305/14538) 2022-09-27T15:30:37.2541866Z Receiving objects: 65% (9450/14538) 2022-09-27T15:30:37.2545742Z Receiving objects: 66% (9596/14538) 2022-09-27T15:30:37.2549530Z Receiving objects: 67% (9741/14538) 2022-09-27T15:30:37.2553654Z Receiving objects: 68% (9886/14538) 2022-09-27T15:30:37.2560252Z Receiving objects: 69% (10032/14538) 2022-09-27T15:30:37.2564792Z Receiving objects: 70% (10177/14538) 2022-09-27T15:30:37.2570665Z Receiving objects: 71% (10322/14538) 2022-09-27T15:30:37.2574394Z Receiving objects: 72% (10468/14538) 2022-09-27T15:30:37.2578465Z Receiving objects: 73% (10613/14538) 2022-09-27T15:30:37.2582360Z Receiving objects: 74% (10759/14538) 2022-09-27T15:30:37.2590694Z Receiving objects: 75% (10904/14538) 2022-09-27T15:30:37.2599577Z Receiving objects: 76% (11049/14538) 2022-09-27T15:30:37.2605248Z Receiving objects: 77% (11195/14538) 2022-09-27T15:30:37.2610203Z Receiving objects: 78% (11340/14538) 2022-09-27T15:30:37.2616180Z Receiving objects: 79% (11486/14538) 2022-09-27T15:30:37.2620186Z Receiving objects: 80% (11631/14538) 2022-09-27T15:30:37.2622539Z Receiving objects: 81% (11776/14538) 2022-09-27T15:30:37.2629421Z Receiving objects: 82% (11922/14538) 2022-09-27T15:30:37.2631992Z Receiving objects: 83% (12067/14538) 2022-09-27T15:30:37.2634083Z Receiving objects: 84% (12212/14538) 2022-09-27T15:30:37.2639981Z Receiving objects: 85% (12358/14538) 2022-09-27T15:30:37.2642299Z Receiving objects: 86% (12503/14538) 2022-09-27T15:30:37.2644877Z Receiving objects: 87% (12649/14538) 2022-09-27T15:30:37.2648881Z Receiving objects: 88% (12794/14538) 2022-09-27T15:30:37.2656162Z Receiving objects: 89% (12939/14538) 2022-09-27T15:30:37.2661559Z Receiving objects: 90% (13085/14538) 2022-09-27T15:30:37.2671131Z Receiving objects: 91% (13230/14538) 2022-09-27T15:30:37.2677983Z Receiving objects: 92% (13375/14538) 2022-09-27T15:30:37.2682678Z Receiving objects: 93% (13521/14538) 2022-09-27T15:30:37.2689414Z Receiving objects: 94% (13666/14538) 2022-09-27T15:30:37.2696622Z Receiving objects: 95% (13812/14538) 2022-09-27T15:30:37.2702266Z Receiving objects: 96% (13957/14538) 2022-09-27T15:30:37.2713229Z Receiving objects: 97% (14102/14538) 2022-09-27T15:30:37.2718486Z Receiving objects: 98% (14248/14538) 2022-09-27T15:30:37.2761846Z Receiving objects: 99% (14393/14538) 2022-09-27T15:30:37.2762301Z remote: Total 14538 (delta 220), reused 265 (delta 173), pack-reused 14203 2022-09-27T15:30:37.2782465Z Receiving objects: 100% (14538/14538) 2022-09-27T15:30:37.2782722Z Receiving objects: 100% (14538/14538), 5.80 MiB | 39.10 MiB/s, done. 2022-09-27T15:30:37.2809330Z Resolving deltas: 0% (0/11249) 2022-09-27T15:30:37.2824972Z Resolving deltas: 1% (113/11249) 2022-09-27T15:30:37.2827293Z Resolving deltas: 2% (311/11249) 2022-09-27T15:30:37.2837571Z Resolving deltas: 3% (345/11249) 2022-09-27T15:30:37.2854621Z Resolving deltas: 4% (478/11249) 2022-09-27T15:30:37.2919367Z Resolving deltas: 5% (577/11249) 2022-09-27T15:30:37.2936489Z Resolving deltas: 6% (708/11249) 2022-09-27T15:30:37.2969279Z Resolving deltas: 7% (796/11249) 2022-09-27T15:30:37.3001624Z Resolving deltas: 8% (907/11249) 2022-09-27T15:30:37.3029160Z Resolving deltas: 9% (1037/11249) 2022-09-27T15:30:37.3072491Z Resolving deltas: 10% (1142/11249) 2022-09-27T15:30:37.3105203Z Resolving deltas: 11% (1288/11249) 2022-09-27T15:30:37.3123793Z Resolving deltas: 12% (1399/11249) 2022-09-27T15:30:37.3163023Z Resolving deltas: 13% (1469/11249) 2022-09-27T15:30:37.3315358Z Resolving deltas: 14% (1578/11249) 2022-09-27T15:30:37.3344792Z Resolving deltas: 16% (1904/11249) 2022-09-27T15:30:37.3370297Z Resolving deltas: 17% (1954/11249) 2022-09-27T15:30:37.3417180Z Resolving deltas: 18% (2025/11249) 2022-09-27T15:30:37.3428148Z Resolving deltas: 19% (2202/11249) 2022-09-27T15:30:37.3477804Z Resolving deltas: 20% (2252/11249) 2022-09-27T15:30:37.3504559Z Resolving deltas: 21% (2404/11249) 2022-09-27T15:30:37.3515315Z Resolving deltas: 22% (2522/11249) 2022-09-27T15:30:37.3549996Z Resolving deltas: 23% (2588/11249) 2022-09-27T15:30:37.3571752Z Resolving deltas: 24% (2701/11249) 2022-09-27T15:30:37.3646466Z Resolving deltas: 25% (2814/11249) 2022-09-27T15:30:37.3697826Z Resolving deltas: 26% (2999/11249) 2022-09-27T15:30:37.3721278Z Resolving deltas: 27% (3132/11249) 2022-09-27T15:30:37.3846326Z Resolving deltas: 28% (3161/11249) 2022-09-27T15:30:37.3851690Z Resolving deltas: 29% (3373/11249) 2022-09-27T15:30:37.3856315Z Resolving deltas: 30% (3440/11249) 2022-09-27T15:30:37.3885323Z Resolving deltas: 31% (3505/11249) 2022-09-27T15:30:37.3897869Z Resolving deltas: 32% (3617/11249) 2022-09-27T15:30:37.3910178Z Resolving deltas: 33% (3728/11249) 2022-09-27T15:30:37.3953306Z Resolving deltas: 34% (3865/11249) 2022-09-27T15:30:37.4019260Z Resolving deltas: 35% (3970/11249) 2022-09-27T15:30:37.4032364Z Resolving deltas: 41% (4648/11249) 2022-09-27T15:30:37.4044089Z Resolving deltas: 42% (4725/11249) 2022-09-27T15:30:37.4054445Z Resolving deltas: 43% (4838/11249) 2022-09-27T15:30:37.4068344Z Resolving deltas: 44% (4956/11249) 2022-09-27T15:30:37.4075431Z Resolving deltas: 45% (5095/11249) 2022-09-27T15:30:37.4085206Z Resolving deltas: 46% (5194/11249) 2022-09-27T15:30:37.4092020Z Resolving deltas: 47% (5330/11249) 2022-09-27T15:30:37.4100700Z Resolving deltas: 48% (5418/11249) 2022-09-27T15:30:37.4112271Z Resolving deltas: 49% (5544/11249) 2022-09-27T15:30:37.4118723Z Resolving deltas: 50% (5649/11249) 2022-09-27T15:30:37.4129861Z Resolving deltas: 51% (5744/11249) 2022-09-27T15:30:37.4139187Z Resolving deltas: 52% (5885/11249) 2022-09-27T15:30:37.4145483Z Resolving deltas: 53% (6018/11249) 2022-09-27T15:30:37.4166260Z Resolving deltas: 54% (6103/11249) 2022-09-27T15:30:37.4174141Z Resolving deltas: 57% (6429/11249) 2022-09-27T15:30:37.4187774Z Resolving deltas: 58% (6535/11249) 2022-09-27T15:30:37.4194621Z Resolving deltas: 59% (6727/11249) 2022-09-27T15:30:37.4199481Z Resolving deltas: 60% (6821/11249) 2022-09-27T15:30:37.4209835Z Resolving deltas: 61% (6885/11249) 2022-09-27T15:30:37.4225817Z Resolving deltas: 62% (6991/11249) 2022-09-27T15:30:37.4273174Z Resolving deltas: 63% (7124/11249) 2022-09-27T15:30:37.4329220Z Resolving deltas: 64% (7251/11249) 2022-09-27T15:30:37.4333152Z Resolving deltas: 65% (7384/11249) 2022-09-27T15:30:37.4343416Z Resolving deltas: 66% (7434/11249) 2022-09-27T15:30:37.4352309Z Resolving deltas: 67% (7584/11249) 2022-09-27T15:30:37.4377777Z Resolving deltas: 68% (7700/11249) 2022-09-27T15:30:37.4381709Z Resolving deltas: 71% (8068/11249) 2022-09-27T15:30:37.4391724Z Resolving deltas: 72% (8116/11249) 2022-09-27T15:30:37.4396825Z Resolving deltas: 73% (8260/11249) 2022-09-27T15:30:37.4408589Z Resolving deltas: 74% (8326/11249) 2022-09-27T15:30:37.4415336Z Resolving deltas: 75% (8484/11249) 2022-09-27T15:30:37.4427928Z Resolving deltas: 76% (8577/11249) 2022-09-27T15:30:37.4434725Z Resolving deltas: 77% (8689/11249) 2022-09-27T15:30:37.4450920Z Resolving deltas: 78% (8778/11249) 2022-09-27T15:30:37.4492165Z Resolving deltas: 79% (8891/11249) 2022-09-27T15:30:37.4501502Z Resolving deltas: 80% (9076/11249) 2022-09-27T15:30:37.4510696Z Resolving deltas: 81% (9213/11249) 2022-09-27T15:30:37.4511080Z Resolving deltas: 82% (9332/11249) 2022-09-27T15:30:37.4524589Z Resolving deltas: 83% (9339/11249) 2022-09-27T15:30:37.4538551Z Resolving deltas: 84% (9454/11249) 2022-09-27T15:30:37.4546228Z Resolving deltas: 85% (9564/11249) 2022-09-27T15:30:37.4554209Z Resolving deltas: 86% (9677/11249) 2022-09-27T15:30:37.4564198Z Resolving deltas: 87% (9801/11249) 2022-09-27T15:30:37.4570394Z Resolving deltas: 88% (9951/11249) 2022-09-27T15:30:37.4578193Z Resolving deltas: 89% (10033/11249) 2022-09-27T15:30:37.4586619Z Resolving deltas: 90% (10141/11249) 2022-09-27T15:30:37.4594721Z Resolving deltas: 91% (10259/11249) 2022-09-27T15:30:37.4606247Z Resolving deltas: 92% (10358/11249) 2022-09-27T15:30:37.4612843Z Resolving deltas: 93% (10505/11249) 2022-09-27T15:30:37.4620532Z Resolving deltas: 94% (10584/11249) 2022-09-27T15:30:37.4630971Z Resolving deltas: 95% (10688/11249) 2022-09-27T15:30:37.4640091Z Resolving deltas: 96% (10803/11249) 2022-09-27T15:30:37.4648751Z Resolving deltas: 97% (10917/11249) 2022-09-27T15:30:37.4656471Z Resolving deltas: 98% (11030/11249) 2022-09-27T15:30:37.4692636Z Resolving deltas: 99% (11141/11249) 2022-09-27T15:30:37.4692913Z Resolving deltas: 100% (11249/11249) 2022-09-27T15:30:37.4693184Z Resolving deltas: 100% (11249/11249), done. 2022-09-27T15:30:37.5443769Z + pushd torchdynamo 2022-09-27T15:30:37.5444013Z ~/torchdynamo ~ ~/workspace 2022-09-27T15:30:37.5444249Z + git checkout 41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:30:37.5766628Z Note: checking out '41c44bc1d080d6cf063419a4166732b983b84eef'. 2022-09-27T15:30:37.5766974Z 2022-09-27T15:30:37.5767321Z You are in 'detached HEAD' state. You can look around, make experimental 2022-09-27T15:30:37.5767651Z changes and commit them, and you can discard any commits you make in this 2022-09-27T15:30:37.5767944Z state without impacting any branches by performing another checkout. 2022-09-27T15:30:37.5768113Z 2022-09-27T15:30:37.5768246Z If you want to create a new branch to retain commits you create, you may 2022-09-27T15:30:37.5768607Z do so (now or later) by using -b with the checkout command again. Example: 2022-09-27T15:30:37.5768775Z 2022-09-27T15:30:37.5768897Z git checkout -b 2022-09-27T15:30:37.5769286Z 2022-09-27T15:30:37.5769496Z HEAD is now at 41c44bc add oneDNN graph backend for CPU (#1240) 2022-09-27T15:30:37.5769989Z + python setup.py develop 2022-09-27T15:30:38.9715563Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T15:30:39.0095414Z running develop 2022-09-27T15:30:39.0128455Z /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:39.0128921Z EasyInstallDeprecationWarning, 2022-09-27T15:30:39.0209596Z /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:39.0210043Z setuptools.SetuptoolsDeprecationWarning, 2022-09-27T15:30:39.0968783Z running egg_info 2022-09-27T15:30:39.0969287Z creating torchdynamo.egg-info 2022-09-27T15:30:39.1018759Z writing torchdynamo.egg-info/PKG-INFO 2022-09-27T15:30:39.1021516Z writing dependency_links to torchdynamo.egg-info/dependency_links.txt 2022-09-27T15:30:39.1023621Z writing requirements to torchdynamo.egg-info/requires.txt 2022-09-27T15:30:39.1024461Z writing top-level names to torchdynamo.egg-info/top_level.txt 2022-09-27T15:30:39.1025865Z writing manifest file 'torchdynamo.egg-info/SOURCES.txt' 2022-09-27T15:30:39.1162594Z reading manifest file 'torchdynamo.egg-info/SOURCES.txt' 2022-09-27T15:30:39.1163830Z adding license file 'LICENSE' 2022-09-27T15:30:39.1176627Z writing manifest file 'torchdynamo.egg-info/SOURCES.txt' 2022-09-27T15:30:39.1177136Z running build_ext 2022-09-27T15:30:39.1190739Z building 'torchdynamo._eval_frame' extension 2022-09-27T15:30:39.1191416Z creating build 2022-09-27T15:30:39.1192211Z creating build/temp.linux-x86_64-cpython-37 2022-09-27T15:30:39.1192764Z creating build/temp.linux-x86_64-cpython-37/torchdynamo 2022-09-27T15:30:39.1193703Z 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:39.3583828Z creating build/lib.linux-x86_64-cpython-37 2022-09-27T15:30:39.3584180Z creating build/lib.linux-x86_64-cpython-37/torchdynamo 2022-09-27T15:30:39.3585085Z 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:39.3874027Z building 'torchdynamo._guards' extension 2022-09-27T15:30:39.3875640Z 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:40.2718576Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-09-27T15:30:40.2726645Z 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:40.5228374Z copying build/lib.linux-x86_64-cpython-37/torchdynamo/_eval_frame.cpython-37m-x86_64-linux-gnu.so -> torchdynamo 2022-09-27T15:30:40.5229091Z copying build/lib.linux-x86_64-cpython-37/torchdynamo/_guards.cpython-37m-x86_64-linux-gnu.so -> torchdynamo 2022-09-27T15:30:40.5286649Z Creating /opt/conda/lib/python3.7/site-packages/torchdynamo.egg-link (link to .) 2022-09-27T15:30:40.5291332Z Adding torchdynamo 1.13.0.dev0 to easy-install.pth file 2022-09-27T15:30:40.5301068Z 2022-09-27T15:30:40.5301223Z Installed /var/lib/jenkins/torchdynamo 2022-09-27T15:30:40.5314652Z Processing dependencies for torchdynamo==1.13.0.dev0 2022-09-27T15:30:40.5350278Z Searching for tabulate 2022-09-27T15:30:40.5351682Z Reading https://pypi.org/simple/tabulate/ 2022-09-27T15:30:40.5541321Z /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:40.5541731Z PkgResourcesDeprecationWarning, 2022-09-27T15:30:40.5850948Z Downloading https://files.pythonhosted.org/packages/92/4e/e5a13fdb3e6f81ce11893523ff289870c87c8f1f289a7369fb0e9840c3bb/tabulate-0.8.10-py3-none-any.whl#sha256=0ba055423dbaa164b9e456abe7920c5e8ed33fcc16f6d1b2f2d152c8e1e8b4fc 2022-09-27T15:30:40.6000251Z Best match: tabulate 0.8.10 2022-09-27T15:30:40.6000795Z Processing tabulate-0.8.10-py3-none-any.whl 2022-09-27T15:30:40.6041152Z Installing tabulate-0.8.10-py3-none-any.whl to /opt/conda/lib/python3.7/site-packages 2022-09-27T15:30:40.6320632Z Adding tabulate 0.8.10 to easy-install.pth file 2022-09-27T15:30:40.6335391Z Installing tabulate script to /opt/conda/bin 2022-09-27T15:30:40.6337133Z 2022-09-27T15:30:40.6337524Z Installed /opt/conda/lib/python3.7/site-packages/tabulate-0.8.10-py3.7.egg 2022-09-27T15:30:40.6411765Z Searching for sympy==1.10.1 2022-09-27T15:30:40.6412249Z Best match: sympy 1.10.1 2022-09-27T15:30:40.6412846Z Adding sympy 1.10.1 to easy-install.pth file 2022-09-27T15:30:40.6416230Z Installing isympy script to /opt/conda/bin 2022-09-27T15:30:40.6417726Z 2022-09-27T15:30:40.6418045Z Using /opt/conda/lib/python3.7/site-packages 2022-09-27T15:30:40.6423370Z Searching for PyYAML==6.0 2022-09-27T15:30:40.6424227Z Best match: PyYAML 6.0 2022-09-27T15:30:40.6424773Z Adding PyYAML 6.0 to easy-install.pth file 2022-09-27T15:30:40.6426589Z 2022-09-27T15:30:40.6426965Z Using /opt/conda/lib/python3.7/site-packages 2022-09-27T15:30:40.6436191Z Searching for numpy==1.18.5 2022-09-27T15:30:40.6436668Z Best match: numpy 1.18.5 2022-09-27T15:30:40.6437229Z Adding numpy 1.18.5 to easy-install.pth file 2022-09-27T15:30:40.6440364Z Installing f2py script to /opt/conda/bin 2022-09-27T15:30:40.6442531Z Installing f2py3 script to /opt/conda/bin 2022-09-27T15:30:40.6443812Z Installing f2py3.7 script to /opt/conda/bin 2022-09-27T15:30:40.6445365Z 2022-09-27T15:30:40.6445694Z Using /opt/conda/lib/python3.7/site-packages 2022-09-27T15:30:40.6462559Z Searching for torch==1.13.0a0+git52424e2 2022-09-27T15:30:40.6463111Z Best match: torch 1.13.0a0+git52424e2 2022-09-27T15:30:40.6463840Z Adding torch 1.13.0a0+git52424e2 to easy-install.pth file 2022-09-27T15:30:40.6467645Z Installing convert-caffe2-to-onnx script to /opt/conda/bin 2022-09-27T15:30:40.6469027Z Installing convert-onnx-to-caffe2 script to /opt/conda/bin 2022-09-27T15:30:40.6470825Z Installing torchrun script to /opt/conda/bin 2022-09-27T15:30:40.6472402Z 2022-09-27T15:30:40.6472732Z Using /opt/conda/lib/python3.7/site-packages 2022-09-27T15:30:40.6478756Z Searching for mpmath==1.2.1 2022-09-27T15:30:40.6479525Z Best match: mpmath 1.2.1 2022-09-27T15:30:40.6479997Z Adding mpmath 1.2.1 to easy-install.pth file 2022-09-27T15:30:40.6482258Z 2022-09-27T15:30:40.6482753Z Using /opt/conda/lib/python3.7/site-packages 2022-09-27T15:30:40.6490270Z Searching for typing-extensions==4.3.0 2022-09-27T15:30:40.6490766Z Best match: typing-extensions 4.3.0 2022-09-27T15:30:40.6491110Z Adding typing-extensions 4.3.0 to easy-install.pth file 2022-09-27T15:30:40.6492848Z 2022-09-27T15:30:40.6493144Z Using /opt/conda/lib/python3.7/site-packages 2022-09-27T15:30:40.6494183Z Finished processing dependencies for torchdynamo==1.13.0.dev0 2022-09-27T15:30:40.9434948Z 2022-09-27T15:30:40.9435345Z real 0m3.366s 2022-09-27T15:30:40.9435645Z user 0m2.237s 2022-09-27T15:30:40.9435927Z sys 0m0.616s 2022-09-27T15:30:40.9436251Z + popd 2022-09-27T15:30:40.9436556Z ~ ~/workspace 2022-09-27T15:30:40.9436848Z + popd 2022-09-27T15:30:40.9437148Z ~/workspace 2022-09-27T15:30:40.9437406Z + test_python_shard 2 2022-09-27T15:30:40.9437709Z + [[ -z 2 ]] 2022-09-27T15:30:40.9438098Z + python test/run_test.py --exclude-jit-executor --exclude-distributed-tests --shard 2 2 --verbose 2022-09-27T15:30:42.3616535Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T15:30:42.4783431Z Ignoring disabled issues: [] 2022-09-27T15:30:42.4919552Z Found test time stats from artifacts 2022-09-27T15:30:42.4919951Z Selected tests: 2022-09-27T15:30:42.4920233Z test_ops_gradients 2022-09-27T15:30:42.4920532Z test_ops_jit 2022-09-27T15:30:42.4920816Z test_decomp 2022-09-27T15:30:42.4921055Z test_schema_check 2022-09-27T15:30:42.4921307Z test_proxy_tensor 2022-09-27T15:30:42.4921544Z test_unary_ufuncs 2022-09-27T15:30:42.4921749Z test_jit 2022-09-27T15:30:42.4921965Z test_modules 2022-09-27T15:30:42.4922204Z test_cpp_extensions_jit 2022-09-27T15:30:42.4922452Z test_linalg 2022-09-27T15:30:42.4922697Z test_binary_ufuncs 2022-09-27T15:30:42.4922937Z test_fx_experimental 2022-09-27T15:30:42.4923173Z test_tensorexpr 2022-09-27T15:30:42.4923420Z distributions/test_distributions 2022-09-27T15:30:42.4923687Z test_jit_llga_fuser 2022-09-27T15:30:42.4923922Z nn/test_pooling 2022-09-27T15:30:42.4924142Z test_serialization 2022-09-27T15:30:42.4924392Z test_sparse 2022-09-27T15:30:42.4924618Z test_view_ops 2022-09-27T15:30:42.4924828Z lazy/test_ts_opinfo 2022-09-27T15:30:42.4925053Z test_testing 2022-09-27T15:30:42.4925272Z test_mkldnn_fusion 2022-09-27T15:30:42.4925499Z test_xnnpack_integration 2022-09-27T15:30:42.4925794Z test_cpp_extensions_open_device_registration 2022-09-27T15:30:42.4926065Z test_utils 2022-09-27T15:30:42.4926269Z test_stateless 2022-09-27T15:30:42.4926500Z test_ao_sparsity 2022-09-27T15:30:42.4926737Z test_multiprocessing 2022-09-27T15:30:42.4926966Z test_import_stats 2022-09-27T15:30:42.4927204Z test_module_init 2022-09-27T15:30:42.4927675Z profiler/test_profiler 2022-09-27T15:30:42.4927911Z test_maskedtensor 2022-09-27T15:30:42.4928135Z test_logging 2022-09-27T15:30:42.4928358Z test_overrides 2022-09-27T15:30:42.4928576Z test_transformers 2022-09-27T15:30:42.4928823Z backends/xeon/test_launch 2022-09-27T15:30:42.4929313Z test_prims 2022-09-27T15:30:42.4929532Z test_expanded_weights 2022-09-27T15:30:42.4929881Z test_bundled_inputs 2022-09-27T15:30:42.4930117Z test_futures 2022-09-27T15:30:42.4930329Z test_namedtensor 2022-09-27T15:30:42.4930562Z test_datapipe 2022-09-27T15:30:42.4930824Z benchmark_utils/test_benchmark_utils 2022-09-27T15:30:42.4931088Z test_tensorexpr_pybind 2022-09-27T15:30:42.4931340Z test_dynamic_shapes 2022-09-27T15:30:42.4931591Z nn/test_packed_sequence 2022-09-27T15:30:42.4931818Z test_jit_disabled 2022-09-27T15:30:42.4932045Z test_subclass 2022-09-27T15:30:42.4932293Z test_multiprocessing_spawn 2022-09-27T15:30:42.4932544Z test_functional_optim 2022-09-27T15:30:42.4932780Z nn/test_dropout 2022-09-27T15:30:42.4933083Z test_pytree 2022-09-27T15:30:42.4933293Z test_license 2022-09-27T15:30:42.4933526Z test_per_overload_api 2022-09-27T15:30:42.4933769Z test_fx_passes 2022-09-27T15:30:42.4933978Z test_dlpack 2022-09-27T15:30:42.4934233Z test_cpp_extensions_aot_no_ninja 2022-09-27T15:30:42.4934513Z test_cpp_extensions_aot_ninja 2022-09-27T15:30:42.4934766Z test_numba_integration 2022-09-27T15:30:42.4935000Z test_vulkan 2022-09-27T15:30:42.4935247Z distributions/test_constraints 2022-09-27T15:30:42.4935517Z lazy/test_extract_compiled_graph 2022-09-27T15:30:42.4935794Z test_comparison_utils 2022-09-27T15:30:42.4936047Z test_cuda_primary_ctx 2022-09-27T15:30:42.4936275Z test_cuda_trace 2022-09-27T15:30:42.4936500Z test_deploy 2022-09-27T15:30:42.4936716Z test_hub 2022-09-27T15:30:42.4936913Z test_mps 2022-09-27T15:30:42.4937119Z doctests 2022-09-27T15:30:42.5105022Z Prioritized test from test file changes. 2022-09-27T15:30:42.5105449Z reordering tests for PR: 2022-09-27T15:30:42.5106991Z prioritized: ['test_ops_jit', 'test_decomp', 'test_schema_check', 'test_proxy_tensor', 'test_linalg', 'test_fx_experimental', 'test_tensorexpr', 'test_sparse', 'lazy/test_ts_opinfo', 'profiler/test_profiler', 'test_maskedtensor', 'test_overrides', 'test_transformers', 'test_prims', 'test_datapipe', 'test_dynamic_shapes', 'test_subclass', 'test_fx_passes', 'test_mps'] 2022-09-27T15:30:42.5111280Z the rest: ['test_ops_gradients', 'test_unary_ufuncs', 'test_jit', 'test_modules', 'test_cpp_extensions_jit', 'test_binary_ufuncs', 'distributions/test_distributions', 'test_jit_llga_fuser', 'nn/test_pooling', 'test_serialization', 'test_view_ops', 'test_testing', 'test_mkldnn_fusion', 'test_xnnpack_integration', 'test_cpp_extensions_open_device_registration', 'test_utils', 'test_stateless', 'test_ao_sparsity', 'test_multiprocessing', 'test_import_stats', 'test_module_init', 'test_logging', 'backends/xeon/test_launch', 'test_expanded_weights', 'test_bundled_inputs', 'test_futures', 'test_namedtensor', 'benchmark_utils/test_benchmark_utils', 'test_tensorexpr_pybind', 'nn/test_packed_sequence', 'test_jit_disabled', 'test_multiprocessing_spawn', 'test_functional_optim', 'nn/test_dropout', 'test_pytree', 'test_license', 'test_per_overload_api', 'test_dlpack', 'test_cpp_extensions_aot_no_ninja', 'test_cpp_extensions_aot_ninja', 'test_numba_integration', 'test_vulkan', '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:42.5113548Z 2022-09-27T15:30:42.5114304Z 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:42.5289219Z 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:42.5543926Z Running test_ops_jit ... [2022-09-27 15:30:42.554013] 2022-09-27T15:30:42.5544605Z Executing ['/opt/conda/bin/python', '-bb', 'test_ops_jit.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:30:42.554067] 2022-09-27T15:30:46.1090142Z Test results will be stored in test-reports/python-pytest/test_ops_jit/test_ops_jit.xml 2022-09-27T15:30:46.3397180Z ============================= test session starts ============================== 2022-09-27T15:30:46.3398060Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-09-27T15:30:46.3461787Z cachedir: .pytest_cache 2022-09-27T15:30:46.3462615Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-09-27T15:30:46.3463157Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-09-27T15:30:46.3463780Z plugins: hypothesis-5.35.1, forked-1.4.0, rerunfailures-10.2, xdist-2.5.0, xdoctest-1.0.2 2022-09-27T15:30:46.3464066Z 2022-09-27T15:30:46.3868664Z gw0 I / gw1 I / gw2 I / gw3 I 2022-09-27T15:30:46.3869123Z [gw0] linux Python 3.7.13 cwd: /var/lib/jenkins/workspace/test 2022-09-27T15:30:46.3869375Z 2022-09-27T15:30:46.4276431Z gw0 C / gw1 I / gw2 I / gw3 I 2022-09-27T15:30:46.4276959Z [gw1] linux Python 3.7.13 cwd: /var/lib/jenkins/workspace/test 2022-09-27T15:30:46.4277156Z 2022-09-27T15:30:46.4760102Z gw0 C / gw1 C / gw2 I / gw3 I 2022-09-27T15:30:46.4760596Z [gw2] linux Python 3.7.13 cwd: /var/lib/jenkins/workspace/test 2022-09-27T15:30:46.5166885Z 2022-09-27T15:30:46.5167315Z gw0 C / gw1 C / gw2 C / gw3 I 2022-09-27T15:30:46.5167783Z [gw3] linux Python 3.7.13 cwd: /var/lib/jenkins/workspace/test 2022-09-27T15:30:46.5168058Z 2022-09-27T15:30:47.0087745Z gw0 C / gw1 C / gw2 C / gw3 C 2022-09-27T15:30:47.0088602Z [gw3] Python 3.7.13 (default, Mar 29 2022, 02:18:16) -- [GCC 7.5.0] 2022-09-27T15:30:47.0088863Z 2022-09-27T15:30:47.0089151Z gw0 C / gw1 C / gw2 C / gw3 ok 2022-09-27T15:30:47.0089674Z [gw0] Python 3.7.13 (default, Mar 29 2022, 02:18:16) -- [GCC 7.5.0] 2022-09-27T15:30:47.0089942Z 2022-09-27T15:30:47.0090064Z gw0 ok / gw1 C / gw2 C / gw3 ok 2022-09-27T15:30:47.0090577Z [gw2] Python 3.7.13 (default, Mar 29 2022, 02:18:16) -- [GCC 7.5.0] 2022-09-27T15:30:47.0090824Z 2022-09-27T15:30:47.0092704Z gw0 ok / gw1 C / gw2 ok / gw3 ok 2022-09-27T15:30:47.0093313Z [gw1] Python 3.7.13 (default, Mar 29 2022, 02:18:16) -- [GCC 7.5.0] 2022-09-27T15:30:47.0093592Z 2022-09-27T15:30:49.6146636Z gw0 ok / gw1 ok / gw2 ok / gw3 ok 2022-09-27T15:30:49.6505434Z gw0 ok / gw1 [1014] / gw2 ok / gw3 ok 2022-09-27T15:30:49.7015270Z gw0 ok / gw1 [1014] / gw2 ok / gw3 [1014] 2022-09-27T15:30:49.7047363Z gw0 [1014] / gw1 [1014] / gw2 ok / gw3 [1014] 2022-09-27T15:30:49.7052155Z gw0 [1014] / gw1 [1014] / gw2 [1014] / gw3 [1014] 2022-09-27T15:30:49.7052538Z scheduling tests via LoadScheduling 2022-09-27T15:30:49.7138352Z 2022-09-27T15:30:49.7141086Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_acosh_cpu_float32 2022-09-27T15:30:49.7141967Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_acos_cpu_float32 2022-09-27T15:30:49.7142804Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_abs_cpu_float32 2022-09-27T15:30:49.7627803Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_asin_cpu_float32 2022-09-27T15:30:49.7687763Z [gw2] [ 0%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_acosh_cpu_float32 2022-09-27T15:30:49.7694282Z [gw0] [ 0%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_acos_cpu_float32 2022-09-27T15:30:49.7697439Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atan_cpu_float32 2022-09-27T15:30:49.7735219Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atan2_cpu_float32 2022-09-27T15:30:49.7743602Z [gw0] [ 0%] XFAIL test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atan2_cpu_float32 2022-09-27T15:30:49.7933333Z [gw2] [ 0%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atan_cpu_float32 2022-09-27T15:30:49.7938030Z [gw1] [ 0%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_asin_cpu_float32 2022-09-27T15:30:49.7944058Z [gw3] [ 0%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_abs_cpu_float32 2022-09-27T15:30:49.7949297Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_asinh_cpu_float32 2022-09-27T15:30:49.8042629Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atanh_cpu_float32 2022-09-27T15:30:49.8052807Z [gw3] [ 0%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_asinh_cpu_float32 2022-09-27T15:30:49.8061105Z [gw1] [ 0%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_atanh_cpu_float32 2022-09-27T15:30:49.8096056Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_diagonal_cpu_float32 2022-09-27T15:30:49.8120081Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_clamp_cpu_float32 2022-09-27T15:30:49.8381311Z [gw2] [ 0%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_diagonal_cpu_float32 2022-09-27T15:30:49.8381942Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_cat_cpu_float32 2022-09-27T15:30:49.8416819Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_digamma_cpu_float32 2022-09-27T15:30:49.8459614Z [gw3] [ 0%] XFAIL test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_cat_cpu_float32 2022-09-27T15:30:49.8497330Z [gw1] [ 1%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_digamma_cpu_float32 2022-09-27T15:30:49.8549773Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_trunc_rounding_cpu_float32 2022-09-27T15:30:49.8556742Z [gw0] [ 1%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_clamp_cpu_float32 2022-09-27T15:30:49.8611995Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_no_rounding_mode_cpu_float32 2022-09-27T15:30:49.8660743Z [gw2] [ 1%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_trunc_rounding_cpu_float32 2022-09-27T15:30:49.8818393Z [gw0] [ 1%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_no_rounding_mode_cpu_float32 2022-09-27T15:30:49.8821346Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erf_cpu_float32 2022-09-27T15:30:49.8880463Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_floor_rounding_cpu_float32 2022-09-27T15:30:49.8937181Z [gw1] [ 1%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erf_cpu_float32 2022-09-27T15:30:49.8940703Z [gw3] [ 1%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_div_floor_rounding_cpu_float32 2022-09-27T15:30:49.8976572Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_exp2_cpu_float32 2022-09-27T15:30:49.8987407Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erfinv_cpu_float32 2022-09-27T15:30:49.9032152Z [gw2] [ 1%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_exp2_cpu_float32 2022-09-27T15:30:49.9259345Z [gw0] [ 1%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erfinv_cpu_float32 2022-09-27T15:30:49.9260465Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erfc_cpu_float32 2022-09-27T15:30:49.9319597Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_expm1_cpu_float32 2022-09-27T15:30:49.9320503Z [gw3] [ 1%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_erfc_cpu_float32 2022-09-27T15:30:49.9376752Z [gw1] [ 1%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_expm1_cpu_float32 2022-09-27T15:30:49.9416631Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_i0_cpu_float32 2022-09-27T15:30:49.9431610Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_gt_cpu_float32 2022-09-27T15:30:49.9527765Z [gw2] [ 2%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_i0_cpu_float32 2022-09-27T15:30:49.9699880Z [gw0] [ 2%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_gt_cpu_float32 2022-09-27T15:30:49.9700409Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_igamma_cpu_float32 2022-09-27T15:30:49.9733869Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_ge_cpu_float32 2022-09-27T15:30:49.9810051Z [gw1] [ 2%] XFAIL test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_igamma_cpu_float32 2022-09-27T15:30:49.9816477Z [gw3] [ 2%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_ge_cpu_float32 2022-09-27T15:30:49.9856128Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_lgamma_cpu_float32 2022-09-27T15:30:49.9871941Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_le_cpu_float32 2022-09-27T15:30:49.9964903Z [gw2] [ 2%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_lgamma_cpu_float32 2022-09-27T15:30:50.0138529Z [gw0] [ 2%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_le_cpu_float32 2022-09-27T15:30:50.0139112Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_igammac_cpu_float32 2022-09-27T15:30:50.0171795Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_det_cpu_float32 2022-09-27T15:30:50.0223249Z [gw3] [ 2%] XFAIL test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_igammac_cpu_float32 2022-09-27T15:30:50.0256089Z [gw1] [ 2%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_det_cpu_float32 2022-09-27T15:30:50.0296178Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_inv_cpu_float32 2022-09-27T15:30:50.0396332Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_householder_product_cpu_float32 2022-09-27T15:30:50.0416533Z [gw0] [ 2%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_householder_product_cpu_float32 2022-09-27T15:30:50.0578437Z [gw2] [ 2%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_inv_cpu_float32 2022-09-27T15:30:50.0579100Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_det_singular_cpu_float32 2022-09-27T15:30:50.0667094Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_matrix_power_cpu_float32 2022-09-27T15:30:50.0720429Z [gw1] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_matrix_power_cpu_float32 2022-09-27T15:30:50.0738791Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log_softmax_dtype_cpu_float32 2022-09-27T15:30:50.0817284Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log_softmax_cpu_float32 2022-09-27T15:30:50.0830240Z [gw3] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_linalg_det_singular_cpu_float32 2022-09-27T15:30:50.0917748Z [gw2] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log_softmax_dtype_cpu_float32 2022-09-27T15:30:50.1017318Z [gw0] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log_softmax_cpu_float32 2022-09-27T15:30:50.1020991Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log1p_cpu_float32 2022-09-27T15:30:50.1088752Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_logit_cpu_float32 2022-09-27T15:30:50.1093864Z [gw3] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_log1p_cpu_float32 2022-09-27T15:30:50.1137597Z [gw1] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_logit_cpu_float32 2022-09-27T15:30:50.1233477Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mH_cpu_float32 2022-09-27T15:30:50.1237850Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_lt_cpu_float32 2022-09-27T15:30:50.1325010Z [gw2] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mH_cpu_float32 2022-09-27T15:30:50.1457095Z [gw0] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_lt_cpu_float32 2022-09-27T15:30:50.1497961Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_matmul_cpu_float32 2022-09-27T15:30:50.1559290Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_logsumexp_cpu_float32 2022-09-27T15:30:50.1577218Z [gw1] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_matmul_cpu_float32 2022-09-27T15:30:50.1610983Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_min_binary_cpu_float32 2022-09-27T15:30:50.1628020Z [gw3] [ 3%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_logsumexp_cpu_float32 2022-09-27T15:30:50.1631338Z [gw2] [ 4%] XFAIL test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_min_binary_cpu_float32 2022-09-27T15:30:50.1675495Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_max_binary_cpu_float32 2022-09-27T15:30:50.1898700Z [gw0] [ 4%] XFAIL test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_max_binary_cpu_float32 2022-09-27T15:30:50.1939664Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_movedim_cpu_float32 2022-09-27T15:30:50.2017351Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_matrix_exp_cpu_float32 2022-09-27T15:30:50.2028287Z [gw1] [ 4%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_movedim_cpu_float32 2022-09-27T15:30:50.2050221Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:30:50.2098266Z [gw3] [ 4%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_matrix_exp_cpu_float32 2022-09-27T15:30:50.2123767Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:30:50.2167919Z [gw2] [ 4%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:30:50.2337757Z [gw0] [ 4%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:30:50.2377771Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:30:50.2411742Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mul_cpu_float32 2022-09-27T15:30:50.2457794Z [gw1] [ 4%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:30:50.2547667Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv1d_cpu_float32 2022-09-27T15:30:50.2553700Z [gw3] [ 4%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_mul_cpu_float32 2022-09-27T15:30:50.2701848Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_neg_cpu_float32 2022-09-27T15:30:50.2767821Z [gw0] [ 4%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_neg_cpu_float32 2022-09-27T15:30:50.2776944Z [gw2] [ 4%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv1d_cpu_float32 2022-09-27T15:30:50.2865925Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv2d_cpu_float32 2022-09-27T15:30:50.2917317Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_ne_cpu_float32 2022-09-27T15:30:50.2923188Z [gw1] [ 5%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv2d_cpu_float32 2022-09-27T15:30:50.3018289Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:30:50.3023181Z [gw3] [ 5%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_ne_cpu_float32 2022-09-27T15:30:50.3115452Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:30:50.3217389Z [gw0] [ 5%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:30:50.3223021Z [gw2] [ 5%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:30:50.3323858Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_group_norm_cpu_float32 2022-09-27T15:30:50.3328151Z [gw1] [ 5%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_group_norm_cpu_float32 2022-09-27T15:30:50.3339754Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:30:50.3412786Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_cpu_float32 2022-09-27T15:30:50.3423038Z [gw3] [ 5%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:30:50.3439294Z [gw2] [ 5%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_cpu_float32 2022-09-27T15:30:50.3558882Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_outer_cpu_float32 2022-09-27T15:30:50.3657292Z [gw0] [ 5%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_outer_cpu_float32 2022-09-27T15:30:50.3724818Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_0_cpu_float32 2022-09-27T15:30:50.3754066Z [gw1] [ 5%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_0_cpu_float32 2022-09-27T15:30:50.3776894Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_layer_norm_cpu_float32 2022-09-27T15:30:50.3835626Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sigmoid_cpu_float32 2022-09-27T15:30:50.3858629Z [gw3] [ 5%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_nn_functional_layer_norm_cpu_float32 2022-09-27T15:30:50.3883709Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_neg_3_cpu_float32 2022-09-27T15:30:50.3916005Z [gw0] [ 6%] SKIPPED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_neg_3_cpu_float32 2022-09-27T15:30:50.4097944Z [gw2] [ 6%] XFAIL test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sigmoid_cpu_float32 2022-09-27T15:30:50.4162925Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sinc_cpu_float32 2022-09-27T15:30:50.4219230Z [gw1] [ 6%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sinc_cpu_float32 2022-09-27T15:30:50.4221146Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sub_cpu_float32 2022-09-27T15:30:50.4246624Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_3_cpu_float32 2022-09-27T15:30:50.4297478Z [gw3] [ 6%] SKIPPED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_round_decimals_3_cpu_float32 2022-09-27T15:30:50.4379167Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_softmax_with_dtype_cpu_float32 2022-09-27T15:30:50.4468365Z [gw2] [ 6%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_sub_cpu_float32 2022-09-27T15:30:50.4537994Z [gw0] [ 6%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_softmax_with_dtype_cpu_float32 2022-09-27T15:30:50.4642507Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_tanh_cpu_float32 2022-09-27T15:30:50.4659238Z [gw1] [ 6%] XFAIL test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_tanh_cpu_float32 2022-09-27T15:30:50.4711817Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_vstack_cpu_float32 2022-09-27T15:30:50.4724058Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_softmax_cpu_float32 2022-09-27T15:30:50.4738244Z [gw2] [ 6%] XFAIL test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_vstack_cpu_float32 2022-09-27T15:30:50.4808460Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_trunc_cpu_float32 2022-09-27T15:30:50.4879245Z [gw3] [ 6%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_softmax_cpu_float32 2022-09-27T15:30:50.4978274Z [gw0] [ 6%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_trunc_cpu_float32 2022-09-27T15:30:50.5030450Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_xlogy_cpu_float32 2022-09-27T15:30:50.5098206Z [gw1] [ 7%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_xlogy_cpu_float32 2022-09-27T15:30:50.5140748Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_T_cpu_complex64 2022-09-27T15:30:50.5143235Z [gw2] [ 7%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_T_cpu_complex64 2022-09-27T15:30:50.5177039Z test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_transpose_cpu_float32 2022-09-27T15:30:50.5211896Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_H_cpu_float32 2022-09-27T15:30:50.5359120Z [gw0] [ 7%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_H_cpu_float32 2022-09-27T15:30:50.5416319Z [gw3] [ 7%] PASSED test_ops_jit.py::TestJitCPU::test_jit_alias_remapping_transpose_cpu_float32 2022-09-27T15:30:50.5447371Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_T_cpu_float32 2022-09-27T15:30:50.5536464Z [gw1] [ 7%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_T_cpu_float32 2022-09-27T15:30:50.5576650Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___radd___cpu_complex64 2022-09-27T15:30:50.5610052Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_H_cpu_complex64 2022-09-27T15:30:50.5612664Z [gw3] [ 7%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_H_cpu_complex64 2022-09-27T15:30:50.5619761Z [gw2] [ 7%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___radd___cpu_complex64 2022-09-27T15:30:50.5857730Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___getitem___cpu_float32 2022-09-27T15:30:50.5894164Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___radd___cpu_float32 2022-09-27T15:30:50.5977874Z [gw1] [ 7%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___radd___cpu_float32 2022-09-27T15:30:50.6017443Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmatmul___cpu_complex64 2022-09-27T15:30:50.6062561Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___getitem___cpu_complex64 2022-09-27T15:30:50.6300852Z [gw2] [ 7%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmatmul___cpu_complex64 2022-09-27T15:30:50.6373412Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmatmul___cpu_float32 2022-09-27T15:30:50.6417241Z [gw1] [ 7%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmatmul___cpu_float32 2022-09-27T15:30:50.6454004Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmul___cpu_float32 2022-09-27T15:30:50.6739536Z [gw2] [ 7%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmul___cpu_float32 2022-09-27T15:30:50.6847874Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rpow___cpu_complex64 2022-09-27T15:30:50.6864867Z [gw1] [ 8%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rpow___cpu_complex64 2022-09-27T15:30:50.6905804Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rsub___cpu_float32 2022-09-27T15:30:50.7181067Z [gw2] [ 8%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rsub___cpu_float32 2022-09-27T15:30:50.7198813Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_amax_cpu_float32 2022-09-27T15:30:50.7299857Z [gw1] [ 8%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_amax_cpu_float32 2022-09-27T15:30:50.7351083Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_argmin_cpu_float32 2022-09-27T15:30:50.7621819Z [gw2] [ 8%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_argmin_cpu_float32 2022-09-27T15:30:50.7644733Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_cumprod_cpu_complex64 2022-09-27T15:30:50.7738606Z [gw1] [ 8%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_cumprod_cpu_complex64 2022-09-27T15:30:50.7753379Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_cumsum_cpu_float32 2022-09-27T15:30:50.8059105Z [gw2] [ 8%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_cumsum_cpu_float32 2022-09-27T15:30:50.8136800Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_log_softmax_cpu_float32 2022-09-27T15:30:50.8177379Z [gw1] [ 8%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_log_softmax_cpu_float32 2022-09-27T15:30:50.8262504Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_mean_cpu_complex64 2022-09-27T15:30:50.8499001Z [gw2] [ 8%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_mean_cpu_complex64 2022-09-27T15:30:50.8577134Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_mean_cpu_float32 2022-09-27T15:30:50.8617360Z [gw1] [ 8%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_mean_cpu_float32 2022-09-27T15:30:50.8716906Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_normalize_cpu_complex64 2022-09-27T15:30:50.8940736Z [gw2] [ 8%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_normalize_cpu_complex64 2022-09-27T15:30:50.9038961Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_normalize_cpu_float32 2022-09-27T15:30:50.9057980Z [gw1] [ 9%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_normalize_cpu_float32 2022-09-27T15:30:50.9111118Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_softmax_cpu_float32 2022-09-27T15:30:50.9379883Z [gw2] [ 9%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_softmax_cpu_float32 2022-09-27T15:30:50.9451554Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_softmin_cpu_float32 2022-09-27T15:30:50.9498143Z [gw1] [ 9%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_softmin_cpu_float32 2022-09-27T15:30:50.9582384Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_sum_cpu_complex64 2022-09-27T15:30:50.9820198Z [gw2] [ 9%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_sum_cpu_complex64 2022-09-27T15:30:50.9881921Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_sum_cpu_float32 2022-09-27T15:30:50.9937998Z [gw1] [ 9%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_sum_cpu_float32 2022-09-27T15:30:51.0260347Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_abs_cpu_complex64 2022-09-27T15:30:51.1462376Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_abs_cpu_float32 2022-09-27T15:30:51.1470639Z [gw2] [ 9%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_abs_cpu_complex64 2022-09-27T15:30:51.2800994Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acosh_cpu_complex64 2022-09-27T15:30:51.2809361Z [gw1] [ 9%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_abs_cpu_float32 2022-09-27T15:30:51.4745002Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acosh_cpu_float32 2022-09-27T15:30:51.4757029Z [gw1] [ 9%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acosh_cpu_float32 2022-09-27T15:30:51.5743081Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addbmm_cpu_float32 2022-09-27T15:30:51.5775207Z [gw2] [ 9%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acosh_cpu_complex64 2022-09-27T15:30:51.6566169Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addbmm_cpu_complex64 2022-09-27T15:30:51.6581784Z [gw0] [ 9%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___getitem___cpu_float32 2022-09-27T15:30:51.6635379Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rdiv___cpu_float32 2022-09-27T15:30:51.7098181Z [gw0] [ 10%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rdiv___cpu_float32 2022-09-27T15:30:51.7111639Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmul___cpu_complex64 2022-09-27T15:30:51.7460068Z [gw0] [ 10%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmul___cpu_complex64 2022-09-27T15:30:51.7576514Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rsub___cpu_complex64 2022-09-27T15:30:51.7900919Z [gw0] [ 10%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rsub___cpu_complex64 2022-09-27T15:30:51.7973760Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_argmax_cpu_float32 2022-09-27T15:30:51.8368614Z [gw0] [ 10%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_argmax_cpu_float32 2022-09-27T15:30:51.8377566Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_cumsum_cpu_complex64 2022-09-27T15:30:51.8815136Z [gw0] [ 10%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_cumsum_cpu_complex64 2022-09-27T15:30:51.8824193Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_logsumexp_cpu_float32 2022-09-27T15:30:51.9344520Z [gw0] [ 10%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_logsumexp_cpu_float32 2022-09-27T15:30:51.9347049Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_norm_cpu_float32 2022-09-27T15:30:51.9777776Z [gw0] [ 10%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_norm_cpu_float32 2022-09-27T15:30:51.9839177Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_prod_cpu_float32 2022-09-27T15:30:52.0298418Z [gw0] [ 10%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_prod_cpu_float32 2022-09-27T15:30:52.0311738Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_std_cpu_float32 2022-09-27T15:30:52.0737665Z [gw0] [ 10%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_std_cpu_float32 2022-09-27T15:30:52.0749799Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_var_cpu_float32 2022-09-27T15:30:52.1154779Z [gw0] [ 10%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_var_cpu_float32 2022-09-27T15:30:52.1573723Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acos_cpu_float32 2022-09-27T15:30:52.1591145Z [gw1] [ 11%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addbmm_cpu_float32 2022-09-27T15:30:52.5254785Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcmul_cpu_float32 2022-09-27T15:30:52.5273562Z [gw0] [ 11%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acos_cpu_float32 2022-09-27T15:30:52.7355873Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_add_cpu_float32 2022-09-27T15:30:52.7367022Z [gw3] [ 11%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___getitem___cpu_complex64 2022-09-27T15:30:52.7449516Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rdiv___cpu_complex64 2022-09-27T15:30:52.7782071Z [gw3] [ 11%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rdiv___cpu_complex64 2022-09-27T15:30:52.7839717Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmod___cpu_float32 2022-09-27T15:30:52.8220532Z [gw3] [ 11%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rmod___cpu_float32 2022-09-27T15:30:52.8268152Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rpow___cpu_float32 2022-09-27T15:30:52.8660568Z [gw3] [ 11%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit___rpow___cpu_float32 2022-09-27T15:30:52.8747522Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_amin_cpu_float32 2022-09-27T15:30:52.9101362Z [gw3] [ 11%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_amin_cpu_float32 2022-09-27T15:30:52.9151380Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_cumprod_cpu_float32 2022-09-27T15:30:52.9541073Z [gw3] [ 11%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_cumprod_cpu_float32 2022-09-27T15:30:52.9565375Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_logaddexp_cpu_float32 2022-09-27T15:30:52.9980598Z [gw3] [ 11%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_logaddexp_cpu_float32 2022-09-27T15:30:53.0005729Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_median_cpu_float32 2022-09-27T15:30:53.0460609Z [gw3] [ 11%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_median_cpu_float32 2022-09-27T15:30:53.0594646Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_prod_cpu_complex64 2022-09-27T15:30:53.0899798Z [gw3] [ 12%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_prod_cpu_complex64 2022-09-27T15:30:53.1485445Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_std_cpu_complex64 2022-09-27T15:30:53.1497605Z [gw3] [ 12%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_std_cpu_complex64 2022-09-27T15:30:53.1951112Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_var_cpu_complex64 2022-09-27T15:30:53.1963337Z [gw3] [ 12%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit__masked_var_cpu_complex64 2022-09-27T15:30:53.4504572Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acos_cpu_complex64 2022-09-27T15:30:53.4515663Z [gw1] [ 12%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcmul_cpu_float32 2022-09-27T15:30:53.7359066Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_decomposed_cpu_float32 2022-09-27T15:30:53.7376099Z [gw3] [ 12%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_acos_cpu_complex64 2022-09-27T15:30:53.7509733Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_add_cpu_complex64 2022-09-27T15:30:53.7521071Z [gw1] [ 12%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_decomposed_cpu_float32 2022-09-27T15:30:53.9255949Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addr_cpu_float32 2022-09-27T15:30:53.9268279Z [gw0] [ 12%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_add_cpu_float32 2022-09-27T15:30:54.0921976Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcdiv_cpu_float32 2022-09-27T15:30:54.0934243Z [gw1] [ 12%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addr_cpu_float32 2022-09-27T15:30:54.0950953Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_allclose_cpu_float32 2022-09-27T15:30:54.1340563Z [gw1] [ 12%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_allclose_cpu_float32 2022-09-27T15:30:54.2841279Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_angle_cpu_complex64 2022-09-27T15:30:54.2856226Z [gw1] [ 12%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_angle_cpu_complex64 2022-09-27T15:30:54.3028153Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_arange_cpu_float32 2022-09-27T15:30:54.3258011Z [gw1] [ 13%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_arange_cpu_float32 2022-09-27T15:30:54.6059502Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argwhere_cpu_complex64 2022-09-27T15:30:54.6070807Z [gw1] [ 13%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argwhere_cpu_complex64 2022-09-27T15:30:54.6083914Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_scatter_cpu_complex64 2022-09-27T15:30:54.6499619Z [gw1] [ 13%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_scatter_cpu_complex64 2022-09-27T15:30:54.7896426Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asinh_cpu_complex64 2022-09-27T15:30:54.7914061Z [gw2] [ 13%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addbmm_cpu_complex64 2022-09-27T15:30:54.7987197Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcmul_cpu_complex64 2022-09-27T15:30:54.7997695Z [gw1] [ 13%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asinh_cpu_complex64 2022-09-27T15:30:54.8801170Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan_cpu_float32 2022-09-27T15:30:54.8815354Z [gw1] [ 13%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan_cpu_float32 2022-09-27T15:30:54.9303737Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_1d_cpu_float32 2022-09-27T15:30:54.9312986Z [gw1] [ 13%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_1d_cpu_float32 2022-09-27T15:30:54.9850945Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_3d_cpu_float32 2022-09-27T15:30:54.9859576Z [gw1] [ 13%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_3d_cpu_float32 2022-09-27T15:30:54.9897737Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bfloat16_cpu_complex64 2022-09-27T15:30:55.0302487Z [gw1] [ 13%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bfloat16_cpu_complex64 2022-09-27T15:30:55.2630934Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bmm_cpu_complex64 2022-09-27T15:30:55.2641680Z [gw1] [ 13%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bmm_cpu_complex64 2022-09-27T15:30:55.2664048Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_shapes_cpu_float32 2022-09-27T15:30:55.3060003Z [gw1] [ 14%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_shapes_cpu_float32 2022-09-27T15:30:55.3425598Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_to_cpu_float32 2022-09-27T15:30:55.3437337Z [gw0] [ 14%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcdiv_cpu_float32 2022-09-27T15:30:55.6392313Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_cpu_float32 2022-09-27T15:30:55.6400792Z [gw0] [ 14%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_cpu_float32 2022-09-27T15:30:55.8487629Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmv_cpu_float32 2022-09-27T15:30:55.8496482Z [gw1] [ 14%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_to_cpu_float32 2022-09-27T15:30:55.8823511Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cartesian_prod_cpu_complex64 2022-09-27T15:30:55.8832400Z [gw3] [ 14%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_add_cpu_complex64 2022-09-27T15:30:56.0771062Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcdiv_cpu_complex64 2022-09-27T15:30:56.0779211Z [gw1] [ 14%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cartesian_prod_cpu_complex64 2022-09-27T15:30:56.1344836Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cdist_cpu_float32 2022-09-27T15:30:56.1352510Z [gw0] [ 14%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmv_cpu_float32 2022-09-27T15:30:56.4204887Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_all_cpu_float32 2022-09-27T15:30:56.4212536Z [gw0] [ 14%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_all_cpu_float32 2022-09-27T15:30:57.0177001Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_amin_cpu_float32 2022-09-27T15:30:57.0185063Z [gw2] [ 14%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcmul_cpu_complex64 2022-09-27T15:30:57.7818154Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_decomposed_cpu_complex64 2022-09-27T15:30:57.7818800Z [gw3] [ 14%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addcdiv_cpu_complex64 2022-09-27T15:30:58.0546152Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_cpu_complex64 2022-09-27T15:30:58.0558028Z [gw0] [ 14%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_amin_cpu_float32 2022-09-27T15:30:58.1548280Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_any_cpu_complex64 2022-09-27T15:30:58.1559854Z [gw2] [ 15%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_decomposed_cpu_complex64 2022-09-27T15:30:58.6072017Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addr_cpu_complex64 2022-09-27T15:30:58.6080680Z [gw0] [ 15%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_any_cpu_complex64 2022-09-27T15:30:58.7441035Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argmin_cpu_float32 2022-09-27T15:30:58.7449766Z [gw3] [ 15%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmm_cpu_complex64 2022-09-27T15:30:58.8355725Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmv_cpu_complex64 2022-09-27T15:30:58.8363804Z [gw2] [ 15%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addr_cpu_complex64 2022-09-27T15:30:58.8380815Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_allclose_cpu_complex64 2022-09-27T15:30:58.8781179Z [gw2] [ 15%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_allclose_cpu_complex64 2022-09-27T15:30:58.9230899Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_aminmax_cpu_float32 2022-09-27T15:30:58.9241242Z [gw0] [ 15%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argmin_cpu_float32 2022-09-27T15:30:59.2030514Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_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:59.2032512Z [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:59.2198023Z [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:59.2199754Z [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:59.2226754Z 2022-09-27T15:30:59.2243793Z [gw2] [ 15%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_aminmax_cpu_float32 2022-09-27T15:30:59.3277102Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_any_cpu_float32 2022-09-27T15:30:59.3284014Z [gw0] [ 15%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_cpu_complex64 2022-09-27T15:30:59.5031236Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asin_cpu_complex64 2022-09-27T15:30:59.5040030Z [gw0] [ 15%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asin_cpu_complex64 2022-09-27T15:30:59.5391496Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan2_cpu_float32 2022-09-27T15:30:59.5403705Z [gw2] [ 15%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_any_cpu_float32 2022-09-27T15:30:59.5421227Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argsort_cpu_float32 2022-09-27T15:30:59.5819503Z [gw2] [ 16%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argsort_cpu_float32 2022-09-27T15:30:59.7568326Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_cpu_float32 2022-09-27T15:30:59.7577601Z [gw3] [ 16%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_addmv_cpu_complex64 2022-09-27T15:30:59.7831034Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_all_cpu_complex64 2022-09-27T15:30:59.7840324Z [gw2] [ 16%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_cpu_float32 2022-09-27T15:30:59.8645208Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asin_cpu_float32 2022-09-27T15:30:59.8651526Z [gw2] [ 16%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asin_cpu_float32 2022-09-27T15:31:00.0318343Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan_cpu_complex64 2022-09-27T15:31:00.0326750Z [gw2] [ 16%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan_cpu_complex64 2022-09-27T15:31:00.2352118Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_1d_cpu_complex64 2022-09-27T15:31:00.2364941Z [gw0] [ 16%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atan2_cpu_float32 2022-09-27T15:31:00.3085957Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atanh_cpu_float32 2022-09-27T15:31:00.3093657Z [gw0] [ 16%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atanh_cpu_float32 2022-09-27T15:31:00.3168837Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_2d_cpu_float32 2022-09-27T15:31:00.3179943Z [gw3] [ 16%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_all_cpu_complex64 2022-09-27T15:31:00.3524310Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_amax_cpu_float32 2022-09-27T15:31:00.3537213Z [gw0] [ 16%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_2d_cpu_float32 2022-09-27T15:31:00.4922334Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_baddbmm_cpu_float32 2022-09-27T15:31:00.4934937Z [gw2] [ 16%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_1d_cpu_complex64 2022-09-27T15:31:01.0453592Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_3d_cpu_complex64 2022-09-27T15:31:01.0458806Z [gw0] [ 17%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_baddbmm_cpu_float32 2022-09-27T15:31:01.0506581Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_block_diag_cpu_complex64 2022-09-27T15:31:01.0517106Z [gw2] [ 17%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_3d_cpu_complex64 2022-09-27T15:31:01.0548791Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bernoulli_cpu_float32 2022-09-27T15:31:01.0940056Z [gw2] [ 17%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bernoulli_cpu_float32 2022-09-27T15:31:01.1567504Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_block_diag_cpu_float32 2022-09-27T15:31:01.1578607Z [gw2] [ 17%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_block_diag_cpu_float32 2022-09-27T15:31:01.1617802Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bool_cpu_float32 2022-09-27T15:31:01.1982260Z [gw2] [ 17%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bool_cpu_float32 2022-09-27T15:31:01.7277617Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_to_cpu_complex64 2022-09-27T15:31:01.7289384Z [gw0] [ 17%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_block_diag_cpu_complex64 2022-09-27T15:31:01.7325523Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bool_cpu_complex64 2022-09-27T15:31:01.7699995Z [gw0] [ 17%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bool_cpu_complex64 2022-09-27T15:31:01.8400018Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_tensors_cpu_float32 2022-09-27T15:31:01.8408652Z [gw0] [ 17%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_tensors_cpu_float32 2022-09-27T15:31:01.8626226Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_byte_cpu_complex64 2022-09-27T15:31:01.8858866Z [gw0] [ 17%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_byte_cpu_complex64 2022-09-27T15:31:01.9758811Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cat_cpu_complex64 2022-09-27T15:31:01.9763519Z [gw3] [ 17%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_amax_cpu_float32 2022-09-27T15:31:02.0592987Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_angle_cpu_float32 2022-09-27T15:31:02.0606275Z [gw3] [ 18%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_angle_cpu_float32 2022-09-27T15:31:02.2733924Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argmax_cpu_float32 2022-09-27T15:31:02.2741471Z [gw2] [ 18%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_to_cpu_complex64 2022-09-27T15:31:02.2966315Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_byte_cpu_float32 2022-09-27T15:31:02.3220856Z [gw2] [ 18%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_byte_cpu_float32 2022-09-27T15:31:02.3776096Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cat_cpu_float32 2022-09-27T15:31:02.3784829Z [gw3] [ 18%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argmax_cpu_float32 2022-09-27T15:31:02.4615927Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argwhere_cpu_float32 2022-09-27T15:31:02.4632324Z [gw0] [ 18%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cat_cpu_complex64 2022-09-27T15:31:02.4724740Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chalf_cpu_complex64 2022-09-27T15:31:02.5100917Z [gw0] [ 18%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chalf_cpu_complex64 2022-09-27T15:31:02.5251337Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_cpu_complex64 2022-09-27T15:31:02.5265546Z [gw3] [ 18%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_argwhere_cpu_float32 2022-09-27T15:31:02.5284389Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_scatter_cpu_float32 2022-09-27T15:31:02.5778878Z [gw3] [ 18%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_as_strided_scatter_cpu_float32 2022-09-27T15:31:02.6835621Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asinh_cpu_float32 2022-09-27T15:31:02.6848570Z [gw3] [ 18%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_asinh_cpu_float32 2022-09-27T15:31:02.7740200Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atanh_cpu_complex64 2022-09-27T15:31:02.7741186Z [gw2] [ 18%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cat_cpu_float32 2022-09-27T15:31:02.7857422Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chalf_cpu_float32 2022-09-27T15:31:02.8141657Z [gw2] [ 19%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chalf_cpu_float32 2022-09-27T15:31:02.8756368Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_cpu_float32 2022-09-27T15:31:02.8784407Z [gw3] [ 19%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atanh_cpu_complex64 2022-09-27T15:31:03.4851886Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_2d_cpu_complex64 2022-09-27T15:31:03.4867112Z [gw3] [ 19%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_atleast_2d_cpu_complex64 2022-09-27T15:31:04.9442158Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_baddbmm_cpu_complex64 2022-09-27T15:31:04.9477991Z [gw2] [ 19%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_cpu_float32 2022-09-27T15:31:05.5754957Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_solve_cpu_float32 2022-09-27T15:31:05.5762380Z [gw1] [ 19%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cdist_cpu_float32 2022-09-27T15:31:05.6268811Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_char_cpu_complex64 2022-09-27T15:31:05.6290435Z [gw1] [ 19%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_char_cpu_complex64 2022-09-27T15:31:06.7620781Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_inverse_cpu_complex64 2022-09-27T15:31:06.7631410Z [gw2] [ 19%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_solve_cpu_float32 2022-09-27T15:31:06.7639723Z [gw0] [ 19%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_cpu_complex64 2022-09-27T15:31:06.7661320Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_solve_cpu_complex64 2022-09-27T15:31:07.7950925Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_max_cpu_float32 2022-09-27T15:31:07.7966272Z [gw3] [ 19%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_baddbmm_cpu_complex64 2022-09-27T15:31:07.8010277Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bfloat16_cpu_float32 2022-09-27T15:31:07.8380597Z [gw3] [ 19%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bfloat16_cpu_float32 2022-09-27T15:31:07.8724939Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bmm_cpu_float32 2022-09-27T15:31:07.8739487Z [gw2] [ 20%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_max_cpu_float32 2022-09-27T15:31:07.9839125Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_column_stack_cpu_complex64 2022-09-27T15:31:07.9861268Z [gw3] [ 20%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bmm_cpu_float32 2022-09-27T15:31:08.1595522Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_tensors_cpu_complex64 2022-09-27T15:31:08.1609772Z [gw3] [ 20%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_broadcast_tensors_cpu_complex64 2022-09-27T15:31:08.1622957Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bucketize_cpu_float32 2022-09-27T15:31:08.2021727Z [gw3] [ 20%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_bucketize_cpu_float32 2022-09-27T15:31:08.2182894Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cartesian_prod_cpu_float32 2022-09-27T15:31:08.2199338Z [gw2] [ 20%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_column_stack_cpu_complex64 2022-09-27T15:31:08.2545818Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_complex_cpu_float32 2022-09-27T15:31:08.2564520Z [gw3] [ 20%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cartesian_prod_cpu_float32 2022-09-27T15:31:08.3564404Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ceil_cpu_float32 2022-09-27T15:31:08.3601223Z [gw3] [ 20%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ceil_cpu_float32 2022-09-27T15:31:08.3903698Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_char_cpu_float32 2022-09-27T15:31:08.4019930Z [gw3] [ 20%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_char_cpu_float32 2022-09-27T15:31:08.6768608Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_inverse_cpu_float32 2022-09-27T15:31:08.6774585Z [gw2] [ 20%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_complex_cpu_float32 2022-09-27T15:31:08.6795761Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_physical_cpu_float32 2022-09-27T15:31:08.7182399Z [gw2] [ 20%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_physical_cpu_float32 2022-09-27T15:31:08.8064795Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_contiguous_cpu_float32 2022-09-27T15:31:08.8077059Z [gw1] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_inverse_cpu_complex64 2022-09-27T15:31:08.8185900Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chunk_cpu_complex64 2022-09-27T15:31:08.8200400Z [gw2] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_contiguous_cpu_float32 2022-09-27T15:31:09.3255981Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cos_cpu_complex64 2022-09-27T15:31:09.3271278Z [gw2] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cos_cpu_complex64 2022-09-27T15:31:09.4071893Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_count_nonzero_cpu_complex64 2022-09-27T15:31:09.4098705Z [gw1] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chunk_cpu_complex64 2022-09-27T15:31:09.5166483Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_min_cpu_float32 2022-09-27T15:31:09.5180667Z [gw3] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_inverse_cpu_float32 2022-09-27T15:31:09.7447159Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chunk_cpu_float32 2022-09-27T15:31:09.7460945Z [gw0] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cholesky_solve_cpu_complex64 2022-09-27T15:31:09.8654056Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_cpu_float32 2022-09-27T15:31:09.8672177Z [gw3] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_chunk_cpu_float32 2022-09-27T15:31:10.1490945Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clone_cpu_complex64 2022-09-27T15:31:10.1499241Z [gw3] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clone_cpu_complex64 2022-09-27T15:31:10.1614215Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_combinations_cpu_complex64 2022-09-27T15:31:10.1623186Z [gw0] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_cpu_float32 2022-09-27T15:31:10.1710607Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clone_cpu_float32 2022-09-27T15:31:10.1721514Z [gw1] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clamp_min_cpu_float32 2022-09-27T15:31:10.3128242Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_column_stack_cpu_float32 2022-09-27T15:31:10.3136488Z [gw1] [ 21%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_column_stack_cpu_float32 2022-09-27T15:31:10.3291456Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_cpu_complex64 2022-09-27T15:31:10.3299102Z [gw0] [ 22%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_clone_cpu_float32 2022-09-27T15:31:10.3774683Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_combinations_cpu_float32 2022-09-27T15:31:10.3782097Z [gw2] [ 22%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_count_nonzero_cpu_complex64 2022-09-27T15:31:10.7248382Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cross_cpu_complex64 2022-09-27T15:31:10.7259933Z [gw1] [ 22%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_cpu_complex64 2022-09-27T15:31:10.8160348Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_constant_pad_nd_cpu_complex64 2022-09-27T15:31:10.8166122Z [gw2] [ 22%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cross_cpu_complex64 2022-09-27T15:31:11.0194318Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumprod_cpu_complex64 2022-09-27T15:31:11.0202996Z [gw0] [ 22%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_combinations_cpu_float32 2022-09-27T15:31:11.1606552Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_physical_cpu_complex64 2022-09-27T15:31:11.1614884Z [gw0] [ 22%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_physical_cpu_complex64 2022-09-27T15:31:11.3309571Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_contiguous_cpu_complex64 2022-09-27T15:31:11.3322489Z [gw0] [ 22%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_contiguous_cpu_complex64 2022-09-27T15:31:11.5941244Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_corrcoef_cpu_float32 2022-09-27T15:31:11.5942676Z [gw3] [ 22%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_combinations_cpu_complex64 2022-09-27T15:31:11.7426175Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_cpu_float32 2022-09-27T15:31:11.7439032Z [gw0] [ 22%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_corrcoef_cpu_float32 2022-09-27T15:31:11.8212120Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cosh_cpu_float32 2022-09-27T15:31:11.8221002Z [gw3] [ 22%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_conj_cpu_float32 2022-09-27T15:31:12.0031323Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_constant_pad_nd_cpu_float32 2022-09-27T15:31:12.0042966Z [gw0] [ 23%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cosh_cpu_float32 2022-09-27T15:31:12.1758592Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cov_cpu_float32 2022-09-27T15:31:12.1770268Z [gw0] [ 23%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cov_cpu_float32 2022-09-27T15:31:12.4026281Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cummin_cpu_float32 2022-09-27T15:31:12.4037540Z [gw0] [ 23%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cummin_cpu_float32 2022-09-27T15:31:12.5300648Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumsum_cpu_float32 2022-09-27T15:31:12.5313676Z [gw2] [ 23%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumprod_cpu_complex64 2022-09-27T15:31:12.7141037Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumulative_trapezoid_cpu_complex64 2022-09-27T15:31:12.7153172Z [gw0] [ 23%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumsum_cpu_float32 2022-09-27T15:31:12.7169755Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_power_cpu_complex64 2022-09-27T15:31:12.7581276Z [gw0] [ 23%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_power_cpu_complex64 2022-09-27T15:31:12.7598874Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_power_cpu_float32 2022-09-27T15:31:12.8021058Z [gw0] [ 23%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_power_cpu_float32 2022-09-27T15:31:12.8792735Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_floor_cpu_float32 2022-09-27T15:31:12.8798879Z [gw0] [ 23%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_floor_cpu_float32 2022-09-27T15:31:12.8816619Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_floor_divide_cpu_float32 2022-09-27T15:31:12.9220508Z [gw0] [ 23%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_floor_divide_cpu_float32 2022-09-27T15:31:13.2381409Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmax_cpu_float32 2022-09-27T15:31:13.2390816Z [gw2] [ 23%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumulative_trapezoid_cpu_complex64 2022-09-27T15:31:13.5464510Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_cpu_complex64 2022-09-27T15:31:13.5473152Z [gw0] [ 24%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmax_cpu_float32 2022-09-27T15:31:13.9261557Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmin_cpu_float32 2022-09-27T15:31:13.9269145Z [gw3] [ 24%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_constant_pad_nd_cpu_float32 2022-09-27T15:31:14.2181513Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_corrcoef_cpu_complex64 2022-09-27T15:31:14.2188299Z [gw0] [ 24%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmin_cpu_float32 2022-09-27T15:31:14.6548600Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmod_cpu_float32 2022-09-27T15:31:14.6559664Z [gw3] [ 24%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_corrcoef_cpu_complex64 2022-09-27T15:31:14.9179608Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cosh_cpu_complex64 2022-09-27T15:31:14.9187813Z [gw0] [ 24%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fmod_cpu_float32 2022-09-27T15:31:14.9359714Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_frac_cpu_float32 2022-09-27T15:31:14.9366605Z [gw1] [ 24%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_constant_pad_nd_cpu_complex64 2022-09-27T15:31:15.1175305Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_copysign_cpu_float32 2022-09-27T15:31:15.1182555Z [gw3] [ 24%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cosh_cpu_complex64 2022-09-27T15:31:15.1492584Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cov_cpu_complex64 2022-09-27T15:31:15.1500799Z [gw0] [ 24%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_frac_cpu_float32 2022-09-27T15:31:15.2934565Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_frexp_cpu_float32 2022-09-27T15:31:15.2941604Z [gw3] [ 24%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cov_cpu_complex64 2022-09-27T15:31:15.3599483Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cummax_cpu_float32 2022-09-27T15:31:15.3606763Z [gw0] [ 24%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_frexp_cpu_float32 2022-09-27T15:31:15.4366920Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_full_like_cpu_complex64 2022-09-27T15:31:15.4376765Z [gw2] [ 25%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_cpu_complex64 2022-09-27T15:31:15.5352399Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_cpu_float32 2022-09-27T15:31:15.5364179Z [gw3] [ 25%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cummax_cpu_float32 2022-09-27T15:31:15.5803279Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumsum_cpu_complex64 2022-09-27T15:31:15.5812460Z [gw0] [ 25%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_full_like_cpu_complex64 2022-09-27T15:31:15.6249670Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_full_like_cpu_float32 2022-09-27T15:31:15.6261647Z [gw1] [ 25%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_copysign_cpu_float32 2022-09-27T15:31:15.6821883Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cos_cpu_float32 2022-09-27T15:31:15.6829960Z [gw0] [ 25%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_full_like_cpu_float32 2022-09-27T15:31:15.8442704Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gather_cpu_complex64 2022-09-27T15:31:15.8451152Z [gw1] [ 25%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cos_cpu_float32 2022-09-27T15:31:16.1328604Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_count_nonzero_cpu_float32 2022-09-27T15:31:16.1337065Z [gw3] [ 25%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumsum_cpu_complex64 2022-09-27T15:31:16.2853218Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_deg2rad_cpu_float32 2022-09-27T15:31:16.2862057Z [gw1] [ 25%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_count_nonzero_cpu_float32 2022-09-27T15:31:16.3497969Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cross_cpu_float32 2022-09-27T15:31:16.3505122Z [gw3] [ 25%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_deg2rad_cpu_float32 2022-09-27T15:31:16.4463171Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_select_cpu_complex64 2022-09-27T15:31:16.4469406Z [gw0] [ 25%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gather_cpu_complex64 2022-09-27T15:31:16.5479204Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gather_cpu_float32 2022-09-27T15:31:16.5491295Z [gw1] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cross_cpu_float32 2022-09-27T15:31:16.5537218Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumprod_cpu_float32 2022-09-27T15:31:16.5545682Z [gw2] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_cpu_float32 2022-09-27T15:31:16.7676034Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_embed_cpu_complex64 2022-09-27T15:31:16.7686332Z [gw3] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_select_cpu_complex64 2022-09-27T15:31:16.8182707Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_select_cpu_float32 2022-09-27T15:31:16.8195050Z [gw0] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gather_cpu_float32 2022-09-27T15:31:17.0021222Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ge_cpu_float32 2022-09-27T15:31:17.0034445Z [gw3] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_select_cpu_float32 2022-09-27T15:31:17.0671516Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_inner_cpu_complex64 2022-09-27T15:31:17.0681574Z [gw0] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ge_cpu_float32 2022-09-27T15:31:17.4433337Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_geqrf_cpu_complex64 2022-09-27T15:31:17.4443697Z [gw3] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_inner_cpu_complex64 2022-09-27T15:31:17.4645974Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_inner_cpu_float32 2022-09-27T15:31:17.4659968Z [gw1] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumprod_cpu_float32 2022-09-27T15:31:17.6319518Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumulative_trapezoid_cpu_float32 2022-09-27T15:31:17.6334912Z [gw3] [ 26%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_inner_cpu_float32 2022-09-27T15:31:17.6594486Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_int_cpu_complex64 2022-09-27T15:31:17.6780029Z [gw3] [ 26%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_int_cpu_complex64 2022-09-27T15:31:17.7012681Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_int_cpu_float32 2022-09-27T15:31:17.7222166Z [gw3] [ 27%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_int_cpu_float32 2022-09-27T15:31:17.8687299Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isclose_cpu_complex64 2022-09-27T15:31:17.8696244Z [gw1] [ 27%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_cumulative_trapezoid_cpu_float32 2022-09-27T15:31:18.4074304Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft2_cpu_complex64 2022-09-27T15:31:18.4077974Z [gw1] [ 27%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft2_cpu_complex64 2022-09-27T15:31:18.6754972Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft2_cpu_float32 2022-09-27T15:31:18.6771170Z [gw1] [ 27%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft2_cpu_float32 2022-09-27T15:31:18.7492591Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft_cpu_complex64 2022-09-27T15:31:18.7507033Z [gw3] [ 27%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isclose_cpu_complex64 2022-09-27T15:31:19.2356388Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isclose_cpu_float32 2022-09-27T15:31:19.2382492Z [gw1] [ 27%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft_cpu_complex64 2022-09-27T15:31:19.2465158Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft_cpu_float32 2022-09-27T15:31:19.2485895Z [gw0] [ 27%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_geqrf_cpu_complex64 2022-09-27T15:31:19.2999166Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_geqrf_cpu_float32 2022-09-27T15:31:19.3020011Z [gw2] [ 27%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_embed_cpu_complex64 2022-09-27T15:31:19.3046266Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_embed_cpu_float32 2022-09-27T15:31:19.3053178Z [gw3] [ 27%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isclose_cpu_float32 2022-09-27T15:31:19.4899256Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isfinite_cpu_complex64 2022-09-27T15:31:19.4913501Z [gw3] [ 27%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isfinite_cpu_complex64 2022-09-27T15:31:19.5856027Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isfinite_cpu_float32 2022-09-27T15:31:19.5868253Z [gw3] [ 28%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isfinite_cpu_float32 2022-09-27T15:31:19.6239448Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isin_cpu_float32 2022-09-27T15:31:19.6263746Z [gw3] [ 28%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isin_cpu_float32 2022-09-27T15:31:19.6274636Z [gw1] [ 28%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fft_cpu_float32 2022-09-27T15:31:19.6301236Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftn_cpu_complex64 2022-09-27T15:31:19.6945218Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isinf_cpu_complex64 2022-09-27T15:31:19.6966689Z [gw3] [ 28%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isinf_cpu_complex64 2022-09-27T15:31:19.7307019Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isinf_cpu_float32 2022-09-27T15:31:19.7378830Z [gw3] [ 28%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isinf_cpu_float32 2022-09-27T15:31:19.7916244Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isnan_cpu_complex64 2022-09-27T15:31:19.7929665Z [gw3] [ 28%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isnan_cpu_complex64 2022-09-27T15:31:19.8447135Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isnan_cpu_float32 2022-09-27T15:31:19.8469512Z [gw3] [ 28%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isnan_cpu_float32 2022-09-27T15:31:19.9062789Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isneginf_cpu_float32 2022-09-27T15:31:19.9085237Z [gw3] [ 28%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isneginf_cpu_float32 2022-09-27T15:31:19.9469744Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isposinf_cpu_float32 2022-09-27T15:31:19.9538784Z [gw3] [ 28%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isposinf_cpu_float32 2022-09-27T15:31:20.1894058Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isreal_cpu_complex64 2022-09-27T15:31:20.1904616Z [gw3] [ 28%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isreal_cpu_complex64 2022-09-27T15:31:20.2825223Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isreal_cpu_float32 2022-09-27T15:31:20.2839738Z [gw3] [ 28%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_isreal_cpu_float32 2022-09-27T15:31:20.2859101Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_istft_cpu_complex64 2022-09-27T15:31:20.3261095Z [gw3] [ 29%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_istft_cpu_complex64 2022-09-27T15:31:20.3289204Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_istft_cpu_float32 2022-09-27T15:31:20.3681386Z [gw3] [ 29%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_istft_cpu_float32 2022-09-27T15:31:20.3694544Z [gw0] [ 29%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_geqrf_cpu_float32 2022-09-27T15:31:20.3701258Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gradient_cpu_complex64 2022-09-27T15:31:20.3718562Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_2inputs_2outputs_cpu_complex64 2022-09-27T15:31:20.3744964Z [gw0] [ 29%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gradient_cpu_complex64 2022-09-27T15:31:20.4173228Z [gw3] [ 29%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_2inputs_2outputs_cpu_complex64 2022-09-27T15:31:20.4174019Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:31:20.4180451Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gradient_cpu_float32 2022-09-27T15:31:20.4181080Z [gw3] [ 29%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:31:20.4580354Z [gw0] [ 29%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gradient_cpu_float32 2022-09-27T15:31:20.4584673Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_4inputs_with_extra_args_cpu_complex64 2022-09-27T15:31:20.4612996Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gt_cpu_float32 2022-09-27T15:31:20.4742695Z [gw3] [ 29%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_4inputs_with_extra_args_cpu_complex64 2022-09-27T15:31:20.4756246Z [gw1] [ 29%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftn_cpu_complex64 2022-09-27T15:31:20.5021996Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftn_cpu_float32 2022-09-27T15:31:20.5051351Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:31:20.5462863Z [gw3] [ 29%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:31:20.5491135Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_cpu_complex64 2022-09-27T15:31:20.5941700Z [gw3] [ 30%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_cpu_complex64 2022-09-27T15:31:20.5977280Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_cpu_float32 2022-09-27T15:31:20.6381699Z [gw3] [ 30%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_cpu_float32 2022-09-27T15:31:20.6417169Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_return_by_ref_cpu_complex64 2022-09-27T15:31:20.6820420Z [gw3] [ 30%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_return_by_ref_cpu_complex64 2022-09-27T15:31:20.6853695Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:31:20.6949502Z [gw3] [ 30%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:31:20.6962342Z [gw0] [ 30%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_gt_cpu_float32 2022-09-27T15:31:20.7259834Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_half_cpu_complex64 2022-09-27T15:31:20.7290112Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_unary_cpu_complex64 2022-09-27T15:31:20.7554718Z [gw3] [ 30%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_unary_cpu_complex64 2022-09-27T15:31:20.7564944Z [gw0] [ 30%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_half_cpu_complex64 2022-09-27T15:31:20.7612831Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_half_cpu_float32 2022-09-27T15:31:20.7626885Z [gw2] [ 30%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diag_embed_cpu_float32 2022-09-27T15:31:20.7739457Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagflat_cpu_complex64 2022-09-27T15:31:20.7771822Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_unary_cpu_float32 2022-09-27T15:31:20.8035964Z [gw3] [ 30%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_jiterator_unary_cpu_float32 2022-09-27T15:31:20.8045372Z [gw0] [ 30%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_half_cpu_float32 2022-09-27T15:31:20.8180055Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_heaviside_cpu_float32 2022-09-27T15:31:20.9037440Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kron_cpu_complex64 2022-09-27T15:31:20.9050122Z [gw1] [ 31%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftn_cpu_float32 2022-09-27T15:31:21.0049244Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftshift_cpu_complex64 2022-09-27T15:31:21.0060532Z [gw0] [ 31%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_heaviside_cpu_float32 2022-09-27T15:31:21.0253135Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histc_cpu_float32 2022-09-27T15:31:21.0264200Z [gw3] [ 31%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kron_cpu_complex64 2022-09-27T15:31:21.1209718Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kron_cpu_float32 2022-09-27T15:31:21.1217946Z [gw3] [ 31%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kron_cpu_float32 2022-09-27T15:31:21.3136200Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kthvalue_cpu_float32 2022-09-27T15:31:21.3144336Z [gw1] [ 31%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftshift_cpu_complex64 2022-09-27T15:31:21.4958057Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftshift_cpu_float32 2022-09-27T15:31:21.4967423Z [gw1] [ 31%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_fftshift_cpu_float32 2022-09-27T15:31:21.5295489Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft2_cpu_complex64 2022-09-27T15:31:21.5310856Z [gw2] [ 31%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagflat_cpu_complex64 2022-09-27T15:31:21.9261111Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagflat_cpu_float32 2022-09-27T15:31:21.9271415Z [gw3] [ 31%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_kthvalue_cpu_float32 2022-09-27T15:31:21.9969654Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ldexp_cpu_complex64 2022-09-27T15:31:21.9981459Z [gw2] [ 31%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagflat_cpu_float32 2022-09-27T15:31:22.1761919Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_cpu_complex64 2022-09-27T15:31:22.1774135Z [gw1] [ 31%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft2_cpu_complex64 2022-09-27T15:31:22.5283148Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft2_cpu_float32 2022-09-27T15:31:22.5309068Z [gw1] [ 32%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft2_cpu_float32 2022-09-27T15:31:23.2472119Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft_cpu_complex64 2022-09-27T15:31:23.2480766Z [gw1] [ 32%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft_cpu_complex64 2022-09-27T15:31:23.2717641Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft_cpu_float32 2022-09-27T15:31:23.2730391Z [gw3] [ 32%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ldexp_cpu_complex64 2022-09-27T15:31:23.6108505Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ldexp_cpu_float32 2022-09-27T15:31:23.6120079Z [gw1] [ 32%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfft_cpu_float32 2022-09-27T15:31:23.9360877Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfftn_cpu_complex64 2022-09-27T15:31:23.9362032Z [gw0] [ 32%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histc_cpu_float32 2022-09-27T15:31:23.9485049Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histogram_cpu_float32 2022-09-27T15:31:23.9496215Z [gw3] [ 32%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ldexp_cpu_float32 2022-09-27T15:31:24.1762738Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_le_cpu_float32 2022-09-27T15:31:24.1774471Z [gw3] [ 32%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_le_cpu_float32 2022-09-27T15:31:24.3996897Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lerp_cpu_complex64 2022-09-27T15:31:24.4009149Z [gw0] [ 32%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histogram_cpu_float32 2022-09-27T15:31:24.5184305Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histogramdd_cpu_float32 2022-09-27T15:31:24.5205609Z [gw1] [ 32%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfftn_cpu_complex64 2022-09-27T15:31:24.5639099Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfftn_cpu_float32 2022-09-27T15:31:24.5662142Z [gw0] [ 32%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_histogramdd_cpu_float32 2022-09-27T15:31:24.9044741Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hsplit_cpu_complex64 2022-09-27T15:31:24.9049425Z [gw2] [ 33%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_cpu_complex64 2022-09-27T15:31:25.0181758Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_cpu_float32 2022-09-27T15:31:25.0190042Z [gw1] [ 33%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_hfftn_cpu_float32 2022-09-27T15:31:25.0366931Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft2_cpu_complex64 2022-09-27T15:31:25.0379337Z [gw0] [ 33%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hsplit_cpu_complex64 2022-09-27T15:31:25.2647986Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hsplit_cpu_float32 2022-09-27T15:31:25.2660656Z [gw0] [ 33%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hsplit_cpu_float32 2022-09-27T15:31:25.4703875Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hstack_cpu_complex64 2022-09-27T15:31:25.4720380Z [gw0] [ 33%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hstack_cpu_complex64 2022-09-27T15:31:25.5749111Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hstack_cpu_float32 2022-09-27T15:31:25.5761722Z [gw0] [ 33%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hstack_cpu_float32 2022-09-27T15:31:25.6814385Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hypot_cpu_float32 2022-09-27T15:31:25.6826454Z [gw1] [ 33%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft2_cpu_complex64 2022-09-27T15:31:26.0210417Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft2_cpu_float32 2022-09-27T15:31:26.0219402Z [gw1] [ 33%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft2_cpu_float32 2022-09-27T15:31:26.3454866Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft_cpu_complex64 2022-09-27T15:31:26.3455894Z [gw2] [ 33%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_cpu_float32 2022-09-27T15:31:26.4171435Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_scatter_cpu_float32 2022-09-27T15:31:26.4183199Z [gw0] [ 33%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_hypot_cpu_float32 2022-09-27T15:31:26.6703684Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_i0_cpu_float32 2022-09-27T15:31:26.6715912Z [gw0] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_i0_cpu_float32 2022-09-27T15:31:26.7273455Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_igamma_cpu_float32 2022-09-27T15:31:26.7285659Z [gw1] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft_cpu_complex64 2022-09-27T15:31:26.9372269Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft_cpu_float32 2022-09-27T15:31:26.9384519Z [gw0] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_igamma_cpu_float32 2022-09-27T15:31:27.0942211Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_igammac_cpu_float32 2022-09-27T15:31:27.0946336Z [gw1] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifft_cpu_float32 2022-09-27T15:31:27.2092117Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftn_cpu_complex64 2022-09-27T15:31:27.2093329Z [gw0] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_igammac_cpu_float32 2022-09-27T15:31:27.4622111Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_imag_cpu_complex64 2022-09-27T15:31:27.4633902Z [gw0] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_imag_cpu_complex64 2022-09-27T15:31:27.8599035Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_add_cpu_complex64 2022-09-27T15:31:27.8611246Z [gw2] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diagonal_scatter_cpu_float32 2022-09-27T15:31:27.9266842Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diff_cpu_complex64 2022-09-27T15:31:27.9278826Z [gw1] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftn_cpu_complex64 2022-09-27T15:31:27.9390266Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftn_cpu_float32 2022-09-27T15:31:27.9401364Z [gw3] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lerp_cpu_complex64 2022-09-27T15:31:28.3610805Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lerp_cpu_float32 2022-09-27T15:31:28.3614727Z [gw1] [ 34%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftn_cpu_float32 2022-09-27T15:31:28.7761459Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftshift_cpu_complex64 2022-09-27T15:31:28.7773481Z [gw1] [ 35%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftshift_cpu_complex64 2022-09-27T15:31:28.9626421Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftshift_cpu_float32 2022-09-27T15:31:28.9634831Z [gw1] [ 35%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ifftshift_cpu_float32 2022-09-27T15:31:29.1456797Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfft2_cpu_float32 2022-09-27T15:31:29.1470211Z [gw0] [ 35%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_add_cpu_complex64 2022-09-27T15:31:29.2579964Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_add_cpu_float32 2022-09-27T15:31:29.2588012Z [gw1] [ 35%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfft2_cpu_float32 2022-09-27T15:31:29.2825880Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfft_cpu_float32 2022-09-27T15:31:29.2831848Z [gw3] [ 35%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lerp_cpu_float32 2022-09-27T15:31:29.5446514Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lgamma_cpu_float32 2022-09-27T15:31:29.5452269Z [gw1] [ 35%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfft_cpu_float32 2022-09-27T15:31:29.5630124Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfftn_cpu_float32 2022-09-27T15:31:29.5642864Z [gw3] [ 35%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lgamma_cpu_float32 2022-09-27T15:31:30.0039466Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_cpu_complex64 2022-09-27T15:31:30.0064232Z [gw1] [ 35%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_ihfftn_cpu_float32 2022-09-27T15:31:30.0838966Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft2_cpu_complex64 2022-09-27T15:31:30.0860198Z [gw0] [ 35%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_add_cpu_float32 2022-09-27T15:31:30.8063526Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_copy_cpu_complex64 2022-09-27T15:31:30.8079634Z [gw0] [ 35%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_copy_cpu_complex64 2022-09-27T15:31:31.0867436Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_copy_cpu_float32 2022-09-27T15:31:31.0896942Z [gw1] [ 35%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft2_cpu_complex64 2022-09-27T15:31:31.1426314Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft2_cpu_float32 2022-09-27T15:31:31.1450133Z [gw0] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_copy_cpu_float32 2022-09-27T15:31:31.3309578Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_fill_cpu_complex64 2022-09-27T15:31:31.3331339Z [gw3] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_cpu_complex64 2022-09-27T15:31:31.7085392Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_cpu_float32 2022-09-27T15:31:31.7092849Z [gw1] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft2_cpu_float32 2022-09-27T15:31:31.8663900Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft_cpu_complex64 2022-09-27T15:31:31.8679811Z [gw0] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_fill_cpu_complex64 2022-09-27T15:31:32.3179531Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_fill_cpu_float32 2022-09-27T15:31:32.3201296Z [gw0] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_fill_cpu_float32 2022-09-27T15:31:32.3940580Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_put_cpu_complex64 2022-09-27T15:31:32.3960036Z [gw3] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_cpu_float32 2022-09-27T15:31:32.7771194Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_ex_cpu_complex64 2022-09-27T15:31:32.7796008Z [gw1] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft_cpu_complex64 2022-09-27T15:31:33.2317060Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft_cpu_float32 2022-09-27T15:31:33.2347300Z [gw1] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfft_cpu_float32 2022-09-27T15:31:33.2581708Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfftn_cpu_complex64 2022-09-27T15:31:33.2610159Z [gw0] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_put_cpu_complex64 2022-09-27T15:31:33.7345958Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_put_cpu_float32 2022-09-27T15:31:33.7371216Z [gw0] [ 36%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_put_cpu_float32 2022-09-27T15:31:34.2378042Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_reduce_cpu_float32 2022-09-27T15:31:34.2400097Z [gw1] [ 37%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfftn_cpu_complex64 2022-09-27T15:31:34.5633597Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfftn_cpu_float32 2022-09-27T15:31:34.5660845Z [gw3] [ 37%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_ex_cpu_complex64 2022-09-27T15:31:34.7666020Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_ex_cpu_float32 2022-09-27T15:31:34.7680351Z [gw1] [ 37%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_irfftn_cpu_float32 2022-09-27T15:31:35.2362208Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfft2_cpu_float32 2022-09-27T15:31:35.2391717Z [gw1] [ 37%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfft2_cpu_float32 2022-09-27T15:31:35.6494291Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfft_cpu_float32 2022-09-27T15:31:35.6529085Z [gw1] [ 37%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfft_cpu_float32 2022-09-27T15:31:35.6740073Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfftn_cpu_float32 2022-09-27T15:31:35.6768936Z [gw3] [ 37%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cholesky_ex_cpu_float32 2022-09-27T15:31:36.0749904Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cond_cpu_complex64 2022-09-27T15:31:36.0775868Z [gw3] [ 37%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cond_cpu_complex64 2022-09-27T15:31:36.1274554Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cond_cpu_float32 2022-09-27T15:31:36.1303092Z [gw1] [ 37%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fft_rfftn_cpu_float32 2022-09-27T15:31:36.1378129Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fill_cpu_complex64 2022-09-27T15:31:36.1743268Z [gw1] [ 37%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fill_cpu_complex64 2022-09-27T15:31:36.1819117Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fill_cpu_float32 2022-09-27T15:31:36.2184094Z [gw1] [ 37%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fill_cpu_float32 2022-09-27T15:31:36.2381716Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flatten_cpu_complex64 2022-09-27T15:31:36.2397475Z [gw3] [ 38%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cond_cpu_float32 2022-09-27T15:31:36.4801157Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cross_cpu_complex64 2022-09-27T15:31:36.4810230Z [gw3] [ 38%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cross_cpu_complex64 2022-09-27T15:31:36.6005685Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cross_cpu_float32 2022-09-27T15:31:36.6012673Z [gw3] [ 38%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_cross_cpu_float32 2022-09-27T15:31:37.2005407Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_cpu_complex64 2022-09-27T15:31:37.2013513Z [gw1] [ 38%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flatten_cpu_complex64 2022-09-27T15:31:37.3114541Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flatten_cpu_float32 2022-09-27T15:31:37.3127536Z [gw3] [ 38%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_cpu_complex64 2022-09-27T15:31:37.6258240Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_cpu_float32 2022-09-27T15:31:37.6270310Z [gw3] [ 38%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_cpu_float32 2022-09-27T15:31:37.7504602Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_singular_cpu_complex64 2022-09-27T15:31:37.7524112Z [gw0] [ 38%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_index_reduce_cpu_float32 2022-09-27T15:31:37.8544608Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_cpu_float32 2022-09-27T15:31:37.8555345Z [gw1] [ 38%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flatten_cpu_float32 2022-09-27T15:31:38.7784378Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flip_cpu_complex64 2022-09-27T15:31:38.7814004Z [gw0] [ 38%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_cpu_float32 2022-09-27T15:31:40.2689260Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_cpu_complex64 2022-09-27T15:31:40.2705291Z [gw1] [ 38%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flip_cpu_complex64 2022-09-27T15:31:40.7023058Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flip_cpu_float32 2022-09-27T15:31:40.7048264Z [gw0] [ 39%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_cpu_complex64 2022-09-27T15:31:41.6906111Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_cpu_float32 2022-09-27T15:31:41.6924362Z [gw1] [ 39%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flip_cpu_float32 2022-09-27T15:31:41.7923687Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fliplr_cpu_complex64 2022-09-27T15:31:41.7952419Z [gw0] [ 39%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_cpu_float32 2022-09-27T15:31:41.9519006Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_ex_cpu_complex64 2022-09-27T15:31:41.9541379Z [gw3] [ 39%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_singular_cpu_complex64 2022-09-27T15:31:42.1515815Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_singular_cpu_float32 2022-09-27T15:31:42.1538044Z [gw1] [ 39%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fliplr_cpu_complex64 2022-09-27T15:31:42.2945315Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fliplr_cpu_float32 2022-09-27T15:31:42.2958788Z [gw1] [ 39%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_fliplr_cpu_float32 2022-09-27T15:31:42.5722948Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flipud_cpu_complex64 2022-09-27T15:31:42.5746565Z [gw1] [ 39%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flipud_cpu_complex64 2022-09-27T15:31:42.7080104Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flipud_cpu_float32 2022-09-27T15:31:42.7212258Z [gw2] [ 39%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diff_cpu_complex64 2022-09-27T15:31:42.7264930Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diff_cpu_float32 2022-09-27T15:31:42.7287648Z [gw1] [ 39%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_flipud_cpu_float32 2022-09-27T15:31:42.7951287Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_cpu_complex64 2022-09-27T15:31:42.7974343Z [gw1] [ 39%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_cpu_complex64 2022-09-27T15:31:42.8580270Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_cpu_float32 2022-09-27T15:31:42.8603359Z [gw1] [ 40%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_float_cpu_float32 2022-09-27T15:31:42.9668091Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorinv_cpu_float32 2022-09-27T15:31:42.9690747Z [gw1] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorinv_cpu_float32 2022-09-27T15:31:43.4028969Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorsolve_cpu_complex64 2022-09-27T15:31:43.4054064Z [gw1] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorsolve_cpu_complex64 2022-09-27T15:31:43.7000587Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorsolve_cpu_float32 2022-09-27T15:31:43.7026156Z [gw1] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorsolve_cpu_float32 2022-09-27T15:31:44.0102732Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vander_cpu_complex64 2022-09-27T15:31:44.0127046Z [gw3] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_det_singular_cpu_float32 2022-09-27T15:31:44.1726027Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eig_cpu_complex64 2022-09-27T15:31:44.1755626Z [gw0] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_ex_cpu_complex64 2022-09-27T15:31:44.7758879Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:31:44.7786843Z [gw1] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vander_cpu_complex64 2022-09-27T15:31:45.0908372Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vander_cpu_float32 2022-09-27T15:31:45.0926010Z [gw3] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eig_cpu_complex64 2022-09-27T15:31:45.1619930Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eig_cpu_float32 2022-09-27T15:31:45.1632350Z [gw0] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:31:45.3169278Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_solve_cpu_complex64 2022-09-27T15:31:45.3186079Z [gw1] [ 40%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vander_cpu_float32 2022-09-27T15:31:45.5874851Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vecdot_cpu_complex64 2022-09-27T15:31:45.5900662Z [gw3] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eig_cpu_float32 2022-09-27T15:31:46.5122108Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigh_cpu_complex64 2022-09-27T15:31:46.5148268Z [gw3] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigh_cpu_complex64 2022-09-27T15:31:46.9470019Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigh_cpu_float32 2022-09-27T15:31:46.9496757Z [gw3] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigh_cpu_float32 2022-09-27T15:31:47.7623736Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvals_cpu_complex64 2022-09-27T15:31:47.7637589Z [gw3] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvals_cpu_complex64 2022-09-27T15:31:48.1169150Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvals_cpu_float32 2022-09-27T15:31:48.1195385Z [gw3] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvals_cpu_float32 2022-09-27T15:31:48.8498745Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvalsh_cpu_complex64 2022-09-27T15:31:48.8508915Z [gw3] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvalsh_cpu_complex64 2022-09-27T15:31:49.3393311Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvalsh_cpu_float32 2022-09-27T15:31:49.3399136Z [gw3] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_eigvalsh_cpu_float32 2022-09-27T15:31:49.3880925Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_householder_product_cpu_complex64 2022-09-27T15:31:49.3894713Z [gw1] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vecdot_cpu_complex64 2022-09-27T15:31:49.8037451Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vecdot_cpu_float32 2022-09-27T15:31:49.8064186Z [gw2] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_diff_cpu_float32 2022-09-27T15:31:50.0632933Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_digamma_cpu_float32 2022-09-27T15:31:50.0660035Z [gw2] [ 41%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_digamma_cpu_float32 2022-09-27T15:31:50.6757697Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dist_cpu_complex64 2022-09-27T15:31:50.6799171Z [gw3] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_householder_product_cpu_complex64 2022-09-27T15:31:51.3949602Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_householder_product_cpu_float32 2022-09-27T15:31:51.3961807Z [gw3] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_householder_product_cpu_float32 2022-09-27T15:31:51.6147957Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_cpu_complex64 2022-09-27T15:31:51.6158908Z [gw1] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vecdot_cpu_float32 2022-09-27T15:31:52.0701684Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vector_norm_cpu_complex64 2022-09-27T15:31:52.0714204Z [gw3] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_cpu_complex64 2022-09-27T15:31:52.3998770Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_cpu_float32 2022-09-27T15:31:52.4010574Z [gw3] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_cpu_float32 2022-09-27T15:31:53.1482274Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_ex_cpu_complex64 2022-09-27T15:31:53.1490906Z [gw3] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_ex_cpu_complex64 2022-09-27T15:31:53.5069868Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_ex_cpu_float32 2022-09-27T15:31:53.5082200Z [gw3] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_inv_ex_cpu_float32 2022-09-27T15:31:53.7020251Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_cpu_complex64 2022-09-27T15:31:53.7046446Z [gw3] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_cpu_complex64 2022-09-27T15:31:53.7739824Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_cpu_float32 2022-09-27T15:31:53.7770763Z [gw3] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_cpu_float32 2022-09-27T15:31:53.9580513Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_ex_cpu_complex64 2022-09-27T15:31:53.9593423Z [gw3] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_ex_cpu_complex64 2022-09-27T15:31:54.0130491Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:31:54.0142988Z [gw3] [ 42%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:31:54.8191086Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_solve_cpu_complex64 2022-09-27T15:31:54.8228728Z [gw3] [ 43%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_solve_cpu_complex64 2022-09-27T15:31:55.1635821Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_solve_cpu_float32 2022-09-27T15:31:55.1662359Z [gw3] [ 43%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_ldl_solve_cpu_float32 2022-09-27T15:31:59.7394580Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_cpu_complex64 2022-09-27T15:31:59.7404165Z [gw2] [ 43%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dist_cpu_complex64 2022-09-27T15:32:00.4121095Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dist_cpu_float32 2022-09-27T15:32:00.4148036Z [gw3] [ 43%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_cpu_complex64 2022-09-27T15:32:03.4888589Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_cpu_float32 2022-09-27T15:32:03.4899128Z [gw3] [ 43%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_cpu_float32 2022-09-27T15:32:03.5195066Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_grad_oriented_cpu_complex64 2022-09-27T15:32:03.5300253Z [gw3] [ 43%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_grad_oriented_cpu_complex64 2022-09-27T15:32:03.5413670Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:32:03.5742488Z [gw3] [ 43%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:32:04.3049442Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_cpu_complex64 2022-09-27T15:32:04.3066587Z [gw2] [ 43%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dist_cpu_float32 2022-09-27T15:32:05.3048758Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_floor_rounding_cpu_float32 2022-09-27T15:32:05.3075662Z [gw3] [ 43%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_cpu_complex64 2022-09-27T15:32:05.5274886Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_fill_cpu_float32 2022-09-27T15:32:05.5290021Z [gw2] [ 43%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_floor_rounding_cpu_float32 2022-09-27T15:32:06.0688217Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_no_rounding_mode_cpu_complex64 2022-09-27T15:32:06.0697764Z [gw3] [ 44%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_fill_cpu_float32 2022-09-27T15:32:06.7701129Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_scatter_cpu_complex64 2022-09-27T15:32:06.7711353Z [gw3] [ 44%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_scatter_cpu_complex64 2022-09-27T15:32:07.0537855Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_scatter_cpu_float32 2022-09-27T15:32:07.0546137Z [gw3] [ 44%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_scatter_cpu_float32 2022-09-27T15:32:07.2557897Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_select_cpu_complex64 2022-09-27T15:32:07.2565767Z [gw2] [ 44%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_no_rounding_mode_cpu_complex64 2022-09-27T15:32:07.9925259Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_no_rounding_mode_cpu_float32 2022-09-27T15:32:07.9934657Z [gw2] [ 44%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_no_rounding_mode_cpu_float32 2022-09-27T15:32:08.0277545Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_trunc_rounding_cpu_float32 2022-09-27T15:32:08.0287615Z [gw3] [ 44%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_select_cpu_complex64 2022-09-27T15:32:08.5094803Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_select_cpu_float32 2022-09-27T15:32:08.5103220Z [gw3] [ 44%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_select_cpu_float32 2022-09-27T15:32:08.7618622Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matmul_cpu_complex64 2022-09-27T15:32:08.7630287Z [gw2] [ 44%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_div_trunc_rounding_cpu_float32 2022-09-27T15:32:09.0715636Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dot_cpu_complex64 2022-09-27T15:32:09.0724033Z [gw2] [ 44%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dot_cpu_complex64 2022-09-27T15:32:09.1602174Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dot_cpu_float32 2022-09-27T15:32:09.1612106Z [gw2] [ 44%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dot_cpu_float32 2022-09-27T15:32:09.2177835Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_double_cpu_complex64 2022-09-27T15:32:09.2186133Z [gw2] [ 45%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_double_cpu_complex64 2022-09-27T15:32:09.2655597Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_double_cpu_float32 2022-09-27T15:32:09.2663960Z [gw2] [ 45%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_double_cpu_float32 2022-09-27T15:32:09.6896008Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dsplit_cpu_complex64 2022-09-27T15:32:09.6922712Z [gw1] [ 45%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vector_norm_cpu_complex64 2022-09-27T15:32:09.7549561Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vector_norm_cpu_float32 2022-09-27T15:32:09.7561391Z [gw2] [ 45%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dsplit_cpu_complex64 2022-09-27T15:32:09.9750079Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dsplit_cpu_float32 2022-09-27T15:32:09.9762907Z [gw2] [ 45%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dsplit_cpu_float32 2022-09-27T15:32:10.1781949Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dstack_cpu_complex64 2022-09-27T15:32:10.1794071Z [gw2] [ 45%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dstack_cpu_complex64 2022-09-27T15:32:10.2801567Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dstack_cpu_float32 2022-09-27T15:32:10.2813763Z [gw2] [ 45%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_dstack_cpu_float32 2022-09-27T15:32:10.2827811Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_einsum_cpu_complex64 2022-09-27T15:32:10.3223018Z [gw2] [ 45%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_einsum_cpu_complex64 2022-09-27T15:32:10.3240186Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_einsum_cpu_float32 2022-09-27T15:32:10.3661970Z [gw2] [ 45%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_einsum_cpu_float32 2022-09-27T15:32:10.3683526Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_cpu_complex64 2022-09-27T15:32:10.4102372Z [gw2] [ 45%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_cpu_complex64 2022-09-27T15:32:10.4122582Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_cpu_float32 2022-09-27T15:32:10.4544415Z [gw2] [ 46%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_cpu_float32 2022-09-27T15:32:10.4576349Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_like_cpu_complex64 2022-09-27T15:32:10.4984969Z [gw2] [ 46%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_like_cpu_complex64 2022-09-27T15:32:10.5105854Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_like_cpu_float32 2022-09-27T15:32:10.5421571Z [gw2] [ 46%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_empty_like_cpu_float32 2022-09-27T15:32:11.0786026Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eq_cpu_complex64 2022-09-27T15:32:11.0803837Z [gw2] [ 46%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eq_cpu_complex64 2022-09-27T15:32:11.2040897Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eq_cpu_float32 2022-09-27T15:32:11.2057854Z [gw3] [ 46%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matmul_cpu_complex64 2022-09-27T15:32:11.3673946Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matmul_cpu_float32 2022-09-27T15:32:11.3681893Z [gw2] [ 46%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eq_cpu_float32 2022-09-27T15:32:11.5175672Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_equal_cpu_complex64 2022-09-27T15:32:11.5184670Z [gw2] [ 46%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_equal_cpu_complex64 2022-09-27T15:32:11.6314729Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_equal_cpu_float32 2022-09-27T15:32:11.6325325Z [gw2] [ 46%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_equal_cpu_float32 2022-09-27T15:32:11.7144942Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erf_cpu_float32 2022-09-27T15:32:11.7153705Z [gw2] [ 46%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erf_cpu_float32 2022-09-27T15:32:11.9422152Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erfc_cpu_float32 2022-09-27T15:32:11.9431296Z [gw2] [ 46%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erfc_cpu_float32 2022-09-27T15:32:12.0241699Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erfinv_cpu_float32 2022-09-27T15:32:12.0253172Z [gw2] [ 47%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_erfinv_cpu_float32 2022-09-27T15:32:12.2198588Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp2_cpu_float32 2022-09-27T15:32:12.2207935Z [gw2] [ 47%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp2_cpu_float32 2022-09-27T15:32:12.5700613Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp_cpu_complex64 2022-09-27T15:32:12.5710821Z [gw3] [ 47%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matmul_cpu_float32 2022-09-27T15:32:12.6360187Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matrix_exp_cpu_complex64 2022-09-27T15:32:12.6369517Z [gw2] [ 47%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp_cpu_complex64 2022-09-27T15:32:12.9485796Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp_cpu_float32 2022-09-27T15:32:12.9492588Z [gw2] [ 47%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_exp_cpu_float32 2022-09-27T15:32:13.0994943Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_as_cpu_complex64 2022-09-27T15:32:13.1007203Z [gw3] [ 47%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matrix_exp_cpu_complex64 2022-09-27T15:32:13.2350118Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matrix_exp_cpu_float32 2022-09-27T15:32:13.2363851Z [gw2] [ 47%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_as_cpu_complex64 2022-09-27T15:32:13.3601723Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_as_cpu_float32 2022-09-27T15:32:13.3613985Z [gw3] [ 47%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_matrix_exp_cpu_float32 2022-09-27T15:32:13.3878582Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_binary_cpu_float32 2022-09-27T15:32:13.3891962Z [gw2] [ 47%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_as_cpu_float32 2022-09-27T15:32:14.1354016Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_cpu_complex64 2022-09-27T15:32:14.1361255Z [gw2] [ 47%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_cpu_complex64 2022-09-27T15:32:14.1452682Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_cpu_float32 2022-09-27T15:32:14.1463803Z [gw3] [ 48%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_binary_cpu_float32 2022-09-27T15:32:14.2770569Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_reduction_no_dim_cpu_float32 2022-09-27T15:32:14.2782371Z [gw3] [ 48%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_reduction_no_dim_cpu_float32 2022-09-27T15:32:14.4970822Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_reduction_with_dim_cpu_float32 2022-09-27T15:32:14.4984540Z [gw2] [ 48%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expand_cpu_float32 2022-09-27T15:32:14.5760828Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expm1_cpu_float32 2022-09-27T15:32:14.5776494Z [gw2] [ 48%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_expm1_cpu_float32 2022-09-27T15:32:14.5822965Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eye_cpu_complex64 2022-09-27T15:32:14.6219910Z [gw2] [ 48%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eye_cpu_complex64 2022-09-27T15:32:14.6260578Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eye_cpu_float32 2022-09-27T15:32:14.6658982Z [gw2] [ 48%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_eye_cpu_float32 2022-09-27T15:32:14.6988587Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_native_layer_norm_cpu_float32 2022-09-27T15:32:14.6998742Z [gw3] [ 48%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_max_reduction_with_dim_cpu_float32 2022-09-27T15:32:14.7829736Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_maximum_cpu_float32 2022-09-27T15:32:14.7841525Z [gw2] [ 48%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_native_layer_norm_cpu_float32 2022-09-27T15:32:15.2054546Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ne_cpu_complex64 2022-09-27T15:32:15.2063697Z [gw2] [ 48%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ne_cpu_complex64 2022-09-27T15:32:15.4138123Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ne_cpu_float32 2022-09-27T15:32:15.4144612Z [gw3] [ 48%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_maximum_cpu_float32 2022-09-27T15:32:15.4745539Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mean_cpu_complex64 2022-09-27T15:32:15.4756373Z [gw2] [ 49%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ne_cpu_float32 2022-09-27T15:32:15.6218697Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_neg_cpu_complex64 2022-09-27T15:32:15.6226763Z [gw2] [ 49%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_neg_cpu_complex64 2022-09-27T15:32:15.6972336Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_neg_cpu_float32 2022-09-27T15:32:15.6981545Z [gw2] [ 49%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_neg_cpu_float32 2022-09-27T15:32:15.6998216Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_cpu_complex64 2022-09-27T15:32:15.7420927Z [gw2] [ 49%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_cpu_complex64 2022-09-27T15:32:15.7440509Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_cpu_float32 2022-09-27T15:32:15.7860782Z [gw2] [ 49%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_cpu_float32 2022-09-27T15:32:15.7877197Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_strided_cpu_complex64 2022-09-27T15:32:15.8341765Z [gw2] [ 49%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_strided_cpu_complex64 2022-09-27T15:32:15.8356563Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_strided_cpu_float32 2022-09-27T15:32:15.8484394Z [gw2] [ 49%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_empty_strided_cpu_float32 2022-09-27T15:32:15.8494926Z [gw0] [ 49%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_solve_cpu_complex64 2022-09-27T15:32:15.8822151Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_solve_cpu_float32 2022-09-27T15:32:16.1704106Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_full_cpu_complex64 2022-09-27T15:32:16.1712199Z [gw2] [ 49%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_full_cpu_complex64 2022-09-27T15:32:16.3191369Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_full_cpu_float32 2022-09-27T15:32:16.3205732Z [gw2] [ 49%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_full_cpu_float32 2022-09-27T15:32:16.5765897Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_ones_cpu_complex64 2022-09-27T15:32:16.5778498Z [gw2] [ 50%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_ones_cpu_complex64 2022-09-27T15:32:16.7044834Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_ones_cpu_float32 2022-09-27T15:32:16.7057003Z [gw2] [ 50%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_ones_cpu_float32 2022-09-27T15:32:16.9491947Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_zeros_cpu_complex64 2022-09-27T15:32:16.9503964Z [gw2] [ 50%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_zeros_cpu_complex64 2022-09-27T15:32:17.0768235Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_zeros_cpu_float32 2022-09-27T15:32:17.0780835Z [gw2] [ 50%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_new_zeros_cpu_float32 2022-09-27T15:32:17.3473605Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nextafter_cpu_float32 2022-09-27T15:32:17.3482535Z [gw2] [ 50%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nextafter_cpu_float32 2022-09-27T15:32:17.6552104Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:32:17.6563842Z [gw2] [ 50%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:32:17.7126697Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:32:17.7138891Z [gw1] [ 50%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_vector_norm_cpu_float32 2022-09-27T15:32:17.8005914Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linspace_cpu_complex64 2022-09-27T15:32:17.8018475Z [gw2] [ 50%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:32:17.9444914Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:32:17.9457821Z [gw2] [ 50%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:32:18.3994942Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:32:18.4005018Z [gw2] [ 50%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:32:18.6671716Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:32:18.6684102Z [gw2] [ 50%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:32:18.6776408Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:32:18.7100804Z [gw2] [ 51%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:32:19.1050621Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:32:19.1061210Z [gw3] [ 51%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mean_cpu_complex64 2022-09-27T15:32:19.2109023Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mean_cpu_float32 2022-09-27T15:32:19.2124772Z [gw1] [ 51%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linspace_cpu_complex64 2022-09-27T15:32:19.2346020Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linspace_cpu_float32 2022-09-27T15:32:19.2578727Z [gw1] [ 51%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linspace_cpu_float32 2022-09-27T15:32:19.2594269Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log10_cpu_complex64 2022-09-27T15:32:19.2623505Z [gw2] [ 51%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:32:19.9431718Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:32:19.9475077Z [gw2] [ 51%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:32:20.0134969Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:32:20.0152666Z [gw1] [ 51%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log10_cpu_complex64 2022-09-27T15:32:20.2883006Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log10_cpu_float32 2022-09-27T15:32:20.2905466Z [gw1] [ 51%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log10_cpu_float32 2022-09-27T15:32:20.3977254Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log1p_cpu_float32 2022-09-27T15:32:20.3999173Z [gw1] [ 51%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log1p_cpu_float32 2022-09-27T15:32:20.6393002Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log2_cpu_complex64 2022-09-27T15:32:20.6399943Z [gw2] [ 51%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:32:21.1482766Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_batch_norm_cpu_float32 2022-09-27T15:32:21.1495016Z [gw1] [ 52%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log2_cpu_complex64 2022-09-27T15:32:21.4322785Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log2_cpu_float32 2022-09-27T15:32:21.4344995Z [gw1] [ 52%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log2_cpu_float32 2022-09-27T15:32:21.9802551Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_cpu_complex64 2022-09-27T15:32:21.9811535Z [gw2] [ 52%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_batch_norm_cpu_float32 2022-09-27T15:32:22.0021472Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_bilinear_cpu_float32 2022-09-27T15:32:22.0028784Z [gw1] [ 52%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_cpu_complex64 2022-09-27T15:32:22.1033860Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_cpu_float32 2022-09-27T15:32:22.1042370Z [gw3] [ 52%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mean_cpu_float32 2022-09-27T15:32:22.2857294Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_median_cpu_float32 2022-09-27T15:32:22.2871125Z [gw1] [ 52%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_cpu_float32 2022-09-27T15:32:22.7042779Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_cpu_float32 2022-09-27T15:32:22.7058066Z [gw2] [ 52%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_bilinear_cpu_float32 2022-09-27T15:32:22.8834075Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:32:22.8844388Z [gw1] [ 52%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_cpu_float32 2022-09-27T15:32:23.2365240Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_dtype_cpu_complex64 2022-09-27T15:32:23.2375098Z [gw3] [ 52%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_median_cpu_float32 2022-09-27T15:32:23.3652186Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:32:23.3660424Z [gw2] [ 52%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:32:23.3671423Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:32:23.4061320Z [gw2] [ 53%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:32:23.5397032Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_celu_cpu_float32 2022-09-27T15:32:23.5404496Z [gw2] [ 53%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_celu_cpu_float32 2022-09-27T15:32:23.5419350Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv1d_cpu_complex64 2022-09-27T15:32:23.5821440Z [gw2] [ 53%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv1d_cpu_complex64 2022-09-27T15:32:23.5838522Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv1d_cpu_float32 2022-09-27T15:32:23.6260674Z [gw2] [ 53%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv1d_cpu_float32 2022-09-27T15:32:23.6278139Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv2d_cpu_complex64 2022-09-27T15:32:23.6700168Z [gw2] [ 53%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv2d_cpu_complex64 2022-09-27T15:32:23.6716929Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv2d_cpu_float32 2022-09-27T15:32:23.7139935Z [gw2] [ 53%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv2d_cpu_float32 2022-09-27T15:32:23.7156845Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose1d_cpu_complex64 2022-09-27T15:32:23.7579672Z [gw2] [ 53%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose1d_cpu_complex64 2022-09-27T15:32:23.8316753Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:32:23.8330076Z [gw2] [ 53%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:32:23.8347013Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:32:23.8743447Z [gw2] [ 53%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:32:23.8780880Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:32:23.9010004Z [gw2] [ 53%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:32:23.9022122Z [gw1] [ 54%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_dtype_cpu_complex64 2022-09-27T15:32:23.9236628Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_dtype_cpu_float32 2022-09-27T15:32:24.1125296Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:32:24.1134012Z [gw3] [ 54%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:32:24.3738240Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:32:24.3747009Z [gw2] [ 54%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:32:24.4246576Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:32:24.4253542Z [gw1] [ 54%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_log_softmax_dtype_cpu_float32 2022-09-27T15:32:24.5023643Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logaddexp2_cpu_float32 2022-09-27T15:32:24.5030037Z [gw1] [ 54%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logaddexp2_cpu_float32 2022-09-27T15:32:24.5793586Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logaddexp_cpu_float32 2022-09-27T15:32:24.5802516Z [gw1] [ 54%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logaddexp_cpu_float32 2022-09-27T15:32:24.5854555Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logcumsumexp_cpu_float32 2022-09-27T15:32:24.5863065Z [gw3] [ 54%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:32:24.5879370Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:32:24.6301476Z [gw3] [ 54%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:32:24.6315597Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:32:24.6741096Z [gw3] [ 54%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:32:24.8157969Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_binary_cpu_float32 2022-09-27T15:32:24.8169456Z [gw2] [ 54%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:32:25.0457909Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:32:25.0485117Z [gw1] [ 55%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logcumsumexp_cpu_float32 2022-09-27T15:32:25.9292644Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logdet_cpu_complex64 2022-09-27T15:32:25.9318541Z [gw3] [ 55%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_binary_cpu_float32 2022-09-27T15:32:26.1483570Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_reduction_no_dim_cpu_float32 2022-09-27T15:32:26.1508944Z [gw3] [ 55%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_reduction_no_dim_cpu_float32 2022-09-27T15:32:26.8127095Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_reduction_with_dim_cpu_float32 2022-09-27T15:32:26.8153141Z [gw3] [ 55%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_min_reduction_with_dim_cpu_float32 2022-09-27T15:32:27.2319987Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_minimum_cpu_float32 2022-09-27T15:32:27.2346924Z [gw2] [ 55%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:32:27.2375333Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:32:27.2871445Z [gw2] [ 55%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:32:27.2881381Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout2d_cpu_float32 2022-09-27T15:32:27.3315719Z [gw2] [ 55%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout2d_cpu_float32 2022-09-27T15:32:27.3324993Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout3d_cpu_float32 2022-09-27T15:32:27.3793195Z [gw2] [ 55%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout3d_cpu_float32 2022-09-27T15:32:27.3798795Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout_cpu_float32 2022-09-27T15:32:27.4244236Z [gw2] [ 55%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_dropout_cpu_float32 2022-09-27T15:32:27.7013106Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_elu_cpu_float32 2022-09-27T15:32:27.7035471Z [gw2] [ 55%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_elu_cpu_float32 2022-09-27T15:32:27.7085932Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:32:27.7108395Z [gw1] [ 56%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logdet_cpu_complex64 2022-09-27T15:32:27.7116854Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logdet_cpu_float32 2022-09-27T15:32:27.7506849Z [gw2] [ 56%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:32:27.7513274Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_embedding_cpu_float32 2022-09-27T15:32:27.7526197Z [gw2] [ 56%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_embedding_cpu_float32 2022-09-27T15:32:27.7547987Z [gw3] [ 56%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_minimum_cpu_float32 2022-09-27T15:32:27.7990720Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mm_cpu_complex64 2022-09-27T15:32:27.8000400Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:32:27.8486198Z [gw2] [ 56%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:32:27.8496199Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 2022-09-27T15:32:27.8949717Z [gw2] [ 56%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 2022-09-27T15:32:27.8955233Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:32:27.9342495Z [gw2] [ 56%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:32:27.9396196Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:32:27.9778909Z [gw2] [ 56%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:32:27.9846755Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:32:28.0220308Z [gw2] [ 56%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:32:28.0239578Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:32:28.0659517Z [gw2] [ 56%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:32:28.2048631Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_gelu_cpu_float32 2022-09-27T15:32:28.2063790Z [gw3] [ 57%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mm_cpu_complex64 2022-09-27T15:32:28.3240238Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mm_cpu_float32 2022-09-27T15:32:28.3256089Z [gw3] [ 57%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mm_cpu_float32 2022-09-27T15:32:28.6599931Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mode_cpu_float32 2022-09-27T15:32:28.6650126Z [gw2] [ 57%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_gelu_cpu_float32 2022-09-27T15:32:28.6727711Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_glu_cpu_float32 2022-09-27T15:32:28.6756780Z [gw1] [ 57%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logdet_cpu_float32 2022-09-27T15:32:29.1742425Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_and_cpu_complex64 2022-09-27T15:32:29.1748662Z [gw1] [ 57%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_and_cpu_complex64 2022-09-27T15:32:29.2763683Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_and_cpu_float32 2022-09-27T15:32:29.2773857Z [gw3] [ 57%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mode_cpu_float32 2022-09-27T15:32:29.3769274Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_movedim_cpu_complex64 2022-09-27T15:32:29.3777252Z [gw1] [ 57%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_and_cpu_float32 2022-09-27T15:32:29.4975272Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_not_cpu_complex64 2022-09-27T15:32:29.4982409Z [gw1] [ 57%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_not_cpu_complex64 2022-09-27T15:32:29.5634726Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_not_cpu_float32 2022-09-27T15:32:29.5644819Z [gw1] [ 57%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_not_cpu_float32 2022-09-27T15:32:29.6408170Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_or_cpu_complex64 2022-09-27T15:32:29.6419489Z [gw3] [ 57%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_movedim_cpu_complex64 2022-09-27T15:32:29.8112597Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_movedim_cpu_float32 2022-09-27T15:32:29.8118752Z [gw3] [ 57%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_movedim_cpu_float32 2022-09-27T15:32:29.9543388Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_msort_cpu_float32 2022-09-27T15:32:29.9550690Z [gw1] [ 58%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_or_cpu_complex64 2022-09-27T15:32:29.9984539Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_or_cpu_float32 2022-09-27T15:32:29.9991366Z [gw3] [ 58%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_msort_cpu_float32 2022-09-27T15:32:30.1573729Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mul_cpu_complex64 2022-09-27T15:32:30.1583268Z [gw1] [ 58%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_or_cpu_float32 2022-09-27T15:32:30.5234757Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_xor_cpu_complex64 2022-09-27T15:32:30.5243580Z [gw1] [ 58%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_xor_cpu_complex64 2022-09-27T15:32:30.7354032Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_xor_cpu_float32 2022-09-27T15:32:30.7363251Z [gw1] [ 58%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logical_xor_cpu_float32 2022-09-27T15:32:30.8029180Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logit_cpu_float32 2022-09-27T15:32:30.8034740Z [gw2] [ 58%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_glu_cpu_float32 2022-09-27T15:32:31.1499428Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_grid_sample_cpu_float32 2022-09-27T15:32:31.1508277Z [gw1] [ 58%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logit_cpu_float32 2022-09-27T15:32:31.5327475Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logspace_cpu_complex64 2022-09-27T15:32:31.5336659Z [gw3] [ 58%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mul_cpu_complex64 2022-09-27T15:32:32.2295873Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mul_cpu_float32 2022-09-27T15:32:32.2305705Z [gw2] [ 58%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_grid_sample_cpu_float32 2022-09-27T15:32:32.2593700Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_group_norm_cpu_float32 2022-09-27T15:32:32.2741559Z [gw2] [ 58%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_group_norm_cpu_float32 2022-09-27T15:32:32.4856207Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardshrink_cpu_float32 2022-09-27T15:32:32.4866478Z [gw3] [ 59%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mul_cpu_float32 2022-09-27T15:32:32.4897593Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_multinomial_cpu_float32 2022-09-27T15:32:32.5301810Z [gw3] [ 59%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_multinomial_cpu_float32 2022-09-27T15:32:32.5594601Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mv_cpu_complex64 2022-09-27T15:32:32.5601875Z [gw2] [ 59%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardshrink_cpu_float32 2022-09-27T15:32:32.6667659Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:32:32.6675262Z [gw2] [ 59%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:32:32.7349604Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardswish_cpu_float32 2022-09-27T15:32:32.7357951Z [gw3] [ 59%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mv_cpu_complex64 2022-09-27T15:32:32.8252068Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mv_cpu_float32 2022-09-27T15:32:32.8261005Z [gw3] [ 59%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mv_cpu_float32 2022-09-27T15:32:32.8578887Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:32:32.8650824Z [gw0] [ 59%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_lu_solve_cpu_float32 2022-09-27T15:32:32.8651506Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_norm_cpu_complex64 2022-09-27T15:32:32.8652208Z [gw2] [ 59%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardswish_cpu_float32 2022-09-27T15:32:33.1248324Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardtanh_cpu_float32 2022-09-27T15:32:33.1257475Z [gw2] [ 59%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hardtanh_cpu_float32 2022-09-27T15:32:33.5738229Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:32:33.5746046Z [gw3] [ 59%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:32:33.7408863Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:32:33.7417314Z [gw2] [ 60%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:32:33.7434057Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_huber_loss_cpu_float32 2022-09-27T15:32:33.7860202Z [gw2] [ 60%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_huber_loss_cpu_float32 2022-09-27T15:32:33.8185585Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_instance_norm_cpu_float32 2022-09-27T15:32:33.8341291Z [gw2] [ 60%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_instance_norm_cpu_float32 2022-09-27T15:32:34.4228692Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:32:34.4237500Z [gw2] [ 60%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:32:34.5154708Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:32:34.5169444Z [gw3] [ 60%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:32:34.8201352Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:32:34.8214022Z [gw2] [ 60%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:32:35.1484769Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:32:35.1491053Z [gw2] [ 60%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:32:35.3932696Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:32:35.3941653Z [gw2] [ 60%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:32:35.4538761Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:32:35.4552821Z [gw3] [ 60%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:32:35.6829717Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nan_to_num_cpu_float32 2022-09-27T15:32:35.6845495Z [gw2] [ 60%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:32:35.7013628Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:32:35.7029541Z [gw3] [ 61%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nan_to_num_cpu_float32 2022-09-27T15:32:35.7039902Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanmean_cpu_float32 2022-09-27T15:32:35.7461663Z [gw3] [ 61%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanmean_cpu_float32 2022-09-27T15:32:36.0292638Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanmedian_cpu_float32 2022-09-27T15:32:36.0310191Z [gw2] [ 61%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:32:36.8216985Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_kl_div_cpu_float32 2022-09-27T15:32:36.8226333Z [gw3] [ 61%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanmedian_cpu_float32 2022-09-27T15:32:37.1949690Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanquantile_cpu_float32 2022-09-27T15:32:37.2054165Z [gw2] [ 61%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_kl_div_cpu_float32 2022-09-27T15:32:38.3490119Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:32:38.3502947Z [gw2] [ 61%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:32:38.4295140Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_l1_loss_cpu_float32 2022-09-27T15:32:38.4312648Z [gw2] [ 61%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_l1_loss_cpu_float32 2022-09-27T15:32:38.8563000Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_layer_norm_cpu_float32 2022-09-27T15:32:38.8589356Z [gw2] [ 61%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_layer_norm_cpu_float32 2022-09-27T15:32:38.8801395Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:32:38.8821112Z [gw0] [ 61%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_norm_cpu_complex64 2022-09-27T15:32:39.2843527Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_norm_cpu_float32 2022-09-27T15:32:39.2851478Z [gw2] [ 61%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:32:40.7508607Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_linear_cpu_complex64 2022-09-27T15:32:40.7540286Z [gw2] [ 62%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_linear_cpu_complex64 2022-09-27T15:32:41.5832134Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_linear_cpu_float32 2022-09-27T15:32:41.5840342Z [gw2] [ 62%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_linear_cpu_float32 2022-09-27T15:32:41.6889211Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:32:41.6905814Z [gw0] [ 62%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_norm_cpu_float32 2022-09-27T15:32:41.9271757Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_power_cpu_complex64 2022-09-27T15:32:41.9302001Z [gw2] [ 62%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:32:42.0634388Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:32:42.0645127Z [gw2] [ 62%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:32:42.0883812Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:32:42.0893239Z [gw1] [ 62%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logspace_cpu_complex64 2022-09-27T15:32:42.1115990Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logspace_cpu_float32 2022-09-27T15:32:42.1299787Z [gw1] [ 62%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logspace_cpu_float32 2022-09-27T15:32:42.8212614Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logsumexp_cpu_float32 2022-09-27T15:32:42.8221041Z [gw3] [ 62%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nanquantile_cpu_float32 2022-09-27T15:32:42.8238992Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nansum_cpu_float32 2022-09-27T15:32:42.8660584Z [gw3] [ 62%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nansum_cpu_float32 2022-09-27T15:32:43.1330279Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_copy_cpu_complex64 2022-09-27T15:32:43.1337510Z [gw3] [ 62%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_copy_cpu_complex64 2022-09-27T15:32:43.1556021Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_copy_cpu_float32 2022-09-27T15:32:43.1565704Z [gw0] [ 63%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_power_cpu_complex64 2022-09-27T15:32:43.2528657Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_power_cpu_float32 2022-09-27T15:32:43.2544234Z [gw3] [ 63%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_copy_cpu_float32 2022-09-27T15:32:43.6247123Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_cpu_complex64 2022-09-27T15:32:43.6255848Z [gw1] [ 63%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_logsumexp_cpu_float32 2022-09-27T15:32:43.6477355Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_long_cpu_complex64 2022-09-27T15:32:43.6659535Z [gw1] [ 63%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_long_cpu_complex64 2022-09-27T15:32:43.6959878Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_long_cpu_float32 2022-09-27T15:32:43.7099200Z [gw1] [ 63%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_long_cpu_float32 2022-09-27T15:32:43.9265537Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lt_cpu_float32 2022-09-27T15:32:43.9277085Z [gw0] [ 63%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_power_cpu_float32 2022-09-27T15:32:43.9293249Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_cpu_complex64 2022-09-27T15:32:43.9491724Z [gw0] [ 63%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_cpu_complex64 2022-09-27T15:32:43.9500573Z [gw2] [ 63%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:32:43.9518049Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:32:43.9698160Z [gw2] [ 63%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:32:43.9716475Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_cpu_float32 2022-09-27T15:32:43.9938588Z [gw0] [ 63%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_cpu_float32 2022-09-27T15:32:43.9956768Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:32:44.0101997Z [gw2] [ 64%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:32:44.0111895Z [gw1] [ 64%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lt_cpu_float32 2022-09-27T15:32:44.0137684Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_cpu_complex64 2022-09-27T15:32:44.0398797Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_hermitian_cpu_complex64 2022-09-27T15:32:44.1759509Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:32:44.1781405Z [gw1] [ 64%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_cpu_complex64 2022-09-27T15:32:44.2906906Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_cpu_float32 2022-09-27T15:32:44.2933281Z [gw1] [ 64%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_cpu_float32 2022-09-27T15:32:44.4073808Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_solve_cpu_complex64 2022-09-27T15:32:44.4091096Z [gw0] [ 64%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_hermitian_cpu_complex64 2022-09-27T15:32:44.6000117Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:32:44.6026450Z [gw0] [ 64%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:32:45.1900015Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_multi_dot_cpu_complex64 2022-09-27T15:32:45.1926801Z [gw3] [ 64%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_cpu_complex64 2022-09-27T15:32:45.4871462Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_cpu_float32 2022-09-27T15:32:45.4897579Z [gw0] [ 64%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_multi_dot_cpu_complex64 2022-09-27T15:32:45.8479968Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_multi_dot_cpu_float32 2022-09-27T15:32:45.8491883Z [gw0] [ 64%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_multi_dot_cpu_float32 2022-09-27T15:32:46.1603487Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_cpu_complex64 2022-09-27T15:32:46.1615853Z [gw3] [ 64%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_narrow_cpu_float32 2022-09-27T15:32:46.1632035Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_circular_cpu_float32 2022-09-27T15:32:46.2020076Z [gw3] [ 64%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_circular_cpu_float32 2022-09-27T15:32:52.1218027Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_constant_cpu_complex64 2022-09-27T15:32:52.1233665Z [gw3] [ 65%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_constant_cpu_complex64 2022-09-27T15:32:55.0484908Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_constant_cpu_float32 2022-09-27T15:32:55.0507119Z [gw3] [ 65%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_constant_cpu_float32 2022-09-27T15:32:57.0671692Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_reflect_cpu_complex64 2022-09-27T15:32:57.0707826Z [gw3] [ 65%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_reflect_cpu_complex64 2022-09-27T15:32:57.0747807Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:32:57.1215752Z [gw3] [ 65%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:32:57.4117878Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_replicate_cpu_complex64 2022-09-27T15:32:57.4140461Z [gw0] [ 65%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_cpu_complex64 2022-09-27T15:32:58.8812733Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_cpu_float32 2022-09-27T15:32:58.8839701Z [gw3] [ 65%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_replicate_cpu_complex64 2022-09-27T15:32:58.8868660Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:32:58.9286489Z [gw3] [ 65%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:32:58.9295831Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:32:58.9766471Z [gw3] [ 65%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:32:58.9776314Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:32:59.0296757Z [gw3] [ 65%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:32:59.3027866Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pdist_cpu_float32 2022-09-27T15:32:59.3053859Z [gw3] [ 65%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pdist_cpu_float32 2022-09-27T15:32:59.3082030Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_shuffle_cpu_complex64 2022-09-27T15:32:59.3523961Z [gw3] [ 66%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_shuffle_cpu_complex64 2022-09-27T15:32:59.3533705Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:32:59.4008061Z [gw3] [ 66%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:32:59.4018105Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_unshuffle_cpu_complex64 2022-09-27T15:32:59.4488903Z [gw3] [ 66%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_unshuffle_cpu_complex64 2022-09-27T15:32:59.4496278Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:32:59.5057381Z [gw3] [ 66%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:33:01.6974081Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:33:01.6984646Z [gw1] [ 66%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_solve_cpu_complex64 2022-09-27T15:33:03.3507727Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_solve_cpu_float32 2022-09-27T15:33:03.3537335Z [gw0] [ 66%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_cpu_float32 2022-09-27T15:33:06.3170783Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_subgradients_at_zero_cpu_complex64 2022-09-27T15:33:06.3224807Z [gw3] [ 66%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:33:06.3325308Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_prelu_cpu_float32 2022-09-27T15:33:06.3620390Z [gw3] [ 66%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_prelu_cpu_float32 2022-09-27T15:33:06.5204701Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_relu6_cpu_float32 2022-09-27T15:33:06.5217373Z [gw3] [ 66%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_relu6_cpu_float32 2022-09-27T15:33:06.7316431Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_relu_cpu_float32 2022-09-27T15:33:06.7343962Z [gw3] [ 66%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_relu_cpu_float32 2022-09-27T15:33:06.7393029Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_rrelu_cpu_float32 2022-09-27T15:33:06.7816326Z [gw3] [ 67%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_rrelu_cpu_float32 2022-09-27T15:33:06.9317932Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_selu_cpu_float32 2022-09-27T15:33:06.9330107Z [gw3] [ 67%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_selu_cpu_float32 2022-09-27T15:33:07.0369740Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:33:07.0382381Z [gw3] [ 67%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:33:07.2948118Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_silu_cpu_float32 2022-09-27T15:33:07.2963652Z [gw3] [ 67%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_silu_cpu_float32 2022-09-27T15:33:07.4286447Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:33:07.4314994Z [gw3] [ 67%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:33:08.2503487Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:33:08.2530790Z [gw3] [ 67%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:33:10.1735847Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_cpu_complex64 2022-09-27T15:33:10.1762756Z [gw1] [ 67%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_solve_cpu_float32 2022-09-27T15:33:11.4497293Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_unpack_cpu_complex64 2022-09-27T15:33:11.4523877Z [gw0] [ 67%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_subgradients_at_zero_cpu_complex64 2022-09-27T15:33:12.5537881Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:33:12.5557623Z [gw1] [ 67%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_unpack_cpu_complex64 2022-09-27T15:33:13.6931662Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_unpack_cpu_float32 2022-09-27T15:33:13.6955448Z [gw1] [ 67%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_lu_unpack_cpu_float32 2022-09-27T15:33:13.7044944Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mH_cpu_complex64 2022-09-27T15:33:13.7470849Z [gw1] [ 68%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mH_cpu_complex64 2022-09-27T15:33:13.7471575Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mH_cpu_float32 2022-09-27T15:33:13.7920599Z [gw1] [ 68%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mH_cpu_float32 2022-09-27T15:33:13.7921322Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mT_cpu_complex64 2022-09-27T15:33:13.8359057Z [gw1] [ 68%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mT_cpu_complex64 2022-09-27T15:33:13.8359783Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mT_cpu_float32 2022-09-27T15:33:13.8819169Z [gw1] [ 68%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_mT_cpu_float32 2022-09-27T15:33:15.3250247Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_fill_cpu_complex64 2022-09-27T15:33:15.3251434Z [gw1] [ 68%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_masked_fill_cpu_complex64 2022-09-27T15:33:15.4341181Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_cpu_float32 2022-09-27T15:33:15.4352913Z [gw0] [ 68%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:33:15.8383306Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_cpu_complex64 2022-09-27T15:33:15.8384381Z [gw1] [ 68%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_cpu_float32 2022-09-27T15:33:16.7120114Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_with_dtype_cpu_complex64 2022-09-27T15:33:16.7131753Z [gw1] [ 68%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_with_dtype_cpu_complex64 2022-09-27T15:33:17.1336891Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:33:17.1346797Z [gw1] [ 68%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:33:17.4095226Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softplus_cpu_float32 2022-09-27T15:33:17.4130286Z [gw1] [ 68%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softplus_cpu_float32 2022-09-27T15:33:17.6839430Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softshrink_cpu_float32 2022-09-27T15:33:17.6851608Z [gw1] [ 69%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softshrink_cpu_float32 2022-09-27T15:33:17.9804307Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softsign_cpu_complex64 2022-09-27T15:33:17.9816210Z [gw0] [ 69%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_cpu_complex64 2022-09-27T15:33:18.0615142Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_cpu_float32 2022-09-27T15:33:18.0628314Z [gw1] [ 69%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softsign_cpu_complex64 2022-09-27T15:33:18.4645465Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softsign_cpu_float32 2022-09-27T15:33:18.4654565Z [gw1] [ 69%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_softsign_cpu_float32 2022-09-27T15:33:18.8762063Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:33:18.8784353Z [gw1] [ 69%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:33:19.1310987Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:33:19.1322866Z [gw0] [ 69%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_cpu_float32 2022-09-27T15:33:19.2539858Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_hermitian_cpu_complex64 2022-09-27T15:33:19.2566514Z [gw1] [ 69%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:33:19.5976134Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_threshold_cpu_float32 2022-09-27T15:33:19.6001811Z [gw1] [ 69%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_threshold_cpu_float32 2022-09-27T15:33:20.0335750Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_loss_cpu_complex64 2022-09-27T15:33:20.0356343Z [gw0] [ 69%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_hermitian_cpu_complex64 2022-09-27T15:33:20.4553621Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:33:20.4579881Z [gw0] [ 69%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:33:20.4617291Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_singular_cpu_complex64 2022-09-27T15:33:20.5021724Z [gw0] [ 70%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_singular_cpu_complex64 2022-09-27T15:33:20.5046460Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_singular_cpu_float32 2022-09-27T15:33:20.5460806Z [gw0] [ 70%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_pinv_singular_cpu_float32 2022-09-27T15:33:20.9428418Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_qr_cpu_complex64 2022-09-27T15:33:20.9450461Z [gw3] [ 70%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_cpu_complex64 2022-09-27T15:33:20.9964390Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_cpu_float32 2022-09-27T15:33:20.9985193Z [gw1] [ 70%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_loss_cpu_complex64 2022-09-27T15:33:21.7037189Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:33:21.7062655Z [gw1] [ 70%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:33:21.7228670Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 2022-09-27T15:33:21.7575439Z [gw1] [ 70%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 2022-09-27T15:33:21.7608918Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:33:21.7969998Z [gw1] [ 70%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:33:21.7977137Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_unfold_cpu_complex64 2022-09-27T15:33:21.8412212Z [gw1] [ 70%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_unfold_cpu_complex64 2022-09-27T15:33:21.8419278Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_unfold_cpu_float32 2022-09-27T15:33:21.8895723Z [gw1] [ 70%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_unfold_cpu_float32 2022-09-27T15:33:22.5964348Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:33:22.6041972Z [gw1] [ 70%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:33:22.9835479Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:33:22.9852882Z [gw1] [ 71%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:33:22.9918945Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nonzero_cpu_complex64 2022-09-27T15:33:23.0287698Z [gw1] [ 71%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nonzero_cpu_complex64 2022-09-27T15:33:23.0321447Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nonzero_cpu_float32 2022-09-27T15:33:23.0779389Z [gw1] [ 71%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nonzero_cpu_float32 2022-09-27T15:33:23.2556144Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_outer_cpu_float32 2022-09-27T15:33:23.2702797Z [gw1] [ 71%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_outer_cpu_float32 2022-09-27T15:33:23.2887075Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pca_lowrank_cpu_float32 2022-09-27T15:33:23.3182294Z [gw1] [ 71%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pca_lowrank_cpu_float32 2022-09-27T15:33:24.2065435Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_permute_cpu_complex64 2022-09-27T15:33:24.2087501Z [gw1] [ 71%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_permute_cpu_complex64 2022-09-27T15:33:24.6366158Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_permute_cpu_float32 2022-09-27T15:33:24.6392356Z [gw1] [ 71%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_permute_cpu_float32 2022-09-27T15:33:25.5347815Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pinverse_cpu_complex64 2022-09-27T15:33:25.5361830Z [gw0] [ 71%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_qr_cpu_complex64 2022-09-27T15:33:26.6618787Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_qr_cpu_float32 2022-09-27T15:33:26.6631300Z [gw1] [ 71%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pinverse_cpu_complex64 2022-09-27T15:33:27.5529601Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pinverse_cpu_float32 2022-09-27T15:33:27.5559114Z [gw1] [ 71%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pinverse_cpu_float32 2022-09-27T15:33:28.0301910Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polar_cpu_float32 2022-09-27T15:33:28.0332246Z [gw1] [ 71%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polar_cpu_float32 2022-09-27T15:33:28.1167034Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:33:28.1187764Z [gw3] [ 72%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_cpu_float32 2022-09-27T15:33:28.2404768Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_fro_cpu_complex64 2022-09-27T15:33:28.2417751Z [gw0] [ 72%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_qr_cpu_float32 2022-09-27T15:33:28.3695624Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_slogdet_cpu_complex64 2022-09-27T15:33:28.3720893Z [gw3] [ 72%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_fro_cpu_complex64 2022-09-27T15:33:28.5247563Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_fro_cpu_float32 2022-09-27T15:33:28.5255810Z [gw1] [ 72%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:33:28.5278297Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:33:28.5662036Z [gw1] [ 72%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:33:28.5689683Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:33:28.5940372Z [gw1] [ 72%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:33:28.5950102Z [gw3] [ 72%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_fro_cpu_float32 2022-09-27T15:33:28.6097559Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_inf_cpu_complex64 2022-09-27T15:33:28.6120496Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:33:28.6566324Z [gw1] [ 72%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:33:28.6572065Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:33:28.7056884Z [gw1] [ 72%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:33:29.1993694Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_positive_cpu_complex64 2022-09-27T15:33:29.2021328Z [gw0] [ 72%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_slogdet_cpu_complex64 2022-09-27T15:33:29.3803783Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_slogdet_cpu_float32 2022-09-27T15:33:29.3826628Z [gw1] [ 73%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_positive_cpu_complex64 2022-09-27T15:33:29.6873545Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_positive_cpu_float32 2022-09-27T15:33:29.6896225Z [gw3] [ 73%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_inf_cpu_complex64 2022-09-27T15:33:29.7151444Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_inf_cpu_float32 2022-09-27T15:33:29.7161922Z [gw1] [ 73%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_positive_cpu_float32 2022-09-27T15:33:29.7185751Z [gw0] [ 73%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_slogdet_cpu_float32 2022-09-27T15:33:29.7256200Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_cpu_complex64 2022-09-27T15:33:30.2808550Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pow_cpu_complex64 2022-09-27T15:33:30.2840015Z [gw3] [ 73%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_inf_cpu_float32 2022-09-27T15:33:30.3986707Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_nuc_cpu_complex64 2022-09-27T15:33:30.4014535Z [gw3] [ 73%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_nuc_cpu_complex64 2022-09-27T15:33:30.5148085Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_nuc_cpu_float32 2022-09-27T15:33:30.5159732Z [gw3] [ 73%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_norm_nuc_cpu_float32 2022-09-27T15:33:30.5196396Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_normal_cpu_float32 2022-09-27T15:33:30.5581757Z [gw3] [ 73%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_normal_cpu_float32 2022-09-27T15:33:30.5622520Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_normal_number_mean_cpu_float32 2022-09-27T15:33:30.6022297Z [gw3] [ 73%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_normal_number_mean_cpu_float32 2022-09-27T15:33:30.6047613Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_cpu_complex64 2022-09-27T15:33:30.6460858Z [gw3] [ 73%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_cpu_complex64 2022-09-27T15:33:30.6492473Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_cpu_float32 2022-09-27T15:33:30.6902098Z [gw3] [ 74%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_cpu_float32 2022-09-27T15:33:30.9400341Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_like_cpu_complex64 2022-09-27T15:33:30.9405699Z [gw3] [ 74%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_like_cpu_complex64 2022-09-27T15:33:31.1894461Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_like_cpu_float32 2022-09-27T15:33:31.1913085Z [gw3] [ 74%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ones_like_cpu_float32 2022-09-27T15:33:31.6992932Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ormqr_cpu_complex64 2022-09-27T15:33:31.7004644Z [gw0] [ 74%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_cpu_complex64 2022-09-27T15:33:31.7511124Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_cpu_float32 2022-09-27T15:33:31.7523749Z [gw1] [ 74%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pow_cpu_complex64 2022-09-27T15:33:32.7588040Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pow_cpu_float32 2022-09-27T15:33:32.7600354Z [gw0] [ 74%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_cpu_float32 2022-09-27T15:33:32.9258989Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_ex_cpu_complex64 2022-09-27T15:33:32.9420094Z [gw1] [ 74%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_pow_cpu_float32 2022-09-27T15:33:35.0762890Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_prod_cpu_complex64 2022-09-27T15:33:35.0790295Z [gw0] [ 74%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_ex_cpu_complex64 2022-09-27T15:33:35.6805740Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_ex_cpu_float32 2022-09-27T15:33:35.6827100Z [gw2] [ 74%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:33:36.0924944Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:33:36.0951447Z [gw0] [ 74%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_ex_cpu_float32 2022-09-27T15:33:41.5210379Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_triangular_cpu_complex64 2022-09-27T15:33:41.5223197Z [gw3] [ 75%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ormqr_cpu_complex64 2022-09-27T15:33:41.9000147Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ormqr_cpu_float32 2022-09-27T15:33:41.9012417Z [gw1] [ 75%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_prod_cpu_complex64 2022-09-27T15:33:45.6106182Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_prod_cpu_float32 2022-09-27T15:33:45.6135968Z [gw1] [ 75%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_prod_cpu_float32 2022-09-27T15:33:46.6742833Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_put_cpu_complex64 2022-09-27T15:33:46.6768673Z [gw3] [ 75%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ormqr_cpu_float32 2022-09-27T15:33:46.8763525Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_outer_cpu_complex64 2022-09-27T15:33:46.8789615Z [gw3] [ 75%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_outer_cpu_complex64 2022-09-27T15:33:48.2034238Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_renorm_cpu_complex64 2022-09-27T15:33:48.2060063Z [gw3] [ 75%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_renorm_cpu_complex64 2022-09-27T15:33:48.6656165Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_renorm_cpu_float32 2022-09-27T15:33:48.6683636Z [gw3] [ 75%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_renorm_cpu_float32 2022-09-27T15:33:50.6365969Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_cpu_complex64 2022-09-27T15:33:50.6377131Z [gw1] [ 75%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_put_cpu_complex64 2022-09-27T15:33:51.1798717Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_put_cpu_float32 2022-09-27T15:33:51.1813708Z [gw3] [ 75%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_cpu_complex64 2022-09-27T15:33:52.3787429Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_cpu_float32 2022-09-27T15:33:52.3814070Z [gw3] [ 75%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_cpu_float32 2022-09-27T15:33:52.3843188Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_interleave_cpu_complex64 2022-09-27T15:33:52.4290558Z [gw3] [ 76%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_interleave_cpu_complex64 2022-09-27T15:33:52.4291205Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_interleave_cpu_float32 2022-09-27T15:33:52.4672141Z [gw3] [ 76%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_repeat_interleave_cpu_float32 2022-09-27T15:33:52.8181801Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_as_cpu_complex64 2022-09-27T15:33:52.8213279Z [gw3] [ 76%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_as_cpu_complex64 2022-09-27T15:33:52.8705774Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_as_cpu_float32 2022-09-27T15:33:52.8731425Z [gw1] [ 76%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_put_cpu_float32 2022-09-27T15:33:53.0022426Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_qr_cpu_complex64 2022-09-27T15:33:53.0045142Z [gw3] [ 76%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_as_cpu_float32 2022-09-27T15:33:54.7045392Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_cpu_complex64 2022-09-27T15:33:54.7066570Z [gw3] [ 76%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_cpu_complex64 2022-09-27T15:33:55.3600274Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_cpu_float32 2022-09-27T15:33:55.3624063Z [gw3] [ 76%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reshape_cpu_float32 2022-09-27T15:33:55.4209954Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize__cpu_complex64 2022-09-27T15:33:55.4235808Z [gw3] [ 76%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize__cpu_complex64 2022-09-27T15:33:55.4785575Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize__cpu_float32 2022-09-27T15:33:55.4808911Z [gw3] [ 76%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize__cpu_float32 2022-09-27T15:33:55.5254861Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize_as__cpu_complex64 2022-09-27T15:33:55.5434114Z [gw3] [ 76%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize_as__cpu_complex64 2022-09-27T15:33:55.5863027Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize_as__cpu_float32 2022-09-27T15:33:55.5887358Z [gw3] [ 77%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resize_as__cpu_float32 2022-09-27T15:33:56.0541105Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_conj_cpu_complex64 2022-09-27T15:33:56.0560483Z [gw3] [ 77%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_conj_cpu_complex64 2022-09-27T15:33:56.2140364Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_conj_cpu_float32 2022-09-27T15:33:56.2155935Z [gw3] [ 77%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_conj_cpu_float32 2022-09-27T15:33:56.4930536Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_neg_cpu_complex64 2022-09-27T15:33:56.4957051Z [gw3] [ 77%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_neg_cpu_complex64 2022-09-27T15:33:56.8121297Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_neg_cpu_float32 2022-09-27T15:33:56.8159573Z [gw3] [ 77%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_resolve_neg_cpu_float32 2022-09-27T15:33:58.5410836Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_roll_cpu_complex64 2022-09-27T15:33:58.5441697Z [gw2] [ 77%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:34:00.4470425Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:34:00.4513897Z [gw2] [ 77%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:34:00.5258165Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:34:00.5285165Z [gw3] [ 77%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_roll_cpu_complex64 2022-09-27T15:34:02.2103631Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_roll_cpu_float32 2022-09-27T15:34:02.2115953Z [gw1] [ 77%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_qr_cpu_complex64 2022-09-27T15:34:02.3203395Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_qr_cpu_float32 2022-09-27T15:34:02.3234710Z [gw3] [ 77%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_roll_cpu_float32 2022-09-27T15:34:08.4868324Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rot90_cpu_complex64 2022-09-27T15:34:08.4908625Z [gw1] [ 78%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_qr_cpu_float32 2022-09-27T15:34:10.5333041Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_quantile_cpu_float32 2022-09-27T15:34:10.5341719Z [gw3] [ 78%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rot90_cpu_complex64 2022-09-27T15:34:14.2144576Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rot90_cpu_float32 2022-09-27T15:34:14.2164165Z [gw3] [ 78%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rot90_cpu_float32 2022-09-27T15:34:14.3471656Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_cpu_float32 2022-09-27T15:34:14.3488415Z [gw3] [ 78%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_cpu_float32 2022-09-27T15:34:14.6190322Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_0_cpu_float32 2022-09-27T15:34:14.6216485Z [gw3] [ 78%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_0_cpu_float32 2022-09-27T15:34:14.6244897Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_3_cpu_float32 2022-09-27T15:34:14.6707269Z [gw3] [ 78%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_3_cpu_float32 2022-09-27T15:34:14.6738010Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_neg_3_cpu_float32 2022-09-27T15:34:14.7216510Z [gw3] [ 78%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_round_decimals_neg_3_cpu_float32 2022-09-27T15:34:15.5727840Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsqrt_cpu_complex64 2022-09-27T15:34:15.5754696Z [gw3] [ 78%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsqrt_cpu_complex64 2022-09-27T15:34:16.0813821Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsqrt_cpu_float32 2022-09-27T15:34:16.0828744Z [gw3] [ 78%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsqrt_cpu_float32 2022-09-27T15:34:16.1102504Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsub_cpu_complex64 2022-09-27T15:34:16.1127938Z [gw1] [ 78%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_quantile_cpu_float32 2022-09-27T15:34:16.3718871Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rad2deg_cpu_float32 2022-09-27T15:34:16.3745936Z [gw1] [ 78%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rad2deg_cpu_float32 2022-09-27T15:34:16.3809071Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rand_like_cpu_complex64 2022-09-27T15:34:16.4224499Z [gw1] [ 79%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rand_like_cpu_complex64 2022-09-27T15:34:16.4230200Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rand_like_cpu_float32 2022-09-27T15:34:16.4668331Z [gw1] [ 79%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rand_like_cpu_float32 2022-09-27T15:34:16.4674157Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randint_like_cpu_float32 2022-09-27T15:34:16.5105754Z [gw1] [ 79%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randint_like_cpu_float32 2022-09-27T15:34:16.5109934Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_cpu_complex64 2022-09-27T15:34:16.5543521Z [gw1] [ 79%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_cpu_complex64 2022-09-27T15:34:16.5547670Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_cpu_float32 2022-09-27T15:34:16.5996506Z [gw1] [ 79%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_cpu_float32 2022-09-27T15:34:16.6000736Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_like_cpu_complex64 2022-09-27T15:34:16.6434878Z [gw1] [ 79%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_like_cpu_complex64 2022-09-27T15:34:16.6444391Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_like_cpu_float32 2022-09-27T15:34:16.6838579Z [gw1] [ 79%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_randn_like_cpu_float32 2022-09-27T15:34:17.5543222Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ravel_cpu_complex64 2022-09-27T15:34:17.5572089Z [gw1] [ 79%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ravel_cpu_complex64 2022-09-27T15:34:17.7940671Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ravel_cpu_float32 2022-09-27T15:34:17.7941322Z [gw3] [ 79%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsub_cpu_complex64 2022-09-27T15:34:17.9033517Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsub_cpu_float32 2022-09-27T15:34:17.9133151Z [gw1] [ 79%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_ravel_cpu_float32 2022-09-27T15:34:18.2204271Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_real_cpu_complex64 2022-09-27T15:34:18.2232353Z [gw1] [ 80%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_real_cpu_complex64 2022-09-27T15:34:18.3624930Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_real_cpu_float32 2022-09-27T15:34:18.3651952Z [gw1] [ 80%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_real_cpu_float32 2022-09-27T15:34:18.5739609Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reciprocal_cpu_complex64 2022-09-27T15:34:18.5753810Z [gw3] [ 80%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_rsub_cpu_float32 2022-09-27T15:34:18.9505338Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_add_cpu_complex64 2022-09-27T15:34:18.9512196Z [gw1] [ 80%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reciprocal_cpu_complex64 2022-09-27T15:34:19.2508567Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reciprocal_cpu_float32 2022-09-27T15:34:19.2522952Z [gw1] [ 80%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_reciprocal_cpu_float32 2022-09-27T15:34:20.2126568Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_remainder_cpu_float32 2022-09-27T15:34:20.2156195Z [gw1] [ 80%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_remainder_cpu_float32 2022-09-27T15:34:20.3160450Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sgn_cpu_float32 2022-09-27T15:34:20.3188365Z [gw1] [ 80%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sgn_cpu_float32 2022-09-27T15:34:20.3496181Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_short_cpu_complex64 2022-09-27T15:34:20.3654620Z [gw1] [ 80%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_short_cpu_complex64 2022-09-27T15:34:20.4050297Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_short_cpu_float32 2022-09-27T15:34:20.4086853Z [gw3] [ 80%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_add_cpu_complex64 2022-09-27T15:34:20.4099202Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_add_cpu_float32 2022-09-27T15:34:20.4135442Z [gw1] [ 80%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_short_cpu_float32 2022-09-27T15:34:21.0011452Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sigmoid_cpu_complex64 2022-09-27T15:34:21.0030651Z [gw1] [ 81%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sigmoid_cpu_complex64 2022-09-27T15:34:21.1865897Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sigmoid_cpu_float32 2022-09-27T15:34:21.1887682Z [gw3] [ 81%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_add_cpu_float32 2022-09-27T15:34:21.4394907Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_cpu_complex64 2022-09-27T15:34:21.4425240Z [gw1] [ 81%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sigmoid_cpu_float32 2022-09-27T15:34:21.6025798Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sign_cpu_float32 2022-09-27T15:34:21.6041013Z [gw1] [ 81%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sign_cpu_float32 2022-09-27T15:34:21.6494034Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_signbit_cpu_float32 2022-09-27T15:34:21.6514086Z [gw1] [ 81%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_signbit_cpu_float32 2022-09-27T15:34:21.8481648Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sin_cpu_complex64 2022-09-27T15:34:21.8506987Z [gw1] [ 81%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sin_cpu_complex64 2022-09-27T15:34:21.9558916Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sin_cpu_float32 2022-09-27T15:34:21.9585130Z [gw1] [ 81%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sin_cpu_float32 2022-09-27T15:34:22.5086254Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinc_cpu_complex64 2022-09-27T15:34:22.5093405Z [gw1] [ 81%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinc_cpu_complex64 2022-09-27T15:34:22.7963120Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinc_cpu_float32 2022-09-27T15:34:22.7975157Z [gw1] [ 81%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinc_cpu_float32 2022-09-27T15:34:22.7997573Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinh_cpu_complex64 2022-09-27T15:34:22.8011214Z [gw3] [ 81%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_cpu_complex64 2022-09-27T15:34:23.0096482Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_cpu_float32 2022-09-27T15:34:23.0108753Z [gw1] [ 82%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinh_cpu_complex64 2022-09-27T15:34:23.1205033Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinh_cpu_float32 2022-09-27T15:34:23.1221978Z [gw1] [ 82%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sinh_cpu_float32 2022-09-27T15:34:23.4145499Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_slice_scatter_cpu_float32 2022-09-27T15:34:23.4168105Z [gw3] [ 82%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_cpu_float32 2022-09-27T15:34:24.2641166Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_amax_cpu_float32 2022-09-27T15:34:24.2727767Z [gw1] [ 82%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_slice_scatter_cpu_float32 2022-09-27T15:34:24.9113563Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_cpu_float32 2022-09-27T15:34:24.9119143Z [gw1] [ 82%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_cpu_float32 2022-09-27T15:34:25.1325340Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_with_dtype_cpu_complex64 2022-09-27T15:34:25.1341630Z [gw3] [ 82%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_amax_cpu_float32 2022-09-27T15:34:26.2302355Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_amin_cpu_float32 2022-09-27T15:34:26.2312809Z [gw1] [ 82%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_with_dtype_cpu_complex64 2022-09-27T15:34:26.8719357Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_with_dtype_cpu_float32 2022-09-27T15:34:26.8746071Z [gw3] [ 82%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_amin_cpu_float32 2022-09-27T15:34:26.9251932Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_mean_cpu_float32 2022-09-27T15:34:26.9259411Z [gw1] [ 82%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_softmax_with_dtype_cpu_float32 2022-09-27T15:34:28.6163458Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sort_cpu_float32 2022-09-27T15:34:28.6171640Z [gw3] [ 82%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_mean_cpu_float32 2022-09-27T15:34:30.1982615Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_prod_cpu_float32 2022-09-27T15:34:30.1984283Z [gw0] [ 83%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_triangular_cpu_complex64 2022-09-27T15:34:30.8822709Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_triangular_cpu_float32 2022-09-27T15:34:30.8840621Z [gw3] [ 83%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_prod_cpu_float32 2022-09-27T15:34:33.2957938Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_sum_cpu_float32 2022-09-27T15:34:33.2988759Z [gw3] [ 83%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_scatter_reduce_sum_cpu_float32 2022-09-27T15:34:33.3021931Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_searchsorted_cpu_float32 2022-09-27T15:34:33.3497788Z [gw3] [ 83%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_searchsorted_cpu_float32 2022-09-27T15:34:34.0525757Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_segment_reduce_lengths_cpu_float32 2022-09-27T15:34:34.0564476Z [gw1] [ 83%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sort_cpu_float32 2022-09-27T15:34:34.0608871Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sparse_sampled_addmm_cpu_complex64 2022-09-27T15:34:34.0981578Z [gw1] [ 83%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sparse_sampled_addmm_cpu_complex64 2022-09-27T15:34:34.1001964Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sparse_sampled_addmm_cpu_float32 2022-09-27T15:34:34.1497723Z [gw1] [ 83%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sparse_sampled_addmm_cpu_float32 2022-09-27T15:34:34.2222681Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_airy_ai_cpu_float32 2022-09-27T15:34:34.2257252Z [gw1] [ 83%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_airy_ai_cpu_float32 2022-09-27T15:34:34.4464975Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:34:34.4477290Z [gw1] [ 83%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:34:34.5434078Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i0e_cpu_float32 2022-09-27T15:34:34.5446482Z [gw1] [ 83%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i0e_cpu_float32 2022-09-27T15:34:34.6882265Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i1_cpu_float32 2022-09-27T15:34:34.6895722Z [gw1] [ 84%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i1_cpu_float32 2022-09-27T15:34:34.8337614Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i1e_cpu_float32 2022-09-27T15:34:34.8366919Z [gw1] [ 84%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_i1e_cpu_float32 2022-09-27T15:34:34.9842825Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:34:34.9853121Z [gw1] [ 84%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:34:34.9876852Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:34:35.0262063Z [gw1] [ 84%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:34:35.1724504Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_log_ndtr_cpu_float32 2022-09-27T15:34:35.1742049Z [gw1] [ 84%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_log_ndtr_cpu_float32 2022-09-27T15:34:35.2224894Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_i0_cpu_float32 2022-09-27T15:34:35.2238078Z [gw1] [ 84%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_i0_cpu_float32 2022-09-27T15:34:35.2721772Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_i1_cpu_float32 2022-09-27T15:34:35.2735646Z [gw1] [ 84%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_i1_cpu_float32 2022-09-27T15:34:35.3201175Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_k0_cpu_float32 2022-09-27T15:34:35.3218305Z [gw1] [ 84%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_k0_cpu_float32 2022-09-27T15:34:35.3702431Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_k1_cpu_float32 2022-09-27T15:34:35.3714687Z [gw1] [ 84%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_modified_bessel_k1_cpu_float32 2022-09-27T15:34:35.5236625Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_ndtr_cpu_float32 2022-09-27T15:34:35.5250732Z [gw1] [ 84%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_ndtr_cpu_float32 2022-09-27T15:34:35.6687633Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_ndtri_cpu_float32 2022-09-27T15:34:35.6701444Z [gw1] [ 85%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_ndtri_cpu_float32 2022-09-27T15:34:35.6740324Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:34:35.7101812Z [gw1] [ 85%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:34:35.7595177Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:34:35.7613826Z [gw1] [ 85%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:34:35.8094730Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:34:35.8107862Z [gw1] [ 85%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:34:35.8125398Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:34:35.8544169Z [gw1] [ 85%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:34:35.8570533Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:34:35.8984260Z [gw1] [ 85%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:34:35.9014938Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:34:35.9471622Z [gw1] [ 85%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:34:35.9509362Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:34:35.9864188Z [gw1] [ 85%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:34:36.0381750Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:34:36.0408367Z [gw1] [ 85%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:34:36.5059684Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_xlog1py_cpu_float32 2022-09-27T15:34:36.5069231Z [gw1] [ 85%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_xlog1py_cpu_float32 2022-09-27T15:34:36.6513508Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_zeta_cpu_float32 2022-09-27T15:34:36.6539767Z [gw1] [ 85%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_zeta_cpu_float32 2022-09-27T15:34:36.7297019Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_cpu_complex64 2022-09-27T15:34:36.7354270Z [gw3] [ 86%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_segment_reduce_lengths_cpu_float32 2022-09-27T15:34:37.1213411Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_segment_reduce_offsets_cpu_float32 2022-09-27T15:34:37.1230993Z [gw1] [ 86%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_cpu_complex64 2022-09-27T15:34:37.4919141Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_cpu_float32 2022-09-27T15:34:37.4933202Z [gw1] [ 86%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_cpu_float32 2022-09-27T15:34:38.2738018Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_list_args_cpu_complex64 2022-09-27T15:34:38.2768737Z [gw1] [ 86%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_list_args_cpu_complex64 2022-09-27T15:34:38.8863648Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_list_args_cpu_float32 2022-09-27T15:34:38.8890434Z [gw1] [ 86%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_list_args_cpu_float32 2022-09-27T15:34:40.0951866Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_with_sizes_cpu_complex64 2022-09-27T15:34:40.0978199Z [gw1] [ 86%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_with_sizes_cpu_complex64 2022-09-27T15:34:40.6413482Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_with_sizes_cpu_float32 2022-09-27T15:34:40.6452150Z [gw1] [ 86%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_split_with_sizes_cpu_float32 2022-09-27T15:34:40.8916173Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sqrt_cpu_complex64 2022-09-27T15:34:40.8952025Z [gw1] [ 86%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sqrt_cpu_complex64 2022-09-27T15:34:40.9450684Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sqrt_cpu_float32 2022-09-27T15:34:40.9472584Z [gw3] [ 86%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_segment_reduce_offsets_cpu_float32 2022-09-27T15:34:41.0984757Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_cpu_complex64 2022-09-27T15:34:41.1006317Z [gw1] [ 86%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sqrt_cpu_float32 2022-09-27T15:34:41.6488723Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_square_cpu_complex64 2022-09-27T15:34:41.6514953Z [gw1] [ 87%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_square_cpu_complex64 2022-09-27T15:34:41.9181570Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_square_cpu_float32 2022-09-27T15:34:41.9206958Z [gw1] [ 87%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_square_cpu_float32 2022-09-27T15:34:42.5543468Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_squeeze_cpu_complex64 2022-09-27T15:34:42.5568889Z [gw3] [ 87%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_cpu_complex64 2022-09-27T15:34:42.9974156Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_cpu_float32 2022-09-27T15:34:42.9983252Z [gw3] [ 87%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_cpu_float32 2022-09-27T15:34:43.3790220Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_scatter_cpu_float32 2022-09-27T15:34:43.3800924Z [gw3] [ 87%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_select_scatter_cpu_float32 2022-09-27T15:34:43.4259088Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sgn_cpu_complex64 2022-09-27T15:34:43.4277148Z [gw1] [ 87%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_squeeze_cpu_complex64 2022-09-27T15:34:43.5231817Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_squeeze_cpu_float32 2022-09-27T15:34:43.5243514Z [gw3] [ 87%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sgn_cpu_complex64 2022-09-27T15:34:43.5587763Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_j0_cpu_float32 2022-09-27T15:34:43.5659813Z [gw3] [ 87%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_j0_cpu_float32 2022-09-27T15:34:43.6010177Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_j1_cpu_float32 2022-09-27T15:34:43.6100234Z [gw3] [ 87%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_j1_cpu_float32 2022-09-27T15:34:43.6448607Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_y0_cpu_float32 2022-09-27T15:34:43.6540466Z [gw3] [ 87%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_y0_cpu_float32 2022-09-27T15:34:43.6888221Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_y1_cpu_float32 2022-09-27T15:34:43.6980764Z [gw3] [ 88%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_bessel_y1_cpu_float32 2022-09-27T15:34:43.8023026Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:34:43.8036615Z [gw3] [ 88%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:34:43.9066258Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:34:43.9078199Z [gw3] [ 88%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:34:43.9094087Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:34:43.9501061Z [gw3] [ 88%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:34:43.9523958Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:34:44.0016052Z [gw3] [ 88%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:34:44.1216586Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_entr_cpu_float32 2022-09-27T15:34:44.1244381Z [gw1] [ 88%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_squeeze_cpu_float32 2022-09-27T15:34:44.1566319Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stack_cpu_complex64 2022-09-27T15:34:44.1581864Z [gw3] [ 88%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_entr_cpu_float32 2022-09-27T15:34:44.3633401Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_erfcx_cpu_float32 2022-09-27T15:34:44.3641203Z [gw3] [ 88%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_erfcx_cpu_float32 2022-09-27T15:34:44.3991026Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:34:44.4016859Z [gw2] [ 88%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:34:44.5000509Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:34:44.5031529Z [gw3] [ 88%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:34:44.5066599Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stft_cpu_complex64 2022-09-27T15:34:44.5488759Z [gw3] [ 89%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stft_cpu_complex64 2022-09-27T15:34:44.5489496Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stft_cpu_float32 2022-09-27T15:34:44.5910848Z [gw3] [ 89%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stft_cpu_float32 2022-09-27T15:34:45.1073818Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sub_cpu_complex64 2022-09-27T15:34:45.1088848Z [gw1] [ 89%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stack_cpu_complex64 2022-09-27T15:34:45.6066079Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stack_cpu_float32 2022-09-27T15:34:45.6094426Z [gw1] [ 89%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_stack_cpu_float32 2022-09-27T15:34:47.0759694Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_cpu_complex64 2022-09-27T15:34:47.0768305Z [gw2] [ 89%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:34:47.1782394Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:34:47.1796812Z [gw3] [ 89%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sub_cpu_complex64 2022-09-27T15:34:47.8508162Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sub_cpu_float32 2022-09-27T15:34:47.8516656Z [gw1] [ 89%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_cpu_complex64 2022-09-27T15:34:48.1611541Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_cpu_float32 2022-09-27T15:34:48.1623499Z [gw3] [ 89%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sub_cpu_float32 2022-09-27T15:34:48.8805988Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_cpu_complex64 2022-09-27T15:34:48.8896169Z [gw1] [ 89%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_cpu_float32 2022-09-27T15:34:50.0241427Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_mean_cpu_complex64 2022-09-27T15:34:50.0255578Z [gw1] [ 89%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_mean_cpu_complex64 2022-09-27T15:34:50.5519775Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_mean_cpu_float32 2022-09-27T15:34:50.5532252Z [gw1] [ 90%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_std_mean_cpu_float32 2022-09-27T15:34:51.0990729Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_to_size_cpu_float32 2022-09-27T15:34:51.0999911Z [gw1] [ 90%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_to_size_cpu_float32 2022-09-27T15:34:51.1023162Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_cpu_complex64 2022-09-27T15:34:51.1420406Z [gw1] [ 90%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_cpu_complex64 2022-09-27T15:34:51.4348631Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_cpu_float32 2022-09-27T15:34:51.4364132Z [gw3] [ 90%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_cpu_complex64 2022-09-27T15:34:53.0102245Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_cpu_float32 2022-09-27T15:34:53.0114017Z [gw3] [ 90%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_cpu_float32 2022-09-27T15:34:54.1857092Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_to_size_cpu_complex64 2022-09-27T15:34:54.1872858Z [gw3] [ 90%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_sum_to_size_cpu_complex64 2022-09-27T15:34:54.5686821Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_along_dim_cpu_float32 2022-09-27T15:34:54.5695542Z [gw3] [ 90%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_along_dim_cpu_float32 2022-09-27T15:34:54.7347681Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_cpu_complex64 2022-09-27T15:34:54.7366919Z [gw0] [ 90%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_solve_triangular_cpu_float32 2022-09-27T15:34:56.3658181Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svd_cpu_complex64 2022-09-27T15:34:56.3659457Z [gw3] [ 90%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_cpu_complex64 2022-09-27T15:34:57.3259010Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_cpu_float32 2022-09-27T15:34:57.3269996Z [gw3] [ 90%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_cpu_float32 2022-09-27T15:34:57.5468948Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tan_cpu_complex64 2022-09-27T15:34:57.5480036Z [gw3] [ 91%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tan_cpu_complex64 2022-09-27T15:34:57.6619005Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tan_cpu_float32 2022-09-27T15:34:57.6635005Z [gw3] [ 91%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tan_cpu_float32 2022-09-27T15:34:57.8793442Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tanh_cpu_complex64 2022-09-27T15:34:57.8822548Z [gw3] [ 91%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tanh_cpu_complex64 2022-09-27T15:34:57.9984834Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tanh_cpu_float32 2022-09-27T15:34:58.0002599Z [gw3] [ 91%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tanh_cpu_float32 2022-09-27T15:35:00.5183474Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensor_split_cpu_complex64 2022-09-27T15:35:00.5189455Z [gw3] [ 91%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensor_split_cpu_complex64 2022-09-27T15:35:00.8409536Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensor_split_cpu_float32 2022-09-27T15:35:00.8423356Z [gw2] [ 91%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:35:01.7112165Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:35:01.7123786Z [gw3] [ 91%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensor_split_cpu_float32 2022-09-27T15:35:02.0657822Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensordot_cpu_complex64 2022-09-27T15:35:02.0670061Z [gw3] [ 91%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensordot_cpu_complex64 2022-09-27T15:35:02.2282921Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensordot_cpu_float32 2022-09-27T15:35:02.2295447Z [gw3] [ 91%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tensordot_cpu_float32 2022-09-27T15:35:02.7065978Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tile_cpu_complex64 2022-09-27T15:35:02.7074756Z [gw2] [ 91%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:35:02.8583874Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_mish_cpu_float32 2022-09-27T15:35:02.8595066Z [gw2] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_mish_cpu_float32 2022-09-27T15:35:02.9382351Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_mse_loss_cpu_float32 2022-09-27T15:35:02.9390341Z [gw2] [ 92%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_mse_loss_cpu_float32 2022-09-27T15:35:03.1657048Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:35:03.1663977Z [gw2] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:35:03.2964661Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:35:03.2972891Z [gw2] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:35:04.3676870Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:35:04.3691696Z [gw2] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:35:04.3704667Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_nll_loss_cpu_float32 2022-09-27T15:35:04.4101243Z [gw2] [ 92%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_nll_loss_cpu_float32 2022-09-27T15:35:05.5362465Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_normalize_cpu_complex64 2022-09-27T15:35:05.5375055Z [gw2] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_normalize_cpu_complex64 2022-09-27T15:35:06.2377771Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_normalize_cpu_float32 2022-09-27T15:35:06.2393612Z [gw2] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_normalize_cpu_float32 2022-09-27T15:35:06.9210277Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_circular_cpu_complex64 2022-09-27T15:35:06.9211018Z [gw3] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tile_cpu_complex64 2022-09-27T15:35:06.9617145Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tile_cpu_float32 2022-09-27T15:35:06.9629648Z [gw2] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_nn_functional_pad_circular_cpu_complex64 2022-09-27T15:35:07.1108455Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_sparse_cpu_complex64 2022-09-27T15:35:07.1127039Z [gw2] [ 92%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_sparse_cpu_complex64 2022-09-27T15:35:07.2605237Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_sparse_cpu_float32 2022-09-27T15:35:07.2636212Z [gw2] [ 93%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_sparse_cpu_float32 2022-09-27T15:35:08.6990052Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_topk_cpu_float32 2022-09-27T15:35:08.7000337Z [gw2] [ 93%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_topk_cpu_float32 2022-09-27T15:35:08.8674048Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trace_cpu_complex64 2022-09-27T15:35:08.8687899Z [gw2] [ 93%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trace_cpu_complex64 2022-09-27T15:35:08.9529944Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trace_cpu_float32 2022-09-27T15:35:08.9546483Z [gw2] [ 93%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trace_cpu_float32 2022-09-27T15:35:09.1345513Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_transpose_cpu_complex64 2022-09-27T15:35:09.1359189Z [gw3] [ 93%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tile_cpu_float32 2022-09-27T15:35:09.1377197Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_cpu_complex64 2022-09-27T15:35:09.1778976Z [gw3] [ 93%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_cpu_complex64 2022-09-27T15:35:09.1798392Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_cpu_float32 2022-09-27T15:35:09.2221745Z [gw3] [ 93%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_to_cpu_float32 2022-09-27T15:35:10.7440575Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triangular_solve_cpu_complex64 2022-09-27T15:35:10.7456738Z [gw2] [ 93%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_transpose_cpu_complex64 2022-09-27T15:35:11.5351050Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_transpose_cpu_float32 2022-09-27T15:35:11.5365138Z [gw2] [ 93%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_transpose_cpu_float32 2022-09-27T15:35:11.8926108Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapezoid_cpu_complex64 2022-09-27T15:35:11.8938141Z [gw3] [ 93%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triangular_solve_cpu_complex64 2022-09-27T15:35:12.5092685Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triangular_solve_cpu_float32 2022-09-27T15:35:12.5118309Z [gw2] [ 94%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapezoid_cpu_complex64 2022-09-27T15:35:12.9557454Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapezoid_cpu_float32 2022-09-27T15:35:12.9581472Z [gw2] [ 94%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapezoid_cpu_float32 2022-09-27T15:35:13.4836658Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapz_cpu_complex64 2022-09-27T15:35:13.4853884Z [gw3] [ 94%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triangular_solve_cpu_float32 2022-09-27T15:35:13.8267895Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tril_cpu_complex64 2022-09-27T15:35:13.8296704Z [gw2] [ 94%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapz_cpu_complex64 2022-09-27T15:35:13.9213202Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapz_cpu_float32 2022-09-27T15:35:13.9234982Z [gw1] [ 94%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_cpu_float32 2022-09-27T15:35:13.9422249Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_lowrank_cpu_float32 2022-09-27T15:35:13.9689108Z [gw1] [ 94%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_svd_lowrank_cpu_float32 2022-09-27T15:35:14.3648127Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_symeig_cpu_complex64 2022-09-27T15:35:14.3668322Z [gw2] [ 94%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trapz_cpu_float32 2022-09-27T15:35:15.7803396Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triu_cpu_complex64 2022-09-27T15:35:15.7895154Z [gw3] [ 94%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tril_cpu_complex64 2022-09-27T15:35:16.4197435Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tril_cpu_float32 2022-09-27T15:35:16.4229681Z [gw1] [ 94%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_symeig_cpu_complex64 2022-09-27T15:35:16.9677516Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_symeig_cpu_float32 2022-09-27T15:35:16.9696806Z [gw3] [ 94%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_tril_cpu_float32 2022-09-27T15:35:17.1866599Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trunc_cpu_float32 2022-09-27T15:35:17.1886587Z [gw3] [ 95%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_trunc_cpu_float32 2022-09-27T15:35:17.2020562Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unbind_cpu_complex64 2022-09-27T15:35:17.2033466Z [gw2] [ 95%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triu_cpu_complex64 2022-09-27T15:35:17.5521221Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triu_cpu_float32 2022-09-27T15:35:17.5550284Z [gw1] [ 95%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_symeig_cpu_float32 2022-09-27T15:35:17.8178425Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_t_cpu_complex64 2022-09-27T15:35:17.8184631Z [gw2] [ 95%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_triu_cpu_float32 2022-09-27T15:35:18.0816251Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_true_divide_cpu_complex64 2022-09-27T15:35:18.0824203Z [gw1] [ 95%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_t_cpu_complex64 2022-09-27T15:35:18.2864456Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_t_cpu_float32 2022-09-27T15:35:18.2881446Z [gw1] [ 95%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_t_cpu_float32 2022-09-27T15:35:18.4952151Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_along_dim_cpu_complex64 2022-09-27T15:35:18.4964722Z [gw3] [ 95%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unbind_cpu_complex64 2022-09-27T15:35:19.2061278Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unbind_cpu_float32 2022-09-27T15:35:19.2069191Z [gw1] [ 95%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_take_along_dim_cpu_complex64 2022-09-27T15:35:19.2750691Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unflatten_cpu_complex64 2022-09-27T15:35:19.2811134Z [gw3] [ 95%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unbind_cpu_float32 2022-09-27T15:35:19.5598276Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unfold_cpu_float32 2022-09-27T15:35:19.5617506Z [gw2] [ 95%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_true_divide_cpu_complex64 2022-09-27T15:35:20.3828774Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_true_divide_cpu_float32 2022-09-27T15:35:20.3843660Z [gw3] [ 96%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unfold_cpu_float32 2022-09-27T15:35:20.3872401Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_uniform_cpu_complex64 2022-09-27T15:35:20.4261355Z [gw3] [ 96%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_uniform_cpu_complex64 2022-09-27T15:35:20.4309111Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_uniform_cpu_float32 2022-09-27T15:35:20.4700954Z [gw3] [ 96%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_uniform_cpu_float32 2022-09-27T15:35:20.4719436Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unsqueeze_cpu_complex64 2022-09-27T15:35:20.4731105Z [gw2] [ 96%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_true_divide_cpu_float32 2022-09-27T15:35:20.5195945Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unique_consecutive_cpu_float32 2022-09-27T15:35:20.5207563Z [gw2] [ 96%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unique_consecutive_cpu_float32 2022-09-27T15:35:20.5669684Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unique_cpu_float32 2022-09-27T15:35:20.5683723Z [gw2] [ 96%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unique_cpu_float32 2022-09-27T15:35:20.9166831Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_cpu_complex64 2022-09-27T15:35:20.9193431Z [gw0] [ 96%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svd_cpu_complex64 2022-09-27T15:35:21.1169953Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svd_cpu_float32 2022-09-27T15:35:21.1175917Z [gw1] [ 96%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unflatten_cpu_complex64 2022-09-27T15:35:21.8722151Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unflatten_cpu_float32 2022-09-27T15:35:21.8735910Z [gw1] [ 96%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unflatten_cpu_float32 2022-09-27T15:35:21.8750946Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unfold_cpu_complex64 2022-09-27T15:35:21.8762514Z [gw3] [ 96%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unsqueeze_cpu_complex64 2022-09-27T15:35:22.1781496Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unsqueeze_cpu_float32 2022-09-27T15:35:22.1795478Z [gw2] [ 97%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_cpu_complex64 2022-09-27T15:35:22.5433127Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_cpu_float32 2022-09-27T15:35:22.5447328Z [gw3] [ 97%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unsqueeze_cpu_float32 2022-09-27T15:35:22.9086666Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_mean_cpu_float32 2022-09-27T15:35:22.9099707Z [gw2] [ 97%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_cpu_float32 2022-09-27T15:35:22.9124036Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vdot_cpu_complex64 2022-09-27T15:35:22.9141281Z [gw3] [ 97%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_mean_cpu_float32 2022-09-27T15:35:22.9903258Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vdot_cpu_float32 2022-09-27T15:35:22.9916430Z [gw3] [ 97%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vdot_cpu_float32 2022-09-27T15:35:23.1988540Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_cpu_complex64 2022-09-27T15:35:23.2000294Z [gw2] [ 97%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vdot_cpu_complex64 2022-09-27T15:35:23.2355391Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_complex_cpu_float32 2022-09-27T15:35:23.2459082Z [gw2] [ 97%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_complex_cpu_float32 2022-09-27T15:35:23.2737277Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_real_cpu_complex64 2022-09-27T15:35:23.2753977Z [gw3] [ 97%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_cpu_complex64 2022-09-27T15:35:23.3423498Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_cpu_float32 2022-09-27T15:35:23.3438682Z [gw2] [ 97%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_real_cpu_complex64 2022-09-27T15:35:23.4485488Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_cpu_complex64 2022-09-27T15:35:23.4497358Z [gw3] [ 97%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_as_cpu_float32 2022-09-27T15:35:23.5474009Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_cpu_float32 2022-09-27T15:35:23.5488265Z [gw1] [ 98%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_unfold_cpu_complex64 2022-09-27T15:35:23.7233188Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_mean_cpu_complex64 2022-09-27T15:35:23.7249292Z [gw3] [ 98%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_cpu_float32 2022-09-27T15:35:23.8788583Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vsplit_cpu_float32 2022-09-27T15:35:23.8800219Z [gw2] [ 98%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_view_cpu_complex64 2022-09-27T15:35:23.8930831Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vsplit_cpu_complex64 2022-09-27T15:35:23.8942066Z [gw3] [ 98%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vsplit_cpu_float32 2022-09-27T15:35:23.9710278Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vstack_cpu_float32 2022-09-27T15:35:23.9726541Z [gw3] [ 98%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vstack_cpu_float32 2022-09-27T15:35:23.9744337Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_where_cpu_float32 2022-09-27T15:35:24.0139741Z [gw3] [ 98%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_where_cpu_float32 2022-09-27T15:35:24.2277900Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_xlogy_cpu_float32 2022-09-27T15:35:24.2294348Z [gw2] [ 98%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vsplit_cpu_complex64 2022-09-27T15:35:24.2312347Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_where_cpu_complex64 2022-09-27T15:35:24.2698614Z [gw2] [ 98%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_where_cpu_complex64 2022-09-27T15:35:24.2737860Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zero__cpu_float32 2022-09-27T15:35:24.3064930Z [gw2] [ 98%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zero__cpu_float32 2022-09-27T15:35:24.3079572Z [gw1] [ 98%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_var_mean_cpu_complex64 2022-09-27T15:35:24.3138173Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vstack_cpu_complex64 2022-09-27T15:35:24.3155865Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_cpu_complex64 2022-09-27T15:35:24.3580476Z [gw2] [ 99%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_cpu_complex64 2022-09-27T15:35:24.3598802Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_cpu_float32 2022-09-27T15:35:24.4020913Z [gw2] [ 99%] SKIPPED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_cpu_float32 2022-09-27T15:35:24.4749363Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_like_cpu_float32 2022-09-27T15:35:24.4760129Z [gw1] [ 99%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_vstack_cpu_complex64 2022-09-27T15:35:24.5370817Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_like_cpu_complex64 2022-09-27T15:35:24.6479213Z [gw2] [ 99%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_like_cpu_float32 2022-09-27T15:35:24.7014355Z [gw1] [ 99%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zeros_like_cpu_complex64 2022-09-27T15:35:24.7027020Z [gw3] [ 99%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_xlogy_cpu_float32 2022-09-27T15:35:24.7088857Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zero__cpu_complex64 2022-09-27T15:35:30.2624606Z [gw3] [ 99%] XFAIL test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_zero__cpu_complex64 2022-09-27T15:35:30.2633131Z [gw0] [ 99%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svd_cpu_float32 2022-09-27T15:35:32.8062613Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svdvals_cpu_complex64 2022-09-27T15:35:32.8069096Z [gw0] [ 99%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svdvals_cpu_complex64 2022-09-27T15:35:34.0676618Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svdvals_cpu_float32 2022-09-27T15:35:34.0685873Z [gw0] [ 99%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_svdvals_cpu_float32 2022-09-27T15:35:34.2322839Z test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorinv_cpu_complex64 2022-09-27T15:35:35.5790675Z [gw0] [100%] PASSED test_ops_jit.py::TestJitCPU::test_variant_consistency_jit_linalg_tensorinv_cpu_complex64 2022-09-27T15:35:35.5792109Z 2022-09-27T15:35:35.5793052Z - generated xml file: /var/lib/jenkins/workspace/test/test-reports/python-pytest/test_ops_jit/test_ops_jit.xml - 2022-09-27T15:35:35.5797551Z === 753 passed, 107 skipped, 154 xfailed, 143 warnings in 289.24s (0:04:49) ==== 2022-09-27T15:35:35.5953983Z Skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-09-27T15:35:36.1355407Z Running test_decomp ... [2022-09-27 15:35:36.135116] 2022-09-27T15:35:36.1356010Z Executing ['/opt/conda/bin/python', '-bb', 'test_decomp.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:35:36.135202] 2022-09-27T15:35:38.4462068Z Test results will be stored in test-reports/python-unittest/test_decomp 2022-09-27T15:35:38.5673993Z 2022-09-27T15:35:38.5675656Z Running tests... 2022-09-27T15:35:38.5676089Z ---------------------------------------------------------------------- 2022-09-27T15:35:38.5926848Z test_comprehensive_H_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:35:38.5963036Z test_comprehensive_H_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:35:38.6158740Z test_comprehensive_H_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:35:38.6221414Z test_comprehensive_H_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:35:38.6398088Z test_comprehensive_H_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:35:38.6418955Z test_comprehensive_H_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:35:38.6483763Z test_comprehensive_H_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:35:38.6549205Z test_comprehensive_H_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:35:38.6576032Z test_comprehensive_H_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:35:38.6601497Z test_comprehensive_H_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:35:38.6627185Z test_comprehensive_H_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:35:38.6653068Z test_comprehensive_H_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:35:38.6678258Z test_comprehensive_H_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:35:38.6706323Z test_comprehensive_T_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:35:38.6736601Z test_comprehensive_T_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:35:38.6866209Z test_comprehensive_T_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:35:38.6939956Z test_comprehensive_T_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:35:38.7073143Z test_comprehensive_T_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:35:38.7098310Z test_comprehensive_T_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:35:38.7182145Z test_comprehensive_T_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:35:38.7265478Z test_comprehensive_T_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:35:38.7296547Z test_comprehensive_T_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:35:38.7326723Z test_comprehensive_T_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:35:38.7356707Z test_comprehensive_T_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:35:38.7386966Z test_comprehensive_T_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:35:38.7418022Z test_comprehensive_T_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:35:38.7653836Z test_comprehensive___getitem___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:35:38.7755784Z test_comprehensive___getitem___cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:35:38.8794631Z test_comprehensive___getitem___cpu_complex128 (__main__.TestDecompCPU) ... ok (0.104s) 2022-09-27T15:35:38.8912785Z test_comprehensive___getitem___cpu_complex32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:35:38.9974749Z test_comprehensive___getitem___cpu_complex64 (__main__.TestDecompCPU) ... ok (0.106s) 2022-09-27T15:35:39.0195571Z test_comprehensive___getitem___cpu_float16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:35:39.0922621Z test_comprehensive___getitem___cpu_float32 (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T15:35:39.1634734Z test_comprehensive___getitem___cpu_float64 (__main__.TestDecompCPU) ... ok (0.071s) 2022-09-27T15:35:39.1738559Z test_comprehensive___getitem___cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:35:39.1841342Z test_comprehensive___getitem___cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:35:39.1942843Z test_comprehensive___getitem___cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:35:39.2045304Z test_comprehensive___getitem___cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:35:39.2146989Z test_comprehensive___getitem___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:35:39.2304433Z test_comprehensive___radd___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:35:39.2512868Z test_comprehensive___radd___cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:35:39.4172186Z test_comprehensive___radd___cpu_complex128 (__main__.TestDecompCPU) ... ok (0.166s) 2022-09-27T15:35:39.5870348Z test_comprehensive___radd___cpu_complex64 (__main__.TestDecompCPU) ... ok (0.170s) 2022-09-27T15:35:39.6024929Z test_comprehensive___radd___cpu_float16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:35:39.7018351Z test_comprehensive___radd___cpu_float32 (__main__.TestDecompCPU) ... ok (0.099s) 2022-09-27T15:35:39.7979891Z test_comprehensive___radd___cpu_float64 (__main__.TestDecompCPU) ... ok (0.096s) 2022-09-27T15:35:39.8192230Z test_comprehensive___radd___cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:35:39.8404573Z test_comprehensive___radd___cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:35:39.8614127Z test_comprehensive___radd___cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:35:39.8825226Z test_comprehensive___radd___cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:35:39.9035683Z test_comprehensive___radd___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:35:39.9242915Z test_comprehensive___rand___cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:35:39.9453039Z test_comprehensive___rand___cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:35:39.9663003Z test_comprehensive___rand___cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:35:39.9869891Z test_comprehensive___rand___cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:35:40.0080629Z test_comprehensive___rand___cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:35:40.0288343Z test_comprehensive___rand___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:35:40.0692393Z test_comprehensive___rdiv___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.040s) 2022-09-27T15:35:40.1217578Z test_comprehensive___rdiv___cpu_bool (__main__.TestDecompCPU) ... ok (0.052s) 2022-09-27T15:35:40.7710696Z test_comprehensive___rdiv___cpu_complex128 (__main__.TestDecompCPU) ... ok (0.649s) 2022-09-27T15:35:41.4410468Z test_comprehensive___rdiv___cpu_complex64 (__main__.TestDecompCPU) ... ok (0.670s) 2022-09-27T15:35:41.4818877Z test_comprehensive___rdiv___cpu_float16 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T15:35:41.8108804Z test_comprehensive___rdiv___cpu_float32 (__main__.TestDecompCPU) ... ok (0.329s) 2022-09-27T15:35:42.1274869Z test_comprehensive___rdiv___cpu_float64 (__main__.TestDecompCPU) ... ok (0.317s) 2022-09-27T15:35:42.1720957Z test_comprehensive___rdiv___cpu_int16 (__main__.TestDecompCPU) ... ok (0.045s) 2022-09-27T15:35:42.2167033Z test_comprehensive___rdiv___cpu_int32 (__main__.TestDecompCPU) ... ok (0.044s) 2022-09-27T15:35:42.2609876Z test_comprehensive___rdiv___cpu_int64 (__main__.TestDecompCPU) ... ok (0.044s) 2022-09-27T15:35:42.3054523Z test_comprehensive___rdiv___cpu_int8 (__main__.TestDecompCPU) ... ok (0.044s) 2022-09-27T15:35:42.3496549Z test_comprehensive___rdiv___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.044s) 2022-09-27T15:35:42.3964522Z test_comprehensive___rmatmul___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T15:35:43.3333450Z test_comprehensive___rmatmul___cpu_complex128 (__main__.TestDecompCPU) ... ok (0.937s) 2022-09-27T15:35:44.2998040Z test_comprehensive___rmatmul___cpu_complex64 (__main__.TestDecompCPU) ... ok (0.966s) 2022-09-27T15:35:44.8117311Z test_comprehensive___rmatmul___cpu_float32 (__main__.TestDecompCPU) ... ok (0.512s) 2022-09-27T15:35:45.3157143Z test_comprehensive___rmatmul___cpu_float64 (__main__.TestDecompCPU) ... ok (0.504s) 2022-09-27T15:35:45.5112931Z test_comprehensive___rmatmul___cpu_int16 (__main__.TestDecompCPU) ... ok (0.196s) 2022-09-27T15:35:45.7056618Z test_comprehensive___rmatmul___cpu_int32 (__main__.TestDecompCPU) ... ok (0.194s) 2022-09-27T15:35:45.8991477Z test_comprehensive___rmatmul___cpu_int64 (__main__.TestDecompCPU) ... ok (0.193s) 2022-09-27T15:35:46.0968627Z test_comprehensive___rmatmul___cpu_int8 (__main__.TestDecompCPU) ... ok (0.198s) 2022-09-27T15:35:46.2900234Z test_comprehensive___rmatmul___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.193s) 2022-09-27T15:35:46.3437505Z test_comprehensive___rmod___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.054s) 2022-09-27T15:35:46.3964779Z test_comprehensive___rmod___cpu_float16 (__main__.TestDecompCPU) ... ok (0.053s) 2022-09-27T15:35:46.6757282Z test_comprehensive___rmod___cpu_float32 (__main__.TestDecompCPU) ... ok (0.279s) 2022-09-27T15:35:46.9457713Z test_comprehensive___rmod___cpu_float64 (__main__.TestDecompCPU) ... ok (0.270s) 2022-09-27T15:35:46.9691236Z test_comprehensive___rmul___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:35:46.9975707Z test_comprehensive___rmul___cpu_bool (__main__.TestDecompCPU) ... ok (0.028s) 2022-09-27T15:35:47.4136252Z test_comprehensive___rmul___cpu_complex128 (__main__.TestDecompCPU) ... ok (0.416s) 2022-09-27T15:35:47.8392249Z test_comprehensive___rmul___cpu_complex64 (__main__.TestDecompCPU) ... ok (0.425s) 2022-09-27T15:35:47.8639096Z test_comprehensive___rmul___cpu_float16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:35:48.0816133Z test_comprehensive___rmul___cpu_float32 (__main__.TestDecompCPU) ... ok (0.218s) 2022-09-27T15:35:48.2852921Z test_comprehensive___rmul___cpu_float64 (__main__.TestDecompCPU) ... ok (0.204s) 2022-09-27T15:35:48.3066124Z test_comprehensive___rmul___cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:35:48.3284229Z test_comprehensive___rmul___cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:35:48.3501364Z test_comprehensive___rmul___cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:35:48.3718672Z test_comprehensive___rmul___cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:35:48.3936351Z test_comprehensive___rmul___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:35:48.4147295Z test_comprehensive___ror___cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:35:48.4364582Z test_comprehensive___ror___cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:35:48.4581439Z test_comprehensive___ror___cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:35:48.4798503Z test_comprehensive___ror___cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:35:48.5009453Z test_comprehensive___ror___cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:35:48.5221977Z test_comprehensive___ror___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:35:48.5912656Z test_comprehensive___rpow___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.069s) 2022-09-27T15:35:49.2394395Z test_comprehensive___rpow___cpu_complex128 (__main__.TestDecompCPU) ... ok (0.648s) 2022-09-27T15:35:49.9065703Z test_comprehensive___rpow___cpu_complex64 (__main__.TestDecompCPU) ... ok (0.667s) 2022-09-27T15:35:49.9176881Z test_comprehensive___rpow___cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:35:50.2156227Z test_comprehensive___rpow___cpu_float32 (__main__.TestDecompCPU) ... ok (0.298s) 2022-09-27T15:35:50.5018372Z test_comprehensive___rpow___cpu_float64 (__main__.TestDecompCPU) ... ok (0.286s) 2022-09-27T15:35:50.5339222Z test_comprehensive___rpow___cpu_int16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:35:50.5660371Z test_comprehensive___rpow___cpu_int32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:35:50.5977863Z test_comprehensive___rpow___cpu_int64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:35:50.6300103Z test_comprehensive___rpow___cpu_int8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:35:50.6613486Z test_comprehensive___rpow___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T15:35:50.6774612Z test_comprehensive___rsub___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:35:50.9109930Z test_comprehensive___rsub___cpu_complex128 (__main__.TestDecompCPU) ... ok (0.233s) 2022-09-27T15:35:51.1490270Z test_comprehensive___rsub___cpu_complex64 (__main__.TestDecompCPU) ... ok (0.238s) 2022-09-27T15:35:51.1648460Z test_comprehensive___rsub___cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:35:51.3035712Z test_comprehensive___rsub___cpu_float32 (__main__.TestDecompCPU) ... ok (0.138s) 2022-09-27T15:35:51.4378422Z test_comprehensive___rsub___cpu_float64 (__main__.TestDecompCPU) ... ok (0.134s) 2022-09-27T15:35:51.4578420Z test_comprehensive___rsub___cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:35:51.4779132Z test_comprehensive___rsub___cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:35:51.4976890Z test_comprehensive___rsub___cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:35:51.5177258Z test_comprehensive___rsub___cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:35:51.5374203Z test_comprehensive___rsub___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:35:51.5583643Z test_comprehensive___rxor___cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:35:51.5794595Z test_comprehensive___rxor___cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:35:51.6011210Z test_comprehensive___rxor___cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:35:51.6224547Z test_comprehensive___rxor___cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:35:51.6435557Z test_comprehensive___rxor___cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:35:51.6649794Z test_comprehensive___rxor___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:35:52.0292664Z test_comprehensive__masked_amax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.364s) 2022-09-27T15:35:52.3927345Z test_comprehensive__masked_amax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.363s) 2022-09-27T15:35:53.2405249Z test_comprehensive__masked_amax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.848s) 2022-09-27T15:35:54.0684337Z test_comprehensive__masked_amax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.828s) 2022-09-27T15:35:54.2656247Z test_comprehensive__masked_amax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.197s) 2022-09-27T15:35:54.4619443Z test_comprehensive__masked_amax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.196s) 2022-09-27T15:35:54.6545499Z test_comprehensive__masked_amax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.192s) 2022-09-27T15:35:54.8519743Z test_comprehensive__masked_amax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.197s) 2022-09-27T15:35:55.0491792Z test_comprehensive__masked_amax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.197s) 2022-09-27T15:35:55.4117487Z test_comprehensive__masked_amin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.363s) 2022-09-27T15:35:55.7735258Z test_comprehensive__masked_amin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.362s) 2022-09-27T15:35:56.6250950Z test_comprehensive__masked_amin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.851s) 2022-09-27T15:35:57.4529867Z test_comprehensive__masked_amin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.828s) 2022-09-27T15:35:57.6489764Z test_comprehensive__masked_amin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.196s) 2022-09-27T15:35:57.8449637Z test_comprehensive__masked_amin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.196s) 2022-09-27T15:35:58.0372599Z test_comprehensive__masked_amin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.192s) 2022-09-27T15:35:58.2324679Z test_comprehensive__masked_amin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.195s) 2022-09-27T15:35:58.4283825Z test_comprehensive__masked_amin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.196s) 2022-09-27T15:35:58.4894058Z test_comprehensive__masked_argmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.061s) 2022-09-27T15:35:58.5506794Z test_comprehensive__masked_argmax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.061s) 2022-09-27T15:35:58.7142085Z test_comprehensive__masked_argmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.163s) 2022-09-27T15:35:58.8747244Z test_comprehensive__masked_argmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.160s) 2022-09-27T15:35:58.9831189Z test_comprehensive__masked_argmax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.108s) 2022-09-27T15:35:59.0912482Z test_comprehensive__masked_argmax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.108s) 2022-09-27T15:35:59.1727272Z test_comprehensive__masked_argmax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.081s) 2022-09-27T15:35:59.2806865Z test_comprehensive__masked_argmax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.108s) 2022-09-27T15:35:59.3886798Z test_comprehensive__masked_argmax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.108s) 2022-09-27T15:35:59.4495220Z test_comprehensive__masked_argmin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.061s) 2022-09-27T15:35:59.5102873Z test_comprehensive__masked_argmin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.061s) 2022-09-27T15:35:59.6735895Z test_comprehensive__masked_argmin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.163s) 2022-09-27T15:35:59.8337329Z test_comprehensive__masked_argmin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.160s) 2022-09-27T15:35:59.9416420Z test_comprehensive__masked_argmin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.108s) 2022-09-27T15:36:00.0495844Z test_comprehensive__masked_argmin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.108s) 2022-09-27T15:36:00.1312891Z test_comprehensive__masked_argmin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.082s) 2022-09-27T15:36:00.2389985Z test_comprehensive__masked_argmin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.108s) 2022-09-27T15:36:00.3470732Z test_comprehensive__masked_argmin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.108s) 2022-09-27T15:36:00.4265659Z test_comprehensive__masked_cumprod_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T15:36:01.2551642Z test_comprehensive__masked_cumprod_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.828s) 2022-09-27T15:36:02.1224354Z test_comprehensive__masked_cumprod_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.867s) 2022-09-27T15:36:02.5931904Z test_comprehensive__masked_cumprod_cpu_float32 (__main__.TestDecompCPU) ... ok (0.471s) 2022-09-27T15:36:03.0553845Z test_comprehensive__masked_cumprod_cpu_float64 (__main__.TestDecompCPU) ... ok (0.462s) 2022-09-27T15:36:03.1215620Z test_comprehensive__masked_cumprod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.066s) 2022-09-27T15:36:03.1875021Z test_comprehensive__masked_cumprod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.066s) 2022-09-27T15:36:03.2533978Z test_comprehensive__masked_cumprod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.066s) 2022-09-27T15:36:03.3193655Z test_comprehensive__masked_cumprod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.066s) 2022-09-27T15:36:03.3854367Z test_comprehensive__masked_cumprod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.066s) 2022-09-27T15:36:03.4140986Z test_comprehensive__masked_cumsum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.029s) 2022-09-27T15:36:03.7701594Z test_comprehensive__masked_cumsum_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.356s) 2022-09-27T15:36:04.1398276Z test_comprehensive__masked_cumsum_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.370s) 2022-09-27T15:36:04.3768056Z test_comprehensive__masked_cumsum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.237s) 2022-09-27T15:36:04.6069346Z test_comprehensive__masked_cumsum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.230s) 2022-09-27T15:36:04.6730095Z test_comprehensive__masked_cumsum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.066s) 2022-09-27T15:36:04.7394822Z test_comprehensive__masked_cumsum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.066s) 2022-09-27T15:36:04.8048947Z test_comprehensive__masked_cumsum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.065s) 2022-09-27T15:36:04.8714358Z test_comprehensive__masked_cumsum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.066s) 2022-09-27T15:36:04.9378844Z test_comprehensive__masked_cumsum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.066s) 2022-09-27T15:36:04.9763763Z test_comprehensive__masked_log_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:36:05.2702810Z test_comprehensive__masked_log_softmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.294s) 2022-09-27T15:36:05.5425230Z test_comprehensive__masked_log_softmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.272s) 2022-09-27T15:36:05.6228075Z test_comprehensive__masked_logaddexp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.080s) 2022-09-27T15:36:06.2903097Z test_comprehensive__masked_logaddexp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.667s) 2022-09-27T15:36:06.9402274Z test_comprehensive__masked_logaddexp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.650s) 2022-09-27T15:36:06.9406569Z test_comprehensive__masked_logsumexp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:36:06.9410683Z test_comprehensive__masked_logsumexp_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:36:06.9414451Z test_comprehensive__masked_logsumexp_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:36:06.9418273Z test_comprehensive__masked_logsumexp_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:36:06.9421852Z test_comprehensive__masked_logsumexp_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:36:06.9426297Z test_comprehensive__masked_logsumexp_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:36:06.9429674Z test_comprehensive__masked_logsumexp_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:36:06.9432921Z test_comprehensive__masked_logsumexp_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:36:07.3291416Z test_comprehensive__masked_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.386s) 2022-09-27T15:36:07.7877245Z test_comprehensive__masked_mean_cpu_bool (__main__.TestDecompCPU) ... ok (0.458s) 2022-09-27T15:36:08.9228599Z test_comprehensive__masked_mean_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.135s) 2022-09-27T15:36:10.0818266Z test_comprehensive__masked_mean_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.159s) 2022-09-27T15:36:10.4665319Z test_comprehensive__masked_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.385s) 2022-09-27T15:36:11.3858869Z test_comprehensive__masked_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.919s) 2022-09-27T15:36:12.2865510Z test_comprehensive__masked_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.901s) 2022-09-27T15:36:12.7480314Z test_comprehensive__masked_mean_cpu_int16 (__main__.TestDecompCPU) ... ok (0.461s) 2022-09-27T15:36:13.2105357Z test_comprehensive__masked_mean_cpu_int32 (__main__.TestDecompCPU) ... ok (0.462s) 2022-09-27T15:36:13.6625179Z test_comprehensive__masked_mean_cpu_int64 (__main__.TestDecompCPU) ... ok (0.452s) 2022-09-27T15:36:14.1234334Z test_comprehensive__masked_mean_cpu_int8 (__main__.TestDecompCPU) ... ok (0.461s) 2022-09-27T15:36:14.5834321Z test_comprehensive__masked_mean_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.460s) 2022-09-27T15:36:14.6259981Z test_comprehensive__masked_median_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.042s) 2022-09-27T15:36:14.8031237Z test_comprehensive__masked_median_cpu_float32 (__main__.TestDecompCPU) ... ok (0.177s) 2022-09-27T15:36:14.9739112Z test_comprehensive__masked_median_cpu_float64 (__main__.TestDecompCPU) ... ok (0.171s) 2022-09-27T15:36:16.9076319Z test_comprehensive__masked_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (1.934s) 2022-09-27T15:36:18.8270621Z test_comprehensive__masked_norm_cpu_float16 (__main__.TestDecompCPU) ... ok (1.919s) 2022-09-27T15:36:23.7408048Z test_comprehensive__masked_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (4.914s) 2022-09-27T15:36:28.5607124Z test_comprehensive__masked_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (4.820s) 2022-09-27T15:36:28.9075994Z test_comprehensive__masked_normalize_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.347s) 2022-09-27T15:36:30.7032049Z test_comprehensive__masked_normalize_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.795s) 2022-09-27T15:36:32.5768947Z test_comprehensive__masked_normalize_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.874s) 2022-09-27T15:36:32.9328266Z test_comprehensive__masked_normalize_cpu_float16 (__main__.TestDecompCPU) ... ok (0.356s) 2022-09-27T15:36:34.2388382Z test_comprehensive__masked_normalize_cpu_float32 (__main__.TestDecompCPU) ... ok (1.306s) 2022-09-27T15:36:35.5037155Z test_comprehensive__masked_normalize_cpu_float64 (__main__.TestDecompCPU) ... ok (1.265s) 2022-09-27T15:36:35.7829480Z test_comprehensive__masked_prod_cpu_bool (__main__.TestDecompCPU) ... ok (0.279s) 2022-09-27T15:36:38.2681528Z test_comprehensive__masked_prod_cpu_complex128 (__main__.TestDecompCPU) ... ok (2.485s) 2022-09-27T15:36:40.8226957Z test_comprehensive__masked_prod_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.554s) 2022-09-27T15:36:42.5886535Z test_comprehensive__masked_prod_cpu_float32 (__main__.TestDecompCPU) ... ok (1.766s) 2022-09-27T15:36:44.3055217Z test_comprehensive__masked_prod_cpu_float64 (__main__.TestDecompCPU) ... ok (1.717s) 2022-09-27T15:36:44.5868474Z test_comprehensive__masked_prod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.281s) 2022-09-27T15:36:44.8678913Z test_comprehensive__masked_prod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.281s) 2022-09-27T15:36:45.0966124Z test_comprehensive__masked_prod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.229s) 2022-09-27T15:36:45.3775956Z test_comprehensive__masked_prod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.281s) 2022-09-27T15:36:45.6580021Z test_comprehensive__masked_prod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.280s) 2022-09-27T15:36:45.6956773Z test_comprehensive__masked_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:36:45.9820269Z test_comprehensive__masked_softmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.286s) 2022-09-27T15:36:46.2477096Z test_comprehensive__masked_softmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.266s) 2022-09-27T15:36:46.2985963Z test_comprehensive__masked_softmin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.051s) 2022-09-27T15:36:46.6730330Z test_comprehensive__masked_softmin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.374s) 2022-09-27T15:36:47.0182722Z test_comprehensive__masked_softmin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.345s) 2022-09-27T15:36:47.9101389Z test_comprehensive__masked_std_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.892s) 2022-09-27T15:36:51.7852064Z test_comprehensive__masked_std_cpu_complex128 (__main__.TestDecompCPU) ... ok (3.875s) 2022-09-27T15:36:55.6601814Z test_comprehensive__masked_std_cpu_complex64 (__main__.TestDecompCPU) ... ok (3.875s) 2022-09-27T15:36:58.1925082Z test_comprehensive__masked_std_cpu_float32 (__main__.TestDecompCPU) ... ok (2.532s) 2022-09-27T15:37:00.8258116Z test_comprehensive__masked_std_cpu_float64 (__main__.TestDecompCPU) ... ok (2.633s) 2022-09-27T15:37:03.2085600Z test_comprehensive__masked_std_cpu_int16 (__main__.TestDecompCPU) ... ok (2.383s) 2022-09-27T15:37:05.5824791Z test_comprehensive__masked_std_cpu_int32 (__main__.TestDecompCPU) ... ok (2.374s) 2022-09-27T15:37:07.9567495Z test_comprehensive__masked_std_cpu_int64 (__main__.TestDecompCPU) ... ok (2.374s) 2022-09-27T15:37:10.3352392Z test_comprehensive__masked_std_cpu_int8 (__main__.TestDecompCPU) ... ok (2.378s) 2022-09-27T15:37:12.7159038Z test_comprehensive__masked_std_cpu_uint8 (__main__.TestDecompCPU) ... ok (2.381s) 2022-09-27T15:37:12.8923017Z test_comprehensive__masked_sum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.176s) 2022-09-27T15:37:13.0863014Z test_comprehensive__masked_sum_cpu_bool (__main__.TestDecompCPU) ... ok (0.194s) 2022-09-27T15:37:13.8027559Z test_comprehensive__masked_sum_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.716s) 2022-09-27T15:37:14.5365161Z test_comprehensive__masked_sum_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.734s) 2022-09-27T15:37:14.7123286Z test_comprehensive__masked_sum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.176s) 2022-09-27T15:37:15.2543733Z test_comprehensive__masked_sum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.542s) 2022-09-27T15:37:15.7834914Z test_comprehensive__masked_sum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.529s) 2022-09-27T15:37:15.9793118Z test_comprehensive__masked_sum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.196s) 2022-09-27T15:37:16.1752757Z test_comprehensive__masked_sum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.196s) 2022-09-27T15:37:16.3670290Z test_comprehensive__masked_sum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.192s) 2022-09-27T15:37:16.5626853Z test_comprehensive__masked_sum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.196s) 2022-09-27T15:37:16.7588124Z test_comprehensive__masked_sum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.196s) 2022-09-27T15:37:17.5577809Z test_comprehensive__masked_var_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.799s) 2022-09-27T15:37:21.0757029Z test_comprehensive__masked_var_cpu_complex128 (__main__.TestDecompCPU) ... ok (3.518s) 2022-09-27T15:37:24.6003982Z test_comprehensive__masked_var_cpu_complex64 (__main__.TestDecompCPU) ... ok (3.525s) 2022-09-27T15:37:25.3969527Z test_comprehensive__masked_var_cpu_float16 (__main__.TestDecompCPU) ... ok (0.796s) 2022-09-27T15:37:27.6971061Z test_comprehensive__masked_var_cpu_float32 (__main__.TestDecompCPU) ... ok (2.300s) 2022-09-27T15:37:30.1007966Z test_comprehensive__masked_var_cpu_float64 (__main__.TestDecompCPU) ... ok (2.404s) 2022-09-27T15:37:32.3274440Z test_comprehensive__masked_var_cpu_int16 (__main__.TestDecompCPU) ... ok (2.227s) 2022-09-27T15:37:34.5585257Z test_comprehensive__masked_var_cpu_int32 (__main__.TestDecompCPU) ... ok (2.231s) 2022-09-27T15:37:36.7775727Z test_comprehensive__masked_var_cpu_int64 (__main__.TestDecompCPU) ... ok (2.219s) 2022-09-27T15:37:39.0071895Z test_comprehensive__masked_var_cpu_int8 (__main__.TestDecompCPU) ... ok (2.229s) 2022-09-27T15:37:41.2457266Z test_comprehensive__masked_var_cpu_uint8 (__main__.TestDecompCPU) ... ok (2.239s) 2022-09-27T15:37:41.2494343Z test_comprehensive_abs_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:41.3006660Z test_comprehensive_abs_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.051s) 2022-09-27T15:37:41.3173352Z test_comprehensive_abs_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:37:41.3714438Z test_comprehensive_abs_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.054s) 2022-09-27T15:37:41.3744194Z test_comprehensive_abs_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:41.4121295Z test_comprehensive_abs_cpu_float32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:37:41.4479191Z test_comprehensive_abs_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:37:41.4538597Z test_comprehensive_abs_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:41.4596176Z test_comprehensive_abs_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:41.4653374Z test_comprehensive_abs_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:41.4710276Z test_comprehensive_abs_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:41.4766657Z test_comprehensive_abs_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:41.4867291Z test_comprehensive_acos_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:37:41.4900718Z test_comprehensive_acos_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:41.5245533Z test_comprehensive_acos_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:37:41.5597512Z test_comprehensive_acos_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:37:41.5819483Z test_comprehensive_acos_cpu_float32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:37:41.6036753Z test_comprehensive_acos_cpu_float64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:37:41.6071931Z test_comprehensive_acos_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:41.6105651Z test_comprehensive_acos_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:41.6138539Z test_comprehensive_acos_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:41.6171045Z test_comprehensive_acos_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:41.6203623Z test_comprehensive_acos_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:41.6281581Z test_comprehensive_acosh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:37:41.6312333Z test_comprehensive_acosh_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:41.6653798Z test_comprehensive_acosh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:37:41.7006389Z test_comprehensive_acosh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:37:41.7175841Z test_comprehensive_acosh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:37:41.7339858Z test_comprehensive_acosh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:37:41.7370123Z test_comprehensive_acosh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:41.7400308Z test_comprehensive_acosh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:41.7429740Z test_comprehensive_acosh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:41.7459690Z test_comprehensive_acosh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:41.7488580Z test_comprehensive_acosh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:41.7667801Z test_comprehensive_add_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:37:41.7903749Z test_comprehensive_add_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:37:41.9698728Z test_comprehensive_add_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.179s) 2022-09-27T15:37:42.0401052Z test_comprehensive_add_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.070s) 2022-09-27T15:37:42.2234964Z test_comprehensive_add_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.183s) 2022-09-27T15:37:42.2424428Z test_comprehensive_add_cpu_float16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:37:42.3506148Z test_comprehensive_add_cpu_float32 (__main__.TestDecompCPU) ... ok (0.108s) 2022-09-27T15:37:42.4550990Z test_comprehensive_add_cpu_float64 (__main__.TestDecompCPU) ... ok (0.104s) 2022-09-27T15:37:42.4791766Z test_comprehensive_add_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:37:42.5033827Z test_comprehensive_add_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:37:42.5273509Z test_comprehensive_add_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:37:42.5515668Z test_comprehensive_add_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:37:42.5756658Z test_comprehensive_add_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:37:42.5970564Z test_comprehensive_addbmm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:37:43.1519004Z test_comprehensive_addbmm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.555s) 2022-09-27T15:37:43.7254549Z test_comprehensive_addbmm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.573s) 2022-09-27T15:37:43.8703797Z test_comprehensive_addbmm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.145s) 2022-09-27T15:37:44.0113138Z test_comprehensive_addbmm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.141s) 2022-09-27T15:37:44.0131818Z test_comprehensive_addbmm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:44.0150867Z test_comprehensive_addbmm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:44.0170609Z test_comprehensive_addbmm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:44.0188702Z test_comprehensive_addbmm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:44.0205876Z test_comprehensive_addbmm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:44.0781273Z test_comprehensive_addcdiv_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.057s) 2022-09-27T15:37:44.5271924Z test_comprehensive_addcdiv_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.449s) 2022-09-27T15:37:44.9999375Z test_comprehensive_addcdiv_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.473s) 2022-09-27T15:37:45.2492340Z test_comprehensive_addcdiv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.249s) 2022-09-27T15:37:45.4901323Z test_comprehensive_addcdiv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.241s) 2022-09-27T15:37:45.5332676Z test_comprehensive_addcmul_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.043s) 2022-09-27T15:37:45.8675841Z test_comprehensive_addcmul_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.334s) 2022-09-27T15:37:46.2133990Z test_comprehensive_addcmul_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.346s) 2022-09-27T15:37:46.4014177Z test_comprehensive_addcmul_cpu_float32 (__main__.TestDecompCPU) ... ok (0.188s) 2022-09-27T15:37:46.5840356Z test_comprehensive_addcmul_cpu_float64 (__main__.TestDecompCPU) ... ok (0.183s) 2022-09-27T15:37:46.6009640Z test_comprehensive_addcmul_cpu_int16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:37:46.6176389Z test_comprehensive_addcmul_cpu_int32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:37:46.6336594Z test_comprehensive_addcmul_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:37:46.6502464Z test_comprehensive_addcmul_cpu_int8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:37:46.6668946Z test_comprehensive_addcmul_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:37:46.6771443Z test_comprehensive_addmm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:37:46.7427049Z test_comprehensive_addmm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.065s) 2022-09-27T15:37:46.8111467Z test_comprehensive_addmm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.068s) 2022-09-27T15:37:46.8389100Z test_comprehensive_addmm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.028s) 2022-09-27T15:37:46.8654557Z test_comprehensive_addmm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:37:46.8694328Z test_comprehensive_addmm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:46.8735898Z test_comprehensive_addmm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:46.8775244Z test_comprehensive_addmm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:46.8811882Z test_comprehensive_addmm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:46.8848762Z test_comprehensive_addmm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:46.8908101Z test_comprehensive_addmm_decomposed_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:46.9335690Z test_comprehensive_addmm_decomposed_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.043s) 2022-09-27T15:37:46.9781173Z test_comprehensive_addmm_decomposed_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.044s) 2022-09-27T15:37:46.9963801Z test_comprehensive_addmm_decomposed_cpu_float32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:37:47.0140118Z test_comprehensive_addmm_decomposed_cpu_float64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:37:47.0177807Z test_comprehensive_addmm_decomposed_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:47.0218409Z test_comprehensive_addmm_decomposed_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:47.0260296Z test_comprehensive_addmm_decomposed_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:47.0297280Z test_comprehensive_addmm_decomposed_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:47.0333576Z test_comprehensive_addmm_decomposed_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:47.0502667Z test_comprehensive_addmv_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:37:47.1702047Z test_comprehensive_addmv_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.120s) 2022-09-27T15:37:47.2927055Z test_comprehensive_addmv_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.122s) 2022-09-27T15:37:47.3533803Z test_comprehensive_addmv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.061s) 2022-09-27T15:37:47.4124134Z test_comprehensive_addmv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.059s) 2022-09-27T15:37:47.4140877Z test_comprehensive_addmv_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:47.4156489Z test_comprehensive_addmv_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:47.4171573Z test_comprehensive_addmv_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:47.4185542Z test_comprehensive_addmv_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:47.4199350Z test_comprehensive_addmv_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:47.4320981Z test_comprehensive_addr_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:37:47.4376612Z test_comprehensive_addr_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:47.5290358Z test_comprehensive_addr_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.091s) 2022-09-27T15:37:47.6231704Z test_comprehensive_addr_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.094s) 2022-09-27T15:37:47.6286153Z test_comprehensive_addr_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:47.6783748Z test_comprehensive_addr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.050s) 2022-09-27T15:37:47.7265076Z test_comprehensive_addr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T15:37:47.7324466Z test_comprehensive_addr_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:47.7382841Z test_comprehensive_addr_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:47.7438888Z test_comprehensive_addr_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:47.7496891Z test_comprehensive_addr_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:47.7554373Z test_comprehensive_addr_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:47.7697817Z test_comprehensive_all_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:37:47.7821183Z test_comprehensive_all_cpu_bool (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:37:47.8064027Z test_comprehensive_all_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:37:47.8307984Z test_comprehensive_all_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:37:47.8449476Z test_comprehensive_all_cpu_float16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:37:47.8631697Z test_comprehensive_all_cpu_float32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:37:47.8811068Z test_comprehensive_all_cpu_float64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:37:47.8942985Z test_comprehensive_all_cpu_int16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:37:47.9073752Z test_comprehensive_all_cpu_int32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:37:47.9203641Z test_comprehensive_all_cpu_int64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:37:47.9334500Z test_comprehensive_all_cpu_int8 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:37:47.9469224Z test_comprehensive_all_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:37:47.9518199Z test_comprehensive_allclose_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:47.9577373Z test_comprehensive_allclose_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:47.9638542Z test_comprehensive_allclose_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:47.9683898Z test_comprehensive_allclose_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:47.9730095Z test_comprehensive_allclose_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:47.9772472Z test_comprehensive_allclose_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:48.0499106Z test_comprehensive_amax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T15:37:48.0653306Z test_comprehensive_amax_cpu_bool (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:37:48.1375679Z test_comprehensive_amax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.072s) 2022-09-27T15:37:48.2857302Z test_comprehensive_amax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.148s) 2022-09-27T15:37:48.4303072Z test_comprehensive_amax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.145s) 2022-09-27T15:37:48.4461322Z test_comprehensive_amax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:37:48.4618122Z test_comprehensive_amax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:37:48.4770568Z test_comprehensive_amax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:37:48.4929264Z test_comprehensive_amax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:37:48.5084457Z test_comprehensive_amax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:37:48.5814409Z test_comprehensive_amin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T15:37:48.5970415Z test_comprehensive_amin_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:37:48.6696144Z test_comprehensive_amin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.072s) 2022-09-27T15:37:48.8174179Z test_comprehensive_amin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.148s) 2022-09-27T15:37:48.9628745Z test_comprehensive_amin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.145s) 2022-09-27T15:37:48.9786611Z test_comprehensive_amin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:37:48.9945165Z test_comprehensive_amin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:37:49.0097549Z test_comprehensive_amin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:37:49.0253921Z test_comprehensive_amin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:37:49.0410481Z test_comprehensive_amin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:37:49.0427660Z test_comprehensive_aminmax_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:49.0442916Z test_comprehensive_aminmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:49.0458758Z test_comprehensive_aminmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:49.0472434Z test_comprehensive_aminmax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:49.0484870Z test_comprehensive_aminmax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:49.0497389Z test_comprehensive_aminmax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:49.0509479Z test_comprehensive_aminmax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:49.0521636Z test_comprehensive_aminmax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:49.0537241Z test_comprehensive_angle_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:49.0547857Z test_comprehensive_angle_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:49.1721237Z test_comprehensive_angle_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.117s) 2022-09-27T15:37:49.2934234Z test_comprehensive_angle_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.121s) 2022-09-27T15:37:49.2950891Z test_comprehensive_angle_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:49.2965570Z test_comprehensive_angle_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:49.2980218Z test_comprehensive_angle_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:49.2990995Z test_comprehensive_angle_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:49.3002050Z test_comprehensive_angle_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:49.3013292Z test_comprehensive_angle_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:49.3024368Z test_comprehensive_angle_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:49.3035658Z test_comprehensive_angle_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:49.3173897Z test_comprehensive_any_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:37:49.3293177Z test_comprehensive_any_cpu_bool (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:37:49.3526194Z test_comprehensive_any_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:37:49.3763513Z test_comprehensive_any_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:37:49.3898834Z test_comprehensive_any_cpu_float16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:37:49.4074599Z test_comprehensive_any_cpu_float32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:37:49.4247017Z test_comprehensive_any_cpu_float64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:37:49.4373036Z test_comprehensive_any_cpu_int16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:37:49.4498715Z test_comprehensive_any_cpu_int32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:37:49.4623901Z test_comprehensive_any_cpu_int64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:37:49.4749379Z test_comprehensive_any_cpu_int8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:37:49.4879741Z test_comprehensive_any_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:37:49.4964279Z test_comprehensive_arange_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:37:49.5043014Z test_comprehensive_arange_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:37:49.5168408Z test_comprehensive_arange_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:37:49.5288935Z test_comprehensive_arange_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:37:49.5392735Z test_comprehensive_arange_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:37:49.5496133Z test_comprehensive_arange_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:37:49.5595120Z test_comprehensive_arange_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:37:49.5694610Z test_comprehensive_arange_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:37:49.5792907Z test_comprehensive_arange_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:37:49.5810302Z test_comprehensive_argmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:49.5827434Z test_comprehensive_argmax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:49.5844224Z test_comprehensive_argmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:49.5861517Z test_comprehensive_argmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:49.5876725Z test_comprehensive_argmax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:49.5892540Z test_comprehensive_argmax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:49.5907694Z test_comprehensive_argmax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:49.5922899Z test_comprehensive_argmax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:49.5938502Z test_comprehensive_argmax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:49.5955293Z test_comprehensive_argmin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:49.5972236Z test_comprehensive_argmin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:49.5990772Z test_comprehensive_argmin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:49.6007498Z test_comprehensive_argmin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:49.6023003Z test_comprehensive_argmin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:49.6038217Z test_comprehensive_argmin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:49.6053802Z test_comprehensive_argmin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:49.6069017Z test_comprehensive_argmin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:49.6084282Z test_comprehensive_argmin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:49.6124755Z test_comprehensive_argsort_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:49.6155782Z test_comprehensive_argsort_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:49.6193664Z test_comprehensive_argsort_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:49.6229219Z test_comprehensive_argsort_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:49.6266326Z test_comprehensive_argsort_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:49.6300475Z test_comprehensive_argsort_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:49.6334446Z test_comprehensive_argsort_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:49.6366939Z test_comprehensive_argsort_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:49.6400092Z test_comprehensive_argsort_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:49.6433263Z test_comprehensive_argsort_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:49.6452785Z test_comprehensive_argwhere_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:49.6466563Z test_comprehensive_argwhere_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:49.6481937Z test_comprehensive_argwhere_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:49.6498101Z test_comprehensive_argwhere_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:49.6513139Z test_comprehensive_argwhere_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:49.6527762Z test_comprehensive_argwhere_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:49.6542894Z test_comprehensive_argwhere_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:49.6557122Z test_comprehensive_argwhere_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:49.6570218Z test_comprehensive_argwhere_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:49.6583862Z test_comprehensive_argwhere_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:49.6597007Z test_comprehensive_argwhere_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:49.6610664Z test_comprehensive_argwhere_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:49.6688457Z test_comprehensive_as_strided_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:37:49.6701683Z test_comprehensive_as_strided_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:49.6945705Z test_comprehensive_as_strided_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:37:49.6963368Z test_comprehensive_as_strided_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:49.7210706Z test_comprehensive_as_strided_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:37:49.7285138Z test_comprehensive_as_strided_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:37:49.7467235Z test_comprehensive_as_strided_cpu_float32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:37:49.7646431Z test_comprehensive_as_strided_cpu_float64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:37:49.7661785Z test_comprehensive_as_strided_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:49.7675680Z test_comprehensive_as_strided_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:49.7688099Z test_comprehensive_as_strided_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:49.7700632Z test_comprehensive_as_strided_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:49.7713164Z test_comprehensive_as_strided_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:49.7717227Z test_comprehensive_as_strided_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:37:49.7721035Z test_comprehensive_as_strided_scatter_cpu_bool (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:37:49.7725434Z test_comprehensive_as_strided_scatter_cpu_complex128 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:37:49.7728396Z test_comprehensive_as_strided_scatter_cpu_complex32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:37:49.7732028Z test_comprehensive_as_strided_scatter_cpu_complex64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:37:49.7735741Z test_comprehensive_as_strided_scatter_cpu_float16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:37:49.7739366Z test_comprehensive_as_strided_scatter_cpu_float32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:37:49.7743615Z test_comprehensive_as_strided_scatter_cpu_float64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:37:49.7746765Z test_comprehensive_as_strided_scatter_cpu_int16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:37:49.7750195Z test_comprehensive_as_strided_scatter_cpu_int32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:37:49.7753625Z test_comprehensive_as_strided_scatter_cpu_int64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:37:49.7757728Z test_comprehensive_as_strided_scatter_cpu_int8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:37:49.7760926Z test_comprehensive_as_strided_scatter_cpu_uint8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:37:49.7807392Z test_comprehensive_asin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:49.7873110Z test_comprehensive_asin_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:49.9373018Z test_comprehensive_asin_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.150s) 2022-09-27T15:37:50.0761371Z test_comprehensive_asin_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.139s) 2022-09-27T15:37:50.1413079Z test_comprehensive_asin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.065s) 2022-09-27T15:37:50.2024592Z test_comprehensive_asin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.061s) 2022-09-27T15:37:50.2087595Z test_comprehensive_asin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:50.2150435Z test_comprehensive_asin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:50.2212520Z test_comprehensive_asin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:50.2274948Z test_comprehensive_asin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:50.2336036Z test_comprehensive_asin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:50.2376437Z test_comprehensive_asinh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:50.2435673Z test_comprehensive_asinh_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:50.3475576Z test_comprehensive_asinh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.104s) 2022-09-27T15:37:50.4568111Z test_comprehensive_asinh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.109s) 2022-09-27T15:37:50.5060745Z test_comprehensive_asinh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.049s) 2022-09-27T15:37:50.5527174Z test_comprehensive_asinh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T15:37:50.5589260Z test_comprehensive_asinh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:50.5652138Z test_comprehensive_asinh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:50.5712496Z test_comprehensive_asinh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:50.5772826Z test_comprehensive_asinh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:50.5832117Z test_comprehensive_asinh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:50.6349287Z test_comprehensive_atan2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.052s) 2022-09-27T15:37:50.6587550Z test_comprehensive_atan2_cpu_bool (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:37:51.1961541Z test_comprehensive_atan2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.537s) 2022-09-27T15:37:51.6977037Z test_comprehensive_atan2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.501s) 2022-09-27T15:37:51.7218389Z test_comprehensive_atan2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:37:51.7460111Z test_comprehensive_atan2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:37:51.7700199Z test_comprehensive_atan2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:37:51.7941653Z test_comprehensive_atan2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:37:51.8182007Z test_comprehensive_atan2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:37:51.8221891Z test_comprehensive_atan_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:51.8284176Z test_comprehensive_atan_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:51.9423719Z test_comprehensive_atan_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.114s) 2022-09-27T15:37:52.0502976Z test_comprehensive_atan_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.108s) 2022-09-27T15:37:52.0989813Z test_comprehensive_atan_cpu_float32 (__main__.TestDecompCPU) ... ok (0.049s) 2022-09-27T15:37:52.1446651Z test_comprehensive_atan_cpu_float64 (__main__.TestDecompCPU) ... ok (0.046s) 2022-09-27T15:37:52.1510459Z test_comprehensive_atan_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:52.1572616Z test_comprehensive_atan_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:52.1634110Z test_comprehensive_atan_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:52.1696536Z test_comprehensive_atan_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:52.1757195Z test_comprehensive_atan_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:52.1796165Z test_comprehensive_atanh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:52.1855130Z test_comprehensive_atanh_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:52.2733157Z test_comprehensive_atanh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.088s) 2022-09-27T15:37:52.3660626Z test_comprehensive_atanh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.093s) 2022-09-27T15:37:52.4066232Z test_comprehensive_atanh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.040s) 2022-09-27T15:37:52.4450930Z test_comprehensive_atanh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:37:52.4511559Z test_comprehensive_atanh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:52.4572662Z test_comprehensive_atanh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:52.4631940Z test_comprehensive_atanh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:52.4690862Z test_comprehensive_atanh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:52.4749007Z test_comprehensive_atanh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:52.4791628Z test_comprehensive_atleast_1d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:52.4810670Z test_comprehensive_atleast_1d_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:52.4886516Z test_comprehensive_atleast_1d_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:37:52.4927283Z test_comprehensive_atleast_1d_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:52.5005738Z test_comprehensive_atleast_1d_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:37:52.5043029Z test_comprehensive_atleast_1d_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:52.5103467Z test_comprehensive_atleast_1d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:52.5161278Z test_comprehensive_atleast_1d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:52.5180888Z test_comprehensive_atleast_1d_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:52.5200116Z test_comprehensive_atleast_1d_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:52.5219217Z test_comprehensive_atleast_1d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:52.5238366Z test_comprehensive_atleast_1d_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:52.5257968Z test_comprehensive_atleast_1d_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:52.5308201Z test_comprehensive_atleast_2d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:52.5337572Z test_comprehensive_atleast_2d_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:52.5468233Z test_comprehensive_atleast_2d_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:37:52.5536818Z test_comprehensive_atleast_2d_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:37:52.5673098Z test_comprehensive_atleast_2d_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:37:52.5720015Z test_comprehensive_atleast_2d_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:52.5819245Z test_comprehensive_atleast_2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:37:52.5915618Z test_comprehensive_atleast_2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:37:52.5946070Z test_comprehensive_atleast_2d_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:52.5976064Z test_comprehensive_atleast_2d_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:52.6004681Z test_comprehensive_atleast_2d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:52.6034503Z test_comprehensive_atleast_2d_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:52.6064297Z test_comprehensive_atleast_2d_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:52.6132230Z test_comprehensive_atleast_3d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:37:52.6187534Z test_comprehensive_atleast_3d_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:52.6464087Z test_comprehensive_atleast_3d_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.028s) 2022-09-27T15:37:52.6606541Z test_comprehensive_atleast_3d_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:37:52.6893639Z test_comprehensive_atleast_3d_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-09-27T15:37:52.6958969Z test_comprehensive_atleast_3d_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:37:52.7159059Z test_comprehensive_atleast_3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:37:52.7352082Z test_comprehensive_atleast_3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:37:52.7408801Z test_comprehensive_atleast_3d_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:52.7465460Z test_comprehensive_atleast_3d_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:52.7519587Z test_comprehensive_atleast_3d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:52.7575854Z test_comprehensive_atleast_3d_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:52.7632265Z test_comprehensive_atleast_3d_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:52.7781546Z test_comprehensive_baddbmm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:37:53.3403115Z test_comprehensive_baddbmm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.562s) 2022-09-27T15:37:53.9243290Z test_comprehensive_baddbmm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.584s) 2022-09-27T15:37:54.0531913Z test_comprehensive_baddbmm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.129s) 2022-09-27T15:37:54.1759121Z test_comprehensive_baddbmm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.123s) 2022-09-27T15:37:54.1775830Z test_comprehensive_baddbmm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:54.1790546Z test_comprehensive_baddbmm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:54.1804698Z test_comprehensive_baddbmm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:54.1819513Z test_comprehensive_baddbmm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:54.1834166Z test_comprehensive_baddbmm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:54.1892093Z test_comprehensive_bernoulli_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:54.1921323Z test_comprehensive_bernoulli_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:54.1950201Z test_comprehensive_bernoulli_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:54.1977505Z test_comprehensive_bfloat16_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:54.2026766Z test_comprehensive_bfloat16_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:54.2190272Z test_comprehensive_bfloat16_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:37:54.2293117Z test_comprehensive_bfloat16_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:37:54.2458723Z test_comprehensive_bfloat16_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:37:54.2512604Z test_comprehensive_bfloat16_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:54.2648695Z test_comprehensive_bfloat16_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:37:54.2782821Z test_comprehensive_bfloat16_cpu_float64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:37:54.2831149Z test_comprehensive_bfloat16_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:54.2879194Z test_comprehensive_bfloat16_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:54.2926242Z test_comprehensive_bfloat16_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:54.2973467Z test_comprehensive_bfloat16_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:54.3020861Z test_comprehensive_bfloat16_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:54.3040105Z test_comprehensive_bincount_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:54.3057236Z test_comprehensive_bincount_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:54.3073815Z test_comprehensive_bincount_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:54.3090731Z test_comprehensive_bincount_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:54.3107928Z test_comprehensive_bincount_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:54.3321257Z test_comprehensive_bitwise_and_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:37:54.3533681Z test_comprehensive_bitwise_and_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:37:54.3745890Z test_comprehensive_bitwise_and_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:37:54.3955663Z test_comprehensive_bitwise_and_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:37:54.4167073Z test_comprehensive_bitwise_and_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:37:54.4375949Z test_comprehensive_bitwise_and_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:37:54.4588255Z test_comprehensive_bitwise_left_shift_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:37:54.4798798Z test_comprehensive_bitwise_left_shift_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:37:54.5006652Z test_comprehensive_bitwise_left_shift_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:37:54.5216588Z test_comprehensive_bitwise_left_shift_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:37:54.5425864Z test_comprehensive_bitwise_left_shift_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:37:54.5453618Z test_comprehensive_bitwise_not_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:54.5480270Z test_comprehensive_bitwise_not_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:54.5506578Z test_comprehensive_bitwise_not_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:54.5531957Z test_comprehensive_bitwise_not_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:54.5557748Z test_comprehensive_bitwise_not_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:54.5583787Z test_comprehensive_bitwise_not_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:54.5791105Z test_comprehensive_bitwise_or_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:37:54.6002553Z test_comprehensive_bitwise_or_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:37:54.6213417Z test_comprehensive_bitwise_or_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:37:54.6422865Z test_comprehensive_bitwise_or_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:37:54.6634838Z test_comprehensive_bitwise_or_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:37:54.6844121Z test_comprehensive_bitwise_or_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:37:54.7057332Z test_comprehensive_bitwise_right_shift_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:37:54.7267863Z test_comprehensive_bitwise_right_shift_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:37:54.7483011Z test_comprehensive_bitwise_right_shift_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:37:54.7693252Z test_comprehensive_bitwise_right_shift_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:37:54.7902448Z test_comprehensive_bitwise_right_shift_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:37:54.8109768Z test_comprehensive_bitwise_xor_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:37:54.8320111Z test_comprehensive_bitwise_xor_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:37:54.8530677Z test_comprehensive_bitwise_xor_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:37:54.8739213Z test_comprehensive_bitwise_xor_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:37:54.8949294Z test_comprehensive_bitwise_xor_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:37:54.9158205Z test_comprehensive_bitwise_xor_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:37:54.9223095Z test_comprehensive_block_diag_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:54.9235677Z test_comprehensive_block_diag_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:54.9402436Z test_comprehensive_block_diag_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:37:54.9427625Z test_comprehensive_block_diag_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:54.9859396Z test_comprehensive_block_diag_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.043s) 2022-09-27T15:37:54.9919197Z test_comprehensive_block_diag_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:55.0045855Z test_comprehensive_block_diag_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:37:55.0168135Z test_comprehensive_block_diag_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:37:55.0181301Z test_comprehensive_block_diag_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:55.0194208Z test_comprehensive_block_diag_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:55.0206889Z test_comprehensive_block_diag_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:55.0219755Z test_comprehensive_block_diag_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:55.0232401Z test_comprehensive_block_diag_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:55.0253533Z test_comprehensive_bmm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:55.0644431Z test_comprehensive_bmm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.039s) 2022-09-27T15:37:55.1047865Z test_comprehensive_bmm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-09-27T15:37:55.1271223Z test_comprehensive_bmm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:37:55.1482970Z test_comprehensive_bmm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:37:55.1494381Z test_comprehensive_bmm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:55.1504780Z test_comprehensive_bmm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:55.1514693Z test_comprehensive_bmm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:55.1524668Z test_comprehensive_bmm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:55.1534679Z test_comprehensive_bmm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:55.1583498Z test_comprehensive_bool_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:55.1605723Z test_comprehensive_bool_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:55.1696030Z test_comprehensive_bool_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:37:55.1789075Z test_comprehensive_bool_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:37:55.1880568Z test_comprehensive_bool_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:37:55.1929367Z test_comprehensive_bool_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:55.1993998Z test_comprehensive_bool_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:55.2059169Z test_comprehensive_bool_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:55.2103067Z test_comprehensive_bool_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:55.2146466Z test_comprehensive_bool_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:55.2190115Z test_comprehensive_bool_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:55.2233779Z test_comprehensive_bool_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:55.2277575Z test_comprehensive_bool_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:55.2288360Z test_comprehensive_broadcast_shapes_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:37:55.2342429Z test_comprehensive_broadcast_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:55.2375370Z test_comprehensive_broadcast_tensors_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:55.2570185Z test_comprehensive_broadcast_tensors_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:37:55.2774393Z test_comprehensive_broadcast_tensors_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:37:55.2833579Z test_comprehensive_broadcast_tensors_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:55.2976650Z test_comprehensive_broadcast_tensors_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:37:55.3116334Z test_comprehensive_broadcast_tensors_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:37:55.3152234Z test_comprehensive_broadcast_tensors_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:55.3185012Z test_comprehensive_broadcast_tensors_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:55.3216220Z test_comprehensive_broadcast_tensors_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:55.3248174Z test_comprehensive_broadcast_tensors_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:55.3280351Z test_comprehensive_broadcast_tensors_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:55.3367577Z test_comprehensive_broadcast_to_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:37:55.3419141Z test_comprehensive_broadcast_to_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:55.3867447Z test_comprehensive_broadcast_to_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.045s) 2022-09-27T15:37:55.4343222Z test_comprehensive_broadcast_to_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T15:37:55.4437504Z test_comprehensive_broadcast_to_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:37:55.4741793Z test_comprehensive_broadcast_to_cpu_float32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:37:55.5033036Z test_comprehensive_broadcast_to_cpu_float64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-09-27T15:37:55.5090443Z test_comprehensive_broadcast_to_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:55.5143663Z test_comprehensive_broadcast_to_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:55.5194106Z test_comprehensive_broadcast_to_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:55.5246419Z test_comprehensive_broadcast_to_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:55.5298402Z test_comprehensive_broadcast_to_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:55.5338464Z test_comprehensive_bucketize_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:55.5372605Z test_comprehensive_bucketize_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:55.5406222Z test_comprehensive_bucketize_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:55.5439957Z test_comprehensive_bucketize_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:37:55.5462394Z test_comprehensive_bucketize_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:55.5484367Z test_comprehensive_bucketize_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:55.5506552Z test_comprehensive_bucketize_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:55.5528588Z test_comprehensive_bucketize_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:55.5551543Z test_comprehensive_bucketize_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:55.5604747Z test_comprehensive_byte_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:55.5647498Z test_comprehensive_byte_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:55.5737149Z test_comprehensive_byte_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:37:55.5827954Z test_comprehensive_byte_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:37:55.5880203Z test_comprehensive_byte_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:55.5944722Z test_comprehensive_byte_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:55.6007883Z test_comprehensive_byte_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:55.6051009Z test_comprehensive_byte_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:55.6094414Z test_comprehensive_byte_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:55.6141165Z test_comprehensive_byte_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:55.6184676Z test_comprehensive_byte_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:55.6205943Z test_comprehensive_byte_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:55.6311642Z test_comprehensive_cartesian_prod_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:37:55.6410443Z test_comprehensive_cartesian_prod_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:37:55.6806429Z test_comprehensive_cartesian_prod_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.040s) 2022-09-27T15:37:55.7218461Z test_comprehensive_cartesian_prod_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T15:37:55.7325500Z test_comprehensive_cartesian_prod_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:37:55.7632468Z test_comprehensive_cartesian_prod_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T15:37:55.7934311Z test_comprehensive_cartesian_prod_cpu_float64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:37:55.8041439Z test_comprehensive_cartesian_prod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:37:55.8142307Z test_comprehensive_cartesian_prod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:37:55.8243975Z test_comprehensive_cartesian_prod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:37:55.8344061Z test_comprehensive_cartesian_prod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:37:55.8448735Z test_comprehensive_cartesian_prod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:37:55.8514242Z test_comprehensive_cat_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:55.8600178Z test_comprehensive_cat_cpu_bool (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:37:55.8847858Z test_comprehensive_cat_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:37:55.9077298Z test_comprehensive_cat_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:37:55.9335037Z test_comprehensive_cat_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:37:55.9403255Z test_comprehensive_cat_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:37:55.9572373Z test_comprehensive_cat_cpu_float32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:37:55.9734234Z test_comprehensive_cat_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:37:55.9821558Z test_comprehensive_cat_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:37:55.9905036Z test_comprehensive_cat_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:37:55.9985918Z test_comprehensive_cat_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:37:56.0070580Z test_comprehensive_cat_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:37:56.0153189Z test_comprehensive_cat_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:37:57.7193965Z test_comprehensive_cdist_cpu_float32 (__main__.TestDecompCPU) ... ok (1.704s) 2022-09-27T15:37:59.3711801Z test_comprehensive_cdist_cpu_float64 (__main__.TestDecompCPU) ... ok (1.652s) 2022-09-27T15:37:59.3736279Z test_comprehensive_ceil_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:59.3833901Z test_comprehensive_ceil_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:37:59.3924385Z test_comprehensive_ceil_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:37:59.3983523Z test_comprehensive_ceil_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:59.4041530Z test_comprehensive_ceil_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:59.4099759Z test_comprehensive_ceil_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:59.4157009Z test_comprehensive_ceil_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:59.4213781Z test_comprehensive_ceil_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:59.4300640Z test_comprehensive_chalf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:37:59.4349490Z test_comprehensive_chalf_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:59.4539500Z test_comprehensive_chalf_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:37:59.4582179Z test_comprehensive_chalf_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:59.4775147Z test_comprehensive_chalf_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:37:59.4844622Z test_comprehensive_chalf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:37:59.4986172Z test_comprehensive_chalf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:37:59.5125231Z test_comprehensive_chalf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:37:59.5175792Z test_comprehensive_chalf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:59.5226460Z test_comprehensive_chalf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:59.5276302Z test_comprehensive_chalf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:59.5326447Z test_comprehensive_chalf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:59.5376910Z test_comprehensive_chalf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:59.5426309Z test_comprehensive_char_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:59.5469654Z test_comprehensive_char_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:59.5559032Z test_comprehensive_char_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:37:59.5652345Z test_comprehensive_char_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:37:59.5743499Z test_comprehensive_char_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:37:59.5793318Z test_comprehensive_char_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:37:59.5858965Z test_comprehensive_char_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:59.5922898Z test_comprehensive_char_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:37:59.5967338Z test_comprehensive_char_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:59.6011574Z test_comprehensive_char_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:59.6055585Z test_comprehensive_char_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:59.6077970Z test_comprehensive_char_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:37:59.6121862Z test_comprehensive_char_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:37:59.8655277Z test_comprehensive_cholesky_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.253s) 2022-09-27T15:38:00.1250381Z test_comprehensive_cholesky_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.259s) 2022-09-27T15:38:00.2961790Z test_comprehensive_cholesky_cpu_float32 (__main__.TestDecompCPU) ... ok (0.171s) 2022-09-27T15:38:00.4604704Z test_comprehensive_cholesky_cpu_float64 (__main__.TestDecompCPU) ... ok (0.164s) 2022-09-27T15:38:00.7450248Z test_comprehensive_cholesky_inverse_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.284s) 2022-09-27T15:38:01.0332196Z test_comprehensive_cholesky_inverse_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.288s) 2022-09-27T15:38:01.2067809Z test_comprehensive_cholesky_inverse_cpu_float32 (__main__.TestDecompCPU) ... ok (0.174s) 2022-09-27T15:38:01.3868039Z test_comprehensive_cholesky_inverse_cpu_float64 (__main__.TestDecompCPU) ... ok (0.180s) 2022-09-27T15:38:01.6200417Z test_comprehensive_cholesky_solve_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.233s) 2022-09-27T15:38:01.8565425Z test_comprehensive_cholesky_solve_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.236s) 2022-09-27T15:38:01.9985054Z test_comprehensive_cholesky_solve_cpu_float32 (__main__.TestDecompCPU) ... ok (0.142s) 2022-09-27T15:38:02.1372345Z test_comprehensive_cholesky_solve_cpu_float64 (__main__.TestDecompCPU) ... ok (0.139s) 2022-09-27T15:38:02.1430151Z test_comprehensive_chunk_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:02.1679500Z test_comprehensive_chunk_cpu_bool (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:38:02.2617393Z test_comprehensive_chunk_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.094s) 2022-09-27T15:38:02.3345481Z test_comprehensive_chunk_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T15:38:02.4336901Z test_comprehensive_chunk_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.099s) 2022-09-27T15:38:02.4392641Z test_comprehensive_chunk_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:02.4961857Z test_comprehensive_chunk_cpu_float32 (__main__.TestDecompCPU) ... ok (0.057s) 2022-09-27T15:38:02.5509777Z test_comprehensive_chunk_cpu_float64 (__main__.TestDecompCPU) ... ok (0.055s) 2022-09-27T15:38:02.5762758Z test_comprehensive_chunk_cpu_int16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:38:02.6016646Z test_comprehensive_chunk_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:38:02.6264584Z test_comprehensive_chunk_cpu_int64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:38:02.6515231Z test_comprehensive_chunk_cpu_int8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:38:02.6762930Z test_comprehensive_chunk_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:38:02.7688646Z test_comprehensive_clamp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.092s) 2022-09-27T15:38:03.0501345Z test_comprehensive_clamp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.281s) 2022-09-27T15:38:03.3228483Z test_comprehensive_clamp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.273s) 2022-09-27T15:38:03.3584835Z test_comprehensive_clamp_cpu_int16 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:38:03.3939765Z test_comprehensive_clamp_cpu_int32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:38:03.4294768Z test_comprehensive_clamp_cpu_int64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:38:03.4648176Z test_comprehensive_clamp_cpu_int8 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:38:03.4997871Z test_comprehensive_clamp_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:38:03.5573671Z test_comprehensive_clamp_max_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.057s) 2022-09-27T15:38:03.5770831Z test_comprehensive_clamp_max_cpu_bool (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:38:03.6356887Z test_comprehensive_clamp_max_cpu_float16 (__main__.TestDecompCPU) ... ok (0.059s) 2022-09-27T15:38:03.9083728Z test_comprehensive_clamp_max_cpu_float32 (__main__.TestDecompCPU) ... ok (0.273s) 2022-09-27T15:38:04.1718223Z test_comprehensive_clamp_max_cpu_float64 (__main__.TestDecompCPU) ... ok (0.263s) 2022-09-27T15:38:04.1920458Z test_comprehensive_clamp_max_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:38:04.2121494Z test_comprehensive_clamp_max_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:38:04.2319188Z test_comprehensive_clamp_max_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:38:04.2520496Z test_comprehensive_clamp_max_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:38:04.2721753Z test_comprehensive_clamp_max_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:38:04.3296659Z test_comprehensive_clamp_min_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.057s) 2022-09-27T15:38:04.3494207Z test_comprehensive_clamp_min_cpu_bool (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:38:04.4084313Z test_comprehensive_clamp_min_cpu_float16 (__main__.TestDecompCPU) ... ok (0.059s) 2022-09-27T15:38:04.6818132Z test_comprehensive_clamp_min_cpu_float32 (__main__.TestDecompCPU) ... ok (0.273s) 2022-09-27T15:38:04.9456204Z test_comprehensive_clamp_min_cpu_float64 (__main__.TestDecompCPU) ... ok (0.264s) 2022-09-27T15:38:04.9659066Z test_comprehensive_clamp_min_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:38:04.9860372Z test_comprehensive_clamp_min_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:38:05.0058675Z test_comprehensive_clamp_min_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:38:05.0258666Z test_comprehensive_clamp_min_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:38:05.0457892Z test_comprehensive_clamp_min_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:38:05.0479874Z test_comprehensive_clone_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:05.0530530Z test_comprehensive_clone_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:05.0659375Z test_comprehensive_clone_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:38:05.0795471Z test_comprehensive_clone_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:38:05.0932491Z test_comprehensive_clone_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:38:05.0953376Z test_comprehensive_clone_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:05.1038436Z test_comprehensive_clone_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:38:05.1117845Z test_comprehensive_clone_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:38:05.1168549Z test_comprehensive_clone_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:05.1219340Z test_comprehensive_clone_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:05.1269593Z test_comprehensive_clone_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:05.1319909Z test_comprehensive_clone_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:05.1369942Z test_comprehensive_clone_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:05.1412687Z test_comprehensive_column_stack_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:38:05.1462884Z test_comprehensive_column_stack_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:05.1620888Z test_comprehensive_column_stack_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:38:05.1751420Z test_comprehensive_column_stack_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:38:05.1915455Z test_comprehensive_column_stack_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:38:05.1955231Z test_comprehensive_column_stack_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:38:05.2065830Z test_comprehensive_column_stack_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:38:05.2174190Z test_comprehensive_column_stack_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:38:05.2225406Z test_comprehensive_column_stack_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:05.2275651Z test_comprehensive_column_stack_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:05.2324804Z test_comprehensive_column_stack_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:05.2375535Z test_comprehensive_column_stack_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:05.2425569Z test_comprehensive_column_stack_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:05.3981894Z test_comprehensive_combinations_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.155s) 2022-09-27T15:38:05.5684523Z test_comprehensive_combinations_cpu_bool (__main__.TestDecompCPU) ... ok (0.170s) 2022-09-27T15:38:06.0599740Z test_comprehensive_combinations_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.491s) 2022-09-27T15:38:06.5651861Z test_comprehensive_combinations_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.505s) 2022-09-27T15:38:06.7224864Z test_comprehensive_combinations_cpu_float16 (__main__.TestDecompCPU) ... ok (0.157s) 2022-09-27T15:38:07.1457558Z test_comprehensive_combinations_cpu_float32 (__main__.TestDecompCPU) ... ok (0.423s) 2022-09-27T15:38:07.5618414Z test_comprehensive_combinations_cpu_float64 (__main__.TestDecompCPU) ... ok (0.416s) 2022-09-27T15:38:07.7328717Z test_comprehensive_combinations_cpu_int16 (__main__.TestDecompCPU) ... ok (0.171s) 2022-09-27T15:38:07.9042573Z test_comprehensive_combinations_cpu_int32 (__main__.TestDecompCPU) ... ok (0.171s) 2022-09-27T15:38:08.0732067Z test_comprehensive_combinations_cpu_int64 (__main__.TestDecompCPU) ... ok (0.169s) 2022-09-27T15:38:08.2440482Z test_comprehensive_combinations_cpu_int8 (__main__.TestDecompCPU) ... ok (0.171s) 2022-09-27T15:38:08.4148992Z test_comprehensive_combinations_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.171s) 2022-09-27T15:38:08.4265640Z test_comprehensive_complex_cpu_float16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:38:08.4931785Z test_comprehensive_complex_cpu_float32 (__main__.TestDecompCPU) ... ok (0.066s) 2022-09-27T15:38:08.5580255Z test_comprehensive_complex_cpu_float64 (__main__.TestDecompCPU) ... ok (0.065s) 2022-09-27T15:38:08.5599599Z test_comprehensive_conj_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:08.5610920Z test_comprehensive_conj_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:08.5666113Z test_comprehensive_conj_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:08.5679418Z test_comprehensive_conj_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:08.5736375Z test_comprehensive_conj_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:08.5754191Z test_comprehensive_conj_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:08.5770608Z test_comprehensive_conj_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:08.5787192Z test_comprehensive_conj_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:08.5797578Z test_comprehensive_conj_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:08.5807811Z test_comprehensive_conj_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:08.5818559Z test_comprehensive_conj_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:08.5828681Z test_comprehensive_conj_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:08.5838914Z test_comprehensive_conj_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:08.5853044Z test_comprehensive_conj_physical_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:08.5862768Z test_comprehensive_conj_physical_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:08.5879627Z test_comprehensive_conj_physical_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:08.5890803Z test_comprehensive_conj_physical_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:08.5904807Z test_comprehensive_conj_physical_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:08.5917940Z test_comprehensive_conj_physical_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:08.5930639Z test_comprehensive_conj_physical_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:08.5943869Z test_comprehensive_conj_physical_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:08.5953857Z test_comprehensive_conj_physical_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:08.5963364Z test_comprehensive_conj_physical_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:08.5973169Z test_comprehensive_conj_physical_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:08.5982737Z test_comprehensive_conj_physical_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:08.5992307Z test_comprehensive_conj_physical_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:08.6439268Z test_comprehensive_constant_pad_nd_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.045s) 2022-09-27T15:38:08.7074079Z test_comprehensive_constant_pad_nd_cpu_bool (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T15:38:09.1259393Z test_comprehensive_constant_pad_nd_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.418s) 2022-09-27T15:38:09.5629592Z test_comprehensive_constant_pad_nd_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.437s) 2022-09-27T15:38:09.6080202Z test_comprehensive_constant_pad_nd_cpu_float16 (__main__.TestDecompCPU) ... ok (0.045s) 2022-09-27T15:38:09.8694062Z test_comprehensive_constant_pad_nd_cpu_float32 (__main__.TestDecompCPU) ... ok (0.261s) 2022-09-27T15:38:10.1204824Z test_comprehensive_constant_pad_nd_cpu_float64 (__main__.TestDecompCPU) ... ok (0.251s) 2022-09-27T15:38:10.1850291Z test_comprehensive_constant_pad_nd_cpu_int16 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T15:38:10.2492729Z test_comprehensive_constant_pad_nd_cpu_int32 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T15:38:10.3127948Z test_comprehensive_constant_pad_nd_cpu_int64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T15:38:10.3775984Z test_comprehensive_constant_pad_nd_cpu_int8 (__main__.TestDecompCPU) ... ok (0.065s) 2022-09-27T15:38:10.4420891Z test_comprehensive_constant_pad_nd_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T15:38:10.4438635Z test_comprehensive_contiguous_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:10.4449870Z test_comprehensive_contiguous_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:10.4466478Z test_comprehensive_contiguous_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:10.4478109Z test_comprehensive_contiguous_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:10.4494453Z test_comprehensive_contiguous_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:10.4509832Z test_comprehensive_contiguous_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:10.4524746Z test_comprehensive_contiguous_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:10.4541064Z test_comprehensive_contiguous_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:10.4550733Z test_comprehensive_contiguous_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:10.4560620Z test_comprehensive_contiguous_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:10.4570807Z test_comprehensive_contiguous_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:10.4580798Z test_comprehensive_contiguous_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:10.4590715Z test_comprehensive_contiguous_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:10.4997337Z test_comprehensive_copysign_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.040s) 2022-09-27T15:38:10.5266022Z test_comprehensive_copysign_cpu_bool (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:38:10.5685771Z test_comprehensive_copysign_cpu_float16 (__main__.TestDecompCPU) ... ok (0.042s) 2022-09-27T15:38:10.8096356Z test_comprehensive_copysign_cpu_float32 (__main__.TestDecompCPU) ... ok (0.241s) 2022-09-27T15:38:11.0419881Z test_comprehensive_copysign_cpu_float64 (__main__.TestDecompCPU) ... ok (0.232s) 2022-09-27T15:38:11.0687340Z test_comprehensive_copysign_cpu_int16 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:38:11.0957483Z test_comprehensive_copysign_cpu_int32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:38:11.1225382Z test_comprehensive_copysign_cpu_int64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:38:11.1492551Z test_comprehensive_copysign_cpu_int8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:38:11.1759321Z test_comprehensive_copysign_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:38:11.2417613Z test_comprehensive_corrcoef_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.066s) 2022-09-27T15:38:11.5133508Z test_comprehensive_corrcoef_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.271s) 2022-09-27T15:38:11.7851995Z test_comprehensive_corrcoef_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.272s) 2022-09-27T15:38:11.9639109Z test_comprehensive_corrcoef_cpu_float32 (__main__.TestDecompCPU) ... ok (0.179s) 2022-09-27T15:38:12.1359790Z test_comprehensive_corrcoef_cpu_float64 (__main__.TestDecompCPU) ... ok (0.172s) 2022-09-27T15:38:12.1865701Z test_comprehensive_corrcoef_cpu_int16 (__main__.TestDecompCPU) ... ok (0.051s) 2022-09-27T15:38:12.2369169Z test_comprehensive_corrcoef_cpu_int32 (__main__.TestDecompCPU) ... ok (0.050s) 2022-09-27T15:38:12.2875339Z test_comprehensive_corrcoef_cpu_int64 (__main__.TestDecompCPU) ... ok (0.051s) 2022-09-27T15:38:12.3381487Z test_comprehensive_corrcoef_cpu_int8 (__main__.TestDecompCPU) ... ok (0.051s) 2022-09-27T15:38:12.3890468Z test_comprehensive_corrcoef_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.051s) 2022-09-27T15:38:12.3968857Z test_comprehensive_cos_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:38:12.4003023Z test_comprehensive_cos_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:12.4221992Z test_comprehensive_cos_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:38:12.4450793Z test_comprehensive_cos_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:38:12.4587203Z test_comprehensive_cos_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:38:12.4721505Z test_comprehensive_cos_cpu_float64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:38:12.4755441Z test_comprehensive_cos_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:12.4788599Z test_comprehensive_cos_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:12.4822151Z test_comprehensive_cos_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:12.4854771Z test_comprehensive_cos_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:12.4887008Z test_comprehensive_cos_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:12.4943863Z test_comprehensive_cosh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:12.4974868Z test_comprehensive_cosh_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:12.5157649Z test_comprehensive_cosh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:38:12.5343422Z test_comprehensive_cosh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:38:12.5450766Z test_comprehensive_cosh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:38:12.5556500Z test_comprehensive_cosh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:38:12.5588376Z test_comprehensive_cosh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:12.5619728Z test_comprehensive_cosh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:12.5650547Z test_comprehensive_cosh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:12.5681440Z test_comprehensive_cosh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:12.5712430Z test_comprehensive_cosh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:12.5740298Z test_comprehensive_count_nonzero_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:12.5761965Z test_comprehensive_count_nonzero_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:12.5787433Z test_comprehensive_count_nonzero_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:12.5811996Z test_comprehensive_count_nonzero_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:12.5835755Z test_comprehensive_count_nonzero_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:12.5860233Z test_comprehensive_count_nonzero_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:12.5883447Z test_comprehensive_count_nonzero_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:12.5905629Z test_comprehensive_count_nonzero_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:12.5927233Z test_comprehensive_count_nonzero_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:12.5948589Z test_comprehensive_count_nonzero_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:12.5970579Z test_comprehensive_count_nonzero_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:12.5992269Z test_comprehensive_count_nonzero_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:13.0474984Z test_comprehensive_cov_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.448s) 2022-09-27T15:38:14.7934720Z test_comprehensive_cov_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.746s) 2022-09-27T15:38:16.5971497Z test_comprehensive_cov_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.804s) 2022-09-27T15:38:17.8951189Z test_comprehensive_cov_cpu_float32 (__main__.TestDecompCPU) ... ok (1.298s) 2022-09-27T15:38:19.1691513Z test_comprehensive_cov_cpu_float64 (__main__.TestDecompCPU) ... ok (1.274s) 2022-09-27T15:38:19.7461444Z test_comprehensive_cov_cpu_int16 (__main__.TestDecompCPU) ... ok (0.577s) 2022-09-27T15:38:20.3250555Z test_comprehensive_cov_cpu_int32 (__main__.TestDecompCPU) ... ok (0.579s) 2022-09-27T15:38:20.9034510Z test_comprehensive_cov_cpu_int64 (__main__.TestDecompCPU) ... ok (0.578s) 2022-09-27T15:38:21.4810539Z test_comprehensive_cov_cpu_int8 (__main__.TestDecompCPU) ... ok (0.577s) 2022-09-27T15:38:22.0621155Z test_comprehensive_cov_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.581s) 2022-09-27T15:38:22.0660595Z test_comprehensive_cross_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:38:22.0853135Z test_comprehensive_cross_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:38:22.1050096Z test_comprehensive_cross_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:38:22.1086805Z test_comprehensive_cross_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:38:22.1122748Z test_comprehensive_cross_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:38:22.1134113Z test_comprehensive_cross_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:22.1145261Z test_comprehensive_cross_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:22.1156359Z test_comprehensive_cross_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:22.1167526Z test_comprehensive_cross_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:22.1178893Z test_comprehensive_cross_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:22.1214946Z test_comprehensive_cummax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:38:22.1225180Z test_comprehensive_cummax_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:22.1258244Z test_comprehensive_cummax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:22.1289933Z test_comprehensive_cummax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:22.1300748Z test_comprehensive_cummax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:22.1311320Z test_comprehensive_cummax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:22.1321481Z test_comprehensive_cummax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:22.1331942Z test_comprehensive_cummax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:22.1342268Z test_comprehensive_cummax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:22.1373715Z test_comprehensive_cummin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:22.1383891Z test_comprehensive_cummin_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:22.1416323Z test_comprehensive_cummin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:22.1447711Z test_comprehensive_cummin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:22.1458370Z test_comprehensive_cummin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:22.1468625Z test_comprehensive_cummin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:22.1478920Z test_comprehensive_cummin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:22.1489347Z test_comprehensive_cummin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:22.1499708Z test_comprehensive_cummin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:22.2425437Z test_comprehensive_cumprod_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.092s) 2022-09-27T15:38:22.7604537Z test_comprehensive_cumprod_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.518s) 2022-09-27T15:38:23.2983862Z test_comprehensive_cumprod_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.538s) 2022-09-27T15:38:23.5843815Z test_comprehensive_cumprod_cpu_float32 (__main__.TestDecompCPU) ... ok (0.286s) 2022-09-27T15:38:23.8635324Z test_comprehensive_cumprod_cpu_float64 (__main__.TestDecompCPU) ... ok (0.279s) 2022-09-27T15:38:23.8654961Z test_comprehensive_cumprod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:23.8673704Z test_comprehensive_cumprod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:23.8689951Z test_comprehensive_cumprod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:23.8706702Z test_comprehensive_cumprod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:23.8723112Z test_comprehensive_cumprod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:23.8763393Z test_comprehensive_cumsum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:38:23.9142309Z test_comprehensive_cumsum_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:38:23.9535742Z test_comprehensive_cumsum_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-09-27T15:38:23.9766197Z test_comprehensive_cumsum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:38:23.9988674Z test_comprehensive_cumsum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:38:24.0002519Z test_comprehensive_cumsum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:24.0015809Z test_comprehensive_cumsum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:24.0027704Z test_comprehensive_cumsum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:24.0039225Z test_comprehensive_cumsum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:24.0050385Z test_comprehensive_cumsum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:24.0560445Z test_comprehensive_cumulative_trapezoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.051s) 2022-09-27T15:38:24.2958252Z test_comprehensive_cumulative_trapezoid_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.240s) 2022-09-27T15:38:24.5446758Z test_comprehensive_cumulative_trapezoid_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.249s) 2022-09-27T15:38:24.7041572Z test_comprehensive_cumulative_trapezoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.159s) 2022-09-27T15:38:24.8578129Z test_comprehensive_cumulative_trapezoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.154s) 2022-09-27T15:38:24.8838762Z test_comprehensive_cumulative_trapezoid_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:38:24.9101785Z test_comprehensive_cumulative_trapezoid_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:38:24.9357345Z test_comprehensive_cumulative_trapezoid_cpu_int64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:38:24.9621089Z test_comprehensive_cumulative_trapezoid_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:38:24.9882611Z test_comprehensive_cumulative_trapezoid_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:38:24.9919168Z test_comprehensive_deg2rad_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:38:24.9931874Z test_comprehensive_deg2rad_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:24.9964285Z test_comprehensive_deg2rad_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:25.0010558Z test_comprehensive_deg2rad_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:25.0056854Z test_comprehensive_deg2rad_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:25.0068400Z test_comprehensive_deg2rad_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:25.0079843Z test_comprehensive_deg2rad_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:25.0091365Z test_comprehensive_deg2rad_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:25.0102777Z test_comprehensive_deg2rad_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:25.0114200Z test_comprehensive_deg2rad_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:25.0196546Z test_comprehensive_diag_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:38:25.0211662Z test_comprehensive_diag_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:25.0387532Z test_comprehensive_diag_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:38:25.0566410Z test_comprehensive_diag_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:38:25.0705428Z test_comprehensive_diag_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:38:25.0842340Z test_comprehensive_diag_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:38:25.0858689Z test_comprehensive_diag_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:25.0873475Z test_comprehensive_diag_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:25.0887977Z test_comprehensive_diag_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:25.0903035Z test_comprehensive_diag_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:25.0917738Z test_comprehensive_diag_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:25.1074121Z test_comprehensive_diag_embed_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:38:25.1248630Z test_comprehensive_diag_embed_cpu_bool (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:38:25.3578097Z test_comprehensive_diag_embed_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.233s) 2022-09-27T15:38:25.4042173Z test_comprehensive_diag_embed_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.046s) 2022-09-27T15:38:25.6426578Z test_comprehensive_diag_embed_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.238s) 2022-09-27T15:38:25.6578392Z test_comprehensive_diag_embed_cpu_float16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:38:25.7949653Z test_comprehensive_diag_embed_cpu_float32 (__main__.TestDecompCPU) ... ok (0.137s) 2022-09-27T15:38:25.9284697Z test_comprehensive_diag_embed_cpu_float64 (__main__.TestDecompCPU) ... ok (0.133s) 2022-09-27T15:38:25.9464135Z test_comprehensive_diag_embed_cpu_int16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:38:25.9642019Z test_comprehensive_diag_embed_cpu_int32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:38:25.9820054Z test_comprehensive_diag_embed_cpu_int64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:38:26.0000299Z test_comprehensive_diag_embed_cpu_int8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:38:26.0180101Z test_comprehensive_diag_embed_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:38:26.0235484Z test_comprehensive_diagflat_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:26.0270932Z test_comprehensive_diagflat_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:26.0418331Z test_comprehensive_diagflat_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:38:26.0571837Z test_comprehensive_diagflat_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:38:26.0687523Z test_comprehensive_diagflat_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:38:26.0795278Z test_comprehensive_diagflat_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:38:26.0834281Z test_comprehensive_diagflat_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:38:26.0870657Z test_comprehensive_diagflat_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:38:26.0904953Z test_comprehensive_diagflat_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:26.0939997Z test_comprehensive_diagflat_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:26.0975397Z test_comprehensive_diagflat_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:26.1101580Z test_comprehensive_diagonal_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:38:26.1262170Z test_comprehensive_diagonal_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:38:26.1912743Z test_comprehensive_diagonal_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.065s) 2022-09-27T15:38:26.2346128Z test_comprehensive_diagonal_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.043s) 2022-09-27T15:38:26.3015941Z test_comprehensive_diagonal_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.067s) 2022-09-27T15:38:26.3148045Z test_comprehensive_diagonal_cpu_float16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:38:26.3586259Z test_comprehensive_diagonal_cpu_float32 (__main__.TestDecompCPU) ... ok (0.044s) 2022-09-27T15:38:26.4019468Z test_comprehensive_diagonal_cpu_float64 (__main__.TestDecompCPU) ... ok (0.043s) 2022-09-27T15:38:26.4179987Z test_comprehensive_diagonal_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:38:26.4345141Z test_comprehensive_diagonal_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:38:26.4501261Z test_comprehensive_diagonal_cpu_int64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:38:26.4660036Z test_comprehensive_diagonal_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:38:26.4819639Z test_comprehensive_diagonal_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:38:26.4968384Z test_comprehensive_diagonal_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:38:26.4989208Z test_comprehensive_diagonal_scatter_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:26.5136640Z test_comprehensive_diagonal_scatter_cpu_float16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:38:26.6057400Z test_comprehensive_diagonal_scatter_cpu_float32 (__main__.TestDecompCPU) ... ok (0.092s) 2022-09-27T15:38:26.6941546Z test_comprehensive_diagonal_scatter_cpu_float64 (__main__.TestDecompCPU) ... ok (0.088s) 2022-09-27T15:38:26.6964346Z test_comprehensive_diagonal_scatter_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:26.6986863Z test_comprehensive_diagonal_scatter_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:26.7008389Z test_comprehensive_diagonal_scatter_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:26.7029999Z test_comprehensive_diagonal_scatter_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:26.7051817Z test_comprehensive_diagonal_scatter_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:26.9103511Z test_comprehensive_diff_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.205s) 2022-09-27T15:38:27.1793802Z test_comprehensive_diff_cpu_bool (__main__.TestDecompCPU) ... ok (0.269s) 2022-09-27T15:38:28.8793668Z test_comprehensive_diff_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.700s) 2022-09-27T15:38:30.6226484Z test_comprehensive_diff_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.743s) 2022-09-27T15:38:30.8509282Z test_comprehensive_diff_cpu_float16 (__main__.TestDecompCPU) ... ok (0.228s) 2022-09-27T15:38:31.9006107Z test_comprehensive_diff_cpu_float32 (__main__.TestDecompCPU) ... ok (1.050s) 2022-09-27T15:38:32.9176834Z test_comprehensive_diff_cpu_float64 (__main__.TestDecompCPU) ... ok (1.017s) 2022-09-27T15:38:33.2016835Z test_comprehensive_diff_cpu_int16 (__main__.TestDecompCPU) ... ok (0.284s) 2022-09-27T15:38:33.4856753Z test_comprehensive_diff_cpu_int32 (__main__.TestDecompCPU) ... ok (0.284s) 2022-09-27T15:38:33.7639630Z test_comprehensive_diff_cpu_int64 (__main__.TestDecompCPU) ... ok (0.278s) 2022-09-27T15:38:34.0480195Z test_comprehensive_diff_cpu_int8 (__main__.TestDecompCPU) ... ok (0.284s) 2022-09-27T15:38:34.3299308Z test_comprehensive_diff_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.282s) 2022-09-27T15:38:34.3347908Z test_comprehensive_digamma_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:34.3378882Z test_comprehensive_digamma_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:34.3460480Z test_comprehensive_digamma_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:38:34.3539478Z test_comprehensive_digamma_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:38:34.3569453Z test_comprehensive_digamma_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:34.3599000Z test_comprehensive_digamma_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:34.3628491Z test_comprehensive_digamma_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:34.3658478Z test_comprehensive_digamma_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:34.3687654Z test_comprehensive_digamma_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:34.7126046Z test_comprehensive_dist_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.344s) 2022-09-27T15:38:36.8752179Z test_comprehensive_dist_cpu_complex128 (__main__.TestDecompCPU) ... ok (2.163s) 2022-09-27T15:38:39.1154647Z test_comprehensive_dist_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.240s) 2022-09-27T15:38:39.4776283Z test_comprehensive_dist_cpu_float16 (__main__.TestDecompCPU) ... ok (0.362s) 2022-09-27T15:38:40.9629273Z test_comprehensive_dist_cpu_float32 (__main__.TestDecompCPU) ... ok (1.485s) 2022-09-27T15:38:42.3947950Z test_comprehensive_dist_cpu_float64 (__main__.TestDecompCPU) ... ok (1.432s) 2022-09-27T15:38:42.4360200Z test_comprehensive_div_floor_rounding_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T15:38:42.4773853Z test_comprehensive_div_floor_rounding_cpu_float16 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T15:38:42.5622568Z test_comprehensive_div_floor_rounding_cpu_float32 (__main__.TestDecompCPU) ... ok (0.085s) 2022-09-27T15:38:42.6442153Z test_comprehensive_div_floor_rounding_cpu_float64 (__main__.TestDecompCPU) ... ok (0.082s) 2022-09-27T15:38:42.6673332Z test_comprehensive_div_floor_rounding_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:38:42.6909995Z test_comprehensive_div_floor_rounding_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:38:42.7136800Z test_comprehensive_div_floor_rounding_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:38:42.7366948Z test_comprehensive_div_floor_rounding_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:38:42.7585279Z test_comprehensive_div_floor_rounding_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:38:42.7949377Z test_comprehensive_div_no_rounding_mode_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:38:42.8184041Z test_comprehensive_div_no_rounding_mode_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:38:43.5131219Z test_comprehensive_div_no_rounding_mode_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.695s) 2022-09-27T15:38:44.2315035Z test_comprehensive_div_no_rounding_mode_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.718s) 2022-09-27T15:38:44.2702243Z test_comprehensive_div_no_rounding_mode_cpu_float16 (__main__.TestDecompCPU) ... ok (0.039s) 2022-09-27T15:38:44.6245647Z test_comprehensive_div_no_rounding_mode_cpu_float32 (__main__.TestDecompCPU) ... ok (0.354s) 2022-09-27T15:38:44.9654531Z test_comprehensive_div_no_rounding_mode_cpu_float64 (__main__.TestDecompCPU) ... ok (0.341s) 2022-09-27T15:38:44.9896289Z test_comprehensive_div_no_rounding_mode_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:38:45.0138467Z test_comprehensive_div_no_rounding_mode_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:38:45.0377049Z test_comprehensive_div_no_rounding_mode_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:38:45.0615995Z test_comprehensive_div_no_rounding_mode_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:38:45.0853034Z test_comprehensive_div_no_rounding_mode_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:38:45.1028040Z test_comprehensive_div_trunc_rounding_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:38:45.1207346Z test_comprehensive_div_trunc_rounding_cpu_float16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:38:45.1822263Z test_comprehensive_div_trunc_rounding_cpu_float32 (__main__.TestDecompCPU) ... ok (0.061s) 2022-09-27T15:38:45.2426313Z test_comprehensive_div_trunc_rounding_cpu_float64 (__main__.TestDecompCPU) ... ok (0.060s) 2022-09-27T15:38:45.2648416Z test_comprehensive_div_trunc_rounding_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:38:45.2869408Z test_comprehensive_div_trunc_rounding_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:38:45.3086181Z test_comprehensive_div_trunc_rounding_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:38:45.3304110Z test_comprehensive_div_trunc_rounding_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:38:45.3521231Z test_comprehensive_div_trunc_rounding_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:38:45.3548916Z test_comprehensive_dot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:45.3737482Z test_comprehensive_dot_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:38:45.3930759Z test_comprehensive_dot_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:38:45.3988072Z test_comprehensive_dot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:45.4042683Z test_comprehensive_dot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:45.4060122Z test_comprehensive_dot_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:45.4076565Z test_comprehensive_dot_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:45.4092699Z test_comprehensive_dot_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:45.4108772Z test_comprehensive_dot_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:45.4124853Z test_comprehensive_dot_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:45.4176623Z test_comprehensive_double_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:45.4222871Z test_comprehensive_double_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:45.4381637Z test_comprehensive_double_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:38:45.4477074Z test_comprehensive_double_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:38:45.4637680Z test_comprehensive_double_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:38:45.4689554Z test_comprehensive_double_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:45.4823402Z test_comprehensive_double_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:38:45.4862742Z test_comprehensive_double_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:38:45.4909581Z test_comprehensive_double_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:45.4955850Z test_comprehensive_double_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:45.5002364Z test_comprehensive_double_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:45.5048709Z test_comprehensive_double_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:45.5095236Z test_comprehensive_double_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:45.5162069Z test_comprehensive_dsplit_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:38:45.5173699Z test_comprehensive_dsplit_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:45.5680355Z test_comprehensive_dsplit_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.050s) 2022-09-27T15:38:45.5694388Z test_comprehensive_dsplit_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:45.6205846Z test_comprehensive_dsplit_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.051s) 2022-09-27T15:38:45.6267943Z test_comprehensive_dsplit_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:45.6591394Z test_comprehensive_dsplit_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:38:45.6905813Z test_comprehensive_dsplit_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T15:38:45.6918407Z test_comprehensive_dsplit_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:45.6929792Z test_comprehensive_dsplit_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:45.6940878Z test_comprehensive_dsplit_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:45.6951244Z test_comprehensive_dsplit_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:45.6961893Z test_comprehensive_dsplit_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:45.7028630Z test_comprehensive_dstack_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:38:45.7129841Z test_comprehensive_dstack_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:38:45.7546160Z test_comprehensive_dstack_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T15:38:45.7811881Z test_comprehensive_dstack_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:38:45.8239247Z test_comprehensive_dstack_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.043s) 2022-09-27T15:38:45.8304147Z test_comprehensive_dstack_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:38:45.8592294Z test_comprehensive_dstack_cpu_float32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-09-27T15:38:45.8873110Z test_comprehensive_dstack_cpu_float64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-09-27T15:38:45.8976121Z test_comprehensive_dstack_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:38:45.9078440Z test_comprehensive_dstack_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:38:45.9178216Z test_comprehensive_dstack_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:38:45.9280578Z test_comprehensive_dstack_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:38:45.9382678Z test_comprehensive_dstack_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:38:45.9870486Z test_comprehensive_einsum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.049s) 2022-09-27T15:38:46.2893658Z test_comprehensive_einsum_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.302s) 2022-09-27T15:38:46.6016565Z test_comprehensive_einsum_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.312s) 2022-09-27T15:38:46.8081456Z test_comprehensive_einsum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.206s) 2022-09-27T15:38:47.0087754Z test_comprehensive_einsum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.201s) 2022-09-27T15:38:47.0598331Z test_comprehensive_einsum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.051s) 2022-09-27T15:38:47.1107001Z test_comprehensive_einsum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.051s) 2022-09-27T15:38:47.1595671Z test_comprehensive_einsum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.049s) 2022-09-27T15:38:47.2103489Z test_comprehensive_einsum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.051s) 2022-09-27T15:38:47.2611040Z test_comprehensive_einsum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.051s) 2022-09-27T15:38:47.2619854Z test_comprehensive_empty_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: empty in torch.bfloat16 not supported (0.001s) 2022-09-27T15:38:47.2628148Z test_comprehensive_empty_cpu_bool (__main__.TestDecompCPU) ... skip: empty in torch.bool not supported (0.001s) 2022-09-27T15:38:47.2636009Z test_comprehensive_empty_cpu_complex128 (__main__.TestDecompCPU) ... skip: empty in torch.complex128 not supported (0.001s) 2022-09-27T15:38:47.2643853Z test_comprehensive_empty_cpu_complex32 (__main__.TestDecompCPU) ... skip: empty in torch.complex32 not supported (0.001s) 2022-09-27T15:38:47.2651784Z test_comprehensive_empty_cpu_complex64 (__main__.TestDecompCPU) ... skip: empty in torch.complex64 not supported (0.001s) 2022-09-27T15:38:47.2659668Z test_comprehensive_empty_cpu_float16 (__main__.TestDecompCPU) ... skip: empty in torch.float16 not supported (0.001s) 2022-09-27T15:38:47.2667438Z test_comprehensive_empty_cpu_float32 (__main__.TestDecompCPU) ... skip: empty in torch.float32 not supported (0.001s) 2022-09-27T15:38:47.2675285Z test_comprehensive_empty_cpu_float64 (__main__.TestDecompCPU) ... skip: empty in torch.float64 not supported (0.001s) 2022-09-27T15:38:47.2683053Z test_comprehensive_empty_cpu_int16 (__main__.TestDecompCPU) ... skip: empty in torch.int16 not supported (0.001s) 2022-09-27T15:38:47.2690954Z test_comprehensive_empty_cpu_int32 (__main__.TestDecompCPU) ... skip: empty in torch.int32 not supported (0.001s) 2022-09-27T15:38:47.2698802Z test_comprehensive_empty_cpu_int64 (__main__.TestDecompCPU) ... skip: empty in torch.int64 not supported (0.001s) 2022-09-27T15:38:47.2706583Z test_comprehensive_empty_cpu_int8 (__main__.TestDecompCPU) ... skip: empty in torch.int8 not supported (0.001s) 2022-09-27T15:38:47.2714358Z test_comprehensive_empty_cpu_uint8 (__main__.TestDecompCPU) ... skip: empty in torch.uint8 not supported (0.001s) 2022-09-27T15:38:47.2722208Z test_comprehensive_empty_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: empty_like in torch.bfloat16 not supported (0.001s) 2022-09-27T15:38:47.2730325Z test_comprehensive_empty_like_cpu_bool (__main__.TestDecompCPU) ... skip: empty_like in torch.bool not supported (0.001s) 2022-09-27T15:38:47.2738018Z test_comprehensive_empty_like_cpu_complex128 (__main__.TestDecompCPU) ... skip: empty_like in torch.complex128 not supported (0.001s) 2022-09-27T15:38:47.2745508Z test_comprehensive_empty_like_cpu_complex32 (__main__.TestDecompCPU) ... skip: empty_like in torch.complex32 not supported (0.001s) 2022-09-27T15:38:47.2753172Z test_comprehensive_empty_like_cpu_complex64 (__main__.TestDecompCPU) ... skip: empty_like in torch.complex64 not supported (0.001s) 2022-09-27T15:38:47.2760647Z test_comprehensive_empty_like_cpu_float16 (__main__.TestDecompCPU) ... skip: empty_like in torch.float16 not supported (0.001s) 2022-09-27T15:38:47.2768124Z test_comprehensive_empty_like_cpu_float32 (__main__.TestDecompCPU) ... skip: empty_like in torch.float32 not supported (0.001s) 2022-09-27T15:38:47.2775898Z test_comprehensive_empty_like_cpu_float64 (__main__.TestDecompCPU) ... skip: empty_like in torch.float64 not supported (0.001s) 2022-09-27T15:38:47.2783327Z test_comprehensive_empty_like_cpu_int16 (__main__.TestDecompCPU) ... skip: empty_like in torch.int16 not supported (0.001s) 2022-09-27T15:38:47.2790811Z test_comprehensive_empty_like_cpu_int32 (__main__.TestDecompCPU) ... skip: empty_like in torch.int32 not supported (0.001s) 2022-09-27T15:38:47.2798246Z test_comprehensive_empty_like_cpu_int64 (__main__.TestDecompCPU) ... skip: empty_like in torch.int64 not supported (0.001s) 2022-09-27T15:38:47.2805726Z test_comprehensive_empty_like_cpu_int8 (__main__.TestDecompCPU) ... skip: empty_like in torch.int8 not supported (0.001s) 2022-09-27T15:38:47.2813410Z test_comprehensive_empty_like_cpu_uint8 (__main__.TestDecompCPU) ... skip: empty_like in torch.uint8 not supported (0.001s) 2022-09-27T15:38:47.3036644Z test_comprehensive_eq_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:38:47.3258057Z test_comprehensive_eq_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:38:47.3854130Z test_comprehensive_eq_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.060s) 2022-09-27T15:38:47.4484527Z test_comprehensive_eq_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T15:38:47.5111547Z test_comprehensive_eq_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T15:38:47.5347365Z test_comprehensive_eq_cpu_float16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:38:47.5713777Z test_comprehensive_eq_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:38:47.6069177Z test_comprehensive_eq_cpu_float64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:38:47.6296932Z test_comprehensive_eq_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:38:47.6524053Z test_comprehensive_eq_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:38:47.6749076Z test_comprehensive_eq_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:38:47.6976553Z test_comprehensive_eq_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:38:47.7203145Z test_comprehensive_eq_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:38:47.7220488Z test_comprehensive_equal_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:47.7233863Z test_comprehensive_equal_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:47.7254146Z test_comprehensive_equal_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:47.7273928Z test_comprehensive_equal_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:47.7291047Z test_comprehensive_equal_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:47.7307730Z test_comprehensive_equal_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:47.7324380Z test_comprehensive_equal_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:38:47.7338566Z test_comprehensive_equal_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:47.7352009Z test_comprehensive_equal_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:47.7365634Z test_comprehensive_equal_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:47.7379508Z test_comprehensive_equal_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:47.7393244Z test_comprehensive_equal_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:38:47.7439185Z test_comprehensive_erf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:47.7505184Z test_comprehensive_erf_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:47.8082851Z test_comprehensive_erf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.058s) 2022-09-27T15:38:47.8638715Z test_comprehensive_erf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.055s) 2022-09-27T15:38:47.8702418Z test_comprehensive_erf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:47.8765564Z test_comprehensive_erf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:47.8826898Z test_comprehensive_erf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:47.8889587Z test_comprehensive_erf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:47.8949853Z test_comprehensive_erf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:47.9040852Z test_comprehensive_erfc_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:38:47.9072864Z test_comprehensive_erfc_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:47.9260002Z test_comprehensive_erfc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:38:47.9440895Z test_comprehensive_erfc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:38:47.9473595Z test_comprehensive_erfc_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:47.9505900Z test_comprehensive_erfc_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:47.9538127Z test_comprehensive_erfc_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:47.9569937Z test_comprehensive_erfc_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:47.9602133Z test_comprehensive_erfc_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:47.9650194Z test_comprehensive_erfinv_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:47.9712819Z test_comprehensive_erfinv_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:48.0281654Z test_comprehensive_erfinv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.057s) 2022-09-27T15:38:48.0819502Z test_comprehensive_erfinv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.054s) 2022-09-27T15:38:48.0882016Z test_comprehensive_erfinv_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:48.0943848Z test_comprehensive_erfinv_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:48.1004478Z test_comprehensive_erfinv_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:48.1066524Z test_comprehensive_erfinv_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:48.1127302Z test_comprehensive_erfinv_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:48.1187128Z test_comprehensive_exp2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:48.1216126Z test_comprehensive_exp2_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:48.1272617Z test_comprehensive_exp2_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:48.1381505Z test_comprehensive_exp2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:38:48.1487389Z test_comprehensive_exp2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:38:48.1517291Z test_comprehensive_exp2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:48.1547192Z test_comprehensive_exp2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:48.1576986Z test_comprehensive_exp2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:48.1606238Z test_comprehensive_exp2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:48.1635910Z test_comprehensive_exp2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:48.1680970Z test_comprehensive_exp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:38:48.1712454Z test_comprehensive_exp_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:48.1862828Z test_comprehensive_exp_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:38:48.2014415Z test_comprehensive_exp_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:38:48.2098702Z test_comprehensive_exp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:38:48.2181214Z test_comprehensive_exp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:38:48.2213731Z test_comprehensive_exp_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:48.2245521Z test_comprehensive_exp_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:48.2278522Z test_comprehensive_exp_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:48.2310183Z test_comprehensive_exp_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:48.2342378Z test_comprehensive_exp_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:48.2385593Z test_comprehensive_expand_as_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:38:48.2411269Z test_comprehensive_expand_as_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:48.2559558Z test_comprehensive_expand_as_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:38:48.2706627Z test_comprehensive_expand_as_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:38:48.2746361Z test_comprehensive_expand_as_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:38:48.2848577Z test_comprehensive_expand_as_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:38:48.2946893Z test_comprehensive_expand_as_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:38:48.2973316Z test_comprehensive_expand_as_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:48.2999751Z test_comprehensive_expand_as_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:48.3025180Z test_comprehensive_expand_as_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:48.3051409Z test_comprehensive_expand_as_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:48.3077413Z test_comprehensive_expand_as_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:48.3190277Z test_comprehensive_expand_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:38:48.3262041Z test_comprehensive_expand_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:38:48.3882865Z test_comprehensive_expand_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.062s) 2022-09-27T15:38:48.4533533Z test_comprehensive_expand_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.065s) 2022-09-27T15:38:48.4657185Z test_comprehensive_expand_cpu_float16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:38:48.5068237Z test_comprehensive_expand_cpu_float32 (__main__.TestDecompCPU) ... ok (0.042s) 2022-09-27T15:38:48.5462663Z test_comprehensive_expand_cpu_float64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-09-27T15:38:48.5536307Z test_comprehensive_expand_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:38:48.5608115Z test_comprehensive_expand_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:38:48.5677180Z test_comprehensive_expand_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:38:48.5748823Z test_comprehensive_expand_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:38:48.5820033Z test_comprehensive_expand_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:38:48.5853059Z test_comprehensive_expm1_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:48.5915335Z test_comprehensive_expm1_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:48.6247985Z test_comprehensive_expm1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:38:48.6566576Z test_comprehensive_expm1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:38:48.6627208Z test_comprehensive_expm1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:48.6687940Z test_comprehensive_expm1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:48.6748718Z test_comprehensive_expm1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:48.6809304Z test_comprehensive_expm1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:48.6869869Z test_comprehensive_expm1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:48.7175190Z test_comprehensive_eye_cpu_bool (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:38:48.7614772Z test_comprehensive_eye_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.044s) 2022-09-27T15:38:48.8063960Z test_comprehensive_eye_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.045s) 2022-09-27T15:38:48.8298194Z test_comprehensive_eye_cpu_float16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:38:48.8699847Z test_comprehensive_eye_cpu_float32 (__main__.TestDecompCPU) ... ok (0.040s) 2022-09-27T15:38:48.9082879Z test_comprehensive_eye_cpu_float64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:38:48.9412380Z test_comprehensive_eye_cpu_int16 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:38:48.9738611Z test_comprehensive_eye_cpu_int32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:38:49.0047931Z test_comprehensive_eye_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T15:38:49.0377708Z test_comprehensive_eye_cpu_int8 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:38:49.0703983Z test_comprehensive_eye_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:38:49.1012209Z test_comprehensive_fft_fft2_cpu_bool (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T15:38:49.1397996Z test_comprehensive_fft_fft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.039s) 2022-09-27T15:38:49.1799691Z test_comprehensive_fft_fft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-09-27T15:38:49.2459260Z test_comprehensive_fft_fft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.066s) 2022-09-27T15:38:49.3090733Z test_comprehensive_fft_fft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T15:38:49.3433262Z test_comprehensive_fft_fft2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:38:49.3908671Z test_comprehensive_fft_fft2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T15:38:49.4249779Z test_comprehensive_fft_fft2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:38:49.4594660Z test_comprehensive_fft_fft2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:38:49.4931985Z test_comprehensive_fft_fft2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:38:49.5202439Z test_comprehensive_fft_fft_cpu_bool (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:38:49.5472694Z test_comprehensive_fft_fft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:38:49.5750309Z test_comprehensive_fft_fft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-09-27T15:38:49.5927577Z test_comprehensive_fft_fft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:38:49.6100746Z test_comprehensive_fft_fft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:38:49.6398656Z test_comprehensive_fft_fft_cpu_int16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:38:49.6696313Z test_comprehensive_fft_fft_cpu_int32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:38:49.6992789Z test_comprehensive_fft_fft_cpu_int64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:38:49.7290112Z test_comprehensive_fft_fft_cpu_int8 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:38:49.7584269Z test_comprehensive_fft_fft_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.029s) 2022-09-27T15:38:49.7931716Z test_comprehensive_fft_fftn_cpu_bool (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:38:49.8323486Z test_comprehensive_fft_fftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.039s) 2022-09-27T15:38:49.8739924Z test_comprehensive_fft_fftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T15:38:49.9469472Z test_comprehensive_fft_fftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T15:38:50.0167819Z test_comprehensive_fft_fftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.070s) 2022-09-27T15:38:50.0555902Z test_comprehensive_fft_fftn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.039s) 2022-09-27T15:38:50.0945299Z test_comprehensive_fft_fftn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-09-27T15:38:50.1336830Z test_comprehensive_fft_fftn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-09-27T15:38:50.1723146Z test_comprehensive_fft_fftn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.039s) 2022-09-27T15:38:50.2106432Z test_comprehensive_fft_fftn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:38:50.2169110Z test_comprehensive_fft_fftshift_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:50.2241701Z test_comprehensive_fft_fftshift_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:38:50.2595675Z test_comprehensive_fft_fftshift_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:38:50.2782692Z test_comprehensive_fft_fftshift_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:38:50.3148286Z test_comprehensive_fft_fftshift_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:38:50.3203961Z test_comprehensive_fft_fftshift_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:50.3427546Z test_comprehensive_fft_fftshift_cpu_float32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:38:50.3647029Z test_comprehensive_fft_fftshift_cpu_float64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:38:50.3721203Z test_comprehensive_fft_fftshift_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:38:50.3794139Z test_comprehensive_fft_fftshift_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:38:50.3903490Z test_comprehensive_fft_fftshift_cpu_int64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:38:50.4012008Z test_comprehensive_fft_fftshift_cpu_int8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:38:50.4112978Z test_comprehensive_fft_fftshift_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:38:50.4855710Z test_comprehensive_fft_hfft2_cpu_bool (__main__.TestDecompCPU) ... ok (0.074s) 2022-09-27T15:38:50.5855990Z test_comprehensive_fft_hfft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.100s) 2022-09-27T15:38:50.6896966Z test_comprehensive_fft_hfft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.104s) 2022-09-27T15:38:50.8183686Z test_comprehensive_fft_hfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.129s) 2022-09-27T15:38:50.9404543Z test_comprehensive_fft_hfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.122s) 2022-09-27T15:38:51.0060390Z test_comprehensive_fft_hfft2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.065s) 2022-09-27T15:38:51.0714686Z test_comprehensive_fft_hfft2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.065s) 2022-09-27T15:38:51.1374820Z test_comprehensive_fft_hfft2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.066s) 2022-09-27T15:38:51.2033096Z test_comprehensive_fft_hfft2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.066s) 2022-09-27T15:38:51.2683657Z test_comprehensive_fft_hfft2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.065s) 2022-09-27T15:38:51.3230152Z test_comprehensive_fft_hfft_cpu_bool (__main__.TestDecompCPU) ... ok (0.055s) 2022-09-27T15:38:51.3889908Z test_comprehensive_fft_hfft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.066s) 2022-09-27T15:38:51.4585862Z test_comprehensive_fft_hfft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.069s) 2022-09-27T15:38:51.5404768Z test_comprehensive_fft_hfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.082s) 2022-09-27T15:38:51.6186148Z test_comprehensive_fft_hfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.078s) 2022-09-27T15:38:51.6884450Z test_comprehensive_fft_hfft_cpu_int16 (__main__.TestDecompCPU) ... ok (0.070s) 2022-09-27T15:38:51.7580240Z test_comprehensive_fft_hfft_cpu_int32 (__main__.TestDecompCPU) ... ok (0.069s) 2022-09-27T15:38:51.8277131Z test_comprehensive_fft_hfft_cpu_int64 (__main__.TestDecompCPU) ... ok (0.070s) 2022-09-27T15:38:51.8975080Z test_comprehensive_fft_hfft_cpu_int8 (__main__.TestDecompCPU) ... ok (0.070s) 2022-09-27T15:38:51.9661691Z test_comprehensive_fft_hfft_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.069s) 2022-09-27T15:38:52.0344744Z test_comprehensive_fft_hfftn_cpu_bool (__main__.TestDecompCPU) ... ok (0.068s) 2022-09-27T15:38:52.1379869Z test_comprehensive_fft_hfftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.103s) 2022-09-27T15:38:52.2447498Z test_comprehensive_fft_hfftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.107s) 2022-09-27T15:38:52.3726053Z test_comprehensive_fft_hfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.128s) 2022-09-27T15:38:52.4956455Z test_comprehensive_fft_hfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.123s) 2022-09-27T15:38:52.5755739Z test_comprehensive_fft_hfftn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.080s) 2022-09-27T15:38:52.6553486Z test_comprehensive_fft_hfftn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.080s) 2022-09-27T15:38:52.7351579Z test_comprehensive_fft_hfftn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.080s) 2022-09-27T15:38:52.8145330Z test_comprehensive_fft_hfftn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T15:38:52.8935045Z test_comprehensive_fft_hfftn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T15:38:52.9234823Z test_comprehensive_fft_ifft2_cpu_bool (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:38:52.9620951Z test_comprehensive_fft_ifft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.039s) 2022-09-27T15:38:53.0026596Z test_comprehensive_fft_ifft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-09-27T15:38:53.0678201Z test_comprehensive_fft_ifft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.065s) 2022-09-27T15:38:53.1311608Z test_comprehensive_fft_ifft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T15:38:53.1653324Z test_comprehensive_fft_ifft2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:38:53.1995872Z test_comprehensive_fft_ifft2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:38:53.2338373Z test_comprehensive_fft_ifft2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:38:53.2682743Z test_comprehensive_fft_ifft2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:38:53.3022032Z test_comprehensive_fft_ifft2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:38:53.3294696Z test_comprehensive_fft_ifft_cpu_bool (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:38:53.3569506Z test_comprehensive_fft_ifft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:38:53.3849421Z test_comprehensive_fft_ifft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-09-27T15:38:53.5208805Z test_comprehensive_fft_ifft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.136s) 2022-09-27T15:38:53.6522690Z test_comprehensive_fft_ifft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.131s) 2022-09-27T15:38:53.6826410Z test_comprehensive_fft_ifft_cpu_int16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:38:53.7126999Z test_comprehensive_fft_ifft_cpu_int32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:38:53.7430264Z test_comprehensive_fft_ifft_cpu_int64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:38:53.7727028Z test_comprehensive_fft_ifft_cpu_int8 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:38:53.8024811Z test_comprehensive_fft_ifft_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:38:53.8370504Z test_comprehensive_fft_ifftn_cpu_bool (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:38:53.8766089Z test_comprehensive_fft_ifftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.039s) 2022-09-27T15:38:53.9181490Z test_comprehensive_fft_ifftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T15:38:53.9906366Z test_comprehensive_fft_ifftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.072s) 2022-09-27T15:38:54.0601646Z test_comprehensive_fft_ifftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.069s) 2022-09-27T15:38:54.0986919Z test_comprehensive_fft_ifftn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.039s) 2022-09-27T15:38:54.1370569Z test_comprehensive_fft_ifftn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:38:54.1754177Z test_comprehensive_fft_ifftn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:38:54.2139150Z test_comprehensive_fft_ifftn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:38:54.2518599Z test_comprehensive_fft_ifftn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:38:54.2575907Z test_comprehensive_fft_ifftshift_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:54.2647230Z test_comprehensive_fft_ifftshift_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:38:54.2999441Z test_comprehensive_fft_ifftshift_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:38:54.3186291Z test_comprehensive_fft_ifftshift_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:38:54.3549151Z test_comprehensive_fft_ifftshift_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:38:54.3603633Z test_comprehensive_fft_ifftshift_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:54.3828877Z test_comprehensive_fft_ifftshift_cpu_float32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:38:54.4046418Z test_comprehensive_fft_ifftshift_cpu_float64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:38:54.4119857Z test_comprehensive_fft_ifftshift_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:38:54.4193607Z test_comprehensive_fft_ifftshift_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:38:54.4290018Z test_comprehensive_fft_ifftshift_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:38:54.4338478Z test_comprehensive_fft_ifftshift_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:38:54.4410582Z test_comprehensive_fft_ifftshift_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:38:54.4705198Z test_comprehensive_fft_ihfft2_cpu_bool (__main__.TestDecompCPU) ... ok (0.029s) 2022-09-27T15:38:54.5433181Z test_comprehensive_fft_ihfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T15:38:54.6128499Z test_comprehensive_fft_ihfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.069s) 2022-09-27T15:38:54.6462664Z test_comprehensive_fft_ihfft2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:38:54.6797614Z test_comprehensive_fft_ihfft2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:38:54.7132509Z test_comprehensive_fft_ihfft2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:38:54.7465359Z test_comprehensive_fft_ihfft2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:38:54.7794663Z test_comprehensive_fft_ihfft2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:38:54.8064718Z test_comprehensive_fft_ihfft_cpu_bool (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:38:54.9429510Z test_comprehensive_fft_ihfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.136s) 2022-09-27T15:38:55.0750228Z test_comprehensive_fft_ihfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.132s) 2022-09-27T15:38:55.1049580Z test_comprehensive_fft_ihfft_cpu_int16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:38:55.1351840Z test_comprehensive_fft_ihfft_cpu_int32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:38:55.1648611Z test_comprehensive_fft_ihfft_cpu_int64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:38:55.1944397Z test_comprehensive_fft_ihfft_cpu_int8 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:38:55.2239449Z test_comprehensive_fft_ihfft_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.029s) 2022-09-27T15:38:55.2570832Z test_comprehensive_fft_ihfftn_cpu_bool (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:38:55.3764790Z test_comprehensive_fft_ihfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.119s) 2022-09-27T15:38:55.4923709Z test_comprehensive_fft_ihfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.116s) 2022-09-27T15:38:55.5300637Z test_comprehensive_fft_ihfftn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:38:55.5677369Z test_comprehensive_fft_ihfftn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:38:55.6053605Z test_comprehensive_fft_ihfftn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-09-27T15:38:55.6432265Z test_comprehensive_fft_ihfftn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:38:55.6809128Z test_comprehensive_fft_ihfftn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:38:55.7031381Z test_comprehensive_fft_irfft2_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:38:55.7233709Z test_comprehensive_fft_irfft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:38:55.7437714Z test_comprehensive_fft_irfft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:38:55.7949156Z test_comprehensive_fft_irfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.051s) 2022-09-27T15:38:55.8439129Z test_comprehensive_fft_irfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.049s) 2022-09-27T15:38:55.8658855Z test_comprehensive_fft_irfft2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:38:55.8880799Z test_comprehensive_fft_irfft2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:38:55.9097311Z test_comprehensive_fft_irfft2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:38:55.9317555Z test_comprehensive_fft_irfft2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:38:55.9531085Z test_comprehensive_fft_irfft2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:38:55.9758075Z test_comprehensive_fft_irfft_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:38:55.9864652Z test_comprehensive_fft_irfft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:38:55.9965990Z test_comprehensive_fft_irfft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:38:56.0381737Z test_comprehensive_fft_irfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T15:38:56.0786755Z test_comprehensive_fft_irfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-09-27T15:38:56.1011528Z test_comprehensive_fft_irfft_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:38:56.1236565Z test_comprehensive_fft_irfft_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:38:56.1460106Z test_comprehensive_fft_irfft_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:38:56.1684151Z test_comprehensive_fft_irfft_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:38:56.1907436Z test_comprehensive_fft_irfft_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:38:56.2167283Z test_comprehensive_fft_irfftn_cpu_bool (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:38:56.2371307Z test_comprehensive_fft_irfftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:38:56.2576829Z test_comprehensive_fft_irfftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:38:56.3144705Z test_comprehensive_fft_irfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.057s) 2022-09-27T15:38:56.3694690Z test_comprehensive_fft_irfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.055s) 2022-09-27T15:38:56.3960900Z test_comprehensive_fft_irfftn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:38:56.4222365Z test_comprehensive_fft_irfftn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:38:56.4487272Z test_comprehensive_fft_irfftn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:38:56.4746852Z test_comprehensive_fft_irfftn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:38:56.5007892Z test_comprehensive_fft_irfftn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:38:56.5297087Z test_comprehensive_fft_rfft2_cpu_bool (__main__.TestDecompCPU) ... ok (0.029s) 2022-09-27T15:38:56.5893404Z test_comprehensive_fft_rfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.060s) 2022-09-27T15:38:56.6469689Z test_comprehensive_fft_rfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-09-27T15:38:56.6801232Z test_comprehensive_fft_rfft2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:38:56.7131043Z test_comprehensive_fft_rfft2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:38:56.7457724Z test_comprehensive_fft_rfft2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:38:56.7785294Z test_comprehensive_fft_rfft2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:38:56.8110629Z test_comprehensive_fft_rfft2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:38:56.8379394Z test_comprehensive_fft_rfft_cpu_bool (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:38:56.8969588Z test_comprehensive_fft_rfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.059s) 2022-09-27T15:38:56.9541671Z test_comprehensive_fft_rfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-09-27T15:38:56.9838382Z test_comprehensive_fft_rfft_cpu_int16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:38:57.0139843Z test_comprehensive_fft_rfft_cpu_int32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:38:57.0436321Z test_comprehensive_fft_rfft_cpu_int64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:38:57.0731631Z test_comprehensive_fft_rfft_cpu_int8 (__main__.TestDecompCPU) ... ok (0.029s) 2022-09-27T15:38:57.1026513Z test_comprehensive_fft_rfft_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.029s) 2022-09-27T15:38:57.1355222Z test_comprehensive_fft_rfftn_cpu_bool (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:38:57.2042109Z test_comprehensive_fft_rfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.069s) 2022-09-27T15:38:57.2704316Z test_comprehensive_fft_rfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.066s) 2022-09-27T15:38:57.3078297Z test_comprehensive_fft_rfftn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.037s) 2022-09-27T15:38:57.3457489Z test_comprehensive_fft_rfftn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:38:57.3830095Z test_comprehensive_fft_rfftn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-09-27T15:38:57.4203009Z test_comprehensive_fft_rfftn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.037s) 2022-09-27T15:38:57.4575557Z test_comprehensive_fft_rfftn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.037s) 2022-09-27T15:38:57.4621712Z test_comprehensive_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:57.4651026Z test_comprehensive_fill_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:57.4745921Z test_comprehensive_fill_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:38:57.4802252Z test_comprehensive_fill_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:57.4899731Z test_comprehensive_fill_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:38:57.4949494Z test_comprehensive_fill_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:57.5021438Z test_comprehensive_fill_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:38:57.5091951Z test_comprehensive_fill_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:38:57.5120870Z test_comprehensive_fill_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:57.5150743Z test_comprehensive_fill_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:57.5179416Z test_comprehensive_fill_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:57.5209661Z test_comprehensive_fill_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:57.5238732Z test_comprehensive_fill_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:57.5283103Z test_comprehensive_flatten_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:38:57.5347036Z test_comprehensive_flatten_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:57.5656690Z test_comprehensive_flatten_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T15:38:57.5837071Z test_comprehensive_flatten_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:38:57.6158997Z test_comprehensive_flatten_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:38:57.6204286Z test_comprehensive_flatten_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:57.6401868Z test_comprehensive_flatten_cpu_float32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:38:57.6587072Z test_comprehensive_flatten_cpu_float64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:38:57.6651991Z test_comprehensive_flatten_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:57.6716731Z test_comprehensive_flatten_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:57.6780321Z test_comprehensive_flatten_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:57.6844311Z test_comprehensive_flatten_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:57.6907827Z test_comprehensive_flatten_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:38:57.6993808Z test_comprehensive_flip_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:38:57.7208212Z test_comprehensive_flip_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:38:57.8311409Z test_comprehensive_flip_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.110s) 2022-09-27T15:38:57.9463426Z test_comprehensive_flip_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.115s) 2022-09-27T15:38:57.9549649Z test_comprehensive_flip_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:38:58.0233393Z test_comprehensive_flip_cpu_float32 (__main__.TestDecompCPU) ... ok (0.068s) 2022-09-27T15:38:58.0886874Z test_comprehensive_flip_cpu_float64 (__main__.TestDecompCPU) ... ok (0.065s) 2022-09-27T15:38:58.1105578Z test_comprehensive_flip_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:38:58.1323461Z test_comprehensive_flip_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:38:58.1539107Z test_comprehensive_flip_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:38:58.1756542Z test_comprehensive_flip_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:38:58.1973315Z test_comprehensive_flip_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:38:58.2000462Z test_comprehensive_fliplr_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:58.2052219Z test_comprehensive_fliplr_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:58.2275744Z test_comprehensive_fliplr_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:38:58.2516275Z test_comprehensive_fliplr_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:38:58.2543000Z test_comprehensive_fliplr_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:58.2687406Z test_comprehensive_fliplr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:38:58.2826708Z test_comprehensive_fliplr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:38:58.2877071Z test_comprehensive_fliplr_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:58.2926966Z test_comprehensive_fliplr_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:58.2976660Z test_comprehensive_fliplr_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:58.3026525Z test_comprehensive_fliplr_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:58.3075766Z test_comprehensive_fliplr_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:58.3101850Z test_comprehensive_flipud_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:58.3150934Z test_comprehensive_flipud_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:58.3374628Z test_comprehensive_flipud_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:38:58.3612089Z test_comprehensive_flipud_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:38:58.3637334Z test_comprehensive_flipud_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:38:58.3782965Z test_comprehensive_flipud_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:38:58.3921892Z test_comprehensive_flipud_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:38:58.3973502Z test_comprehensive_flipud_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:58.4024244Z test_comprehensive_flipud_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:58.4074422Z test_comprehensive_flipud_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:58.4124753Z test_comprehensive_flipud_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:58.4174966Z test_comprehensive_flipud_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:58.4228570Z test_comprehensive_float_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:58.4276169Z test_comprehensive_float_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:58.4436302Z test_comprehensive_float_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:38:58.4532801Z test_comprehensive_float_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:38:58.4694204Z test_comprehensive_float_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:38:58.4748513Z test_comprehensive_float_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:58.4788091Z test_comprehensive_float_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:38:58.4919986Z test_comprehensive_float_cpu_float64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:38:58.4968150Z test_comprehensive_float_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:58.5016273Z test_comprehensive_float_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:58.5063755Z test_comprehensive_float_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:58.5111475Z test_comprehensive_float_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:58.5158750Z test_comprehensive_float_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:38:58.6071974Z test_comprehensive_float_power_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.091s) 2022-09-27T15:38:58.6639614Z test_comprehensive_float_power_cpu_bool (__main__.TestDecompCPU) ... ok (0.057s) 2022-09-27T15:38:59.8412556Z test_comprehensive_float_power_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.177s) 2022-09-27T15:39:01.1430765Z test_comprehensive_float_power_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.302s) 2022-09-27T15:39:01.2367906Z test_comprehensive_float_power_cpu_float16 (__main__.TestDecompCPU) ... ok (0.094s) 2022-09-27T15:39:01.9151646Z test_comprehensive_float_power_cpu_float32 (__main__.TestDecompCPU) ... ok (0.678s) 2022-09-27T15:39:02.5182423Z test_comprehensive_float_power_cpu_float64 (__main__.TestDecompCPU) ... ok (0.603s) 2022-09-27T15:39:02.5864521Z test_comprehensive_float_power_cpu_int16 (__main__.TestDecompCPU) ... ok (0.068s) 2022-09-27T15:39:02.6546387Z test_comprehensive_float_power_cpu_int32 (__main__.TestDecompCPU) ... ok (0.068s) 2022-09-27T15:39:02.7224579Z test_comprehensive_float_power_cpu_int64 (__main__.TestDecompCPU) ... ok (0.068s) 2022-09-27T15:39:02.7908564Z test_comprehensive_float_power_cpu_int8 (__main__.TestDecompCPU) ... ok (0.068s) 2022-09-27T15:39:02.8590196Z test_comprehensive_float_power_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.068s) 2022-09-27T15:39:02.8610556Z test_comprehensive_floor_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:39:02.8706222Z test_comprehensive_floor_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:39:02.8794483Z test_comprehensive_floor_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:39:02.8852538Z test_comprehensive_floor_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:02.8908772Z test_comprehensive_floor_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:02.8964978Z test_comprehensive_floor_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:02.9021424Z test_comprehensive_floor_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:02.9077481Z test_comprehensive_floor_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:02.9395268Z test_comprehensive_floor_divide_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:39:02.9715347Z test_comprehensive_floor_divide_cpu_float16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:39:03.0311494Z test_comprehensive_floor_divide_cpu_float32 (__main__.TestDecompCPU) ... ok (0.059s) 2022-09-27T15:39:03.0884969Z test_comprehensive_floor_divide_cpu_float64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-09-27T15:39:03.1118655Z test_comprehensive_floor_divide_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:39:03.1356362Z test_comprehensive_floor_divide_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:39:03.1585555Z test_comprehensive_floor_divide_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:39:03.1818924Z test_comprehensive_floor_divide_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:39:03.2042480Z test_comprehensive_floor_divide_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:39:03.2810595Z test_comprehensive_fmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.077s) 2022-09-27T15:39:03.3023537Z test_comprehensive_fmax_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:39:03.3805483Z test_comprehensive_fmax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.078s) 2022-09-27T15:39:03.6765264Z test_comprehensive_fmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.296s) 2022-09-27T15:39:03.9621053Z test_comprehensive_fmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.285s) 2022-09-27T15:39:03.9838184Z test_comprehensive_fmax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:39:04.0054032Z test_comprehensive_fmax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:39:04.0267220Z test_comprehensive_fmax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:39:04.0478640Z test_comprehensive_fmax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:39:04.0693206Z test_comprehensive_fmax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:39:04.1458047Z test_comprehensive_fmin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.076s) 2022-09-27T15:39:04.1671550Z test_comprehensive_fmin_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:39:04.2457223Z test_comprehensive_fmin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.078s) 2022-09-27T15:39:04.5421587Z test_comprehensive_fmin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.296s) 2022-09-27T15:39:04.8291030Z test_comprehensive_fmin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.287s) 2022-09-27T15:39:04.8508561Z test_comprehensive_fmin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:39:04.8724889Z test_comprehensive_fmin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:39:04.8938684Z test_comprehensive_fmin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:39:04.9153814Z test_comprehensive_fmin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:39:04.9367333Z test_comprehensive_fmin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:39:04.9666702Z test_comprehensive_fmod_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:39:04.9971393Z test_comprehensive_fmod_cpu_float16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:39:05.2353811Z test_comprehensive_fmod_cpu_float32 (__main__.TestDecompCPU) ... ok (0.238s) 2022-09-27T15:39:05.4617172Z test_comprehensive_fmod_cpu_float64 (__main__.TestDecompCPU) ... ok (0.226s) 2022-09-27T15:39:05.4840634Z test_comprehensive_fmod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:39:05.5063438Z test_comprehensive_fmod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:39:05.5282965Z test_comprehensive_fmod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:39:05.5505305Z test_comprehensive_fmod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:39:05.5719845Z test_comprehensive_fmod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:39:05.5767686Z test_comprehensive_frac_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:39:05.5809231Z test_comprehensive_frac_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:39:05.5863362Z test_comprehensive_frac_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:39:05.5915878Z test_comprehensive_frac_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:39:05.5962389Z test_comprehensive_frexp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:39:05.6009402Z test_comprehensive_frexp_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:39:05.6089565Z test_comprehensive_frexp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:39:05.6167191Z test_comprehensive_frexp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:39:05.6185512Z test_comprehensive_full_like_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:39:05.6199536Z test_comprehensive_full_like_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:05.6219087Z test_comprehensive_full_like_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:39:05.6237274Z test_comprehensive_full_like_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:39:05.6253057Z test_comprehensive_full_like_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:39:05.6268435Z test_comprehensive_full_like_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:05.6283759Z test_comprehensive_full_like_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:05.6297214Z test_comprehensive_full_like_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:05.6310252Z test_comprehensive_full_like_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:05.6323369Z test_comprehensive_full_like_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:05.6336741Z test_comprehensive_full_like_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:05.6349808Z test_comprehensive_full_like_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:05.6392081Z test_comprehensive_gather_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:39:05.6404473Z test_comprehensive_gather_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:05.6502810Z test_comprehensive_gather_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:39:05.6608298Z test_comprehensive_gather_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:39:05.6647405Z test_comprehensive_gather_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:39:05.6721319Z test_comprehensive_gather_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:39:05.6799464Z test_comprehensive_gather_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:39:05.6812222Z test_comprehensive_gather_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:05.6824709Z test_comprehensive_gather_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:05.6837149Z test_comprehensive_gather_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:05.6849680Z test_comprehensive_gather_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:05.6862434Z test_comprehensive_gather_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:05.7076774Z test_comprehensive_gcd_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:39:05.7292790Z test_comprehensive_gcd_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:39:05.7506039Z test_comprehensive_gcd_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:39:05.7720909Z test_comprehensive_gcd_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:39:05.7934662Z test_comprehensive_gcd_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:39:05.8144525Z test_comprehensive_ge_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:39:05.8356635Z test_comprehensive_ge_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:39:05.8575189Z test_comprehensive_ge_cpu_float16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:39:05.8919393Z test_comprehensive_ge_cpu_float32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:39:05.9247286Z test_comprehensive_ge_cpu_float64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:39:05.9460511Z test_comprehensive_ge_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:39:05.9672057Z test_comprehensive_ge_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:39:05.9883761Z test_comprehensive_ge_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:39:06.0095135Z test_comprehensive_ge_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:39:06.0306292Z test_comprehensive_ge_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:39:06.0413537Z test_comprehensive_geqrf_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:39:06.0516451Z test_comprehensive_geqrf_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:39:06.0603134Z test_comprehensive_geqrf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:39:06.0687616Z test_comprehensive_geqrf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:39:06.3263434Z test_comprehensive_gradient_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.257s) 2022-09-27T15:39:07.6536415Z test_comprehensive_gradient_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.327s) 2022-09-27T15:39:09.0316015Z test_comprehensive_gradient_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.378s) 2022-09-27T15:39:09.3027637Z test_comprehensive_gradient_cpu_float16 (__main__.TestDecompCPU) ... ok (0.271s) 2022-09-27T15:39:10.2140887Z test_comprehensive_gradient_cpu_float32 (__main__.TestDecompCPU) ... ok (0.911s) 2022-09-27T15:39:11.0965838Z test_comprehensive_gradient_cpu_float64 (__main__.TestDecompCPU) ... ok (0.882s) 2022-09-27T15:39:11.3808780Z test_comprehensive_gradient_cpu_int16 (__main__.TestDecompCPU) ... ok (0.284s) 2022-09-27T15:39:11.6637621Z test_comprehensive_gradient_cpu_int32 (__main__.TestDecompCPU) ... ok (0.283s) 2022-09-27T15:39:11.9430071Z test_comprehensive_gradient_cpu_int64 (__main__.TestDecompCPU) ... ok (0.279s) 2022-09-27T15:39:12.2265943Z test_comprehensive_gradient_cpu_int8 (__main__.TestDecompCPU) ... ok (0.283s) 2022-09-27T15:39:12.2479717Z test_comprehensive_gt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:39:12.2691134Z test_comprehensive_gt_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:39:12.2913390Z test_comprehensive_gt_cpu_float16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:39:12.3263225Z test_comprehensive_gt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:39:12.3595787Z test_comprehensive_gt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:39:12.3810570Z test_comprehensive_gt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:39:12.4022634Z test_comprehensive_gt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:39:12.4234299Z test_comprehensive_gt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:39:12.4445761Z test_comprehensive_gt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:39:12.4655416Z test_comprehensive_gt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:39:12.4710058Z test_comprehensive_half_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:39:12.4757749Z test_comprehensive_half_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:39:12.4922123Z test_comprehensive_half_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:39:12.5087721Z test_comprehensive_half_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:39:12.5115151Z test_comprehensive_half_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:39:12.5253322Z test_comprehensive_half_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:39:12.5389402Z test_comprehensive_half_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:39:12.5438396Z test_comprehensive_half_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:39:12.5486515Z test_comprehensive_half_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:39:12.5533534Z test_comprehensive_half_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:39:12.5580428Z test_comprehensive_half_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:39:12.5627116Z test_comprehensive_half_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:39:12.5763383Z test_comprehensive_heaviside_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:39:12.6050419Z test_comprehensive_heaviside_cpu_bool (__main__.TestDecompCPU) ... ok (0.029s) 2022-09-27T15:39:12.6186664Z test_comprehensive_heaviside_cpu_float16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:39:12.6601867Z test_comprehensive_heaviside_cpu_float32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T15:39:12.6998807Z test_comprehensive_heaviside_cpu_float64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-09-27T15:39:12.7285523Z test_comprehensive_heaviside_cpu_int16 (__main__.TestDecompCPU) ... ok (0.029s) 2022-09-27T15:39:12.7571669Z test_comprehensive_heaviside_cpu_int32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-09-27T15:39:12.7842679Z test_comprehensive_heaviside_cpu_int64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:39:12.8125147Z test_comprehensive_heaviside_cpu_int8 (__main__.TestDecompCPU) ... ok (0.028s) 2022-09-27T15:39:12.8404558Z test_comprehensive_heaviside_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.028s) 2022-09-27T15:39:12.8498188Z test_comprehensive_histc_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:39:12.8595859Z test_comprehensive_histc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:39:12.8693182Z test_comprehensive_histc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:39:12.8941079Z test_comprehensive_histogram_cpu_float32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:39:12.9169354Z test_comprehensive_histogram_cpu_float64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:39:12.9467163Z test_comprehensive_histogramdd_cpu_float32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:39:12.9749757Z test_comprehensive_histogramdd_cpu_float64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-09-27T15:39:12.9813501Z test_comprehensive_hsplit_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:12.9826275Z test_comprehensive_hsplit_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:13.0196221Z test_comprehensive_hsplit_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.037s) 2022-09-27T15:39:13.0211247Z test_comprehensive_hsplit_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:39:13.0589617Z test_comprehensive_hsplit_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:39:13.0651896Z test_comprehensive_hsplit_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:13.0895358Z test_comprehensive_hsplit_cpu_float32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:39:13.1132485Z test_comprehensive_hsplit_cpu_float64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:39:13.1145657Z test_comprehensive_hsplit_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:13.1158322Z test_comprehensive_hsplit_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:13.1170139Z test_comprehensive_hsplit_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:13.1182050Z test_comprehensive_hsplit_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:13.1193385Z test_comprehensive_hsplit_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:13.1220589Z test_comprehensive_hstack_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:39:13.1256725Z test_comprehensive_hstack_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:39:13.1363161Z test_comprehensive_hstack_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:39:13.1466497Z test_comprehensive_hstack_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:39:13.1579600Z test_comprehensive_hstack_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:39:13.1605499Z test_comprehensive_hstack_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:39:13.1674739Z test_comprehensive_hstack_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:39:13.1747530Z test_comprehensive_hstack_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:39:13.1783993Z test_comprehensive_hstack_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:39:13.1820222Z test_comprehensive_hstack_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:39:13.1855929Z test_comprehensive_hstack_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:39:13.1891671Z test_comprehensive_hstack_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:39:13.1926910Z test_comprehensive_hstack_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:39:13.2265918Z test_comprehensive_hypot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:39:13.5863932Z test_comprehensive_hypot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.360s) 2022-09-27T15:39:13.9320960Z test_comprehensive_hypot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.346s) 2022-09-27T15:39:13.9335115Z test_comprehensive_i0_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:13.9345812Z test_comprehensive_i0_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:13.9435837Z test_comprehensive_i0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:39:13.9521536Z test_comprehensive_i0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:39:13.9531796Z test_comprehensive_i0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:13.9541937Z test_comprehensive_i0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:13.9552103Z test_comprehensive_i0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:13.9562291Z test_comprehensive_i0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:13.9572539Z test_comprehensive_i0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:13.9646307Z test_comprehensive_igamma_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:39:13.9718627Z test_comprehensive_igamma_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:39:14.0068508Z test_comprehensive_igamma_cpu_float32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:39:14.0404794Z test_comprehensive_igamma_cpu_float64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:39:14.0478767Z test_comprehensive_igammac_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:39:14.0552163Z test_comprehensive_igammac_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:39:14.0902602Z test_comprehensive_igammac_cpu_float32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:39:14.1238878Z test_comprehensive_igammac_cpu_float64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:39:14.1285100Z test_comprehensive_imag_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:39:14.1298703Z test_comprehensive_imag_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:14.1343181Z test_comprehensive_imag_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:39:14.1498129Z test_comprehensive_index_add_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:39:14.1559810Z test_comprehensive_index_add_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:14.2230095Z test_comprehensive_index_add_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.067s) 2022-09-27T15:39:14.2495750Z test_comprehensive_index_add_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:39:14.3187811Z test_comprehensive_index_add_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.069s) 2022-09-27T15:39:14.3343846Z test_comprehensive_index_add_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:39:14.3812812Z test_comprehensive_index_add_cpu_float32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T15:39:14.4269983Z test_comprehensive_index_add_cpu_float64 (__main__.TestDecompCPU) ... ok (0.046s) 2022-09-27T15:39:14.4361051Z test_comprehensive_index_add_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:39:14.4451981Z test_comprehensive_index_add_cpu_int32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:39:14.4540443Z test_comprehensive_index_add_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:39:14.4630685Z test_comprehensive_index_add_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:39:14.4721133Z test_comprehensive_index_add_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:39:14.4779296Z test_comprehensive_index_copy_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:14.4815297Z test_comprehensive_index_copy_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:39:14.5046504Z test_comprehensive_index_copy_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:39:14.5283531Z test_comprehensive_index_copy_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:39:14.5334496Z test_comprehensive_index_copy_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:39:14.5496468Z test_comprehensive_index_copy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:39:14.5653975Z test_comprehensive_index_copy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:39:14.5690206Z test_comprehensive_index_copy_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:39:14.5725848Z test_comprehensive_index_copy_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:39:14.5760904Z test_comprehensive_index_copy_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:39:14.5796844Z test_comprehensive_index_copy_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:39:14.5832556Z test_comprehensive_index_copy_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:39:14.5868193Z test_comprehensive_index_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:39:14.5898763Z test_comprehensive_index_fill_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:39:14.6016010Z test_comprehensive_index_fill_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:39:14.6136760Z test_comprehensive_index_fill_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:39:14.6172479Z test_comprehensive_index_fill_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:39:14.6259529Z test_comprehensive_index_fill_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:39:14.6344841Z test_comprehensive_index_fill_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:39:14.6374743Z test_comprehensive_index_fill_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:39:14.6404836Z test_comprehensive_index_fill_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:39:14.6434499Z test_comprehensive_index_fill_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:39:14.6464914Z test_comprehensive_index_fill_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:39:14.6495517Z test_comprehensive_index_fill_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:39:14.6544579Z test_comprehensive_index_put_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:39:14.6557351Z test_comprehensive_index_put_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:14.6640887Z test_comprehensive_index_put_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:39:14.6657647Z test_comprehensive_index_put_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:39:14.6747039Z test_comprehensive_index_put_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:39:14.6794585Z test_comprehensive_index_put_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:39:14.6864582Z test_comprehensive_index_put_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:39:14.6933797Z test_comprehensive_index_put_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:39:14.6947070Z test_comprehensive_index_put_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:14.6960198Z test_comprehensive_index_put_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:14.6973354Z test_comprehensive_index_put_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:14.6986396Z test_comprehensive_index_put_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:14.6999485Z test_comprehensive_index_put_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:14.9508765Z test_comprehensive_index_reduce_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.251s) 2022-09-27T15:39:15.2072417Z test_comprehensive_index_reduce_cpu_float16 (__main__.TestDecompCPU) ... ok (0.256s) 2022-09-27T15:39:16.2071652Z test_comprehensive_index_reduce_cpu_float32 (__main__.TestDecompCPU) ... ok (1.000s) 2022-09-27T15:39:17.1802327Z test_comprehensive_index_reduce_cpu_float64 (__main__.TestDecompCPU) ... ok (0.973s) 2022-09-27T15:39:17.1847573Z test_comprehensive_index_reduce_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:39:17.1890432Z test_comprehensive_index_reduce_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:39:17.1930612Z test_comprehensive_index_reduce_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:39:17.1971582Z test_comprehensive_index_reduce_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:39:17.2013060Z test_comprehensive_index_reduce_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:39:17.2057153Z test_comprehensive_index_select_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:39:17.2086827Z test_comprehensive_index_select_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:39:17.2257371Z test_comprehensive_index_select_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:39:17.2318842Z test_comprehensive_index_select_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:17.2494453Z test_comprehensive_index_select_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:39:17.2535454Z test_comprehensive_index_select_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:39:17.2657159Z test_comprehensive_index_select_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:39:17.2776578Z test_comprehensive_index_select_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:39:17.2805982Z test_comprehensive_index_select_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:39:17.2836270Z test_comprehensive_index_select_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:39:17.2865929Z test_comprehensive_index_select_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:39:17.2896042Z test_comprehensive_index_select_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:39:17.2925827Z test_comprehensive_index_select_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:39:17.2988190Z test_comprehensive_inner_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:17.3312887Z test_comprehensive_inner_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:39:17.3646028Z test_comprehensive_inner_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:39:17.3847499Z test_comprehensive_inner_cpu_float32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:39:17.4041066Z test_comprehensive_inner_cpu_float64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:39:17.4084201Z test_comprehensive_inner_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:39:17.4126801Z test_comprehensive_inner_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:39:17.4168723Z test_comprehensive_inner_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:39:17.4211002Z test_comprehensive_inner_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:39:17.4253015Z test_comprehensive_inner_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:39:17.4300608Z test_comprehensive_int_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:39:17.4342819Z test_comprehensive_int_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:39:17.4432916Z test_comprehensive_int_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:39:17.4523201Z test_comprehensive_int_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:39:17.4571656Z test_comprehensive_int_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:39:17.4635261Z test_comprehensive_int_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:17.4698117Z test_comprehensive_int_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:17.4741238Z test_comprehensive_int_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:39:17.4762767Z test_comprehensive_int_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:39:17.4805350Z test_comprehensive_int_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:39:17.4848182Z test_comprehensive_int_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:39:17.4891892Z test_comprehensive_int_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:39:17.7081955Z test_comprehensive_isclose_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.219s) 2022-09-27T15:39:18.2105679Z test_comprehensive_isclose_cpu_bool (__main__.TestDecompCPU) ... ok (0.502s) 2022-09-27T15:39:18.8622093Z test_comprehensive_isclose_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.652s) 2022-09-27T15:39:19.5289776Z test_comprehensive_isclose_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.667s) 2022-09-27T15:39:19.7599790Z test_comprehensive_isclose_cpu_float16 (__main__.TestDecompCPU) ... ok (0.231s) 2022-09-27T15:39:20.2908901Z test_comprehensive_isclose_cpu_float32 (__main__.TestDecompCPU) ... ok (0.531s) 2022-09-27T15:39:20.8068898Z test_comprehensive_isclose_cpu_float64 (__main__.TestDecompCPU) ... ok (0.516s) 2022-09-27T15:39:21.4293373Z test_comprehensive_isclose_cpu_int16 (__main__.TestDecompCPU) ... ok (0.622s) 2022-09-27T15:39:22.0560120Z test_comprehensive_isclose_cpu_int32 (__main__.TestDecompCPU) ... ok (0.627s) 2022-09-27T15:39:22.6855828Z test_comprehensive_isclose_cpu_int64 (__main__.TestDecompCPU) ... ok (0.630s) 2022-09-27T15:39:23.3091418Z test_comprehensive_isclose_cpu_int8 (__main__.TestDecompCPU) ... ok (0.623s) 2022-09-27T15:39:23.9190911Z test_comprehensive_isclose_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.610s) 2022-09-27T15:39:23.9269559Z test_comprehensive_isfinite_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:39:23.9281054Z test_comprehensive_isfinite_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:23.9504800Z test_comprehensive_isfinite_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:39:23.9756753Z test_comprehensive_isfinite_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:39:23.9983763Z test_comprehensive_isfinite_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:39:24.0064286Z test_comprehensive_isfinite_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:39:24.0180555Z test_comprehensive_isfinite_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:39:24.0294425Z test_comprehensive_isfinite_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:39:24.0306612Z test_comprehensive_isfinite_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:24.0318138Z test_comprehensive_isfinite_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:24.0329864Z test_comprehensive_isfinite_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:24.0340824Z test_comprehensive_isfinite_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:24.0351623Z test_comprehensive_isfinite_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:24.0368228Z test_comprehensive_isin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:39:24.0380903Z test_comprehensive_isin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:24.0392125Z test_comprehensive_isin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:24.0403202Z test_comprehensive_isin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:24.0414568Z test_comprehensive_isin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:24.0425566Z test_comprehensive_isin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:24.0436584Z test_comprehensive_isin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:24.0494424Z test_comprehensive_isinf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:24.0554509Z test_comprehensive_isinf_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:24.0714904Z test_comprehensive_isinf_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:39:24.0885926Z test_comprehensive_isinf_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:39:24.1056807Z test_comprehensive_isinf_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:39:24.1112772Z test_comprehensive_isinf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:24.1207076Z test_comprehensive_isinf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:39:24.1293526Z test_comprehensive_isinf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:39:24.1353679Z test_comprehensive_isinf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:24.1413693Z test_comprehensive_isinf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:24.1473487Z test_comprehensive_isinf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:24.1533307Z test_comprehensive_isinf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:24.1592535Z test_comprehensive_isinf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:24.1641894Z test_comprehensive_isnan_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:39:24.1697679Z test_comprehensive_isnan_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:24.1847922Z test_comprehensive_isnan_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:39:24.2007976Z test_comprehensive_isnan_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:39:24.2061655Z test_comprehensive_isnan_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:39:24.2152043Z test_comprehensive_isnan_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:39:24.2234743Z test_comprehensive_isnan_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:39:24.2291071Z test_comprehensive_isnan_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:24.2347295Z test_comprehensive_isnan_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:24.2403374Z test_comprehensive_isnan_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:24.2459624Z test_comprehensive_isnan_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:24.2515099Z test_comprehensive_isnan_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:39:24.2567037Z test_comprehensive_isneginf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:39:24.2623343Z test_comprehensive_isneginf_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:24.2676853Z test_comprehensive_isneginf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:39:24.2767682Z test_comprehensive_isneginf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:39:24.2850876Z test_comprehensive_isneginf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:39:24.2907946Z test_comprehensive_isneginf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:24.2965784Z test_comprehensive_isneginf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:24.3022655Z test_comprehensive_isneginf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:24.3079441Z test_comprehensive_isneginf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:24.3135950Z test_comprehensive_isneginf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:24.3187747Z test_comprehensive_isposinf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:39:24.3243996Z test_comprehensive_isposinf_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:24.3298036Z test_comprehensive_isposinf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:39:24.3389095Z test_comprehensive_isposinf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:39:24.3472675Z test_comprehensive_isposinf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:39:24.3529752Z test_comprehensive_isposinf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:24.3586249Z test_comprehensive_isposinf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:24.3642869Z test_comprehensive_isposinf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:24.3699858Z test_comprehensive_isposinf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:24.3756333Z test_comprehensive_isposinf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:24.3770102Z test_comprehensive_isreal_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:24.3780691Z test_comprehensive_isreal_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:24.3819226Z test_comprehensive_isreal_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:39:24.3860234Z test_comprehensive_isreal_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:39:24.3898919Z test_comprehensive_isreal_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:39:24.3910515Z test_comprehensive_isreal_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:24.3922070Z test_comprehensive_isreal_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:24.3933847Z test_comprehensive_isreal_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:24.3944333Z test_comprehensive_isreal_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:24.3954833Z test_comprehensive_isreal_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:24.3965352Z test_comprehensive_isreal_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:24.3976154Z test_comprehensive_isreal_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:24.3986663Z test_comprehensive_isreal_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:25.4834209Z test_comprehensive_istft_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.084s) 2022-09-27T15:39:26.6019220Z test_comprehensive_istft_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.118s) 2022-09-27T15:39:27.5684130Z test_comprehensive_istft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.966s) 2022-09-27T15:39:28.5011358Z test_comprehensive_istft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.933s) 2022-09-27T15:39:28.5021369Z test_comprehensive_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:28.5030362Z test_comprehensive_jiterator_2inputs_2outputs_cpu_bool (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:28.5038165Z test_comprehensive_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:28.5046028Z test_comprehensive_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:28.5054605Z test_comprehensive_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:28.5062650Z test_comprehensive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:28.5070762Z test_comprehensive_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:28.5078842Z test_comprehensive_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:28.5086874Z test_comprehensive_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:28.5095049Z test_comprehensive_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:28.5103132Z test_comprehensive_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:28.5111194Z test_comprehensive_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:28.5119381Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:28.5127447Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:28.5135832Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:28.5143618Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:28.5151656Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:28.5159519Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:28.5167782Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:28.5176058Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:28.5184719Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:28.5193143Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:28.5201790Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:28.5210493Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:28.5219116Z test_comprehensive_jiterator_binary_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:28.5227687Z test_comprehensive_jiterator_binary_cpu_bool (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:28.5236203Z test_comprehensive_jiterator_binary_cpu_complex128 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:28.5244779Z test_comprehensive_jiterator_binary_cpu_complex64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:28.5253507Z test_comprehensive_jiterator_binary_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:28.5262015Z test_comprehensive_jiterator_binary_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:28.5270597Z test_comprehensive_jiterator_binary_cpu_float64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:28.5279022Z test_comprehensive_jiterator_binary_cpu_int16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:28.5287340Z test_comprehensive_jiterator_binary_cpu_int32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:28.5296060Z test_comprehensive_jiterator_binary_cpu_int64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:28.5304442Z test_comprehensive_jiterator_binary_cpu_int8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:28.5312856Z test_comprehensive_jiterator_binary_cpu_uint8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:28.5321478Z test_comprehensive_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:28.5330123Z test_comprehensive_jiterator_binary_return_by_ref_cpu_bool (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:28.5338816Z test_comprehensive_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:28.5347506Z test_comprehensive_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:28.5356258Z test_comprehensive_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:28.5364941Z test_comprehensive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:28.5373770Z test_comprehensive_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:28.5382457Z test_comprehensive_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:28.5390994Z test_comprehensive_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:28.5399548Z test_comprehensive_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:28.5408040Z test_comprehensive_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:28.5416773Z test_comprehensive_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:28.5425268Z test_comprehensive_jiterator_unary_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:28.5433743Z test_comprehensive_jiterator_unary_cpu_bool (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:28.5442292Z test_comprehensive_jiterator_unary_cpu_complex128 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:28.5450824Z test_comprehensive_jiterator_unary_cpu_complex64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:28.5459818Z test_comprehensive_jiterator_unary_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:28.5468277Z test_comprehensive_jiterator_unary_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:28.5476804Z test_comprehensive_jiterator_unary_cpu_float64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:28.5485098Z test_comprehensive_jiterator_unary_cpu_int16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:28.5493776Z test_comprehensive_jiterator_unary_cpu_int32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:28.5502623Z test_comprehensive_jiterator_unary_cpu_int64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:28.5511093Z test_comprehensive_jiterator_unary_cpu_int8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:28.5519419Z test_comprehensive_jiterator_unary_cpu_uint8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:39:28.5580026Z test_comprehensive_kron_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:28.5627772Z test_comprehensive_kron_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:39:28.7991710Z test_comprehensive_kron_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.236s) 2022-09-27T15:39:29.0395626Z test_comprehensive_kron_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.240s) 2022-09-27T15:39:29.0457543Z test_comprehensive_kron_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:29.1697953Z test_comprehensive_kron_cpu_float32 (__main__.TestDecompCPU) ... ok (0.124s) 2022-09-27T15:39:29.2919075Z test_comprehensive_kron_cpu_float64 (__main__.TestDecompCPU) ... ok (0.122s) 2022-09-27T15:39:29.2966356Z test_comprehensive_kron_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:39:29.3014028Z test_comprehensive_kron_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:39:29.3059979Z test_comprehensive_kron_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:39:29.3105658Z test_comprehensive_kron_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:39:29.3151141Z test_comprehensive_kron_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:39:29.3256481Z test_comprehensive_kthvalue_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:39:29.3417855Z test_comprehensive_kthvalue_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:39:29.3576177Z test_comprehensive_kthvalue_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:39:29.3591909Z test_comprehensive_kthvalue_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:39:29.3607016Z test_comprehensive_kthvalue_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:29.3621865Z test_comprehensive_kthvalue_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:29.3636112Z test_comprehensive_kthvalue_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:29.3650740Z test_comprehensive_kthvalue_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:29.3890638Z test_comprehensive_lcm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:39:29.4111345Z test_comprehensive_lcm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:39:29.4331795Z test_comprehensive_lcm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:39:29.4567684Z test_comprehensive_lcm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:39:29.4786488Z test_comprehensive_lcm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:39:29.5159397Z test_comprehensive_ldexp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.037s) 2022-09-27T15:39:29.5611845Z test_comprehensive_ldexp_cpu_bool (__main__.TestDecompCPU) ... ok (0.045s) 2022-09-27T15:39:30.1006499Z test_comprehensive_ldexp_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.539s) 2022-09-27T15:39:30.6529865Z test_comprehensive_ldexp_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.552s) 2022-09-27T15:39:30.6906591Z test_comprehensive_ldexp_cpu_float16 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:39:30.9614056Z test_comprehensive_ldexp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.271s) 2022-09-27T15:39:31.2240812Z test_comprehensive_ldexp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.263s) 2022-09-27T15:39:31.2649841Z test_comprehensive_ldexp_cpu_int16 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T15:39:31.3058802Z test_comprehensive_ldexp_cpu_int32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T15:39:31.3464858Z test_comprehensive_ldexp_cpu_int64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T15:39:31.3873121Z test_comprehensive_ldexp_cpu_int8 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T15:39:31.4324182Z test_comprehensive_ldexp_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.045s) 2022-09-27T15:39:31.4530288Z test_comprehensive_le_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:39:31.4738725Z test_comprehensive_le_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:39:31.4955697Z test_comprehensive_le_cpu_float16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:39:31.5296701Z test_comprehensive_le_cpu_float32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:39:31.5624006Z test_comprehensive_le_cpu_float64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:39:31.5837361Z test_comprehensive_le_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:39:31.6049763Z test_comprehensive_le_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:39:31.6261859Z test_comprehensive_le_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:39:31.6474411Z test_comprehensive_le_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:39:31.6685101Z test_comprehensive_le_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:39:31.9921946Z test_comprehensive_lerp_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.324s) 2022-09-27T15:39:32.3233922Z test_comprehensive_lerp_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.331s) 2022-09-27T15:39:32.4692644Z test_comprehensive_lerp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.146s) 2022-09-27T15:39:32.6110222Z test_comprehensive_lerp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.142s) 2022-09-27T15:39:32.6167330Z test_comprehensive_lgamma_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:39:32.6200500Z test_comprehensive_lgamma_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:39:32.6308757Z test_comprehensive_lgamma_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:39:32.6414628Z test_comprehensive_lgamma_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:39:32.6447635Z test_comprehensive_lgamma_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:39:32.6480226Z test_comprehensive_lgamma_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:39:32.6512616Z test_comprehensive_lgamma_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:39:32.6545221Z test_comprehensive_lgamma_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:39:32.6577579Z test_comprehensive_lgamma_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:39:32.9124776Z test_comprehensive_linalg_cholesky_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.254s) 2022-09-27T15:39:33.1682874Z test_comprehensive_linalg_cholesky_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.256s) 2022-09-27T15:39:33.3361021Z test_comprehensive_linalg_cholesky_cpu_float32 (__main__.TestDecompCPU) ... ok (0.168s) 2022-09-27T15:39:33.4995405Z test_comprehensive_linalg_cholesky_cpu_float64 (__main__.TestDecompCPU) ... ok (0.163s) 2022-09-27T15:39:33.7494961Z test_comprehensive_linalg_cholesky_ex_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.250s) 2022-09-27T15:39:34.0066806Z test_comprehensive_linalg_cholesky_ex_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.257s) 2022-09-27T15:39:34.1751397Z test_comprehensive_linalg_cholesky_ex_cpu_float32 (__main__.TestDecompCPU) ... ok (0.168s) 2022-09-27T15:39:34.3380783Z test_comprehensive_linalg_cholesky_ex_cpu_float64 (__main__.TestDecompCPU) ... ok (0.163s) 2022-09-27T15:39:34.4312079Z test_comprehensive_linalg_cond_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.093s) 2022-09-27T15:39:34.5269975Z test_comprehensive_linalg_cond_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.096s) 2022-09-27T15:39:34.6039064Z test_comprehensive_linalg_cond_cpu_float32 (__main__.TestDecompCPU) ... ok (0.077s) 2022-09-27T15:39:34.6779581Z test_comprehensive_linalg_cond_cpu_float64 (__main__.TestDecompCPU) ... ok (0.074s) 2022-09-27T15:39:34.6814104Z test_comprehensive_linalg_cross_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:39:34.7005435Z test_comprehensive_linalg_cross_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:39:34.7203676Z test_comprehensive_linalg_cross_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:39:34.7244873Z test_comprehensive_linalg_cross_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:39:34.7282462Z test_comprehensive_linalg_cross_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:39:34.7294690Z test_comprehensive_linalg_cross_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:34.7306337Z test_comprehensive_linalg_cross_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:34.7317927Z test_comprehensive_linalg_cross_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:34.7329833Z test_comprehensive_linalg_cross_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:34.7340960Z test_comprehensive_linalg_cross_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:34.8096596Z test_comprehensive_linalg_det_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.075s) 2022-09-27T15:39:34.8866995Z test_comprehensive_linalg_det_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.077s) 2022-09-27T15:39:34.9400990Z test_comprehensive_linalg_det_cpu_float32 (__main__.TestDecompCPU) ... ok (0.053s) 2022-09-27T15:39:34.9920903Z test_comprehensive_linalg_det_cpu_float64 (__main__.TestDecompCPU) ... ok (0.052s) 2022-09-27T15:39:35.5903155Z test_comprehensive_linalg_det_singular_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.598s) 2022-09-27T15:39:36.2029040Z test_comprehensive_linalg_det_singular_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.613s) 2022-09-27T15:39:36.6072025Z test_comprehensive_linalg_det_singular_cpu_float32 (__main__.TestDecompCPU) ... ok (0.404s) 2022-09-27T15:39:37.0065809Z test_comprehensive_linalg_det_singular_cpu_float64 (__main__.TestDecompCPU) ... ok (0.399s) 2022-09-27T15:39:37.3016930Z test_comprehensive_linalg_eig_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.295s) 2022-09-27T15:39:37.6020841Z test_comprehensive_linalg_eig_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.300s) 2022-09-27T15:39:37.8959249Z test_comprehensive_linalg_eig_cpu_float32 (__main__.TestDecompCPU) ... ok (0.294s) 2022-09-27T15:39:38.1843571Z test_comprehensive_linalg_eig_cpu_float64 (__main__.TestDecompCPU) ... ok (0.288s) 2022-09-27T15:39:38.4392536Z test_comprehensive_linalg_eigh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.255s) 2022-09-27T15:39:38.6990269Z test_comprehensive_linalg_eigh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.260s) 2022-09-27T15:39:38.8809623Z test_comprehensive_linalg_eigh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.182s) 2022-09-27T15:39:39.0581391Z test_comprehensive_linalg_eigh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.177s) 2022-09-27T15:39:39.1227474Z test_comprehensive_linalg_eigvals_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.065s) 2022-09-27T15:39:39.1885713Z test_comprehensive_linalg_eigvals_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.066s) 2022-09-27T15:39:39.2527274Z test_comprehensive_linalg_eigvals_cpu_float32 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T15:39:39.3141434Z test_comprehensive_linalg_eigvals_cpu_float64 (__main__.TestDecompCPU) ... ok (0.061s) 2022-09-27T15:39:39.3887767Z test_comprehensive_linalg_eigvalsh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.075s) 2022-09-27T15:39:39.4629057Z test_comprehensive_linalg_eigvalsh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.074s) 2022-09-27T15:39:39.5180061Z test_comprehensive_linalg_eigvalsh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.055s) 2022-09-27T15:39:39.5720338Z test_comprehensive_linalg_eigvalsh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.054s) 2022-09-27T15:39:41.3287721Z test_comprehensive_linalg_householder_product_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.757s) 2022-09-27T15:39:43.1481522Z test_comprehensive_linalg_householder_product_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.819s) 2022-09-27T15:39:44.2836568Z test_comprehensive_linalg_householder_product_cpu_float32 (__main__.TestDecompCPU) ... ok (1.135s) 2022-09-27T15:39:45.3827535Z test_comprehensive_linalg_householder_product_cpu_float64 (__main__.TestDecompCPU) ... ok (1.099s) 2022-09-27T15:39:45.4965473Z test_comprehensive_linalg_inv_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.114s) 2022-09-27T15:39:45.6115891Z test_comprehensive_linalg_inv_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.115s) 2022-09-27T15:39:45.6905564Z test_comprehensive_linalg_inv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T15:39:45.7676185Z test_comprehensive_linalg_inv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.077s) 2022-09-27T15:39:45.8794532Z test_comprehensive_linalg_inv_ex_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.112s) 2022-09-27T15:39:45.9926518Z test_comprehensive_linalg_inv_ex_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.113s) 2022-09-27T15:39:46.0710755Z test_comprehensive_linalg_inv_ex_cpu_float32 (__main__.TestDecompCPU) ... ok (0.078s) 2022-09-27T15:39:46.1471608Z test_comprehensive_linalg_inv_ex_cpu_float64 (__main__.TestDecompCPU) ... ok (0.076s) 2022-09-27T15:39:46.1508675Z test_comprehensive_linalg_ldl_factor_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:39:46.1530058Z test_comprehensive_linalg_ldl_factor_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:39:46.1546433Z test_comprehensive_linalg_ldl_factor_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:39:46.1562202Z test_comprehensive_linalg_ldl_factor_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:39:46.1578843Z test_comprehensive_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:39:46.1595253Z test_comprehensive_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:39:46.1608687Z test_comprehensive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:46.1622371Z test_comprehensive_linalg_ldl_factor_ex_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:39:46.1665784Z test_comprehensive_linalg_ldl_solve_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:39:46.1706138Z test_comprehensive_linalg_ldl_solve_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:39:46.1732368Z test_comprehensive_linalg_ldl_solve_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:39:46.1758321Z test_comprehensive_linalg_ldl_solve_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:39:52.4755270Z test_comprehensive_linalg_lstsq_cpu_complex128 (__main__.TestDecompCPU) ... ok (6.299s) 2022-09-27T15:39:58.9636808Z test_comprehensive_linalg_lstsq_cpu_complex64 (__main__.TestDecompCPU) ... ok (6.488s) 2022-09-27T15:40:02.8449863Z test_comprehensive_linalg_lstsq_cpu_float32 (__main__.TestDecompCPU) ... ok (3.881s) 2022-09-27T15:40:06.5854544Z test_comprehensive_linalg_lstsq_cpu_float64 (__main__.TestDecompCPU) ... ok (3.740s) 2022-09-27T15:40:13.0608819Z test_comprehensive_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestDecompCPU) ... ok (6.475s) 2022-09-27T15:40:19.7132769Z test_comprehensive_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestDecompCPU) ... ok (6.652s) 2022-09-27T15:40:23.5322342Z test_comprehensive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestDecompCPU) ... ok (3.819s) 2022-09-27T15:40:27.1893545Z test_comprehensive_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestDecompCPU) ... ok (3.657s) 2022-09-27T15:40:28.7519470Z test_comprehensive_linalg_lu_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.562s) 2022-09-27T15:40:30.3653236Z test_comprehensive_linalg_lu_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.613s) 2022-09-27T15:40:31.3800197Z test_comprehensive_linalg_lu_cpu_float32 (__main__.TestDecompCPU) ... ok (1.015s) 2022-09-27T15:40:32.3556932Z test_comprehensive_linalg_lu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.976s) 2022-09-27T15:40:33.9818126Z test_comprehensive_linalg_lu_factor_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.626s) 2022-09-27T15:40:35.6659111Z test_comprehensive_linalg_lu_factor_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.684s) 2022-09-27T15:40:36.7286501Z test_comprehensive_linalg_lu_factor_cpu_float32 (__main__.TestDecompCPU) ... ok (1.063s) 2022-09-27T15:40:37.7586641Z test_comprehensive_linalg_lu_factor_cpu_float64 (__main__.TestDecompCPU) ... ok (1.030s) 2022-09-27T15:40:39.3823063Z test_comprehensive_linalg_lu_factor_ex_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.624s) 2022-09-27T15:40:41.0910915Z test_comprehensive_linalg_lu_factor_ex_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.709s) 2022-09-27T15:40:42.1634847Z test_comprehensive_linalg_lu_factor_ex_cpu_float32 (__main__.TestDecompCPU) ... ok (1.072s) 2022-09-27T15:40:43.1987865Z test_comprehensive_linalg_lu_factor_ex_cpu_float64 (__main__.TestDecompCPU) ... ok (1.035s) 2022-09-27T15:40:46.7555874Z test_comprehensive_linalg_lu_solve_cpu_complex128 (__main__.TestDecompCPU) ... ok (3.557s) 2022-09-27T15:40:50.3801020Z test_comprehensive_linalg_lu_solve_cpu_complex64 (__main__.TestDecompCPU) ... ok (3.624s) 2022-09-27T15:40:53.1951857Z test_comprehensive_linalg_lu_solve_cpu_float32 (__main__.TestDecompCPU) ... ok (2.815s) 2022-09-27T15:40:55.9513894Z test_comprehensive_linalg_lu_solve_cpu_float64 (__main__.TestDecompCPU) ... ok (2.756s) 2022-09-27T15:40:56.1392595Z test_comprehensive_linalg_matrix_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.188s) 2022-09-27T15:40:57.0808890Z test_comprehensive_linalg_matrix_norm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.941s) 2022-09-27T15:40:58.0370032Z test_comprehensive_linalg_matrix_norm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.956s) 2022-09-27T15:40:58.2237417Z test_comprehensive_linalg_matrix_norm_cpu_float16 (__main__.TestDecompCPU) ... ok (0.187s) 2022-09-27T15:40:59.0417264Z test_comprehensive_linalg_matrix_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.818s) 2022-09-27T15:40:59.8325677Z test_comprehensive_linalg_matrix_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.791s) 2022-09-27T15:41:00.1783328Z test_comprehensive_linalg_matrix_power_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.346s) 2022-09-27T15:41:00.5363131Z test_comprehensive_linalg_matrix_power_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.358s) 2022-09-27T15:41:00.7965795Z test_comprehensive_linalg_matrix_power_cpu_float32 (__main__.TestDecompCPU) ... ok (0.260s) 2022-09-27T15:41:01.0481376Z test_comprehensive_linalg_matrix_power_cpu_float64 (__main__.TestDecompCPU) ... ok (0.251s) 2022-09-27T15:41:01.2720506Z test_comprehensive_linalg_matrix_rank_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.224s) 2022-09-27T15:41:01.4959156Z test_comprehensive_linalg_matrix_rank_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.224s) 2022-09-27T15:41:01.7167127Z test_comprehensive_linalg_matrix_rank_cpu_float32 (__main__.TestDecompCPU) ... ok (0.221s) 2022-09-27T15:41:01.9333178Z test_comprehensive_linalg_matrix_rank_cpu_float64 (__main__.TestDecompCPU) ... ok (0.217s) 2022-09-27T15:41:01.9650575Z test_comprehensive_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:41:01.9966769Z test_comprehensive_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:41:02.0281433Z test_comprehensive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T15:41:02.0587764Z test_comprehensive_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T15:41:02.0704228Z test_comprehensive_linalg_multi_dot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:41:02.1248003Z test_comprehensive_linalg_multi_dot_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.054s) 2022-09-27T15:41:02.1809682Z test_comprehensive_linalg_multi_dot_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.056s) 2022-09-27T15:41:02.2212333Z test_comprehensive_linalg_multi_dot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.040s) 2022-09-27T15:41:02.2600278Z test_comprehensive_linalg_multi_dot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-09-27T15:41:02.2653976Z test_comprehensive_linalg_multi_dot_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:41:02.2705579Z test_comprehensive_linalg_multi_dot_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:41:02.2760624Z test_comprehensive_linalg_multi_dot_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:41:02.2811224Z test_comprehensive_linalg_multi_dot_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:41:02.2862515Z test_comprehensive_linalg_multi_dot_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:41:02.5305537Z test_comprehensive_linalg_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.244s) 2022-09-27T15:41:03.3368635Z test_comprehensive_linalg_norm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.806s) 2022-09-27T15:41:04.1620362Z test_comprehensive_linalg_norm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.825s) 2022-09-27T15:41:04.4078849Z test_comprehensive_linalg_norm_cpu_float16 (__main__.TestDecompCPU) ... ok (0.246s) 2022-09-27T15:41:05.1013661Z test_comprehensive_linalg_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.693s) 2022-09-27T15:41:05.7758014Z test_comprehensive_linalg_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.674s) 2022-09-27T15:41:05.9639735Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.188s) 2022-09-27T15:41:06.4457496Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.482s) 2022-09-27T15:41:06.9397295Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.494s) 2022-09-27T15:41:07.1295125Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestDecompCPU) ... ok (0.190s) 2022-09-27T15:41:07.5793259Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestDecompCPU) ... ok (0.450s) 2022-09-27T15:41:08.0186997Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestDecompCPU) ... ok (0.439s) 2022-09-27T15:41:09.0305161Z test_comprehensive_linalg_pinv_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.012s) 2022-09-27T15:41:10.0603298Z test_comprehensive_linalg_pinv_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.030s) 2022-09-27T15:41:10.7717537Z test_comprehensive_linalg_pinv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.711s) 2022-09-27T15:41:11.4650642Z test_comprehensive_linalg_pinv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.693s) 2022-09-27T15:41:11.8989122Z test_comprehensive_linalg_pinv_hermitian_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.434s) 2022-09-27T15:41:12.3395102Z test_comprehensive_linalg_pinv_hermitian_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.441s) 2022-09-27T15:41:12.6257599Z test_comprehensive_linalg_pinv_hermitian_cpu_float32 (__main__.TestDecompCPU) ... ok (0.286s) 2022-09-27T15:41:12.9048569Z test_comprehensive_linalg_pinv_hermitian_cpu_float64 (__main__.TestDecompCPU) ... ok (0.279s) 2022-09-27T15:41:12.9058337Z 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:12.9067031Z 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:12.9074730Z 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:12.9082703Z 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:13.7407687Z test_comprehensive_linalg_qr_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.832s) 2022-09-27T15:41:14.5957844Z test_comprehensive_linalg_qr_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.855s) 2022-09-27T15:41:15.2063135Z test_comprehensive_linalg_qr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.610s) 2022-09-27T15:41:15.7991079Z test_comprehensive_linalg_qr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.593s) 2022-09-27T15:41:15.8815493Z test_comprehensive_linalg_slogdet_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.082s) 2022-09-27T15:41:15.9658037Z test_comprehensive_linalg_slogdet_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.084s) 2022-09-27T15:41:15.9987374Z test_comprehensive_linalg_slogdet_cpu_float32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:41:16.0306883Z test_comprehensive_linalg_slogdet_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:41:16.1597821Z test_comprehensive_linalg_solve_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.129s) 2022-09-27T15:41:16.2927492Z test_comprehensive_linalg_solve_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.133s) 2022-09-27T15:41:16.3914020Z test_comprehensive_linalg_solve_cpu_float32 (__main__.TestDecompCPU) ... ok (0.099s) 2022-09-27T15:41:16.4875442Z test_comprehensive_linalg_solve_cpu_float64 (__main__.TestDecompCPU) ... ok (0.096s) 2022-09-27T15:41:16.6164845Z test_comprehensive_linalg_solve_ex_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.129s) 2022-09-27T15:41:16.7481789Z test_comprehensive_linalg_solve_ex_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.132s) 2022-09-27T15:41:16.8468524Z test_comprehensive_linalg_solve_ex_cpu_float32 (__main__.TestDecompCPU) ... ok (0.099s) 2022-09-27T15:41:16.9426620Z test_comprehensive_linalg_solve_ex_cpu_float64 (__main__.TestDecompCPU) ... ok (0.096s) 2022-09-27T15:41:18.8335549Z test_comprehensive_linalg_solve_triangular_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.891s) 2022-09-27T15:41:20.7731816Z test_comprehensive_linalg_solve_triangular_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.940s) 2022-09-27T15:41:22.3439625Z test_comprehensive_linalg_solve_triangular_cpu_float32 (__main__.TestDecompCPU) ... ok (1.571s) 2022-09-27T15:41:23.8748539Z test_comprehensive_linalg_solve_triangular_cpu_float64 (__main__.TestDecompCPU) ... ok (1.531s) 2022-09-27T15:41:31.1685490Z test_comprehensive_linalg_svd_cpu_complex128 (__main__.TestDecompCPU) ... ok (7.294s) 2022-09-27T15:41:38.6289832Z test_comprehensive_linalg_svd_cpu_complex64 (__main__.TestDecompCPU) ... ok (7.460s) 2022-09-27T15:41:43.6981136Z test_comprehensive_linalg_svd_cpu_float32 (__main__.TestDecompCPU) ... ok (5.069s) 2022-09-27T15:41:48.6369902Z test_comprehensive_linalg_svd_cpu_float64 (__main__.TestDecompCPU) ... ok (4.939s) 2022-09-27T15:41:48.8691085Z test_comprehensive_linalg_svdvals_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.232s) 2022-09-27T15:41:49.1044997Z test_comprehensive_linalg_svdvals_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.235s) 2022-09-27T15:41:49.2897967Z test_comprehensive_linalg_svdvals_cpu_float32 (__main__.TestDecompCPU) ... ok (0.185s) 2022-09-27T15:41:49.4699872Z test_comprehensive_linalg_svdvals_cpu_float64 (__main__.TestDecompCPU) ... ok (0.180s) 2022-09-27T15:41:49.5639868Z test_comprehensive_linalg_tensorinv_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.094s) 2022-09-27T15:41:49.6622391Z test_comprehensive_linalg_tensorinv_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.098s) 2022-09-27T15:41:49.7204649Z test_comprehensive_linalg_tensorinv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.058s) 2022-09-27T15:41:49.7756203Z test_comprehensive_linalg_tensorinv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.055s) 2022-09-27T15:41:49.9167982Z test_comprehensive_linalg_tensorsolve_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.141s) 2022-09-27T15:41:50.0632703Z test_comprehensive_linalg_tensorsolve_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.146s) 2022-09-27T15:41:50.1532999Z test_comprehensive_linalg_tensorsolve_cpu_float32 (__main__.TestDecompCPU) ... ok (0.090s) 2022-09-27T15:41:50.2416329Z test_comprehensive_linalg_tensorsolve_cpu_float64 (__main__.TestDecompCPU) ... ok (0.088s) 2022-09-27T15:41:50.5330529Z test_comprehensive_linalg_vander_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.291s) 2022-09-27T15:41:50.8317665Z test_comprehensive_linalg_vander_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.299s) 2022-09-27T15:41:51.0029111Z test_comprehensive_linalg_vander_cpu_float32 (__main__.TestDecompCPU) ... ok (0.171s) 2022-09-27T15:41:51.1695887Z test_comprehensive_linalg_vander_cpu_float64 (__main__.TestDecompCPU) ... ok (0.167s) 2022-09-27T15:41:51.2025449Z test_comprehensive_linalg_vander_cpu_int16 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:41:51.2350202Z test_comprehensive_linalg_vander_cpu_int32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:41:51.2666994Z test_comprehensive_linalg_vander_cpu_int64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:41:51.2991513Z test_comprehensive_linalg_vander_cpu_int8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:41:51.3313576Z test_comprehensive_linalg_vander_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:41:51.4290800Z test_comprehensive_linalg_vecdot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.098s) 2022-09-27T15:41:51.8369980Z test_comprehensive_linalg_vecdot_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.408s) 2022-09-27T15:41:52.2588458Z test_comprehensive_linalg_vecdot_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.422s) 2022-09-27T15:41:52.4994521Z test_comprehensive_linalg_vecdot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.241s) 2022-09-27T15:41:52.7331502Z test_comprehensive_linalg_vecdot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.234s) 2022-09-27T15:41:53.4292411Z test_comprehensive_linalg_vector_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.696s) 2022-09-27T15:41:55.4646551Z test_comprehensive_linalg_vector_norm_cpu_complex128 (__main__.TestDecompCPU) ... ok (2.035s) 2022-09-27T15:41:57.5603992Z test_comprehensive_linalg_vector_norm_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.096s) 2022-09-27T15:41:58.2531701Z test_comprehensive_linalg_vector_norm_cpu_float16 (__main__.TestDecompCPU) ... ok (0.693s) 2022-09-27T15:41:59.9556004Z test_comprehensive_linalg_vector_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (1.702s) 2022-09-27T15:42:01.6225034Z test_comprehensive_linalg_vector_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (1.667s) 2022-09-27T15:42:01.6333492Z test_comprehensive_linspace_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:42:01.6552497Z test_comprehensive_linspace_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:42:01.6776055Z test_comprehensive_linspace_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:42:01.6883450Z test_comprehensive_linspace_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:42:01.7076788Z test_comprehensive_linspace_cpu_float32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:42:01.7259724Z test_comprehensive_linspace_cpu_float64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:42:01.7289508Z test_comprehensive_linspace_cpu_int16 (__main__.TestDecompCPU) ... expected failure (0.003s) 2022-09-27T15:42:01.7315388Z test_comprehensive_linspace_cpu_int32 (__main__.TestDecompCPU) ... expected failure (0.003s) 2022-09-27T15:42:01.7337494Z test_comprehensive_linspace_cpu_int64 (__main__.TestDecompCPU) ... expected failure (0.002s) 2022-09-27T15:42:01.7498663Z test_comprehensive_linspace_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:42:01.7631122Z test_comprehensive_linspace_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:42:01.7690358Z test_comprehensive_log10_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:42:01.7722343Z test_comprehensive_log10_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:01.7905344Z test_comprehensive_log10_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:42:01.8090506Z test_comprehensive_log10_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:42:01.8198931Z test_comprehensive_log10_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:42:01.8304072Z test_comprehensive_log10_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:42:01.8335992Z test_comprehensive_log10_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:01.8367441Z test_comprehensive_log10_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:01.8399025Z test_comprehensive_log10_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:01.8430848Z test_comprehensive_log10_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:01.8462581Z test_comprehensive_log10_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:01.8494379Z test_comprehensive_log1p_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:01.8556813Z test_comprehensive_log1p_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:42:01.8876868Z test_comprehensive_log1p_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:42:01.9181904Z test_comprehensive_log1p_cpu_float64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:42:01.9243470Z test_comprehensive_log1p_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:42:01.9305343Z test_comprehensive_log1p_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:42:01.9366579Z test_comprehensive_log1p_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:42:01.9427740Z test_comprehensive_log1p_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:42:01.9487662Z test_comprehensive_log1p_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:42:01.9546030Z test_comprehensive_log2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:42:01.9577465Z test_comprehensive_log2_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:01.9756402Z test_comprehensive_log2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:42:01.9941213Z test_comprehensive_log2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:42:02.0049825Z test_comprehensive_log2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:42:02.0155561Z test_comprehensive_log2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:42:02.0187851Z test_comprehensive_log2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:02.0219787Z test_comprehensive_log2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:02.0251288Z test_comprehensive_log2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:02.0282894Z test_comprehensive_log2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:02.0314922Z test_comprehensive_log2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:02.0358333Z test_comprehensive_log_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:42:02.0389606Z test_comprehensive_log_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:02.0531850Z test_comprehensive_log_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:42:02.0677838Z test_comprehensive_log_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:42:02.0758885Z test_comprehensive_log_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:42:02.0838312Z test_comprehensive_log_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:42:02.0870423Z test_comprehensive_log_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:02.0902131Z test_comprehensive_log_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:02.0934052Z test_comprehensive_log_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:02.0965435Z test_comprehensive_log_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:02.0997184Z test_comprehensive_log_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:02.1068673Z test_comprehensive_log_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:42:02.1434402Z test_comprehensive_log_softmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:42:02.1785375Z test_comprehensive_log_softmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:42:02.1885891Z test_comprehensive_log_softmax_dtype_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:42:02.2088224Z test_comprehensive_log_softmax_dtype_cpu_bool (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:42:02.2745574Z test_comprehensive_log_softmax_dtype_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.066s) 2022-09-27T15:42:02.3081088Z test_comprehensive_log_softmax_dtype_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:42:02.3751062Z test_comprehensive_log_softmax_dtype_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.067s) 2022-09-27T15:42:02.3854004Z test_comprehensive_log_softmax_dtype_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:42:02.4449298Z test_comprehensive_log_softmax_dtype_cpu_float32 (__main__.TestDecompCPU) ... ok (0.059s) 2022-09-27T15:42:02.4801630Z test_comprehensive_log_softmax_dtype_cpu_float64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:42:02.5042161Z test_comprehensive_log_softmax_dtype_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:42:02.5283797Z test_comprehensive_log_softmax_dtype_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:42:02.5523188Z test_comprehensive_log_softmax_dtype_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:42:02.5762972Z test_comprehensive_log_softmax_dtype_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:42:02.6004392Z test_comprehensive_log_softmax_dtype_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:42:02.6060421Z test_comprehensive_logaddexp2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:42:02.6224196Z test_comprehensive_logaddexp2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:42:02.6384682Z test_comprehensive_logaddexp2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:42:02.6435787Z test_comprehensive_logaddexp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:42:02.6599125Z test_comprehensive_logaddexp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:42:02.6761588Z test_comprehensive_logaddexp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:42:02.7230210Z test_comprehensive_logcumsumexp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T15:42:03.0850697Z test_comprehensive_logcumsumexp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.362s) 2022-09-27T15:42:03.4339026Z test_comprehensive_logcumsumexp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.349s) 2022-09-27T15:42:03.5575380Z test_comprehensive_logdet_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.123s) 2022-09-27T15:42:03.6841426Z test_comprehensive_logdet_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.127s) 2022-09-27T15:42:03.7438504Z test_comprehensive_logdet_cpu_float32 (__main__.TestDecompCPU) ... ok (0.060s) 2022-09-27T15:42:03.8012395Z test_comprehensive_logdet_cpu_float64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-09-27T15:42:03.8226090Z test_comprehensive_logical_and_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:42:03.8435373Z test_comprehensive_logical_and_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:42:03.8990332Z test_comprehensive_logical_and_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.055s) 2022-09-27T15:42:03.9570329Z test_comprehensive_logical_and_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.058s) 2022-09-27T15:42:03.9787958Z test_comprehensive_logical_and_cpu_float16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:42:04.0130924Z test_comprehensive_logical_and_cpu_float32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:42:04.0455772Z test_comprehensive_logical_and_cpu_float64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:42:04.0667690Z test_comprehensive_logical_and_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:42:04.0878647Z test_comprehensive_logical_and_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:42:04.1085544Z test_comprehensive_logical_and_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:42:04.1294861Z test_comprehensive_logical_and_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:42:04.1502167Z test_comprehensive_logical_and_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:42:04.1534518Z test_comprehensive_logical_not_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:04.1559446Z test_comprehensive_logical_not_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:04.1603752Z test_comprehensive_logical_not_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:42:04.1649234Z test_comprehensive_logical_not_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:42:04.1679952Z test_comprehensive_logical_not_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:04.1714258Z test_comprehensive_logical_not_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:04.1748084Z test_comprehensive_logical_not_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:04.1774204Z test_comprehensive_logical_not_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:04.1799278Z test_comprehensive_logical_not_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:04.1824296Z test_comprehensive_logical_not_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:04.1849646Z test_comprehensive_logical_not_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:04.1875075Z test_comprehensive_logical_not_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:04.2095648Z test_comprehensive_logical_or_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:42:04.2307007Z test_comprehensive_logical_or_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:42:04.2872468Z test_comprehensive_logical_or_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.056s) 2022-09-27T15:42:04.3453832Z test_comprehensive_logical_or_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.058s) 2022-09-27T15:42:04.3678602Z test_comprehensive_logical_or_cpu_float16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:42:04.4025836Z test_comprehensive_logical_or_cpu_float32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:42:04.4359377Z test_comprehensive_logical_or_cpu_float64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:42:04.4579838Z test_comprehensive_logical_or_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:42:04.4799643Z test_comprehensive_logical_or_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:42:04.5018077Z test_comprehensive_logical_or_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:42:04.5237493Z test_comprehensive_logical_or_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:42:04.5454822Z test_comprehensive_logical_or_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:42:04.5659050Z test_comprehensive_logical_xor_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:42:04.5860844Z test_comprehensive_logical_xor_cpu_bool (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:42:04.6411613Z test_comprehensive_logical_xor_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.055s) 2022-09-27T15:42:04.6983451Z test_comprehensive_logical_xor_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-09-27T15:42:04.7197319Z test_comprehensive_logical_xor_cpu_float16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:42:04.7533044Z test_comprehensive_logical_xor_cpu_float32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:42:04.7856328Z test_comprehensive_logical_xor_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:42:04.8066790Z test_comprehensive_logical_xor_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:42:04.8276150Z test_comprehensive_logical_xor_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:42:04.8482440Z test_comprehensive_logical_xor_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:42:04.8691209Z test_comprehensive_logical_xor_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:42:04.8898964Z test_comprehensive_logical_xor_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:42:04.8960326Z test_comprehensive_logit_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:42:04.9034427Z test_comprehensive_logit_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:42:04.9297739Z test_comprehensive_logit_cpu_float32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:42:04.9553523Z test_comprehensive_logit_cpu_float64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:42:04.9628891Z test_comprehensive_logit_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:42:04.9703594Z test_comprehensive_logit_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:42:04.9778436Z test_comprehensive_logit_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:42:04.9853340Z test_comprehensive_logit_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:42:04.9928446Z test_comprehensive_logit_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:42:05.0936104Z test_comprehensive_logspace_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.101s) 2022-09-27T15:42:05.2766365Z test_comprehensive_logspace_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.183s) 2022-09-27T15:42:05.4621655Z test_comprehensive_logspace_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.185s) 2022-09-27T15:42:05.6356038Z test_comprehensive_logspace_cpu_float32 (__main__.TestDecompCPU) ... ok (0.173s) 2022-09-27T15:42:05.8007108Z test_comprehensive_logspace_cpu_float64 (__main__.TestDecompCPU) ... ok (0.165s) 2022-09-27T15:42:05.9384479Z test_comprehensive_logspace_cpu_int16 (__main__.TestDecompCPU) ... ok (0.138s) 2022-09-27T15:42:06.0762090Z test_comprehensive_logspace_cpu_int32 (__main__.TestDecompCPU) ... ok (0.138s) 2022-09-27T15:42:06.2106176Z test_comprehensive_logspace_cpu_int64 (__main__.TestDecompCPU) ... ok (0.134s) 2022-09-27T15:42:06.2671634Z test_comprehensive_logspace_cpu_int8 (__main__.TestDecompCPU) ... ok (0.056s) 2022-09-27T15:42:06.3127173Z test_comprehensive_logspace_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.045s) 2022-09-27T15:42:06.3280467Z test_comprehensive_logsumexp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:42:06.3348190Z test_comprehensive_logsumexp_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:42:06.4553052Z test_comprehensive_logsumexp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.120s) 2022-09-27T15:42:06.5728501Z test_comprehensive_logsumexp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.117s) 2022-09-27T15:42:06.5795005Z test_comprehensive_logsumexp_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:42:06.5861911Z test_comprehensive_logsumexp_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:42:06.5926294Z test_comprehensive_logsumexp_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:42:06.5991083Z test_comprehensive_logsumexp_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:42:06.6055438Z test_comprehensive_logsumexp_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:42:06.6103388Z test_comprehensive_long_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:42:06.6146145Z test_comprehensive_long_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:42:06.6234404Z test_comprehensive_long_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:42:06.6325896Z test_comprehensive_long_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:42:06.6415604Z test_comprehensive_long_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:42:06.6464166Z test_comprehensive_long_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:42:06.6527708Z test_comprehensive_long_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:42:06.6590508Z test_comprehensive_long_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:42:06.6633881Z test_comprehensive_long_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:42:06.6677020Z test_comprehensive_long_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:42:06.6699469Z test_comprehensive_long_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:06.6743623Z test_comprehensive_long_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:42:06.6786793Z test_comprehensive_long_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:42:06.6996620Z test_comprehensive_lt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:42:06.7203438Z test_comprehensive_lt_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:42:06.7419962Z test_comprehensive_lt_cpu_float16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:42:06.7757289Z test_comprehensive_lt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:42:06.8085132Z test_comprehensive_lt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:42:06.8296429Z test_comprehensive_lt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:42:06.8507626Z test_comprehensive_lt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:42:06.8719002Z test_comprehensive_lt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:42:06.8929811Z test_comprehensive_lt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:42:06.9140274Z test_comprehensive_lt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:42:10.1660520Z test_comprehensive_lu_cpu_complex128 (__main__.TestDecompCPU) ... ok (3.252s) 2022-09-27T15:42:13.5288884Z test_comprehensive_lu_cpu_complex64 (__main__.TestDecompCPU) ... ok (3.363s) 2022-09-27T15:42:15.6413130Z test_comprehensive_lu_cpu_float32 (__main__.TestDecompCPU) ... ok (2.112s) 2022-09-27T15:42:17.6866490Z test_comprehensive_lu_cpu_float64 (__main__.TestDecompCPU) ... ok (2.045s) 2022-09-27T15:42:18.3979485Z test_comprehensive_lu_solve_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.711s) 2022-09-27T15:42:19.1364602Z test_comprehensive_lu_solve_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.738s) 2022-09-27T15:42:19.7121554Z test_comprehensive_lu_solve_cpu_float32 (__main__.TestDecompCPU) ... ok (0.576s) 2022-09-27T15:42:20.2716402Z test_comprehensive_lu_solve_cpu_float64 (__main__.TestDecompCPU) ... ok (0.559s) 2022-09-27T15:42:20.5770457Z test_comprehensive_lu_unpack_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.305s) 2022-09-27T15:42:20.8925491Z test_comprehensive_lu_unpack_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.315s) 2022-09-27T15:42:21.0803211Z test_comprehensive_lu_unpack_cpu_float32 (__main__.TestDecompCPU) ... ok (0.188s) 2022-09-27T15:42:21.2646155Z test_comprehensive_lu_unpack_cpu_float64 (__main__.TestDecompCPU) ... ok (0.184s) 2022-09-27T15:42:21.2702260Z test_comprehensive_mH_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:42:21.2941262Z test_comprehensive_mH_cpu_bool (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:42:21.4977337Z test_comprehensive_mH_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.203s) 2022-09-27T15:42:21.5622464Z test_comprehensive_mH_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T15:42:21.7702198Z test_comprehensive_mH_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.208s) 2022-09-27T15:42:21.7759438Z test_comprehensive_mH_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:42:21.8522884Z test_comprehensive_mH_cpu_float32 (__main__.TestDecompCPU) ... ok (0.076s) 2022-09-27T15:42:21.9258239Z test_comprehensive_mH_cpu_float64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T15:42:21.9500595Z test_comprehensive_mH_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:42:21.9740571Z test_comprehensive_mH_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:42:21.9978706Z test_comprehensive_mH_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:42:22.0216254Z test_comprehensive_mH_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:42:22.0452864Z test_comprehensive_mH_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:42:22.0507020Z test_comprehensive_mT_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:42:22.0742991Z test_comprehensive_mT_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:42:22.2080869Z test_comprehensive_mT_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.134s) 2022-09-27T15:42:22.2728400Z test_comprehensive_mT_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.065s) 2022-09-27T15:42:22.4102425Z test_comprehensive_mT_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.137s) 2022-09-27T15:42:22.4161380Z test_comprehensive_mT_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:42:22.4935509Z test_comprehensive_mT_cpu_float32 (__main__.TestDecompCPU) ... ok (0.077s) 2022-09-27T15:42:22.5680252Z test_comprehensive_mT_cpu_float64 (__main__.TestDecompCPU) ... ok (0.074s) 2022-09-27T15:42:22.5925066Z test_comprehensive_mT_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:42:22.6168949Z test_comprehensive_mT_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:42:22.6409322Z test_comprehensive_mT_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:42:22.6649751Z test_comprehensive_mT_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:42:22.6887654Z test_comprehensive_mT_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:42:22.7007674Z test_comprehensive_masked_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:42:22.7094902Z test_comprehensive_masked_fill_cpu_bool (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:42:22.7666658Z test_comprehensive_masked_fill_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.057s) 2022-09-27T15:42:22.7873293Z test_comprehensive_masked_fill_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:42:22.8474567Z test_comprehensive_masked_fill_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.060s) 2022-09-27T15:42:22.8592421Z test_comprehensive_masked_fill_cpu_float16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:42:22.8998611Z test_comprehensive_masked_fill_cpu_float32 (__main__.TestDecompCPU) ... ok (0.040s) 2022-09-27T15:42:22.9394102Z test_comprehensive_masked_fill_cpu_float64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-09-27T15:42:22.9481847Z test_comprehensive_masked_fill_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:42:22.9568831Z test_comprehensive_masked_fill_cpu_int32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:42:22.9653615Z test_comprehensive_masked_fill_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:42:22.9739552Z test_comprehensive_masked_fill_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:42:22.9825251Z test_comprehensive_masked_fill_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:42:22.9905155Z test_comprehensive_masked_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:42:22.9918283Z test_comprehensive_masked_scatter_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:23.0205987Z test_comprehensive_masked_scatter_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.029s) 2022-09-27T15:42:23.0520862Z test_comprehensive_masked_scatter_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T15:42:23.0601232Z test_comprehensive_masked_scatter_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:42:23.0815207Z test_comprehensive_masked_scatter_cpu_float32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:42:23.1025408Z test_comprehensive_masked_scatter_cpu_float64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:42:23.1040954Z test_comprehensive_masked_scatter_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:23.1056712Z test_comprehensive_masked_scatter_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:23.1070915Z test_comprehensive_masked_scatter_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:23.1085564Z test_comprehensive_masked_scatter_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:23.1099877Z test_comprehensive_masked_scatter_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:23.1178472Z test_comprehensive_masked_select_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:42:23.1194205Z test_comprehensive_masked_select_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:23.1737244Z test_comprehensive_masked_select_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.054s) 2022-09-27T15:42:23.2330841Z test_comprehensive_masked_select_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.059s) 2022-09-27T15:42:23.2410689Z test_comprehensive_masked_select_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:42:23.2765394Z test_comprehensive_masked_select_cpu_float32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:42:23.3115537Z test_comprehensive_masked_select_cpu_float64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:42:23.3134332Z test_comprehensive_masked_select_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:23.3151040Z test_comprehensive_masked_select_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:23.3166836Z test_comprehensive_masked_select_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:23.3182936Z test_comprehensive_masked_select_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:23.3198776Z test_comprehensive_masked_select_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:23.3545484Z test_comprehensive_matmul_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:42:24.2843674Z test_comprehensive_matmul_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.930s) 2022-09-27T15:42:25.3528193Z test_comprehensive_matmul_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.068s) 2022-09-27T15:42:25.8652291Z test_comprehensive_matmul_cpu_float32 (__main__.TestDecompCPU) ... ok (0.512s) 2022-09-27T15:42:26.3697487Z test_comprehensive_matmul_cpu_float64 (__main__.TestDecompCPU) ... ok (0.504s) 2022-09-27T15:42:26.5656886Z test_comprehensive_matmul_cpu_int16 (__main__.TestDecompCPU) ... ok (0.196s) 2022-09-27T15:42:26.7610492Z test_comprehensive_matmul_cpu_int32 (__main__.TestDecompCPU) ... ok (0.195s) 2022-09-27T15:42:26.9567589Z test_comprehensive_matmul_cpu_int64 (__main__.TestDecompCPU) ... ok (0.196s) 2022-09-27T15:42:27.1513978Z test_comprehensive_matmul_cpu_int8 (__main__.TestDecompCPU) ... ok (0.195s) 2022-09-27T15:42:27.3446532Z test_comprehensive_matmul_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.193s) 2022-09-27T15:42:27.3532601Z test_comprehensive_matrix_exp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:42:27.4339065Z test_comprehensive_matrix_exp_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.080s) 2022-09-27T15:42:27.5196791Z test_comprehensive_matrix_exp_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.086s) 2022-09-27T15:42:27.5564533Z test_comprehensive_matrix_exp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-09-27T15:42:27.5917190Z test_comprehensive_matrix_exp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:42:27.6963242Z test_comprehensive_max_binary_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.105s) 2022-09-27T15:42:27.7174513Z test_comprehensive_max_binary_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:42:27.8266889Z test_comprehensive_max_binary_cpu_float16 (__main__.TestDecompCPU) ... ok (0.109s) 2022-09-27T15:42:28.3110421Z test_comprehensive_max_binary_cpu_float32 (__main__.TestDecompCPU) ... ok (0.484s) 2022-09-27T15:42:28.7748883Z test_comprehensive_max_binary_cpu_float64 (__main__.TestDecompCPU) ... ok (0.464s) 2022-09-27T15:42:28.7962295Z test_comprehensive_max_binary_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:42:28.8180237Z test_comprehensive_max_binary_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:42:28.8395693Z test_comprehensive_max_binary_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:42:28.8613122Z test_comprehensive_max_binary_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:42:28.8827974Z test_comprehensive_max_binary_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:42:28.8973262Z test_comprehensive_max_reduction_no_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:42:28.8984004Z test_comprehensive_max_reduction_no_dim_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:28.9126825Z test_comprehensive_max_reduction_no_dim_cpu_float16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:42:28.9365181Z test_comprehensive_max_reduction_no_dim_cpu_float32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:42:28.9601480Z test_comprehensive_max_reduction_no_dim_cpu_float64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:42:28.9612500Z test_comprehensive_max_reduction_no_dim_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:28.9623375Z test_comprehensive_max_reduction_no_dim_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:28.9633320Z test_comprehensive_max_reduction_no_dim_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:28.9643305Z test_comprehensive_max_reduction_no_dim_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:28.9653116Z test_comprehensive_max_reduction_no_dim_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:28.9696516Z test_comprehensive_max_reduction_with_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:42:28.9707551Z test_comprehensive_max_reduction_with_dim_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:28.9748352Z test_comprehensive_max_reduction_with_dim_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:42:28.9808563Z test_comprehensive_max_reduction_with_dim_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:42:28.9869231Z test_comprehensive_max_reduction_with_dim_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:42:28.9880190Z test_comprehensive_max_reduction_with_dim_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:28.9891618Z test_comprehensive_max_reduction_with_dim_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:28.9902703Z test_comprehensive_max_reduction_with_dim_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:28.9914067Z test_comprehensive_max_reduction_with_dim_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:28.9924537Z test_comprehensive_max_reduction_with_dim_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:29.0968727Z test_comprehensive_maximum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.104s) 2022-09-27T15:42:29.1178985Z test_comprehensive_maximum_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:42:29.2271986Z test_comprehensive_maximum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.109s) 2022-09-27T15:42:29.7125180Z test_comprehensive_maximum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.485s) 2022-09-27T15:42:30.1780944Z test_comprehensive_maximum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.465s) 2022-09-27T15:42:30.1993756Z test_comprehensive_maximum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:42:30.2204841Z test_comprehensive_maximum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:42:30.2413526Z test_comprehensive_maximum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:42:30.2624753Z test_comprehensive_maximum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:42:30.2833229Z test_comprehensive_maximum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:42:30.3182209Z test_comprehensive_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:42:30.4308693Z test_comprehensive_mean_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.113s) 2022-09-27T15:42:30.5481310Z test_comprehensive_mean_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.117s) 2022-09-27T15:42:30.5826865Z test_comprehensive_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:42:30.6673127Z test_comprehensive_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.085s) 2022-09-27T15:42:30.7484933Z test_comprehensive_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.081s) 2022-09-27T15:42:30.7756972Z test_comprehensive_median_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:42:30.8156258Z test_comprehensive_median_cpu_float32 (__main__.TestDecompCPU) ... ok (0.040s) 2022-09-27T15:42:30.8545647Z test_comprehensive_median_cpu_float64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-09-27T15:42:30.8564616Z test_comprehensive_median_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:30.8582699Z test_comprehensive_median_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:30.8599862Z test_comprehensive_median_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:30.8617408Z test_comprehensive_median_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:30.8634403Z test_comprehensive_median_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:30.8643061Z test_comprehensive_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.bfloat16 not supported (0.001s) 2022-09-27T15:42:30.8651836Z test_comprehensive_meshgrid_list_of_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: meshgrid in torch.bool not supported (0.001s) 2022-09-27T15:42:30.8660364Z test_comprehensive_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: meshgrid in torch.complex128 not supported (0.001s) 2022-09-27T15:42:30.8668847Z test_comprehensive_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.complex64 not supported (0.001s) 2022-09-27T15:42:30.8677362Z test_comprehensive_meshgrid_list_of_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float16 not supported (0.001s) 2022-09-27T15:42:30.8685810Z test_comprehensive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float32 not supported (0.001s) 2022-09-27T15:42:30.8694643Z test_comprehensive_meshgrid_list_of_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float64 not supported (0.001s) 2022-09-27T15:42:30.8703426Z test_comprehensive_meshgrid_list_of_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int16 not supported (0.001s) 2022-09-27T15:42:30.8711909Z test_comprehensive_meshgrid_list_of_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int32 not supported (0.001s) 2022-09-27T15:42:30.8720381Z test_comprehensive_meshgrid_list_of_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int64 not supported (0.001s) 2022-09-27T15:42:30.8728876Z test_comprehensive_meshgrid_list_of_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int8 not supported (0.001s) 2022-09-27T15:42:30.8737523Z test_comprehensive_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: meshgrid in torch.uint8 not supported (0.001s) 2022-09-27T15:42:30.8745990Z test_comprehensive_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.bfloat16 not supported (0.001s) 2022-09-27T15:42:30.8754455Z test_comprehensive_meshgrid_variadic_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: meshgrid in torch.bool not supported (0.001s) 2022-09-27T15:42:30.8762895Z test_comprehensive_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: meshgrid in torch.complex128 not supported (0.001s) 2022-09-27T15:42:30.8771590Z test_comprehensive_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.complex64 not supported (0.001s) 2022-09-27T15:42:30.8780141Z test_comprehensive_meshgrid_variadic_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float16 not supported (0.001s) 2022-09-27T15:42:30.8788607Z test_comprehensive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float32 not supported (0.001s) 2022-09-27T15:42:30.8796956Z test_comprehensive_meshgrid_variadic_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float64 not supported (0.001s) 2022-09-27T15:42:30.8805538Z test_comprehensive_meshgrid_variadic_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int16 not supported (0.001s) 2022-09-27T15:42:30.8814153Z test_comprehensive_meshgrid_variadic_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int32 not supported (0.001s) 2022-09-27T15:42:30.8822832Z test_comprehensive_meshgrid_variadic_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int64 not supported (0.001s) 2022-09-27T15:42:30.8831277Z test_comprehensive_meshgrid_variadic_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int8 not supported (0.001s) 2022-09-27T15:42:30.8840054Z test_comprehensive_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: meshgrid in torch.uint8 not supported (0.001s) 2022-09-27T15:42:30.9882409Z test_comprehensive_min_binary_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.104s) 2022-09-27T15:42:31.0092232Z test_comprehensive_min_binary_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:42:31.1175270Z test_comprehensive_min_binary_cpu_float16 (__main__.TestDecompCPU) ... ok (0.108s) 2022-09-27T15:42:31.6037314Z test_comprehensive_min_binary_cpu_float32 (__main__.TestDecompCPU) ... ok (0.486s) 2022-09-27T15:42:32.0702344Z test_comprehensive_min_binary_cpu_float64 (__main__.TestDecompCPU) ... ok (0.466s) 2022-09-27T15:42:32.0916355Z test_comprehensive_min_binary_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:42:32.1130305Z test_comprehensive_min_binary_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:42:32.1340395Z test_comprehensive_min_binary_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:42:32.1552852Z test_comprehensive_min_binary_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:42:32.1763188Z test_comprehensive_min_binary_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:42:32.1903550Z test_comprehensive_min_reduction_no_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:42:32.1914435Z test_comprehensive_min_reduction_no_dim_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:32.2053220Z test_comprehensive_min_reduction_no_dim_cpu_float16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:42:32.2286620Z test_comprehensive_min_reduction_no_dim_cpu_float32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:42:32.2518944Z test_comprehensive_min_reduction_no_dim_cpu_float64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:42:32.2530892Z test_comprehensive_min_reduction_no_dim_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:32.2541871Z test_comprehensive_min_reduction_no_dim_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:32.2552395Z test_comprehensive_min_reduction_no_dim_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:32.2562976Z test_comprehensive_min_reduction_no_dim_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:32.2573738Z test_comprehensive_min_reduction_no_dim_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:32.2619289Z test_comprehensive_min_reduction_with_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:42:32.2630006Z test_comprehensive_min_reduction_with_dim_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:32.2671006Z test_comprehensive_min_reduction_with_dim_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:42:32.2730777Z test_comprehensive_min_reduction_with_dim_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:42:32.2791103Z test_comprehensive_min_reduction_with_dim_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:42:32.2802683Z test_comprehensive_min_reduction_with_dim_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:32.2814752Z test_comprehensive_min_reduction_with_dim_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:32.2826599Z test_comprehensive_min_reduction_with_dim_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:32.2838577Z test_comprehensive_min_reduction_with_dim_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:32.2850370Z test_comprehensive_min_reduction_with_dim_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:32.3894011Z test_comprehensive_minimum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.104s) 2022-09-27T15:42:32.4104092Z test_comprehensive_minimum_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:42:32.5193634Z test_comprehensive_minimum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.109s) 2022-09-27T15:42:33.0058467Z test_comprehensive_minimum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.486s) 2022-09-27T15:42:33.4709040Z test_comprehensive_minimum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.465s) 2022-09-27T15:42:33.4921968Z test_comprehensive_minimum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:42:33.5133781Z test_comprehensive_minimum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:42:33.5342433Z test_comprehensive_minimum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:42:33.5553426Z test_comprehensive_minimum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:42:33.5762073Z test_comprehensive_minimum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:42:33.5780965Z test_comprehensive_mm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:33.5920123Z test_comprehensive_mm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:42:33.6062093Z test_comprehensive_mm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:42:33.6112297Z test_comprehensive_mm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:42:33.6161721Z test_comprehensive_mm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:42:33.6172064Z test_comprehensive_mm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:33.6181525Z test_comprehensive_mm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:33.6190926Z test_comprehensive_mm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:33.6201048Z test_comprehensive_mm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:33.6210346Z test_comprehensive_mm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:33.6288190Z test_comprehensive_mode_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:42:33.6302338Z test_comprehensive_mode_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:33.6378537Z test_comprehensive_mode_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:42:33.6496896Z test_comprehensive_mode_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:42:33.6617635Z test_comprehensive_mode_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:42:33.6632054Z test_comprehensive_mode_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:33.6646985Z test_comprehensive_mode_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:33.6661425Z test_comprehensive_mode_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:33.6675475Z test_comprehensive_mode_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:33.6690281Z test_comprehensive_mode_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:33.6716790Z test_comprehensive_movedim_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:33.6750349Z test_comprehensive_movedim_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:33.6865661Z test_comprehensive_movedim_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:42:33.6933327Z test_comprehensive_movedim_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:42:33.7046015Z test_comprehensive_movedim_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:42:33.7072794Z test_comprehensive_movedim_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:33.7152637Z test_comprehensive_movedim_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:42:33.7231455Z test_comprehensive_movedim_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:42:33.7265862Z test_comprehensive_movedim_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:33.7299160Z test_comprehensive_movedim_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:33.7331983Z test_comprehensive_movedim_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:33.7365501Z test_comprehensive_movedim_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:33.7399654Z test_comprehensive_movedim_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:33.7433144Z test_comprehensive_msort_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:33.7446298Z test_comprehensive_msort_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:33.7480941Z test_comprehensive_msort_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:33.7516783Z test_comprehensive_msort_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:42:33.7555977Z test_comprehensive_msort_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:42:33.7572786Z test_comprehensive_msort_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:33.7588720Z test_comprehensive_msort_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:33.7604407Z test_comprehensive_msort_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:33.7619633Z test_comprehensive_msort_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:33.7634635Z test_comprehensive_msort_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:33.7868900Z test_comprehensive_mul_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:42:33.8077943Z test_comprehensive_mul_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:42:34.2191005Z test_comprehensive_mul_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.411s) 2022-09-27T15:42:34.2801266Z test_comprehensive_mul_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.061s) 2022-09-27T15:42:34.7028694Z test_comprehensive_mul_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.423s) 2022-09-27T15:42:34.7277020Z test_comprehensive_mul_cpu_float16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:42:34.9359878Z test_comprehensive_mul_cpu_float32 (__main__.TestDecompCPU) ... ok (0.208s) 2022-09-27T15:42:35.1375357Z test_comprehensive_mul_cpu_float64 (__main__.TestDecompCPU) ... ok (0.201s) 2022-09-27T15:42:35.1590834Z test_comprehensive_mul_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:42:35.1804547Z test_comprehensive_mul_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:42:35.2014999Z test_comprehensive_mul_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:42:35.2226387Z test_comprehensive_mul_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:42:35.2437300Z test_comprehensive_mul_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:42:35.2474771Z test_comprehensive_multinomial_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:42:35.2506769Z test_comprehensive_multinomial_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:35.2538031Z test_comprehensive_multinomial_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:35.2568603Z test_comprehensive_mv_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:35.2775489Z test_comprehensive_mv_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:42:35.2985059Z test_comprehensive_mv_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:42:35.3087819Z test_comprehensive_mv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:42:35.3190276Z test_comprehensive_mv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:42:35.3212610Z test_comprehensive_mv_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:35.3234830Z test_comprehensive_mv_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:35.3256635Z test_comprehensive_mv_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:35.3278217Z test_comprehensive_mv_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:35.3300161Z test_comprehensive_mv_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:35.3589879Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.029s) 2022-09-27T15:42:35.4430721Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.084s) 2022-09-27T15:42:35.5254898Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.082s) 2022-09-27T15:42:35.5374527Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:42:35.5487127Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:42:35.5598415Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:42:35.5714158Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:42:35.5825536Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:42:35.6116019Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.029s) 2022-09-27T15:42:35.6963149Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestDecompCPU) ... ok (0.085s) 2022-09-27T15:42:35.7782310Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestDecompCPU) ... ok (0.082s) 2022-09-27T15:42:35.7900592Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:42:35.8012748Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:42:35.8127568Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:42:35.8239262Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:42:35.8354600Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:42:35.8638587Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-09-27T15:42:35.9484098Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestDecompCPU) ... ok (0.084s) 2022-09-27T15:42:36.0299534Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestDecompCPU) ... ok (0.081s) 2022-09-27T15:42:36.0412749Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:42:36.0525232Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:42:36.0640432Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:42:36.0752424Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:42:36.0868803Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:42:36.1026295Z test_comprehensive_nan_to_num_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:42:36.1050163Z test_comprehensive_nan_to_num_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:36.1208247Z test_comprehensive_nan_to_num_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:42:36.1430000Z test_comprehensive_nan_to_num_cpu_float32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:42:36.1651509Z test_comprehensive_nan_to_num_cpu_float64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:42:36.1677684Z test_comprehensive_nan_to_num_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:36.1703364Z test_comprehensive_nan_to_num_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:36.1726599Z test_comprehensive_nan_to_num_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:36.1750170Z test_comprehensive_nan_to_num_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:36.1773626Z test_comprehensive_nan_to_num_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:36.3454960Z test_comprehensive_nanmean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.168s) 2022-09-27T15:42:36.5126966Z test_comprehensive_nanmean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.167s) 2022-09-27T15:42:36.8246066Z test_comprehensive_nanmean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.312s) 2022-09-27T15:42:37.1311201Z test_comprehensive_nanmean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.306s) 2022-09-27T15:42:37.1578877Z test_comprehensive_nanmedian_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:42:37.1977936Z test_comprehensive_nanmedian_cpu_float32 (__main__.TestDecompCPU) ... ok (0.040s) 2022-09-27T15:42:37.2369222Z test_comprehensive_nanmedian_cpu_float64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-09-27T15:42:37.2387295Z test_comprehensive_nanmedian_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:37.2404768Z test_comprehensive_nanmedian_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:37.2421427Z test_comprehensive_nanmedian_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:37.2437603Z test_comprehensive_nanmedian_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:37.2454099Z test_comprehensive_nanmedian_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:38.6697739Z test_comprehensive_nanquantile_cpu_float32 (__main__.TestDecompCPU) ... ok (1.424s) 2022-09-27T15:42:40.0533175Z test_comprehensive_nanquantile_cpu_float64 (__main__.TestDecompCPU) ... ok (1.383s) 2022-09-27T15:42:40.1319640Z test_comprehensive_nansum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T15:42:40.1342355Z test_comprehensive_nansum_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:40.2122226Z test_comprehensive_nansum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.078s) 2022-09-27T15:42:40.3677061Z test_comprehensive_nansum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.155s) 2022-09-27T15:42:40.5198653Z test_comprehensive_nansum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.152s) 2022-09-27T15:42:40.5221289Z test_comprehensive_nansum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:40.5242957Z test_comprehensive_nansum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:40.5262179Z test_comprehensive_nansum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:40.5283024Z test_comprehensive_nansum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:40.5304112Z test_comprehensive_nansum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:40.5320051Z test_comprehensive_narrow_copy_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:40.5331812Z test_comprehensive_narrow_copy_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:40.5348029Z test_comprehensive_narrow_copy_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:40.5363960Z test_comprehensive_narrow_copy_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:40.5380176Z test_comprehensive_narrow_copy_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:40.5394459Z test_comprehensive_narrow_copy_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:40.5407805Z test_comprehensive_narrow_copy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:40.5422314Z test_comprehensive_narrow_copy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:40.5434819Z test_comprehensive_narrow_copy_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:40.5447399Z test_comprehensive_narrow_copy_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:40.5459634Z test_comprehensive_narrow_copy_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:40.5471059Z test_comprehensive_narrow_copy_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:40.5482714Z test_comprehensive_narrow_copy_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:40.5563258Z test_comprehensive_narrow_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:42:40.5578497Z test_comprehensive_narrow_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:40.5844129Z test_comprehensive_narrow_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:42:40.5864592Z test_comprehensive_narrow_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:40.6131443Z test_comprehensive_narrow_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:42:40.6206400Z test_comprehensive_narrow_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:42:40.6398034Z test_comprehensive_narrow_cpu_float32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:42:40.6582772Z test_comprehensive_narrow_cpu_float64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:42:40.6599062Z test_comprehensive_narrow_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:40.6614828Z test_comprehensive_narrow_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:40.6629848Z test_comprehensive_narrow_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:40.6645000Z test_comprehensive_narrow_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:40.6660352Z test_comprehensive_narrow_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:40.6769203Z test_comprehensive_native_layer_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:42:40.7470251Z test_comprehensive_native_layer_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.070s) 2022-09-27T15:42:40.8147476Z test_comprehensive_native_layer_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.068s) 2022-09-27T15:42:40.8359093Z test_comprehensive_ne_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:42:40.8573983Z test_comprehensive_ne_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:42:40.9135747Z test_comprehensive_ne_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.056s) 2022-09-27T15:42:40.9716948Z test_comprehensive_ne_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.058s) 2022-09-27T15:42:40.9937597Z test_comprehensive_ne_cpu_float16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:42:41.0277459Z test_comprehensive_ne_cpu_float32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:42:41.0603366Z test_comprehensive_ne_cpu_float64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:42:41.0815363Z test_comprehensive_ne_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:42:41.1026763Z test_comprehensive_ne_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:42:41.1236746Z test_comprehensive_ne_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:42:41.1446707Z test_comprehensive_ne_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:42:41.1654893Z test_comprehensive_ne_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:42:41.1676697Z test_comprehensive_neg_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:41.1980977Z test_comprehensive_neg_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:42:41.2145261Z test_comprehensive_neg_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:42:41.2467056Z test_comprehensive_neg_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:42:41.2489896Z test_comprehensive_neg_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:42:41.2660643Z test_comprehensive_neg_cpu_float32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:42:41.2822332Z test_comprehensive_neg_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:42:41.2879485Z test_comprehensive_neg_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:42:41.2939411Z test_comprehensive_neg_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:42:41.2995982Z test_comprehensive_neg_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:42:41.3052306Z test_comprehensive_neg_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:42:41.3107713Z test_comprehensive_neg_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:42:41.3115499Z test_comprehensive_new_empty_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: new_empty in torch.bfloat16 not supported (0.001s) 2022-09-27T15:42:41.3123028Z test_comprehensive_new_empty_cpu_bool (__main__.TestDecompCPU) ... skip: new_empty in torch.bool not supported (0.001s) 2022-09-27T15:42:41.3131095Z test_comprehensive_new_empty_cpu_complex128 (__main__.TestDecompCPU) ... skip: new_empty in torch.complex128 not supported (0.001s) 2022-09-27T15:42:41.3138798Z test_comprehensive_new_empty_cpu_complex32 (__main__.TestDecompCPU) ... skip: new_empty in torch.complex32 not supported (0.001s) 2022-09-27T15:42:41.3146383Z test_comprehensive_new_empty_cpu_complex64 (__main__.TestDecompCPU) ... skip: new_empty in torch.complex64 not supported (0.001s) 2022-09-27T15:42:41.3153868Z test_comprehensive_new_empty_cpu_float16 (__main__.TestDecompCPU) ... skip: new_empty in torch.float16 not supported (0.001s) 2022-09-27T15:42:41.3161386Z test_comprehensive_new_empty_cpu_float32 (__main__.TestDecompCPU) ... skip: new_empty in torch.float32 not supported (0.001s) 2022-09-27T15:42:41.3168958Z test_comprehensive_new_empty_cpu_float64 (__main__.TestDecompCPU) ... skip: new_empty in torch.float64 not supported (0.001s) 2022-09-27T15:42:41.3176728Z test_comprehensive_new_empty_cpu_int16 (__main__.TestDecompCPU) ... skip: new_empty in torch.int16 not supported (0.001s) 2022-09-27T15:42:41.3184250Z test_comprehensive_new_empty_cpu_int32 (__main__.TestDecompCPU) ... skip: new_empty in torch.int32 not supported (0.001s) 2022-09-27T15:42:41.3191718Z test_comprehensive_new_empty_cpu_int64 (__main__.TestDecompCPU) ... skip: new_empty in torch.int64 not supported (0.001s) 2022-09-27T15:42:41.3199171Z test_comprehensive_new_empty_cpu_int8 (__main__.TestDecompCPU) ... skip: new_empty in torch.int8 not supported (0.001s) 2022-09-27T15:42:41.3206649Z test_comprehensive_new_empty_cpu_uint8 (__main__.TestDecompCPU) ... skip: new_empty in torch.uint8 not supported (0.001s) 2022-09-27T15:42:41.3210588Z test_comprehensive_new_empty_strided_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:42:41.3214450Z test_comprehensive_new_empty_strided_cpu_bool (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:42:41.3217770Z test_comprehensive_new_empty_strided_cpu_complex128 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:42:41.3221352Z test_comprehensive_new_empty_strided_cpu_complex32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:42:41.3224803Z test_comprehensive_new_empty_strided_cpu_complex64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:42:41.3228486Z test_comprehensive_new_empty_strided_cpu_float16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:42:41.3232116Z test_comprehensive_new_empty_strided_cpu_float32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:42:41.3235511Z test_comprehensive_new_empty_strided_cpu_float64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:42:41.3239126Z test_comprehensive_new_empty_strided_cpu_int16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:42:41.3242693Z test_comprehensive_new_empty_strided_cpu_int32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:42:41.3246352Z test_comprehensive_new_empty_strided_cpu_int64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:42:41.3250110Z test_comprehensive_new_empty_strided_cpu_int8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:42:41.3253968Z test_comprehensive_new_empty_strided_cpu_uint8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:42:41.3283431Z test_comprehensive_new_full_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:41.3332471Z test_comprehensive_new_full_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:42:41.3438425Z test_comprehensive_new_full_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:42:41.3548842Z test_comprehensive_new_full_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:42:41.3657430Z test_comprehensive_new_full_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:42:41.3687030Z test_comprehensive_new_full_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:41.3763020Z test_comprehensive_new_full_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:42:41.3837024Z test_comprehensive_new_full_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:42:41.3886232Z test_comprehensive_new_full_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:42:41.3934610Z test_comprehensive_new_full_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:42:41.3982050Z test_comprehensive_new_full_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:42:41.4030680Z test_comprehensive_new_full_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:42:41.4079316Z test_comprehensive_new_full_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:42:41.4106455Z test_comprehensive_new_ones_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:41.4153031Z test_comprehensive_new_ones_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:42:41.4254312Z test_comprehensive_new_ones_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:42:41.4359735Z test_comprehensive_new_ones_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:42:41.4464043Z test_comprehensive_new_ones_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:42:41.4491023Z test_comprehensive_new_ones_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:41.4564391Z test_comprehensive_new_ones_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:42:41.4635815Z test_comprehensive_new_ones_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:42:41.4682779Z test_comprehensive_new_ones_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:42:41.4729845Z test_comprehensive_new_ones_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:42:41.4775420Z test_comprehensive_new_ones_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:42:41.4822147Z test_comprehensive_new_ones_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:42:41.4869150Z test_comprehensive_new_ones_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:42:41.4896433Z test_comprehensive_new_zeros_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:41.4943233Z test_comprehensive_new_zeros_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:42:41.5045486Z test_comprehensive_new_zeros_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:42:41.5152622Z test_comprehensive_new_zeros_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:42:41.5257890Z test_comprehensive_new_zeros_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:42:41.5284665Z test_comprehensive_new_zeros_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:41.5357933Z test_comprehensive_new_zeros_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:42:41.5429343Z test_comprehensive_new_zeros_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:42:41.5476380Z test_comprehensive_new_zeros_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:42:41.5522885Z test_comprehensive_new_zeros_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:42:41.5570477Z test_comprehensive_new_zeros_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:42:41.5617377Z test_comprehensive_new_zeros_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:42:41.5663915Z test_comprehensive_new_zeros_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:42:41.5718577Z test_comprehensive_nextafter_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:42:41.6069012Z test_comprehensive_nextafter_cpu_float32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:42:41.6403497Z test_comprehensive_nextafter_cpu_float64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:42:41.6550501Z test_comprehensive_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:42:41.7385824Z test_comprehensive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.083s) 2022-09-27T15:42:41.8182608Z test_comprehensive_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.080s) 2022-09-27T15:42:41.8294687Z test_comprehensive_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:42:41.9000581Z test_comprehensive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.070s) 2022-09-27T15:42:41.9691687Z test_comprehensive_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.069s) 2022-09-27T15:42:41.9803979Z test_comprehensive_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:42:42.0451467Z test_comprehensive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.065s) 2022-09-27T15:42:42.1085550Z test_comprehensive_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T15:42:42.1248585Z test_comprehensive_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:42:42.1781635Z test_comprehensive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.053s) 2022-09-27T15:42:42.2300877Z test_comprehensive_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.052s) 2022-09-27T15:42:42.2406285Z test_comprehensive_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:42:42.2504814Z test_comprehensive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:42:42.2601539Z test_comprehensive_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:42:42.2697605Z test_comprehensive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:42:42.2790761Z test_comprehensive_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:42:42.2919563Z test_comprehensive_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:42:42.3397660Z test_comprehensive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T15:42:42.3857999Z test_comprehensive_nn_functional_avg_pool1d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.046s) 2022-09-27T15:42:42.3999983Z test_comprehensive_nn_functional_avg_pool1d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:42:42.4035520Z test_comprehensive_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:42:42.4070523Z test_comprehensive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:42.4105916Z test_comprehensive_nn_functional_avg_pool2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:42:42.4120130Z test_comprehensive_nn_functional_avg_pool2d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:42.4165509Z test_comprehensive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:42:42.4206549Z test_comprehensive_nn_functional_avg_pool3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:42:42.4221644Z test_comprehensive_nn_functional_avg_pool3d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:42:42.4411020Z test_comprehensive_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:42:42.6440727Z test_comprehensive_nn_functional_batch_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.203s) 2022-09-27T15:42:42.8379473Z test_comprehensive_nn_functional_batch_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.194s) 2022-09-27T15:42:42.8870181Z test_comprehensive_nn_functional_bilinear_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.049s) 2022-09-27T15:42:43.0476220Z test_comprehensive_nn_functional_bilinear_cpu_float32 (__main__.TestDecompCPU) ... ok (0.160s) 2022-09-27T15:42:43.2036813Z test_comprehensive_nn_functional_bilinear_cpu_float64 (__main__.TestDecompCPU) ... ok (0.156s) 2022-09-27T15:42:43.2505976Z test_comprehensive_nn_functional_bilinear_cpu_int16 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T15:42:43.2976136Z test_comprehensive_nn_functional_bilinear_cpu_int32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T15:42:43.3437830Z test_comprehensive_nn_functional_bilinear_cpu_int64 (__main__.TestDecompCPU) ... ok (0.046s) 2022-09-27T15:42:43.3906568Z test_comprehensive_nn_functional_bilinear_cpu_int8 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T15:42:43.4373093Z test_comprehensive_nn_functional_bilinear_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T15:42:43.5595214Z test_comprehensive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.122s) 2022-09-27T15:42:43.6772102Z test_comprehensive_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.118s) 2022-09-27T15:42:43.8061613Z test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.129s) 2022-09-27T15:42:44.3029597Z test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestDecompCPU) ... ok (0.497s) 2022-09-27T15:42:44.7884453Z test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestDecompCPU) ... ok (0.485s) 2022-09-27T15:42:44.7932042Z test_comprehensive_nn_functional_celu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:42:44.8018085Z test_comprehensive_nn_functional_celu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:42:44.8100068Z test_comprehensive_nn_functional_celu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:42:44.8238973Z test_comprehensive_nn_functional_conv1d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:42:45.1396053Z test_comprehensive_nn_functional_conv1d_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.316s) 2022-09-27T15:42:45.4962981Z test_comprehensive_nn_functional_conv1d_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.357s) 2022-09-27T15:42:45.5164214Z test_comprehensive_nn_functional_conv1d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:42:45.5360706Z test_comprehensive_nn_functional_conv1d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:42:45.5464955Z test_comprehensive_nn_functional_conv1d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:42:45.5933033Z test_comprehensive_nn_functional_conv2d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T15:42:48.3467350Z test_comprehensive_nn_functional_conv2d_cpu_complex128 (__main__.TestDecompCPU) ... ok (2.753s) 2022-09-27T15:42:51.1782370Z test_comprehensive_nn_functional_conv2d_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.831s) 2022-09-27T15:42:51.3314966Z test_comprehensive_nn_functional_conv2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.153s) 2022-09-27T15:42:51.4816186Z test_comprehensive_nn_functional_conv2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.150s) 2022-09-27T15:42:51.5438162Z test_comprehensive_nn_functional_conv2d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.062s) 2022-09-27T15:42:51.9248740Z test_comprehensive_nn_functional_conv_transpose1d_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.381s) 2022-09-27T15:42:52.3194377Z test_comprehensive_nn_functional_conv_transpose1d_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.394s) 2022-09-27T15:42:52.3415514Z test_comprehensive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:42:52.3631891Z test_comprehensive_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:42:52.3747535Z test_comprehensive_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:42:52.4154809Z test_comprehensive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T15:42:52.4550040Z test_comprehensive_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-09-27T15:42:52.4845039Z test_comprehensive_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-09-27T15:42:52.6099700Z test_comprehensive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.125s) 2022-09-27T15:42:52.7360928Z test_comprehensive_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.126s) 2022-09-27T15:42:52.8279381Z test_comprehensive_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.092s) 2022-09-27T15:42:52.9509048Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.123s) 2022-09-27T15:42:53.0435012Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestDecompCPU) ... ok (0.092s) 2022-09-27T15:42:53.4340487Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.391s) 2022-09-27T15:42:53.8054380Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.371s) 2022-09-27T15:42:53.8977704Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestDecompCPU) ... ok (0.092s) 2022-09-27T15:42:53.9904241Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestDecompCPU) ... ok (0.093s) 2022-09-27T15:42:54.0821338Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestDecompCPU) ... ok (0.092s) 2022-09-27T15:42:54.1744791Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestDecompCPU) ... ok (0.092s) 2022-09-27T15:42:54.2682081Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.094s) 2022-09-27T15:42:54.4236823Z test_comprehensive_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.155s) 2022-09-27T15:42:55.1435716Z test_comprehensive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestDecompCPU) ... ok (0.720s) 2022-09-27T15:42:55.8343931Z test_comprehensive_nn_functional_cosine_similarity_cpu_float64 (__main__.TestDecompCPU) ... ok (0.691s) 2022-09-27T15:42:55.9067052Z test_comprehensive_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.072s) 2022-09-27T15:42:56.1446618Z test_comprehensive_nn_functional_cross_entropy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.238s) 2022-09-27T15:42:56.3752256Z test_comprehensive_nn_functional_cross_entropy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.230s) 2022-09-27T15:42:56.4181078Z test_comprehensive_nn_functional_ctc_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.043s) 2022-09-27T15:42:56.4640768Z test_comprehensive_nn_functional_ctc_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.046s) 2022-09-27T15:42:56.4791623Z test_comprehensive_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:42:56.5927909Z test_comprehensive_nn_functional_dropout2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.113s) 2022-09-27T15:42:56.7040249Z test_comprehensive_nn_functional_dropout2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.111s) 2022-09-27T15:42:56.7266914Z test_comprehensive_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:42:57.5174707Z test_comprehensive_nn_functional_dropout3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.791s) 2022-09-27T15:42:58.3068110Z test_comprehensive_nn_functional_dropout3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.789s) 2022-09-27T15:42:58.3257778Z test_comprehensive_nn_functional_dropout_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:42:58.3572559Z test_comprehensive_nn_functional_dropout_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T15:42:58.3881148Z test_comprehensive_nn_functional_dropout_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T15:42:58.3922978Z test_comprehensive_nn_functional_elu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:42:58.4009909Z test_comprehensive_nn_functional_elu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:42:58.4092980Z test_comprehensive_nn_functional_elu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:42:58.4601503Z test_comprehensive_nn_functional_embedding_bag_cpu_float16 (__main__.TestDecompCPU) ... ok (0.051s) 2022-09-27T15:42:58.5205088Z test_comprehensive_nn_functional_embedding_bag_cpu_float32 (__main__.TestDecompCPU) ... ok (0.060s) 2022-09-27T15:42:58.5622783Z test_comprehensive_nn_functional_embedding_bag_cpu_float64 (__main__.TestDecompCPU) ... ok (0.042s) 2022-09-27T15:42:58.5665369Z test_comprehensive_nn_functional_embedding_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:42:58.5703232Z test_comprehensive_nn_functional_embedding_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:42:58.5849962Z test_comprehensive_nn_functional_embedding_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:42:58.5990726Z test_comprehensive_nn_functional_embedding_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:42:58.6119071Z test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:42:58.9693658Z test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestDecompCPU) ... ok (0.357s) 2022-09-27T15:42:59.3211556Z test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestDecompCPU) ... ok (0.352s) 2022-09-27T15:42:59.3271569Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:42:59.3300489Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:59.3357258Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:42:59.3415869Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:42:59.3473586Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:42:59.3525826Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:42:59.3578827Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:42:59.3607394Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:59.3636081Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:59.3664985Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:59.3693742Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:59.3722296Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:42:59.3955734Z test_comprehensive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:42:59.4171353Z test_comprehensive_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:42:59.4476043Z test_comprehensive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:42:59.4765364Z test_comprehensive_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-09-27T15:43:03.4077157Z test_comprehensive_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (3.931s) 2022-09-27T15:43:21.7294584Z test_comprehensive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (18.322s) 2022-09-27T15:43:39.3974234Z test_comprehensive_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (17.668s) 2022-09-27T15:43:39.4101992Z test_comprehensive_nn_functional_gelu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:43:39.4773060Z test_comprehensive_nn_functional_gelu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.067s) 2022-09-27T15:43:39.5415477Z test_comprehensive_nn_functional_gelu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T15:43:39.5965296Z test_comprehensive_nn_functional_glu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.055s) 2022-09-27T15:43:40.4996367Z test_comprehensive_nn_functional_glu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.903s) 2022-09-27T15:43:41.3764085Z test_comprehensive_nn_functional_glu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.877s) 2022-09-27T15:43:41.5563709Z test_comprehensive_nn_functional_grid_sample_cpu_float32 (__main__.TestDecompCPU) ... ok (0.180s) 2022-09-27T15:43:41.7271055Z test_comprehensive_nn_functional_grid_sample_cpu_float64 (__main__.TestDecompCPU) ... ok (0.171s) 2022-09-27T15:43:41.7370281Z test_comprehensive_nn_functional_group_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:43:41.7796462Z test_comprehensive_nn_functional_group_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.043s) 2022-09-27T15:43:41.8212268Z test_comprehensive_nn_functional_group_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.042s) 2022-09-27T15:43:41.8287789Z test_comprehensive_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:43:41.8492988Z test_comprehensive_nn_functional_hardshrink_cpu_float32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:43:41.8690545Z test_comprehensive_nn_functional_hardshrink_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:43:41.8727129Z test_comprehensive_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:43:41.8805233Z test_comprehensive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:43:41.8884762Z test_comprehensive_nn_functional_hardsigmoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:43:41.8938140Z test_comprehensive_nn_functional_hardswish_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:43:41.9264516Z test_comprehensive_nn_functional_hardswish_cpu_float32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:43:41.9581877Z test_comprehensive_nn_functional_hardswish_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:43:41.9620056Z test_comprehensive_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:43:41.9821149Z test_comprehensive_nn_functional_hardtanh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:43:42.0014094Z test_comprehensive_nn_functional_hardtanh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:43:42.0065614Z test_comprehensive_nn_functional_hardtanh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:43:42.0116769Z test_comprehensive_nn_functional_hardtanh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:43:42.0165897Z test_comprehensive_nn_functional_hardtanh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:43:42.0216748Z test_comprehensive_nn_functional_hardtanh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:43:42.1098081Z test_comprehensive_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.088s) 2022-09-27T15:43:42.4198755Z test_comprehensive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.310s) 2022-09-27T15:43:42.7224619Z test_comprehensive_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.303s) 2022-09-27T15:43:42.7395406Z test_comprehensive_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:43:42.7568364Z test_comprehensive_nn_functional_huber_loss_cpu_float16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:43:42.8667430Z test_comprehensive_nn_functional_huber_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.110s) 2022-09-27T15:43:42.9708243Z test_comprehensive_nn_functional_huber_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.104s) 2022-09-27T15:43:43.0177006Z test_comprehensive_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T15:43:43.3324141Z test_comprehensive_nn_functional_instance_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.315s) 2022-09-27T15:43:43.6359083Z test_comprehensive_nn_functional_instance_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.303s) 2022-09-27T15:43:43.6374378Z test_comprehensive_nn_functional_interpolate_area_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:43:43.6390195Z test_comprehensive_nn_functional_interpolate_area_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:43:43.6404657Z test_comprehensive_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:43:43.6418209Z test_comprehensive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:43:43.6432579Z test_comprehensive_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:43:43.6446924Z test_comprehensive_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:43:43.6460802Z test_comprehensive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:43:43.6475580Z test_comprehensive_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:43:43.6490240Z test_comprehensive_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:43:43.6503754Z test_comprehensive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:43:43.6517419Z test_comprehensive_nn_functional_interpolate_linear_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:43:43.6531160Z test_comprehensive_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:43:43.6544353Z test_comprehensive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:43:43.6558768Z test_comprehensive_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:43:43.6586564Z test_comprehensive_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:43:43.6600017Z test_comprehensive_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:43:43.6615422Z test_comprehensive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:43:43.6631641Z test_comprehensive_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:43:43.7671685Z test_comprehensive_nn_functional_kl_div_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.104s) 2022-09-27T15:43:44.0465493Z test_comprehensive_nn_functional_kl_div_cpu_float32 (__main__.TestDecompCPU) ... ok (0.279s) 2022-09-27T15:43:44.3159070Z test_comprehensive_nn_functional_kl_div_cpu_float64 (__main__.TestDecompCPU) ... ok (0.269s) 2022-09-27T15:43:44.3364525Z test_comprehensive_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:43:44.4590092Z test_comprehensive_nn_functional_l1_loss_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.122s) 2022-09-27T15:43:44.5883579Z test_comprehensive_nn_functional_l1_loss_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.129s) 2022-09-27T15:43:44.6094803Z test_comprehensive_nn_functional_l1_loss_cpu_float16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:43:44.6878181Z test_comprehensive_nn_functional_l1_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.078s) 2022-09-27T15:43:44.7633788Z test_comprehensive_nn_functional_l1_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.075s) 2022-09-27T15:43:44.7746468Z test_comprehensive_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:43:44.8483470Z test_comprehensive_nn_functional_layer_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T15:43:44.9197486Z test_comprehensive_nn_functional_layer_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.071s) 2022-09-27T15:43:44.9312075Z test_comprehensive_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:43:45.0043160Z test_comprehensive_nn_functional_leaky_relu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T15:43:45.0745105Z test_comprehensive_nn_functional_leaky_relu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.070s) 2022-09-27T15:43:45.1106567Z test_comprehensive_nn_functional_linear_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:43:45.4115457Z test_comprehensive_nn_functional_linear_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.301s) 2022-09-27T15:43:45.7188635Z test_comprehensive_nn_functional_linear_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.307s) 2022-09-27T15:43:45.9108926Z test_comprehensive_nn_functional_linear_cpu_float32 (__main__.TestDecompCPU) ... ok (0.192s) 2022-09-27T15:43:46.0963435Z test_comprehensive_nn_functional_linear_cpu_float64 (__main__.TestDecompCPU) ... ok (0.185s) 2022-09-27T15:43:46.1343143Z test_comprehensive_nn_functional_linear_cpu_int16 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:43:46.1719643Z test_comprehensive_nn_functional_linear_cpu_int32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:43:46.2103856Z test_comprehensive_nn_functional_linear_cpu_int64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:43:46.2482052Z test_comprehensive_nn_functional_linear_cpu_int8 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:43:46.2861587Z test_comprehensive_nn_functional_linear_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:43:46.3878297Z test_comprehensive_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.101s) 2022-09-27T15:43:46.7971296Z test_comprehensive_nn_functional_local_response_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.409s) 2022-09-27T15:43:47.1951307Z test_comprehensive_nn_functional_local_response_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.398s) 2022-09-27T15:43:47.2856988Z test_comprehensive_nn_functional_local_response_norm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.090s) 2022-09-27T15:43:47.2906834Z test_comprehensive_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:43:47.3024688Z test_comprehensive_nn_functional_logsigmoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:43:47.3139287Z test_comprehensive_nn_functional_logsigmoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:43:47.4338017Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.120s) 2022-09-27T15:43:47.9138073Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.480s) 2022-09-27T15:43:48.3757030Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.462s) 2022-09-27T15:43:48.5355363Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestDecompCPU) ... ok (0.160s) 2022-09-27T15:43:48.6953803Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestDecompCPU) ... ok (0.160s) 2022-09-27T15:43:48.8534499Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestDecompCPU) ... ok (0.158s) 2022-09-27T15:43:49.0140645Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestDecompCPU) ... ok (0.160s) 2022-09-27T15:43:49.1822502Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.168s) 2022-09-27T15:43:50.6525237Z test_comprehensive_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (1.470s) 2022-09-27T15:43:54.9966663Z test_comprehensive_nn_functional_max_pool1d_cpu_float32 (__main__.TestDecompCPU) ... ok (4.344s) 2022-09-27T15:43:59.2179319Z test_comprehensive_nn_functional_max_pool1d_cpu_float64 (__main__.TestDecompCPU) ... ok (4.221s) 2022-09-27T15:43:59.7753171Z test_comprehensive_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.557s) 2022-09-27T15:44:00.2710173Z test_comprehensive_nn_functional_max_pool2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.496s) 2022-09-27T15:44:00.7705686Z test_comprehensive_nn_functional_max_pool2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.499s) 2022-09-27T15:44:01.0059176Z test_comprehensive_nn_functional_max_pool3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.235s) 2022-09-27T15:44:01.2468614Z test_comprehensive_nn_functional_max_pool3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.241s) 2022-09-27T15:44:02.5085775Z test_comprehensive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestDecompCPU) ... ok (1.262s) 2022-09-27T15:44:03.7391213Z test_comprehensive_nn_functional_max_unpool1d_cpu_float64 (__main__.TestDecompCPU) ... ok (1.230s) 2022-09-27T15:44:03.9123344Z test_comprehensive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestDecompCPU) ... ok (0.173s) 2022-09-27T15:44:04.0868574Z test_comprehensive_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestDecompCPU) ... ok (0.174s) 2022-09-27T15:44:05.6693721Z test_comprehensive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestDecompCPU) ... ok (1.582s) 2022-09-27T15:44:07.1979924Z test_comprehensive_nn_functional_max_unpool2d_cpu_float64 (__main__.TestDecompCPU) ... ok (1.528s) 2022-09-27T15:44:07.3365827Z test_comprehensive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestDecompCPU) ... ok (0.139s) 2022-09-27T15:44:07.4706772Z test_comprehensive_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestDecompCPU) ... ok (0.134s) 2022-09-27T15:44:08.7791366Z test_comprehensive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestDecompCPU) ... ok (1.308s) 2022-09-27T15:44:10.0451994Z test_comprehensive_nn_functional_max_unpool3d_cpu_float64 (__main__.TestDecompCPU) ... ok (1.266s) 2022-09-27T15:44:10.2114497Z test_comprehensive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestDecompCPU) ... ok (0.166s) 2022-09-27T15:44:10.3385503Z test_comprehensive_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestDecompCPU) ... ok (0.127s) 2022-09-27T15:44:10.3477589Z test_comprehensive_nn_functional_mish_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:44:10.3560025Z test_comprehensive_nn_functional_mish_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:44:10.3604708Z test_comprehensive_nn_functional_mse_loss_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:44:10.4117436Z test_comprehensive_nn_functional_mse_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.051s) 2022-09-27T15:44:10.4606263Z test_comprehensive_nn_functional_mse_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.049s) 2022-09-27T15:44:10.4641587Z test_comprehensive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:44:10.4671279Z test_comprehensive_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:44:10.4698949Z test_comprehensive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:44:10.4721311Z test_comprehensive_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:10.5130270Z test_comprehensive_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T15:44:10.6625237Z test_comprehensive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.149s) 2022-09-27T15:44:10.8059264Z test_comprehensive_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.143s) 2022-09-27T15:44:10.8633708Z test_comprehensive_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.057s) 2022-09-27T15:44:11.1180785Z test_comprehensive_nn_functional_nll_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.255s) 2022-09-27T15:44:11.3643039Z test_comprehensive_nn_functional_nll_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.246s) 2022-09-27T15:44:11.4337383Z test_comprehensive_nn_functional_normalize_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.069s) 2022-09-27T15:44:11.9921464Z test_comprehensive_nn_functional_normalize_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.558s) 2022-09-27T15:44:12.5733091Z test_comprehensive_nn_functional_normalize_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.581s) 2022-09-27T15:44:12.9623949Z test_comprehensive_nn_functional_normalize_cpu_float32 (__main__.TestDecompCPU) ... ok (0.389s) 2022-09-27T15:44:13.3368716Z test_comprehensive_nn_functional_normalize_cpu_float64 (__main__.TestDecompCPU) ... ok (0.374s) 2022-09-27T15:44:13.3692749Z test_comprehensive_nn_functional_one_hot_cpu_int64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:44:13.3697336Z test_comprehensive_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:44:13.3700920Z test_comprehensive_nn_functional_pad_circular_cpu_bool (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:44:13.3704633Z test_comprehensive_nn_functional_pad_circular_cpu_complex128 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:44:13.3708469Z test_comprehensive_nn_functional_pad_circular_cpu_complex64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:44:13.3712173Z test_comprehensive_nn_functional_pad_circular_cpu_float16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:44:13.3716026Z test_comprehensive_nn_functional_pad_circular_cpu_float32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:44:13.3719499Z test_comprehensive_nn_functional_pad_circular_cpu_float64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:44:13.3723251Z test_comprehensive_nn_functional_pad_circular_cpu_int16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:44:13.3727049Z test_comprehensive_nn_functional_pad_circular_cpu_int32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:44:13.3730660Z test_comprehensive_nn_functional_pad_circular_cpu_int64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:44:13.3734253Z test_comprehensive_nn_functional_pad_circular_cpu_int8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:44:13.3737600Z test_comprehensive_nn_functional_pad_circular_cpu_uint8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:44:13.4173344Z test_comprehensive_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.043s) 2022-09-27T15:44:13.4798625Z test_comprehensive_nn_functional_pad_constant_cpu_bool (__main__.TestDecompCPU) ... ok (0.062s) 2022-09-27T15:44:13.8934702Z test_comprehensive_nn_functional_pad_constant_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.413s) 2022-09-27T15:44:14.3227160Z test_comprehensive_nn_functional_pad_constant_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.429s) 2022-09-27T15:44:14.3664764Z test_comprehensive_nn_functional_pad_constant_cpu_float16 (__main__.TestDecompCPU) ... ok (0.044s) 2022-09-27T15:44:14.6245038Z test_comprehensive_nn_functional_pad_constant_cpu_float32 (__main__.TestDecompCPU) ... ok (0.258s) 2022-09-27T15:44:14.9709080Z test_comprehensive_nn_functional_pad_constant_cpu_float64 (__main__.TestDecompCPU) ... ok (0.346s) 2022-09-27T15:44:15.0348990Z test_comprehensive_nn_functional_pad_constant_cpu_int16 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T15:44:15.0989330Z test_comprehensive_nn_functional_pad_constant_cpu_int32 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T15:44:15.1622105Z test_comprehensive_nn_functional_pad_constant_cpu_int64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T15:44:15.2263131Z test_comprehensive_nn_functional_pad_constant_cpu_int8 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T15:44:15.2902116Z test_comprehensive_nn_functional_pad_constant_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T15:44:15.2978547Z test_comprehensive_nn_functional_pad_reflect_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:44:15.3036515Z test_comprehensive_nn_functional_pad_reflect_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:44:15.3088576Z test_comprehensive_nn_functional_pad_reflect_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:44:15.3141014Z test_comprehensive_nn_functional_pad_reflect_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:44:15.3209338Z test_comprehensive_nn_functional_pad_replicate_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:44:15.3265407Z test_comprehensive_nn_functional_pad_replicate_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:44:15.3317918Z test_comprehensive_nn_functional_pad_replicate_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:44:15.3370064Z test_comprehensive_nn_functional_pad_replicate_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:44:15.3679441Z test_comprehensive_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T15:44:15.4640992Z test_comprehensive_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.096s) 2022-09-27T15:44:15.5636218Z test_comprehensive_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.099s) 2022-09-27T15:44:15.5943432Z test_comprehensive_nn_functional_pairwise_distance_cpu_float16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T15:44:15.6696208Z test_comprehensive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestDecompCPU) ... ok (0.075s) 2022-09-27T15:44:15.7423036Z test_comprehensive_nn_functional_pairwise_distance_cpu_float64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T15:44:15.7604803Z test_comprehensive_nn_functional_pairwise_distance_cpu_int16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:44:15.7784041Z test_comprehensive_nn_functional_pairwise_distance_cpu_int32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:44:15.7959654Z test_comprehensive_nn_functional_pairwise_distance_cpu_int64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:44:15.8138472Z test_comprehensive_nn_functional_pairwise_distance_cpu_int8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:44:15.8316179Z test_comprehensive_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:44:15.8365183Z test_comprehensive_nn_functional_pdist_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:44:15.8408966Z test_comprehensive_nn_functional_pdist_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:44:15.8429920Z test_comprehensive_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:15.8440196Z test_comprehensive_nn_functional_pixel_shuffle_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:15.8456326Z test_comprehensive_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:15.8472624Z test_comprehensive_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:15.8489222Z test_comprehensive_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:15.8504967Z test_comprehensive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:15.8520472Z test_comprehensive_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:15.8530603Z test_comprehensive_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:15.8541037Z test_comprehensive_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:15.8551702Z test_comprehensive_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:15.8562513Z test_comprehensive_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:15.8573685Z test_comprehensive_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:15.8590749Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:15.8601298Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:15.8617842Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:15.8633658Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:15.8650296Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:15.8666807Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:15.8682075Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:15.8692110Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:15.8702473Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:15.8712387Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:15.8722616Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:15.8733325Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:16.5981033Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.725s) 2022-09-27T15:44:20.7421572Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (4.144s) 2022-09-27T15:44:24.7461311Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (4.004s) 2022-09-27T15:44:26.0799311Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestDecompCPU) ... ok (1.334s) 2022-09-27T15:44:27.4115360Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestDecompCPU) ... ok (1.332s) 2022-09-27T15:44:28.7407087Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestDecompCPU) ... ok (1.329s) 2022-09-27T15:44:30.0755554Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestDecompCPU) ... ok (1.335s) 2022-09-27T15:44:31.4048446Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestDecompCPU) ... ok (1.329s) 2022-09-27T15:44:31.4415104Z test_comprehensive_nn_functional_prelu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.037s) 2022-09-27T15:44:31.6950304Z test_comprehensive_nn_functional_prelu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.253s) 2022-09-27T15:44:31.9410181Z test_comprehensive_nn_functional_prelu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.246s) 2022-09-27T15:44:31.9420385Z test_comprehensive_nn_functional_relu6_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.bfloat16 not supported (0.001s) 2022-09-27T15:44:31.9430124Z test_comprehensive_nn_functional_relu6_cpu_float32 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.float32 not supported (0.001s) 2022-09-27T15:44:31.9438758Z test_comprehensive_nn_functional_relu6_cpu_float64 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.float64 not supported (0.001s) 2022-09-27T15:44:31.9446905Z test_comprehensive_nn_functional_relu6_cpu_int16 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.int16 not supported (0.001s) 2022-09-27T15:44:31.9455818Z test_comprehensive_nn_functional_relu6_cpu_int32 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.int32 not supported (0.001s) 2022-09-27T15:44:31.9464287Z test_comprehensive_nn_functional_relu6_cpu_int64 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.int64 not supported (0.001s) 2022-09-27T15:44:31.9472723Z test_comprehensive_nn_functional_relu6_cpu_int8 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.int8 not supported (0.001s) 2022-09-27T15:44:31.9481152Z test_comprehensive_nn_functional_relu6_cpu_uint8 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.uint8 not supported (0.001s) 2022-09-27T15:44:31.9537350Z test_comprehensive_nn_functional_relu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:44:31.9794399Z test_comprehensive_nn_functional_relu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:44:32.0036299Z test_comprehensive_nn_functional_relu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:44:32.0103105Z test_comprehensive_nn_functional_relu_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:44:32.0169666Z test_comprehensive_nn_functional_relu_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:44:32.0234541Z test_comprehensive_nn_functional_relu_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:44:32.0301091Z test_comprehensive_nn_functional_relu_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:44:32.0366637Z test_comprehensive_nn_functional_relu_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:44:32.0407225Z test_comprehensive_nn_functional_rrelu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:44:32.0479498Z test_comprehensive_nn_functional_rrelu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:44:32.0550237Z test_comprehensive_nn_functional_rrelu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:44:32.0591360Z test_comprehensive_nn_functional_selu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:44:32.0676964Z test_comprehensive_nn_functional_selu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:44:32.0760320Z test_comprehensive_nn_functional_selu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:44:32.0808739Z test_comprehensive_nn_functional_silu_complex_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:44:32.0857208Z test_comprehensive_nn_functional_silu_complex_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:44:32.0892953Z test_comprehensive_nn_functional_silu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:44:32.0972881Z test_comprehensive_nn_functional_silu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:44:32.1052583Z test_comprehensive_nn_functional_silu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:44:32.1111443Z test_comprehensive_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:44:32.1136521Z test_comprehensive_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:32.1188132Z test_comprehensive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:44:32.1239406Z test_comprehensive_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:44:32.1334831Z test_comprehensive_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:44:32.1686085Z test_comprehensive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:44:32.2025527Z test_comprehensive_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:44:32.2141230Z test_comprehensive_nn_functional_softmin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:44:32.2741611Z test_comprehensive_nn_functional_softmin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.060s) 2022-09-27T15:44:32.3317044Z test_comprehensive_nn_functional_softmin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-09-27T15:44:32.3459801Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:44:32.4440000Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.098s) 2022-09-27T15:44:32.5452110Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.101s) 2022-09-27T15:44:32.5600180Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:44:32.6430969Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestDecompCPU) ... ok (0.083s) 2022-09-27T15:44:32.7010007Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestDecompCPU) ... ok (0.058s) 2022-09-27T15:44:32.7322546Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T15:44:32.7634507Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T15:44:32.7942814Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T15:44:32.8252658Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T15:44:32.8563672Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T15:44:32.8609766Z test_comprehensive_nn_functional_softplus_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:44:32.8695066Z test_comprehensive_nn_functional_softplus_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:44:32.8777105Z test_comprehensive_nn_functional_softplus_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:44:32.8854380Z test_comprehensive_nn_functional_softshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:44:32.9032422Z test_comprehensive_nn_functional_softshrink_cpu_float32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:44:32.9204585Z test_comprehensive_nn_functional_softshrink_cpu_float64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:44:32.9344064Z test_comprehensive_nn_functional_softsign_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:44:32.9883324Z test_comprehensive_nn_functional_softsign_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.054s) 2022-09-27T15:44:33.0440600Z test_comprehensive_nn_functional_softsign_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.056s) 2022-09-27T15:44:33.0589173Z test_comprehensive_nn_functional_softsign_cpu_float16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:44:33.0967484Z test_comprehensive_nn_functional_softsign_cpu_float32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:44:33.1336097Z test_comprehensive_nn_functional_softsign_cpu_float64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-09-27T15:44:33.1407227Z test_comprehensive_nn_functional_softsign_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:44:33.1476786Z test_comprehensive_nn_functional_softsign_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:44:33.1544732Z test_comprehensive_nn_functional_softsign_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:44:33.1614602Z test_comprehensive_nn_functional_softsign_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:44:33.1683234Z test_comprehensive_nn_functional_softsign_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:44:33.1761408Z test_comprehensive_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:44:33.2023808Z test_comprehensive_nn_functional_tanhshrink_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:44:33.2293257Z test_comprehensive_nn_functional_tanhshrink_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:44:33.2480103Z test_comprehensive_nn_functional_tanhshrink_cpu_float32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:44:33.2657455Z test_comprehensive_nn_functional_tanhshrink_cpu_float64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:44:33.2726813Z test_comprehensive_nn_functional_tanhshrink_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:44:33.2791610Z test_comprehensive_nn_functional_tanhshrink_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:44:33.2855335Z test_comprehensive_nn_functional_tanhshrink_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:44:33.2919197Z test_comprehensive_nn_functional_tanhshrink_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:44:33.2987489Z test_comprehensive_nn_functional_tanhshrink_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:44:33.3039752Z test_comprehensive_nn_functional_threshold_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:44:33.3239096Z test_comprehensive_nn_functional_threshold_cpu_float32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:44:33.3436791Z test_comprehensive_nn_functional_threshold_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:44:33.3491437Z test_comprehensive_nn_functional_threshold_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:44:33.3542113Z test_comprehensive_nn_functional_threshold_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:44:33.3590858Z test_comprehensive_nn_functional_threshold_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:44:33.3640706Z test_comprehensive_nn_functional_threshold_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:44:33.3690917Z test_comprehensive_nn_functional_threshold_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:44:33.4648771Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.096s) 2022-09-27T15:44:33.9351373Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.470s) 2022-09-27T15:44:34.4175932Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.482s) 2022-09-27T15:44:34.7533083Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.336s) 2022-09-27T15:44:35.0788008Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.325s) 2022-09-27T15:44:35.1834018Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestDecompCPU) ... ok (0.105s) 2022-09-27T15:44:35.2881820Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestDecompCPU) ... ok (0.105s) 2022-09-27T15:44:35.3922675Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestDecompCPU) ... ok (0.104s) 2022-09-27T15:44:35.4969320Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestDecompCPU) ... ok (0.104s) 2022-09-27T15:44:35.6014242Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.104s) 2022-09-27T15:44:35.6982244Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.097s) 2022-09-27T15:44:36.1684385Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.470s) 2022-09-27T15:44:36.6522607Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.484s) 2022-09-27T15:44:36.9901750Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.338s) 2022-09-27T15:44:37.3171468Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.327s) 2022-09-27T15:44:37.4228110Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestDecompCPU) ... ok (0.106s) 2022-09-27T15:44:37.5282505Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestDecompCPU) ... ok (0.105s) 2022-09-27T15:44:37.6329888Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestDecompCPU) ... ok (0.105s) 2022-09-27T15:44:37.7383938Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestDecompCPU) ... ok (0.105s) 2022-09-27T15:44:37.8439190Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.105s) 2022-09-27T15:44:38.1103389Z test_comprehensive_nn_functional_unfold_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.266s) 2022-09-27T15:44:40.4237696Z test_comprehensive_nn_functional_unfold_cpu_complex128 (__main__.TestDecompCPU) ... ok (2.313s) 2022-09-27T15:44:42.8221436Z test_comprehensive_nn_functional_unfold_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.398s) 2022-09-27T15:44:43.0934232Z test_comprehensive_nn_functional_unfold_cpu_float16 (__main__.TestDecompCPU) ... ok (0.271s) 2022-09-27T15:44:44.5088021Z test_comprehensive_nn_functional_unfold_cpu_float32 (__main__.TestDecompCPU) ... ok (1.415s) 2022-09-27T15:44:45.8663390Z test_comprehensive_nn_functional_unfold_cpu_float64 (__main__.TestDecompCPU) ... ok (1.357s) 2022-09-27T15:44:45.8726035Z test_comprehensive_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:44:45.8880772Z test_comprehensive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:44:45.9030926Z test_comprehensive_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:44:45.9093050Z test_comprehensive_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:44:45.9144315Z test_comprehensive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:44:45.9193896Z test_comprehensive_nn_functional_upsample_nearest_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:44:45.9212391Z test_comprehensive_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:45.9322140Z test_comprehensive_nonzero_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:44:45.9472243Z test_comprehensive_nonzero_cpu_bool (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:44:45.9695131Z test_comprehensive_nonzero_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:44:45.9937031Z test_comprehensive_nonzero_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:44:46.0174785Z test_comprehensive_nonzero_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:44:46.0286005Z test_comprehensive_nonzero_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:44:46.0491026Z test_comprehensive_nonzero_cpu_float32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:44:46.0721705Z test_comprehensive_nonzero_cpu_float64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:44:46.0916536Z test_comprehensive_nonzero_cpu_int16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:44:46.1109485Z test_comprehensive_nonzero_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:44:46.1301866Z test_comprehensive_nonzero_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:44:46.1494575Z test_comprehensive_nonzero_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:44:46.1684345Z test_comprehensive_nonzero_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:44:46.3227901Z test_comprehensive_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.154s) 2022-09-27T15:44:47.1239419Z test_comprehensive_norm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.801s) 2022-09-27T15:44:47.9500482Z test_comprehensive_norm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.826s) 2022-09-27T15:44:48.1176918Z test_comprehensive_norm_cpu_float16 (__main__.TestDecompCPU) ... ok (0.167s) 2022-09-27T15:44:48.7286951Z test_comprehensive_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.611s) 2022-09-27T15:44:49.3205730Z test_comprehensive_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.592s) 2022-09-27T15:44:49.3311526Z test_comprehensive_norm_fro_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:44:49.3779063Z test_comprehensive_norm_fro_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T15:44:49.4257037Z test_comprehensive_norm_fro_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T15:44:49.4553115Z test_comprehensive_norm_fro_cpu_float32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-09-27T15:44:49.4840292Z test_comprehensive_norm_fro_cpu_float64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-09-27T15:44:49.5134576Z test_comprehensive_norm_inf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.029s) 2022-09-27T15:44:49.5936052Z test_comprehensive_norm_inf_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.080s) 2022-09-27T15:44:49.6753881Z test_comprehensive_norm_inf_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.082s) 2022-09-27T15:44:49.7070972Z test_comprehensive_norm_inf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:44:49.7766527Z test_comprehensive_norm_inf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.069s) 2022-09-27T15:44:49.8445185Z test_comprehensive_norm_inf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.068s) 2022-09-27T15:44:49.9189533Z test_comprehensive_norm_nuc_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.074s) 2022-09-27T15:44:49.9985234Z test_comprehensive_norm_nuc_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.080s) 2022-09-27T15:44:50.0497746Z test_comprehensive_norm_nuc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.051s) 2022-09-27T15:44:50.0989250Z test_comprehensive_norm_nuc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.049s) 2022-09-27T15:44:50.1059917Z test_comprehensive_normal_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:44:50.1120169Z test_comprehensive_normal_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:44:50.1191906Z test_comprehensive_normal_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:44:50.1261575Z test_comprehensive_normal_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:44:50.1280269Z test_comprehensive_normal_number_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:50.1298139Z test_comprehensive_normal_number_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:50.1316314Z test_comprehensive_normal_number_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:50.1335082Z test_comprehensive_normal_number_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:50.1348368Z test_comprehensive_ones_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:50.1363723Z test_comprehensive_ones_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:50.1381043Z test_comprehensive_ones_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:50.1398211Z test_comprehensive_ones_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:50.1416169Z test_comprehensive_ones_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:50.1430443Z test_comprehensive_ones_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:50.1447041Z test_comprehensive_ones_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:50.1463431Z test_comprehensive_ones_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:50.1478717Z test_comprehensive_ones_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:50.1494209Z test_comprehensive_ones_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:50.1509031Z test_comprehensive_ones_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:50.1524253Z test_comprehensive_ones_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:50.1539885Z test_comprehensive_ones_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:50.1554496Z test_comprehensive_ones_like_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:50.1567061Z test_comprehensive_ones_like_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:50.1585248Z test_comprehensive_ones_like_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:50.1602083Z test_comprehensive_ones_like_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:50.1618433Z test_comprehensive_ones_like_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:50.1632898Z test_comprehensive_ones_like_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:50.1647570Z test_comprehensive_ones_like_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:50.1661905Z test_comprehensive_ones_like_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:50.1674559Z test_comprehensive_ones_like_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:50.1687202Z test_comprehensive_ones_like_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:50.1700297Z test_comprehensive_ones_like_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:50.1713196Z test_comprehensive_ones_like_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:50.1726647Z test_comprehensive_ones_like_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:50.2035866Z test_comprehensive_ormqr_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T15:44:50.2335902Z test_comprehensive_ormqr_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:44:50.2540205Z test_comprehensive_ormqr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:44:50.2746808Z test_comprehensive_ormqr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:44:50.2792808Z test_comprehensive_outer_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:44:50.2817212Z test_comprehensive_outer_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:50.3067544Z test_comprehensive_outer_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:44:50.3321635Z test_comprehensive_outer_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:44:50.3367875Z test_comprehensive_outer_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:44:50.3512389Z test_comprehensive_outer_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:44:50.3650704Z test_comprehensive_outer_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:44:50.3673625Z test_comprehensive_outer_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:50.3697970Z test_comprehensive_outer_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:50.3719662Z test_comprehensive_outer_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:50.3742448Z test_comprehensive_outer_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:50.3764658Z test_comprehensive_outer_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:50.3801041Z test_comprehensive_pca_lowrank_cpu_float32 (__main__.TestDecompCPU) ... expected failure (0.004s) 2022-09-27T15:44:50.3829367Z test_comprehensive_pca_lowrank_cpu_float64 (__main__.TestDecompCPU) ... expected failure (0.003s) 2022-09-27T15:44:50.3871842Z test_comprehensive_permute_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:44:50.3911219Z test_comprehensive_permute_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:44:50.4088911Z test_comprehensive_permute_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:44:50.4180036Z test_comprehensive_permute_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:44:50.4361524Z test_comprehensive_permute_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:44:50.4404265Z test_comprehensive_permute_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:44:50.4527759Z test_comprehensive_permute_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:44:50.4648525Z test_comprehensive_permute_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:44:50.4688127Z test_comprehensive_permute_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:44:50.4727709Z test_comprehensive_permute_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:44:50.4766009Z test_comprehensive_permute_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:44:50.4805419Z test_comprehensive_permute_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:44:50.4844783Z test_comprehensive_permute_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:44:50.9186986Z test_comprehensive_pinverse_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.434s) 2022-09-27T15:44:51.3595357Z test_comprehensive_pinverse_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.441s) 2022-09-27T15:44:51.6470900Z test_comprehensive_pinverse_cpu_float32 (__main__.TestDecompCPU) ... ok (0.287s) 2022-09-27T15:44:51.9280368Z test_comprehensive_pinverse_cpu_float64 (__main__.TestDecompCPU) ... ok (0.281s) 2022-09-27T15:44:52.5387706Z test_comprehensive_polar_cpu_float32 (__main__.TestDecompCPU) ... ok (0.611s) 2022-09-27T15:44:53.1355923Z test_comprehensive_polar_cpu_float64 (__main__.TestDecompCPU) ... ok (0.597s) 2022-09-27T15:44:53.1448826Z test_comprehensive_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:44:53.1465264Z test_comprehensive_polygamma_polygamma_n_0_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:53.1683268Z test_comprehensive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:44:53.1898809Z test_comprehensive_polygamma_polygamma_n_0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:44:53.1915123Z test_comprehensive_polygamma_polygamma_n_0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:53.1930762Z test_comprehensive_polygamma_polygamma_n_0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:53.1946271Z test_comprehensive_polygamma_polygamma_n_0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:53.1961531Z test_comprehensive_polygamma_polygamma_n_0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:53.1977812Z test_comprehensive_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:53.2067944Z test_comprehensive_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:44:53.2082991Z test_comprehensive_polygamma_polygamma_n_1_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:53.2300061Z test_comprehensive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:44:53.2513691Z test_comprehensive_polygamma_polygamma_n_1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:44:53.2529207Z test_comprehensive_polygamma_polygamma_n_1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:53.2544740Z test_comprehensive_polygamma_polygamma_n_1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:53.2560061Z test_comprehensive_polygamma_polygamma_n_1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:53.2575822Z test_comprehensive_polygamma_polygamma_n_1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:53.2591625Z test_comprehensive_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:53.2682256Z test_comprehensive_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:44:53.2697846Z test_comprehensive_polygamma_polygamma_n_2_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:53.2917621Z test_comprehensive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:44:53.3132188Z test_comprehensive_polygamma_polygamma_n_2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:44:53.3150346Z test_comprehensive_polygamma_polygamma_n_2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:53.3167719Z test_comprehensive_polygamma_polygamma_n_2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:53.3184100Z test_comprehensive_polygamma_polygamma_n_2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:53.3199237Z test_comprehensive_polygamma_polygamma_n_2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:53.3214984Z test_comprehensive_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:53.3305239Z test_comprehensive_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:44:53.3319694Z test_comprehensive_polygamma_polygamma_n_3_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:53.3536469Z test_comprehensive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:44:53.3753260Z test_comprehensive_polygamma_polygamma_n_3_cpu_float64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:44:53.3769243Z test_comprehensive_polygamma_polygamma_n_3_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:53.3785907Z test_comprehensive_polygamma_polygamma_n_3_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:53.3802432Z test_comprehensive_polygamma_polygamma_n_3_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:53.3818888Z test_comprehensive_polygamma_polygamma_n_3_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:53.3834582Z test_comprehensive_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:53.3926639Z test_comprehensive_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:44:53.3941429Z test_comprehensive_polygamma_polygamma_n_4_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:53.4157968Z test_comprehensive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:44:53.4371089Z test_comprehensive_polygamma_polygamma_n_4_cpu_float64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:44:53.4388488Z test_comprehensive_polygamma_polygamma_n_4_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:53.4405126Z test_comprehensive_polygamma_polygamma_n_4_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:53.4421453Z test_comprehensive_polygamma_polygamma_n_4_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:53.4437161Z test_comprehensive_polygamma_polygamma_n_4_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:53.4452771Z test_comprehensive_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:53.4471336Z test_comprehensive_positive_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:53.4487380Z test_comprehensive_positive_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:53.4498595Z test_comprehensive_positive_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:53.4515515Z test_comprehensive_positive_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:53.4532453Z test_comprehensive_positive_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:44:53.4547525Z test_comprehensive_positive_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:53.4562907Z test_comprehensive_positive_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:53.4572404Z test_comprehensive_positive_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:53.4581547Z test_comprehensive_positive_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:53.4590668Z test_comprehensive_positive_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:53.4599742Z test_comprehensive_positive_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:53.4608868Z test_comprehensive_positive_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:44:53.5596606Z test_comprehensive_pow_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.099s) 2022-09-27T15:44:54.7330572Z test_comprehensive_pow_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.173s) 2022-09-27T15:44:55.9358217Z test_comprehensive_pow_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.203s) 2022-09-27T15:44:55.9429800Z test_comprehensive_pow_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:44:56.5595801Z test_comprehensive_pow_cpu_float32 (__main__.TestDecompCPU) ... ok (0.616s) 2022-09-27T15:44:57.1592392Z test_comprehensive_pow_cpu_float64 (__main__.TestDecompCPU) ... ok (0.600s) 2022-09-27T15:44:57.1803521Z test_comprehensive_pow_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:44:57.2012307Z test_comprehensive_pow_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:44:57.2217680Z test_comprehensive_pow_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:44:57.2426226Z test_comprehensive_pow_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:44:57.2635170Z test_comprehensive_pow_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:44:57.3213745Z test_comprehensive_prod_cpu_bool (__main__.TestDecompCPU) ... ok (0.058s) 2022-09-27T15:44:58.5220139Z test_comprehensive_prod_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.201s) 2022-09-27T15:44:59.7744850Z test_comprehensive_prod_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.252s) 2022-09-27T15:45:00.4821056Z test_comprehensive_prod_cpu_float32 (__main__.TestDecompCPU) ... ok (0.708s) 2022-09-27T15:45:01.1792298Z test_comprehensive_prod_cpu_float64 (__main__.TestDecompCPU) ... ok (0.697s) 2022-09-27T15:45:01.2376793Z test_comprehensive_prod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.058s) 2022-09-27T15:45:01.2968695Z test_comprehensive_prod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.059s) 2022-09-27T15:45:01.3545703Z test_comprehensive_prod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.058s) 2022-09-27T15:45:01.4129458Z test_comprehensive_prod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.058s) 2022-09-27T15:45:01.4710843Z test_comprehensive_prod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.058s) 2022-09-27T15:45:01.4890200Z test_comprehensive_put_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:45:01.4913854Z test_comprehensive_put_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:01.5296087Z test_comprehensive_put_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:45:01.5688611Z test_comprehensive_put_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-09-27T15:45:01.5860481Z test_comprehensive_put_cpu_float16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:45:01.6172508Z test_comprehensive_put_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T15:45:01.6475436Z test_comprehensive_put_cpu_float64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:45:01.6499249Z test_comprehensive_put_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:01.6522771Z test_comprehensive_put_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:01.6545510Z test_comprehensive_put_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:01.6568016Z test_comprehensive_put_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:01.6590930Z test_comprehensive_put_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:02.5030843Z test_comprehensive_qr_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.844s) 2022-09-27T15:45:03.3605326Z test_comprehensive_qr_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.857s) 2022-09-27T15:45:03.9704133Z test_comprehensive_qr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.610s) 2022-09-27T15:45:04.5648775Z test_comprehensive_qr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.594s) 2022-09-27T15:45:06.0046289Z test_comprehensive_quantile_cpu_float32 (__main__.TestDecompCPU) ... ok (1.440s) 2022-09-27T15:45:07.4027410Z test_comprehensive_quantile_cpu_float64 (__main__.TestDecompCPU) ... ok (1.398s) 2022-09-27T15:45:07.4064439Z test_comprehensive_rad2deg_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:07.4077053Z test_comprehensive_rad2deg_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:07.4110032Z test_comprehensive_rad2deg_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:07.4155290Z test_comprehensive_rad2deg_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:07.4198872Z test_comprehensive_rad2deg_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:07.4210902Z test_comprehensive_rad2deg_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:07.4222450Z test_comprehensive_rad2deg_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:07.4234200Z test_comprehensive_rad2deg_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:07.4245635Z test_comprehensive_rad2deg_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:07.4258206Z test_comprehensive_rad2deg_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:07.4286390Z test_comprehensive_rand_like_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:07.4315166Z test_comprehensive_rand_like_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:07.4344035Z test_comprehensive_rand_like_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:07.4373711Z test_comprehensive_rand_like_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:07.4400159Z test_comprehensive_rand_like_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:07.4429067Z test_comprehensive_rand_like_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:07.4456142Z test_comprehensive_rand_like_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:07.4501360Z test_comprehensive_randint_like_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:07.4543106Z test_comprehensive_randint_like_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:07.4584998Z test_comprehensive_randint_like_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:07.4626479Z test_comprehensive_randint_like_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:07.4666222Z test_comprehensive_randint_like_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:07.4706411Z test_comprehensive_randint_like_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:07.4746208Z test_comprehensive_randint_like_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:07.4785925Z test_comprehensive_randint_like_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:07.4826090Z test_comprehensive_randint_like_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:07.4840705Z test_comprehensive_randn_cpu_bfloat16 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-09-27T15:45:07.4855390Z test_comprehensive_randn_cpu_complex128 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-09-27T15:45:07.4868659Z test_comprehensive_randn_cpu_complex32 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-09-27T15:45:07.4881964Z test_comprehensive_randn_cpu_complex64 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-09-27T15:45:07.4895830Z test_comprehensive_randn_cpu_float16 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-09-27T15:45:07.4910800Z test_comprehensive_randn_cpu_float32 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-09-27T15:45:07.4924313Z test_comprehensive_randn_cpu_float64 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-09-27T15:45:07.4950989Z test_comprehensive_randn_like_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:07.4979535Z test_comprehensive_randn_like_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:07.5007623Z test_comprehensive_randn_like_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:07.5036935Z test_comprehensive_randn_like_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:07.5063456Z test_comprehensive_randn_like_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:07.5090285Z test_comprehensive_randn_like_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:07.5116068Z test_comprehensive_randn_like_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:07.5155251Z test_comprehensive_ravel_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:07.5233898Z test_comprehensive_ravel_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:45:07.5547586Z test_comprehensive_ravel_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T15:45:07.5759814Z test_comprehensive_ravel_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:45:07.6088438Z test_comprehensive_ravel_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:45:07.6126546Z test_comprehensive_ravel_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:07.6324833Z test_comprehensive_ravel_cpu_float32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:45:07.6513089Z test_comprehensive_ravel_cpu_float64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:45:07.6593283Z test_comprehensive_ravel_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:45:07.6672866Z test_comprehensive_ravel_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:45:07.6751593Z test_comprehensive_ravel_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:45:07.6833148Z test_comprehensive_ravel_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:45:07.6913187Z test_comprehensive_ravel_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:45:07.6932540Z test_comprehensive_real_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:07.6942608Z test_comprehensive_real_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:07.6988627Z test_comprehensive_real_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:45:07.7002303Z test_comprehensive_real_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:07.7047204Z test_comprehensive_real_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:07.7065050Z test_comprehensive_real_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:07.7081285Z test_comprehensive_real_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:07.7097816Z test_comprehensive_real_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:07.7108450Z test_comprehensive_real_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:07.7119145Z test_comprehensive_real_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:07.7129542Z test_comprehensive_real_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:07.7139756Z test_comprehensive_real_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:07.7149650Z test_comprehensive_real_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:07.7216732Z test_comprehensive_reciprocal_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:45:07.7246979Z test_comprehensive_reciprocal_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:07.7485716Z test_comprehensive_reciprocal_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:45:07.7732281Z test_comprehensive_reciprocal_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:45:07.7798552Z test_comprehensive_reciprocal_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:45:07.7943349Z test_comprehensive_reciprocal_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:45:07.8082556Z test_comprehensive_reciprocal_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:45:07.8113226Z test_comprehensive_reciprocal_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:07.8143299Z test_comprehensive_reciprocal_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:07.8173288Z test_comprehensive_reciprocal_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:07.8203049Z test_comprehensive_reciprocal_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:07.8232890Z test_comprehensive_reciprocal_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:07.8759754Z test_comprehensive_remainder_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.053s) 2022-09-27T15:45:07.9296767Z test_comprehensive_remainder_cpu_float16 (__main__.TestDecompCPU) ... ok (0.054s) 2022-09-27T15:45:08.2055501Z test_comprehensive_remainder_cpu_float32 (__main__.TestDecompCPU) ... ok (0.276s) 2022-09-27T15:45:08.4715205Z test_comprehensive_remainder_cpu_float64 (__main__.TestDecompCPU) ... ok (0.266s) 2022-09-27T15:45:08.4934785Z test_comprehensive_remainder_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:45:08.5152005Z test_comprehensive_remainder_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:45:08.5365469Z test_comprehensive_remainder_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:45:08.5581746Z test_comprehensive_remainder_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:45:08.5795194Z test_comprehensive_remainder_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:45:08.6167706Z test_comprehensive_renorm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.037s) 2022-09-27T15:45:08.9474633Z test_comprehensive_renorm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.331s) 2022-09-27T15:45:09.3007179Z test_comprehensive_renorm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.353s) 2022-09-27T15:45:09.3011484Z test_comprehensive_renorm_cpu_float16 (__main__.TestDecompCPU) ... skip: Inconsistent accuracy (0.001s) 2022-09-27T15:45:09.5261425Z test_comprehensive_renorm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.225s) 2022-09-27T15:45:09.7314333Z test_comprehensive_renorm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.205s) 2022-09-27T15:45:09.7573684Z test_comprehensive_repeat_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:45:09.7768449Z test_comprehensive_repeat_cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:45:09.8603990Z test_comprehensive_repeat_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.083s) 2022-09-27T15:45:09.9467354Z test_comprehensive_repeat_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.086s) 2022-09-27T15:45:09.9730006Z test_comprehensive_repeat_cpu_float16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:45:10.0364140Z test_comprehensive_repeat_cpu_float32 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T15:45:10.0977720Z test_comprehensive_repeat_cpu_float64 (__main__.TestDecompCPU) ... ok (0.061s) 2022-09-27T15:45:10.1179615Z test_comprehensive_repeat_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:45:10.1375764Z test_comprehensive_repeat_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:45:10.1562807Z test_comprehensive_repeat_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:45:10.1762374Z test_comprehensive_repeat_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:45:10.1957685Z test_comprehensive_repeat_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:45:10.2047979Z test_comprehensive_repeat_interleave_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:45:10.2135234Z test_comprehensive_repeat_interleave_cpu_bool (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:45:10.2537811Z test_comprehensive_repeat_interleave_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.040s) 2022-09-27T15:45:10.2699714Z test_comprehensive_repeat_interleave_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:45:10.3117231Z test_comprehensive_repeat_interleave_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.042s) 2022-09-27T15:45:10.3197851Z test_comprehensive_repeat_interleave_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:45:10.3479612Z test_comprehensive_repeat_interleave_cpu_float32 (__main__.TestDecompCPU) ... ok (0.028s) 2022-09-27T15:45:10.3752796Z test_comprehensive_repeat_interleave_cpu_float64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:45:10.3840486Z test_comprehensive_repeat_interleave_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:45:10.3928052Z test_comprehensive_repeat_interleave_cpu_int32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:45:10.4013770Z test_comprehensive_repeat_interleave_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:45:10.4100586Z test_comprehensive_repeat_interleave_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:45:10.4187485Z test_comprehensive_repeat_interleave_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:45:10.4232498Z test_comprehensive_reshape_as_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:10.4294236Z test_comprehensive_reshape_as_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:10.4592635Z test_comprehensive_reshape_as_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:45:10.4757399Z test_comprehensive_reshape_as_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:45:10.5074732Z test_comprehensive_reshape_as_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:45:10.5122999Z test_comprehensive_reshape_as_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:45:10.5316998Z test_comprehensive_reshape_as_cpu_float32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:45:10.5503453Z test_comprehensive_reshape_as_cpu_float64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:45:10.5565621Z test_comprehensive_reshape_as_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:10.5627988Z test_comprehensive_reshape_as_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:10.5688216Z test_comprehensive_reshape_as_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:10.5750939Z test_comprehensive_reshape_as_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:10.5811274Z test_comprehensive_reshape_as_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:10.5875232Z test_comprehensive_reshape_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:10.5996267Z test_comprehensive_reshape_cpu_bool (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:45:10.6636210Z test_comprehensive_reshape_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T15:45:10.6974959Z test_comprehensive_reshape_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:45:10.7646644Z test_comprehensive_reshape_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.067s) 2022-09-27T15:45:10.7711290Z test_comprehensive_reshape_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:45:10.8103837Z test_comprehensive_reshape_cpu_float32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-09-27T15:45:10.8480310Z test_comprehensive_reshape_cpu_float64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:45:10.8604810Z test_comprehensive_reshape_cpu_int16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:45:10.8728012Z test_comprehensive_reshape_cpu_int32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:45:10.8849218Z test_comprehensive_reshape_cpu_int64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:45:10.8971792Z test_comprehensive_reshape_cpu_int8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:45:10.9096702Z test_comprehensive_reshape_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:45:10.9115856Z test_comprehensive_resize__cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:10.9154813Z test_comprehensive_resize__cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:10.9246265Z test_comprehensive_resize__cpu_complex128 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:45:10.9343210Z test_comprehensive_resize__cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:45:10.9360518Z test_comprehensive_resize__cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:10.9421416Z test_comprehensive_resize__cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:10.9480471Z test_comprehensive_resize__cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:10.9520097Z test_comprehensive_resize__cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:10.9559779Z test_comprehensive_resize__cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:10.9599292Z test_comprehensive_resize__cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:10.9638941Z test_comprehensive_resize__cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:10.9678405Z test_comprehensive_resize__cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:10.9699322Z test_comprehensive_resize_as__cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:10.9739001Z test_comprehensive_resize_as__cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:10.9832020Z test_comprehensive_resize_as__cpu_complex128 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:45:10.9930626Z test_comprehensive_resize_as__cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:45:10.9949078Z test_comprehensive_resize_as__cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:11.0013098Z test_comprehensive_resize_as__cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:11.0073962Z test_comprehensive_resize_as__cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:11.0114239Z test_comprehensive_resize_as__cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:11.0154159Z test_comprehensive_resize_as__cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:11.0193455Z test_comprehensive_resize_as__cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:11.0233287Z test_comprehensive_resize_as__cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:11.0274717Z test_comprehensive_resize_as__cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:11.0289519Z test_comprehensive_resolve_conj_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:11.0298719Z test_comprehensive_resolve_conj_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:11.0312394Z test_comprehensive_resolve_conj_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:11.0326521Z test_comprehensive_resolve_conj_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:11.0341083Z test_comprehensive_resolve_conj_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:11.0353912Z test_comprehensive_resolve_conj_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:11.0367401Z test_comprehensive_resolve_conj_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:11.0376365Z test_comprehensive_resolve_conj_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:11.0385385Z test_comprehensive_resolve_conj_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:11.0394496Z test_comprehensive_resolve_conj_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:11.0403545Z test_comprehensive_resolve_conj_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:11.0412826Z test_comprehensive_resolve_conj_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:11.0427831Z test_comprehensive_resolve_neg_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:11.0436815Z test_comprehensive_resolve_neg_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:11.0450345Z test_comprehensive_resolve_neg_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:11.0460836Z test_comprehensive_resolve_neg_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:11.0474316Z test_comprehensive_resolve_neg_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:11.0488005Z test_comprehensive_resolve_neg_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:11.0500924Z test_comprehensive_resolve_neg_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:11.0513857Z test_comprehensive_resolve_neg_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:11.0523035Z test_comprehensive_resolve_neg_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:11.0532564Z test_comprehensive_resolve_neg_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:11.0541507Z test_comprehensive_resolve_neg_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:11.0550458Z test_comprehensive_resolve_neg_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:11.0559618Z test_comprehensive_resolve_neg_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:11.0694238Z test_comprehensive_roll_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:45:11.0905892Z test_comprehensive_roll_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:45:11.1956710Z test_comprehensive_roll_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.105s) 2022-09-27T15:45:11.2505566Z test_comprehensive_roll_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.055s) 2022-09-27T15:45:11.3605760Z test_comprehensive_roll_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.110s) 2022-09-27T15:45:11.3741839Z test_comprehensive_roll_cpu_float16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:45:11.4417881Z test_comprehensive_roll_cpu_float32 (__main__.TestDecompCPU) ... ok (0.068s) 2022-09-27T15:45:11.5077249Z test_comprehensive_roll_cpu_float64 (__main__.TestDecompCPU) ... ok (0.066s) 2022-09-27T15:45:11.5294134Z test_comprehensive_roll_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:45:11.5515164Z test_comprehensive_roll_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:45:11.5732591Z test_comprehensive_roll_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:45:11.5952709Z test_comprehensive_roll_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:45:11.6170327Z test_comprehensive_roll_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:45:11.6485645Z test_comprehensive_rot90_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T15:45:11.7211627Z test_comprehensive_rot90_cpu_bool (__main__.TestDecompCPU) ... ok (0.072s) 2022-09-27T15:45:12.1195236Z test_comprehensive_rot90_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.398s) 2022-09-27T15:45:12.5395589Z test_comprehensive_rot90_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.420s) 2022-09-27T15:45:12.5712703Z test_comprehensive_rot90_cpu_float16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:45:12.8168121Z test_comprehensive_rot90_cpu_float32 (__main__.TestDecompCPU) ... ok (0.245s) 2022-09-27T15:45:13.0497653Z test_comprehensive_rot90_cpu_float64 (__main__.TestDecompCPU) ... ok (0.233s) 2022-09-27T15:45:13.1239417Z test_comprehensive_rot90_cpu_int16 (__main__.TestDecompCPU) ... ok (0.074s) 2022-09-27T15:45:13.1982084Z test_comprehensive_rot90_cpu_int32 (__main__.TestDecompCPU) ... ok (0.074s) 2022-09-27T15:45:13.2717208Z test_comprehensive_rot90_cpu_int64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T15:45:13.3452528Z test_comprehensive_rot90_cpu_int8 (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T15:45:13.4180278Z test_comprehensive_rot90_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T15:45:13.4196069Z test_comprehensive_round_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:13.4209751Z test_comprehensive_round_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:13.4222953Z test_comprehensive_round_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:13.4232646Z test_comprehensive_round_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:13.4241881Z test_comprehensive_round_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:13.4251043Z test_comprehensive_round_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:13.4260057Z test_comprehensive_round_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:13.4269055Z test_comprehensive_round_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:13.4289988Z test_comprehensive_round_decimals_0_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:13.4307475Z test_comprehensive_round_decimals_0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:13.4325074Z test_comprehensive_round_decimals_0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:13.4344172Z test_comprehensive_round_decimals_3_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:13.4361496Z test_comprehensive_round_decimals_3_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:13.4379341Z test_comprehensive_round_decimals_3_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:13.4399764Z test_comprehensive_round_decimals_neg_3_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:13.4417700Z test_comprehensive_round_decimals_neg_3_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:13.4435396Z test_comprehensive_round_decimals_neg_3_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:13.4500955Z test_comprehensive_rsqrt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:45:13.4530887Z test_comprehensive_rsqrt_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:13.4752372Z test_comprehensive_rsqrt_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:45:13.4975500Z test_comprehensive_rsqrt_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:45:13.5107745Z test_comprehensive_rsqrt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:45:13.5237141Z test_comprehensive_rsqrt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:45:13.5267268Z test_comprehensive_rsqrt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:13.5296692Z test_comprehensive_rsqrt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:13.5325713Z test_comprehensive_rsqrt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:13.5355229Z test_comprehensive_rsqrt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:13.5384741Z test_comprehensive_rsqrt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:13.5566262Z test_comprehensive_rsub_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:45:13.8059366Z test_comprehensive_rsub_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.249s) 2022-09-27T15:45:14.0610051Z test_comprehensive_rsub_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.255s) 2022-09-27T15:45:14.0805483Z test_comprehensive_rsub_cpu_float16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:45:14.2290458Z test_comprehensive_rsub_cpu_float32 (__main__.TestDecompCPU) ... ok (0.148s) 2022-09-27T15:45:14.3728001Z test_comprehensive_rsub_cpu_float64 (__main__.TestDecompCPU) ... ok (0.144s) 2022-09-27T15:45:14.3953428Z test_comprehensive_rsub_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:45:14.4177900Z test_comprehensive_rsub_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:45:14.4397807Z test_comprehensive_rsub_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:45:14.4620830Z test_comprehensive_rsub_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:45:14.4842393Z test_comprehensive_rsub_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:45:14.4887785Z test_comprehensive_scatter_add_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:45:14.4904673Z test_comprehensive_scatter_add_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:14.4948342Z test_comprehensive_scatter_add_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:14.4993522Z test_comprehensive_scatter_add_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:14.5036077Z test_comprehensive_scatter_add_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:14.5077800Z test_comprehensive_scatter_add_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:14.5116704Z test_comprehensive_scatter_add_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:14.5132906Z test_comprehensive_scatter_add_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:14.5148441Z test_comprehensive_scatter_add_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:14.5164041Z test_comprehensive_scatter_add_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:14.5180073Z test_comprehensive_scatter_add_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:14.5195835Z test_comprehensive_scatter_add_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:14.5244792Z test_comprehensive_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:45:14.5266486Z test_comprehensive_scatter_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:14.5314272Z test_comprehensive_scatter_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:45:14.5364592Z test_comprehensive_scatter_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:45:14.5412045Z test_comprehensive_scatter_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:45:14.5458287Z test_comprehensive_scatter_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:45:14.5501813Z test_comprehensive_scatter_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:14.5520895Z test_comprehensive_scatter_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:14.5540443Z test_comprehensive_scatter_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:14.5559422Z test_comprehensive_scatter_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:14.5578710Z test_comprehensive_scatter_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:14.5597944Z test_comprehensive_scatter_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:14.7426068Z test_comprehensive_scatter_reduce_amax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.183s) 2022-09-27T15:45:14.7452508Z test_comprehensive_scatter_reduce_amax_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:14.9486265Z test_comprehensive_scatter_reduce_amax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.203s) 2022-09-27T15:45:15.3676060Z test_comprehensive_scatter_reduce_amax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.419s) 2022-09-27T15:45:15.7797570Z test_comprehensive_scatter_reduce_amax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.412s) 2022-09-27T15:45:15.7826435Z test_comprehensive_scatter_reduce_amax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:15.7854602Z test_comprehensive_scatter_reduce_amax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:15.7881649Z test_comprehensive_scatter_reduce_amax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:15.7908846Z test_comprehensive_scatter_reduce_amax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:15.7936373Z test_comprehensive_scatter_reduce_amax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:15.9756621Z test_comprehensive_scatter_reduce_amin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.182s) 2022-09-27T15:45:15.9783802Z test_comprehensive_scatter_reduce_amin_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:16.1820287Z test_comprehensive_scatter_reduce_amin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.203s) 2022-09-27T15:45:16.6017238Z test_comprehensive_scatter_reduce_amin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.420s) 2022-09-27T15:45:17.0143636Z test_comprehensive_scatter_reduce_amin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.413s) 2022-09-27T15:45:17.0173028Z test_comprehensive_scatter_reduce_amin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:17.0201126Z test_comprehensive_scatter_reduce_amin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:17.0228612Z test_comprehensive_scatter_reduce_amin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:17.0256041Z test_comprehensive_scatter_reduce_amin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:17.0283375Z test_comprehensive_scatter_reduce_amin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:17.0889553Z test_comprehensive_scatter_reduce_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.060s) 2022-09-27T15:45:17.1552694Z test_comprehensive_scatter_reduce_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.066s) 2022-09-27T15:45:17.3305897Z test_comprehensive_scatter_reduce_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.175s) 2022-09-27T15:45:17.5021093Z test_comprehensive_scatter_reduce_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.171s) 2022-09-27T15:45:17.5057854Z test_comprehensive_scatter_reduce_mean_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:17.5094362Z test_comprehensive_scatter_reduce_mean_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:17.5127702Z test_comprehensive_scatter_reduce_mean_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:17.5162882Z test_comprehensive_scatter_reduce_mean_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:17.5197882Z test_comprehensive_scatter_reduce_mean_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:17.7200259Z test_comprehensive_scatter_reduce_prod_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.200s) 2022-09-27T15:45:17.7228874Z test_comprehensive_scatter_reduce_prod_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:17.9414770Z test_comprehensive_scatter_reduce_prod_cpu_float16 (__main__.TestDecompCPU) ... ok (0.218s) 2022-09-27T15:45:18.5985200Z test_comprehensive_scatter_reduce_prod_cpu_float32 (__main__.TestDecompCPU) ... ok (0.657s) 2022-09-27T15:45:19.2427333Z test_comprehensive_scatter_reduce_prod_cpu_float64 (__main__.TestDecompCPU) ... ok (0.644s) 2022-09-27T15:45:19.2457781Z test_comprehensive_scatter_reduce_prod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:19.2486766Z test_comprehensive_scatter_reduce_prod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:19.2515186Z test_comprehensive_scatter_reduce_prod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:19.2543507Z test_comprehensive_scatter_reduce_prod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:19.2571764Z test_comprehensive_scatter_reduce_prod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:19.2705152Z test_comprehensive_scatter_reduce_sum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:45:19.2730368Z test_comprehensive_scatter_reduce_sum_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:19.2864280Z test_comprehensive_scatter_reduce_sum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:45:19.2999076Z test_comprehensive_scatter_reduce_sum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:45:19.3122387Z test_comprehensive_scatter_reduce_sum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:45:19.3149687Z test_comprehensive_scatter_reduce_sum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:19.3177223Z test_comprehensive_scatter_reduce_sum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:19.3204332Z test_comprehensive_scatter_reduce_sum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:19.3231737Z test_comprehensive_scatter_reduce_sum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:19.3259369Z test_comprehensive_scatter_reduce_sum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:19.3441417Z test_comprehensive_searchsorted_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:45:19.3583532Z test_comprehensive_searchsorted_cpu_float16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:45:19.3722335Z test_comprehensive_searchsorted_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:45:19.3862778Z test_comprehensive_searchsorted_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:45:19.3970255Z test_comprehensive_searchsorted_cpu_int16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:45:19.4077604Z test_comprehensive_searchsorted_cpu_int32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:45:19.4185043Z test_comprehensive_searchsorted_cpu_int64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:45:19.4292206Z test_comprehensive_searchsorted_cpu_int8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:45:19.4400289Z test_comprehensive_searchsorted_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:45:19.4847592Z test_comprehensive_segment_reduce_lengths_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.045s) 2022-09-27T15:45:19.5295164Z test_comprehensive_segment_reduce_lengths_cpu_float16 (__main__.TestDecompCPU) ... ok (0.045s) 2022-09-27T15:45:19.5702865Z test_comprehensive_segment_reduce_lengths_cpu_float32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T15:45:19.6118016Z test_comprehensive_segment_reduce_lengths_cpu_float64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T15:45:19.6541482Z test_comprehensive_segment_reduce_offsets_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.042s) 2022-09-27T15:45:19.6966850Z test_comprehensive_segment_reduce_offsets_cpu_float16 (__main__.TestDecompCPU) ... ok (0.042s) 2022-09-27T15:45:19.7361571Z test_comprehensive_segment_reduce_offsets_cpu_float32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-09-27T15:45:19.7767292Z test_comprehensive_segment_reduce_offsets_cpu_float64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-09-27T15:45:19.7809565Z test_comprehensive_select_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:19.7822227Z test_comprehensive_select_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:19.7950517Z test_comprehensive_select_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:45:19.7965916Z test_comprehensive_select_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:19.8093406Z test_comprehensive_select_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:45:19.8133896Z test_comprehensive_select_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:19.8224583Z test_comprehensive_select_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:45:19.8313160Z test_comprehensive_select_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:45:19.8324984Z test_comprehensive_select_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:19.8337098Z test_comprehensive_select_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:19.8348892Z test_comprehensive_select_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:19.8360390Z test_comprehensive_select_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:19.8372618Z test_comprehensive_select_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:19.8420422Z test_comprehensive_select_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:45:19.8432980Z test_comprehensive_select_scatter_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:19.8479293Z test_comprehensive_select_scatter_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:45:19.8535594Z test_comprehensive_select_scatter_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:19.8590944Z test_comprehensive_select_scatter_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:45:19.8603851Z test_comprehensive_select_scatter_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:19.8616779Z test_comprehensive_select_scatter_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:19.8629818Z test_comprehensive_select_scatter_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:19.8642386Z test_comprehensive_select_scatter_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:19.8655464Z test_comprehensive_select_scatter_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:19.8679360Z test_comprehensive_sgn_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:19.8737551Z test_comprehensive_sgn_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:20.0397621Z test_comprehensive_sgn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.166s) 2022-09-27T15:45:20.0563352Z test_comprehensive_sgn_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:45:20.2318003Z test_comprehensive_sgn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.175s) 2022-09-27T15:45:20.2339501Z test_comprehensive_sgn_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:20.2435370Z test_comprehensive_sgn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:45:20.2523357Z test_comprehensive_sgn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:45:20.2581055Z test_comprehensive_sgn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:20.2637164Z test_comprehensive_sgn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:20.2692552Z test_comprehensive_sgn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:20.2748595Z test_comprehensive_sgn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:20.2803597Z test_comprehensive_sgn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:45:20.2852589Z test_comprehensive_short_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:45:20.2895218Z test_comprehensive_short_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:20.2983531Z test_comprehensive_short_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:45:20.3073283Z test_comprehensive_short_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:45:20.3121892Z test_comprehensive_short_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:45:20.3185898Z test_comprehensive_short_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:20.3248933Z test_comprehensive_short_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:20.3270338Z test_comprehensive_short_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:20.3313466Z test_comprehensive_short_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:20.3356143Z test_comprehensive_short_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:20.3399235Z test_comprehensive_short_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:20.3442251Z test_comprehensive_short_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:20.3495651Z test_comprehensive_sigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:45:20.3537023Z test_comprehensive_sigmoid_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:20.3659710Z test_comprehensive_sigmoid_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:45:20.3785681Z test_comprehensive_sigmoid_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:45:20.3878879Z test_comprehensive_sigmoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:45:20.3969286Z test_comprehensive_sigmoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:45:20.4011017Z test_comprehensive_sigmoid_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:20.4052508Z test_comprehensive_sigmoid_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:20.4094017Z test_comprehensive_sigmoid_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:20.4136379Z test_comprehensive_sigmoid_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:20.4177139Z test_comprehensive_sigmoid_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:20.4195444Z test_comprehensive_sign_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:20.4254206Z test_comprehensive_sign_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:20.4271413Z test_comprehensive_sign_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:20.4366574Z test_comprehensive_sign_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:45:20.4454555Z test_comprehensive_sign_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:45:20.4511543Z test_comprehensive_sign_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:20.4568315Z test_comprehensive_sign_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:20.4624708Z test_comprehensive_sign_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:20.4681141Z test_comprehensive_sign_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:20.4737190Z test_comprehensive_sign_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:20.4788292Z test_comprehensive_signbit_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:45:20.4843824Z test_comprehensive_signbit_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:45:20.4897459Z test_comprehensive_signbit_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:45:20.4987813Z test_comprehensive_signbit_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:45:20.5070864Z test_comprehensive_signbit_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:45:20.5127931Z test_comprehensive_signbit_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:20.5184707Z test_comprehensive_signbit_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:20.5242230Z test_comprehensive_signbit_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:20.5298466Z test_comprehensive_signbit_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:20.5353693Z test_comprehensive_signbit_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:45:20.5383603Z test_comprehensive_sin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:20.5443290Z test_comprehensive_sin_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:20.6189152Z test_comprehensive_sin_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.074s) 2022-09-27T15:45:20.6975758Z test_comprehensive_sin_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T15:45:20.7312025Z test_comprehensive_sin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:45:20.7623828Z test_comprehensive_sin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T15:45:20.7686616Z test_comprehensive_sin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:20.7749383Z test_comprehensive_sin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:20.7811587Z test_comprehensive_sin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:20.7873889Z test_comprehensive_sin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:20.7934665Z test_comprehensive_sin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:20.8109707Z test_comprehensive_sinc_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:45:20.8142159Z test_comprehensive_sinc_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:20.8755181Z test_comprehensive_sinc_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.061s) 2022-09-27T15:45:20.9393883Z test_comprehensive_sinc_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T15:45:20.9807540Z test_comprehensive_sinc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T15:45:21.0209625Z test_comprehensive_sinc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-09-27T15:45:21.0245269Z test_comprehensive_sinc_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:21.0278533Z test_comprehensive_sinc_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:21.0310914Z test_comprehensive_sinc_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:21.0343454Z test_comprehensive_sinc_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:21.0377002Z test_comprehensive_sinc_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:21.0404528Z test_comprehensive_sinh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:21.0466941Z test_comprehensive_sinh_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:21.1213163Z test_comprehensive_sinh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.074s) 2022-09-27T15:45:21.1996971Z test_comprehensive_sinh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.078s) 2022-09-27T15:45:21.2331502Z test_comprehensive_sinh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:45:21.2645305Z test_comprehensive_sinh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T15:45:21.2707582Z test_comprehensive_sinh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:21.2769078Z test_comprehensive_sinh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:21.2829992Z test_comprehensive_sinh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:21.2891208Z test_comprehensive_sinh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:21.2951010Z test_comprehensive_sinh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:21.3067476Z test_comprehensive_slice_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:45:21.3095286Z test_comprehensive_slice_scatter_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:21.3240037Z test_comprehensive_slice_scatter_cpu_float16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:45:21.3360240Z test_comprehensive_slice_scatter_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:45:21.3510675Z test_comprehensive_slice_scatter_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:45:21.3539215Z test_comprehensive_slice_scatter_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:21.3567047Z test_comprehensive_slice_scatter_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:21.3591552Z test_comprehensive_slice_scatter_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:21.3619475Z test_comprehensive_slice_scatter_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:21.3647112Z test_comprehensive_slice_scatter_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:21.3716691Z test_comprehensive_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:45:21.4079082Z test_comprehensive_softmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:45:21.4430841Z test_comprehensive_softmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:45:21.4530427Z test_comprehensive_softmax_with_dtype_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:45:21.4734231Z test_comprehensive_softmax_with_dtype_cpu_bool (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:45:21.5393811Z test_comprehensive_softmax_with_dtype_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.066s) 2022-09-27T15:45:21.6071763Z test_comprehensive_softmax_with_dtype_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.068s) 2022-09-27T15:45:21.6172527Z test_comprehensive_softmax_with_dtype_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:45:21.6773341Z test_comprehensive_softmax_with_dtype_cpu_float32 (__main__.TestDecompCPU) ... ok (0.060s) 2022-09-27T15:45:21.7171154Z test_comprehensive_softmax_with_dtype_cpu_float64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-09-27T15:45:21.7416031Z test_comprehensive_softmax_with_dtype_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:45:21.7659383Z test_comprehensive_softmax_with_dtype_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:45:21.7901698Z test_comprehensive_softmax_with_dtype_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:45:21.8143199Z test_comprehensive_softmax_with_dtype_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:45:21.8386720Z test_comprehensive_softmax_with_dtype_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:45:21.8743632Z test_comprehensive_sort_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:45:21.8788156Z test_comprehensive_sort_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:21.9145798Z test_comprehensive_sort_cpu_float16 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:45:21.9600097Z test_comprehensive_sort_cpu_float32 (__main__.TestDecompCPU) ... ok (0.045s) 2022-09-27T15:45:22.0042561Z test_comprehensive_sort_cpu_float64 (__main__.TestDecompCPU) ... ok (0.044s) 2022-09-27T15:45:22.0091225Z test_comprehensive_sort_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:45:22.0138818Z test_comprehensive_sort_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:45:22.0184719Z test_comprehensive_sort_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:45:22.0230756Z test_comprehensive_sort_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:45:22.0276507Z test_comprehensive_sort_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:45:22.0696180Z test_comprehensive_sparse_sampled_addmm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.042s) 2022-09-27T15:45:22.1095095Z test_comprehensive_sparse_sampled_addmm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-09-27T15:45:22.1422616Z test_comprehensive_sparse_sampled_addmm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:45:22.1738179Z test_comprehensive_sparse_sampled_addmm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:45:22.1752790Z test_comprehensive_special_airy_ai_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.1765532Z test_comprehensive_special_airy_ai_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.1777173Z test_comprehensive_special_airy_ai_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.1788312Z test_comprehensive_special_airy_ai_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.1799473Z test_comprehensive_special_airy_ai_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.1810508Z test_comprehensive_special_airy_ai_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.1821996Z test_comprehensive_special_airy_ai_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.1833546Z test_comprehensive_special_airy_ai_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.1846205Z test_comprehensive_special_bessel_j0_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.1858438Z test_comprehensive_special_bessel_j0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.1870257Z test_comprehensive_special_bessel_j0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.1881159Z test_comprehensive_special_bessel_j0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.1892583Z test_comprehensive_special_bessel_j0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.1903121Z test_comprehensive_special_bessel_j0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.1913825Z test_comprehensive_special_bessel_j0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.1924964Z test_comprehensive_special_bessel_j0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.1938203Z test_comprehensive_special_bessel_j1_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.1949978Z test_comprehensive_special_bessel_j1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.1961900Z test_comprehensive_special_bessel_j1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.1973222Z test_comprehensive_special_bessel_j1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.1984608Z test_comprehensive_special_bessel_j1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.1996176Z test_comprehensive_special_bessel_j1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.2008363Z test_comprehensive_special_bessel_j1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.2019630Z test_comprehensive_special_bessel_j1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.2032058Z test_comprehensive_special_bessel_y0_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.2043392Z test_comprehensive_special_bessel_y0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.2055277Z test_comprehensive_special_bessel_y0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.2066257Z test_comprehensive_special_bessel_y0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.2077373Z test_comprehensive_special_bessel_y0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.2088306Z test_comprehensive_special_bessel_y0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.2099495Z test_comprehensive_special_bessel_y0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.2110392Z test_comprehensive_special_bessel_y0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.2123146Z test_comprehensive_special_bessel_y1_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.2135718Z test_comprehensive_special_bessel_y1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.2147907Z test_comprehensive_special_bessel_y1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.2158931Z test_comprehensive_special_bessel_y1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.2171779Z test_comprehensive_special_bessel_y1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.2182913Z test_comprehensive_special_bessel_y1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.2194045Z test_comprehensive_special_bessel_y1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.2205209Z test_comprehensive_special_bessel_y1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.2224424Z test_comprehensive_special_chebyshev_polynomial_t_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:22.2246616Z test_comprehensive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:22.2268899Z test_comprehensive_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:22.2286529Z test_comprehensive_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:22.2305020Z test_comprehensive_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:22.2323390Z test_comprehensive_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:22.2342066Z test_comprehensive_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:22.2359119Z test_comprehensive_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:22.2378266Z test_comprehensive_special_chebyshev_polynomial_u_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:22.2399594Z test_comprehensive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:22.2421911Z test_comprehensive_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:22.2440028Z test_comprehensive_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:22.2459032Z test_comprehensive_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:22.2477160Z test_comprehensive_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:22.2495377Z test_comprehensive_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:22.2513404Z test_comprehensive_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:22.2518613Z 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:22.2523559Z 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:22.2528094Z 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:22.2533399Z 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:22.2538291Z 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:22.2542946Z 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:22.2547552Z 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:22.2552255Z 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:22.2556495Z 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:22.2559461Z 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:22.2562958Z 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:22.2566698Z 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:22.2570449Z 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:22.2574344Z 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:22.2578318Z 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:22.2582033Z 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:22.2633917Z test_comprehensive_special_entr_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:45:22.2644179Z test_comprehensive_special_entr_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.2756871Z test_comprehensive_special_entr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:45:22.2865725Z test_comprehensive_special_entr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:45:22.2876660Z test_comprehensive_special_entr_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.2886936Z test_comprehensive_special_entr_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.2897897Z test_comprehensive_special_entr_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.2908303Z test_comprehensive_special_entr_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.2918489Z test_comprehensive_special_entr_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.2931929Z test_comprehensive_special_erfcx_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.3081572Z test_comprehensive_special_erfcx_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:45:22.3226619Z test_comprehensive_special_erfcx_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:45:22.3237396Z test_comprehensive_special_erfcx_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.3249420Z test_comprehensive_special_erfcx_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.3261316Z test_comprehensive_special_erfcx_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.3273056Z test_comprehensive_special_erfcx_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.3284119Z test_comprehensive_special_erfcx_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.3303350Z test_comprehensive_special_hermite_polynomial_h_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:22.3326690Z test_comprehensive_special_hermite_polynomial_h_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:22.3348071Z test_comprehensive_special_hermite_polynomial_h_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:22.3365803Z test_comprehensive_special_hermite_polynomial_h_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:22.3383956Z test_comprehensive_special_hermite_polynomial_h_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:22.3402336Z test_comprehensive_special_hermite_polynomial_h_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:22.3420019Z test_comprehensive_special_hermite_polynomial_h_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:22.3437388Z test_comprehensive_special_hermite_polynomial_h_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:22.3456995Z test_comprehensive_special_hermite_polynomial_he_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:22.3479395Z test_comprehensive_special_hermite_polynomial_he_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:22.3502305Z test_comprehensive_special_hermite_polynomial_he_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:22.3521801Z test_comprehensive_special_hermite_polynomial_he_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:22.3540587Z test_comprehensive_special_hermite_polynomial_he_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:22.3558872Z test_comprehensive_special_hermite_polynomial_he_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:22.3576853Z test_comprehensive_special_hermite_polynomial_he_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:22.3593808Z test_comprehensive_special_hermite_polynomial_he_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:22.3614765Z test_comprehensive_special_i0e_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:22.3638350Z test_comprehensive_special_i0e_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:22.3794993Z test_comprehensive_special_i0e_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:45:22.3945755Z test_comprehensive_special_i0e_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:45:22.3971021Z test_comprehensive_special_i0e_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:22.3994365Z test_comprehensive_special_i0e_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:22.4017301Z test_comprehensive_special_i0e_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:22.4039772Z test_comprehensive_special_i0e_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:22.4062396Z test_comprehensive_special_i0e_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:22.4084677Z test_comprehensive_special_i1_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:22.4438421Z test_comprehensive_special_i1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:45:22.4782913Z test_comprehensive_special_i1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:45:22.4810048Z test_comprehensive_special_i1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:22.4833808Z test_comprehensive_special_i1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:22.4857489Z test_comprehensive_special_i1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:22.4880099Z test_comprehensive_special_i1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:22.4902962Z test_comprehensive_special_i1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:22.4925134Z test_comprehensive_special_i1e_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:22.5370695Z test_comprehensive_special_i1e_cpu_float32 (__main__.TestDecompCPU) ... ok (0.044s) 2022-09-27T15:45:22.5805091Z test_comprehensive_special_i1e_cpu_float64 (__main__.TestDecompCPU) ... ok (0.043s) 2022-09-27T15:45:22.5832386Z test_comprehensive_special_i1e_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:22.5856103Z test_comprehensive_special_i1e_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:22.5878962Z test_comprehensive_special_i1e_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:22.5904341Z test_comprehensive_special_i1e_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:22.5927077Z test_comprehensive_special_i1e_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:22.5946436Z test_comprehensive_special_laguerre_polynomial_l_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:22.5967982Z test_comprehensive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:22.5991144Z test_comprehensive_special_laguerre_polynomial_l_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:22.6008889Z test_comprehensive_special_laguerre_polynomial_l_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:22.6027659Z test_comprehensive_special_laguerre_polynomial_l_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:22.6046516Z test_comprehensive_special_laguerre_polynomial_l_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:22.6064803Z test_comprehensive_special_laguerre_polynomial_l_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:22.6082483Z test_comprehensive_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:22.6088071Z 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:22.6092631Z 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:22.6096454Z 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:22.6099709Z 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:22.6103163Z 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:22.6106779Z 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:22.6110383Z 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:22.6113659Z 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:22.6126543Z test_comprehensive_special_log_ndtr_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.6359841Z test_comprehensive_special_log_ndtr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:45:22.6580318Z test_comprehensive_special_log_ndtr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:45:22.6592387Z test_comprehensive_special_log_ndtr_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.6603521Z test_comprehensive_special_log_ndtr_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.6622917Z test_comprehensive_special_log_ndtr_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.6625998Z test_comprehensive_special_log_ndtr_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.6636431Z test_comprehensive_special_log_ndtr_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.6649191Z test_comprehensive_special_modified_bessel_i0_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.6660457Z test_comprehensive_special_modified_bessel_i0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.6671585Z test_comprehensive_special_modified_bessel_i0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.6682236Z test_comprehensive_special_modified_bessel_i0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.6693143Z test_comprehensive_special_modified_bessel_i0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.6703722Z test_comprehensive_special_modified_bessel_i0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.6714323Z test_comprehensive_special_modified_bessel_i0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.6725555Z test_comprehensive_special_modified_bessel_i0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.6737679Z test_comprehensive_special_modified_bessel_i1_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.6748957Z test_comprehensive_special_modified_bessel_i1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.6760102Z test_comprehensive_special_modified_bessel_i1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.6770859Z test_comprehensive_special_modified_bessel_i1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.6781603Z test_comprehensive_special_modified_bessel_i1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.6792031Z test_comprehensive_special_modified_bessel_i1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.6802572Z test_comprehensive_special_modified_bessel_i1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.6813455Z test_comprehensive_special_modified_bessel_i1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.6825698Z test_comprehensive_special_modified_bessel_k0_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.6836900Z test_comprehensive_special_modified_bessel_k0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.6848093Z test_comprehensive_special_modified_bessel_k0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.6859441Z test_comprehensive_special_modified_bessel_k0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.6870005Z test_comprehensive_special_modified_bessel_k0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.6880470Z test_comprehensive_special_modified_bessel_k0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.6892793Z test_comprehensive_special_modified_bessel_k0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.6903409Z test_comprehensive_special_modified_bessel_k0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.6915595Z test_comprehensive_special_modified_bessel_k1_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.6926704Z test_comprehensive_special_modified_bessel_k1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.6938139Z test_comprehensive_special_modified_bessel_k1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.6948573Z test_comprehensive_special_modified_bessel_k1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.6959077Z test_comprehensive_special_modified_bessel_k1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.6969852Z test_comprehensive_special_modified_bessel_k1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.6980328Z test_comprehensive_special_modified_bessel_k1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.6990866Z test_comprehensive_special_modified_bessel_k1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.7147602Z test_comprehensive_special_ndtr_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:45:22.7254187Z test_comprehensive_special_ndtr_cpu_bool (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:45:22.7657941Z test_comprehensive_special_ndtr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.040s) 2022-09-27T15:45:22.8036008Z test_comprehensive_special_ndtr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:45:22.8151354Z test_comprehensive_special_ndtr_cpu_int16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:45:22.8264860Z test_comprehensive_special_ndtr_cpu_int32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:45:22.8377429Z test_comprehensive_special_ndtr_cpu_int64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:45:22.8490406Z test_comprehensive_special_ndtr_cpu_int8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:45:22.8602287Z test_comprehensive_special_ndtr_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:45:22.8615807Z test_comprehensive_special_ndtri_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.8780654Z test_comprehensive_special_ndtri_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:45:22.8939079Z test_comprehensive_special_ndtri_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:45:22.8950024Z test_comprehensive_special_ndtri_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.8960895Z test_comprehensive_special_ndtri_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.8972066Z test_comprehensive_special_ndtri_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.8982571Z test_comprehensive_special_ndtri_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.8993229Z test_comprehensive_special_ndtri_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.9087279Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:45:22.9102666Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:22.9322941Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:45:22.9538891Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:45:22.9555036Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:22.9570679Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:22.9586330Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:22.9601668Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.9618133Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:22.9630706Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.9643844Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.9655419Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.9666083Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.9676717Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.9687387Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.9698294Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.9708899Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.9721381Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.9732961Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.9744014Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.9754587Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.9765112Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.9776014Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.9786990Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.9797542Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.9801990Z 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:22.9805820Z 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:22.9809534Z 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:22.9813476Z 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:22.9817161Z 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:22.9821044Z 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:22.9824891Z 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:22.9828751Z 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:22.9832264Z 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:22.9835884Z 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:22.9839516Z 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:22.9842946Z 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:22.9846470Z 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:22.9850423Z 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:22.9854284Z 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:22.9857781Z 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:22.9861580Z 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:22.9864930Z 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:22.9868423Z 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:22.9871870Z 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:22.9875304Z 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:22.9878929Z 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:22.9882353Z 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:22.9885818Z 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:22.9889398Z 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:22.9892943Z 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:22.9896387Z 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:22.9899856Z 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:22.9903271Z 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:22.9906699Z 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:22.9910109Z 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:22.9913728Z 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:22.9925619Z test_comprehensive_special_spherical_bessel_j0_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.9937152Z test_comprehensive_special_spherical_bessel_j0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.9948312Z test_comprehensive_special_spherical_bessel_j0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.9958866Z test_comprehensive_special_spherical_bessel_j0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.9969574Z test_comprehensive_special_spherical_bessel_j0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.9980318Z test_comprehensive_special_spherical_bessel_j0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:22.9990850Z test_comprehensive_special_spherical_bessel_j0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:23.0001378Z test_comprehensive_special_spherical_bessel_j0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:45:23.0600596Z test_comprehensive_special_xlog1py_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.060s) 2022-09-27T15:45:23.0618267Z test_comprehensive_special_xlog1py_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:23.1229136Z test_comprehensive_special_xlog1py_cpu_float16 (__main__.TestDecompCPU) ... ok (0.061s) 2022-09-27T15:45:23.4314509Z test_comprehensive_special_xlog1py_cpu_float32 (__main__.TestDecompCPU) ... ok (0.309s) 2022-09-27T15:45:23.7309000Z test_comprehensive_special_xlog1py_cpu_float64 (__main__.TestDecompCPU) ... ok (0.299s) 2022-09-27T15:45:23.7327610Z test_comprehensive_special_xlog1py_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:23.7346190Z test_comprehensive_special_xlog1py_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:23.7364417Z test_comprehensive_special_xlog1py_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:23.7382814Z test_comprehensive_special_xlog1py_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:23.7400063Z test_comprehensive_special_xlog1py_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:23.7632030Z test_comprehensive_special_zeta_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:45:23.7986167Z test_comprehensive_special_zeta_cpu_float32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:45:23.8330308Z test_comprehensive_special_zeta_cpu_float64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:45:23.8572754Z test_comprehensive_special_zeta_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:45:23.8816251Z test_comprehensive_special_zeta_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:45:23.9057933Z test_comprehensive_special_zeta_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:45:23.9299787Z test_comprehensive_special_zeta_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:45:23.9547415Z test_comprehensive_special_zeta_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:45:23.9579639Z test_comprehensive_split_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:23.9670408Z test_comprehensive_split_cpu_bool (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:45:24.0036551Z test_comprehensive_split_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.037s) 2022-09-27T15:45:24.0289939Z test_comprehensive_split_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:45:24.0674855Z test_comprehensive_split_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:45:24.0706923Z test_comprehensive_split_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:24.0932577Z test_comprehensive_split_cpu_float32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:45:24.1148140Z test_comprehensive_split_cpu_float64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:45:24.1239353Z test_comprehensive_split_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:45:24.1330158Z test_comprehensive_split_cpu_int32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:45:24.1419569Z test_comprehensive_split_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:45:24.1509898Z test_comprehensive_split_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:45:24.1599109Z test_comprehensive_split_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:45:24.1648180Z test_comprehensive_split_list_args_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:45:24.1838117Z test_comprehensive_split_list_args_cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:45:24.2574750Z test_comprehensive_split_list_args_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.074s) 2022-09-27T15:45:24.3353910Z test_comprehensive_split_list_args_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.078s) 2022-09-27T15:45:24.3405993Z test_comprehensive_split_list_args_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:45:24.3855641Z test_comprehensive_split_list_args_cpu_float32 (__main__.TestDecompCPU) ... ok (0.045s) 2022-09-27T15:45:24.4289320Z test_comprehensive_split_list_args_cpu_float64 (__main__.TestDecompCPU) ... ok (0.043s) 2022-09-27T15:45:24.4482632Z test_comprehensive_split_list_args_cpu_int16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:45:24.4674202Z test_comprehensive_split_list_args_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:45:24.4863879Z test_comprehensive_split_list_args_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:45:24.5056360Z test_comprehensive_split_list_args_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:45:24.5245357Z test_comprehensive_split_list_args_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:45:24.5309721Z test_comprehensive_split_with_sizes_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:24.5558338Z test_comprehensive_split_with_sizes_cpu_bool (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:45:24.6541831Z test_comprehensive_split_with_sizes_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.098s) 2022-09-27T15:45:24.7267075Z test_comprehensive_split_with_sizes_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.072s) 2022-09-27T15:45:24.8308941Z test_comprehensive_split_with_sizes_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.104s) 2022-09-27T15:45:24.8372264Z test_comprehensive_split_with_sizes_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:24.8963177Z test_comprehensive_split_with_sizes_cpu_float32 (__main__.TestDecompCPU) ... ok (0.059s) 2022-09-27T15:45:24.9531773Z test_comprehensive_split_with_sizes_cpu_float64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-09-27T15:45:24.9784685Z test_comprehensive_split_with_sizes_cpu_int16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:45:25.0037201Z test_comprehensive_split_with_sizes_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:45:25.0285521Z test_comprehensive_split_with_sizes_cpu_int64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:45:25.0540073Z test_comprehensive_split_with_sizes_cpu_int8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:45:25.0787441Z test_comprehensive_split_with_sizes_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:45:25.0822950Z test_comprehensive_sqrt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:45:25.0886235Z test_comprehensive_sqrt_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:25.1604919Z test_comprehensive_sqrt_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.072s) 2022-09-27T15:45:25.2358401Z test_comprehensive_sqrt_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.075s) 2022-09-27T15:45:25.2683412Z test_comprehensive_sqrt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:45:25.2993813Z test_comprehensive_sqrt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T15:45:25.3058580Z test_comprehensive_sqrt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:25.3119320Z test_comprehensive_sqrt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:25.3178755Z test_comprehensive_sqrt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:25.3238161Z test_comprehensive_sqrt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:25.3298533Z test_comprehensive_sqrt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:25.3366325Z test_comprehensive_square_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:45:25.3393481Z test_comprehensive_square_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:25.3609752Z test_comprehensive_square_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:45:25.3832533Z test_comprehensive_square_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:45:25.3896577Z test_comprehensive_square_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:25.4027394Z test_comprehensive_square_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:45:25.4154489Z test_comprehensive_square_cpu_float64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:45:25.4180901Z test_comprehensive_square_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:25.4206377Z test_comprehensive_square_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:25.4231658Z test_comprehensive_square_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:45:25.4257549Z test_comprehensive_square_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:25.4283083Z test_comprehensive_square_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:45:25.4348143Z test_comprehensive_squeeze_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:25.4426268Z test_comprehensive_squeeze_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:45:25.4742858Z test_comprehensive_squeeze_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:45:25.4917281Z test_comprehensive_squeeze_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:45:25.5245929Z test_comprehensive_squeeze_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:45:25.5311385Z test_comprehensive_squeeze_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:45:25.5536037Z test_comprehensive_squeeze_cpu_float32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:45:25.5754957Z test_comprehensive_squeeze_cpu_float64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:45:25.5833907Z test_comprehensive_squeeze_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:45:25.5912743Z test_comprehensive_squeeze_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:45:25.5989374Z test_comprehensive_squeeze_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:45:25.6067807Z test_comprehensive_squeeze_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:45:25.6146064Z test_comprehensive_squeeze_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:45:25.6205805Z test_comprehensive_stack_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:25.6282584Z test_comprehensive_stack_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:45:25.6512162Z test_comprehensive_stack_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:45:25.6724634Z test_comprehensive_stack_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:45:25.6959786Z test_comprehensive_stack_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:45:25.7020925Z test_comprehensive_stack_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:45:25.7180383Z test_comprehensive_stack_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:45:25.7336745Z test_comprehensive_stack_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:45:25.7413195Z test_comprehensive_stack_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:45:25.7488866Z test_comprehensive_stack_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:45:25.7562144Z test_comprehensive_stack_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:45:25.7638126Z test_comprehensive_stack_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:45:25.7714266Z test_comprehensive_stack_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:45:25.8135670Z test_comprehensive_std_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.042s) 2022-09-27T15:45:26.0518402Z test_comprehensive_std_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.238s) 2022-09-27T15:45:26.3009662Z test_comprehensive_std_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.249s) 2022-09-27T15:45:26.3446295Z test_comprehensive_std_cpu_float16 (__main__.TestDecompCPU) ... ok (0.044s) 2022-09-27T15:45:26.5140933Z test_comprehensive_std_cpu_float32 (__main__.TestDecompCPU) ... ok (0.169s) 2022-09-27T15:45:26.6768375Z test_comprehensive_std_cpu_float64 (__main__.TestDecompCPU) ... ok (0.163s) 2022-09-27T15:45:26.7371404Z test_comprehensive_std_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.060s) 2022-09-27T15:45:27.1636345Z test_comprehensive_std_mean_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.426s) 2022-09-27T15:45:27.6092052Z test_comprehensive_std_mean_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.445s) 2022-09-27T15:45:27.6714051Z test_comprehensive_std_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.062s) 2022-09-27T15:45:27.9569268Z test_comprehensive_std_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.285s) 2022-09-27T15:45:28.2304453Z test_comprehensive_std_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.273s) 2022-09-27T15:45:28.9871082Z test_comprehensive_stft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.757s) 2022-09-27T15:45:29.7630191Z test_comprehensive_stft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.776s) 2022-09-27T15:45:30.4832934Z test_comprehensive_stft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.720s) 2022-09-27T15:45:31.1886434Z test_comprehensive_stft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.705s) 2022-09-27T15:45:31.2112729Z test_comprehensive_sub_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:45:31.4646394Z test_comprehensive_sub_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.253s) 2022-09-27T15:45:31.5350563Z test_comprehensive_sub_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.070s) 2022-09-27T15:45:31.7927620Z test_comprehensive_sub_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.258s) 2022-09-27T15:45:31.8163182Z test_comprehensive_sub_cpu_float16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:45:31.9689849Z test_comprehensive_sub_cpu_float32 (__main__.TestDecompCPU) ... ok (0.152s) 2022-09-27T15:45:32.1163349Z test_comprehensive_sub_cpu_float64 (__main__.TestDecompCPU) ... ok (0.147s) 2022-09-27T15:45:32.1407716Z test_comprehensive_sub_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:45:32.1650584Z test_comprehensive_sub_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:45:32.1888876Z test_comprehensive_sub_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:45:32.2129813Z test_comprehensive_sub_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:45:32.2369435Z test_comprehensive_sub_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:45:32.2588902Z test_comprehensive_sum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:45:32.2744166Z test_comprehensive_sum_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:45:32.3532179Z test_comprehensive_sum_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T15:45:32.4344834Z test_comprehensive_sum_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.081s) 2022-09-27T15:45:32.4564957Z test_comprehensive_sum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:45:32.5148715Z test_comprehensive_sum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.058s) 2022-09-27T15:45:32.5715349Z test_comprehensive_sum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-09-27T15:45:32.5872872Z test_comprehensive_sum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:45:32.6029840Z test_comprehensive_sum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:45:32.6183793Z test_comprehensive_sum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:45:32.6340606Z test_comprehensive_sum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:45:32.6497048Z test_comprehensive_sum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:45:32.6638758Z test_comprehensive_sum_to_size_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:45:32.6799785Z test_comprehensive_sum_to_size_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:45:32.7406959Z test_comprehensive_sum_to_size_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.061s) 2022-09-27T15:45:32.8035741Z test_comprehensive_sum_to_size_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T15:45:32.8187202Z test_comprehensive_sum_to_size_cpu_float16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:45:32.8604664Z test_comprehensive_sum_to_size_cpu_float32 (__main__.TestDecompCPU) ... ok (0.042s) 2022-09-27T15:45:32.9010068Z test_comprehensive_sum_to_size_cpu_float64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-09-27T15:45:32.9171241Z test_comprehensive_sum_to_size_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:45:32.9332976Z test_comprehensive_sum_to_size_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:45:32.9492570Z test_comprehensive_sum_to_size_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:45:32.9653003Z test_comprehensive_sum_to_size_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:45:32.9811973Z test_comprehensive_sum_to_size_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:45:41.0730668Z test_comprehensive_svd_cpu_complex128 (__main__.TestDecompCPU) ... ok (8.092s) 2022-09-27T15:45:49.3453268Z test_comprehensive_svd_cpu_complex64 (__main__.TestDecompCPU) ... ok (8.272s) 2022-09-27T15:45:54.9956961Z test_comprehensive_svd_cpu_float32 (__main__.TestDecompCPU) ... ok (5.650s) 2022-09-27T15:46:00.4767426Z test_comprehensive_svd_cpu_float64 (__main__.TestDecompCPU) ... ok (5.481s) 2022-09-27T15:46:00.4802741Z test_comprehensive_svd_lowrank_cpu_float32 (__main__.TestDecompCPU) ... expected failure (0.004s) 2022-09-27T15:46:00.4831706Z test_comprehensive_svd_lowrank_cpu_float64 (__main__.TestDecompCPU) ... expected failure (0.003s) 2022-09-27T15:46:00.7397531Z test_comprehensive_symeig_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.256s) 2022-09-27T15:46:01.0009688Z test_comprehensive_symeig_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.261s) 2022-09-27T15:46:01.1835795Z test_comprehensive_symeig_cpu_float32 (__main__.TestDecompCPU) ... ok (0.183s) 2022-09-27T15:46:01.3643664Z test_comprehensive_symeig_cpu_float64 (__main__.TestDecompCPU) ... ok (0.181s) 2022-09-27T15:46:01.3674243Z test_comprehensive_t_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:01.3697906Z test_comprehensive_t_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:01.3785859Z test_comprehensive_t_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:01.3876519Z test_comprehensive_t_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:01.3905333Z test_comprehensive_t_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:01.3972081Z test_comprehensive_t_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:01.4035639Z test_comprehensive_t_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:01.4058513Z test_comprehensive_t_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:01.4081053Z test_comprehensive_t_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:01.4102874Z test_comprehensive_t_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:01.4125561Z test_comprehensive_t_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:01.4148398Z test_comprehensive_t_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:01.4239398Z test_comprehensive_take_along_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:01.4323339Z test_comprehensive_take_along_dim_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:01.4621829Z test_comprehensive_take_along_dim_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:46:01.4922206Z test_comprehensive_take_along_dim_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:46:01.5011647Z test_comprehensive_take_along_dim_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:01.5221989Z test_comprehensive_take_along_dim_cpu_float32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:01.5427441Z test_comprehensive_take_along_dim_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:46:01.5510948Z test_comprehensive_take_along_dim_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:01.5594874Z test_comprehensive_take_along_dim_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:01.5677477Z test_comprehensive_take_along_dim_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:01.5759972Z test_comprehensive_take_along_dim_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:01.5842596Z test_comprehensive_take_along_dim_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:01.5899211Z test_comprehensive_take_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:01.5914390Z test_comprehensive_take_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:01.5964798Z test_comprehensive_take_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:01.6014734Z test_comprehensive_take_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:01.6066585Z test_comprehensive_take_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:01.6113819Z test_comprehensive_take_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:01.6161039Z test_comprehensive_take_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:01.6176484Z test_comprehensive_take_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:01.6191642Z test_comprehensive_take_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:01.6206831Z test_comprehensive_take_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:01.6222567Z test_comprehensive_take_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:01.6237644Z test_comprehensive_take_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:01.6275659Z test_comprehensive_tan_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:01.6338018Z test_comprehensive_tan_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:01.7243178Z test_comprehensive_tan_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.090s) 2022-09-27T15:46:01.8176721Z test_comprehensive_tan_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.093s) 2022-09-27T15:46:01.8593132Z test_comprehensive_tan_cpu_float32 (__main__.TestDecompCPU) ... ok (0.042s) 2022-09-27T15:46:01.8992728Z test_comprehensive_tan_cpu_float64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-09-27T15:46:01.9055747Z test_comprehensive_tan_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:01.9118436Z test_comprehensive_tan_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:01.9180452Z test_comprehensive_tan_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:01.9241690Z test_comprehensive_tan_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:01.9302784Z test_comprehensive_tan_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:01.9326640Z test_comprehensive_tanh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:01.9386663Z test_comprehensive_tanh_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:01.9834137Z test_comprehensive_tanh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.045s) 2022-09-27T15:46:02.0310610Z test_comprehensive_tanh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T15:46:02.0555683Z test_comprehensive_tanh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:02.0790403Z test_comprehensive_tanh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:02.0852563Z test_comprehensive_tanh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:02.0914404Z test_comprehensive_tanh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:02.0975447Z test_comprehensive_tanh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:02.1036208Z test_comprehensive_tanh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:02.1099731Z test_comprehensive_tanh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:02.1382576Z test_comprehensive_tensor_split_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-09-27T15:46:02.1402271Z test_comprehensive_tensor_split_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:02.3763889Z test_comprehensive_tensor_split_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.236s) 2022-09-27T15:46:02.6175459Z test_comprehensive_tensor_split_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.241s) 2022-09-27T15:46:02.6460712Z test_comprehensive_tensor_split_cpu_float16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-09-27T15:46:02.7967357Z test_comprehensive_tensor_split_cpu_float32 (__main__.TestDecompCPU) ... ok (0.151s) 2022-09-27T15:46:02.9450190Z test_comprehensive_tensor_split_cpu_float64 (__main__.TestDecompCPU) ... ok (0.148s) 2022-09-27T15:46:02.9471660Z test_comprehensive_tensor_split_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:02.9491852Z test_comprehensive_tensor_split_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:02.9511246Z test_comprehensive_tensor_split_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:02.9530892Z test_comprehensive_tensor_split_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:02.9549786Z test_comprehensive_tensor_split_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:02.9620470Z test_comprehensive_tensordot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:02.9980933Z test_comprehensive_tensordot_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:46:03.0354593Z test_comprehensive_tensordot_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-09-27T15:46:03.0616493Z test_comprehensive_tensordot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:46:03.0868609Z test_comprehensive_tensordot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:46:03.0936379Z test_comprehensive_tensordot_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:03.1002531Z test_comprehensive_tensordot_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:03.1068117Z test_comprehensive_tensordot_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:03.1134309Z test_comprehensive_tensordot_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:03.1199600Z test_comprehensive_tensordot_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:03.1483303Z test_comprehensive_tile_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-09-27T15:46:03.1745477Z test_comprehensive_tile_cpu_bool (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:46:03.2654649Z test_comprehensive_tile_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.091s) 2022-09-27T15:46:03.3592154Z test_comprehensive_tile_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.094s) 2022-09-27T15:46:03.3875378Z test_comprehensive_tile_cpu_float16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-09-27T15:46:03.4565485Z test_comprehensive_tile_cpu_float32 (__main__.TestDecompCPU) ... ok (0.069s) 2022-09-27T15:46:03.5235663Z test_comprehensive_tile_cpu_float64 (__main__.TestDecompCPU) ... ok (0.067s) 2022-09-27T15:46:03.5501479Z test_comprehensive_tile_cpu_int16 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:46:03.5766286Z test_comprehensive_tile_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:46:03.6021383Z test_comprehensive_tile_cpu_int64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:46:03.6286073Z test_comprehensive_tile_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:46:03.6552093Z test_comprehensive_tile_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:46:03.6848052Z test_comprehensive_to_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.029s) 2022-09-27T15:46:03.9005576Z test_comprehensive_to_cpu_bool (__main__.TestDecompCPU) ... ok (0.216s) 2022-09-27T15:46:04.8072227Z test_comprehensive_to_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.906s) 2022-09-27T15:46:05.7279878Z test_comprehensive_to_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.921s) 2022-09-27T15:46:05.7579966Z test_comprehensive_to_cpu_float16 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:46:06.4105103Z test_comprehensive_to_cpu_float32 (__main__.TestDecompCPU) ... ok (0.652s) 2022-09-27T15:46:06.6563796Z test_comprehensive_to_cpu_float64 (__main__.TestDecompCPU) ... ok (0.246s) 2022-09-27T15:46:06.8728878Z test_comprehensive_to_cpu_int16 (__main__.TestDecompCPU) ... ok (0.216s) 2022-09-27T15:46:07.0911896Z test_comprehensive_to_cpu_int32 (__main__.TestDecompCPU) ... ok (0.218s) 2022-09-27T15:46:07.3075055Z test_comprehensive_to_cpu_int64 (__main__.TestDecompCPU) ... ok (0.216s) 2022-09-27T15:46:07.5242657Z test_comprehensive_to_cpu_int8 (__main__.TestDecompCPU) ... ok (0.217s) 2022-09-27T15:46:07.7388725Z test_comprehensive_to_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.215s) 2022-09-27T15:46:07.7413290Z test_comprehensive_to_sparse_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:07.7428370Z test_comprehensive_to_sparse_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:07.7444603Z test_comprehensive_to_sparse_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:07.7460564Z test_comprehensive_to_sparse_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:07.7475708Z test_comprehensive_to_sparse_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:07.7505642Z test_comprehensive_to_sparse_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:07.7528843Z test_comprehensive_to_sparse_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:07.7543957Z test_comprehensive_to_sparse_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:07.7558538Z test_comprehensive_to_sparse_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:07.7573267Z test_comprehensive_to_sparse_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:07.7587453Z test_comprehensive_to_sparse_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:07.7602018Z test_comprehensive_to_sparse_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:07.7699618Z test_comprehensive_topk_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:07.7815136Z test_comprehensive_topk_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:46:07.7928725Z test_comprehensive_topk_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:46:07.7944789Z test_comprehensive_topk_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:07.7961069Z test_comprehensive_topk_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:07.7977466Z test_comprehensive_topk_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:07.7993388Z test_comprehensive_topk_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:07.8009462Z test_comprehensive_topk_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:07.8087664Z test_comprehensive_trace_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:07.8161594Z test_comprehensive_trace_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:07.8215889Z test_comprehensive_trace_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:07.8268052Z test_comprehensive_trace_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:07.8285140Z test_comprehensive_trace_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:07.8302379Z test_comprehensive_trace_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:07.8318898Z test_comprehensive_trace_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:07.8335908Z test_comprehensive_trace_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:07.8352864Z test_comprehensive_trace_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:07.8422400Z test_comprehensive_transpose_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:07.8502121Z test_comprehensive_transpose_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:07.8901674Z test_comprehensive_transpose_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.040s) 2022-09-27T15:46:07.9115419Z test_comprehensive_transpose_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:07.9533755Z test_comprehensive_transpose_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.042s) 2022-09-27T15:46:07.9604531Z test_comprehensive_transpose_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:07.9877628Z test_comprehensive_transpose_cpu_float32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:46:08.0139332Z test_comprehensive_transpose_cpu_float64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:46:08.0220131Z test_comprehensive_transpose_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:08.0300228Z test_comprehensive_transpose_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:08.0378177Z test_comprehensive_transpose_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:08.0457798Z test_comprehensive_transpose_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:08.0536874Z test_comprehensive_transpose_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:08.1144422Z test_comprehensive_trapezoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.061s) 2022-09-27T15:46:08.3907780Z test_comprehensive_trapezoid_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.276s) 2022-09-27T15:46:08.6827495Z test_comprehensive_trapezoid_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.292s) 2022-09-27T15:46:08.7430803Z test_comprehensive_trapezoid_cpu_float16 (__main__.TestDecompCPU) ... ok (0.060s) 2022-09-27T15:46:08.9347247Z test_comprehensive_trapezoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.192s) 2022-09-27T15:46:09.1147869Z test_comprehensive_trapezoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.180s) 2022-09-27T15:46:09.1508828Z test_comprehensive_trapezoid_cpu_int16 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:46:09.1869232Z test_comprehensive_trapezoid_cpu_int32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:46:09.2223265Z test_comprehensive_trapezoid_cpu_int64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:46:09.2582322Z test_comprehensive_trapezoid_cpu_int8 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:46:09.2942792Z test_comprehensive_trapezoid_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:46:09.3547326Z test_comprehensive_trapz_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.060s) 2022-09-27T15:46:09.6316714Z test_comprehensive_trapz_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.277s) 2022-09-27T15:46:09.9242092Z test_comprehensive_trapz_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.292s) 2022-09-27T15:46:09.9842119Z test_comprehensive_trapz_cpu_float16 (__main__.TestDecompCPU) ... ok (0.060s) 2022-09-27T15:46:10.1744321Z test_comprehensive_trapz_cpu_float32 (__main__.TestDecompCPU) ... ok (0.190s) 2022-09-27T15:46:10.3535806Z test_comprehensive_trapz_cpu_float64 (__main__.TestDecompCPU) ... ok (0.179s) 2022-09-27T15:46:10.3899519Z test_comprehensive_trapz_cpu_int16 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:46:10.4264479Z test_comprehensive_trapz_cpu_int32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:46:10.4617259Z test_comprehensive_trapz_cpu_int64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:46:10.4976380Z test_comprehensive_trapz_cpu_int8 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:46:10.5335092Z test_comprehensive_trapz_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:46:10.6602419Z test_comprehensive_triangular_solve_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.127s) 2022-09-27T15:46:10.7885016Z test_comprehensive_triangular_solve_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.128s) 2022-09-27T15:46:10.8708090Z test_comprehensive_triangular_solve_cpu_float32 (__main__.TestDecompCPU) ... ok (0.082s) 2022-09-27T15:46:10.9513499Z test_comprehensive_triangular_solve_cpu_float64 (__main__.TestDecompCPU) ... ok (0.081s) 2022-09-27T15:46:10.9596793Z test_comprehensive_tril_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:10.9791919Z test_comprehensive_tril_cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:46:11.0837119Z test_comprehensive_tril_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.104s) 2022-09-27T15:46:11.1904908Z test_comprehensive_tril_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.107s) 2022-09-27T15:46:11.1988859Z test_comprehensive_tril_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:11.2618032Z test_comprehensive_tril_cpu_float32 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T15:46:11.3226665Z test_comprehensive_tril_cpu_float64 (__main__.TestDecompCPU) ... ok (0.061s) 2022-09-27T15:46:11.3424078Z test_comprehensive_tril_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:46:11.3626054Z test_comprehensive_tril_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:46:11.3824575Z test_comprehensive_tril_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:46:11.4020947Z test_comprehensive_tril_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:46:11.4220054Z test_comprehensive_tril_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:46:11.4271620Z test_comprehensive_tril_indices_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:11.4318363Z test_comprehensive_tril_indices_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:11.4400514Z test_comprehensive_triu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:11.4596185Z test_comprehensive_triu_cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:46:11.5638715Z test_comprehensive_triu_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.104s) 2022-09-27T15:46:11.6707926Z test_comprehensive_triu_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.107s) 2022-09-27T15:46:11.6791097Z test_comprehensive_triu_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:11.7419291Z test_comprehensive_triu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T15:46:11.8023154Z test_comprehensive_triu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.060s) 2022-09-27T15:46:11.8220300Z test_comprehensive_triu_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:46:11.8415191Z test_comprehensive_triu_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:46:11.8608612Z test_comprehensive_triu_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:46:11.8803895Z test_comprehensive_triu_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:46:11.8997050Z test_comprehensive_triu_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:46:11.9047815Z test_comprehensive_triu_indices_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:11.9094425Z test_comprehensive_triu_indices_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:11.9456732Z test_comprehensive_true_divide_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:46:11.9693772Z test_comprehensive_true_divide_cpu_bool (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:12.6641321Z test_comprehensive_true_divide_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.695s) 2022-09-27T15:46:13.3827371Z test_comprehensive_true_divide_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.719s) 2022-09-27T15:46:13.4210714Z test_comprehensive_true_divide_cpu_float16 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:46:13.7749152Z test_comprehensive_true_divide_cpu_float32 (__main__.TestDecompCPU) ... ok (0.354s) 2022-09-27T15:46:14.1170927Z test_comprehensive_true_divide_cpu_float64 (__main__.TestDecompCPU) ... ok (0.342s) 2022-09-27T15:46:14.1412571Z test_comprehensive_true_divide_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:14.1653963Z test_comprehensive_true_divide_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:14.1896520Z test_comprehensive_true_divide_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:14.2137228Z test_comprehensive_true_divide_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:14.2375863Z test_comprehensive_true_divide_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:14.2397024Z test_comprehensive_trunc_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:14.2493214Z test_comprehensive_trunc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:14.2581533Z test_comprehensive_trunc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:14.2638456Z test_comprehensive_trunc_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:14.2695042Z test_comprehensive_trunc_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:14.2750948Z test_comprehensive_trunc_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:14.2808040Z test_comprehensive_trunc_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:14.2864222Z test_comprehensive_trunc_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:14.2954944Z test_comprehensive_unbind_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:14.3189741Z test_comprehensive_unbind_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:14.4131784Z test_comprehensive_unbind_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.094s) 2022-09-27T15:46:14.4829773Z test_comprehensive_unbind_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.070s) 2022-09-27T15:46:14.5803227Z test_comprehensive_unbind_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.097s) 2022-09-27T15:46:14.5895906Z test_comprehensive_unbind_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:14.6494564Z test_comprehensive_unbind_cpu_float32 (__main__.TestDecompCPU) ... ok (0.060s) 2022-09-27T15:46:14.7060685Z test_comprehensive_unbind_cpu_float64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-09-27T15:46:14.7302030Z test_comprehensive_unbind_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:14.7541695Z test_comprehensive_unbind_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:14.7772816Z test_comprehensive_unbind_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:14.8010860Z test_comprehensive_unbind_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:14.8246331Z test_comprehensive_unbind_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:14.8334805Z test_comprehensive_unflatten_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:14.8425026Z test_comprehensive_unflatten_cpu_bool (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:14.8847136Z test_comprehensive_unflatten_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.042s) 2022-09-27T15:46:14.9064626Z test_comprehensive_unflatten_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:14.9497492Z test_comprehensive_unflatten_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.043s) 2022-09-27T15:46:14.9583180Z test_comprehensive_unflatten_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:14.9879254Z test_comprehensive_unflatten_cpu_float32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:46:15.0163743Z test_comprehensive_unflatten_cpu_float64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-09-27T15:46:15.0256000Z test_comprehensive_unflatten_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:15.0347530Z test_comprehensive_unflatten_cpu_int32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:15.0436692Z test_comprehensive_unflatten_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:15.0532224Z test_comprehensive_unflatten_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:15.0623164Z test_comprehensive_unflatten_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:15.0723010Z test_comprehensive_unfold_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:15.0741178Z test_comprehensive_unfold_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:15.0838965Z test_comprehensive_unfold_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:15.0874689Z test_comprehensive_unfold_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:15.0975490Z test_comprehensive_unfold_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:15.1075139Z test_comprehensive_unfold_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:15.1160339Z test_comprehensive_unfold_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:15.1245236Z test_comprehensive_unfold_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:15.1263812Z test_comprehensive_unfold_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:15.1282032Z test_comprehensive_unfold_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:15.1300209Z test_comprehensive_unfold_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:15.1318287Z test_comprehensive_unfold_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:15.1337216Z test_comprehensive_unfold_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:15.1356052Z test_comprehensive_uniform_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:15.1375306Z test_comprehensive_uniform_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:15.1394320Z test_comprehensive_uniform_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:15.1411611Z test_comprehensive_uniform_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:15.1428752Z test_comprehensive_uniform_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:15.1446429Z test_comprehensive_uniform_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:15.1732457Z test_comprehensive_unique_consecutive_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-09-27T15:46:15.1967274Z test_comprehensive_unique_consecutive_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:15.2255733Z test_comprehensive_unique_consecutive_cpu_float32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-09-27T15:46:15.2549170Z test_comprehensive_unique_consecutive_cpu_float64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-09-27T15:46:15.2800479Z test_comprehensive_unique_consecutive_cpu_int16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:46:15.3047786Z test_comprehensive_unique_consecutive_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:46:15.3296735Z test_comprehensive_unique_consecutive_cpu_int64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:46:15.3542649Z test_comprehensive_unique_consecutive_cpu_int8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:46:15.3789687Z test_comprehensive_unique_consecutive_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:46:15.4327356Z test_comprehensive_unique_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.054s) 2022-09-27T15:46:15.4822301Z test_comprehensive_unique_cpu_bool (__main__.TestDecompCPU) ... ok (0.049s) 2022-09-27T15:46:15.5365133Z test_comprehensive_unique_cpu_float32 (__main__.TestDecompCPU) ... ok (0.054s) 2022-09-27T15:46:15.5915148Z test_comprehensive_unique_cpu_float64 (__main__.TestDecompCPU) ... ok (0.055s) 2022-09-27T15:46:15.6418766Z test_comprehensive_unique_cpu_int16 (__main__.TestDecompCPU) ... ok (0.050s) 2022-09-27T15:46:15.6926543Z test_comprehensive_unique_cpu_int32 (__main__.TestDecompCPU) ... ok (0.051s) 2022-09-27T15:46:15.7433782Z test_comprehensive_unique_cpu_int64 (__main__.TestDecompCPU) ... ok (0.051s) 2022-09-27T15:46:15.7939111Z test_comprehensive_unique_cpu_int8 (__main__.TestDecompCPU) ... ok (0.050s) 2022-09-27T15:46:15.8441516Z test_comprehensive_unique_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.050s) 2022-09-27T15:46:15.8521441Z test_comprehensive_unsqueeze_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:15.8616049Z test_comprehensive_unsqueeze_cpu_bool (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:15.9105908Z test_comprehensive_unsqueeze_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.049s) 2022-09-27T15:46:15.9350800Z test_comprehensive_unsqueeze_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:15.9850358Z test_comprehensive_unsqueeze_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.050s) 2022-09-27T15:46:15.9927282Z test_comprehensive_unsqueeze_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:16.0253015Z test_comprehensive_unsqueeze_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:46:16.0566259Z test_comprehensive_unsqueeze_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T15:46:16.0661061Z test_comprehensive_unsqueeze_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:16.0754691Z test_comprehensive_unsqueeze_cpu_int32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:16.0845835Z test_comprehensive_unsqueeze_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:16.0938606Z test_comprehensive_unsqueeze_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:16.1030461Z test_comprehensive_unsqueeze_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:16.1290188Z test_comprehensive_var_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:46:16.3336961Z test_comprehensive_var_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.205s) 2022-09-27T15:46:16.5485731Z test_comprehensive_var_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.215s) 2022-09-27T15:46:16.5761299Z test_comprehensive_var_cpu_float16 (__main__.TestDecompCPU) ... ok (0.028s) 2022-09-27T15:46:16.7110281Z test_comprehensive_var_cpu_float32 (__main__.TestDecompCPU) ... ok (0.135s) 2022-09-27T15:46:16.8397400Z test_comprehensive_var_cpu_float64 (__main__.TestDecompCPU) ... ok (0.129s) 2022-09-27T15:46:16.8824046Z test_comprehensive_var_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.043s) 2022-09-27T15:46:17.2729209Z test_comprehensive_var_mean_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.390s) 2022-09-27T15:46:17.6866843Z test_comprehensive_var_mean_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.414s) 2022-09-27T15:46:17.7315855Z test_comprehensive_var_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.045s) 2022-09-27T15:46:17.9830420Z test_comprehensive_var_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.251s) 2022-09-27T15:46:18.2217502Z test_comprehensive_var_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.239s) 2022-09-27T15:46:18.2242917Z test_comprehensive_vdot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:18.2396750Z test_comprehensive_vdot_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:46:18.2554189Z test_comprehensive_vdot_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:46:18.2597228Z test_comprehensive_vdot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:18.2638769Z test_comprehensive_vdot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:18.2648891Z test_comprehensive_vdot_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:18.2658518Z test_comprehensive_vdot_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:18.2667722Z test_comprehensive_vdot_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:18.2676912Z test_comprehensive_vdot_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:18.2686149Z test_comprehensive_vdot_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:18.2698782Z test_comprehensive_view_as_complex_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:18.2710262Z test_comprehensive_view_as_complex_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:18.2721858Z test_comprehensive_view_as_complex_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:18.2766467Z test_comprehensive_view_as_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:18.2829629Z test_comprehensive_view_as_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:18.3133660Z test_comprehensive_view_as_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:46:18.3301050Z test_comprehensive_view_as_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:46:18.3618954Z test_comprehensive_view_as_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:46:18.3666366Z test_comprehensive_view_as_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:18.3864006Z test_comprehensive_view_as_cpu_float32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:46:18.4052958Z test_comprehensive_view_as_cpu_float64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:46:18.4118467Z test_comprehensive_view_as_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:18.4183877Z test_comprehensive_view_as_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:18.4247270Z test_comprehensive_view_as_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:18.4311736Z test_comprehensive_view_as_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:18.4375352Z test_comprehensive_view_as_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:18.4391305Z test_comprehensive_view_as_real_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:18.4407072Z test_comprehensive_view_as_real_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:18.4475715Z test_comprehensive_view_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:18.4602146Z test_comprehensive_view_cpu_bool (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:46:18.5247999Z test_comprehensive_view_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T15:46:18.5595466Z test_comprehensive_view_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:46:18.6283256Z test_comprehensive_view_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.069s) 2022-09-27T15:46:18.6353640Z test_comprehensive_view_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:18.6756934Z test_comprehensive_view_cpu_float32 (__main__.TestDecompCPU) ... ok (0.040s) 2022-09-27T15:46:18.7142428Z test_comprehensive_view_cpu_float64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:46:18.7270626Z test_comprehensive_view_cpu_int16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:46:18.7398234Z test_comprehensive_view_cpu_int32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:46:18.7523234Z test_comprehensive_view_cpu_int64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:46:18.7650230Z test_comprehensive_view_cpu_int8 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:46:18.7775151Z test_comprehensive_view_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:46:18.7838254Z test_comprehensive_vsplit_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:18.7849493Z test_comprehensive_vsplit_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:18.8235487Z test_comprehensive_vsplit_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:46:18.8247608Z test_comprehensive_vsplit_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:18.8646251Z test_comprehensive_vsplit_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-09-27T15:46:18.8707085Z test_comprehensive_vsplit_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:18.8958194Z test_comprehensive_vsplit_cpu_float32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:46:18.9201653Z test_comprehensive_vsplit_cpu_float64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:18.9213892Z test_comprehensive_vsplit_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:18.9224566Z test_comprehensive_vsplit_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:18.9235419Z test_comprehensive_vsplit_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:18.9245499Z test_comprehensive_vsplit_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:18.9256240Z test_comprehensive_vsplit_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:18.9296864Z test_comprehensive_vstack_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:18.9346779Z test_comprehensive_vstack_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:18.9533951Z test_comprehensive_vstack_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:46:18.9677942Z test_comprehensive_vstack_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:46:18.9869195Z test_comprehensive_vstack_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:46:18.9908101Z test_comprehensive_vstack_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:19.0033975Z test_comprehensive_vstack_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:46:19.0158502Z test_comprehensive_vstack_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:46:19.0209676Z test_comprehensive_vstack_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:19.0261155Z test_comprehensive_vstack_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:19.0310781Z test_comprehensive_vstack_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:19.0361591Z test_comprehensive_vstack_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:19.0412727Z test_comprehensive_vstack_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:19.0537037Z test_comprehensive_where_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:46:19.0716062Z test_comprehensive_where_cpu_bool (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:46:19.3870260Z test_comprehensive_where_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.315s) 2022-09-27T15:46:19.4283111Z test_comprehensive_where_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T15:46:19.7486629Z test_comprehensive_where_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.320s) 2022-09-27T15:46:19.7614098Z test_comprehensive_where_cpu_float16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:46:19.9418803Z test_comprehensive_where_cpu_float32 (__main__.TestDecompCPU) ... ok (0.180s) 2022-09-27T15:46:20.1205201Z test_comprehensive_where_cpu_float64 (__main__.TestDecompCPU) ... ok (0.179s) 2022-09-27T15:46:20.1387910Z test_comprehensive_where_cpu_int16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:46:20.1570083Z test_comprehensive_where_cpu_int32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:46:20.1750442Z test_comprehensive_where_cpu_int64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:46:20.1931121Z test_comprehensive_where_cpu_int8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:46:20.2111297Z test_comprehensive_where_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:46:20.2731346Z test_comprehensive_xlogy_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.062s) 2022-09-27T15:46:20.2959349Z test_comprehensive_xlogy_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:20.3600711Z test_comprehensive_xlogy_cpu_float16 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T15:46:20.7378751Z test_comprehensive_xlogy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.378s) 2022-09-27T15:46:21.1054398Z test_comprehensive_xlogy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.367s) 2022-09-27T15:46:21.1291975Z test_comprehensive_xlogy_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:21.1523322Z test_comprehensive_xlogy_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:21.1757820Z test_comprehensive_xlogy_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:21.1989874Z test_comprehensive_xlogy_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:21.2221928Z test_comprehensive_xlogy_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:21.2251705Z test_comprehensive_zero__cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:21.2293136Z test_comprehensive_zero__cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:21.2396693Z test_comprehensive_zero__cpu_complex128 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:21.2504488Z test_comprehensive_zero__cpu_complex64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:46:21.2530528Z test_comprehensive_zero__cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:21.2599868Z test_comprehensive_zero__cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:21.2670260Z test_comprehensive_zero__cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:21.2711289Z test_comprehensive_zero__cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:21.2752561Z test_comprehensive_zero__cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:21.2793205Z test_comprehensive_zero__cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:21.2834259Z test_comprehensive_zero__cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:21.2875580Z test_comprehensive_zero__cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:21.2890115Z test_comprehensive_zeros_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:21.2905768Z test_comprehensive_zeros_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:21.2923484Z test_comprehensive_zeros_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:21.2941700Z test_comprehensive_zeros_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:21.2959965Z test_comprehensive_zeros_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:21.2974414Z test_comprehensive_zeros_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:21.2991354Z test_comprehensive_zeros_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:21.3007993Z test_comprehensive_zeros_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:21.3024060Z test_comprehensive_zeros_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:21.3039686Z test_comprehensive_zeros_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:21.3055422Z test_comprehensive_zeros_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:21.3071191Z test_comprehensive_zeros_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:21.3086982Z test_comprehensive_zeros_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:21.3101909Z test_comprehensive_zeros_like_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:21.3114418Z test_comprehensive_zeros_like_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:21.3131046Z test_comprehensive_zeros_like_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:21.3146785Z test_comprehensive_zeros_like_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:21.3162801Z test_comprehensive_zeros_like_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:21.3177646Z test_comprehensive_zeros_like_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:21.3191758Z test_comprehensive_zeros_like_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:21.3206086Z test_comprehensive_zeros_like_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:21.3219135Z test_comprehensive_zeros_like_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:21.3233337Z test_comprehensive_zeros_like_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:21.3246052Z test_comprehensive_zeros_like_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:21.3259138Z test_comprehensive_zeros_like_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:21.3271757Z test_comprehensive_zeros_like_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:21.3287783Z test_quick_abs_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:21.3442240Z test_quick_abs_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:46:21.3606911Z test_quick_abs_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:46:21.3771353Z test_quick_abs_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:46:21.3788350Z test_quick_abs_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:21.3881819Z test_quick_abs_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:21.3968070Z test_quick_abs_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:21.4026645Z test_quick_abs_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:21.4083884Z test_quick_abs_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:21.4142499Z test_quick_abs_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:21.4199973Z test_quick_abs_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:21.4257524Z test_quick_abs_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:21.4283864Z test_quick_acos_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:21.4317541Z test_quick_acos_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:21.4368920Z test_quick_acos_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:21.4421606Z test_quick_acos_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:21.4465116Z test_quick_acos_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:21.4505853Z test_quick_acos_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:21.4539280Z test_quick_acos_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:21.4572603Z test_quick_acos_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:21.4605576Z test_quick_acos_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:21.4638863Z test_quick_acos_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:21.4672273Z test_quick_acos_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:21.4696538Z test_quick_acosh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:21.4726868Z test_quick_acosh_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:21.4777519Z test_quick_acosh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:21.4828565Z test_quick_acosh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:21.4868172Z test_quick_acosh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:21.4906301Z test_quick_acosh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:21.4937584Z test_quick_acosh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:21.4967929Z test_quick_acosh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:21.4998540Z test_quick_acosh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:21.5029494Z test_quick_acosh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:21.5060394Z test_quick_acosh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:21.5158780Z test_quick_add_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:21.5396395Z test_quick_add_cpu_bool (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:21.6067533Z test_quick_add_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.067s) 2022-09-27T15:46:21.6771260Z test_quick_add_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.070s) 2022-09-27T15:46:21.7470993Z test_quick_add_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.070s) 2022-09-27T15:46:21.7579451Z test_quick_add_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:46:21.7997050Z test_quick_add_cpu_float32 (__main__.TestDecompCPU) ... ok (0.042s) 2022-09-27T15:46:21.8403027Z test_quick_add_cpu_float64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T15:46:21.8653006Z test_quick_add_cpu_int16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:46:21.8903463Z test_quick_add_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:46:21.9144040Z test_quick_add_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:21.9389038Z test_quick_add_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:21.9632686Z test_quick_add_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:21.9742566Z test_quick_addcdiv_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:46:22.0272645Z test_quick_addcdiv_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.053s) 2022-09-27T15:46:22.0820477Z test_quick_addcdiv_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.055s) 2022-09-27T15:46:22.1162026Z test_quick_addcdiv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:46:22.1492944Z test_quick_addcdiv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:46:22.1579921Z test_quick_addcmul_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:22.2110766Z test_quick_addcmul_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.053s) 2022-09-27T15:46:22.2652477Z test_quick_addcmul_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.054s) 2022-09-27T15:46:22.2990481Z test_quick_addcmul_cpu_float32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:46:22.3320125Z test_quick_addcmul_cpu_float64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:46:22.3490711Z test_quick_addcmul_cpu_int16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:46:22.3659930Z test_quick_addcmul_cpu_int32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:46:22.3821594Z test_quick_addcmul_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:46:22.3990466Z test_quick_addcmul_cpu_int8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:46:22.4156703Z test_quick_addcmul_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:46:22.4188059Z test_quick_addmm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:22.4385157Z test_quick_addmm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:46:22.4589698Z test_quick_addmm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:46:22.4668282Z test_quick_addmm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:22.4745231Z test_quick_addmm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:22.4782584Z test_quick_addmm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:22.4819903Z test_quick_addmm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:22.4859256Z test_quick_addmm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:22.4896305Z test_quick_addmm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:22.4933147Z test_quick_addmm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:22.4963290Z test_quick_addmm_decomposed_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:22.5158683Z test_quick_addmm_decomposed_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:46:22.5359738Z test_quick_addmm_decomposed_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:46:22.5438463Z test_quick_addmm_decomposed_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:22.5514652Z test_quick_addmm_decomposed_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:22.5552092Z test_quick_addmm_decomposed_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:22.5589365Z test_quick_addmm_decomposed_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:22.5631414Z test_quick_addmm_decomposed_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:22.5668323Z test_quick_addmm_decomposed_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:22.5705068Z test_quick_addmm_decomposed_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:22.5748656Z test_quick_addr_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:22.5804076Z test_quick_addr_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:22.5991745Z test_quick_addr_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:46:22.6190828Z test_quick_addr_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:46:22.6245327Z test_quick_addr_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:22.6361458Z test_quick_addr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:46:22.6473780Z test_quick_addr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:46:22.6537069Z test_quick_addr_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:22.6595132Z test_quick_addr_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:22.6651466Z test_quick_addr_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:22.6709147Z test_quick_addr_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:22.6767070Z test_quick_addr_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:22.6915088Z test_quick_all_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:46:22.7041168Z test_quick_all_cpu_bool (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:46:22.7287416Z test_quick_all_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:46:22.7539747Z test_quick_all_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:46:22.7689666Z test_quick_all_cpu_float16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:46:22.7876043Z test_quick_all_cpu_float32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:46:22.8059383Z test_quick_all_cpu_float64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:46:22.8194837Z test_quick_all_cpu_int16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:46:22.8334965Z test_quick_all_cpu_int32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:46:22.8468552Z test_quick_all_cpu_int64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:46:22.8607578Z test_quick_all_cpu_int8 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:46:22.8745859Z test_quick_all_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:46:22.8864693Z test_quick_amax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:46:22.9021644Z test_quick_amax_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:46:22.9138799Z test_quick_amax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:46:22.9408361Z test_quick_amax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:46:22.9675038Z test_quick_amax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:46:22.9839955Z test_quick_amax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:46:23.0000763Z test_quick_amax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:46:23.0155581Z test_quick_amax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:46:23.0314844Z test_quick_amax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:46:23.0478157Z test_quick_amax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:46:23.0597550Z test_quick_amin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:46:23.0754881Z test_quick_amin_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:46:23.0873585Z test_quick_amin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:46:23.1143107Z test_quick_amin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:46:23.1405016Z test_quick_amin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:46:23.1564197Z test_quick_amin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:46:23.1724040Z test_quick_amin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:46:23.1879707Z test_quick_amin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:46:23.2039659Z test_quick_amin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:46:23.2199377Z test_quick_amin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:46:23.2339229Z test_quick_any_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:46:23.2459994Z test_quick_any_cpu_bool (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:46:23.2700578Z test_quick_any_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:23.2946183Z test_quick_any_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:23.3089731Z test_quick_any_cpu_float16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:46:23.3269433Z test_quick_any_cpu_float32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:46:23.3448247Z test_quick_any_cpu_float64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:46:23.3582696Z test_quick_any_cpu_int16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:46:23.3711913Z test_quick_any_cpu_int32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:46:23.3845349Z test_quick_any_cpu_int64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:46:23.3974840Z test_quick_any_cpu_int8 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:46:23.4113146Z test_quick_any_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:46:23.4201411Z test_quick_arange_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:23.4293855Z test_quick_arange_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:23.4424399Z test_quick_arange_cpu_float32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:46:23.4550666Z test_quick_arange_cpu_float64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:46:23.4664979Z test_quick_arange_cpu_int16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:46:23.4774087Z test_quick_arange_cpu_int32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:46:23.4883290Z test_quick_arange_cpu_int64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:46:23.4987893Z test_quick_arange_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:23.5098241Z test_quick_arange_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:46:23.5117734Z test_quick_asin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:23.5181214Z test_quick_asin_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:23.5336874Z test_quick_asin_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:46:23.5506965Z test_quick_asin_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:46:23.5606559Z test_quick_asin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:23.5694911Z test_quick_asin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:23.5762400Z test_quick_asin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:23.5826107Z test_quick_asin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:23.5889760Z test_quick_asin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:23.5952734Z test_quick_asin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:23.6018165Z test_quick_asin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:23.6034641Z test_quick_asinh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:23.6093667Z test_quick_asinh_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:23.6247972Z test_quick_asinh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:46:23.6416821Z test_quick_asinh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:46:23.6514154Z test_quick_asinh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:23.6600156Z test_quick_asinh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:23.6659803Z test_quick_asinh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:23.6720486Z test_quick_asinh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:23.6783255Z test_quick_asinh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:23.6842781Z test_quick_asinh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:23.6901809Z test_quick_asinh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:23.6985581Z test_quick_atan2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:23.7224444Z test_quick_atan2_cpu_bool (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:23.7587549Z test_quick_atan2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:46:23.7936727Z test_quick_atan2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:46:23.8177153Z test_quick_atan2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:23.8417639Z test_quick_atan2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:23.8662048Z test_quick_atan2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:23.8910368Z test_quick_atan2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:46:23.9155039Z test_quick_atan2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:23.9174111Z test_quick_atan_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:23.9240094Z test_quick_atan_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:23.9395882Z test_quick_atan_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:46:23.9562345Z test_quick_atan_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:46:23.9662181Z test_quick_atan_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:23.9750363Z test_quick_atan_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:23.9817250Z test_quick_atan_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:23.9880189Z test_quick_atan_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:23.9942825Z test_quick_atan_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:24.0005000Z test_quick_atan_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:24.0066290Z test_quick_atan_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:24.0082448Z test_quick_atanh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:24.0141461Z test_quick_atanh_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:24.0295285Z test_quick_atanh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:46:24.0458644Z test_quick_atanh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:46:24.0551523Z test_quick_atanh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:24.0638353Z test_quick_atanh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:24.0697173Z test_quick_atanh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:24.0757122Z test_quick_atanh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:24.0817308Z test_quick_atanh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:24.0876201Z test_quick_atanh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:24.0934696Z test_quick_atanh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:24.1142847Z test_quick_bitwise_and_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:24.1354293Z test_quick_bitwise_and_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:24.1566373Z test_quick_bitwise_and_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:24.1776391Z test_quick_bitwise_and_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:24.1988624Z test_quick_bitwise_and_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:24.2199101Z test_quick_bitwise_and_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:24.2412147Z test_quick_bitwise_left_shift_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:24.2625697Z test_quick_bitwise_left_shift_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:24.2836397Z test_quick_bitwise_left_shift_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:24.3050290Z test_quick_bitwise_left_shift_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:24.3262888Z test_quick_bitwise_left_shift_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:24.3290440Z test_quick_bitwise_not_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:24.3317418Z test_quick_bitwise_not_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:24.3343567Z test_quick_bitwise_not_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:24.3368774Z test_quick_bitwise_not_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:24.3394712Z test_quick_bitwise_not_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:24.3421046Z test_quick_bitwise_not_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:24.3629204Z test_quick_bitwise_or_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:24.3842042Z test_quick_bitwise_or_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:24.4057834Z test_quick_bitwise_or_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:24.4268637Z test_quick_bitwise_or_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:24.4482938Z test_quick_bitwise_or_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:24.4694451Z test_quick_bitwise_or_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:24.4908752Z test_quick_bitwise_right_shift_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:24.5121879Z test_quick_bitwise_right_shift_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:24.5332780Z test_quick_bitwise_right_shift_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:24.5545075Z test_quick_bitwise_right_shift_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:24.5756462Z test_quick_bitwise_right_shift_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:24.5965475Z test_quick_bitwise_xor_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:24.6177586Z test_quick_bitwise_xor_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:24.6390760Z test_quick_bitwise_xor_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:24.6600158Z test_quick_bitwise_xor_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:24.6811300Z test_quick_bitwise_xor_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:24.7022770Z test_quick_bitwise_xor_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:24.7066196Z test_quick_cat_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:24.7147986Z test_quick_cat_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:24.7367125Z test_quick_cat_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:24.7593010Z test_quick_cat_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:24.7820962Z test_quick_cat_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:24.7866656Z test_quick_cat_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:24.8010665Z test_quick_cat_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:46:24.8151638Z test_quick_cat_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:46:24.8235773Z test_quick_cat_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:24.8320177Z test_quick_cat_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:24.8402410Z test_quick_cat_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:24.8486640Z test_quick_cat_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:24.8570160Z test_quick_cat_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:24.8586080Z test_quick_ceil_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:24.8682552Z test_quick_ceil_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:24.8769783Z test_quick_ceil_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:24.8828401Z test_quick_ceil_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:24.8885573Z test_quick_ceil_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:24.8943084Z test_quick_ceil_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:24.9000290Z test_quick_ceil_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:24.9057526Z test_quick_ceil_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:24.9097000Z test_quick_clamp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:24.9439716Z test_quick_clamp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:46:24.9766223Z test_quick_clamp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:46:25.0119488Z test_quick_clamp_cpu_int16 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:46:25.0470470Z test_quick_clamp_cpu_int32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:46:25.0821247Z test_quick_clamp_cpu_int64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:46:25.1172302Z test_quick_clamp_cpu_int8 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:46:25.1522031Z test_quick_clamp_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:46:25.1574300Z test_quick_clamp_max_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:25.1771373Z test_quick_clamp_max_cpu_bool (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:46:25.1822882Z test_quick_clamp_max_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:25.2173465Z test_quick_clamp_max_cpu_float32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:46:25.2509917Z test_quick_clamp_max_cpu_float64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:46:25.2712385Z test_quick_clamp_max_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:46:25.2915674Z test_quick_clamp_max_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:46:25.3114372Z test_quick_clamp_max_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:46:25.3315421Z test_quick_clamp_max_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:46:25.3514288Z test_quick_clamp_max_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:46:25.3566260Z test_quick_clamp_min_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:25.3763256Z test_quick_clamp_min_cpu_bool (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:46:25.3814406Z test_quick_clamp_min_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:25.4167153Z test_quick_clamp_min_cpu_float32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:46:25.4507671Z test_quick_clamp_min_cpu_float64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:46:25.4709531Z test_quick_clamp_min_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:46:25.4911897Z test_quick_clamp_min_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:46:25.5111020Z test_quick_clamp_min_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:46:25.5312952Z test_quick_clamp_min_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:46:25.5513746Z test_quick_clamp_min_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:46:25.5532838Z test_quick_clone_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:25.5584489Z test_quick_clone_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:25.5709571Z test_quick_clone_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:46:25.5845018Z test_quick_clone_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:46:25.5978600Z test_quick_clone_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:46:25.5995575Z test_quick_clone_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:25.6077631Z test_quick_clone_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:25.6153394Z test_quick_clone_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:25.6204215Z test_quick_clone_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:25.6255285Z test_quick_clone_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:25.6305694Z test_quick_clone_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:25.6356288Z test_quick_clone_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:25.6406427Z test_quick_clone_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:25.6416672Z test_quick_conj_physical_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:25.6425792Z 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:25.6436788Z test_quick_conj_physical_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:25.6447419Z 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:25.6458524Z test_quick_conj_physical_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:25.6469022Z test_quick_conj_physical_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:25.6479183Z test_quick_conj_physical_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:25.6490207Z test_quick_conj_physical_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:25.6500176Z 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:25.6508877Z 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:25.6517573Z 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:25.6526319Z 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:25.6535670Z 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:25.6770992Z test_quick_constant_pad_nd_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:25.7412176Z test_quick_constant_pad_nd_cpu_bool (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T15:46:25.8994808Z test_quick_constant_pad_nd_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.158s) 2022-09-27T15:46:26.0632896Z test_quick_constant_pad_nd_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.164s) 2022-09-27T15:46:26.0870427Z test_quick_constant_pad_nd_cpu_float16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:26.1917101Z test_quick_constant_pad_nd_cpu_float32 (__main__.TestDecompCPU) ... ok (0.105s) 2022-09-27T15:46:26.2923433Z test_quick_constant_pad_nd_cpu_float64 (__main__.TestDecompCPU) ... ok (0.101s) 2022-09-27T15:46:26.3571317Z test_quick_constant_pad_nd_cpu_int16 (__main__.TestDecompCPU) ... ok (0.065s) 2022-09-27T15:46:26.4216725Z test_quick_constant_pad_nd_cpu_int32 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T15:46:26.4854521Z test_quick_constant_pad_nd_cpu_int64 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T15:46:26.5501548Z test_quick_constant_pad_nd_cpu_int8 (__main__.TestDecompCPU) ... ok (0.065s) 2022-09-27T15:46:26.6146117Z test_quick_constant_pad_nd_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T15:46:26.6267137Z test_quick_copysign_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:46:26.6532081Z test_quick_copysign_cpu_bool (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:46:26.6655615Z test_quick_copysign_cpu_float16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:46:26.7055295Z test_quick_copysign_cpu_float32 (__main__.TestDecompCPU) ... ok (0.040s) 2022-09-27T15:46:26.7438558Z test_quick_copysign_cpu_float64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:46:26.7707879Z test_quick_copysign_cpu_int16 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:46:26.7979495Z test_quick_copysign_cpu_int32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:46:26.8250999Z test_quick_copysign_cpu_int64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:46:26.8520935Z test_quick_copysign_cpu_int8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:46:26.8788587Z test_quick_copysign_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:46:26.8816192Z test_quick_cos_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:26.8849185Z test_quick_cos_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:26.8899841Z test_quick_cos_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:26.8951143Z test_quick_cos_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:26.8992002Z test_quick_cos_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:26.9032117Z test_quick_cos_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:26.9064845Z test_quick_cos_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:26.9097663Z test_quick_cos_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:26.9129813Z test_quick_cos_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:26.9162380Z test_quick_cos_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:26.9195128Z test_quick_cos_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:26.9219986Z test_quick_cosh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:26.9250874Z test_quick_cosh_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:26.9302061Z test_quick_cosh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:26.9351625Z test_quick_cosh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:26.9392941Z test_quick_cosh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:26.9432007Z test_quick_cosh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:26.9463511Z test_quick_cosh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:26.9495035Z test_quick_cosh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:26.9526395Z test_quick_cosh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:26.9557970Z test_quick_cosh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:26.9589667Z test_quick_cosh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:26.9674346Z test_quick_diag_embed_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:26.9849325Z test_quick_diag_embed_cpu_bool (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:46:27.0297026Z test_quick_diag_embed_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.045s) 2022-09-27T15:46:27.0758313Z test_quick_diag_embed_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.046s) 2022-09-27T15:46:27.1225403Z test_quick_diag_embed_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T15:46:27.1313414Z test_quick_diag_embed_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:27.1616822Z test_quick_diag_embed_cpu_float32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:46:27.1906632Z test_quick_diag_embed_cpu_float64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-09-27T15:46:27.2086826Z test_quick_diag_embed_cpu_int16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:46:27.2265399Z test_quick_diag_embed_cpu_int32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:46:27.2440246Z test_quick_diag_embed_cpu_int64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:46:27.2617844Z test_quick_diag_embed_cpu_int8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:46:27.2795138Z test_quick_diag_embed_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:46:27.2924776Z test_quick_diagonal_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:46:27.3083942Z test_quick_diagonal_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:46:27.3735237Z test_quick_diagonal_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.065s) 2022-09-27T15:46:27.4168017Z test_quick_diagonal_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.043s) 2022-09-27T15:46:27.4840092Z test_quick_diagonal_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.067s) 2022-09-27T15:46:27.4970719Z test_quick_diagonal_cpu_float16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:46:27.5414786Z test_quick_diagonal_cpu_float32 (__main__.TestDecompCPU) ... ok (0.044s) 2022-09-27T15:46:27.5848868Z test_quick_diagonal_cpu_float64 (__main__.TestDecompCPU) ... ok (0.043s) 2022-09-27T15:46:27.6013225Z test_quick_diagonal_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:46:27.6175790Z test_quick_diagonal_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:46:27.6333863Z test_quick_diagonal_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:46:27.6495158Z test_quick_diagonal_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:46:27.6655762Z test_quick_diagonal_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:46:27.6680470Z test_quick_digamma_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:27.6711145Z test_quick_digamma_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:27.6750136Z test_quick_digamma_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:27.6787955Z test_quick_digamma_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:27.6818345Z test_quick_digamma_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:27.6848290Z test_quick_digamma_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:27.6886502Z test_quick_digamma_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:27.6909501Z test_quick_digamma_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:27.6939448Z test_quick_digamma_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:27.7271473Z test_quick_div_floor_rounding_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:46:27.7604611Z test_quick_div_floor_rounding_cpu_float16 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:46:27.8215239Z test_quick_div_floor_rounding_cpu_float32 (__main__.TestDecompCPU) ... ok (0.061s) 2022-09-27T15:46:27.8801862Z test_quick_div_floor_rounding_cpu_float64 (__main__.TestDecompCPU) ... ok (0.059s) 2022-09-27T15:46:27.9035377Z test_quick_div_floor_rounding_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:27.9268535Z test_quick_div_floor_rounding_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:27.9496255Z test_quick_div_floor_rounding_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:27.9728255Z test_quick_div_floor_rounding_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:27.9948400Z test_quick_div_floor_rounding_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:28.0034614Z test_quick_div_no_rounding_mode_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:28.0272703Z test_quick_div_no_rounding_mode_cpu_bool (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:28.0862252Z test_quick_div_no_rounding_mode_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.059s) 2022-09-27T15:46:28.1473108Z test_quick_div_no_rounding_mode_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.061s) 2022-09-27T15:46:28.1562463Z test_quick_div_no_rounding_mode_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:28.1928339Z test_quick_div_no_rounding_mode_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:46:28.2279536Z test_quick_div_no_rounding_mode_cpu_float64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:46:28.2521189Z test_quick_div_no_rounding_mode_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:28.2765110Z test_quick_div_no_rounding_mode_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:28.3005841Z test_quick_div_no_rounding_mode_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:28.3246220Z test_quick_div_no_rounding_mode_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:28.3485982Z test_quick_div_no_rounding_mode_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:28.3584440Z test_quick_div_trunc_rounding_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:28.3686465Z test_quick_div_trunc_rounding_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:28.4066989Z test_quick_div_trunc_rounding_cpu_float32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:46:28.4438115Z test_quick_div_trunc_rounding_cpu_float64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-09-27T15:46:28.4658887Z test_quick_div_trunc_rounding_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:28.4880370Z test_quick_div_trunc_rounding_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:28.5097383Z test_quick_div_trunc_rounding_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:28.5316787Z test_quick_div_trunc_rounding_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:28.5534424Z test_quick_div_trunc_rounding_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:28.5550484Z test_quick_dot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:28.5611711Z test_quick_dot_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:28.5673008Z test_quick_dot_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:28.5699373Z test_quick_dot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:28.5724400Z test_quick_dot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:28.5740668Z test_quick_dot_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:28.5756680Z test_quick_dot_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:28.5772635Z test_quick_dot_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:28.5788950Z test_quick_dot_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:28.5804814Z test_quick_dot_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:28.5813262Z test_quick_empty_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: empty in torch.bfloat16 not supported (0.001s) 2022-09-27T15:46:28.5820906Z test_quick_empty_cpu_bool (__main__.TestDecompCPU) ... skip: empty in torch.bool not supported (0.001s) 2022-09-27T15:46:28.5828784Z test_quick_empty_cpu_complex128 (__main__.TestDecompCPU) ... skip: empty in torch.complex128 not supported (0.001s) 2022-09-27T15:46:28.5836412Z test_quick_empty_cpu_complex32 (__main__.TestDecompCPU) ... skip: empty in torch.complex32 not supported (0.001s) 2022-09-27T15:46:28.5844109Z test_quick_empty_cpu_complex64 (__main__.TestDecompCPU) ... skip: empty in torch.complex64 not supported (0.001s) 2022-09-27T15:46:28.5851588Z test_quick_empty_cpu_float16 (__main__.TestDecompCPU) ... skip: empty in torch.float16 not supported (0.001s) 2022-09-27T15:46:28.5859071Z test_quick_empty_cpu_float32 (__main__.TestDecompCPU) ... skip: empty in torch.float32 not supported (0.001s) 2022-09-27T15:46:28.5866506Z test_quick_empty_cpu_float64 (__main__.TestDecompCPU) ... skip: empty in torch.float64 not supported (0.001s) 2022-09-27T15:46:28.5873855Z test_quick_empty_cpu_int16 (__main__.TestDecompCPU) ... skip: empty in torch.int16 not supported (0.001s) 2022-09-27T15:46:28.5881251Z test_quick_empty_cpu_int32 (__main__.TestDecompCPU) ... skip: empty in torch.int32 not supported (0.001s) 2022-09-27T15:46:28.5888697Z test_quick_empty_cpu_int64 (__main__.TestDecompCPU) ... skip: empty in torch.int64 not supported (0.001s) 2022-09-27T15:46:28.5896352Z test_quick_empty_cpu_int8 (__main__.TestDecompCPU) ... skip: empty in torch.int8 not supported (0.001s) 2022-09-27T15:46:28.5903662Z test_quick_empty_cpu_uint8 (__main__.TestDecompCPU) ... skip: empty in torch.uint8 not supported (0.001s) 2022-09-27T15:46:28.5911012Z test_quick_empty_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: empty_like in torch.bfloat16 not supported (0.001s) 2022-09-27T15:46:28.5918216Z test_quick_empty_like_cpu_bool (__main__.TestDecompCPU) ... skip: empty_like in torch.bool not supported (0.001s) 2022-09-27T15:46:28.5925498Z test_quick_empty_like_cpu_complex128 (__main__.TestDecompCPU) ... skip: empty_like in torch.complex128 not supported (0.001s) 2022-09-27T15:46:28.5932999Z test_quick_empty_like_cpu_complex32 (__main__.TestDecompCPU) ... skip: empty_like in torch.complex32 not supported (0.001s) 2022-09-27T15:46:28.5940424Z test_quick_empty_like_cpu_complex64 (__main__.TestDecompCPU) ... skip: empty_like in torch.complex64 not supported (0.001s) 2022-09-27T15:46:28.5947708Z test_quick_empty_like_cpu_float16 (__main__.TestDecompCPU) ... skip: empty_like in torch.float16 not supported (0.001s) 2022-09-27T15:46:28.5954951Z test_quick_empty_like_cpu_float32 (__main__.TestDecompCPU) ... skip: empty_like in torch.float32 not supported (0.001s) 2022-09-27T15:46:28.5962165Z test_quick_empty_like_cpu_float64 (__main__.TestDecompCPU) ... skip: empty_like in torch.float64 not supported (0.001s) 2022-09-27T15:46:28.5969518Z test_quick_empty_like_cpu_int16 (__main__.TestDecompCPU) ... skip: empty_like in torch.int16 not supported (0.001s) 2022-09-27T15:46:28.5976976Z test_quick_empty_like_cpu_int32 (__main__.TestDecompCPU) ... skip: empty_like in torch.int32 not supported (0.001s) 2022-09-27T15:46:28.5984271Z test_quick_empty_like_cpu_int64 (__main__.TestDecompCPU) ... skip: empty_like in torch.int64 not supported (0.001s) 2022-09-27T15:46:28.5991612Z test_quick_empty_like_cpu_int8 (__main__.TestDecompCPU) ... skip: empty_like in torch.int8 not supported (0.001s) 2022-09-27T15:46:28.5998928Z test_quick_empty_like_cpu_uint8 (__main__.TestDecompCPU) ... skip: empty_like in torch.uint8 not supported (0.001s) 2022-09-27T15:46:28.6224456Z test_quick_eq_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:28.6450609Z test_quick_eq_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:28.7049158Z test_quick_eq_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.060s) 2022-09-27T15:46:28.7684520Z test_quick_eq_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T15:46:28.8307043Z test_quick_eq_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.062s) 2022-09-27T15:46:28.8548960Z test_quick_eq_cpu_float16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:28.8918319Z test_quick_eq_cpu_float32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-09-27T15:46:28.9269547Z test_quick_eq_cpu_float64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:46:28.9496870Z test_quick_eq_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:28.9723420Z test_quick_eq_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:28.9948098Z test_quick_eq_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:29.0173679Z test_quick_eq_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:29.0397693Z test_quick_eq_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:29.0415603Z test_quick_erf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:29.0478365Z test_quick_erf_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:29.0574644Z test_quick_erf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:29.0662537Z test_quick_erf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:29.0724312Z test_quick_erf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:29.0786214Z test_quick_erf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:29.0848020Z test_quick_erf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:29.0909860Z test_quick_erf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:29.0971006Z test_quick_erf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:29.0998027Z test_quick_erfc_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:29.1031704Z test_quick_erfc_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:29.1073254Z test_quick_erfc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:29.1114631Z test_quick_erfc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:29.1147990Z test_quick_erfc_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:29.1181337Z test_quick_erfc_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:29.1214671Z test_quick_erfc_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:29.1247709Z test_quick_erfc_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:29.1280930Z test_quick_erfc_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:29.1297643Z test_quick_erfinv_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:29.1359831Z test_quick_erfinv_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:29.1453562Z test_quick_erfinv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:29.1540058Z test_quick_erfinv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:29.1601298Z test_quick_erfinv_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:29.1662603Z test_quick_erfinv_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:29.1723476Z test_quick_erfinv_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:29.1784580Z test_quick_erfinv_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:29.1844973Z test_quick_erfinv_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:29.1870989Z test_quick_exp2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:29.1901812Z test_quick_exp2_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:29.1927302Z test_quick_exp2_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:29.1967621Z test_quick_exp2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:29.2007123Z test_quick_exp2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:29.2038042Z test_quick_exp2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:29.2069123Z test_quick_exp2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:29.2100173Z test_quick_exp2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:29.2130915Z test_quick_exp2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:29.2161497Z test_quick_exp2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:29.2188342Z test_quick_exp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:29.2221250Z test_quick_exp_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:29.2273370Z test_quick_exp_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:29.2326435Z test_quick_exp_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:29.2368748Z test_quick_exp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:29.2409909Z test_quick_exp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:29.2442107Z test_quick_exp_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:29.2474638Z test_quick_exp_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:29.2507134Z test_quick_exp_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:29.2539749Z test_quick_exp_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:29.2572367Z test_quick_exp_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:29.2618893Z test_quick_expand_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:29.2689486Z test_quick_expand_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:29.2859176Z test_quick_expand_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:46:29.3037965Z test_quick_expand_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:46:29.3084290Z test_quick_expand_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:29.3208574Z test_quick_expand_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:46:29.3328593Z test_quick_expand_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:46:29.3400425Z test_quick_expand_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:29.3472871Z test_quick_expand_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:29.3544471Z test_quick_expand_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:29.3617032Z test_quick_expand_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:29.3688393Z test_quick_expand_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:29.3704571Z test_quick_expm1_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:29.3765116Z test_quick_expm1_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:29.3860263Z test_quick_expm1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:29.3946491Z test_quick_expm1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:29.4006846Z test_quick_expm1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:29.4067847Z test_quick_expm1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:29.4128343Z test_quick_expm1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:29.4188599Z test_quick_expm1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:29.4248872Z test_quick_expm1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:29.4565470Z test_quick_eye_cpu_bool (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:46:29.5016491Z test_quick_eye_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.045s) 2022-09-27T15:46:29.5476541Z test_quick_eye_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.046s) 2022-09-27T15:46:29.5725761Z test_quick_eye_cpu_float16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:46:29.6139679Z test_quick_eye_cpu_float32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T15:46:29.6535831Z test_quick_eye_cpu_float64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-09-27T15:46:29.6877997Z test_quick_eye_cpu_int16 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:46:29.7220758Z test_quick_eye_cpu_int32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:46:29.7542905Z test_quick_eye_cpu_int64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:46:29.7886580Z test_quick_eye_cpu_int8 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:46:29.8226523Z test_quick_eye_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:46:29.8237050Z 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:29.8397715Z test_quick_fft_fft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:46:29.8561767Z test_quick_fft_fft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:46:29.8977101Z test_quick_fft_fft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T15:46:29.9379718Z test_quick_fft_fft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-09-27T15:46:29.9392575Z 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:29.9403647Z 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:29.9413872Z 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:29.9423698Z 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:29.9434327Z 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:29.9444201Z 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:29.9553502Z test_quick_fft_fft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:46:29.9670340Z test_quick_fft_fft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:46:29.9743683Z test_quick_fft_fft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:29.9814571Z test_quick_fft_fft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:29.9825652Z 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:29.9835604Z 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:29.9845922Z 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:29.9856367Z 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:29.9866823Z 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:29.9876847Z 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:30.0037470Z test_quick_fft_fftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:46:30.0207809Z test_quick_fft_fftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:46:30.0686083Z test_quick_fft_fftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T15:46:30.1153469Z test_quick_fft_fftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T15:46:30.1165652Z 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:30.1176368Z 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:30.1186426Z 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:30.1196710Z 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:30.1206459Z 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:30.1216417Z 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:30.1701197Z test_quick_fft_hfft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T15:46:30.2207963Z test_quick_fft_hfft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.051s) 2022-09-27T15:46:30.2946109Z test_quick_fft_hfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.074s) 2022-09-27T15:46:30.3651522Z test_quick_fft_hfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.070s) 2022-09-27T15:46:30.3664089Z 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:30.3675031Z 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:30.3685402Z 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:30.3695984Z 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:30.3706462Z 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:30.3716088Z 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:30.4243491Z test_quick_fft_hfft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.053s) 2022-09-27T15:46:30.4807474Z test_quick_fft_hfft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.056s) 2022-09-27T15:46:30.5481911Z test_quick_fft_hfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.067s) 2022-09-27T15:46:30.6130227Z test_quick_fft_hfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.065s) 2022-09-27T15:46:30.6143067Z 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:30.6154427Z 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:30.6164957Z 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:30.6175187Z 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:30.6185110Z 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:30.6194933Z 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:30.6797725Z test_quick_fft_hfftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.060s) 2022-09-27T15:46:30.7422838Z test_quick_fft_hfftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.062s) 2022-09-27T15:46:30.8259767Z test_quick_fft_hfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.084s) 2022-09-27T15:46:30.9062208Z test_quick_fft_hfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.080s) 2022-09-27T15:46:30.9075901Z 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:30.9087560Z 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:30.9098714Z 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:30.9109242Z 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:30.9119687Z 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:30.9129765Z 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:30.9289695Z test_quick_fft_ifft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:46:30.9455874Z test_quick_fft_ifft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:46:30.9869843Z test_quick_fft_ifft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T15:46:31.0267747Z test_quick_fft_ifft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-09-27T15:46:31.0280159Z 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:31.0291953Z 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:31.0302903Z 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:31.0313766Z 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:31.0323684Z 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:31.0333679Z 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:31.0442012Z test_quick_fft_ifft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:46:31.0558918Z test_quick_fft_ifft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:46:31.0633964Z test_quick_fft_ifft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:31.0708251Z test_quick_fft_ifft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:31.0719409Z 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:31.0729361Z 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:31.0739283Z 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:31.0749042Z 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:31.0758946Z 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:31.0768638Z 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:31.0930112Z test_quick_fft_ifftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:46:31.1097813Z test_quick_fft_ifftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:46:31.1582957Z test_quick_fft_ifftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T15:46:31.2047725Z test_quick_fft_ifftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.046s) 2022-09-27T15:46:31.2060607Z 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:31.2071771Z 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:31.2081914Z 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:31.2092109Z 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:31.2102260Z 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:31.2111614Z 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:31.2216783Z test_quick_fft_ihfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:31.2320758Z test_quick_fft_ihfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:31.2332087Z 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:31.2342494Z 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:31.2352309Z 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:31.2362120Z 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:31.2372208Z 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:31.2381973Z 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:31.2456829Z test_quick_fft_ihfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:31.2529961Z test_quick_fft_ihfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:31.2541240Z 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:31.2551143Z 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:31.2560963Z 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:31.2571266Z 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:31.2581254Z 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:31.2591233Z 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:31.2699346Z test_quick_fft_ihfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:46:31.2805615Z test_quick_fft_ihfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:46:31.2817249Z 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:31.2827378Z 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:31.2837574Z 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:31.2847700Z 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:31.2858250Z 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:31.2868007Z 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:31.2893040Z test_quick_fft_irfft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:31.2918288Z test_quick_fft_irfft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:31.3242726Z test_quick_fft_irfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:46:31.3555225Z test_quick_fft_irfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T15:46:31.3568068Z 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:31.3579656Z 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:31.3590322Z 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:31.3600596Z 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:31.3611257Z 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:31.3621196Z 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:31.3645754Z test_quick_fft_irfft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:31.3670823Z test_quick_fft_irfft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:31.4012755Z test_quick_fft_irfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:46:31.4339782Z test_quick_fft_irfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:46:31.4351938Z 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:31.4362266Z 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:31.4372510Z 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:31.4382544Z 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:31.4392907Z 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:31.4402895Z 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:31.4431404Z test_quick_fft_irfftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:31.4460915Z test_quick_fft_irfftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:31.4854733Z test_quick_fft_irfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-09-27T15:46:31.5232850Z test_quick_fft_irfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:46:31.5245250Z 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:31.5256592Z 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:31.5266652Z 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:31.5276867Z 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:31.5287160Z 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:31.5297073Z 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:31.5396875Z test_quick_fft_rfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:31.5495900Z test_quick_fft_rfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:31.5506611Z 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:31.5516945Z 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:31.5527335Z 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:31.5537679Z 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:31.5548129Z 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:31.5558441Z 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:31.5632702Z test_quick_fft_rfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:31.5703096Z test_quick_fft_rfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:31.5714646Z 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:31.5725279Z 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:31.5735589Z 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:31.5745646Z 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:31.5755435Z 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:31.5765568Z 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:31.5868788Z test_quick_fft_rfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:31.5971146Z test_quick_fft_rfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:31.5982768Z 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:31.5993018Z 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:31.6003285Z 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:31.6013577Z 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:31.6023773Z 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:31.6070018Z test_quick_flip_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:31.6285115Z test_quick_flip_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:31.6835673Z test_quick_flip_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.055s) 2022-09-27T15:46:31.7417596Z test_quick_flip_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.058s) 2022-09-27T15:46:31.7463760Z test_quick_flip_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:31.7803860Z test_quick_flip_cpu_float32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:46:31.8130883Z test_quick_flip_cpu_float64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:46:31.8349309Z test_quick_flip_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:31.8568765Z test_quick_flip_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:31.8786391Z test_quick_flip_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:31.9005320Z test_quick_flip_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:31.9219743Z test_quick_flip_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:31.9235201Z test_quick_floor_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:31.9330332Z test_quick_floor_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:31.9416002Z test_quick_floor_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:31.9473519Z test_quick_floor_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:31.9530710Z test_quick_floor_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:31.9590927Z test_quick_floor_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:31.9647455Z test_quick_floor_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:31.9704025Z test_quick_floor_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:32.0025188Z test_quick_floor_divide_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:46:32.0347764Z test_quick_floor_divide_cpu_float16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T15:46:32.0946762Z test_quick_floor_divide_cpu_float32 (__main__.TestDecompCPU) ... ok (0.060s) 2022-09-27T15:46:32.1522340Z test_quick_floor_divide_cpu_float64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-09-27T15:46:32.1754051Z test_quick_floor_divide_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:32.1989470Z test_quick_floor_divide_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:32.2215923Z test_quick_floor_divide_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:32.2446252Z test_quick_floor_divide_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:32.2665209Z test_quick_floor_divide_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:32.2745706Z test_quick_fmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:32.2953925Z test_quick_fmax_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:32.3037287Z test_quick_fmax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:32.3397342Z test_quick_fmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:46:32.3744083Z test_quick_fmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:46:32.3956892Z test_quick_fmax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:32.4169417Z test_quick_fmax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:32.4379843Z test_quick_fmax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:32.4594944Z test_quick_fmax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:32.4806202Z test_quick_fmax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:32.4887275Z test_quick_fmin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:32.5096386Z test_quick_fmin_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:32.5178178Z test_quick_fmin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:32.5539989Z test_quick_fmin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:46:32.5887337Z test_quick_fmin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:46:32.6103302Z test_quick_fmin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:32.6316293Z test_quick_fmin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:32.6527345Z test_quick_fmin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:32.6740527Z test_quick_fmin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:32.6953122Z test_quick_fmin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:32.7041590Z test_quick_fmod_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:32.7130169Z test_quick_fmod_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:32.7499579Z test_quick_fmod_cpu_float32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-09-27T15:46:32.7854401Z test_quick_fmod_cpu_float64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:46:32.8073607Z test_quick_fmod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:32.8292465Z test_quick_fmod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:32.8507901Z test_quick_fmod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:32.8726796Z test_quick_fmod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:32.8944202Z test_quick_fmod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:32.8981151Z test_quick_frac_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:32.9017975Z test_quick_frac_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:32.9068949Z test_quick_frac_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:32.9118116Z test_quick_frac_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:32.9333023Z test_quick_gcd_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:32.9547648Z test_quick_gcd_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:32.9759378Z test_quick_gcd_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:32.9973993Z test_quick_gcd_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:33.0186162Z test_quick_gcd_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:33.0394714Z test_quick_ge_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:33.0602327Z test_quick_ge_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:33.0824328Z test_quick_ge_cpu_float16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:33.1166719Z test_quick_ge_cpu_float32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:46:33.1493534Z test_quick_ge_cpu_float64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:46:33.1706027Z test_quick_ge_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:33.1919450Z test_quick_ge_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:33.2131837Z test_quick_ge_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:33.2344771Z test_quick_ge_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:33.2555835Z test_quick_ge_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:33.2763984Z test_quick_gt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:33.2972427Z test_quick_gt_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:33.3189514Z test_quick_gt_cpu_float16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:33.3528932Z test_quick_gt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:46:33.3861193Z test_quick_gt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:46:33.4077922Z test_quick_gt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:33.4288957Z test_quick_gt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:33.4504619Z test_quick_gt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:33.4721258Z test_quick_gt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:33.4937536Z test_quick_gt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:33.5073225Z test_quick_heaviside_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:46:33.5362402Z test_quick_heaviside_cpu_bool (__main__.TestDecompCPU) ... ok (0.029s) 2022-09-27T15:46:33.5505247Z test_quick_heaviside_cpu_float16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:46:33.5920878Z test_quick_heaviside_cpu_float32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T15:46:33.6319688Z test_quick_heaviside_cpu_float64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-09-27T15:46:33.6608578Z test_quick_heaviside_cpu_int16 (__main__.TestDecompCPU) ... ok (0.029s) 2022-09-27T15:46:33.6891054Z test_quick_heaviside_cpu_int32 (__main__.TestDecompCPU) ... ok (0.028s) 2022-09-27T15:46:33.7159131Z test_quick_heaviside_cpu_int64 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:46:33.7442310Z test_quick_heaviside_cpu_int8 (__main__.TestDecompCPU) ... ok (0.028s) 2022-09-27T15:46:33.7724491Z test_quick_heaviside_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.028s) 2022-09-27T15:46:33.7810831Z test_quick_hypot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:33.8181350Z test_quick_hypot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-09-27T15:46:33.8536648Z test_quick_hypot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:46:33.8610681Z test_quick_igamma_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:33.8685256Z test_quick_igamma_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:33.9041815Z test_quick_igamma_cpu_float32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:46:33.9382469Z test_quick_igamma_cpu_float64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:46:33.9456500Z test_quick_igammac_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:33.9531459Z test_quick_igammac_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:33.9886675Z test_quick_igammac_cpu_float32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:46:34.0227773Z test_quick_igammac_cpu_float64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:46:34.0284396Z test_quick_index_add_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:34.0348903Z test_quick_index_add_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:34.0617083Z test_quick_index_add_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:46:34.0887871Z test_quick_index_add_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:46:34.1169234Z test_quick_index_add_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-09-27T15:46:34.1225786Z test_quick_index_add_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:34.1408962Z test_quick_index_add_cpu_float32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:46:34.1588104Z test_quick_index_add_cpu_float64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:46:34.1681305Z test_quick_index_add_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:34.1774363Z test_quick_index_add_cpu_int32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:34.1865593Z test_quick_index_add_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:34.1958351Z test_quick_index_add_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:34.2050914Z test_quick_index_add_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:34.2076682Z test_quick_index_copy_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:34.2113597Z test_quick_index_copy_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:34.2210690Z test_quick_index_copy_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:34.2311000Z test_quick_index_copy_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:34.2337233Z test_quick_index_copy_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:34.2404123Z test_quick_index_copy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:34.2470039Z test_quick_index_copy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:34.2507409Z test_quick_index_copy_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:34.2544377Z test_quick_index_copy_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:34.2580590Z test_quick_index_copy_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:34.2618491Z test_quick_index_copy_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:34.2655723Z test_quick_index_copy_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:34.2680355Z test_quick_index_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:34.2711960Z test_quick_index_fill_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:34.2781300Z test_quick_index_fill_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:34.2849535Z test_quick_index_fill_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:34.2875120Z test_quick_index_fill_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:34.2926110Z test_quick_index_fill_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:34.2976206Z test_quick_index_fill_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:34.3007251Z test_quick_index_fill_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:34.3038701Z test_quick_index_fill_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:34.3069344Z test_quick_index_fill_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:34.3100829Z test_quick_index_fill_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:34.3132028Z test_quick_index_fill_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:34.3154768Z test_quick_index_select_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:34.3185563Z test_quick_index_select_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:34.3249643Z test_quick_index_select_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:34.3313141Z test_quick_index_select_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:34.3379766Z test_quick_index_select_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:34.3402600Z test_quick_index_select_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:34.3451803Z test_quick_index_select_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:34.3499916Z test_quick_index_select_cpu_float64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:34.3530737Z test_quick_index_select_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:34.3561456Z test_quick_index_select_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:34.3591738Z test_quick_index_select_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:34.3622665Z test_quick_index_select_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:34.3653649Z test_quick_index_select_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:34.3709997Z test_quick_isinf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:34.3770190Z test_quick_isinf_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:34.3930682Z test_quick_isinf_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:46:34.4102880Z test_quick_isinf_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:46:34.4273624Z test_quick_isinf_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:46:34.4331276Z test_quick_isinf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:34.4426716Z test_quick_isinf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:34.4513442Z test_quick_isinf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:34.4574595Z test_quick_isinf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:34.4635119Z test_quick_isinf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:34.4696164Z test_quick_isinf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:34.4756799Z test_quick_isinf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:34.4816945Z test_quick_isinf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:34.4867260Z test_quick_isnan_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:34.4923371Z test_quick_isnan_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:34.5074562Z test_quick_isnan_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:46:34.5238921Z test_quick_isnan_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:46:34.5294823Z test_quick_isnan_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:34.5387823Z test_quick_isnan_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:34.5472754Z test_quick_isnan_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:34.5531500Z test_quick_isnan_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:34.5589582Z test_quick_isnan_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:34.5647419Z test_quick_isnan_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:34.5705334Z test_quick_isnan_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:34.5762434Z test_quick_isnan_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:34.5816022Z test_quick_isneginf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:34.5875169Z test_quick_isneginf_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:34.5931996Z test_quick_isneginf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:34.6026122Z test_quick_isneginf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:34.6112780Z test_quick_isneginf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:34.6172534Z test_quick_isneginf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:34.6231713Z test_quick_isneginf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:34.6291247Z test_quick_isneginf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:34.6349722Z test_quick_isneginf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:34.6407991Z test_quick_isneginf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:34.6460046Z test_quick_isposinf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:34.6517252Z test_quick_isposinf_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:34.6572667Z test_quick_isposinf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:34.6666095Z test_quick_isposinf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:34.6750377Z test_quick_isposinf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:34.6808679Z test_quick_isposinf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:34.6867007Z test_quick_isposinf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:34.6924651Z test_quick_isposinf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:34.6982613Z test_quick_isposinf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:34.7040226Z test_quick_isposinf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:34.7281237Z test_quick_lcm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:34.7502780Z test_quick_lcm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:34.7723998Z test_quick_lcm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:34.7961568Z test_quick_lcm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:34.8180474Z test_quick_lcm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:34.8389685Z test_quick_le_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:34.8599117Z test_quick_le_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:34.8818008Z test_quick_le_cpu_float16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:34.9159700Z test_quick_le_cpu_float32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:46:34.9489230Z test_quick_le_cpu_float64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:46:34.9703193Z test_quick_le_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:34.9917017Z test_quick_le_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:35.0131215Z test_quick_le_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:35.0344905Z test_quick_le_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:35.0555490Z test_quick_le_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:35.0582434Z test_quick_lgamma_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:35.0616143Z test_quick_lgamma_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:35.0657332Z test_quick_lgamma_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:35.0697594Z test_quick_lgamma_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:35.0730082Z test_quick_lgamma_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:35.0762399Z test_quick_lgamma_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:35.0795078Z test_quick_lgamma_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:35.0827735Z test_quick_lgamma_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:35.0860543Z test_quick_lgamma_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:35.1995217Z test_quick_linalg_vector_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.113s) 2022-09-27T15:46:35.5417264Z test_quick_linalg_vector_norm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.342s) 2022-09-27T15:46:35.8892942Z test_quick_linalg_vector_norm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.347s) 2022-09-27T15:46:36.0025712Z test_quick_linalg_vector_norm_cpu_float16 (__main__.TestDecompCPU) ... ok (0.113s) 2022-09-27T15:46:36.2598499Z test_quick_linalg_vector_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.257s) 2022-09-27T15:46:36.5167145Z test_quick_linalg_vector_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.257s) 2022-09-27T15:46:36.5281864Z test_quick_linspace_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:46:36.5510998Z test_quick_linspace_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:36.5744692Z test_quick_linspace_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:36.5858312Z test_quick_linspace_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:46:36.6066605Z test_quick_linspace_cpu_float32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:36.6257557Z test_quick_linspace_cpu_float64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:46:36.6282206Z test_quick_linspace_cpu_int16 (__main__.TestDecompCPU) ... expected failure (0.002s) 2022-09-27T15:46:36.6305675Z test_quick_linspace_cpu_int32 (__main__.TestDecompCPU) ... expected failure (0.002s) 2022-09-27T15:46:36.6327786Z test_quick_linspace_cpu_int64 (__main__.TestDecompCPU) ... expected failure (0.002s) 2022-09-27T15:46:36.6499127Z test_quick_linspace_cpu_int8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:46:36.6636982Z test_quick_linspace_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:46:36.6665308Z test_quick_log10_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:36.6698609Z test_quick_log10_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:36.6749542Z test_quick_log10_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:36.6800712Z test_quick_log10_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:36.6841558Z test_quick_log10_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:36.6881628Z test_quick_log10_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:36.6914380Z test_quick_log10_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:36.6947140Z test_quick_log10_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:36.6980302Z test_quick_log10_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:36.7012877Z test_quick_log10_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:36.7044995Z test_quick_log10_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:36.7061100Z test_quick_log1p_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:36.7122310Z test_quick_log1p_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:36.7214328Z test_quick_log1p_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:36.7301204Z test_quick_log1p_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:36.7362402Z test_quick_log1p_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:36.7423820Z test_quick_log1p_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:36.7485126Z test_quick_log1p_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:36.7546061Z test_quick_log1p_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:36.7606633Z test_quick_log1p_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:36.7632768Z test_quick_log2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:36.7665457Z test_quick_log2_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:36.7714991Z test_quick_log2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:36.7766636Z test_quick_log2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:36.7806862Z test_quick_log2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:36.7847238Z test_quick_log2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:36.7879692Z test_quick_log2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:36.7912157Z test_quick_log2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:36.7944909Z test_quick_log2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:36.7977557Z test_quick_log2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:36.8010003Z test_quick_log2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:36.8035653Z test_quick_log_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:36.8068199Z test_quick_log_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:36.8117769Z test_quick_log_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:36.8168113Z test_quick_log_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:36.8208783Z test_quick_log_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:36.8248343Z test_quick_log_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:36.8281014Z test_quick_log_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:36.8313903Z test_quick_log_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:36.8346668Z test_quick_log_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:36.8379197Z test_quick_log_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:36.8411699Z test_quick_log_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:36.8485781Z test_quick_log_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:36.8855936Z test_quick_log_softmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-09-27T15:46:36.9212115Z test_quick_log_softmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:46:36.9419710Z test_quick_logical_and_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:36.9623840Z test_quick_logical_and_cpu_bool (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:46:37.0179270Z test_quick_logical_and_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.055s) 2022-09-27T15:46:37.0753180Z test_quick_logical_and_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-09-27T15:46:37.0977530Z test_quick_logical_and_cpu_float16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:37.1319686Z test_quick_logical_and_cpu_float32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:46:37.1645423Z test_quick_logical_and_cpu_float64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:46:37.1857007Z test_quick_logical_and_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:37.2069036Z test_quick_logical_and_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:37.2276827Z test_quick_logical_and_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:37.2488166Z test_quick_logical_and_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:37.2697283Z test_quick_logical_and_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:37.2728106Z test_quick_logical_not_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:37.2753015Z test_quick_logical_not_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:37.2797882Z test_quick_logical_not_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:37.2842932Z test_quick_logical_not_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:37.2873755Z test_quick_logical_not_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:37.2907706Z test_quick_logical_not_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:37.2941297Z test_quick_logical_not_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:37.2966843Z test_quick_logical_not_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:37.2992159Z test_quick_logical_not_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:37.3017106Z test_quick_logical_not_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:37.3042377Z test_quick_logical_not_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:37.3067832Z test_quick_logical_not_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:37.3284845Z test_quick_logical_or_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:37.3497720Z test_quick_logical_or_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:37.4066252Z test_quick_logical_or_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.057s) 2022-09-27T15:46:37.4656094Z test_quick_logical_or_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.059s) 2022-09-27T15:46:37.4886161Z test_quick_logical_or_cpu_float16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:37.5235735Z test_quick_logical_or_cpu_float32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:46:37.5571298Z test_quick_logical_or_cpu_float64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:46:37.5792995Z test_quick_logical_or_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:37.6013858Z test_quick_logical_or_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:37.6231896Z test_quick_logical_or_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:37.6451940Z test_quick_logical_or_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:37.6670200Z test_quick_logical_or_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:37.6877064Z test_quick_logical_xor_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:37.7080499Z test_quick_logical_xor_cpu_bool (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:46:37.7636110Z test_quick_logical_xor_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.055s) 2022-09-27T15:46:37.8211470Z test_quick_logical_xor_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-09-27T15:46:37.8428974Z test_quick_logical_xor_cpu_float16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:37.8768095Z test_quick_logical_xor_cpu_float32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:46:37.9093730Z test_quick_logical_xor_cpu_float64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:46:37.9304350Z test_quick_logical_xor_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:37.9515428Z test_quick_logical_xor_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:37.9727969Z test_quick_logical_xor_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:37.9939578Z test_quick_logical_xor_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:38.0149023Z test_quick_logical_xor_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:38.0207750Z test_quick_logit_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:38.0283508Z test_quick_logit_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:38.0550004Z test_quick_logit_cpu_float32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:46:38.0805170Z test_quick_logit_cpu_float64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:46:38.0880377Z test_quick_logit_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:38.0955786Z test_quick_logit_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:38.1030411Z test_quick_logit_cpu_int64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:38.1105809Z test_quick_logit_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:38.1182027Z test_quick_logit_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:38.2266315Z test_quick_logspace_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.108s) 2022-09-27T15:46:38.4169397Z test_quick_logspace_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.190s) 2022-09-27T15:46:38.6110228Z test_quick_logspace_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.194s) 2022-09-27T15:46:38.7917263Z test_quick_logspace_cpu_float32 (__main__.TestDecompCPU) ... ok (0.181s) 2022-09-27T15:46:38.9643773Z test_quick_logspace_cpu_float64 (__main__.TestDecompCPU) ... ok (0.173s) 2022-09-27T15:46:39.1078691Z test_quick_logspace_cpu_int16 (__main__.TestDecompCPU) ... ok (0.143s) 2022-09-27T15:46:39.2515598Z test_quick_logspace_cpu_int32 (__main__.TestDecompCPU) ... ok (0.144s) 2022-09-27T15:46:39.3911198Z test_quick_logspace_cpu_int64 (__main__.TestDecompCPU) ... ok (0.140s) 2022-09-27T15:46:39.4496950Z test_quick_logspace_cpu_int8 (__main__.TestDecompCPU) ... ok (0.059s) 2022-09-27T15:46:39.4971991Z test_quick_logspace_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T15:46:39.5019919Z test_quick_logsumexp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:39.5087606Z test_quick_logsumexp_cpu_bool (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:39.5348605Z test_quick_logsumexp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:46:39.5601498Z test_quick_logsumexp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:46:39.5668417Z test_quick_logsumexp_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:39.5735132Z test_quick_logsumexp_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:39.5800445Z test_quick_logsumexp_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:39.5866775Z test_quick_logsumexp_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:39.5932743Z test_quick_logsumexp_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:39.6143568Z test_quick_lt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:39.6352797Z test_quick_lt_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:39.6577815Z test_quick_lt_cpu_float16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:39.6920043Z test_quick_lt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:46:39.7250149Z test_quick_lt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:46:39.7463805Z test_quick_lt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:39.7674642Z test_quick_lt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:39.7885451Z test_quick_lt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:39.8096458Z test_quick_lt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:39.8306138Z test_quick_lt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:39.8354094Z test_quick_masked_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:39.8440521Z test_quick_masked_fill_cpu_bool (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:39.8647343Z test_quick_masked_fill_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:39.8854426Z test_quick_masked_fill_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:39.9067522Z test_quick_masked_fill_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:39.9114385Z test_quick_masked_fill_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:39.9261437Z test_quick_masked_fill_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:46:39.9405232Z test_quick_masked_fill_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:46:39.9492908Z test_quick_masked_fill_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:39.9580630Z test_quick_masked_fill_cpu_int32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:39.9666482Z test_quick_masked_fill_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:39.9758413Z test_quick_masked_fill_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:39.9845761Z test_quick_masked_fill_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:39.9926605Z test_quick_maximum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:40.0140570Z test_quick_maximum_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:40.0226362Z test_quick_maximum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:40.0585489Z test_quick_maximum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:46:40.0938362Z test_quick_maximum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:46:40.1150546Z test_quick_maximum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:40.1362410Z test_quick_maximum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:40.1572195Z test_quick_maximum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:40.1784682Z test_quick_maximum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:40.1995453Z test_quick_maximum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:40.2140367Z test_quick_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:46:40.2527452Z test_quick_mean_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.039s) 2022-09-27T15:46:40.2924783Z test_quick_mean_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-09-27T15:46:40.3067443Z test_quick_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:46:40.3360530Z test_quick_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-09-27T15:46:40.3646009Z test_quick_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-09-27T15:46:40.3655269Z test_quick_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.bfloat16 not supported (0.001s) 2022-09-27T15:46:40.3662927Z test_quick_meshgrid_list_of_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: meshgrid in torch.bool not supported (0.001s) 2022-09-27T15:46:40.3670785Z test_quick_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: meshgrid in torch.complex128 not supported (0.001s) 2022-09-27T15:46:40.3678618Z test_quick_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.complex64 not supported (0.001s) 2022-09-27T15:46:40.3686429Z test_quick_meshgrid_list_of_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float16 not supported (0.001s) 2022-09-27T15:46:40.3694498Z test_quick_meshgrid_list_of_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float32 not supported (0.001s) 2022-09-27T15:46:40.3702351Z test_quick_meshgrid_list_of_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float64 not supported (0.001s) 2022-09-27T15:46:40.3710248Z test_quick_meshgrid_list_of_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int16 not supported (0.001s) 2022-09-27T15:46:40.3718110Z test_quick_meshgrid_list_of_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int32 not supported (0.001s) 2022-09-27T15:46:40.3725954Z test_quick_meshgrid_list_of_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int64 not supported (0.001s) 2022-09-27T15:46:40.3734060Z test_quick_meshgrid_list_of_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int8 not supported (0.001s) 2022-09-27T15:46:40.3741956Z test_quick_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: meshgrid in torch.uint8 not supported (0.001s) 2022-09-27T15:46:40.3749738Z test_quick_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.bfloat16 not supported (0.001s) 2022-09-27T15:46:40.3757469Z test_quick_meshgrid_variadic_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: meshgrid in torch.bool not supported (0.001s) 2022-09-27T15:46:40.3765225Z test_quick_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: meshgrid in torch.complex128 not supported (0.001s) 2022-09-27T15:46:40.3773212Z test_quick_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.complex64 not supported (0.001s) 2022-09-27T15:46:40.3780939Z test_quick_meshgrid_variadic_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float16 not supported (0.001s) 2022-09-27T15:46:40.3788702Z test_quick_meshgrid_variadic_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float32 not supported (0.001s) 2022-09-27T15:46:40.3796475Z test_quick_meshgrid_variadic_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float64 not supported (0.001s) 2022-09-27T15:46:40.3804288Z test_quick_meshgrid_variadic_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int16 not supported (0.001s) 2022-09-27T15:46:40.3812376Z test_quick_meshgrid_variadic_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int32 not supported (0.001s) 2022-09-27T15:46:40.3820095Z test_quick_meshgrid_variadic_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int64 not supported (0.001s) 2022-09-27T15:46:40.3827912Z test_quick_meshgrid_variadic_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int8 not supported (0.001s) 2022-09-27T15:46:40.3835750Z test_quick_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: meshgrid in torch.uint8 not supported (0.001s) 2022-09-27T15:46:40.3916232Z test_quick_minimum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:40.4125209Z test_quick_minimum_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:40.4206803Z test_quick_minimum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:40.4571240Z test_quick_minimum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:46:40.4921205Z test_quick_minimum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:46:40.5135118Z test_quick_minimum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:40.5348604Z test_quick_minimum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:40.5558807Z test_quick_minimum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:40.5770453Z test_quick_minimum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:40.5981496Z test_quick_minimum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:40.6061918Z test_quick_mul_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:40.6270310Z test_quick_mul_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:40.6858193Z test_quick_mul_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.059s) 2022-09-27T15:46:40.7471261Z test_quick_mul_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.061s) 2022-09-27T15:46:40.8071862Z test_quick_mul_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.060s) 2022-09-27T15:46:40.8154396Z test_quick_mul_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:40.8514451Z test_quick_mul_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:46:40.8860443Z test_quick_mul_cpu_float64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:46:40.9075310Z test_quick_mul_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:40.9289855Z test_quick_mul_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:40.9500935Z test_quick_mul_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:40.9713811Z test_quick_mul_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:40.9924439Z test_quick_mul_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:40.9940239Z test_quick_mv_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:40.9993064Z test_quick_mv_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:41.0044211Z test_quick_mv_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:41.0079209Z test_quick_mv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:41.0113898Z test_quick_mv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:41.0136398Z test_quick_mv_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:41.0158366Z test_quick_mv_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:41.0180379Z test_quick_mv_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:41.0202261Z test_quick_mv_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:41.0224625Z test_quick_mv_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:41.0306730Z test_quick_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:41.0461610Z test_quick_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:46:41.0610267Z test_quick_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:46:41.0724842Z test_quick_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:46:41.0839059Z test_quick_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:46:41.0952542Z test_quick_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:46:41.1066334Z test_quick_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:46:41.1180136Z test_quick_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:46:41.1261889Z test_quick_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:41.1416475Z test_quick_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:46:41.1564568Z test_quick_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:46:41.1677990Z test_quick_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:46:41.1792901Z test_quick_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:46:41.1906281Z test_quick_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:46:41.2020377Z test_quick_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:46:41.2134259Z test_quick_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:46:41.2218664Z test_quick_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:41.2373507Z test_quick_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:46:41.2526352Z test_quick_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:46:41.2644569Z test_quick_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:46:41.2758272Z test_quick_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:46:41.2876498Z test_quick_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:46:41.2990455Z test_quick_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:46:41.3108851Z test_quick_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:46:41.3181122Z test_quick_nan_to_num_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:41.3207038Z test_quick_nan_to_num_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:41.3277612Z test_quick_nan_to_num_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:41.3359026Z test_quick_nan_to_num_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:41.3438222Z test_quick_nan_to_num_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:41.3462753Z test_quick_nan_to_num_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:41.3486750Z test_quick_nan_to_num_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:41.3510647Z test_quick_nan_to_num_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:41.3535010Z test_quick_nan_to_num_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:41.3559078Z test_quick_nan_to_num_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:41.3625988Z test_quick_native_layer_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:41.3920842Z test_quick_native_layer_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-09-27T15:46:41.4203263Z test_quick_native_layer_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-09-27T15:46:41.4414671Z test_quick_ne_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:41.4626587Z test_quick_ne_cpu_bool (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:41.5188624Z test_quick_ne_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.056s) 2022-09-27T15:46:41.5772533Z test_quick_ne_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.058s) 2022-09-27T15:46:41.5992585Z test_quick_ne_cpu_float16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:41.6335650Z test_quick_ne_cpu_float32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:46:41.6664849Z test_quick_ne_cpu_float64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:46:41.6878541Z test_quick_ne_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:41.7091556Z test_quick_ne_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:41.7303801Z test_quick_ne_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:41.7516540Z test_quick_ne_cpu_int8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:41.7726413Z test_quick_ne_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:41.7742467Z test_quick_neg_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:41.7897822Z test_quick_neg_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:46:41.8062558Z test_quick_neg_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:46:41.8225821Z test_quick_neg_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:46:41.8241931Z test_quick_neg_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:41.8334494Z test_quick_neg_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:41.8421065Z test_quick_neg_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:41.8478131Z test_quick_neg_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:41.8535099Z test_quick_neg_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:41.8590842Z test_quick_neg_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:41.8647507Z test_quick_neg_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:41.8704094Z test_quick_neg_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:41.8711978Z test_quick_new_empty_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: new_empty in torch.bfloat16 not supported (0.001s) 2022-09-27T15:46:41.8719661Z test_quick_new_empty_cpu_bool (__main__.TestDecompCPU) ... skip: new_empty in torch.bool not supported (0.001s) 2022-09-27T15:46:41.8727373Z test_quick_new_empty_cpu_complex128 (__main__.TestDecompCPU) ... skip: new_empty in torch.complex128 not supported (0.001s) 2022-09-27T15:46:41.8735309Z test_quick_new_empty_cpu_complex32 (__main__.TestDecompCPU) ... skip: new_empty in torch.complex32 not supported (0.001s) 2022-09-27T15:46:41.8742920Z test_quick_new_empty_cpu_complex64 (__main__.TestDecompCPU) ... skip: new_empty in torch.complex64 not supported (0.001s) 2022-09-27T15:46:41.8750555Z test_quick_new_empty_cpu_float16 (__main__.TestDecompCPU) ... skip: new_empty in torch.float16 not supported (0.001s) 2022-09-27T15:46:41.8758204Z test_quick_new_empty_cpu_float32 (__main__.TestDecompCPU) ... skip: new_empty in torch.float32 not supported (0.001s) 2022-09-27T15:46:41.8765756Z test_quick_new_empty_cpu_float64 (__main__.TestDecompCPU) ... skip: new_empty in torch.float64 not supported (0.001s) 2022-09-27T15:46:41.8773638Z test_quick_new_empty_cpu_int16 (__main__.TestDecompCPU) ... skip: new_empty in torch.int16 not supported (0.001s) 2022-09-27T15:46:41.8781435Z test_quick_new_empty_cpu_int32 (__main__.TestDecompCPU) ... skip: new_empty in torch.int32 not supported (0.001s) 2022-09-27T15:46:41.8788560Z test_quick_new_empty_cpu_int64 (__main__.TestDecompCPU) ... skip: new_empty in torch.int64 not supported (0.001s) 2022-09-27T15:46:41.8796022Z test_quick_new_empty_cpu_int8 (__main__.TestDecompCPU) ... skip: new_empty in torch.int8 not supported (0.001s) 2022-09-27T15:46:41.8803581Z test_quick_new_empty_cpu_uint8 (__main__.TestDecompCPU) ... skip: new_empty in torch.uint8 not supported (0.001s) 2022-09-27T15:46:41.8807444Z test_quick_new_empty_strided_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:46:41.8811052Z test_quick_new_empty_strided_cpu_bool (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:46:41.8815025Z test_quick_new_empty_strided_cpu_complex128 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:46:41.8818558Z test_quick_new_empty_strided_cpu_complex32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:46:41.8822250Z test_quick_new_empty_strided_cpu_complex64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:46:41.8825824Z test_quick_new_empty_strided_cpu_float16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:46:41.8829411Z test_quick_new_empty_strided_cpu_float32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:46:41.8832801Z test_quick_new_empty_strided_cpu_float64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:46:41.8836406Z test_quick_new_empty_strided_cpu_int16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:46:41.8840010Z test_quick_new_empty_strided_cpu_int32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:46:41.8843667Z test_quick_new_empty_strided_cpu_int64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:46:41.8847467Z test_quick_new_empty_strided_cpu_int8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:46:41.8851512Z test_quick_new_empty_strided_cpu_uint8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:46:41.8886268Z test_quick_new_full_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:41.8938311Z test_quick_new_full_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:41.9046009Z test_quick_new_full_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:46:41.9158254Z test_quick_new_full_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:46:41.9269236Z test_quick_new_full_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:46:41.9300331Z test_quick_new_full_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:41.9378119Z test_quick_new_full_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:41.9454726Z test_quick_new_full_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:41.9504772Z test_quick_new_full_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:41.9554800Z test_quick_new_full_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:41.9603344Z test_quick_new_full_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:41.9653640Z test_quick_new_full_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:41.9703599Z test_quick_new_full_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:41.9731506Z test_quick_new_ones_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:41.9779001Z test_quick_new_ones_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:41.9883506Z test_quick_new_ones_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:41.9992568Z test_quick_new_ones_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:46:42.0099658Z test_quick_new_ones_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:46:42.0128017Z test_quick_new_ones_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:42.0204111Z test_quick_new_ones_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:42.0277206Z test_quick_new_ones_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:42.0325678Z test_quick_new_ones_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:42.0374296Z test_quick_new_ones_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:42.0421331Z test_quick_new_ones_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:42.0469828Z test_quick_new_ones_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:42.0517822Z test_quick_new_ones_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:42.0546339Z test_quick_new_zeros_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:42.0594016Z test_quick_new_zeros_cpu_bool (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:42.0697844Z test_quick_new_zeros_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:42.0806386Z test_quick_new_zeros_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:46:42.0913325Z test_quick_new_zeros_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:46:42.0942350Z test_quick_new_zeros_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:42.1018169Z test_quick_new_zeros_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:42.1091520Z test_quick_new_zeros_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:42.1140477Z test_quick_new_zeros_cpu_int16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:42.1188799Z test_quick_new_zeros_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:42.1238022Z test_quick_new_zeros_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:42.1286070Z test_quick_new_zeros_cpu_int8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:42.1334267Z test_quick_new_zeros_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:42.1388889Z test_quick_nextafter_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:42.1740284Z test_quick_nextafter_cpu_float32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:46:42.2079210Z test_quick_nextafter_cpu_float64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:46:42.3303603Z test_quick_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.122s) 2022-09-27T15:46:42.4487371Z test_quick_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.118s) 2022-09-27T15:46:42.4697727Z test_quick_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:42.5528548Z test_quick_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestDecompCPU) ... ok (0.083s) 2022-09-27T15:46:42.6358519Z test_quick_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestDecompCPU) ... ok (0.083s) 2022-09-27T15:46:42.6405212Z test_quick_nn_functional_elu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:42.6494146Z test_quick_nn_functional_elu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:42.6578853Z test_quick_nn_functional_elu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:42.6617781Z test_quick_nn_functional_embedding_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:42.6658272Z test_quick_nn_functional_embedding_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:42.6804574Z test_quick_nn_functional_embedding_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:46:42.6949453Z test_quick_nn_functional_embedding_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:46:42.7071681Z test_quick_nn_functional_gelu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:46:42.7750242Z test_quick_nn_functional_gelu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.068s) 2022-09-27T15:46:42.8396641Z test_quick_nn_functional_gelu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.065s) 2022-09-27T15:46:42.8665602Z test_quick_nn_functional_glu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:46:43.2304096Z test_quick_nn_functional_glu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.364s) 2022-09-27T15:46:43.5817612Z test_quick_nn_functional_glu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.351s) 2022-09-27T15:46:43.5894350Z test_quick_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:43.6104200Z test_quick_nn_functional_hardshrink_cpu_float32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:43.6307234Z test_quick_nn_functional_hardshrink_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:46:43.6343162Z test_quick_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:43.6423471Z test_quick_nn_functional_hardsigmoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:43.6501417Z test_quick_nn_functional_hardsigmoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:43.6552378Z test_quick_nn_functional_hardswish_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:43.6885017Z test_quick_nn_functional_hardswish_cpu_float32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:46:43.7211545Z test_quick_nn_functional_hardswish_cpu_float64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:46:43.7254950Z test_quick_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:43.7482208Z test_quick_nn_functional_hardtanh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:43.7703798Z test_quick_nn_functional_hardtanh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:43.7765561Z test_quick_nn_functional_hardtanh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:43.7826548Z test_quick_nn_functional_hardtanh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:43.7886173Z test_quick_nn_functional_hardtanh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:43.7946850Z test_quick_nn_functional_hardtanh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:43.8130470Z test_quick_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:46:43.8305400Z test_quick_nn_functional_huber_loss_cpu_float16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:46:43.9421993Z test_quick_nn_functional_huber_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.111s) 2022-09-27T15:46:44.0493505Z test_quick_nn_functional_huber_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.107s) 2022-09-27T15:46:44.0609222Z test_quick_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:46:44.1341863Z test_quick_nn_functional_leaky_relu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T15:46:44.2049413Z test_quick_nn_functional_leaky_relu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.071s) 2022-09-27T15:46:44.2095410Z test_quick_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:44.2215237Z test_quick_nn_functional_logsigmoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:46:44.2331165Z test_quick_nn_functional_logsigmoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:46:44.2415915Z test_quick_nn_functional_mish_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:44.2498828Z test_quick_nn_functional_mish_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:44.2510609Z 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:46:44.3031202Z test_quick_nn_functional_mse_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.052s) 2022-09-27T15:46:44.3526527Z test_quick_nn_functional_mse_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.049s) 2022-09-27T15:46:44.3765930Z test_quick_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:44.4408044Z test_quick_nn_functional_pad_constant_cpu_bool (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T15:46:44.5991299Z test_quick_nn_functional_pad_constant_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.158s) 2022-09-27T15:46:44.7628551Z test_quick_nn_functional_pad_constant_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.164s) 2022-09-27T15:46:44.7868254Z test_quick_nn_functional_pad_constant_cpu_float16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:44.8914207Z test_quick_nn_functional_pad_constant_cpu_float32 (__main__.TestDecompCPU) ... ok (0.104s) 2022-09-27T15:46:44.9924314Z test_quick_nn_functional_pad_constant_cpu_float64 (__main__.TestDecompCPU) ... ok (0.101s) 2022-09-27T15:46:45.0576040Z test_quick_nn_functional_pad_constant_cpu_int16 (__main__.TestDecompCPU) ... ok (0.065s) 2022-09-27T15:46:45.1226131Z test_quick_nn_functional_pad_constant_cpu_int32 (__main__.TestDecompCPU) ... ok (0.065s) 2022-09-27T15:46:45.1865148Z test_quick_nn_functional_pad_constant_cpu_int64 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T15:46:45.2512106Z test_quick_nn_functional_pad_constant_cpu_int8 (__main__.TestDecompCPU) ... ok (0.065s) 2022-09-27T15:46:45.3156969Z test_quick_nn_functional_pad_constant_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T15:46:45.3520954Z test_quick_nn_functional_prelu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:46:45.6079372Z test_quick_nn_functional_prelu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.256s) 2022-09-27T15:46:45.8560071Z test_quick_nn_functional_prelu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.248s) 2022-09-27T15:46:45.8569889Z test_quick_nn_functional_relu6_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.bfloat16 not supported (0.001s) 2022-09-27T15:46:45.8578353Z test_quick_nn_functional_relu6_cpu_float32 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.float32 not supported (0.001s) 2022-09-27T15:46:45.8586122Z test_quick_nn_functional_relu6_cpu_float64 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.float64 not supported (0.001s) 2022-09-27T15:46:45.8594019Z test_quick_nn_functional_relu6_cpu_int16 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.int16 not supported (0.001s) 2022-09-27T15:46:45.8602093Z test_quick_nn_functional_relu6_cpu_int32 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.int32 not supported (0.001s) 2022-09-27T15:46:45.8609889Z test_quick_nn_functional_relu6_cpu_int64 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.int64 not supported (0.001s) 2022-09-27T15:46:45.8618014Z test_quick_nn_functional_relu6_cpu_int8 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.int8 not supported (0.001s) 2022-09-27T15:46:45.8625795Z test_quick_nn_functional_relu6_cpu_uint8 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.uint8 not supported (0.001s) 2022-09-27T15:46:45.8657803Z test_quick_nn_functional_relu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:45.8769175Z test_quick_nn_functional_relu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:46:45.8873094Z test_quick_nn_functional_relu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:45.8941225Z test_quick_nn_functional_relu_cpu_int16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:45.9007869Z test_quick_nn_functional_relu_cpu_int32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:45.9073353Z test_quick_nn_functional_relu_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:45.9140749Z test_quick_nn_functional_relu_cpu_int8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:45.9206798Z test_quick_nn_functional_relu_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:45.9243506Z test_quick_nn_functional_rrelu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:45.9316798Z test_quick_nn_functional_rrelu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:45.9388609Z test_quick_nn_functional_rrelu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:45.9423843Z test_quick_nn_functional_silu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:45.9505318Z test_quick_nn_functional_silu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:45.9585147Z test_quick_nn_functional_silu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:45.9628520Z test_quick_nn_functional_softplus_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:45.9714347Z test_quick_nn_functional_softplus_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:45.9797870Z test_quick_nn_functional_softplus_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:45.9874963Z test_quick_nn_functional_softshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:46.0057208Z test_quick_nn_functional_softshrink_cpu_float32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:46:46.0235887Z test_quick_nn_functional_softshrink_cpu_float64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:46:46.2983827Z test_quick_nn_functional_unfold_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.275s) 2022-09-27T15:46:48.6480721Z test_quick_nn_functional_unfold_cpu_complex128 (__main__.TestDecompCPU) ... ok (2.350s) 2022-09-27T15:46:51.0650672Z test_quick_nn_functional_unfold_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.417s) 2022-09-27T15:46:51.3407827Z test_quick_nn_functional_unfold_cpu_float16 (__main__.TestDecompCPU) ... ok (0.276s) 2022-09-27T15:46:52.7757767Z test_quick_nn_functional_unfold_cpu_float32 (__main__.TestDecompCPU) ... ok (1.435s) 2022-09-27T15:46:54.1578800Z test_quick_nn_functional_unfold_cpu_float64 (__main__.TestDecompCPU) ... ok (1.382s) 2022-09-27T15:46:54.1801838Z test_quick_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:54.3190945Z test_quick_norm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.139s) 2022-09-27T15:46:54.4618874Z test_quick_norm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.143s) 2022-09-27T15:46:54.4868386Z test_quick_norm_cpu_float16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:46:54.5772873Z test_quick_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.090s) 2022-09-27T15:46:54.6660741Z test_quick_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.089s) 2022-09-27T15:46:54.6690509Z test_quick_norm_inf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:54.6793580Z test_quick_norm_inf_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:54.6898303Z test_quick_norm_inf_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:46:54.6929785Z test_quick_norm_inf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:54.7001552Z test_quick_norm_inf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:54.7072253Z test_quick_norm_inf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:54.7086317Z test_quick_ones_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:54.7101902Z test_quick_ones_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:54.7118930Z test_quick_ones_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:54.7136803Z test_quick_ones_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:54.7154538Z test_quick_ones_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:54.7168772Z test_quick_ones_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:54.7185714Z test_quick_ones_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:54.7202072Z test_quick_ones_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:54.7217614Z test_quick_ones_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:54.7232950Z test_quick_ones_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:54.7247857Z test_quick_ones_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:54.7263429Z test_quick_ones_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:54.7278633Z test_quick_ones_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:54.7305068Z test_quick_permute_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:54.7345794Z test_quick_permute_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:54.7437248Z test_quick_permute_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:54.7529500Z test_quick_permute_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:54.7625991Z test_quick_permute_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:54.7651818Z test_quick_permute_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:54.7717526Z test_quick_permute_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:54.7780959Z test_quick_permute_cpu_float64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:54.7821168Z test_quick_permute_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:54.7861451Z test_quick_permute_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:54.7902789Z test_quick_permute_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:54.7946817Z test_quick_permute_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:54.7987663Z test_quick_permute_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:54.8074809Z test_quick_pow_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:54.8665018Z test_quick_pow_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.059s) 2022-09-27T15:46:54.9281684Z test_quick_pow_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.062s) 2022-09-27T15:46:54.9361923Z test_quick_pow_cpu_float16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:54.9728257Z test_quick_pow_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:46:55.0087334Z test_quick_pow_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:46:55.0304376Z test_quick_pow_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:55.0520457Z test_quick_pow_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:55.0733064Z test_quick_pow_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:55.0949421Z test_quick_pow_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:55.1164576Z test_quick_pow_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:55.1754769Z test_quick_prod_cpu_bool (__main__.TestDecompCPU) ... ok (0.059s) 2022-09-27T15:46:55.3199203Z test_quick_prod_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.144s) 2022-09-27T15:46:55.4702309Z test_quick_prod_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.150s) 2022-09-27T15:46:55.5621282Z test_quick_prod_cpu_float32 (__main__.TestDecompCPU) ... ok (0.092s) 2022-09-27T15:46:55.6524166Z test_quick_prod_cpu_float64 (__main__.TestDecompCPU) ... ok (0.090s) 2022-09-27T15:46:55.7121366Z test_quick_prod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.060s) 2022-09-27T15:46:55.7716910Z test_quick_prod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.059s) 2022-09-27T15:46:55.8304849Z test_quick_prod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.059s) 2022-09-27T15:46:55.8897506Z test_quick_prod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.059s) 2022-09-27T15:46:55.9486568Z test_quick_prod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.059s) 2022-09-27T15:46:55.9502726Z test_quick_randn_cpu_bfloat16 (__main__.TestDecompCPU) ... expected failure (0.002s) 2022-09-27T15:46:55.9516766Z test_quick_randn_cpu_complex128 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-09-27T15:46:55.9530199Z test_quick_randn_cpu_complex32 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-09-27T15:46:55.9543617Z test_quick_randn_cpu_complex64 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-09-27T15:46:55.9557003Z test_quick_randn_cpu_float16 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-09-27T15:46:55.9570012Z test_quick_randn_cpu_float32 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-09-27T15:46:55.9583371Z test_quick_randn_cpu_float64 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-09-27T15:46:55.9608597Z test_quick_reciprocal_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:55.9638800Z test_quick_reciprocal_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:55.9689497Z test_quick_reciprocal_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:55.9741614Z test_quick_reciprocal_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:55.9766348Z test_quick_reciprocal_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:55.9805752Z test_quick_reciprocal_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:55.9846256Z test_quick_reciprocal_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:55.9876798Z test_quick_reciprocal_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:55.9907098Z test_quick_reciprocal_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:55.9937317Z test_quick_reciprocal_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:55.9967154Z test_quick_reciprocal_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:55.9997799Z test_quick_reciprocal_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:56.0085240Z test_quick_remainder_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:56.0173362Z test_quick_remainder_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:56.0542981Z test_quick_remainder_cpu_float32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-09-27T15:46:56.0897037Z test_quick_remainder_cpu_float64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:46:56.1115293Z test_quick_remainder_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:56.1333622Z test_quick_remainder_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:56.1548813Z test_quick_remainder_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:46:56.1767000Z test_quick_remainder_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:56.1983120Z test_quick_remainder_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:56.2072848Z test_quick_repeat_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:56.2273833Z test_quick_repeat_cpu_bool (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:46:56.2578649Z test_quick_repeat_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:46:56.2888245Z test_quick_repeat_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T15:46:56.2978746Z test_quick_repeat_cpu_float16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:56.3206141Z test_quick_repeat_cpu_float32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:56.3427551Z test_quick_repeat_cpu_float64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:56.3630994Z test_quick_repeat_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:46:56.3832313Z test_quick_repeat_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:46:56.4025919Z test_quick_repeat_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:46:56.4227035Z test_quick_repeat_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:46:56.4429609Z test_quick_repeat_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:46:56.4503249Z test_quick_roll_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:56.4720984Z test_quick_roll_cpu_bool (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:56.5259602Z test_quick_roll_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.054s) 2022-09-27T15:46:56.5813300Z test_quick_roll_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.055s) 2022-09-27T15:46:56.6381182Z test_quick_roll_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-09-27T15:46:56.6452549Z test_quick_roll_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:56.6800546Z test_quick_roll_cpu_float32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:46:56.7138011Z test_quick_roll_cpu_float64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:46:56.7356955Z test_quick_roll_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:56.7575417Z test_quick_roll_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:56.7791350Z test_quick_roll_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:56.8010089Z test_quick_roll_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:56.8227544Z test_quick_roll_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:56.8389987Z test_quick_rot90_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:46:56.9124204Z test_quick_rot90_cpu_bool (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T15:46:57.1137040Z test_quick_rot90_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.201s) 2022-09-27T15:46:57.3237857Z test_quick_rot90_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.210s) 2022-09-27T15:46:57.3404607Z test_quick_rot90_cpu_float16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:46:57.4646748Z test_quick_rot90_cpu_float32 (__main__.TestDecompCPU) ... ok (0.124s) 2022-09-27T15:46:57.5837963Z test_quick_rot90_cpu_float64 (__main__.TestDecompCPU) ... ok (0.119s) 2022-09-27T15:46:57.6583317Z test_quick_rot90_cpu_int16 (__main__.TestDecompCPU) ... ok (0.074s) 2022-09-27T15:46:57.7326827Z test_quick_rot90_cpu_int32 (__main__.TestDecompCPU) ... ok (0.074s) 2022-09-27T15:46:57.8063619Z test_quick_rot90_cpu_int64 (__main__.TestDecompCPU) ... ok (0.074s) 2022-09-27T15:46:57.8806170Z test_quick_rot90_cpu_int8 (__main__.TestDecompCPU) ... ok (0.074s) 2022-09-27T15:46:57.9549662Z test_quick_rot90_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.074s) 2022-09-27T15:46:57.9573055Z test_quick_rsqrt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:57.9604121Z test_quick_rsqrt_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:57.9655773Z test_quick_rsqrt_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:57.9707431Z test_quick_rsqrt_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:57.9747147Z test_quick_rsqrt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:57.9785828Z test_quick_rsqrt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:57.9816359Z test_quick_rsqrt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:57.9846115Z test_quick_rsqrt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:57.9876212Z test_quick_rsqrt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:57.9906383Z test_quick_rsqrt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:57.9936587Z test_quick_rsqrt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:57.9995262Z test_quick_rsub_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:58.0645002Z test_quick_rsub_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.065s) 2022-09-27T15:46:58.1313858Z test_quick_rsub_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.067s) 2022-09-27T15:46:58.1373909Z test_quick_rsub_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:58.1769921Z test_quick_rsub_cpu_float32 (__main__.TestDecompCPU) ... ok (0.039s) 2022-09-27T15:46:58.2150233Z test_quick_rsub_cpu_float64 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T15:46:58.2375104Z test_quick_rsub_cpu_int16 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:58.2599875Z test_quick_rsub_cpu_int32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:58.2821157Z test_quick_rsub_cpu_int64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:58.3045132Z test_quick_rsub_cpu_int8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:58.3266723Z test_quick_rsub_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:46:58.3312242Z test_quick_select_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:58.3322005Z test_quick_select_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:58.3448915Z test_quick_select_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:46:58.3459030Z test_quick_select_cpu_complex32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:58.3589633Z test_quick_select_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:46:58.3630681Z test_quick_select_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:58.3721668Z test_quick_select_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:58.3811894Z test_quick_select_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:58.3821020Z test_quick_select_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:58.3829712Z test_quick_select_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:58.3838414Z test_quick_select_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:58.3847205Z test_quick_select_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:58.3856116Z test_quick_select_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-09-27T15:46:58.3870823Z test_quick_sgn_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:58.3929171Z test_quick_sgn_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:58.4081774Z test_quick_sgn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:46:58.4246955Z test_quick_sgn_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:46:58.4410661Z test_quick_sgn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:46:58.4426687Z test_quick_sgn_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:58.4520136Z test_quick_sgn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:58.4608133Z test_quick_sgn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:58.4666012Z test_quick_sgn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:58.4722695Z test_quick_sgn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:58.4779334Z test_quick_sgn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:58.4835980Z test_quick_sgn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:58.4892076Z test_quick_sgn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:58.4944712Z test_quick_sigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:58.4987352Z test_quick_sigmoid_cpu_bool (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:58.5110825Z test_quick_sigmoid_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:46:58.5238633Z test_quick_sigmoid_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:46:58.5332979Z test_quick_sigmoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:58.5424835Z test_quick_sigmoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:58.5468102Z test_quick_sigmoid_cpu_int16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:58.5511052Z test_quick_sigmoid_cpu_int32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:58.5554009Z test_quick_sigmoid_cpu_int64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:58.5596922Z test_quick_sigmoid_cpu_int8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:58.5639900Z test_quick_sigmoid_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:58.5656156Z test_quick_sign_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:58.5715436Z test_quick_sign_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:58.5731072Z test_quick_sign_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:46:58.5824524Z test_quick_sign_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:58.5910751Z test_quick_sign_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:58.5968787Z test_quick_sign_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:58.6026698Z test_quick_sign_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:58.6083785Z test_quick_sign_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:58.6141370Z test_quick_sign_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:58.6198612Z test_quick_sign_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:58.6248874Z test_quick_signbit_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:58.6305384Z test_quick_signbit_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:58.6358394Z test_quick_signbit_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:58.6449741Z test_quick_signbit_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:58.6533315Z test_quick_signbit_cpu_float64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:46:58.6590509Z test_quick_signbit_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:58.6647808Z test_quick_signbit_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:58.6706337Z test_quick_signbit_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:58.6762752Z test_quick_signbit_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:58.6819467Z test_quick_signbit_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:58.6836249Z test_quick_sin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:58.6898284Z test_quick_sin_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:58.7052106Z test_quick_sin_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:46:58.7217277Z test_quick_sin_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:46:58.7312174Z test_quick_sin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:58.7400022Z test_quick_sin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:58.7463110Z test_quick_sin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:58.7525838Z test_quick_sin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:58.7588184Z test_quick_sin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:58.7651378Z test_quick_sin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:58.7712945Z test_quick_sin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:58.7740118Z test_quick_sinc_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:58.7773380Z test_quick_sinc_cpu_bool (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:58.7823598Z test_quick_sinc_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:58.7875300Z test_quick_sinc_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:58.7916642Z test_quick_sinc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:58.7956884Z test_quick_sinc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:58.7990386Z test_quick_sinc_cpu_int16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:58.8023961Z test_quick_sinc_cpu_int32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:58.8057229Z test_quick_sinc_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:58.8090331Z test_quick_sinc_cpu_int8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:58.8123542Z test_quick_sinc_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:58.8140273Z test_quick_sinh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:58.8202324Z test_quick_sinh_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:58.8355676Z test_quick_sinh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:46:58.8520222Z test_quick_sinh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:46:58.8613985Z test_quick_sinh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:58.8701351Z test_quick_sinh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:58.8763276Z test_quick_sinh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:58.8825167Z test_quick_sinh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:58.8886622Z test_quick_sinh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:58.8948586Z test_quick_sinh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:58.9009563Z test_quick_sinh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:46:58.9081818Z test_quick_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:46:58.9444832Z test_quick_softmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:46:58.9798853Z test_quick_softmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:46:58.9818085Z test_quick_special_i0e_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:58.9841254Z test_quick_special_i0e_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:58.9873699Z test_quick_special_i0e_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:58.9905171Z test_quick_special_i0e_cpu_float64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:58.9928392Z test_quick_special_i0e_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:58.9951681Z test_quick_special_i0e_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:59.0034476Z test_quick_special_i0e_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:59.0034976Z test_quick_special_i0e_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:59.0035459Z test_quick_special_i0e_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:59.0043318Z test_quick_special_i1_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:59.0089890Z test_quick_special_i1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:46:59.0131635Z test_quick_special_i1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:59.0154818Z test_quick_special_i1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:59.0178273Z test_quick_special_i1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:59.0201238Z test_quick_special_i1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:59.0224641Z test_quick_special_i1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:59.0247572Z test_quick_special_i1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:59.0270577Z test_quick_special_i1e_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:59.0313278Z test_quick_special_i1e_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:59.0354817Z test_quick_special_i1e_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:46:59.0378447Z test_quick_special_i1e_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:59.0401529Z test_quick_special_i1e_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:59.0424850Z test_quick_special_i1e_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:59.0447806Z test_quick_special_i1e_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:59.0470943Z test_quick_special_i1e_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:59.0704008Z test_quick_special_zeta_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:46:59.1058534Z test_quick_special_zeta_cpu_float32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:46:59.1397537Z test_quick_special_zeta_cpu_float64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T15:46:59.1636167Z test_quick_special_zeta_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:59.1878500Z test_quick_special_zeta_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:59.2118641Z test_quick_special_zeta_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:59.2358861Z test_quick_special_zeta_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:59.2607586Z test_quick_special_zeta_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:46:59.2628254Z test_quick_split_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:59.2718855Z test_quick_split_cpu_bool (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:59.2955682Z test_quick_split_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:46:59.3209213Z test_quick_split_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:46:59.3462209Z test_quick_split_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:46:59.3481524Z test_quick_split_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:46:59.3626117Z test_quick_split_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:46:59.3764339Z test_quick_split_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:46:59.3856328Z test_quick_split_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:59.3950777Z test_quick_split_cpu_int32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:59.4041001Z test_quick_split_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:59.4132593Z test_quick_split_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:59.4223731Z test_quick_split_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:46:59.4249758Z test_quick_split_list_args_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:59.4438581Z test_quick_split_list_args_cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:46:59.4949672Z test_quick_split_list_args_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.051s) 2022-09-27T15:46:59.5487336Z test_quick_split_list_args_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.054s) 2022-09-27T15:46:59.5514865Z test_quick_split_list_args_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:59.5826087Z test_quick_split_list_args_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T15:46:59.6119346Z test_quick_split_list_args_cpu_float64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-09-27T15:46:59.6309947Z test_quick_split_list_args_cpu_int16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:46:59.6500994Z test_quick_split_list_args_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:46:59.6689737Z test_quick_split_list_args_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:46:59.6881228Z test_quick_split_list_args_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:46:59.7074390Z test_quick_split_list_args_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:46:59.7106528Z test_quick_split_with_sizes_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:59.7353853Z test_quick_split_with_sizes_cpu_bool (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:46:59.8032662Z test_quick_split_with_sizes_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.068s) 2022-09-27T15:46:59.8764217Z test_quick_split_with_sizes_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T15:46:59.9480585Z test_quick_split_with_sizes_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.072s) 2022-09-27T15:46:59.9513659Z test_quick_split_with_sizes_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:46:59.9922580Z test_quick_split_with_sizes_cpu_float32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T15:47:00.0312263Z test_quick_split_with_sizes_cpu_float64 (__main__.TestDecompCPU) ... ok (0.039s) 2022-09-27T15:47:00.0563862Z test_quick_split_with_sizes_cpu_int16 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:47:00.0815492Z test_quick_split_with_sizes_cpu_int32 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:47:00.1064150Z test_quick_split_with_sizes_cpu_int64 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:47:00.1315735Z test_quick_split_with_sizes_cpu_int8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:47:00.1565129Z test_quick_split_with_sizes_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.025s) 2022-09-27T15:47:00.1583703Z test_quick_sqrt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:00.1645559Z test_quick_sqrt_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:00.1801867Z test_quick_sqrt_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:47:00.1966234Z test_quick_sqrt_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:47:00.2060615Z test_quick_sqrt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:47:00.2147851Z test_quick_sqrt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:47:00.2208504Z test_quick_sqrt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:00.2269823Z test_quick_sqrt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:00.2330348Z test_quick_sqrt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:00.2390555Z test_quick_sqrt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:00.2451070Z test_quick_sqrt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:00.2486597Z test_quick_squeeze_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:47:00.2565472Z test_quick_squeeze_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:47:00.2738445Z test_quick_squeeze_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:47:00.2912933Z test_quick_squeeze_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:47:00.3088266Z test_quick_squeeze_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T15:47:00.3122415Z test_quick_squeeze_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:47:00.3244044Z test_quick_squeeze_cpu_float32 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:47:00.3363332Z test_quick_squeeze_cpu_float64 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:47:00.3442553Z test_quick_squeeze_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:47:00.3521884Z test_quick_squeeze_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:47:00.3599981Z test_quick_squeeze_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:47:00.3679298Z test_quick_squeeze_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:47:00.3759518Z test_quick_squeeze_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:47:00.3797843Z test_quick_stack_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:47:00.3874183Z test_quick_stack_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:47:00.4084176Z test_quick_stack_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:47:00.4301060Z test_quick_stack_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:47:00.4520491Z test_quick_stack_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.022s) 2022-09-27T15:47:00.4561459Z test_quick_stack_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:47:00.4703595Z test_quick_stack_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:47:00.4842395Z test_quick_stack_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:47:00.4921305Z test_quick_stack_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:47:00.4999437Z test_quick_stack_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:47:00.5074936Z test_quick_stack_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:47:00.5153468Z test_quick_stack_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:47:00.5230241Z test_quick_stack_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:47:00.5289523Z test_quick_std_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:00.5757744Z test_quick_std_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T15:47:00.6242533Z test_quick_std_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T15:47:00.6303736Z test_quick_std_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:00.6595659Z test_quick_std_cpu_float32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-09-27T15:47:00.6877708Z test_quick_std_cpu_float64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-09-27T15:47:00.6992978Z test_quick_std_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:47:00.7897833Z test_quick_std_mean_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.090s) 2022-09-27T15:47:00.8849652Z test_quick_std_mean_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.095s) 2022-09-27T15:47:00.8969171Z test_quick_std_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.012s) 2022-09-27T15:47:00.9533534Z test_quick_std_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.056s) 2022-09-27T15:47:01.0080162Z test_quick_std_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.054s) 2022-09-27T15:47:01.0176460Z test_quick_sub_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:47:01.0841995Z test_quick_sub_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.066s) 2022-09-27T15:47:01.1539434Z test_quick_sub_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.070s) 2022-09-27T15:47:01.2236914Z test_quick_sub_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.070s) 2022-09-27T15:47:01.2342608Z test_quick_sub_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:47:01.2767382Z test_quick_sub_cpu_float32 (__main__.TestDecompCPU) ... ok (0.042s) 2022-09-27T15:47:01.3168819Z test_quick_sub_cpu_float64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-09-27T15:47:01.3411104Z test_quick_sub_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:47:01.3653492Z test_quick_sub_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:47:01.3892463Z test_quick_sub_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:47:01.4134400Z test_quick_sub_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:47:01.4374174Z test_quick_sub_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:47:01.4481128Z test_quick_sum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:47:01.4638611Z test_quick_sum_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:47:01.4997480Z test_quick_sum_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:47:01.5362690Z test_quick_sum_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:47:01.5469128Z test_quick_sum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T15:47:01.5730799Z test_quick_sum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:47:01.5986188Z test_quick_sum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:47:01.6144540Z test_quick_sum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:47:01.6302852Z test_quick_sum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:47:01.6456990Z test_quick_sum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:47:01.6615223Z test_quick_sum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:47:01.6773178Z test_quick_sum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:47:01.6791162Z test_quick_t_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:01.6813646Z test_quick_t_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:01.6864205Z test_quick_t_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:47:01.6913711Z test_quick_t_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:47:01.6931038Z test_quick_t_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:01.6967676Z test_quick_t_cpu_float32 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:47:01.7003204Z test_quick_t_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:47:01.7025870Z test_quick_t_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:01.7048041Z test_quick_t_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:01.7069712Z test_quick_t_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:01.7092102Z test_quick_t_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:01.7114584Z test_quick_t_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:01.7131696Z test_quick_tan_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:01.7193745Z test_quick_tan_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:01.7347770Z test_quick_tan_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:47:01.7511648Z test_quick_tan_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T15:47:01.7605884Z test_quick_tan_cpu_float32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:47:01.7695451Z test_quick_tan_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:47:01.7756535Z test_quick_tan_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:01.7818498Z test_quick_tan_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:01.7881300Z test_quick_tan_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:01.7943983Z test_quick_tan_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:01.8004170Z test_quick_tan_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:01.8028288Z test_quick_tanh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:01.8088138Z test_quick_tanh_cpu_bool (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:01.8535411Z test_quick_tanh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.045s) 2022-09-27T15:47:01.9014344Z test_quick_tanh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T15:47:01.9260195Z test_quick_tanh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:47:01.9493934Z test_quick_tanh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:47:01.9556055Z test_quick_tanh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:01.9617797Z test_quick_tanh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:01.9678809Z test_quick_tanh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:01.9739831Z test_quick_tanh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:01.9800824Z test_quick_tanh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:01.9832645Z test_quick_trace_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:47:01.9865005Z test_quick_trace_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T15:47:01.9888135Z test_quick_trace_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:01.9911226Z test_quick_trace_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:01.9928184Z test_quick_trace_cpu_int16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:01.9945311Z test_quick_trace_cpu_int32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:01.9962106Z test_quick_trace_cpu_int64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:01.9979378Z test_quick_trace_cpu_int8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:01.9996330Z test_quick_trace_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:02.0035114Z test_quick_transpose_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:47:02.0113639Z test_quick_transpose_cpu_bool (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:47:02.0318193Z test_quick_transpose_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:47:02.0530803Z test_quick_transpose_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:47:02.0742083Z test_quick_transpose_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:47:02.0781255Z test_quick_transpose_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:47:02.0920189Z test_quick_transpose_cpu_float32 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T15:47:02.1054276Z test_quick_transpose_cpu_float64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:47:02.1134348Z test_quick_transpose_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:47:02.1213584Z test_quick_transpose_cpu_int32 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:47:02.1290646Z test_quick_transpose_cpu_int64 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:47:02.1369481Z test_quick_transpose_cpu_int8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:47:02.1449087Z test_quick_transpose_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T15:47:02.1491553Z test_quick_tril_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:47:02.1683379Z test_quick_tril_cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:47:02.2202675Z test_quick_tril_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.052s) 2022-09-27T15:47:02.2747256Z test_quick_tril_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.054s) 2022-09-27T15:47:02.2791885Z test_quick_tril_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:47:02.3104253Z test_quick_tril_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T15:47:02.3402644Z test_quick_tril_cpu_float64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:47:02.3599061Z test_quick_tril_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:47:02.3794124Z test_quick_tril_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:47:02.3988652Z test_quick_tril_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:47:02.4183892Z test_quick_tril_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:47:02.4377867Z test_quick_tril_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:47:02.4430342Z test_quick_tril_indices_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:47:02.4478381Z test_quick_tril_indices_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:47:02.4522004Z test_quick_triu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:47:02.4714689Z test_quick_triu_cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:47:02.5232153Z test_quick_triu_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.052s) 2022-09-27T15:47:02.5778805Z test_quick_triu_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.055s) 2022-09-27T15:47:02.5824798Z test_quick_triu_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:47:02.6135137Z test_quick_triu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T15:47:02.6438369Z test_quick_triu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T15:47:02.6639382Z test_quick_triu_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:47:02.6834221Z test_quick_triu_cpu_int32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:47:02.7027238Z test_quick_triu_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:47:02.7222322Z test_quick_triu_cpu_int8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:47:02.7415218Z test_quick_triu_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T15:47:02.7464553Z test_quick_triu_indices_cpu_int32 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:47:02.7511533Z test_quick_triu_indices_cpu_int64 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:47:02.7527946Z test_quick_trunc_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:02.7624949Z test_quick_trunc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:47:02.7711821Z test_quick_trunc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:47:02.7770005Z test_quick_trunc_cpu_int16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:02.7827844Z test_quick_trunc_cpu_int32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:02.7885519Z test_quick_trunc_cpu_int64 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:02.7942615Z test_quick_trunc_cpu_int8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:02.8000166Z test_quick_trunc_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:02.8044750Z test_quick_unbind_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:47:02.8280677Z test_quick_unbind_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:47:02.8944945Z test_quick_unbind_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.066s) 2022-09-27T15:47:02.9644038Z test_quick_unbind_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.070s) 2022-09-27T15:47:03.0336592Z test_quick_unbind_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.069s) 2022-09-27T15:47:03.0382314Z test_quick_unbind_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:47:03.0795386Z test_quick_unbind_cpu_float32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T15:47:03.1194288Z test_quick_unbind_cpu_float64 (__main__.TestDecompCPU) ... ok (0.040s) 2022-09-27T15:47:03.1435074Z test_quick_unbind_cpu_int16 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:47:03.1674599Z test_quick_unbind_cpu_int32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:47:03.1907314Z test_quick_unbind_cpu_int64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:47:03.2147221Z test_quick_unbind_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:47:03.2385367Z test_quick_unbind_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:47:03.2399070Z test_quick_uniform_cpu_bfloat16 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-09-27T15:47:03.2412848Z test_quick_uniform_cpu_complex128 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-09-27T15:47:03.2425373Z test_quick_uniform_cpu_complex64 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-09-27T15:47:03.2437860Z test_quick_uniform_cpu_float16 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-09-27T15:47:03.2450244Z test_quick_uniform_cpu_float32 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-09-27T15:47:03.2462831Z test_quick_uniform_cpu_float64 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-09-27T15:47:03.2503263Z test_quick_unsqueeze_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:47:03.2595836Z test_quick_unsqueeze_cpu_bool (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:47:03.2836868Z test_quick_unsqueeze_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:47:03.3082127Z test_quick_unsqueeze_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:47:03.3327197Z test_quick_unsqueeze_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:47:03.3367156Z test_quick_unsqueeze_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:47:03.3522877Z test_quick_unsqueeze_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:47:03.3674624Z test_quick_unsqueeze_cpu_float64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T15:47:03.3768869Z test_quick_unsqueeze_cpu_int16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:47:03.3863010Z test_quick_unsqueeze_cpu_int32 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:47:03.3955123Z test_quick_unsqueeze_cpu_int64 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:47:03.4049254Z test_quick_unsqueeze_cpu_int8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:47:03.4142771Z test_quick_unsqueeze_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:47:03.4195732Z test_quick_var_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:47:03.4647867Z test_quick_var_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.045s) 2022-09-27T15:47:03.5120679Z test_quick_var_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T15:47:03.5178782Z test_quick_var_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T15:47:03.5464293Z test_quick_var_cpu_float32 (__main__.TestDecompCPU) ... ok (0.028s) 2022-09-27T15:47:03.5743567Z test_quick_var_cpu_float64 (__main__.TestDecompCPU) ... ok (0.028s) 2022-09-27T15:47:03.5837142Z test_quick_var_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T15:47:03.6739213Z test_quick_var_mean_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.090s) 2022-09-27T15:47:03.7672260Z test_quick_var_mean_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.093s) 2022-09-27T15:47:03.7775225Z test_quick_var_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T15:47:03.8326464Z test_quick_var_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.055s) 2022-09-27T15:47:03.8952935Z test_quick_var_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T15:47:03.8993085Z test_quick_view_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:47:03.9122284Z test_quick_view_cpu_bool (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:47:03.9453546Z test_quick_view_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T15:47:03.9799529Z test_quick_view_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:47:04.0145238Z test_quick_view_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T15:47:04.0186639Z test_quick_view_cpu_float16 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T15:47:04.0398545Z test_quick_view_cpu_float32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T15:47:04.0599761Z test_quick_view_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T15:47:04.0726767Z test_quick_view_cpu_int16 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:47:04.0856644Z test_quick_view_cpu_int32 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:47:04.0982375Z test_quick_view_cpu_int64 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:47:04.1109932Z test_quick_view_cpu_int8 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:47:04.1235609Z test_quick_view_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.013s) 2022-09-27T15:47:04.1281779Z test_quick_where_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:47:04.1459079Z test_quick_where_cpu_bool (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:47:04.1856048Z test_quick_where_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.040s) 2022-09-27T15:47:04.2264353Z test_quick_where_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T15:47:04.2674699Z test_quick_where_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T15:47:04.2720636Z test_quick_where_cpu_float16 (__main__.TestDecompCPU) ... ok (0.005s) 2022-09-27T15:47:04.2990971Z test_quick_where_cpu_float32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T15:47:04.3255938Z test_quick_where_cpu_float64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T15:47:04.3438656Z test_quick_where_cpu_int16 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:47:04.3620075Z test_quick_where_cpu_int32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:47:04.3800110Z test_quick_where_cpu_int64 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:47:04.3981608Z test_quick_where_cpu_int8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:47:04.4161764Z test_quick_where_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T15:47:04.4230969Z test_quick_xlogy_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:47:04.4462037Z test_quick_xlogy_cpu_bool (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:47:04.4530903Z test_quick_xlogy_cpu_float16 (__main__.TestDecompCPU) ... ok (0.007s) 2022-09-27T15:47:04.4899432Z test_quick_xlogy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.037s) 2022-09-27T15:47:04.5256039Z test_quick_xlogy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T15:47:04.5491322Z test_quick_xlogy_cpu_int16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:47:04.5726180Z test_quick_xlogy_cpu_int32 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T15:47:04.5966295Z test_quick_xlogy_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:47:04.6203648Z test_quick_xlogy_cpu_int8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:47:04.6441649Z test_quick_xlogy_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T15:47:04.6457774Z test_quick_zeros_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:04.6474067Z test_quick_zeros_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:04.6492716Z test_quick_zeros_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:04.6511767Z test_quick_zeros_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:04.6530746Z test_quick_zeros_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:04.6545043Z test_quick_zeros_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:47:04.6561599Z test_quick_zeros_cpu_float32 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:04.6577908Z test_quick_zeros_cpu_float64 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T15:47:04.6592838Z test_quick_zeros_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:47:04.6607875Z test_quick_zeros_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:47:04.6622682Z test_quick_zeros_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:47:04.6637772Z test_quick_zeros_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:47:04.6653197Z test_quick_zeros_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T15:47:04.6654667Z 2022-09-27T15:47:04.6655071Z ---------------------------------------------------------------------- 2022-09-27T15:47:04.6656700Z Ran 7050 tests in 686.098s 2022-09-27T15:47:04.6656906Z 2022-09-27T15:47:04.6657062Z OK (skipped=445, expected failures=30) 2022-09-27T15:47:04.6657313Z 2022-09-27T15:47:04.6657471Z Generating XML reports... 2022-09-27T15:47:05.4090360Z Generated XML report: test-reports/python-unittest/test_decomp/TEST-TestDecompCPU-20220927153538.xml 2022-09-27T15:47:05.9387951Z Running test_schema_check ... [2022-09-27 15:47:05.938402] 2022-09-27T15:47:05.9388470Z Executing ['/opt/conda/bin/python', '-bb', 'test_schema_check.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:47:05.938485] 2022-09-27T15:47:08.2537294Z Test results will be stored in test-reports/python-unittest/test_schema_check 2022-09-27T15:47:08.2771525Z 2022-09-27T15:47:08.2771802Z Running tests... 2022-09-27T15:47:08.2772230Z ---------------------------------------------------------------------- 2022-09-27T15:47:08.2998179Z test_alias_check_fail_multiple_operators (__main__.TestSchemaCheck) ... ok (0.023s) 2022-09-27T15:47:08.3018809Z test_alias_check_fail_multiple_operators_centered (__main__.TestSchemaCheck) ... ok (0.002s) 2022-09-27T15:47:08.3039493Z test_alias_check_fail_outputs_unexpectedly_aliasing (__main__.TestSchemaCheck) ... ok (0.002s) 2022-09-27T15:47:08.3054093Z test_alias_check_fail_simple (__main__.TestSchemaCheck) ... ok (0.001s) 2022-09-27T15:47:08.3063236Z test_is_alias_of_basic (__main__.TestSchemaCheck) ... ok (0.001s) 2022-09-27T15:47:08.3108963Z test_is_alias_of_empty_container (__main__.TestSchemaCheck) ... ok (0.005s) 2022-09-27T15:47:08.3127577Z test_mutation_check_fail (__main__.TestSchemaCheck) ... ok (0.002s) 2022-09-27T15:47:08.3151737Z test_mutation_check_fail_multiple_operators (__main__.TestSchemaCheck) ... ok (0.002s) 2022-09-27T15:47:08.3161336Z test_overlaps_basic (__main__.TestSchemaCheck) ... ok (0.001s) 2022-09-27T15:47:08.3182950Z test_overlaps_empty_container (__main__.TestSchemaCheck) ... ok (0.002s) 2022-09-27T15:47:08.3277809Z test_schema_check_mode_empty_list_input (__main__.TestSchemaCheck) ... ok (0.009s) 2022-09-27T15:47:08.3305703Z test_schema_check_mode_functionality (__main__.TestSchemaCheck) ... ok (0.003s) 2022-09-27T15:47:08.3322965Z test_schema_check_mode_functionality_aliasing_inputs (__main__.TestSchemaCheck) ... ok (0.002s) 2022-09-27T15:47:08.3338631Z test_schema_check_mode_functionality_default_replaced (__main__.TestSchemaCheck) ... ok (0.002s) 2022-09-27T15:47:08.3392422Z test_schema_check_mode_functionality_device_input (__main__.TestSchemaCheck) ... ok (0.005s) 2022-09-27T15:47:08.3442717Z test_schema_check_mode_functionality_kwarg_tensor (__main__.TestSchemaCheck) ... ok (0.005s) 2022-09-27T15:47:08.3469220Z test_schema_check_mode_functionality_list_input (__main__.TestSchemaCheck) ... ok (0.003s) 2022-09-27T15:47:08.3482870Z test_schema_check_mode_functionality_mutable_inputs (__main__.TestSchemaCheck) ... ok (0.001s) 2022-09-27T15:47:08.3600999Z test_schema_check_mode_functionality_nested_training_op (__main__.TestSchemaCheck) ... ok (0.012s) 2022-09-27T15:47:08.3705915Z test_schema_check_mode_functionality_training_op (__main__.TestSchemaCheck) ... ok (0.010s) 2022-09-27T15:47:08.3724419Z test_schema_check_mode_functionality_wildcard_after (__main__.TestSchemaCheck) ... ok (0.002s) 2022-09-27T15:47:08.3744282Z test_schema_check_mode_functionality_with_multiple_outputs (__main__.TestSchemaCheck) ... ok (0.002s) 2022-09-27T15:47:08.3761471Z test_schema_check_mode_functionality_with_multiple_outputs_aliasing (__main__.TestSchemaCheck) ... test_schema_check.py:285: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3], which does not match the required output shape [1, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:47:08.3762719Z torch.aminmax(x, dim=0, out=[actual, actual]) 2022-09-27T15:47:08.3764268Z ok (0.002s) 2022-09-27T15:47:08.3783181Z test_schema_check_mode_mutated_aliasing_aliasing_inputs (__main__.TestSchemaCheck) ... ok (0.002s) 2022-09-27T15:47:08.3801712Z test_schema_check_mode_mutated_aliasing_aliasing_outputs (__main__.TestSchemaCheck) ... test_schema_check.py:188: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3], which does not match the required output shape [1, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:47:08.3802923Z torch.aminmax(x, dim=0, out=[actual, actual]) 2022-09-27T15:47:08.3806863Z ok (0.002s) 2022-09-27T15:47:08.3825842Z test_schema_check_mode_mutated_aliasing_as_strided (__main__.TestSchemaCheck) ... ok (0.002s) 2022-09-27T15:47:08.3845100Z test_schema_check_mode_mutated_aliasing_multiple_outputs (__main__.TestSchemaCheck) ... ok (0.002s) 2022-09-27T15:47:08.3859494Z test_schema_check_mode_mutated_aliasing_mutation (__main__.TestSchemaCheck) ... ok (0.001s) 2022-09-27T15:47:08.3873620Z test_schema_check_mode_mutated_aliasing_none (__main__.TestSchemaCheck) ... ok (0.001s) 2022-09-27T15:47:08.3890381Z test_schema_check_mode_mutated_aliasing_resize_ (__main__.TestSchemaCheck) ... ok (0.002s) 2022-09-27T15:47:08.3946563Z test_schema_check_mode_operator_order (__main__.TestSchemaCheck) ... ok (0.006s) 2022-09-27T15:47:08.4000032Z test_schema_check_mode_operator_order_without_grad (__main__.TestSchemaCheck) ... ok (0.005s) 2022-09-27T15:47:08.4021957Z test_schema_info_bind_basic (__main__.TestSchemaCheck) ... ok (0.002s) 2022-09-27T15:47:08.4042023Z test_schema_correctness_H_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:08.4057600Z test_schema_correctness_H_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:08.4080325Z test_schema_correctness_H_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:08.4090153Z test_schema_correctness_H_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:08.4111733Z test_schema_correctness_H_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:47:08.4127087Z test_schema_correctness_H_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:08.4141767Z test_schema_correctness_H_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:08.4156867Z test_schema_correctness_H_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:08.4170912Z test_schema_correctness_H_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:08.4184780Z test_schema_correctness_H_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:08.4198531Z test_schema_correctness_H_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:08.4212915Z test_schema_correctness_H_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:08.4226275Z test_schema_correctness_H_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:08.4388289Z test_schema_correctness_T_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:47:08.4547574Z test_schema_correctness_T_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:47:08.4707817Z test_schema_correctness_T_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:47:08.4718547Z test_schema_correctness_T_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:08.4879205Z test_schema_correctness_T_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:47:08.5039943Z test_schema_correctness_T_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:47:08.5200529Z test_schema_correctness_T_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:47:08.5361262Z test_schema_correctness_T_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:47:08.5519323Z test_schema_correctness_T_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:47:08.5677402Z test_schema_correctness_T_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:47:08.5833950Z test_schema_correctness_T_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:47:08.5991458Z test_schema_correctness_T_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:47:08.6148625Z test_schema_correctness_T_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:47:08.6342699Z test_schema_correctness___getitem___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:47:08.6529192Z test_schema_correctness___getitem___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:47:08.6754676Z test_schema_correctness___getitem___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:47:08.6764304Z test_schema_correctness___getitem___cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:47:08.6986127Z test_schema_correctness___getitem___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:47:08.7177555Z test_schema_correctness___getitem___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:47:08.7369553Z test_schema_correctness___getitem___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:47:08.7578260Z test_schema_correctness___getitem___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:47:08.7764949Z test_schema_correctness___getitem___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:47:08.7957064Z test_schema_correctness___getitem___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:47:08.8149429Z test_schema_correctness___getitem___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:47:08.8336188Z test_schema_correctness___getitem___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:47:08.8522317Z test_schema_correctness___getitem___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:47:08.8577545Z test_schema_correctness___radd___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:08.8627937Z test_schema_correctness___radd___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:08.8693034Z test_schema_correctness___radd___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:08.8757723Z test_schema_correctness___radd___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:08.8813204Z test_schema_correctness___radd___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:08.8869873Z test_schema_correctness___radd___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:08.8924417Z test_schema_correctness___radd___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:08.8975026Z test_schema_correctness___radd___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:08.9026708Z test_schema_correctness___radd___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:08.9077428Z test_schema_correctness___radd___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:08.9127894Z test_schema_correctness___radd___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:08.9177936Z test_schema_correctness___radd___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:08.9223597Z test_schema_correctness___rand___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:08.9269503Z test_schema_correctness___rand___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:08.9316004Z test_schema_correctness___rand___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:08.9362291Z test_schema_correctness___rand___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:08.9408096Z test_schema_correctness___rand___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:08.9453924Z test_schema_correctness___rand___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:08.9527106Z test_schema_correctness___rdiv___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:47:08.9596274Z test_schema_correctness___rdiv___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:47:08.9681685Z test_schema_correctness___rdiv___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:47:08.9767471Z test_schema_correctness___rdiv___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:47:08.9840976Z test_schema_correctness___rdiv___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:47:08.9916027Z test_schema_correctness___rdiv___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:47:08.9988941Z test_schema_correctness___rdiv___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:47:09.0058178Z test_schema_correctness___rdiv___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:47:09.0128145Z test_schema_correctness___rdiv___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:47:09.0197845Z test_schema_correctness___rdiv___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:47:09.0267615Z test_schema_correctness___rdiv___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:47:09.0338012Z test_schema_correctness___rdiv___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:47:09.1264716Z test_schema_correctness___rmatmul___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.092s) 2022-09-27T15:47:09.2178930Z test_schema_correctness___rmatmul___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.091s) 2022-09-27T15:47:09.3091275Z test_schema_correctness___rmatmul___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.091s) 2022-09-27T15:47:09.3974184Z test_schema_correctness___rmatmul___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.088s) 2022-09-27T15:47:09.4859358Z test_schema_correctness___rmatmul___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.088s) 2022-09-27T15:47:09.5735582Z test_schema_correctness___rmatmul___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.088s) 2022-09-27T15:47:09.6610745Z test_schema_correctness___rmatmul___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.087s) 2022-09-27T15:47:09.7487730Z test_schema_correctness___rmatmul___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.088s) 2022-09-27T15:47:09.8356873Z test_schema_correctness___rmatmul___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.087s) 2022-09-27T15:47:09.9232378Z test_schema_correctness___rmatmul___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.087s) 2022-09-27T15:47:09.9287707Z test_schema_correctness___rmod___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:09.9340323Z test_schema_correctness___rmod___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:09.9393647Z test_schema_correctness___rmod___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:09.9444821Z test_schema_correctness___rmod___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:09.9494793Z test_schema_correctness___rmul___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:09.9539415Z test_schema_correctness___rmul___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:09.9600209Z test_schema_correctness___rmul___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:09.9660768Z test_schema_correctness___rmul___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:09.9710644Z test_schema_correctness___rmul___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:09.9761937Z test_schema_correctness___rmul___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:09.9811876Z test_schema_correctness___rmul___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:09.9858299Z test_schema_correctness___rmul___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:09.9904272Z test_schema_correctness___rmul___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:09.9951090Z test_schema_correctness___rmul___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:09.9997384Z test_schema_correctness___rmul___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:10.0043447Z test_schema_correctness___rmul___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:10.0089306Z test_schema_correctness___ror___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:10.0135342Z test_schema_correctness___ror___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:10.0181835Z test_schema_correctness___ror___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:10.0228387Z test_schema_correctness___ror___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:10.0274443Z test_schema_correctness___ror___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:10.0320883Z test_schema_correctness___ror___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:10.0334550Z test_schema_correctness___rpow___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /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:47:10.0335208Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T15:47:10.1076856Z ok (0.075s) 2022-09-27T15:47:10.1852589Z test_schema_correctness___rpow___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.077s) 2022-09-27T15:47:10.2627763Z test_schema_correctness___rpow___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.077s) 2022-09-27T15:47:10.3379134Z test_schema_correctness___rpow___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.075s) 2022-09-27T15:47:10.4134707Z test_schema_correctness___rpow___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.075s) 2022-09-27T15:47:10.4887210Z test_schema_correctness___rpow___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.075s) 2022-09-27T15:47:10.5635174Z test_schema_correctness___rpow___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.075s) 2022-09-27T15:47:10.6384802Z test_schema_correctness___rpow___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.075s) 2022-09-27T15:47:10.7132846Z test_schema_correctness___rpow___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.075s) 2022-09-27T15:47:10.7875747Z test_schema_correctness___rpow___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.074s) 2022-09-27T15:47:10.8619907Z test_schema_correctness___rpow___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.074s) 2022-09-27T15:47:10.8676325Z test_schema_correctness___rsub___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:10.8742879Z test_schema_correctness___rsub___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:47:10.8808205Z test_schema_correctness___rsub___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:10.8863914Z test_schema_correctness___rsub___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:10.8920646Z test_schema_correctness___rsub___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:47:10.8975757Z test_schema_correctness___rsub___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:10.9026913Z test_schema_correctness___rsub___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:10.9080725Z test_schema_correctness___rsub___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:10.9131976Z test_schema_correctness___rsub___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:10.9181836Z test_schema_correctness___rsub___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:10.9232423Z test_schema_correctness___rsub___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:10.9277179Z test_schema_correctness___rxor___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:10.9323278Z test_schema_correctness___rxor___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:10.9369606Z test_schema_correctness___rxor___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:10.9415753Z test_schema_correctness___rxor___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:10.9460523Z test_schema_correctness___rxor___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:47:10.9506716Z test_schema_correctness___rxor___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:47:11.1053024Z test_schema_correctness__masked_amax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.154s) 2022-09-27T15:47:11.2594066Z test_schema_correctness__masked_amax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.154s) 2022-09-27T15:47:11.4135370Z test_schema_correctness__masked_amax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.154s) 2022-09-27T15:47:11.5649576Z test_schema_correctness__masked_amax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.151s) 2022-09-27T15:47:11.7015461Z test_schema_correctness__masked_amax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.137s) 2022-09-27T15:47:11.8386591Z test_schema_correctness__masked_amax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.137s) 2022-09-27T15:47:11.9749696Z test_schema_correctness__masked_amax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.136s) 2022-09-27T15:47:12.1114201Z test_schema_correctness__masked_amax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.136s) 2022-09-27T15:47:12.2478127Z test_schema_correctness__masked_amax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.136s) 2022-09-27T15:47:12.4019495Z test_schema_correctness__masked_amin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.154s) 2022-09-27T15:47:12.5564309Z test_schema_correctness__masked_amin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.154s) 2022-09-27T15:47:12.7106904Z test_schema_correctness__masked_amin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.154s) 2022-09-27T15:47:12.8628091Z test_schema_correctness__masked_amin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.152s) 2022-09-27T15:47:12.9998789Z test_schema_correctness__masked_amin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.137s) 2022-09-27T15:47:13.1364806Z test_schema_correctness__masked_amin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.137s) 2022-09-27T15:47:13.2730825Z test_schema_correctness__masked_amin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.137s) 2022-09-27T15:47:13.4096881Z test_schema_correctness__masked_amin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.137s) 2022-09-27T15:47:13.5465609Z test_schema_correctness__masked_amin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.137s) 2022-09-27T15:47:13.6407203Z test_schema_correctness__masked_argmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.094s) 2022-09-27T15:47:13.7349606Z test_schema_correctness__masked_argmax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.094s) 2022-09-27T15:47:13.8291668Z test_schema_correctness__masked_argmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.094s) 2022-09-27T15:47:13.9220357Z test_schema_correctness__masked_argmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.093s) 2022-09-27T15:47:14.0022091Z test_schema_correctness__masked_argmax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.080s) 2022-09-27T15:47:14.0821472Z test_schema_correctness__masked_argmax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.080s) 2022-09-27T15:47:14.1399241Z test_schema_correctness__masked_argmax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-09-27T15:47:14.2196640Z test_schema_correctness__masked_argmax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.080s) 2022-09-27T15:47:14.2995936Z test_schema_correctness__masked_argmax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.080s) 2022-09-27T15:47:14.3936904Z test_schema_correctness__masked_argmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.094s) 2022-09-27T15:47:14.4883547Z test_schema_correctness__masked_argmin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.095s) 2022-09-27T15:47:14.5821948Z test_schema_correctness__masked_argmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.094s) 2022-09-27T15:47:14.6746308Z test_schema_correctness__masked_argmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.092s) 2022-09-27T15:47:14.7543574Z test_schema_correctness__masked_argmin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.080s) 2022-09-27T15:47:14.8345452Z test_schema_correctness__masked_argmin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.080s) 2022-09-27T15:47:14.8924828Z test_schema_correctness__masked_argmin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-09-27T15:47:14.9727365Z test_schema_correctness__masked_argmin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.080s) 2022-09-27T15:47:15.0530344Z test_schema_correctness__masked_argmin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.080s) 2022-09-27T15:47:15.0704610Z test_schema_correctness__masked_cumprod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:47:15.0894454Z test_schema_correctness__masked_cumprod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:47:15.1081386Z test_schema_correctness__masked_cumprod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:47:15.1261984Z test_schema_correctness__masked_cumprod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:47:15.1438473Z test_schema_correctness__masked_cumprod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:47:15.1614362Z test_schema_correctness__masked_cumprod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:47:15.1790161Z test_schema_correctness__masked_cumprod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:47:15.1963322Z test_schema_correctness__masked_cumprod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:47:15.2135302Z test_schema_correctness__masked_cumprod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:47:15.2308980Z test_schema_correctness__masked_cumprod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:47:15.2478838Z test_schema_correctness__masked_cumsum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:47:15.2665979Z test_schema_correctness__masked_cumsum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:47:15.2849735Z test_schema_correctness__masked_cumsum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:47:15.3025958Z test_schema_correctness__masked_cumsum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:47:15.3198544Z test_schema_correctness__masked_cumsum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:47:15.3372398Z test_schema_correctness__masked_cumsum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:47:15.3546563Z test_schema_correctness__masked_cumsum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:47:15.3721934Z test_schema_correctness__masked_cumsum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:47:15.3898985Z test_schema_correctness__masked_cumsum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:47:15.4072151Z test_schema_correctness__masked_cumsum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:47:15.4276861Z test_schema_correctness__masked_log_softmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:47:15.4477592Z test_schema_correctness__masked_log_softmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:47:15.4676359Z test_schema_correctness__masked_log_softmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:47:15.4932319Z test_schema_correctness__masked_logaddexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:47:15.5195700Z test_schema_correctness__masked_logaddexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:47:15.5462340Z test_schema_correctness__masked_logaddexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:47:15.7088829Z test_schema_correctness__masked_logsumexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.162s) 2022-09-27T15:47:15.8747708Z test_schema_correctness__masked_logsumexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.166s) 2022-09-27T15:47:16.0375924Z test_schema_correctness__masked_logsumexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.163s) 2022-09-27T15:47:16.2214338Z test_schema_correctness__masked_logsumexp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.184s) 2022-09-27T15:47:16.4050019Z test_schema_correctness__masked_logsumexp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.183s) 2022-09-27T15:47:16.5886998Z test_schema_correctness__masked_logsumexp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.184s) 2022-09-27T15:47:16.7723526Z test_schema_correctness__masked_logsumexp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.184s) 2022-09-27T15:47:16.9565496Z test_schema_correctness__masked_logsumexp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.184s) 2022-09-27T15:47:17.7566781Z test_schema_correctness__masked_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.800s) 2022-09-27T15:47:18.4385504Z test_schema_correctness__masked_mean_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.682s) 2022-09-27T15:47:19.1249407Z test_schema_correctness__masked_mean_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.686s) 2022-09-27T15:47:19.8125924Z test_schema_correctness__masked_mean_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.688s) 2022-09-27T15:47:20.6146987Z test_schema_correctness__masked_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.802s) 2022-09-27T15:47:21.4138873Z test_schema_correctness__masked_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.799s) 2022-09-27T15:47:22.2091571Z test_schema_correctness__masked_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.795s) 2022-09-27T15:47:22.8919083Z test_schema_correctness__masked_mean_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.683s) 2022-09-27T15:47:23.5747226Z test_schema_correctness__masked_mean_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.683s) 2022-09-27T15:47:24.2572510Z test_schema_correctness__masked_mean_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.682s) 2022-09-27T15:47:24.9403912Z test_schema_correctness__masked_mean_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.683s) 2022-09-27T15:47:25.6249110Z test_schema_correctness__masked_mean_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.684s) 2022-09-27T15:47:25.6450836Z test_schema_correctness__masked_median_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:47:25.6659615Z test_schema_correctness__masked_median_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:47:25.6864672Z test_schema_correctness__masked_median_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:47:26.5481518Z test_schema_correctness__masked_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.862s) 2022-09-27T15:47:27.3708986Z test_schema_correctness__masked_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.823s) 2022-09-27T15:47:28.2525247Z test_schema_correctness__masked_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.882s) 2022-09-27T15:47:29.0629156Z test_schema_correctness__masked_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.810s) 2022-09-27T15:47:29.4887409Z test_schema_correctness__masked_normalize_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.426s) 2022-09-27T15:47:29.9179478Z test_schema_correctness__masked_normalize_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.429s) 2022-09-27T15:47:30.3474613Z test_schema_correctness__masked_normalize_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.429s) 2022-09-27T15:47:30.7740764Z test_schema_correctness__masked_normalize_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.427s) 2022-09-27T15:47:31.2004288Z test_schema_correctness__masked_normalize_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.426s) 2022-09-27T15:47:31.6267272Z test_schema_correctness__masked_normalize_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.426s) 2022-09-27T15:47:31.7850432Z test_schema_correctness__masked_prod_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.158s) 2022-09-27T15:47:31.9091640Z test_schema_correctness__masked_prod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.124s) 2022-09-27T15:47:32.0345969Z test_schema_correctness__masked_prod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.125s) 2022-09-27T15:47:32.1760954Z test_schema_correctness__masked_prod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.141s) 2022-09-27T15:47:32.3142509Z test_schema_correctness__masked_prod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.138s) 2022-09-27T15:47:32.4721146Z test_schema_correctness__masked_prod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.158s) 2022-09-27T15:47:32.6298088Z test_schema_correctness__masked_prod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.157s) 2022-09-27T15:47:32.7502111Z test_schema_correctness__masked_prod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.120s) 2022-09-27T15:47:32.9073475Z test_schema_correctness__masked_prod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.157s) 2022-09-27T15:47:33.0645333Z test_schema_correctness__masked_prod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.157s) 2022-09-27T15:47:33.0838999Z test_schema_correctness__masked_softmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:47:33.1044425Z test_schema_correctness__masked_softmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:47:33.1243645Z test_schema_correctness__masked_softmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:47:33.1470074Z test_schema_correctness__masked_softmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:47:33.1708280Z test_schema_correctness__masked_softmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:47:33.1945662Z test_schema_correctness__masked_softmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:47:38.5240540Z test_schema_correctness__masked_std_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (5.329s) 2022-09-27T15:47:38.5245204Z test_schema_correctness__masked_std_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:47:38.5250169Z test_schema_correctness__masked_std_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:47:43.8613342Z test_schema_correctness__masked_std_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (5.336s) 2022-09-27T15:47:49.2017319Z test_schema_correctness__masked_std_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (5.340s) 2022-09-27T15:47:53.6960852Z test_schema_correctness__masked_std_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.494s) 2022-09-27T15:47:58.2018624Z test_schema_correctness__masked_std_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.506s) 2022-09-27T15:48:02.6983290Z test_schema_correctness__masked_std_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.496s) 2022-09-27T15:48:07.2066220Z test_schema_correctness__masked_std_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.508s) 2022-09-27T15:48:11.7171948Z test_schema_correctness__masked_std_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.511s) 2022-09-27T15:48:11.8784906Z test_schema_correctness__masked_sum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.161s) 2022-09-27T15:48:12.0206882Z test_schema_correctness__masked_sum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.142s) 2022-09-27T15:48:12.1658712Z test_schema_correctness__masked_sum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.145s) 2022-09-27T15:48:12.3112656Z test_schema_correctness__masked_sum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.145s) 2022-09-27T15:48:12.4719405Z test_schema_correctness__masked_sum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.161s) 2022-09-27T15:48:12.6323093Z test_schema_correctness__masked_sum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.160s) 2022-09-27T15:48:12.7899910Z test_schema_correctness__masked_sum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.158s) 2022-09-27T15:48:12.9315662Z test_schema_correctness__masked_sum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.141s) 2022-09-27T15:48:13.0735027Z test_schema_correctness__masked_sum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.142s) 2022-09-27T15:48:13.2148835Z test_schema_correctness__masked_sum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.141s) 2022-09-27T15:48:13.3573407Z test_schema_correctness__masked_sum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.142s) 2022-09-27T15:48:13.4999836Z test_schema_correctness__masked_sum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.142s) 2022-09-27T15:48:18.7956589Z test_schema_correctness__masked_var_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (5.296s) 2022-09-27T15:48:18.7961037Z test_schema_correctness__masked_var_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:48:18.7965846Z test_schema_correctness__masked_var_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:48:24.0816086Z test_schema_correctness__masked_var_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (5.285s) 2022-09-27T15:48:29.3677976Z test_schema_correctness__masked_var_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (5.286s) 2022-09-27T15:48:34.6372633Z test_schema_correctness__masked_var_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (5.269s) 2022-09-27T15:48:39.0891444Z test_schema_correctness__masked_var_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.452s) 2022-09-27T15:48:43.5369517Z test_schema_correctness__masked_var_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.448s) 2022-09-27T15:48:47.9906753Z test_schema_correctness__masked_var_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.454s) 2022-09-27T15:48:52.4401030Z test_schema_correctness__masked_var_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.449s) 2022-09-27T15:48:56.8875146Z test_schema_correctness__masked_var_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.447s) 2022-09-27T15:48:56.8889536Z test_schema_correctness_abs_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:56.8904428Z test_schema_correctness_abs_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:56.8914072Z test_schema_correctness_abs_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:56.8928545Z test_schema_correctness_abs_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:56.8943094Z test_schema_correctness_abs_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:56.8956631Z test_schema_correctness_abs_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:56.8970331Z test_schema_correctness_abs_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:56.8983634Z test_schema_correctness_abs_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:56.8996477Z test_schema_correctness_abs_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:56.9009722Z test_schema_correctness_abs_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:56.9022713Z test_schema_correctness_abs_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:56.9035620Z test_schema_correctness_abs_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:56.9056457Z test_schema_correctness_acos_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:56.9077035Z test_schema_correctness_acos_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:56.9100394Z test_schema_correctness_acos_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:56.9120245Z test_schema_correctness_acos_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:56.9139985Z test_schema_correctness_acos_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:56.9159682Z test_schema_correctness_acos_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:56.9178248Z test_schema_correctness_acos_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:56.9196423Z test_schema_correctness_acos_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:56.9215788Z test_schema_correctness_acos_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:56.9233917Z test_schema_correctness_acos_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:56.9253165Z test_schema_correctness_acos_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:56.9272498Z test_schema_correctness_acosh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:56.9289557Z test_schema_correctness_acosh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:56.9308645Z test_schema_correctness_acosh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:56.9328317Z test_schema_correctness_acosh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:56.9348218Z test_schema_correctness_acosh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:56.9367475Z test_schema_correctness_acosh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:56.9385224Z test_schema_correctness_acosh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:56.9402720Z test_schema_correctness_acosh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:56.9419999Z test_schema_correctness_acosh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:56.9437267Z test_schema_correctness_acosh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:56.9454781Z test_schema_correctness_acosh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:56.9519162Z test_schema_correctness_add_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:48:56.9579018Z test_schema_correctness_add_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:48:56.9660877Z test_schema_correctness_add_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:48:56.9669829Z test_schema_correctness_add_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:56.9745558Z test_schema_correctness_add_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:48:56.9810180Z test_schema_correctness_add_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:48:56.9876450Z test_schema_correctness_add_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:48:56.9945838Z test_schema_correctness_add_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:48:57.0004713Z test_schema_correctness_add_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:48:57.0064590Z test_schema_correctness_add_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:48:57.0123411Z test_schema_correctness_add_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:48:57.0182791Z test_schema_correctness_add_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:48:57.0245381Z test_schema_correctness_add_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:48:57.0296907Z test_schema_correctness_addbmm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:57.0416534Z test_schema_correctness_addbmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:48:57.0536705Z test_schema_correctness_addbmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:48:57.0598451Z test_schema_correctness_addbmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:48:57.0655383Z test_schema_correctness_addbmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:48:57.0702457Z test_schema_correctness_addbmm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:57.0751555Z test_schema_correctness_addbmm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:57.0803040Z test_schema_correctness_addbmm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:57.0857153Z test_schema_correctness_addbmm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:57.0908020Z test_schema_correctness_addbmm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:57.0991945Z test_schema_correctness_addcdiv_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:48:57.1092621Z test_schema_correctness_addcdiv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:48:57.1193314Z test_schema_correctness_addcdiv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:48:57.1275278Z test_schema_correctness_addcdiv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:48:57.1359752Z test_schema_correctness_addcdiv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:48:57.1442165Z test_schema_correctness_addcmul_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:48:57.1542263Z test_schema_correctness_addcmul_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:48:57.1642056Z test_schema_correctness_addcmul_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:48:57.1723992Z test_schema_correctness_addcmul_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:48:57.1807923Z test_schema_correctness_addcmul_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:48:57.1881724Z test_schema_correctness_addcmul_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:48:57.1955111Z test_schema_correctness_addcmul_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:48:57.2027997Z test_schema_correctness_addcmul_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:48:57.2107055Z test_schema_correctness_addcmul_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:48:57.2181070Z test_schema_correctness_addcmul_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:48:57.2209337Z test_schema_correctness_addmm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:57.2214241Z test_schema_correctness_addmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:48:57.2218804Z test_schema_correctness_addmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:48:57.2248623Z test_schema_correctness_addmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:57.2278233Z test_schema_correctness_addmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:57.2305074Z test_schema_correctness_addmm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:57.2331331Z test_schema_correctness_addmm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:57.2356813Z test_schema_correctness_addmm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:57.2382869Z test_schema_correctness_addmm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:57.2408566Z test_schema_correctness_addmm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:57.2436463Z test_schema_correctness_addmm_decomposed_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:57.2441510Z test_schema_correctness_addmm_decomposed_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:48:57.2446252Z test_schema_correctness_addmm_decomposed_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:48:57.2476054Z test_schema_correctness_addmm_decomposed_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:57.2505740Z test_schema_correctness_addmm_decomposed_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:57.2532051Z test_schema_correctness_addmm_decomposed_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:57.2557808Z test_schema_correctness_addmm_decomposed_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:57.2586496Z test_schema_correctness_addmm_decomposed_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:57.2613538Z test_schema_correctness_addmm_decomposed_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:57.2639396Z test_schema_correctness_addmm_decomposed_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:57.2690177Z test_schema_correctness_addmv_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:57.2750243Z test_schema_correctness_addmv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:48:57.2809414Z test_schema_correctness_addmv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:48:57.2864282Z test_schema_correctness_addmv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:57.2917868Z test_schema_correctness_addmv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:57.2962729Z test_schema_correctness_addmv_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:57.3006957Z test_schema_correctness_addmv_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:57.3052423Z test_schema_correctness_addmv_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:57.3096908Z test_schema_correctness_addmv_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:57.3141295Z test_schema_correctness_addmv_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:57.3188636Z test_schema_correctness_addr_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:57.3220707Z test_schema_correctness_addr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:57.3262490Z test_schema_correctness_addr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:57.3304387Z test_schema_correctness_addr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:57.3350985Z test_schema_correctness_addr_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:57.3397272Z test_schema_correctness_addr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:57.3442452Z test_schema_correctness_addr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:57.3475241Z test_schema_correctness_addr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:57.3507923Z test_schema_correctness_addr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:57.3540676Z test_schema_correctness_addr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:57.3573118Z test_schema_correctness_addr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:57.3605751Z test_schema_correctness_addr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:57.3659473Z test_schema_correctness_all_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:57.3709972Z test_schema_correctness_all_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:57.3726930Z test_schema_correctness_all_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /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:48:57.3727510Z return self.op(*args, **kwargs) 2022-09-27T15:48:57.3771713Z ok (0.006s) 2022-09-27T15:48:57.3827481Z test_schema_correctness_all_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:48:57.3881515Z test_schema_correctness_all_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:57.3934363Z test_schema_correctness_all_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:57.3986324Z test_schema_correctness_all_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:57.4038168Z test_schema_correctness_all_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:57.4089225Z test_schema_correctness_all_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:57.4140730Z test_schema_correctness_all_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:57.4191840Z test_schema_correctness_all_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:57.4242791Z test_schema_correctness_all_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:57.4380442Z test_schema_correctness_allclose_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:48:57.4536496Z test_schema_correctness_allclose_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:48:57.4696731Z test_schema_correctness_allclose_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:48:57.4841505Z test_schema_correctness_allclose_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:48:57.4979983Z test_schema_correctness_allclose_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:48:57.5115896Z test_schema_correctness_allclose_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:48:57.5643792Z test_schema_correctness_amax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-09-27T15:48:57.6167894Z test_schema_correctness_amax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-09-27T15:48:57.6695292Z test_schema_correctness_amax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-09-27T15:48:57.7223580Z test_schema_correctness_amax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-09-27T15:48:57.7748279Z test_schema_correctness_amax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-09-27T15:48:57.8272365Z test_schema_correctness_amax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-09-27T15:48:57.8801291Z test_schema_correctness_amax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-09-27T15:48:57.9333409Z test_schema_correctness_amax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-09-27T15:48:57.9866799Z test_schema_correctness_amax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-09-27T15:48:58.0396591Z test_schema_correctness_amax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-09-27T15:48:58.0926595Z test_schema_correctness_amin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-09-27T15:48:58.1454737Z test_schema_correctness_amin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-09-27T15:48:58.1984776Z test_schema_correctness_amin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-09-27T15:48:58.2512787Z test_schema_correctness_amin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-09-27T15:48:58.3040652Z test_schema_correctness_amin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-09-27T15:48:58.3568395Z test_schema_correctness_amin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-09-27T15:48:58.4094776Z test_schema_correctness_amin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-09-27T15:48:58.4622472Z test_schema_correctness_amin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-09-27T15:48:58.5150186Z test_schema_correctness_amin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-09-27T15:48:58.5676101Z test_schema_correctness_amin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-09-27T15:48:58.5712882Z test_schema_correctness_aminmax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... /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:48:58.5714200Z return self.op(*args, **kwargs) 2022-09-27T15:48:58.5714511Z ok (0.004s) 2022-09-27T15:48:58.5747211Z test_schema_correctness_aminmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:58.5782534Z test_schema_correctness_aminmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:58.5815056Z test_schema_correctness_aminmax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:58.5847202Z test_schema_correctness_aminmax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:58.5881673Z test_schema_correctness_aminmax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:58.5914108Z test_schema_correctness_aminmax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:58.5946681Z test_schema_correctness_aminmax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:58.5960942Z test_schema_correctness_angle_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:58.5975056Z test_schema_correctness_angle_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:58.5990023Z test_schema_correctness_angle_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:58.6005052Z test_schema_correctness_angle_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:58.6019388Z test_schema_correctness_angle_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:58.6033073Z test_schema_correctness_angle_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:58.6047218Z test_schema_correctness_angle_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:58.6061075Z test_schema_correctness_angle_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:58.6074656Z test_schema_correctness_angle_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:58.6088344Z test_schema_correctness_angle_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:58.6103041Z test_schema_correctness_angle_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:58.6117114Z test_schema_correctness_angle_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:58.6171918Z test_schema_correctness_any_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:58.6223959Z test_schema_correctness_any_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:58.6279917Z test_schema_correctness_any_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:48:58.6336415Z test_schema_correctness_any_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:48:58.6390048Z test_schema_correctness_any_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:58.6443296Z test_schema_correctness_any_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:58.6496051Z test_schema_correctness_any_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:58.6552986Z test_schema_correctness_any_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:48:58.6605564Z test_schema_correctness_any_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:58.6658724Z test_schema_correctness_any_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:58.6711218Z test_schema_correctness_any_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:58.6764664Z test_schema_correctness_any_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:58.7802894Z test_schema_correctness_arange_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.104s) 2022-09-27T15:48:58.8836189Z test_schema_correctness_arange_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.103s) 2022-09-27T15:48:58.9866441Z test_schema_correctness_arange_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.103s) 2022-09-27T15:48:59.0914783Z test_schema_correctness_arange_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.105s) 2022-09-27T15:48:59.1942532Z test_schema_correctness_arange_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.103s) 2022-09-27T15:48:59.2971522Z test_schema_correctness_arange_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.103s) 2022-09-27T15:48:59.3998604Z test_schema_correctness_arange_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.103s) 2022-09-27T15:48:59.4991436Z test_schema_correctness_arange_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.099s) 2022-09-27T15:48:59.5983097Z test_schema_correctness_arange_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.099s) 2022-09-27T15:48:59.6045048Z test_schema_correctness_argmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:48:59.6105807Z test_schema_correctness_argmax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:48:59.6164725Z test_schema_correctness_argmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:48:59.6222222Z test_schema_correctness_argmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:48:59.6279558Z test_schema_correctness_argmax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:48:59.6336812Z test_schema_correctness_argmax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:48:59.6393335Z test_schema_correctness_argmax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:48:59.6450148Z test_schema_correctness_argmax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:48:59.6506828Z test_schema_correctness_argmax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:48:59.6565321Z test_schema_correctness_argmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:48:59.6624079Z test_schema_correctness_argmin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:48:59.6681892Z test_schema_correctness_argmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:48:59.6739162Z test_schema_correctness_argmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:48:59.6795516Z test_schema_correctness_argmin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:48:59.6852341Z test_schema_correctness_argmin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:48:59.6908826Z test_schema_correctness_argmin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:48:59.6965407Z test_schema_correctness_argmin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:48:59.7022033Z test_schema_correctness_argmin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:48:59.7146899Z test_schema_correctness_argsort_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:48:59.7264807Z test_schema_correctness_argsort_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:48:59.7391177Z test_schema_correctness_argsort_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:48:59.7514916Z test_schema_correctness_argsort_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:48:59.7651248Z test_schema_correctness_argsort_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:48:59.7772100Z test_schema_correctness_argsort_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:48:59.7895482Z test_schema_correctness_argsort_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:48:59.8020454Z test_schema_correctness_argsort_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:48:59.8142238Z test_schema_correctness_argsort_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:48:59.8262474Z test_schema_correctness_argsort_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:48:59.8294690Z test_schema_correctness_argwhere_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:59.8321548Z test_schema_correctness_argwhere_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:59.8352703Z test_schema_correctness_argwhere_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:59.8382813Z test_schema_correctness_argwhere_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:59.8411050Z test_schema_correctness_argwhere_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:59.8439377Z test_schema_correctness_argwhere_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:59.8466828Z test_schema_correctness_argwhere_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:59.8493935Z test_schema_correctness_argwhere_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:59.8521115Z test_schema_correctness_argwhere_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:59.8548524Z test_schema_correctness_argwhere_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:59.8575427Z test_schema_correctness_argwhere_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:59.8602040Z test_schema_correctness_argwhere_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:48:59.8644132Z test_schema_correctness_as_strided_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:59.8683203Z test_schema_correctness_as_strided_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:59.8726490Z test_schema_correctness_as_strided_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:59.8735898Z test_schema_correctness_as_strided_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:59.8778564Z test_schema_correctness_as_strided_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:59.8819672Z test_schema_correctness_as_strided_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:59.8860806Z test_schema_correctness_as_strided_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:59.8901063Z test_schema_correctness_as_strided_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:59.8940167Z test_schema_correctness_as_strided_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:59.8979342Z test_schema_correctness_as_strided_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:59.9019422Z test_schema_correctness_as_strided_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:59.9058043Z test_schema_correctness_as_strided_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:59.9097429Z test_schema_correctness_as_strided_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:59.9147328Z test_schema_correctness_as_strided_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:59.9190417Z test_schema_correctness_as_strided_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:59.9238755Z test_schema_correctness_as_strided_scatter_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:59.9247898Z test_schema_correctness_as_strided_scatter_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:59.9295939Z test_schema_correctness_as_strided_scatter_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:48:59.9340851Z test_schema_correctness_as_strided_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:59.9385755Z test_schema_correctness_as_strided_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:59.9429531Z test_schema_correctness_as_strided_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:59.9472149Z test_schema_correctness_as_strided_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:59.9514510Z test_schema_correctness_as_strided_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:59.9557875Z test_schema_correctness_as_strided_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:59.9600344Z test_schema_correctness_as_strided_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:59.9643727Z test_schema_correctness_as_strided_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:48:59.9658697Z test_schema_correctness_asin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:59.9673555Z test_schema_correctness_asin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:59.9689603Z test_schema_correctness_asin_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:59.9704613Z test_schema_correctness_asin_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:59.9718907Z test_schema_correctness_asin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:59.9733510Z test_schema_correctness_asin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:59.9747538Z test_schema_correctness_asin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:59.9761359Z test_schema_correctness_asin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:59.9775694Z test_schema_correctness_asin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:59.9789009Z test_schema_correctness_asin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:59.9802867Z test_schema_correctness_asin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:59.9817210Z test_schema_correctness_asinh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:59.9829984Z test_schema_correctness_asinh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:59.9845538Z test_schema_correctness_asinh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:59.9861773Z test_schema_correctness_asinh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:48:59.9875971Z test_schema_correctness_asinh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:59.9889950Z test_schema_correctness_asinh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:59.9903660Z test_schema_correctness_asinh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:59.9917585Z test_schema_correctness_asinh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:59.9931549Z test_schema_correctness_asinh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:59.9945464Z test_schema_correctness_asinh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:48:59.9959153Z test_schema_correctness_asinh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:00.0013854Z test_schema_correctness_atan2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:00.0060740Z test_schema_correctness_atan2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:00.0113618Z test_schema_correctness_atan2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:00.0165157Z test_schema_correctness_atan2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:00.0213348Z test_schema_correctness_atan2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:00.0261387Z test_schema_correctness_atan2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:00.0309515Z test_schema_correctness_atan2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:00.0367655Z test_schema_correctness_atan2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:00.0406298Z test_schema_correctness_atan2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:00.0420312Z test_schema_correctness_atan_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:00.0433788Z test_schema_correctness_atan_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:00.0449515Z test_schema_correctness_atan_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:00.0464965Z test_schema_correctness_atan_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:00.0479324Z test_schema_correctness_atan_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:00.0494198Z test_schema_correctness_atan_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:00.0507954Z test_schema_correctness_atan_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:00.0521825Z test_schema_correctness_atan_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:00.0536238Z test_schema_correctness_atan_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:00.0549889Z test_schema_correctness_atan_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:00.0563548Z test_schema_correctness_atan_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:00.0577754Z test_schema_correctness_atanh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:00.0590324Z test_schema_correctness_atanh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:00.0605512Z test_schema_correctness_atanh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:00.0620585Z test_schema_correctness_atanh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:00.0634569Z test_schema_correctness_atanh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:00.0648647Z test_schema_correctness_atanh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:00.0662178Z test_schema_correctness_atanh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:00.0676128Z test_schema_correctness_atanh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:00.0689081Z test_schema_correctness_atanh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:00.0702730Z test_schema_correctness_atanh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:00.0716086Z test_schema_correctness_atanh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:00.0740424Z test_schema_correctness_atleast_1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:00.0760353Z test_schema_correctness_atleast_1d_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:00.0787503Z test_schema_correctness_atleast_1d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:00.0796286Z test_schema_correctness_atleast_1d_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:00.0822965Z test_schema_correctness_atleast_1d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:00.0845933Z test_schema_correctness_atleast_1d_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:00.0870082Z test_schema_correctness_atleast_1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:00.0894128Z test_schema_correctness_atleast_1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:00.0914183Z test_schema_correctness_atleast_1d_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:00.0934714Z test_schema_correctness_atleast_1d_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:00.0954771Z test_schema_correctness_atleast_1d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:00.0975310Z test_schema_correctness_atleast_1d_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:00.0995564Z test_schema_correctness_atleast_1d_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:00.1024889Z test_schema_correctness_atleast_2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:00.1051228Z test_schema_correctness_atleast_2d_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:00.1084417Z test_schema_correctness_atleast_2d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:00.1093500Z test_schema_correctness_atleast_2d_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:00.1126431Z test_schema_correctness_atleast_2d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:00.1155945Z test_schema_correctness_atleast_2d_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:00.1186284Z test_schema_correctness_atleast_2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:00.1216102Z test_schema_correctness_atleast_2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:00.1242347Z test_schema_correctness_atleast_2d_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:00.1269073Z test_schema_correctness_atleast_2d_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:00.1295658Z test_schema_correctness_atleast_2d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:00.1321951Z test_schema_correctness_atleast_2d_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:00.1348858Z test_schema_correctness_atleast_2d_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:00.1390028Z test_schema_correctness_atleast_3d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:00.1428166Z test_schema_correctness_atleast_3d_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:00.1474825Z test_schema_correctness_atleast_3d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:00.1483412Z test_schema_correctness_atleast_3d_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:00.1528916Z test_schema_correctness_atleast_3d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:00.1570006Z test_schema_correctness_atleast_3d_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:00.1611766Z test_schema_correctness_atleast_3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:00.1652805Z test_schema_correctness_atleast_3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:00.1691365Z test_schema_correctness_atleast_3d_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:00.1729859Z test_schema_correctness_atleast_3d_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:00.1767723Z test_schema_correctness_atleast_3d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:00.1806518Z test_schema_correctness_atleast_3d_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:00.1844378Z test_schema_correctness_atleast_3d_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:00.1894934Z test_schema_correctness_baddbmm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:00.1899820Z test_schema_correctness_baddbmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:49:00.1904396Z test_schema_correctness_baddbmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:49:00.1958623Z test_schema_correctness_baddbmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:00.2012175Z test_schema_correctness_baddbmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:00.2061547Z test_schema_correctness_baddbmm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:00.2110819Z test_schema_correctness_baddbmm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:00.2159253Z test_schema_correctness_baddbmm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:00.2204632Z test_schema_correctness_baddbmm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:00.2250722Z test_schema_correctness_baddbmm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:00.2306199Z test_schema_correctness_bernoulli_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:00.2337384Z test_schema_correctness_bernoulli_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:00.2368170Z test_schema_correctness_bernoulli_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:00.2509432Z test_schema_correctness_bfloat16_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:49:00.2914822Z test_schema_correctness_bfloat16_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:49:00.3325030Z test_schema_correctness_bfloat16_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:49:00.3335330Z test_schema_correctness_bfloat16_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:00.3744886Z test_schema_correctness_bfloat16_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:49:00.4150509Z test_schema_correctness_bfloat16_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:49:00.4558769Z test_schema_correctness_bfloat16_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:49:00.4968508Z test_schema_correctness_bfloat16_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:49:00.5377759Z test_schema_correctness_bfloat16_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:49:00.5788754Z test_schema_correctness_bfloat16_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:49:00.6196632Z test_schema_correctness_bfloat16_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:49:00.6603071Z test_schema_correctness_bfloat16_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:49:00.7008269Z test_schema_correctness_bfloat16_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:49:00.7080578Z test_schema_correctness_bincount_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:00.7150718Z test_schema_correctness_bincount_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:00.7220495Z test_schema_correctness_bincount_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:00.7290589Z test_schema_correctness_bincount_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:00.7360025Z test_schema_correctness_bincount_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:00.7406940Z test_schema_correctness_bitwise_and_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:00.7453968Z test_schema_correctness_bitwise_and_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:00.7500657Z test_schema_correctness_bitwise_and_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:00.7548200Z test_schema_correctness_bitwise_and_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:00.7594508Z test_schema_correctness_bitwise_and_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:00.7641547Z test_schema_correctness_bitwise_and_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:00.7688386Z test_schema_correctness_bitwise_left_shift_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:00.7735907Z test_schema_correctness_bitwise_left_shift_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:00.7783509Z test_schema_correctness_bitwise_left_shift_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:00.7830243Z test_schema_correctness_bitwise_left_shift_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:00.7877386Z test_schema_correctness_bitwise_left_shift_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:00.7895850Z test_schema_correctness_bitwise_not_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:00.7913892Z test_schema_correctness_bitwise_not_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:00.7932134Z test_schema_correctness_bitwise_not_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:00.7950361Z test_schema_correctness_bitwise_not_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:00.7968408Z test_schema_correctness_bitwise_not_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:00.7986807Z test_schema_correctness_bitwise_not_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:00.8032768Z test_schema_correctness_bitwise_or_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:00.8079715Z test_schema_correctness_bitwise_or_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:00.8125407Z test_schema_correctness_bitwise_or_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:00.8171363Z test_schema_correctness_bitwise_or_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:00.8217272Z test_schema_correctness_bitwise_or_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:00.8263074Z test_schema_correctness_bitwise_or_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:00.8309280Z test_schema_correctness_bitwise_right_shift_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:00.8355043Z test_schema_correctness_bitwise_right_shift_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:00.8402015Z test_schema_correctness_bitwise_right_shift_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:00.8447086Z test_schema_correctness_bitwise_right_shift_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:00.8493227Z test_schema_correctness_bitwise_right_shift_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:00.8538742Z test_schema_correctness_bitwise_xor_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:00.8583353Z test_schema_correctness_bitwise_xor_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:00.8629736Z test_schema_correctness_bitwise_xor_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:00.8679814Z test_schema_correctness_bitwise_xor_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:00.8726008Z test_schema_correctness_bitwise_xor_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:00.8770675Z test_schema_correctness_bitwise_xor_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:00.8802446Z test_schema_correctness_block_diag_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:00.8829795Z test_schema_correctness_block_diag_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:00.8863496Z test_schema_correctness_block_diag_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:00.8871964Z test_schema_correctness_block_diag_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:00.8928399Z test_schema_correctness_block_diag_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:00.8958666Z test_schema_correctness_block_diag_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:00.8988868Z test_schema_correctness_block_diag_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:00.9018409Z test_schema_correctness_block_diag_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:00.9045817Z test_schema_correctness_block_diag_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:00.9073545Z test_schema_correctness_block_diag_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:00.9101542Z test_schema_correctness_block_diag_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:00.9128956Z test_schema_correctness_block_diag_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:00.9156853Z test_schema_correctness_block_diag_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:00.9172274Z test_schema_correctness_bmm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:00.9188594Z test_schema_correctness_bmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:00.9205760Z test_schema_correctness_bmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:00.9222152Z test_schema_correctness_bmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:00.9237902Z test_schema_correctness_bmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:00.9253082Z test_schema_correctness_bmm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:00.9268271Z test_schema_correctness_bmm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:00.9283064Z test_schema_correctness_bmm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:00.9298422Z test_schema_correctness_bmm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:00.9313082Z test_schema_correctness_bmm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:00.9722435Z test_schema_correctness_bool_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:49:00.9863817Z test_schema_correctness_bool_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:49:01.0275310Z test_schema_correctness_bool_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:49:01.0285653Z test_schema_correctness_bool_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:01.0693789Z test_schema_correctness_bool_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:49:01.1099999Z test_schema_correctness_bool_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:49:01.1506696Z test_schema_correctness_bool_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:49:01.1921048Z test_schema_correctness_bool_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:49:01.2341890Z test_schema_correctness_bool_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:49:01.2753533Z test_schema_correctness_bool_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:49:01.3161101Z test_schema_correctness_bool_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:49:01.3567229Z test_schema_correctness_bool_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:49:01.3973478Z test_schema_correctness_bool_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:49:01.3986365Z test_schema_correctness_broadcast_shapes_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:01.4017562Z test_schema_correctness_broadcast_tensors_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:01.4046001Z test_schema_correctness_broadcast_tensors_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:01.4077282Z test_schema_correctness_broadcast_tensors_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:01.4108590Z test_schema_correctness_broadcast_tensors_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:01.4138486Z test_schema_correctness_broadcast_tensors_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:01.4167918Z test_schema_correctness_broadcast_tensors_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:01.4197290Z test_schema_correctness_broadcast_tensors_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:01.4226465Z test_schema_correctness_broadcast_tensors_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:01.4254988Z test_schema_correctness_broadcast_tensors_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:01.4283578Z test_schema_correctness_broadcast_tensors_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:01.4311790Z test_schema_correctness_broadcast_tensors_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:01.4340125Z test_schema_correctness_broadcast_tensors_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:01.4524966Z test_schema_correctness_broadcast_to_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:49:01.4709507Z test_schema_correctness_broadcast_to_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:49:01.4898088Z test_schema_correctness_broadcast_to_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:49:01.5085904Z test_schema_correctness_broadcast_to_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:49:01.5270205Z test_schema_correctness_broadcast_to_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:49:01.5455762Z test_schema_correctness_broadcast_to_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:49:01.5642110Z test_schema_correctness_broadcast_to_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:49:01.5826529Z test_schema_correctness_broadcast_to_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:49:01.6010991Z test_schema_correctness_broadcast_to_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:49:01.6194218Z test_schema_correctness_broadcast_to_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:49:01.6378904Z test_schema_correctness_broadcast_to_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:49:01.6562433Z test_schema_correctness_broadcast_to_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:49:01.6690744Z test_schema_correctness_bucketize_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:49:01.6817881Z test_schema_correctness_bucketize_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:49:01.6945143Z test_schema_correctness_bucketize_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:49:01.7067427Z test_schema_correctness_bucketize_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:49:01.7182735Z test_schema_correctness_bucketize_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:49:01.7299152Z test_schema_correctness_bucketize_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:49:01.7421366Z test_schema_correctness_bucketize_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:49:01.7536758Z test_schema_correctness_bucketize_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:49:01.7651647Z test_schema_correctness_bucketize_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:49:01.8062249Z test_schema_correctness_byte_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:49:01.8469225Z test_schema_correctness_byte_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:49:01.8880273Z test_schema_correctness_byte_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:49:01.9290123Z test_schema_correctness_byte_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:49:01.9698523Z test_schema_correctness_byte_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:49:02.0106260Z test_schema_correctness_byte_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:49:02.0512936Z test_schema_correctness_byte_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:49:02.0919267Z test_schema_correctness_byte_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:49:02.1324510Z test_schema_correctness_byte_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:49:02.1729607Z test_schema_correctness_byte_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:49:02.2134530Z test_schema_correctness_byte_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:49:02.2272778Z test_schema_correctness_byte_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:49:02.2687735Z test_schema_correctness_cartesian_prod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:49:02.3103685Z test_schema_correctness_cartesian_prod_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:49:02.3519756Z test_schema_correctness_cartesian_prod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:49:02.3936341Z test_schema_correctness_cartesian_prod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:49:02.4351531Z test_schema_correctness_cartesian_prod_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:49:02.4766141Z test_schema_correctness_cartesian_prod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:49:02.5179066Z test_schema_correctness_cartesian_prod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:49:02.5596033Z test_schema_correctness_cartesian_prod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:49:02.6016831Z test_schema_correctness_cartesian_prod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:49:02.6431318Z test_schema_correctness_cartesian_prod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:49:02.6846556Z test_schema_correctness_cartesian_prod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:49:02.7261733Z test_schema_correctness_cartesian_prod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:49:02.7310677Z test_schema_correctness_cat_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:02.7353752Z test_schema_correctness_cat_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:02.7408838Z test_schema_correctness_cat_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:02.7417851Z test_schema_correctness_cat_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:02.7468763Z test_schema_correctness_cat_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:02.7515395Z test_schema_correctness_cat_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:02.7561145Z test_schema_correctness_cat_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:02.7606141Z test_schema_correctness_cat_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:02.7648524Z test_schema_correctness_cat_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:02.7691043Z test_schema_correctness_cat_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:02.7733364Z test_schema_correctness_cat_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:02.7776081Z test_schema_correctness_cat_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:02.7818805Z test_schema_correctness_cat_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:02.9668330Z test_schema_correctness_cdist_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.185s) 2022-09-27T15:49:03.1489743Z test_schema_correctness_cdist_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.182s) 2022-09-27T15:49:03.1506152Z test_schema_correctness_ceil_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:03.1521573Z test_schema_correctness_ceil_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:03.1536988Z test_schema_correctness_ceil_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:03.1551088Z test_schema_correctness_ceil_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:03.1564444Z test_schema_correctness_ceil_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:03.1578613Z test_schema_correctness_ceil_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:03.1592329Z test_schema_correctness_ceil_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:03.1605942Z test_schema_correctness_ceil_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:03.1623666Z test_schema_correctness_chalf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /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:49:03.1624662Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-09-27T15:49:03.2125111Z ok (0.052s) 2022-09-27T15:49:03.2639312Z test_schema_correctness_chalf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T15:49:03.3156566Z test_schema_correctness_chalf_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-09-27T15:49:03.3166822Z test_schema_correctness_chalf_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:03.3680098Z test_schema_correctness_chalf_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T15:49:03.4194862Z test_schema_correctness_chalf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T15:49:03.4711999Z test_schema_correctness_chalf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-09-27T15:49:03.5226766Z test_schema_correctness_chalf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T15:49:03.5737147Z test_schema_correctness_chalf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T15:49:03.6247937Z test_schema_correctness_chalf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T15:49:03.6760759Z test_schema_correctness_chalf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T15:49:03.7272610Z test_schema_correctness_chalf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T15:49:03.7783641Z test_schema_correctness_chalf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T15:49:03.8192007Z test_schema_correctness_char_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:49:03.8596691Z test_schema_correctness_char_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:49:03.9016889Z test_schema_correctness_char_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:49:03.9028487Z test_schema_correctness_char_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:03.9501033Z test_schema_correctness_char_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T15:49:03.9974448Z test_schema_correctness_char_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T15:49:04.0444410Z test_schema_correctness_char_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T15:49:04.0914933Z test_schema_correctness_char_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T15:49:04.1384597Z test_schema_correctness_char_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T15:49:04.1853303Z test_schema_correctness_char_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T15:49:04.2323227Z test_schema_correctness_char_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T15:49:04.2485990Z test_schema_correctness_char_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:04.2901380Z test_schema_correctness_char_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:49:04.2925332Z test_schema_correctness_cholesky_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /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:49:04.2926173Z L = torch.cholesky(A) 2022-09-27T15:49:04.2969755Z should be replaced with 2022-09-27T15:49:04.2970138Z L = torch.linalg.cholesky(A) 2022-09-27T15:49:04.2970447Z and 2022-09-27T15:49:04.2970725Z U = torch.cholesky(A, upper=True) 2022-09-27T15:49:04.2971067Z should be replaced with 2022-09-27T15:49:04.2974347Z U = torch.linalg.cholesky(A).mH(). 2022-09-27T15:49:04.2975167Z 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:49:04.2975852Z return self.op(*args, **kwargs) 2022-09-27T15:49:04.2976158Z ok (0.007s) 2022-09-27T15:49:04.3043280Z test_schema_correctness_cholesky_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:04.3102816Z test_schema_correctness_cholesky_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:04.3162081Z test_schema_correctness_cholesky_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:04.3224386Z test_schema_correctness_cholesky_inverse_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:04.3285464Z test_schema_correctness_cholesky_inverse_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:04.3344076Z test_schema_correctness_cholesky_inverse_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:04.3400410Z test_schema_correctness_cholesky_inverse_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:04.3486212Z test_schema_correctness_cholesky_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:04.3571014Z test_schema_correctness_cholesky_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:04.3648882Z test_schema_correctness_cholesky_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:04.3724462Z test_schema_correctness_cholesky_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:04.3751955Z test_schema_correctness_chunk_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:04.3776793Z test_schema_correctness_chunk_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:04.3806411Z test_schema_correctness_chunk_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:04.3816451Z test_schema_correctness_chunk_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:04.3845332Z test_schema_correctness_chunk_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:04.3872579Z test_schema_correctness_chunk_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:04.3898390Z test_schema_correctness_chunk_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:04.3926011Z test_schema_correctness_chunk_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:04.3951168Z test_schema_correctness_chunk_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:04.3976145Z test_schema_correctness_chunk_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:04.4001684Z test_schema_correctness_chunk_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:04.4025936Z test_schema_correctness_chunk_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:04.4050183Z test_schema_correctness_chunk_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:04.4087949Z test_schema_correctness_clamp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:04.4129691Z test_schema_correctness_clamp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:04.4170866Z test_schema_correctness_clamp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:04.4207511Z test_schema_correctness_clamp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:04.4245294Z test_schema_correctness_clamp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:04.4283650Z test_schema_correctness_clamp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:04.4321088Z test_schema_correctness_clamp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:04.4358727Z test_schema_correctness_clamp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:04.4410488Z test_schema_correctness_clamp_max_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:04.4456219Z test_schema_correctness_clamp_max_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:04.4511680Z test_schema_correctness_clamp_max_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:04.4565325Z test_schema_correctness_clamp_max_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:04.4616871Z test_schema_correctness_clamp_max_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:04.4662970Z test_schema_correctness_clamp_max_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:04.4709867Z test_schema_correctness_clamp_max_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:04.4757444Z test_schema_correctness_clamp_max_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:04.4804352Z test_schema_correctness_clamp_max_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:04.4852041Z test_schema_correctness_clamp_max_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:04.4903403Z test_schema_correctness_clamp_min_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:04.4949329Z test_schema_correctness_clamp_min_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:04.5000861Z test_schema_correctness_clamp_min_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:04.5055594Z test_schema_correctness_clamp_min_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:04.5107229Z test_schema_correctness_clamp_min_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:04.5153531Z test_schema_correctness_clamp_min_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:04.5199708Z test_schema_correctness_clamp_min_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:04.5247182Z test_schema_correctness_clamp_min_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:04.5293743Z test_schema_correctness_clamp_min_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:04.5339790Z test_schema_correctness_clamp_min_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:04.5357069Z test_schema_correctness_clone_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:04.5373938Z test_schema_correctness_clone_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:04.5393253Z test_schema_correctness_clone_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:04.5402396Z test_schema_correctness_clone_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:04.5421702Z test_schema_correctness_clone_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:04.5439161Z test_schema_correctness_clone_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:04.5458241Z test_schema_correctness_clone_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:04.5476066Z test_schema_correctness_clone_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:04.5493045Z test_schema_correctness_clone_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:04.5509906Z test_schema_correctness_clone_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:04.5527391Z test_schema_correctness_clone_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:04.5544801Z test_schema_correctness_clone_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:04.5562304Z test_schema_correctness_clone_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:04.5597324Z test_schema_correctness_column_stack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:04.5630420Z test_schema_correctness_column_stack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:04.5667862Z test_schema_correctness_column_stack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:04.5677201Z test_schema_correctness_column_stack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:04.5714622Z test_schema_correctness_column_stack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:04.5749256Z test_schema_correctness_column_stack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:04.5783387Z test_schema_correctness_column_stack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:04.5816968Z test_schema_correctness_column_stack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:04.5849324Z test_schema_correctness_column_stack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:04.5881442Z test_schema_correctness_column_stack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:04.5914569Z test_schema_correctness_column_stack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:04.5947075Z test_schema_correctness_column_stack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:04.5979347Z test_schema_correctness_column_stack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:04.9047858Z test_schema_correctness_combinations_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.307s) 2022-09-27T15:49:05.2113711Z test_schema_correctness_combinations_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.307s) 2022-09-27T15:49:05.5195351Z test_schema_correctness_combinations_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.308s) 2022-09-27T15:49:05.8287139Z test_schema_correctness_combinations_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.309s) 2022-09-27T15:49:06.1360228Z test_schema_correctness_combinations_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.307s) 2022-09-27T15:49:06.4432861Z test_schema_correctness_combinations_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.307s) 2022-09-27T15:49:06.7495991Z test_schema_correctness_combinations_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.306s) 2022-09-27T15:49:07.0560954Z test_schema_correctness_combinations_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.306s) 2022-09-27T15:49:07.3627801Z test_schema_correctness_combinations_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.307s) 2022-09-27T15:49:07.6713377Z test_schema_correctness_combinations_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.308s) 2022-09-27T15:49:07.9786434Z test_schema_correctness_combinations_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.307s) 2022-09-27T15:49:08.2864841Z test_schema_correctness_combinations_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.308s) 2022-09-27T15:49:08.2923094Z test_schema_correctness_complex_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:08.2977205Z test_schema_correctness_complex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:08.3028511Z test_schema_correctness_complex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:08.3040186Z test_schema_correctness_conj_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:08.3050950Z test_schema_correctness_conj_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:08.3071966Z test_schema_correctness_conj_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:08.3080786Z test_schema_correctness_conj_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:08.3101196Z test_schema_correctness_conj_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:08.3111973Z test_schema_correctness_conj_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:08.3123034Z test_schema_correctness_conj_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:08.3134430Z test_schema_correctness_conj_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:08.3144422Z test_schema_correctness_conj_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:08.3154120Z test_schema_correctness_conj_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:08.3164050Z test_schema_correctness_conj_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:08.3174109Z test_schema_correctness_conj_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:08.3183899Z test_schema_correctness_conj_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:08.3193799Z test_schema_correctness_conj_physical_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:08.3203070Z test_schema_correctness_conj_physical_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:08.3218164Z test_schema_correctness_conj_physical_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:08.3227525Z test_schema_correctness_conj_physical_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:08.3241017Z test_schema_correctness_conj_physical_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:08.3251804Z test_schema_correctness_conj_physical_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:08.3261785Z test_schema_correctness_conj_physical_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:08.3272644Z test_schema_correctness_conj_physical_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:08.3282866Z test_schema_correctness_conj_physical_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:08.3292457Z test_schema_correctness_conj_physical_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:08.3301896Z test_schema_correctness_conj_physical_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:08.3311399Z test_schema_correctness_conj_physical_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:08.3320839Z test_schema_correctness_conj_physical_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:08.3583665Z test_schema_correctness_constant_pad_nd_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:49:08.3829728Z test_schema_correctness_constant_pad_nd_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:49:08.4127771Z test_schema_correctness_constant_pad_nd_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:49:08.4427573Z test_schema_correctness_constant_pad_nd_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:49:08.4692266Z test_schema_correctness_constant_pad_nd_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:49:08.4960515Z test_schema_correctness_constant_pad_nd_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:49:08.5227849Z test_schema_correctness_constant_pad_nd_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:49:08.5479192Z test_schema_correctness_constant_pad_nd_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:49:08.5735889Z test_schema_correctness_constant_pad_nd_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:49:08.5989224Z test_schema_correctness_constant_pad_nd_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:49:08.6236074Z test_schema_correctness_constant_pad_nd_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:49:08.6484070Z test_schema_correctness_constant_pad_nd_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:49:08.6496159Z test_schema_correctness_contiguous_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:08.6506313Z test_schema_correctness_contiguous_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:08.6518005Z test_schema_correctness_contiguous_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:08.6527494Z test_schema_correctness_contiguous_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:08.6539142Z test_schema_correctness_contiguous_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:08.6550331Z test_schema_correctness_contiguous_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:08.6561158Z test_schema_correctness_contiguous_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:08.6572944Z test_schema_correctness_contiguous_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:08.6583639Z test_schema_correctness_contiguous_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:08.6593347Z test_schema_correctness_contiguous_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:08.6603148Z test_schema_correctness_contiguous_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:08.6613167Z test_schema_correctness_contiguous_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:08.6622917Z test_schema_correctness_contiguous_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:08.6673535Z test_schema_correctness_copysign_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:08.6718907Z test_schema_correctness_copysign_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:08.6769476Z test_schema_correctness_copysign_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:08.6821229Z test_schema_correctness_copysign_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:08.6871700Z test_schema_correctness_copysign_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:08.6918060Z test_schema_correctness_copysign_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:08.6964863Z test_schema_correctness_copysign_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:08.7012028Z test_schema_correctness_copysign_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:08.7057078Z test_schema_correctness_copysign_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:08.7134489Z test_schema_correctness_copysign_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:08.8642430Z test_schema_correctness_corrcoef_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.151s) 2022-09-27T15:49:08.8647222Z test_schema_correctness_corrcoef_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:49:08.8652147Z test_schema_correctness_corrcoef_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:49:09.0142646Z test_schema_correctness_corrcoef_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.149s) 2022-09-27T15:49:09.1617378Z test_schema_correctness_corrcoef_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.147s) 2022-09-27T15:49:09.3088467Z test_schema_correctness_corrcoef_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.147s) 2022-09-27T15:49:09.4560564Z test_schema_correctness_corrcoef_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.147s) 2022-09-27T15:49:09.6032799Z test_schema_correctness_corrcoef_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.147s) 2022-09-27T15:49:09.7506712Z test_schema_correctness_corrcoef_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.147s) 2022-09-27T15:49:09.8976228Z test_schema_correctness_corrcoef_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.147s) 2022-09-27T15:49:09.8999390Z test_schema_correctness_cos_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:09.9020331Z test_schema_correctness_cos_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:09.9042148Z test_schema_correctness_cos_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:09.9062934Z test_schema_correctness_cos_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:09.9081916Z test_schema_correctness_cos_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:09.9101847Z test_schema_correctness_cos_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:09.9121358Z test_schema_correctness_cos_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:09.9141327Z test_schema_correctness_cos_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:09.9160257Z test_schema_correctness_cos_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:09.9179931Z test_schema_correctness_cos_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:09.9199210Z test_schema_correctness_cos_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:09.9218866Z test_schema_correctness_cosh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:09.9237144Z test_schema_correctness_cosh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:09.9258115Z test_schema_correctness_cosh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:09.9278456Z test_schema_correctness_cosh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:09.9298273Z test_schema_correctness_cosh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:09.9317408Z test_schema_correctness_cosh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:09.9336297Z test_schema_correctness_cosh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:09.9354876Z test_schema_correctness_cosh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:09.9373498Z test_schema_correctness_cosh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:09.9392016Z test_schema_correctness_cosh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:09.9410427Z test_schema_correctness_cosh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:09.9572993Z test_schema_correctness_count_nonzero_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:09.9733087Z test_schema_correctness_count_nonzero_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:09.9895232Z test_schema_correctness_count_nonzero_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:10.0058381Z test_schema_correctness_count_nonzero_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:10.0217243Z test_schema_correctness_count_nonzero_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:10.0376954Z test_schema_correctness_count_nonzero_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:10.0534881Z test_schema_correctness_count_nonzero_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:10.0692711Z test_schema_correctness_count_nonzero_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:10.0850859Z test_schema_correctness_count_nonzero_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:10.1010332Z test_schema_correctness_count_nonzero_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:10.1170024Z test_schema_correctness_count_nonzero_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:10.1328695Z test_schema_correctness_count_nonzero_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:12.3845274Z test_schema_correctness_cov_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.251s) 2022-09-27T15:49:12.3852106Z test_schema_correctness_cov_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:49:12.3857594Z test_schema_correctness_cov_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:49:14.6416453Z test_schema_correctness_cov_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.256s) 2022-09-27T15:49:16.8894565Z test_schema_correctness_cov_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.248s) 2022-09-27T15:49:19.1492116Z test_schema_correctness_cov_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.260s) 2022-09-27T15:49:21.4066484Z test_schema_correctness_cov_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.257s) 2022-09-27T15:49:23.6580789Z test_schema_correctness_cov_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.251s) 2022-09-27T15:49:25.9113826Z test_schema_correctness_cov_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.253s) 2022-09-27T15:49:28.1681755Z test_schema_correctness_cov_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.257s) 2022-09-27T15:49:28.1709324Z test_schema_correctness_cross_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:28.1737915Z test_schema_correctness_cross_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:28.1765518Z test_schema_correctness_cross_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:28.1790413Z test_schema_correctness_cross_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:28.1815396Z test_schema_correctness_cross_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:28.1837839Z test_schema_correctness_cross_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:28.1860850Z test_schema_correctness_cross_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:28.1884526Z test_schema_correctness_cross_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:28.1907542Z test_schema_correctness_cross_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:28.1930211Z test_schema_correctness_cross_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:28.1950613Z test_schema_correctness_cummax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:28.1968855Z test_schema_correctness_cummax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:28.1988493Z test_schema_correctness_cummax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:28.2009149Z test_schema_correctness_cummax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:28.2027719Z test_schema_correctness_cummax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:28.2046188Z test_schema_correctness_cummax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:28.2065661Z test_schema_correctness_cummax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:28.2084503Z test_schema_correctness_cummax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:28.2103365Z test_schema_correctness_cummax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:28.2123727Z test_schema_correctness_cummin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:28.2142376Z test_schema_correctness_cummin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:28.2161665Z test_schema_correctness_cummin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:28.2182804Z test_schema_correctness_cummin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:28.2201225Z test_schema_correctness_cummin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:28.2220068Z test_schema_correctness_cummin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:28.2238651Z test_schema_correctness_cummin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:28.2257555Z test_schema_correctness_cummin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:28.2276021Z test_schema_correctness_cummin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:28.2328242Z test_schema_correctness_cumprod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:28.2389726Z test_schema_correctness_cumprod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:28.2451507Z test_schema_correctness_cumprod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:28.2507552Z test_schema_correctness_cumprod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:28.2565139Z test_schema_correctness_cumprod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:28.2614243Z test_schema_correctness_cumprod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:28.2665523Z test_schema_correctness_cumprod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:28.2715129Z test_schema_correctness_cumprod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:28.2767838Z test_schema_correctness_cumprod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:28.2816925Z test_schema_correctness_cumprod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:28.2841280Z test_schema_correctness_cumsum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:28.2870414Z test_schema_correctness_cumsum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:28.2899528Z test_schema_correctness_cumsum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:28.2925463Z test_schema_correctness_cumsum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:28.2951597Z test_schema_correctness_cumsum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:28.2975566Z test_schema_correctness_cumsum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:28.3002743Z test_schema_correctness_cumsum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:28.3028644Z test_schema_correctness_cumsum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:28.3052565Z test_schema_correctness_cumsum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:28.3076020Z test_schema_correctness_cumsum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:28.3347931Z test_schema_correctness_cumulative_trapezoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:49:28.3633153Z test_schema_correctness_cumulative_trapezoid_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:49:28.3915725Z test_schema_correctness_cumulative_trapezoid_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:49:28.4184622Z test_schema_correctness_cumulative_trapezoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:49:28.4443980Z test_schema_correctness_cumulative_trapezoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:49:28.4710597Z test_schema_correctness_cumulative_trapezoid_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:49:28.4976877Z test_schema_correctness_cumulative_trapezoid_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:49:28.5243131Z test_schema_correctness_cumulative_trapezoid_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:49:28.5509170Z test_schema_correctness_cumulative_trapezoid_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:49:28.5775136Z test_schema_correctness_cumulative_trapezoid_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:49:28.5794801Z test_schema_correctness_deg2rad_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:28.5813171Z test_schema_correctness_deg2rad_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:28.5831515Z test_schema_correctness_deg2rad_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:28.5850014Z test_schema_correctness_deg2rad_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:28.5868043Z test_schema_correctness_deg2rad_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:28.5885333Z test_schema_correctness_deg2rad_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:28.5902915Z test_schema_correctness_deg2rad_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:28.5920247Z test_schema_correctness_deg2rad_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:28.5937909Z test_schema_correctness_deg2rad_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:28.5955393Z test_schema_correctness_deg2rad_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:28.6010031Z test_schema_correctness_diag_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:28.6063268Z test_schema_correctness_diag_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:28.6123522Z test_schema_correctness_diag_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:28.6184195Z test_schema_correctness_diag_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:28.6238387Z test_schema_correctness_diag_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:28.6292129Z test_schema_correctness_diag_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:28.6345458Z test_schema_correctness_diag_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:28.6398706Z test_schema_correctness_diag_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:28.6454366Z test_schema_correctness_diag_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:28.6507768Z test_schema_correctness_diag_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:28.6561247Z test_schema_correctness_diag_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:28.6638283Z test_schema_correctness_diag_embed_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:28.6708727Z test_schema_correctness_diag_embed_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:28.6793234Z test_schema_correctness_diag_embed_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:28.6802586Z test_schema_correctness_diag_embed_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:28.6886824Z test_schema_correctness_diag_embed_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:28.6963649Z test_schema_correctness_diag_embed_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:28.7039513Z test_schema_correctness_diag_embed_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:28.7115766Z test_schema_correctness_diag_embed_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:28.7188318Z test_schema_correctness_diag_embed_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:28.7260146Z test_schema_correctness_diag_embed_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:28.7332374Z test_schema_correctness_diag_embed_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:28.7403354Z test_schema_correctness_diag_embed_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:28.7474738Z test_schema_correctness_diag_embed_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:28.7519452Z test_schema_correctness_diagflat_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:28.7561502Z test_schema_correctness_diagflat_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:28.7607106Z test_schema_correctness_diagflat_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:28.7653275Z test_schema_correctness_diagflat_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:28.7696637Z test_schema_correctness_diagflat_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:28.7739037Z test_schema_correctness_diagflat_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:28.7781556Z test_schema_correctness_diagflat_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:28.7823597Z test_schema_correctness_diagflat_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:28.7865837Z test_schema_correctness_diagflat_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:28.7908106Z test_schema_correctness_diagflat_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:28.7950318Z test_schema_correctness_diagflat_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:28.8030009Z test_schema_correctness_diagonal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:28.8103106Z test_schema_correctness_diagonal_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:28.8192152Z test_schema_correctness_diagonal_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:28.8201616Z test_schema_correctness_diagonal_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:28.8288452Z test_schema_correctness_diagonal_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:28.8368662Z test_schema_correctness_diagonal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:28.8447452Z test_schema_correctness_diagonal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:28.8527269Z test_schema_correctness_diagonal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:28.8601926Z test_schema_correctness_diagonal_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:28.8675763Z test_schema_correctness_diagonal_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:28.8750551Z test_schema_correctness_diagonal_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:28.8824995Z test_schema_correctness_diagonal_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:28.8898985Z test_schema_correctness_diagonal_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:28.8999818Z test_schema_correctness_diagonal_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:49:28.9090611Z test_schema_correctness_diagonal_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:28.9192232Z test_schema_correctness_diagonal_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:49:28.9293846Z test_schema_correctness_diagonal_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:49:28.9397599Z test_schema_correctness_diagonal_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:49:28.9491607Z test_schema_correctness_diagonal_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:28.9585524Z test_schema_correctness_diagonal_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:28.9678621Z test_schema_correctness_diagonal_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:28.9771597Z test_schema_correctness_diagonal_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:28.9865606Z test_schema_correctness_diagonal_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:29.2144615Z test_schema_correctness_diff_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.228s) 2022-09-27T15:49:29.4319488Z test_schema_correctness_diff_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.217s) 2022-09-27T15:49:29.6899653Z test_schema_correctness_diff_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.258s) 2022-09-27T15:49:29.9382226Z test_schema_correctness_diff_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.248s) 2022-09-27T15:49:30.1676194Z test_schema_correctness_diff_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.229s) 2022-09-27T15:49:30.3953991Z test_schema_correctness_diff_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.228s) 2022-09-27T15:49:30.6156992Z test_schema_correctness_diff_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.220s) 2022-09-27T15:49:30.8413023Z test_schema_correctness_diff_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.226s) 2022-09-27T15:49:31.0670676Z test_schema_correctness_diff_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.226s) 2022-09-27T15:49:31.2933097Z test_schema_correctness_diff_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.226s) 2022-09-27T15:49:31.5186542Z test_schema_correctness_diff_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.225s) 2022-09-27T15:49:31.7432498Z test_schema_correctness_diff_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.225s) 2022-09-27T15:49:31.7454630Z test_schema_correctness_digamma_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:31.7473746Z test_schema_correctness_digamma_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:31.7493537Z test_schema_correctness_digamma_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:31.7512468Z test_schema_correctness_digamma_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:31.7530854Z test_schema_correctness_digamma_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:31.7548985Z test_schema_correctness_digamma_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:31.7567086Z test_schema_correctness_digamma_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:31.7585453Z test_schema_correctness_digamma_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:31.7603637Z test_schema_correctness_digamma_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:31.7861583Z test_schema_correctness_dist_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:49:31.8185646Z test_schema_correctness_dist_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T15:49:31.8496308Z test_schema_correctness_dist_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:49:31.8756970Z test_schema_correctness_dist_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:49:31.9014598Z test_schema_correctness_dist_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:49:31.9278665Z test_schema_correctness_dist_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:49:31.9343902Z test_schema_correctness_div_floor_rounding_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:31.9406254Z test_schema_correctness_div_floor_rounding_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:31.9470327Z test_schema_correctness_div_floor_rounding_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:31.9533776Z test_schema_correctness_div_floor_rounding_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:31.9592095Z test_schema_correctness_div_floor_rounding_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:31.9650127Z test_schema_correctness_div_floor_rounding_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:31.9706806Z test_schema_correctness_div_floor_rounding_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:31.9764568Z test_schema_correctness_div_floor_rounding_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:31.9822737Z test_schema_correctness_div_floor_rounding_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:31.9878220Z test_schema_correctness_div_no_rounding_mode_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:31.9929690Z test_schema_correctness_div_no_rounding_mode_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:31.9996372Z test_schema_correctness_div_no_rounding_mode_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:32.0062562Z test_schema_correctness_div_no_rounding_mode_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:32.0118794Z test_schema_correctness_div_no_rounding_mode_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:32.0176587Z test_schema_correctness_div_no_rounding_mode_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:32.0232765Z test_schema_correctness_div_no_rounding_mode_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:32.0284711Z test_schema_correctness_div_no_rounding_mode_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:32.0337584Z test_schema_correctness_div_no_rounding_mode_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:32.0389124Z test_schema_correctness_div_no_rounding_mode_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:32.0441822Z test_schema_correctness_div_no_rounding_mode_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:32.0494947Z test_schema_correctness_div_no_rounding_mode_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:32.0555797Z test_schema_correctness_div_trunc_rounding_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:32.0617739Z test_schema_correctness_div_trunc_rounding_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:32.0680966Z test_schema_correctness_div_trunc_rounding_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:32.0742703Z test_schema_correctness_div_trunc_rounding_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:32.0799628Z test_schema_correctness_div_trunc_rounding_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:32.0857671Z test_schema_correctness_div_trunc_rounding_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:32.0916264Z test_schema_correctness_div_trunc_rounding_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:32.0973312Z test_schema_correctness_div_trunc_rounding_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:32.1030404Z test_schema_correctness_div_trunc_rounding_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:32.1044853Z test_schema_correctness_dot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:32.1051239Z test_schema_correctness_dot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:49:32.1056647Z test_schema_correctness_dot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:49:32.1070431Z test_schema_correctness_dot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:32.1084467Z test_schema_correctness_dot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:32.1098288Z test_schema_correctness_dot_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:32.1110922Z test_schema_correctness_dot_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:32.1123723Z test_schema_correctness_dot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:32.1136899Z test_schema_correctness_dot_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:32.1152693Z test_schema_correctness_dot_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:32.1561452Z test_schema_correctness_double_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:49:32.1964679Z test_schema_correctness_double_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:49:32.2373956Z test_schema_correctness_double_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:49:32.2382996Z test_schema_correctness_double_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:32.2793672Z test_schema_correctness_double_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:49:32.3201286Z test_schema_correctness_double_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:49:32.3607529Z test_schema_correctness_double_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:49:32.3748272Z test_schema_correctness_double_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:49:32.4153470Z test_schema_correctness_double_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:49:32.4557778Z test_schema_correctness_double_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:49:32.4963014Z test_schema_correctness_double_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:49:32.5368765Z test_schema_correctness_double_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:49:32.5776949Z test_schema_correctness_double_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:49:32.5817722Z test_schema_correctness_dsplit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:32.5855492Z test_schema_correctness_dsplit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:32.5899303Z test_schema_correctness_dsplit_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:32.5909216Z test_schema_correctness_dsplit_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:32.5952334Z test_schema_correctness_dsplit_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:32.5990347Z test_schema_correctness_dsplit_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:32.6027458Z test_schema_correctness_dsplit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:32.6067353Z test_schema_correctness_dsplit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:32.6104445Z test_schema_correctness_dsplit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:32.6140558Z test_schema_correctness_dsplit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:32.6178422Z test_schema_correctness_dsplit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:32.6214712Z test_schema_correctness_dsplit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:32.6250237Z test_schema_correctness_dsplit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:32.6298434Z test_schema_correctness_dstack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:32.6343588Z test_schema_correctness_dstack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:32.6395173Z test_schema_correctness_dstack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:32.6404393Z test_schema_correctness_dstack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:32.6454620Z test_schema_correctness_dstack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:32.6501973Z test_schema_correctness_dstack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:32.6549111Z test_schema_correctness_dstack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:32.6594579Z test_schema_correctness_dstack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:32.6640521Z test_schema_correctness_dstack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:32.6685715Z test_schema_correctness_dstack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:32.6731538Z test_schema_correctness_dstack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:32.6776517Z test_schema_correctness_dstack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:32.6822405Z test_schema_correctness_dstack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:32.7141127Z test_schema_correctness_einsum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T15:49:32.7470869Z test_schema_correctness_einsum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-09-27T15:49:32.7803055Z test_schema_correctness_einsum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-09-27T15:49:32.8122844Z test_schema_correctness_einsum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T15:49:32.8431492Z test_schema_correctness_einsum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:49:32.8747971Z test_schema_correctness_einsum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T15:49:32.9067425Z test_schema_correctness_einsum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T15:49:32.9382592Z test_schema_correctness_einsum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:49:32.9698861Z test_schema_correctness_einsum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T15:49:33.0018417Z test_schema_correctness_einsum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T15:49:33.0318940Z test_schema_correctness_empty_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:49:33.0616197Z test_schema_correctness_empty_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:49:33.0914241Z test_schema_correctness_empty_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:49:33.0922733Z test_schema_correctness_empty_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:33.1220893Z test_schema_correctness_empty_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:49:33.1518417Z test_schema_correctness_empty_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:49:33.1817108Z test_schema_correctness_empty_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:49:33.2115032Z test_schema_correctness_empty_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:49:33.2413587Z test_schema_correctness_empty_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:49:33.2711214Z test_schema_correctness_empty_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:49:33.3011844Z test_schema_correctness_empty_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:49:33.3309921Z test_schema_correctness_empty_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:49:33.3607894Z test_schema_correctness_empty_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:49:33.3896650Z test_schema_correctness_empty_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:49:33.4181280Z test_schema_correctness_empty_like_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:49:33.4468904Z test_schema_correctness_empty_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:49:33.4478532Z test_schema_correctness_empty_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:33.4766907Z test_schema_correctness_empty_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:49:33.5052760Z test_schema_correctness_empty_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:49:33.5338594Z test_schema_correctness_empty_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:49:33.5623131Z test_schema_correctness_empty_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:49:33.5907144Z test_schema_correctness_empty_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:49:33.6190959Z test_schema_correctness_empty_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:49:33.6476376Z test_schema_correctness_empty_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:49:33.6760285Z test_schema_correctness_empty_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:49:33.7045521Z test_schema_correctness_empty_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:49:33.7101945Z test_schema_correctness_eq_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:33.7149954Z test_schema_correctness_eq_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:33.7215365Z test_schema_correctness_eq_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:33.7225182Z test_schema_correctness_eq_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:33.7289839Z test_schema_correctness_eq_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:33.7344328Z test_schema_correctness_eq_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:33.7399414Z test_schema_correctness_eq_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:33.7453881Z test_schema_correctness_eq_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:33.7502132Z test_schema_correctness_eq_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:33.7552101Z test_schema_correctness_eq_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:33.7601624Z test_schema_correctness_eq_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:33.7650949Z test_schema_correctness_eq_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:33.7700561Z test_schema_correctness_eq_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:33.7743456Z test_schema_correctness_equal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:33.7782285Z test_schema_correctness_equal_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:33.7830782Z test_schema_correctness_equal_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:33.7878915Z test_schema_correctness_equal_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:33.7921583Z test_schema_correctness_equal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:33.7963675Z test_schema_correctness_equal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:33.8004580Z test_schema_correctness_equal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:33.8043551Z test_schema_correctness_equal_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:33.8082628Z test_schema_correctness_equal_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:33.8121506Z test_schema_correctness_equal_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:33.8160729Z test_schema_correctness_equal_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:33.8199863Z test_schema_correctness_equal_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:33.8213202Z test_schema_correctness_erf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:33.8226557Z test_schema_correctness_erf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:33.8240389Z test_schema_correctness_erf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:33.8254628Z test_schema_correctness_erf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:33.8267702Z test_schema_correctness_erf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:33.8280931Z test_schema_correctness_erf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:33.8294275Z test_schema_correctness_erf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:33.8307265Z test_schema_correctness_erf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:33.8320408Z test_schema_correctness_erf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:33.8340815Z test_schema_correctness_erfc_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:33.8358983Z test_schema_correctness_erfc_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:33.8379526Z test_schema_correctness_erfc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:33.8399288Z test_schema_correctness_erfc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:33.8418145Z test_schema_correctness_erfc_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:33.8436661Z test_schema_correctness_erfc_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:33.8455795Z test_schema_correctness_erfc_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:33.8474361Z test_schema_correctness_erfc_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:33.8493973Z test_schema_correctness_erfc_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:33.8507688Z test_schema_correctness_erfinv_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:33.8520524Z test_schema_correctness_erfinv_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:33.8534772Z test_schema_correctness_erfinv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:33.8548803Z test_schema_correctness_erfinv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:33.8562273Z test_schema_correctness_erfinv_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:33.8576000Z test_schema_correctness_erfinv_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:33.8589402Z test_schema_correctness_erfinv_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:33.8602818Z test_schema_correctness_erfinv_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:33.8616529Z test_schema_correctness_erfinv_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:33.8635667Z test_schema_correctness_exp2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:33.8653103Z test_schema_correctness_exp2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:33.8671558Z test_schema_correctness_exp2_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:33.8689918Z test_schema_correctness_exp2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:33.8707940Z test_schema_correctness_exp2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:33.8725433Z test_schema_correctness_exp2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:33.8742869Z test_schema_correctness_exp2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:33.8760261Z test_schema_correctness_exp2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:33.8777977Z test_schema_correctness_exp2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:33.8795423Z test_schema_correctness_exp2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:33.8814268Z test_schema_correctness_exp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:33.8832443Z test_schema_correctness_exp_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:33.8854290Z test_schema_correctness_exp_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:33.8874646Z test_schema_correctness_exp_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:33.8894598Z test_schema_correctness_exp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:33.8914246Z test_schema_correctness_exp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:33.8933072Z test_schema_correctness_exp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:33.8952199Z test_schema_correctness_exp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:33.8971757Z test_schema_correctness_exp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:33.8990779Z test_schema_correctness_exp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:33.9010214Z test_schema_correctness_exp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:33.9177659Z test_schema_correctness_expand_as_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:49:33.9340496Z test_schema_correctness_expand_as_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:33.9510185Z test_schema_correctness_expand_as_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:49:33.9679938Z test_schema_correctness_expand_as_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:49:33.9846110Z test_schema_correctness_expand_as_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:49:34.0013084Z test_schema_correctness_expand_as_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:49:34.0179404Z test_schema_correctness_expand_as_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:49:34.0342766Z test_schema_correctness_expand_as_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:34.0505897Z test_schema_correctness_expand_as_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:34.0668972Z test_schema_correctness_expand_as_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:34.0832459Z test_schema_correctness_expand_as_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:34.0994678Z test_schema_correctness_expand_as_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:34.1155672Z test_schema_correctness_expand_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:34.1312559Z test_schema_correctness_expand_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:34.1479950Z test_schema_correctness_expand_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:49:34.1644927Z test_schema_correctness_expand_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:34.1806165Z test_schema_correctness_expand_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:34.1966190Z test_schema_correctness_expand_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:34.2126436Z test_schema_correctness_expand_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:34.2284424Z test_schema_correctness_expand_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:34.2443410Z test_schema_correctness_expand_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:34.2602570Z test_schema_correctness_expand_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:34.2762846Z test_schema_correctness_expand_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:34.2923042Z test_schema_correctness_expand_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:34.2937770Z test_schema_correctness_expm1_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:34.2952175Z test_schema_correctness_expm1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:34.2966551Z test_schema_correctness_expm1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:34.2981047Z test_schema_correctness_expm1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:34.2994785Z test_schema_correctness_expm1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:34.3008168Z test_schema_correctness_expm1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:34.3022105Z test_schema_correctness_expm1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:34.3035552Z test_schema_correctness_expm1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:34.3049254Z test_schema_correctness_expm1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:34.6438328Z test_schema_correctness_eye_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.339s) 2022-09-27T15:49:34.9823833Z test_schema_correctness_eye_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.338s) 2022-09-27T15:49:35.3207749Z test_schema_correctness_eye_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.338s) 2022-09-27T15:49:35.6593182Z test_schema_correctness_eye_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.338s) 2022-09-27T15:49:35.9973894Z test_schema_correctness_eye_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.338s) 2022-09-27T15:49:36.3354774Z test_schema_correctness_eye_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.338s) 2022-09-27T15:49:36.6735629Z test_schema_correctness_eye_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.338s) 2022-09-27T15:49:37.0126424Z test_schema_correctness_eye_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.339s) 2022-09-27T15:49:37.3512497Z test_schema_correctness_eye_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.339s) 2022-09-27T15:49:37.6893031Z test_schema_correctness_eye_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.338s) 2022-09-27T15:49:38.0273073Z test_schema_correctness_eye_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.338s) 2022-09-27T15:49:38.0374271Z test_schema_correctness_fft_fft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:49:38.0441982Z test_schema_correctness_fft_fft2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:38.0509360Z test_schema_correctness_fft_fft2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:38.0607386Z test_schema_correctness_fft_fft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:49:38.0705959Z test_schema_correctness_fft_fft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:49:38.0803409Z test_schema_correctness_fft_fft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:49:38.0901598Z test_schema_correctness_fft_fft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:49:38.1001600Z test_schema_correctness_fft_fft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:49:38.1096920Z test_schema_correctness_fft_fft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:38.1192541Z test_schema_correctness_fft_fft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:49:38.1285283Z test_schema_correctness_fft_fft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:38.1346892Z test_schema_correctness_fft_fft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:38.1407751Z test_schema_correctness_fft_fft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:38.1465651Z test_schema_correctness_fft_fft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:38.1523270Z test_schema_correctness_fft_fft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:38.1617255Z test_schema_correctness_fft_fft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:38.1712838Z test_schema_correctness_fft_fft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:49:38.1806604Z test_schema_correctness_fft_fft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:38.1903015Z test_schema_correctness_fft_fft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:49:38.1996206Z test_schema_correctness_fft_fft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:38.2112712Z test_schema_correctness_fft_fftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:49:38.2190505Z test_schema_correctness_fft_fftn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:38.2268789Z test_schema_correctness_fft_fftn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:38.2389437Z test_schema_correctness_fft_fftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:49:38.2510900Z test_schema_correctness_fft_fftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:49:38.2628905Z test_schema_correctness_fft_fftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:49:38.2748419Z test_schema_correctness_fft_fftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:49:38.2864478Z test_schema_correctness_fft_fftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:49:38.2980606Z test_schema_correctness_fft_fftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:49:38.3096678Z test_schema_correctness_fft_fftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:49:38.3134370Z test_schema_correctness_fft_fftshift_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:38.3171475Z test_schema_correctness_fft_fftshift_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:38.3214584Z test_schema_correctness_fft_fftshift_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:38.3224364Z test_schema_correctness_fft_fftshift_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:38.3266006Z test_schema_correctness_fft_fftshift_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:38.3304045Z test_schema_correctness_fft_fftshift_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:38.3341029Z test_schema_correctness_fft_fftshift_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:38.3377757Z test_schema_correctness_fft_fftshift_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:38.3413255Z test_schema_correctness_fft_fftshift_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:38.3451146Z test_schema_correctness_fft_fftshift_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:38.3486673Z test_schema_correctness_fft_fftshift_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:38.3521440Z test_schema_correctness_fft_fftshift_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:38.3556299Z test_schema_correctness_fft_fftshift_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:38.3561519Z test_schema_correctness_fft_hfft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:49:38.3566629Z test_schema_correctness_fft_hfft2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:49:38.3571766Z test_schema_correctness_fft_hfft2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:49:38.3577175Z test_schema_correctness_fft_hfft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:49:38.3582078Z test_schema_correctness_fft_hfft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:49:38.3587668Z test_schema_correctness_fft_hfft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:49:38.3592790Z test_schema_correctness_fft_hfft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:49:38.3597797Z test_schema_correctness_fft_hfft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:49:38.3602811Z test_schema_correctness_fft_hfft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:49:38.3607966Z test_schema_correctness_fft_hfft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:49:38.3745466Z test_schema_correctness_fft_hfft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:49:38.3751510Z test_schema_correctness_fft_hfft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:49:38.3756409Z test_schema_correctness_fft_hfft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:49:38.3901147Z test_schema_correctness_fft_hfft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:49:38.4042444Z test_schema_correctness_fft_hfft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:49:38.4245610Z test_schema_correctness_fft_hfft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:49:38.4423535Z test_schema_correctness_fft_hfft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:49:38.4564687Z test_schema_correctness_fft_hfft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:49:38.4704791Z test_schema_correctness_fft_hfft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:49:38.4841790Z test_schema_correctness_fft_hfft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:49:38.4847575Z test_schema_correctness_fft_hfftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:49:38.4852941Z test_schema_correctness_fft_hfftn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:49:38.4858623Z test_schema_correctness_fft_hfftn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:49:38.4864475Z test_schema_correctness_fft_hfftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:49:38.4870546Z test_schema_correctness_fft_hfftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:49:38.4876837Z test_schema_correctness_fft_hfftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:49:38.4882982Z test_schema_correctness_fft_hfftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:49:38.4888751Z test_schema_correctness_fft_hfftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:49:38.4894705Z test_schema_correctness_fft_hfftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:49:38.4900723Z test_schema_correctness_fft_hfftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:49:38.4998461Z test_schema_correctness_fft_ifft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:49:38.5066946Z test_schema_correctness_fft_ifft2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:38.5135178Z test_schema_correctness_fft_ifft2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:38.5232769Z test_schema_correctness_fft_ifft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:49:38.5330813Z test_schema_correctness_fft_ifft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:49:38.5428399Z test_schema_correctness_fft_ifft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:49:38.5523685Z test_schema_correctness_fft_ifft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:38.5619262Z test_schema_correctness_fft_ifft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:38.5713593Z test_schema_correctness_fft_ifft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:38.5809758Z test_schema_correctness_fft_ifft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:49:38.5923505Z test_schema_correctness_fft_ifft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:49:38.5985585Z test_schema_correctness_fft_ifft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:38.6047945Z test_schema_correctness_fft_ifft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:38.6128574Z test_schema_correctness_fft_ifft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:38.6207561Z test_schema_correctness_fft_ifft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:38.6319950Z test_schema_correctness_fft_ifft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:49:38.6437061Z test_schema_correctness_fft_ifft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:49:38.6553126Z test_schema_correctness_fft_ifft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:49:38.6665364Z test_schema_correctness_fft_ifft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:49:38.6776658Z test_schema_correctness_fft_ifft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:49:38.6893927Z test_schema_correctness_fft_ifftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:49:38.6973654Z test_schema_correctness_fft_ifftn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:38.7053683Z test_schema_correctness_fft_ifftn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:38.7175139Z test_schema_correctness_fft_ifftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:49:38.7297536Z test_schema_correctness_fft_ifftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:49:38.7415515Z test_schema_correctness_fft_ifftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:49:38.7533505Z test_schema_correctness_fft_ifftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:49:38.7649816Z test_schema_correctness_fft_ifftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:49:38.7765764Z test_schema_correctness_fft_ifftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:49:38.7882025Z test_schema_correctness_fft_ifftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:49:38.7923421Z test_schema_correctness_fft_ifftshift_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:38.7959351Z test_schema_correctness_fft_ifftshift_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:38.8002925Z test_schema_correctness_fft_ifftshift_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:38.8012567Z test_schema_correctness_fft_ifftshift_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:38.8052696Z test_schema_correctness_fft_ifftshift_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:38.8089666Z test_schema_correctness_fft_ifftshift_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:38.8125890Z test_schema_correctness_fft_ifftshift_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:38.8161909Z test_schema_correctness_fft_ifftshift_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:38.8199646Z test_schema_correctness_fft_ifftshift_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:38.8235537Z test_schema_correctness_fft_ifftshift_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:38.8270700Z test_schema_correctness_fft_ifftshift_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:38.8305626Z test_schema_correctness_fft_ifftshift_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:38.8340630Z test_schema_correctness_fft_ifftshift_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:38.8474988Z test_schema_correctness_fft_ihfft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:49:38.8584095Z test_schema_correctness_fft_ihfft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:49:38.8688076Z test_schema_correctness_fft_ihfft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:49:38.8822106Z test_schema_correctness_fft_ihfft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:49:38.8959040Z test_schema_correctness_fft_ihfft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:49:38.9096392Z test_schema_correctness_fft_ihfft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:49:38.9231031Z test_schema_correctness_fft_ihfft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:49:38.9370034Z test_schema_correctness_fft_ihfft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:49:38.9481083Z test_schema_correctness_fft_ihfft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:49:38.9558476Z test_schema_correctness_fft_ihfft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:38.9635905Z test_schema_correctness_fft_ihfft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:38.9746186Z test_schema_correctness_fft_ihfft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:49:38.9859268Z test_schema_correctness_fft_ihfft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:49:38.9970576Z test_schema_correctness_fft_ihfft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:49:39.0080796Z test_schema_correctness_fft_ihfft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:49:39.0191694Z test_schema_correctness_fft_ihfft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:49:39.0341657Z test_schema_correctness_fft_ihfftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:49:39.0454355Z test_schema_correctness_fft_ihfftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:49:39.0566589Z test_schema_correctness_fft_ihfftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:49:39.0717281Z test_schema_correctness_fft_ihfftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:49:39.0872182Z test_schema_correctness_fft_ihfftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:49:39.1024798Z test_schema_correctness_fft_ihfftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:49:39.1177990Z test_schema_correctness_fft_ihfftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:49:39.1328090Z test_schema_correctness_fft_ihfftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:49:39.1423365Z test_schema_correctness_fft_irfft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:49:39.1490511Z test_schema_correctness_fft_irfft2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:39.1558023Z test_schema_correctness_fft_irfft2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:39.1656953Z test_schema_correctness_fft_irfft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:49:39.1757134Z test_schema_correctness_fft_irfft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:49:39.1853758Z test_schema_correctness_fft_irfft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:49:39.1950091Z test_schema_correctness_fft_irfft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:49:39.2046327Z test_schema_correctness_fft_irfft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:49:39.2142138Z test_schema_correctness_fft_irfft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:49:39.2236807Z test_schema_correctness_fft_irfft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:39.2330966Z test_schema_correctness_fft_irfft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:39.2390763Z test_schema_correctness_fft_irfft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:39.2451385Z test_schema_correctness_fft_irfft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:39.2547666Z test_schema_correctness_fft_irfft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:49:39.2647015Z test_schema_correctness_fft_irfft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:49:39.2740614Z test_schema_correctness_fft_irfft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:39.2834974Z test_schema_correctness_fft_irfft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:39.2929744Z test_schema_correctness_fft_irfft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:39.3024467Z test_schema_correctness_fft_irfft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:39.3119865Z test_schema_correctness_fft_irfft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:39.3237803Z test_schema_correctness_fft_irfftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:49:39.3316066Z test_schema_correctness_fft_irfftn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:39.3393551Z test_schema_correctness_fft_irfftn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:39.3512530Z test_schema_correctness_fft_irfftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:49:39.3633357Z test_schema_correctness_fft_irfftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:49:39.3748048Z test_schema_correctness_fft_irfftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:49:39.3867236Z test_schema_correctness_fft_irfftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:49:39.3983768Z test_schema_correctness_fft_irfftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:49:39.4099624Z test_schema_correctness_fft_irfftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:49:39.4214601Z test_schema_correctness_fft_irfftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:49:39.4306252Z test_schema_correctness_fft_rfft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:39.4367715Z test_schema_correctness_fft_rfft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:39.4430422Z test_schema_correctness_fft_rfft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:39.4571902Z test_schema_correctness_fft_rfft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:49:39.4696741Z test_schema_correctness_fft_rfft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:49:39.4814845Z test_schema_correctness_fft_rfft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:49:39.4916516Z test_schema_correctness_fft_rfft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:49:39.5010585Z test_schema_correctness_fft_rfft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:39.5107403Z test_schema_correctness_fft_rfft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:49:39.5165062Z test_schema_correctness_fft_rfft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:39.5222195Z test_schema_correctness_fft_rfft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:39.5314919Z test_schema_correctness_fft_rfft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:39.5410981Z test_schema_correctness_fft_rfft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:49:39.5505466Z test_schema_correctness_fft_rfft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:39.5597825Z test_schema_correctness_fft_rfft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:39.5689889Z test_schema_correctness_fft_rfft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:39.5802012Z test_schema_correctness_fft_rfftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:49:39.5876278Z test_schema_correctness_fft_rfftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:39.5949373Z test_schema_correctness_fft_rfftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:39.6063466Z test_schema_correctness_fft_rfftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:49:39.6180773Z test_schema_correctness_fft_rfftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:49:39.6294898Z test_schema_correctness_fft_rfftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:49:39.6409285Z test_schema_correctness_fft_rfftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:49:39.6524854Z test_schema_correctness_fft_rfftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:49:39.6556518Z test_schema_correctness_fill_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:39.6586742Z test_schema_correctness_fill_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:39.6619638Z test_schema_correctness_fill_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:39.6628562Z test_schema_correctness_fill_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:39.6659041Z test_schema_correctness_fill_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:39.6687839Z test_schema_correctness_fill_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:39.6716494Z test_schema_correctness_fill_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:39.6744812Z test_schema_correctness_fill_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:39.6772699Z test_schema_correctness_fill_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:39.6800491Z test_schema_correctness_fill_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:39.6828458Z test_schema_correctness_fill_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:39.6857053Z test_schema_correctness_fill_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:39.6884706Z test_schema_correctness_fill_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:39.6915753Z test_schema_correctness_flatten_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:39.6944735Z test_schema_correctness_flatten_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:39.6981252Z test_schema_correctness_flatten_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:39.6990242Z test_schema_correctness_flatten_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:39.7025708Z test_schema_correctness_flatten_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:39.7056603Z test_schema_correctness_flatten_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:39.7087315Z test_schema_correctness_flatten_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:39.7118856Z test_schema_correctness_flatten_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:39.7147750Z test_schema_correctness_flatten_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:39.7176751Z test_schema_correctness_flatten_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:39.7207266Z test_schema_correctness_flatten_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:39.7236469Z test_schema_correctness_flatten_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:39.7265597Z test_schema_correctness_flatten_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:39.7495102Z test_schema_correctness_flip_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:49:39.7723724Z test_schema_correctness_flip_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:49:39.7963384Z test_schema_correctness_flip_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:49:39.8206622Z test_schema_correctness_flip_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:49:39.8438524Z test_schema_correctness_flip_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:49:39.8672511Z test_schema_correctness_flip_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:49:39.8906844Z test_schema_correctness_flip_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:49:39.9135519Z test_schema_correctness_flip_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:49:39.9366432Z test_schema_correctness_flip_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:49:39.9595970Z test_schema_correctness_flip_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:49:39.9825724Z test_schema_correctness_flip_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:49:40.0056241Z test_schema_correctness_flip_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:49:40.0077283Z test_schema_correctness_fliplr_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:40.0095838Z test_schema_correctness_fliplr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:40.0116060Z test_schema_correctness_fliplr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:40.0136695Z test_schema_correctness_fliplr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:40.0154923Z test_schema_correctness_fliplr_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:40.0173772Z test_schema_correctness_fliplr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:40.0192543Z test_schema_correctness_fliplr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:40.0210836Z test_schema_correctness_fliplr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:40.0228800Z test_schema_correctness_fliplr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:40.0246015Z test_schema_correctness_fliplr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:40.0263202Z test_schema_correctness_fliplr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:40.0281036Z test_schema_correctness_fliplr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:40.0299172Z test_schema_correctness_flipud_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:40.0316109Z test_schema_correctness_flipud_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:40.0336568Z test_schema_correctness_flipud_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:40.0356415Z test_schema_correctness_flipud_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:40.0374517Z test_schema_correctness_flipud_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:40.0393116Z test_schema_correctness_flipud_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:40.0411970Z test_schema_correctness_flipud_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:40.0429145Z test_schema_correctness_flipud_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:40.0446859Z test_schema_correctness_flipud_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:40.0464259Z test_schema_correctness_flipud_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:40.0481152Z test_schema_correctness_flipud_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:40.0499208Z test_schema_correctness_flipud_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:40.0906776Z test_schema_correctness_float_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:49:40.1310425Z test_schema_correctness_float_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:49:40.1718777Z test_schema_correctness_float_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:49:40.1727865Z test_schema_correctness_float_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:40.2134509Z test_schema_correctness_float_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:49:40.2542324Z test_schema_correctness_float_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:49:40.2682477Z test_schema_correctness_float_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:49:40.3088413Z test_schema_correctness_float_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:49:40.3493127Z test_schema_correctness_float_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:49:40.3896461Z test_schema_correctness_float_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:49:40.4299974Z test_schema_correctness_float_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:49:40.4704802Z test_schema_correctness_float_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:49:40.5156034Z test_schema_correctness_float_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:49:40.5301274Z test_schema_correctness_float_power_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:49:40.5435898Z test_schema_correctness_float_power_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:49:40.5500567Z test_schema_correctness_float_power_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:40.5658844Z test_schema_correctness_float_power_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:40.5800147Z test_schema_correctness_float_power_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:49:40.5943342Z test_schema_correctness_float_power_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:49:40.5995436Z test_schema_correctness_float_power_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:40.6132170Z test_schema_correctness_float_power_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:49:40.6270209Z test_schema_correctness_float_power_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:49:40.6407375Z test_schema_correctness_float_power_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:49:40.6542933Z test_schema_correctness_float_power_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:49:40.6678023Z test_schema_correctness_float_power_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:49:40.6691719Z test_schema_correctness_floor_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:40.6705790Z test_schema_correctness_floor_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:40.6719628Z test_schema_correctness_floor_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:40.6733408Z test_schema_correctness_floor_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:40.6746695Z test_schema_correctness_floor_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:40.6760052Z test_schema_correctness_floor_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:40.6773674Z test_schema_correctness_floor_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:40.6786926Z test_schema_correctness_floor_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:40.6845796Z test_schema_correctness_floor_divide_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:40.6902562Z test_schema_correctness_floor_divide_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:40.6960128Z test_schema_correctness_floor_divide_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:40.7017221Z test_schema_correctness_floor_divide_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:40.7068257Z test_schema_correctness_floor_divide_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:40.7120037Z test_schema_correctness_floor_divide_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:40.7172434Z test_schema_correctness_floor_divide_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:40.7223530Z test_schema_correctness_floor_divide_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:40.7274690Z test_schema_correctness_floor_divide_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:40.7324671Z test_schema_correctness_fmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:40.7369685Z test_schema_correctness_fmax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:40.7420325Z test_schema_correctness_fmax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:40.7472122Z test_schema_correctness_fmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:40.7522898Z test_schema_correctness_fmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:40.7567607Z test_schema_correctness_fmax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:40.7614331Z test_schema_correctness_fmax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:40.7661999Z test_schema_correctness_fmax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:40.7708130Z test_schema_correctness_fmax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:40.7754111Z test_schema_correctness_fmax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:40.7804267Z test_schema_correctness_fmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:40.7849385Z test_schema_correctness_fmin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:40.7900273Z test_schema_correctness_fmin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:40.7951543Z test_schema_correctness_fmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:40.8002137Z test_schema_correctness_fmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:40.8047926Z test_schema_correctness_fmin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:40.8094084Z test_schema_correctness_fmin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:40.8140423Z test_schema_correctness_fmin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:40.8186813Z test_schema_correctness_fmin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:40.8232789Z test_schema_correctness_fmin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:40.8290860Z test_schema_correctness_fmod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:40.8347167Z test_schema_correctness_fmod_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:40.8404819Z test_schema_correctness_fmod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:40.8461914Z test_schema_correctness_fmod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:40.8513215Z test_schema_correctness_fmod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:40.8565076Z test_schema_correctness_fmod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:40.8618470Z test_schema_correctness_fmod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:40.8668524Z test_schema_correctness_fmod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:40.8719882Z test_schema_correctness_fmod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:40.8739387Z test_schema_correctness_frac_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:40.8757494Z test_schema_correctness_frac_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:40.8776660Z test_schema_correctness_frac_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:40.8794481Z test_schema_correctness_frac_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:40.8814205Z test_schema_correctness_frexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:40.8832772Z test_schema_correctness_frexp_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:40.8851698Z test_schema_correctness_frexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:40.8870050Z test_schema_correctness_frexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:40.9166485Z test_schema_correctness_full_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:49:40.9458549Z test_schema_correctness_full_like_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:49:40.9757792Z test_schema_correctness_full_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:49:41.0059589Z test_schema_correctness_full_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:49:41.0356850Z test_schema_correctness_full_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:49:41.0653379Z test_schema_correctness_full_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:49:41.0950052Z test_schema_correctness_full_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:49:41.1244743Z test_schema_correctness_full_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:49:41.1538735Z test_schema_correctness_full_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:49:41.1832634Z test_schema_correctness_full_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:49:41.2126673Z test_schema_correctness_full_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:49:41.2419129Z test_schema_correctness_full_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:49:41.2460287Z test_schema_correctness_gather_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:41.2493898Z test_schema_correctness_gather_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:41.2531387Z test_schema_correctness_gather_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:41.2568028Z test_schema_correctness_gather_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:41.2601829Z test_schema_correctness_gather_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:41.2635299Z test_schema_correctness_gather_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:41.2668877Z test_schema_correctness_gather_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:41.2704518Z test_schema_correctness_gather_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:41.2738271Z test_schema_correctness_gather_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:41.2771763Z test_schema_correctness_gather_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:41.2803745Z test_schema_correctness_gather_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:41.2836467Z test_schema_correctness_gather_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:41.2883333Z test_schema_correctness_gcd_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:41.2930292Z test_schema_correctness_gcd_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:41.2981787Z test_schema_correctness_gcd_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:41.3027100Z test_schema_correctness_gcd_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:41.3071933Z test_schema_correctness_gcd_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:41.3121503Z test_schema_correctness_ge_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:41.3164640Z test_schema_correctness_ge_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:41.3214999Z test_schema_correctness_ge_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:41.3270785Z test_schema_correctness_ge_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:41.3321476Z test_schema_correctness_ge_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:41.3365596Z test_schema_correctness_ge_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:41.3411570Z test_schema_correctness_ge_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:41.3458235Z test_schema_correctness_ge_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:41.3504012Z test_schema_correctness_ge_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:41.3554583Z test_schema_correctness_ge_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:41.3743614Z test_schema_correctness_geqrf_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:49:41.3932841Z test_schema_correctness_geqrf_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:49:41.4106643Z test_schema_correctness_geqrf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:49:41.4271082Z test_schema_correctness_geqrf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:41.5940800Z test_schema_correctness_gradient_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.167s) 2022-09-27T15:49:41.7571812Z test_schema_correctness_gradient_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.163s) 2022-09-27T15:49:41.9196796Z test_schema_correctness_gradient_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.162s) 2022-09-27T15:49:42.0741777Z test_schema_correctness_gradient_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.154s) 2022-09-27T15:49:42.2281074Z test_schema_correctness_gradient_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.154s) 2022-09-27T15:49:42.3760093Z test_schema_correctness_gradient_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.148s) 2022-09-27T15:49:42.5302475Z test_schema_correctness_gradient_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.154s) 2022-09-27T15:49:42.6934237Z test_schema_correctness_gradient_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.163s) 2022-09-27T15:49:42.8470841Z test_schema_correctness_gradient_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.154s) 2022-09-27T15:49:43.0006339Z test_schema_correctness_gradient_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.153s) 2022-09-27T15:49:43.0058935Z test_schema_correctness_gt_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:43.0104203Z test_schema_correctness_gt_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:43.0155054Z test_schema_correctness_gt_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:43.0206511Z test_schema_correctness_gt_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:43.0257500Z test_schema_correctness_gt_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:43.0303120Z test_schema_correctness_gt_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:43.0349304Z test_schema_correctness_gt_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:43.0396058Z test_schema_correctness_gt_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:43.0441507Z test_schema_correctness_gt_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:43.0487703Z test_schema_correctness_gt_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:43.0895084Z test_schema_correctness_half_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:49:43.1297068Z test_schema_correctness_half_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:49:43.1706302Z test_schema_correctness_half_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:49:43.2114161Z test_schema_correctness_half_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:49:43.2254360Z test_schema_correctness_half_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:49:43.2660157Z test_schema_correctness_half_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:49:43.3065300Z test_schema_correctness_half_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:49:43.3468670Z test_schema_correctness_half_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:49:43.3872083Z test_schema_correctness_half_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:49:43.4276400Z test_schema_correctness_half_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:49:43.4682037Z test_schema_correctness_half_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:49:43.5086678Z test_schema_correctness_half_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:49:43.5139503Z test_schema_correctness_heaviside_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:43.5185936Z test_schema_correctness_heaviside_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:43.5237567Z test_schema_correctness_heaviside_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:43.5290423Z test_schema_correctness_heaviside_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:43.5342034Z test_schema_correctness_heaviside_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:43.5387706Z test_schema_correctness_heaviside_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:43.5435012Z test_schema_correctness_heaviside_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:43.5481535Z test_schema_correctness_heaviside_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:43.5527977Z test_schema_correctness_heaviside_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:43.5575347Z test_schema_correctness_heaviside_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:43.5974861Z test_schema_correctness_histc_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:49:43.6380885Z test_schema_correctness_histc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:49:43.6796013Z test_schema_correctness_histc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:49:43.7864327Z test_schema_correctness_histogram_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.107s) 2022-09-27T15:49:43.8897060Z test_schema_correctness_histogram_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.103s) 2022-09-27T15:49:44.0042818Z test_schema_correctness_histogramdd_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-09-27T15:49:44.1153345Z test_schema_correctness_histogramdd_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.111s) 2022-09-27T15:49:44.1193317Z test_schema_correctness_hsplit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:44.1231361Z test_schema_correctness_hsplit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:44.1273048Z test_schema_correctness_hsplit_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:44.1282715Z test_schema_correctness_hsplit_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:44.1323336Z test_schema_correctness_hsplit_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:44.1360993Z test_schema_correctness_hsplit_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:44.1397686Z test_schema_correctness_hsplit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:44.1436193Z test_schema_correctness_hsplit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:44.1472677Z test_schema_correctness_hsplit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:44.1509240Z test_schema_correctness_hsplit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:44.1545280Z test_schema_correctness_hsplit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:44.1581464Z test_schema_correctness_hsplit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:44.1617475Z test_schema_correctness_hsplit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:44.1640075Z test_schema_correctness_hstack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:44.1660838Z test_schema_correctness_hstack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:44.1685413Z test_schema_correctness_hstack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:44.1695486Z test_schema_correctness_hstack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:44.1719349Z test_schema_correctness_hstack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:44.1741925Z test_schema_correctness_hstack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:44.1763482Z test_schema_correctness_hstack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:44.1785533Z test_schema_correctness_hstack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:44.1805767Z test_schema_correctness_hstack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:44.1826565Z test_schema_correctness_hstack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:44.1846965Z test_schema_correctness_hstack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:44.1867969Z test_schema_correctness_hstack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:44.1888204Z test_schema_correctness_hstack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:44.1941154Z test_schema_correctness_hypot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:44.1993756Z test_schema_correctness_hypot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:44.2044941Z test_schema_correctness_hypot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:44.2061836Z test_schema_correctness_i0_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:44.2077073Z test_schema_correctness_i0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:44.2093473Z test_schema_correctness_i0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:44.2109094Z test_schema_correctness_i0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:44.2124642Z test_schema_correctness_i0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:44.2140032Z test_schema_correctness_i0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:44.2155257Z test_schema_correctness_i0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:44.2170446Z test_schema_correctness_i0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:44.2185601Z test_schema_correctness_i0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:44.2236380Z test_schema_correctness_igamma_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:44.2287729Z test_schema_correctness_igamma_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:44.2341010Z test_schema_correctness_igamma_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:44.2392946Z test_schema_correctness_igamma_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:44.2443879Z test_schema_correctness_igammac_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:44.2495899Z test_schema_correctness_igammac_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:44.2550280Z test_schema_correctness_igammac_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:44.2602342Z test_schema_correctness_igammac_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:44.2634241Z test_schema_correctness_imag_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:44.2643369Z test_schema_correctness_imag_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:44.2676659Z test_schema_correctness_imag_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:44.2744536Z test_schema_correctness_index_add_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:44.2787954Z test_schema_correctness_index_add_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:44.2862756Z test_schema_correctness_index_add_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:44.2872383Z test_schema_correctness_index_add_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:44.2945333Z test_schema_correctness_index_add_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:44.3011490Z test_schema_correctness_index_add_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:44.3077097Z test_schema_correctness_index_add_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:44.3142125Z test_schema_correctness_index_add_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:44.3203328Z test_schema_correctness_index_add_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:44.3264449Z test_schema_correctness_index_add_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:44.3325285Z test_schema_correctness_index_add_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:44.3386535Z test_schema_correctness_index_add_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:44.3447755Z test_schema_correctness_index_add_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:44.3475504Z test_schema_correctness_index_copy_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:44.3501408Z test_schema_correctness_index_copy_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:44.3531155Z test_schema_correctness_index_copy_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:44.3561025Z test_schema_correctness_index_copy_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:44.3588595Z test_schema_correctness_index_copy_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:44.3615919Z test_schema_correctness_index_copy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:44.3642557Z test_schema_correctness_index_copy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:44.3668387Z test_schema_correctness_index_copy_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:44.3694141Z test_schema_correctness_index_copy_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:44.3719603Z test_schema_correctness_index_copy_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:44.3745397Z test_schema_correctness_index_copy_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:44.3771121Z test_schema_correctness_index_copy_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:44.3797829Z test_schema_correctness_index_fill_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:44.3822331Z test_schema_correctness_index_fill_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:44.3851285Z test_schema_correctness_index_fill_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:44.3880233Z test_schema_correctness_index_fill_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:44.3906850Z test_schema_correctness_index_fill_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:44.3933378Z test_schema_correctness_index_fill_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:44.3959837Z test_schema_correctness_index_fill_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:44.3984456Z test_schema_correctness_index_fill_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:44.4008825Z test_schema_correctness_index_fill_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:44.4033495Z test_schema_correctness_index_fill_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:44.4058461Z test_schema_correctness_index_fill_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:44.4082837Z test_schema_correctness_index_fill_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:44.4120829Z test_schema_correctness_index_put_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:44.4155612Z test_schema_correctness_index_put_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:44.4196945Z test_schema_correctness_index_put_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:44.4206327Z test_schema_correctness_index_put_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:44.4245220Z test_schema_correctness_index_put_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:44.4281799Z test_schema_correctness_index_put_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:44.4319153Z test_schema_correctness_index_put_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:44.4355447Z test_schema_correctness_index_put_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:44.4389675Z test_schema_correctness_index_put_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:44.4423983Z test_schema_correctness_index_put_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:44.4458442Z test_schema_correctness_index_put_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:44.4492729Z test_schema_correctness_index_put_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:44.4526565Z test_schema_correctness_index_put_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:44.4544531Z test_schema_correctness_index_reduce_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /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:49:44.4545119Z return self.op(*args, **kwargs) 2022-09-27T15:49:44.4764249Z ok (0.024s) 2022-09-27T15:49:44.5001706Z test_schema_correctness_index_reduce_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:49:44.5242554Z test_schema_correctness_index_reduce_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:49:44.5482677Z test_schema_correctness_index_reduce_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:49:44.5702823Z test_schema_correctness_index_reduce_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:49:44.5925872Z test_schema_correctness_index_reduce_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:49:44.6148658Z test_schema_correctness_index_reduce_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:49:44.6368308Z test_schema_correctness_index_reduce_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:49:44.6589461Z test_schema_correctness_index_reduce_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:49:44.6615425Z test_schema_correctness_index_select_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:44.6638095Z test_schema_correctness_index_select_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:44.6663799Z test_schema_correctness_index_select_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:44.6673078Z test_schema_correctness_index_select_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:44.6697574Z test_schema_correctness_index_select_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:44.6720815Z test_schema_correctness_index_select_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:44.6744293Z test_schema_correctness_index_select_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:44.6767243Z test_schema_correctness_index_select_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:44.6789499Z test_schema_correctness_index_select_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:44.6811973Z test_schema_correctness_index_select_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:44.6834436Z test_schema_correctness_index_select_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:44.6856524Z test_schema_correctness_index_select_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:44.6878869Z test_schema_correctness_index_select_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:44.7337105Z test_schema_correctness_inner_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:49:44.7796617Z test_schema_correctness_inner_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:49:44.8260189Z test_schema_correctness_inner_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:49:44.8718812Z test_schema_correctness_inner_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:49:44.9176765Z test_schema_correctness_inner_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:49:44.9633812Z test_schema_correctness_inner_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:49:45.0088366Z test_schema_correctness_inner_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:49:45.0546185Z test_schema_correctness_inner_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:49:45.1003350Z test_schema_correctness_inner_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:49:45.1459633Z test_schema_correctness_inner_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:49:45.1867728Z test_schema_correctness_int_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:49:45.2270719Z test_schema_correctness_int_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:49:45.2679395Z test_schema_correctness_int_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:49:45.3087522Z test_schema_correctness_int_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:49:45.3492901Z test_schema_correctness_int_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:49:45.3897340Z test_schema_correctness_int_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:49:45.4302694Z test_schema_correctness_int_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:49:45.4706531Z test_schema_correctness_int_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:49:45.4847753Z test_schema_correctness_int_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:49:45.5250943Z test_schema_correctness_int_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:49:45.5653525Z test_schema_correctness_int_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:49:45.6056920Z test_schema_correctness_int_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:49:45.6691735Z test_schema_correctness_isclose_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-09-27T15:49:45.7425320Z test_schema_correctness_isclose_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.073s) 2022-09-27T15:49:45.8105018Z test_schema_correctness_isclose_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.068s) 2022-09-27T15:49:45.8777193Z test_schema_correctness_isclose_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-09-27T15:49:45.9414178Z test_schema_correctness_isclose_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-09-27T15:49:46.0054698Z test_schema_correctness_isclose_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-09-27T15:49:46.0672067Z test_schema_correctness_isclose_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-09-27T15:49:46.1337476Z test_schema_correctness_isclose_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-09-27T15:49:46.2003410Z test_schema_correctness_isclose_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.066s) 2022-09-27T15:49:46.2667106Z test_schema_correctness_isclose_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.066s) 2022-09-27T15:49:46.3333605Z test_schema_correctness_isclose_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-09-27T15:49:46.3998413Z test_schema_correctness_isclose_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.066s) 2022-09-27T15:49:46.4043487Z test_schema_correctness_isfinite_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:46.4429316Z test_schema_correctness_isfinite_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-09-27T15:49:46.4544505Z test_schema_correctness_isfinite_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:49:46.4553752Z test_schema_correctness_isfinite_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:46.4670716Z test_schema_correctness_isfinite_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:49:46.4717870Z test_schema_correctness_isfinite_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:46.4760893Z test_schema_correctness_isfinite_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:46.4802228Z test_schema_correctness_isfinite_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:46.5188464Z test_schema_correctness_isfinite_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-09-27T15:49:46.5576807Z test_schema_correctness_isfinite_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-09-27T15:49:46.5962845Z test_schema_correctness_isfinite_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-09-27T15:49:46.6347871Z test_schema_correctness_isfinite_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-09-27T15:49:46.6733316Z test_schema_correctness_isfinite_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-09-27T15:49:46.6756605Z test_schema_correctness_isin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:46.6779995Z test_schema_correctness_isin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:46.6800131Z test_schema_correctness_isin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:46.6820027Z test_schema_correctness_isin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:46.6839562Z test_schema_correctness_isin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:46.6859329Z test_schema_correctness_isin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:46.6878700Z test_schema_correctness_isin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:46.6891895Z test_schema_correctness_isinf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:46.6904600Z test_schema_correctness_isinf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:46.6919217Z test_schema_correctness_isinf_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:46.6928815Z test_schema_correctness_isinf_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:46.6942908Z test_schema_correctness_isinf_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:46.6956705Z test_schema_correctness_isinf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:46.6969986Z test_schema_correctness_isinf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:46.6984038Z test_schema_correctness_isinf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:46.6997356Z test_schema_correctness_isinf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:46.7010860Z test_schema_correctness_isinf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:46.7024172Z test_schema_correctness_isinf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:46.7037423Z test_schema_correctness_isinf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:46.7050905Z test_schema_correctness_isinf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:46.7064523Z test_schema_correctness_isnan_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:46.7077002Z test_schema_correctness_isnan_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:46.7091720Z test_schema_correctness_isnan_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:46.7106246Z test_schema_correctness_isnan_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:46.7119756Z test_schema_correctness_isnan_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:46.7133245Z test_schema_correctness_isnan_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:46.7147033Z test_schema_correctness_isnan_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:46.7160345Z test_schema_correctness_isnan_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:46.7173974Z test_schema_correctness_isnan_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:46.7187257Z test_schema_correctness_isnan_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:46.7200495Z test_schema_correctness_isnan_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:46.7214186Z test_schema_correctness_isnan_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:46.7227764Z test_schema_correctness_isneginf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:46.7240769Z test_schema_correctness_isneginf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:46.7254336Z test_schema_correctness_isneginf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:46.7267153Z test_schema_correctness_isneginf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:46.7280856Z test_schema_correctness_isneginf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:46.7294052Z test_schema_correctness_isneginf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:46.7307089Z test_schema_correctness_isneginf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:46.7320120Z test_schema_correctness_isneginf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:46.7333570Z test_schema_correctness_isneginf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:46.7346699Z test_schema_correctness_isneginf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:46.7360196Z test_schema_correctness_isposinf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:46.7372893Z test_schema_correctness_isposinf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:46.7386333Z test_schema_correctness_isposinf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:46.7399212Z test_schema_correctness_isposinf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:46.7413210Z test_schema_correctness_isposinf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:46.7426445Z test_schema_correctness_isposinf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:46.7439545Z test_schema_correctness_isposinf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:46.7452815Z test_schema_correctness_isposinf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:46.7465828Z test_schema_correctness_isposinf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:46.7479882Z test_schema_correctness_isposinf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:46.7870184Z test_schema_correctness_isreal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-09-27T15:49:46.8257173Z test_schema_correctness_isreal_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-09-27T15:49:46.8300237Z test_schema_correctness_isreal_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:46.8308990Z test_schema_correctness_isreal_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:46.8346911Z test_schema_correctness_isreal_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:46.8733249Z test_schema_correctness_isreal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-09-27T15:49:46.9120962Z test_schema_correctness_isreal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-09-27T15:49:46.9509563Z test_schema_correctness_isreal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-09-27T15:49:46.9898869Z test_schema_correctness_isreal_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-09-27T15:49:47.0286252Z test_schema_correctness_isreal_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-09-27T15:49:47.0674797Z test_schema_correctness_isreal_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-09-27T15:49:47.1064010Z test_schema_correctness_isreal_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-09-27T15:49:47.1452207Z test_schema_correctness_isreal_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-09-27T15:49:47.4850439Z test_schema_correctness_istft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.340s) 2022-09-27T15:49:47.8474100Z test_schema_correctness_istft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.362s) 2022-09-27T15:49:47.8823418Z test_schema_correctness_istft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... /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:49:47.8824581Z return self.op(*args, **kwargs) 2022-09-27T15:49:48.1656049Z ok (0.318s) 2022-09-27T15:49:48.4846053Z test_schema_correctness_istft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.319s) 2022-09-27T15:49:48.4857841Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:49:48.4867198Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:49:48.4876698Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:49:48.4886730Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:49:48.4896435Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:49:48.4905936Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:49:48.4914974Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:49:48.4924309Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:49:48.4933511Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:49:48.4942426Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:49:48.4951921Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:49:48.4961213Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:49:48.4970564Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:49:48.4980210Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:49:48.4989542Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:49:48.4998798Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:49:48.5007927Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:49:48.5017315Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:49:48.5026449Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:49:48.5035537Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:49:48.5044653Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:49:48.5054084Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:49:48.5063168Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:49:48.5072107Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:49:48.5081092Z test_schema_correctness_jiterator_binary_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:49:48.5090053Z test_schema_correctness_jiterator_binary_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:49:48.5099665Z test_schema_correctness_jiterator_binary_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:49:48.5109522Z test_schema_correctness_jiterator_binary_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:49:48.5119560Z test_schema_correctness_jiterator_binary_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:49:48.5131026Z test_schema_correctness_jiterator_binary_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:49:48.5141695Z test_schema_correctness_jiterator_binary_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:49:48.5152079Z test_schema_correctness_jiterator_binary_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:49:48.5162120Z test_schema_correctness_jiterator_binary_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:49:48.5171583Z test_schema_correctness_jiterator_binary_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:49:48.5180620Z test_schema_correctness_jiterator_binary_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:49:48.5189651Z test_schema_correctness_jiterator_binary_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:49:48.5198570Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:49:48.5207945Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:49:48.5217797Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:49:48.5227331Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:49:48.5236649Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:49:48.5246010Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:49:48.5255203Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:49:48.5264313Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:49:48.5273901Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:49:48.5282954Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:49:48.5292269Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:49:48.5301787Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:49:48.5310792Z test_schema_correctness_jiterator_unary_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:49:48.5319859Z test_schema_correctness_jiterator_unary_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:49:48.5328881Z test_schema_correctness_jiterator_unary_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:49:48.5338197Z test_schema_correctness_jiterator_unary_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:49:48.5347216Z test_schema_correctness_jiterator_unary_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:49:48.5356821Z test_schema_correctness_jiterator_unary_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:49:48.5366132Z test_schema_correctness_jiterator_unary_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:49:48.5376089Z test_schema_correctness_jiterator_unary_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:49:48.5385705Z test_schema_correctness_jiterator_unary_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:49:48.5396234Z test_schema_correctness_jiterator_unary_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:49:48.5405724Z test_schema_correctness_jiterator_unary_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:49:48.5415501Z test_schema_correctness_jiterator_unary_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:49:48.5444036Z test_schema_correctness_kron_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:48.5470166Z test_schema_correctness_kron_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:48.5503246Z test_schema_correctness_kron_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:48.5534161Z test_schema_correctness_kron_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:48.5562964Z test_schema_correctness_kron_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:48.5589814Z test_schema_correctness_kron_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:48.5618495Z test_schema_correctness_kron_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:48.5644385Z test_schema_correctness_kron_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:48.5670913Z test_schema_correctness_kron_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:48.5698097Z test_schema_correctness_kron_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:48.5723937Z test_schema_correctness_kron_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:48.5750982Z test_schema_correctness_kron_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:48.5804439Z test_schema_correctness_kthvalue_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:48.5855844Z test_schema_correctness_kthvalue_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:48.5910468Z test_schema_correctness_kthvalue_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:48.5960423Z test_schema_correctness_kthvalue_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:48.6010784Z test_schema_correctness_kthvalue_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:48.6059810Z test_schema_correctness_kthvalue_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:48.6108819Z test_schema_correctness_kthvalue_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:48.6158140Z test_schema_correctness_kthvalue_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:48.6209336Z test_schema_correctness_lcm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:48.6256891Z test_schema_correctness_lcm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:48.6305130Z test_schema_correctness_lcm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:48.6350693Z test_schema_correctness_lcm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:48.6397567Z test_schema_correctness_lcm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:48.6476992Z test_schema_correctness_ldexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:48.6549154Z test_schema_correctness_ldexp_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:48.6636097Z test_schema_correctness_ldexp_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:48.6723428Z test_schema_correctness_ldexp_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:48.6797666Z test_schema_correctness_ldexp_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:48.6876010Z test_schema_correctness_ldexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:48.6951586Z test_schema_correctness_ldexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:48.7024765Z test_schema_correctness_ldexp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:48.7097631Z test_schema_correctness_ldexp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:48.7170939Z test_schema_correctness_ldexp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:48.7244120Z test_schema_correctness_ldexp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:48.7317888Z test_schema_correctness_ldexp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:48.7367856Z test_schema_correctness_le_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:48.7413246Z test_schema_correctness_le_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:48.7464205Z test_schema_correctness_le_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:48.7516790Z test_schema_correctness_le_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:48.7567386Z test_schema_correctness_le_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:48.7613451Z test_schema_correctness_le_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:48.7659886Z test_schema_correctness_le_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:48.7707092Z test_schema_correctness_le_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:48.7752622Z test_schema_correctness_le_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:48.7799062Z test_schema_correctness_le_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:48.7937554Z test_schema_correctness_lerp_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:49:48.8066875Z test_schema_correctness_lerp_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:49:48.8141938Z test_schema_correctness_lerp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:48.8215846Z test_schema_correctness_lerp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:48.8237275Z test_schema_correctness_lgamma_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:48.8257049Z test_schema_correctness_lgamma_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:48.8277987Z test_schema_correctness_lgamma_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:48.8298062Z test_schema_correctness_lgamma_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:48.8317408Z test_schema_correctness_lgamma_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:48.8337462Z test_schema_correctness_lgamma_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:48.8356796Z test_schema_correctness_lgamma_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:48.8377106Z test_schema_correctness_lgamma_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:48.8396665Z test_schema_correctness_lgamma_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:48.8523720Z test_schema_correctness_linalg_cholesky_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:49:48.8644897Z test_schema_correctness_linalg_cholesky_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:49:48.8761518Z test_schema_correctness_linalg_cholesky_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:49:48.8880025Z test_schema_correctness_linalg_cholesky_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:49:48.8952527Z test_schema_correctness_linalg_cholesky_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:48.9024873Z test_schema_correctness_linalg_cholesky_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:48.9092177Z test_schema_correctness_linalg_cholesky_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:48.9158022Z test_schema_correctness_linalg_cholesky_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:48.9235263Z test_schema_correctness_linalg_cond_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:48.9310958Z test_schema_correctness_linalg_cond_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:48.9384913Z test_schema_correctness_linalg_cond_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:48.9457212Z test_schema_correctness_linalg_cond_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:48.9482373Z test_schema_correctness_linalg_cross_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:48.9510941Z test_schema_correctness_linalg_cross_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:48.9539359Z test_schema_correctness_linalg_cross_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:48.9564157Z test_schema_correctness_linalg_cross_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:48.9588451Z test_schema_correctness_linalg_cross_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:48.9612711Z test_schema_correctness_linalg_cross_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:48.9635637Z test_schema_correctness_linalg_cross_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:48.9658718Z test_schema_correctness_linalg_cross_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:48.9681996Z test_schema_correctness_linalg_cross_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:48.9705074Z test_schema_correctness_linalg_cross_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:48.9766781Z test_schema_correctness_linalg_det_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:48.9826572Z test_schema_correctness_linalg_det_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:48.9882342Z test_schema_correctness_linalg_det_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:48.9937009Z test_schema_correctness_linalg_det_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:49.0132024Z test_schema_correctness_linalg_det_singular_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:49:49.0318714Z test_schema_correctness_linalg_det_singular_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:49:49.0478394Z test_schema_correctness_linalg_det_singular_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:49.0635493Z test_schema_correctness_linalg_det_singular_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:49.0700579Z test_schema_correctness_linalg_eig_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:49.0758920Z test_schema_correctness_linalg_eig_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:49.0813884Z test_schema_correctness_linalg_eig_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:49.0865497Z test_schema_correctness_linalg_eig_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:49.0932003Z test_schema_correctness_linalg_eigh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:49.0998916Z test_schema_correctness_linalg_eigh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:49.1059463Z test_schema_correctness_linalg_eigh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:49.1118820Z test_schema_correctness_linalg_eigh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:49.1177436Z test_schema_correctness_linalg_eigvals_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:49.1235149Z test_schema_correctness_linalg_eigvals_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:49.1287866Z test_schema_correctness_linalg_eigvals_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:49.1339127Z test_schema_correctness_linalg_eigvals_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:49.1403284Z test_schema_correctness_linalg_eigvalsh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:49.1467994Z test_schema_correctness_linalg_eigvalsh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:49.1528753Z test_schema_correctness_linalg_eigvalsh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:49.1587183Z test_schema_correctness_linalg_eigvalsh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:49.1638745Z test_schema_correctness_linalg_householder_product_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:49.1690607Z test_schema_correctness_linalg_householder_product_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:49.1737158Z test_schema_correctness_linalg_householder_product_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:49.1781614Z test_schema_correctness_linalg_householder_product_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:49.1864319Z test_schema_correctness_linalg_inv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:49.1944895Z test_schema_correctness_linalg_inv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:49.2022300Z test_schema_correctness_linalg_inv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:49.2098022Z test_schema_correctness_linalg_inv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:49.2154202Z test_schema_correctness_linalg_inv_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:49.2210043Z test_schema_correctness_linalg_inv_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:49.2262168Z test_schema_correctness_linalg_inv_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:49.2313217Z test_schema_correctness_linalg_inv_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:49.2379065Z test_schema_correctness_linalg_ldl_factor_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:49.2438699Z test_schema_correctness_linalg_ldl_factor_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:49.2479984Z test_schema_correctness_linalg_ldl_factor_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:49.2520455Z test_schema_correctness_linalg_ldl_factor_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:49.2560026Z test_schema_correctness_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:49.2601136Z test_schema_correctness_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:49.2631053Z test_schema_correctness_linalg_ldl_factor_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:49.2660867Z test_schema_correctness_linalg_ldl_factor_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:49.2827688Z test_schema_correctness_linalg_ldl_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:49:49.2993670Z test_schema_correctness_linalg_ldl_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:49:49.3095750Z test_schema_correctness_linalg_ldl_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:49:49.3196062Z test_schema_correctness_linalg_ldl_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:49:49.3530111Z test_schema_correctness_linalg_lstsq_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-09-27T15:49:49.3871415Z test_schema_correctness_linalg_lstsq_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-09-27T15:49:49.4180067Z test_schema_correctness_linalg_lstsq_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:49:49.4481303Z test_schema_correctness_linalg_lstsq_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:49:49.4814064Z test_schema_correctness_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-09-27T15:49:49.5148565Z test_schema_correctness_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-09-27T15:49:49.5461709Z test_schema_correctness_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:49:49.5765160Z test_schema_correctness_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:49:49.5867318Z test_schema_correctness_linalg_lu_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:49:49.5963264Z test_schema_correctness_linalg_lu_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:49.6050930Z test_schema_correctness_linalg_lu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:49.6138437Z test_schema_correctness_linalg_lu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:49.6321635Z test_schema_correctness_linalg_lu_factor_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:49:49.6502236Z test_schema_correctness_linalg_lu_factor_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:49:49.6670377Z test_schema_correctness_linalg_lu_factor_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:49:49.6840931Z test_schema_correctness_linalg_lu_factor_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:49:49.6940791Z test_schema_correctness_linalg_lu_factor_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:49:49.7035522Z test_schema_correctness_linalg_lu_factor_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:49.7121973Z test_schema_correctness_linalg_lu_factor_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:49.7208129Z test_schema_correctness_linalg_lu_factor_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:49.7887159Z test_schema_correctness_linalg_lu_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.068s) 2022-09-27T15:49:49.8570924Z test_schema_correctness_linalg_lu_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.068s) 2022-09-27T15:49:49.9219995Z test_schema_correctness_linalg_lu_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.065s) 2022-09-27T15:49:49.9854072Z test_schema_correctness_linalg_lu_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-09-27T15:49:50.0227252Z test_schema_correctness_linalg_matrix_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-09-27T15:49:50.1047986Z test_schema_correctness_linalg_matrix_norm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.082s) 2022-09-27T15:49:50.1880968Z test_schema_correctness_linalg_matrix_norm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.083s) 2022-09-27T15:49:50.2253687Z test_schema_correctness_linalg_matrix_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-09-27T15:49:50.3055057Z test_schema_correctness_linalg_matrix_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.080s) 2022-09-27T15:49:50.3831357Z test_schema_correctness_linalg_matrix_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.078s) 2022-09-27T15:49:50.4948196Z test_schema_correctness_linalg_matrix_power_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.112s) 2022-09-27T15:49:50.6081487Z test_schema_correctness_linalg_matrix_power_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-09-27T15:49:50.7186957Z test_schema_correctness_linalg_matrix_power_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.110s) 2022-09-27T15:49:50.8278128Z test_schema_correctness_linalg_matrix_power_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.109s) 2022-09-27T15:49:53.5448923Z test_schema_correctness_linalg_matrix_rank_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.717s) 2022-09-27T15:49:56.2881084Z test_schema_correctness_linalg_matrix_rank_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.743s) 2022-09-27T15:49:59.0178628Z test_schema_correctness_linalg_matrix_rank_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.730s) 2022-09-27T15:50:01.7505150Z test_schema_correctness_linalg_matrix_rank_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.733s) 2022-09-27T15:50:02.1055953Z test_schema_correctness_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.355s) 2022-09-27T15:50:02.4603459Z test_schema_correctness_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.355s) 2022-09-27T15:50:02.8149597Z test_schema_correctness_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.354s) 2022-09-27T15:50:03.1699766Z test_schema_correctness_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.355s) 2022-09-27T15:50:03.1793214Z test_schema_correctness_linalg_multi_dot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:50:03.1896611Z test_schema_correctness_linalg_multi_dot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:50:03.1999778Z test_schema_correctness_linalg_multi_dot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:50:03.2097069Z test_schema_correctness_linalg_multi_dot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:50:03.2186765Z test_schema_correctness_linalg_multi_dot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:50:03.2267790Z test_schema_correctness_linalg_multi_dot_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:50:03.2348583Z test_schema_correctness_linalg_multi_dot_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:50:03.2439242Z test_schema_correctness_linalg_multi_dot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:50:03.2519718Z test_schema_correctness_linalg_multi_dot_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:50:03.2600470Z test_schema_correctness_linalg_multi_dot_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:50:03.3057854Z test_schema_correctness_linalg_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:50:03.3897978Z test_schema_correctness_linalg_norm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.084s) 2022-09-27T15:50:03.4745227Z test_schema_correctness_linalg_norm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.085s) 2022-09-27T15:50:03.5201457Z test_schema_correctness_linalg_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:50:03.6002222Z test_schema_correctness_linalg_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.080s) 2022-09-27T15:50:03.6787018Z test_schema_correctness_linalg_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.078s) 2022-09-27T15:50:03.7138189Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-09-27T15:50:03.7707818Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-09-27T15:50:03.8276312Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-09-27T15:50:03.8626132Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-09-27T15:50:03.9190593Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-09-27T15:50:03.9743843Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:50:04.2418836Z test_schema_correctness_linalg_pinv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.267s) 2022-09-27T15:50:04.5099962Z test_schema_correctness_linalg_pinv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.268s) 2022-09-27T15:50:04.7767533Z test_schema_correctness_linalg_pinv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.267s) 2022-09-27T15:50:05.0437533Z test_schema_correctness_linalg_pinv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.267s) 2022-09-27T15:50:05.0512458Z test_schema_correctness_linalg_pinv_hermitian_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:50:05.0582022Z test_schema_correctness_linalg_pinv_hermitian_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:50:05.0646519Z test_schema_correctness_linalg_pinv_hermitian_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:50:05.0709622Z test_schema_correctness_linalg_pinv_hermitian_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:50:05.0719744Z test_schema_correctness_linalg_pinv_singular_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:50:05.0729890Z test_schema_correctness_linalg_pinv_singular_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:50:05.0739180Z test_schema_correctness_linalg_pinv_singular_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:50:05.0748123Z test_schema_correctness_linalg_pinv_singular_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:50:05.0959588Z test_schema_correctness_linalg_qr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:50:05.1173766Z test_schema_correctness_linalg_qr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:50:05.1372768Z test_schema_correctness_linalg_qr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:50:05.1562513Z test_schema_correctness_linalg_qr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:50:05.1626797Z test_schema_correctness_linalg_slogdet_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:50:05.1691100Z test_schema_correctness_linalg_slogdet_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:50:05.1749998Z test_schema_correctness_linalg_slogdet_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:50:05.1807250Z test_schema_correctness_linalg_slogdet_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:50:05.2019060Z test_schema_correctness_linalg_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:50:05.2234896Z test_schema_correctness_linalg_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:50:05.2432194Z test_schema_correctness_linalg_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:50:05.2625328Z test_schema_correctness_linalg_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:50:05.2780235Z test_schema_correctness_linalg_solve_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:50:05.2940514Z test_schema_correctness_linalg_solve_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:50:05.3085735Z test_schema_correctness_linalg_solve_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:50:05.3223078Z test_schema_correctness_linalg_solve_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:50:05.4221673Z test_schema_correctness_linalg_solve_triangular_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.100s) 2022-09-27T15:50:05.5232911Z test_schema_correctness_linalg_solve_triangular_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.101s) 2022-09-27T15:50:05.6142624Z test_schema_correctness_linalg_solve_triangular_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.091s) 2022-09-27T15:50:05.7027268Z test_schema_correctness_linalg_solve_triangular_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.088s) 2022-09-27T15:50:05.8458154Z test_schema_correctness_linalg_svd_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.143s) 2022-09-27T15:50:05.9907320Z test_schema_correctness_linalg_svd_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.145s) 2022-09-27T15:50:06.1234323Z test_schema_correctness_linalg_svd_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.133s) 2022-09-27T15:50:06.2536032Z test_schema_correctness_linalg_svd_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.130s) 2022-09-27T15:50:06.2754511Z test_schema_correctness_linalg_svdvals_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:50:06.2975375Z test_schema_correctness_linalg_svdvals_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:50:06.3179238Z test_schema_correctness_linalg_svdvals_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:50:06.3379828Z test_schema_correctness_linalg_svdvals_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:50:06.3439794Z test_schema_correctness_linalg_tensorinv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:50:06.3498392Z test_schema_correctness_linalg_tensorinv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:50:06.3551928Z test_schema_correctness_linalg_tensorinv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:06.3606535Z test_schema_correctness_linalg_tensorinv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:06.4064949Z test_schema_correctness_linalg_tensorsolve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:50:06.4518313Z test_schema_correctness_linalg_tensorsolve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:50:06.4954261Z test_schema_correctness_linalg_tensorsolve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:50:06.5391892Z test_schema_correctness_linalg_tensorsolve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:50:06.5633618Z test_schema_correctness_linalg_vander_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:50:06.5870629Z test_schema_correctness_linalg_vander_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:50:06.6093765Z test_schema_correctness_linalg_vander_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:50:06.6310556Z test_schema_correctness_linalg_vander_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:50:06.6531906Z test_schema_correctness_linalg_vander_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:50:06.6751886Z test_schema_correctness_linalg_vander_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:50:06.6971838Z test_schema_correctness_linalg_vander_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:50:06.7191097Z test_schema_correctness_linalg_vander_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:50:06.7411099Z test_schema_correctness_linalg_vander_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:50:06.7770602Z test_schema_correctness_linalg_vecdot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-09-27T15:50:06.7775359Z test_schema_correctness_linalg_vecdot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:50:06.7780391Z test_schema_correctness_linalg_vecdot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:50:06.8144663Z test_schema_correctness_linalg_vecdot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-09-27T15:50:06.8498858Z test_schema_correctness_linalg_vecdot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-09-27T15:50:07.0223428Z test_schema_correctness_linalg_vector_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.172s) 2022-09-27T15:50:07.1971175Z test_schema_correctness_linalg_vector_norm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.175s) 2022-09-27T15:50:07.3724103Z test_schema_correctness_linalg_vector_norm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.175s) 2022-09-27T15:50:07.5457322Z test_schema_correctness_linalg_vector_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.173s) 2022-09-27T15:50:07.7182248Z test_schema_correctness_linalg_vector_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.172s) 2022-09-27T15:50:07.8888197Z test_schema_correctness_linalg_vector_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.171s) 2022-09-27T15:50:08.0668524Z test_schema_correctness_linspace_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.178s) 2022-09-27T15:50:08.2442724Z test_schema_correctness_linspace_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.177s) 2022-09-27T15:50:08.4218909Z test_schema_correctness_linspace_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.177s) 2022-09-27T15:50:08.5995830Z test_schema_correctness_linspace_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.178s) 2022-09-27T15:50:08.7781003Z test_schema_correctness_linspace_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.178s) 2022-09-27T15:50:08.9565010Z test_schema_correctness_linspace_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.178s) 2022-09-27T15:50:09.1342969Z test_schema_correctness_linspace_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.178s) 2022-09-27T15:50:09.3121311Z test_schema_correctness_linspace_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.178s) 2022-09-27T15:50:09.4898502Z test_schema_correctness_linspace_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.178s) 2022-09-27T15:50:09.6676311Z test_schema_correctness_linspace_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.178s) 2022-09-27T15:50:09.8116000Z test_schema_correctness_linspace_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.144s) 2022-09-27T15:50:09.8139126Z test_schema_correctness_log10_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:09.8160354Z test_schema_correctness_log10_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:09.8181224Z test_schema_correctness_log10_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:09.8200914Z test_schema_correctness_log10_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:09.8221140Z test_schema_correctness_log10_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:09.8241064Z test_schema_correctness_log10_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:09.8260116Z test_schema_correctness_log10_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:09.8278796Z test_schema_correctness_log10_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:09.8298558Z test_schema_correctness_log10_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:09.8317152Z test_schema_correctness_log10_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:09.8336711Z test_schema_correctness_log10_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:09.8349824Z test_schema_correctness_log1p_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:09.8363394Z test_schema_correctness_log1p_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:09.8378094Z test_schema_correctness_log1p_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:09.8392125Z test_schema_correctness_log1p_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:09.8405433Z test_schema_correctness_log1p_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:09.8418913Z test_schema_correctness_log1p_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:09.8432103Z test_schema_correctness_log1p_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:09.8445352Z test_schema_correctness_log1p_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:09.8458748Z test_schema_correctness_log1p_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:09.8479546Z test_schema_correctness_log2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:09.8499182Z test_schema_correctness_log2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:09.8519513Z test_schema_correctness_log2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:09.8539556Z test_schema_correctness_log2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:09.8559225Z test_schema_correctness_log2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:09.8579830Z test_schema_correctness_log2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:09.8599102Z test_schema_correctness_log2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:09.8618787Z test_schema_correctness_log2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:09.8637238Z test_schema_correctness_log2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:09.8656807Z test_schema_correctness_log2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:09.8675483Z test_schema_correctness_log2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:09.8696233Z test_schema_correctness_log_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:09.8714478Z test_schema_correctness_log_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:09.8735126Z test_schema_correctness_log_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:09.8754738Z test_schema_correctness_log_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:09.8774823Z test_schema_correctness_log_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:09.8794658Z test_schema_correctness_log_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:09.8813547Z test_schema_correctness_log_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:09.8832849Z test_schema_correctness_log_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:09.8852704Z test_schema_correctness_log_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:09.8871932Z test_schema_correctness_log_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:09.8891601Z test_schema_correctness_log_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:09.8926603Z test_schema_correctness_log_softmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:09.8959693Z test_schema_correctness_log_softmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:09.8992634Z test_schema_correctness_log_softmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:09.9582812Z test_schema_correctness_log_softmax_dtype_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-09-27T15:50:10.0174669Z test_schema_correctness_log_softmax_dtype_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-09-27T15:50:10.0774620Z test_schema_correctness_log_softmax_dtype_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-09-27T15:50:10.0784803Z test_schema_correctness_log_softmax_dtype_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:10.1378278Z test_schema_correctness_log_softmax_dtype_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-09-27T15:50:10.1969690Z test_schema_correctness_log_softmax_dtype_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-09-27T15:50:10.2561639Z test_schema_correctness_log_softmax_dtype_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-09-27T15:50:10.2597424Z test_schema_correctness_log_softmax_dtype_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:10.3185088Z test_schema_correctness_log_softmax_dtype_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-09-27T15:50:10.3772750Z test_schema_correctness_log_softmax_dtype_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-09-27T15:50:10.4361625Z test_schema_correctness_log_softmax_dtype_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-09-27T15:50:10.4949162Z test_schema_correctness_log_softmax_dtype_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-09-27T15:50:10.5538437Z test_schema_correctness_log_softmax_dtype_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-09-27T15:50:10.5555263Z test_schema_correctness_logaddexp2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:10.5570361Z test_schema_correctness_logaddexp2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:10.5585239Z test_schema_correctness_logaddexp2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:10.5599811Z test_schema_correctness_logaddexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:10.5614542Z test_schema_correctness_logaddexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:10.5629211Z test_schema_correctness_logaddexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:10.5660624Z test_schema_correctness_logcumsumexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:10.5689799Z test_schema_correctness_logcumsumexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:10.5720969Z test_schema_correctness_logcumsumexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:10.5840548Z test_schema_correctness_logdet_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:50:10.5959619Z test_schema_correctness_logdet_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:50:10.6742532Z test_schema_correctness_logdet_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.078s) 2022-09-27T15:50:10.7522231Z test_schema_correctness_logdet_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.078s) 2022-09-27T15:50:10.7576089Z test_schema_correctness_logical_and_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:10.7624102Z test_schema_correctness_logical_and_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:10.7685966Z test_schema_correctness_logical_and_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:50:10.7748061Z test_schema_correctness_logical_and_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:50:10.7800103Z test_schema_correctness_logical_and_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:10.7853609Z test_schema_correctness_logical_and_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:10.7905791Z test_schema_correctness_logical_and_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:10.7953046Z test_schema_correctness_logical_and_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:10.8000811Z test_schema_correctness_logical_and_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:10.8047773Z test_schema_correctness_logical_and_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:10.8099598Z test_schema_correctness_logical_and_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:10.8147613Z test_schema_correctness_logical_and_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:10.8167145Z test_schema_correctness_logical_not_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:10.8185479Z test_schema_correctness_logical_not_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:10.8205939Z test_schema_correctness_logical_not_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:10.8226223Z test_schema_correctness_logical_not_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:10.8245155Z test_schema_correctness_logical_not_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:10.8264300Z test_schema_correctness_logical_not_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:10.8282892Z test_schema_correctness_logical_not_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:10.8301201Z test_schema_correctness_logical_not_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:10.8319502Z test_schema_correctness_logical_not_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:10.8337964Z test_schema_correctness_logical_not_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:10.8355871Z test_schema_correctness_logical_not_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:10.8374077Z test_schema_correctness_logical_not_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:10.8426006Z test_schema_correctness_logical_or_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:10.8472061Z test_schema_correctness_logical_or_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:10.8533556Z test_schema_correctness_logical_or_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:50:10.8595292Z test_schema_correctness_logical_or_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:50:10.8647457Z test_schema_correctness_logical_or_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:10.8701029Z test_schema_correctness_logical_or_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:10.8752624Z test_schema_correctness_logical_or_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:10.8800383Z test_schema_correctness_logical_or_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:10.8848468Z test_schema_correctness_logical_or_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:10.8896321Z test_schema_correctness_logical_or_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:10.8943387Z test_schema_correctness_logical_or_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:10.8990859Z test_schema_correctness_logical_or_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:10.9042057Z test_schema_correctness_logical_xor_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:10.9087775Z test_schema_correctness_logical_xor_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:10.9149540Z test_schema_correctness_logical_xor_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:50:10.9210861Z test_schema_correctness_logical_xor_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:50:10.9262588Z test_schema_correctness_logical_xor_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:10.9315496Z test_schema_correctness_logical_xor_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:10.9367709Z test_schema_correctness_logical_xor_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:10.9415570Z test_schema_correctness_logical_xor_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:10.9463463Z test_schema_correctness_logical_xor_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:10.9511597Z test_schema_correctness_logical_xor_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:10.9559231Z test_schema_correctness_logical_xor_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:10.9606623Z test_schema_correctness_logical_xor_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:10.9633188Z test_schema_correctness_logit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:10.9658762Z test_schema_correctness_logit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:10.9684420Z test_schema_correctness_logit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:10.9712791Z test_schema_correctness_logit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:10.9738479Z test_schema_correctness_logit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:10.9763086Z test_schema_correctness_logit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:10.9788144Z test_schema_correctness_logit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:10.9813161Z test_schema_correctness_logit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:10.9838231Z test_schema_correctness_logit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:12.5309146Z test_schema_correctness_logspace_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.547s) 2022-09-27T15:50:14.0774988Z test_schema_correctness_logspace_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.546s) 2022-09-27T15:50:15.6211007Z test_schema_correctness_logspace_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.543s) 2022-09-27T15:50:17.1651077Z test_schema_correctness_logspace_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.544s) 2022-09-27T15:50:18.7126544Z test_schema_correctness_logspace_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.548s) 2022-09-27T15:50:20.1608329Z test_schema_correctness_logspace_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.448s) 2022-09-27T15:50:21.6101953Z test_schema_correctness_logspace_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.449s) 2022-09-27T15:50:23.0724045Z test_schema_correctness_logspace_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.462s) 2022-09-27T15:50:23.6538331Z test_schema_correctness_logspace_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.581s) 2022-09-27T15:50:24.1199713Z test_schema_correctness_logspace_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.466s) 2022-09-27T15:50:24.1238997Z test_schema_correctness_logsumexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:24.1275902Z test_schema_correctness_logsumexp_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:24.1366318Z test_schema_correctness_logsumexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:50:24.1453501Z test_schema_correctness_logsumexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:50:24.1489326Z test_schema_correctness_logsumexp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:24.1524660Z test_schema_correctness_logsumexp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:24.1560093Z test_schema_correctness_logsumexp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:24.1595796Z test_schema_correctness_logsumexp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:24.1631614Z test_schema_correctness_logsumexp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:24.2041141Z test_schema_correctness_long_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:50:24.2446515Z test_schema_correctness_long_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:50:24.2858942Z test_schema_correctness_long_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:50:24.2869114Z test_schema_correctness_long_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:24.3281011Z test_schema_correctness_long_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:50:24.3689581Z test_schema_correctness_long_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:50:24.4099355Z test_schema_correctness_long_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:50:24.4508005Z test_schema_correctness_long_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:50:24.4917775Z test_schema_correctness_long_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:50:24.5327362Z test_schema_correctness_long_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:50:24.5468176Z test_schema_correctness_long_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:50:24.5878124Z test_schema_correctness_long_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:50:24.6288409Z test_schema_correctness_long_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:50:24.6342502Z test_schema_correctness_lt_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:24.6390863Z test_schema_correctness_lt_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:24.6443917Z test_schema_correctness_lt_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:24.6498167Z test_schema_correctness_lt_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:24.6550846Z test_schema_correctness_lt_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:24.6599178Z test_schema_correctness_lt_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:24.6647316Z test_schema_correctness_lt_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:24.6694732Z test_schema_correctness_lt_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:24.6741888Z test_schema_correctness_lt_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:24.6789319Z test_schema_correctness_lt_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:24.6809606Z test_schema_correctness_lu_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /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:50:24.6810612Z LU, pivots = torch.lu(A, compute_pivots) 2022-09-27T15:50:24.6811064Z should be replaced with 2022-09-27T15:50:24.6811521Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-09-27T15:50:24.6811939Z and 2022-09-27T15:50:24.6812341Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-09-27T15:50:24.6812757Z should be replaced with 2022-09-27T15:50:24.6816829Z 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:50:24.6817347Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-09-27T15:50:24.7037441Z ok (0.025s) 2022-09-27T15:50:24.7284626Z test_schema_correctness_lu_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:50:24.7507277Z test_schema_correctness_lu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:50:24.7725300Z test_schema_correctness_lu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:50:24.7748342Z test_schema_correctness_lu_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /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:50:24.7749563Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-09-27T15:50:24.7750037Z X = torch.lu_solve(B, LU, pivots) 2022-09-27T15:50:24.7750406Z should be replaced with 2022-09-27T15:50:24.7751021Z 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:50:24.7751694Z return self.op(*args, **kwargs) 2022-09-27T15:50:24.7972948Z ok (0.025s) 2022-09-27T15:50:24.8220085Z test_schema_correctness_lu_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:50:24.8445974Z test_schema_correctness_lu_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:50:24.8669419Z test_schema_correctness_lu_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:50:24.8795127Z test_schema_correctness_lu_unpack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:50:24.8918210Z test_schema_correctness_lu_unpack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:50:24.9030496Z test_schema_correctness_lu_unpack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:50:24.9142986Z test_schema_correctness_lu_unpack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:50:24.9176786Z test_schema_correctness_mH_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:24.9207406Z test_schema_correctness_mH_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:24.9265382Z test_schema_correctness_mH_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:50:24.9275270Z test_schema_correctness_mH_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:24.9331384Z test_schema_correctness_mH_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:24.9366162Z test_schema_correctness_mH_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:24.9399992Z test_schema_correctness_mH_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:24.9436894Z test_schema_correctness_mH_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:24.9468350Z test_schema_correctness_mH_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:24.9499457Z test_schema_correctness_mH_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:24.9530180Z test_schema_correctness_mH_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:24.9561120Z test_schema_correctness_mH_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:24.9592734Z test_schema_correctness_mH_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:24.9625783Z test_schema_correctness_mT_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:24.9656179Z test_schema_correctness_mT_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:24.9694376Z test_schema_correctness_mT_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:24.9704905Z test_schema_correctness_mT_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:24.9741769Z test_schema_correctness_mT_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:24.9776162Z test_schema_correctness_mT_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:24.9809258Z test_schema_correctness_mT_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:24.9844048Z test_schema_correctness_mT_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:24.9875735Z test_schema_correctness_mT_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:24.9907211Z test_schema_correctness_mT_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:24.9939834Z test_schema_correctness_mT_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:24.9971017Z test_schema_correctness_mT_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:25.0002425Z test_schema_correctness_mT_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:25.0054476Z test_schema_correctness_masked_fill_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:25.0100830Z test_schema_correctness_masked_fill_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:25.0157881Z test_schema_correctness_masked_fill_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:50:25.0166893Z test_schema_correctness_masked_fill_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:25.0221277Z test_schema_correctness_masked_fill_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:25.0271286Z test_schema_correctness_masked_fill_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:25.0321512Z test_schema_correctness_masked_fill_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:25.0371311Z test_schema_correctness_masked_fill_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:25.0418251Z test_schema_correctness_masked_fill_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:25.0465036Z test_schema_correctness_masked_fill_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:25.0512829Z test_schema_correctness_masked_fill_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:25.0560028Z test_schema_correctness_masked_fill_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:25.0607374Z test_schema_correctness_masked_fill_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:25.0643369Z test_schema_correctness_masked_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:25.0674307Z test_schema_correctness_masked_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:25.0712167Z test_schema_correctness_masked_scatter_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:25.0749133Z test_schema_correctness_masked_scatter_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:25.0782746Z test_schema_correctness_masked_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:25.0816123Z test_schema_correctness_masked_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:25.0848736Z test_schema_correctness_masked_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:25.0880462Z test_schema_correctness_masked_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:25.0911792Z test_schema_correctness_masked_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:25.0943187Z test_schema_correctness_masked_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:25.0975108Z test_schema_correctness_masked_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:25.1006637Z test_schema_correctness_masked_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:25.1047259Z test_schema_correctness_masked_select_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:25.1083666Z test_schema_correctness_masked_select_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:25.1127854Z test_schema_correctness_masked_select_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:25.1172025Z test_schema_correctness_masked_select_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:25.1210821Z test_schema_correctness_masked_select_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:25.1249516Z test_schema_correctness_masked_select_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:25.1288724Z test_schema_correctness_masked_select_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:25.1325218Z test_schema_correctness_masked_select_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:25.1361874Z test_schema_correctness_masked_select_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:25.1398946Z test_schema_correctness_masked_select_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:25.1435559Z test_schema_correctness_masked_select_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:25.1472286Z test_schema_correctness_masked_select_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:25.2345580Z test_schema_correctness_matmul_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.087s) 2022-09-27T15:50:25.3256035Z test_schema_correctness_matmul_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.091s) 2022-09-27T15:50:25.4164196Z test_schema_correctness_matmul_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.091s) 2022-09-27T15:50:25.5053297Z test_schema_correctness_matmul_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.089s) 2022-09-27T15:50:25.5940066Z test_schema_correctness_matmul_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.089s) 2022-09-27T15:50:25.6813174Z test_schema_correctness_matmul_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.087s) 2022-09-27T15:50:25.7694485Z test_schema_correctness_matmul_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.088s) 2022-09-27T15:50:25.8579623Z test_schema_correctness_matmul_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.088s) 2022-09-27T15:50:25.9453197Z test_schema_correctness_matmul_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.087s) 2022-09-27T15:50:26.0324338Z test_schema_correctness_matmul_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.087s) 2022-09-27T15:50:26.0350429Z test_schema_correctness_matrix_exp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:26.0377124Z test_schema_correctness_matrix_exp_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:26.0401276Z test_schema_correctness_matrix_exp_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:26.0424318Z test_schema_correctness_matrix_exp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:26.0446340Z test_schema_correctness_matrix_exp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:26.0498671Z test_schema_correctness_max_binary_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:26.0544602Z test_schema_correctness_max_binary_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:26.0596468Z test_schema_correctness_max_binary_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:26.0648715Z test_schema_correctness_max_binary_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:26.0700527Z test_schema_correctness_max_binary_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:26.0746684Z test_schema_correctness_max_binary_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:26.0794061Z test_schema_correctness_max_binary_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:26.0841765Z test_schema_correctness_max_binary_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:26.0888769Z test_schema_correctness_max_binary_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:26.0935846Z test_schema_correctness_max_binary_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:26.0951898Z test_schema_correctness_max_reduction_no_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:26.0966655Z test_schema_correctness_max_reduction_no_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:26.0982262Z test_schema_correctness_max_reduction_no_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:26.0997731Z test_schema_correctness_max_reduction_no_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:26.1014164Z test_schema_correctness_max_reduction_no_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:26.1029593Z test_schema_correctness_max_reduction_no_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:26.1045116Z test_schema_correctness_max_reduction_no_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:26.1060039Z test_schema_correctness_max_reduction_no_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:26.1074820Z test_schema_correctness_max_reduction_no_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:26.1089986Z test_schema_correctness_max_reduction_no_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:26.1116512Z test_schema_correctness_max_reduction_with_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:26.1140980Z test_schema_correctness_max_reduction_with_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:26.1166392Z test_schema_correctness_max_reduction_with_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:26.1192167Z test_schema_correctness_max_reduction_with_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:26.1219326Z test_schema_correctness_max_reduction_with_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:26.1243448Z test_schema_correctness_max_reduction_with_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:26.1269183Z test_schema_correctness_max_reduction_with_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:26.1294852Z test_schema_correctness_max_reduction_with_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:26.1319311Z test_schema_correctness_max_reduction_with_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:26.1344143Z test_schema_correctness_max_reduction_with_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:26.1394968Z test_schema_correctness_maximum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:26.1441664Z test_schema_correctness_maximum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:26.1493142Z test_schema_correctness_maximum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:26.1545963Z test_schema_correctness_maximum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:26.1597120Z test_schema_correctness_maximum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:26.1643520Z test_schema_correctness_maximum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:26.1690677Z test_schema_correctness_maximum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:26.1737556Z test_schema_correctness_maximum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:26.1783934Z test_schema_correctness_maximum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:26.1831027Z test_schema_correctness_maximum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:26.2027047Z test_schema_correctness_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:50:26.2224607Z test_schema_correctness_mean_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:50:26.2421901Z test_schema_correctness_mean_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:50:26.2617610Z test_schema_correctness_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:50:26.2811205Z test_schema_correctness_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:50:26.3002640Z test_schema_correctness_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:50:26.3060595Z test_schema_correctness_median_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:50:26.3116008Z test_schema_correctness_median_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:50:26.3169461Z test_schema_correctness_median_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:26.3222936Z test_schema_correctness_median_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:26.3276648Z test_schema_correctness_median_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:26.3330002Z test_schema_correctness_median_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:26.3383073Z test_schema_correctness_median_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:26.3436092Z test_schema_correctness_median_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:26.3635978Z test_schema_correctness_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:50:26.3828114Z test_schema_correctness_meshgrid_list_of_tensors_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:50:26.4034968Z test_schema_correctness_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:50:26.4243060Z test_schema_correctness_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:50:26.4441057Z test_schema_correctness_meshgrid_list_of_tensors_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:50:26.4638997Z test_schema_correctness_meshgrid_list_of_tensors_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:50:26.4833382Z test_schema_correctness_meshgrid_list_of_tensors_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:50:26.5028269Z test_schema_correctness_meshgrid_list_of_tensors_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:50:26.5223083Z test_schema_correctness_meshgrid_list_of_tensors_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:50:26.5416461Z test_schema_correctness_meshgrid_list_of_tensors_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:50:26.5610808Z test_schema_correctness_meshgrid_list_of_tensors_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:50:26.5805639Z test_schema_correctness_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:50:26.6005697Z test_schema_correctness_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:50:26.6198986Z test_schema_correctness_meshgrid_variadic_tensors_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:50:26.6405702Z test_schema_correctness_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:50:26.6614808Z test_schema_correctness_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:50:26.6812537Z test_schema_correctness_meshgrid_variadic_tensors_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:50:26.7011479Z test_schema_correctness_meshgrid_variadic_tensors_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:50:26.7204509Z test_schema_correctness_meshgrid_variadic_tensors_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:50:26.7398279Z test_schema_correctness_meshgrid_variadic_tensors_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:50:26.7591359Z test_schema_correctness_meshgrid_variadic_tensors_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:50:26.7784766Z test_schema_correctness_meshgrid_variadic_tensors_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:50:26.7979213Z test_schema_correctness_meshgrid_variadic_tensors_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:50:26.8172663Z test_schema_correctness_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:50:26.8225965Z test_schema_correctness_min_binary_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:26.8273512Z test_schema_correctness_min_binary_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:26.8325391Z test_schema_correctness_min_binary_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:26.8379094Z test_schema_correctness_min_binary_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:26.8431949Z test_schema_correctness_min_binary_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:26.8478157Z test_schema_correctness_min_binary_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:26.8525587Z test_schema_correctness_min_binary_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:26.8574034Z test_schema_correctness_min_binary_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:26.8620782Z test_schema_correctness_min_binary_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:26.8668316Z test_schema_correctness_min_binary_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:26.8684301Z test_schema_correctness_min_reduction_no_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:26.8699226Z test_schema_correctness_min_reduction_no_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:26.8714686Z test_schema_correctness_min_reduction_no_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:26.8730174Z test_schema_correctness_min_reduction_no_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:26.8746158Z test_schema_correctness_min_reduction_no_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:26.8761058Z test_schema_correctness_min_reduction_no_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:26.8775881Z test_schema_correctness_min_reduction_no_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:26.8790271Z test_schema_correctness_min_reduction_no_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:26.8804955Z test_schema_correctness_min_reduction_no_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:26.8819959Z test_schema_correctness_min_reduction_no_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:26.8847009Z test_schema_correctness_min_reduction_with_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:26.8871369Z test_schema_correctness_min_reduction_with_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:26.8897184Z test_schema_correctness_min_reduction_with_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:26.8922506Z test_schema_correctness_min_reduction_with_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:26.8950239Z test_schema_correctness_min_reduction_with_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:26.8977285Z test_schema_correctness_min_reduction_with_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:26.9002395Z test_schema_correctness_min_reduction_with_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:26.9026802Z test_schema_correctness_min_reduction_with_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:26.9051148Z test_schema_correctness_min_reduction_with_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:26.9075445Z test_schema_correctness_min_reduction_with_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:26.9126689Z test_schema_correctness_minimum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:26.9172733Z test_schema_correctness_minimum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:26.9224055Z test_schema_correctness_minimum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:26.9276995Z test_schema_correctness_minimum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:26.9330278Z test_schema_correctness_minimum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:26.9377352Z test_schema_correctness_minimum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:26.9425483Z test_schema_correctness_minimum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:26.9473297Z test_schema_correctness_minimum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:26.9525169Z test_schema_correctness_minimum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:26.9572313Z test_schema_correctness_minimum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:26.9587521Z test_schema_correctness_mm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:26.9592656Z test_schema_correctness_mm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:50:26.9597111Z test_schema_correctness_mm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:50:26.9612325Z test_schema_correctness_mm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:26.9627589Z test_schema_correctness_mm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:26.9642591Z test_schema_correctness_mm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:26.9656348Z test_schema_correctness_mm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:26.9670826Z test_schema_correctness_mm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:26.9685142Z test_schema_correctness_mm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:26.9698915Z test_schema_correctness_mm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:26.9740282Z test_schema_correctness_mode_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:26.9777328Z test_schema_correctness_mode_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:26.9819558Z test_schema_correctness_mode_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:26.9860338Z test_schema_correctness_mode_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:26.9903033Z test_schema_correctness_mode_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:26.9940595Z test_schema_correctness_mode_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:26.9978066Z test_schema_correctness_mode_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:27.0015791Z test_schema_correctness_mode_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:27.0053627Z test_schema_correctness_mode_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:27.0090867Z test_schema_correctness_mode_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:27.0111612Z test_schema_correctness_movedim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:27.0130517Z test_schema_correctness_movedim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:27.0151249Z test_schema_correctness_movedim_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:27.0160386Z test_schema_correctness_movedim_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:27.0181117Z test_schema_correctness_movedim_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:27.0200456Z test_schema_correctness_movedim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:27.0220361Z test_schema_correctness_movedim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:27.0239597Z test_schema_correctness_movedim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:27.0258644Z test_schema_correctness_movedim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:27.0277391Z test_schema_correctness_movedim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:27.0296274Z test_schema_correctness_movedim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:27.0315042Z test_schema_correctness_movedim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:27.0334326Z test_schema_correctness_movedim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:27.0360186Z test_schema_correctness_msort_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:27.0382724Z test_schema_correctness_msort_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:27.0413200Z test_schema_correctness_msort_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:27.0440319Z test_schema_correctness_msort_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:27.0470757Z test_schema_correctness_msort_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:27.0496213Z test_schema_correctness_msort_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:27.0520973Z test_schema_correctness_msort_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:27.0546679Z test_schema_correctness_msort_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:27.0571460Z test_schema_correctness_msort_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:27.0595493Z test_schema_correctness_msort_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:27.0647737Z test_schema_correctness_mul_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:27.0693945Z test_schema_correctness_mul_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:27.0755715Z test_schema_correctness_mul_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:50:27.0764830Z test_schema_correctness_mul_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:27.0827018Z test_schema_correctness_mul_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:50:27.0883221Z test_schema_correctness_mul_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:50:27.0936037Z test_schema_correctness_mul_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:27.0987691Z test_schema_correctness_mul_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:27.1035168Z test_schema_correctness_mul_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:27.1083068Z test_schema_correctness_mul_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:27.1130995Z test_schema_correctness_mul_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:27.1178007Z test_schema_correctness_mul_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:27.1224633Z test_schema_correctness_mul_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:27.1283237Z test_schema_correctness_multinomial_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:50:27.1340260Z test_schema_correctness_multinomial_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:50:27.1396270Z test_schema_correctness_multinomial_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:50:27.1411560Z test_schema_correctness_mv_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:27.1427658Z test_schema_correctness_mv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:27.1443964Z test_schema_correctness_mv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:27.1459711Z test_schema_correctness_mv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:27.1475102Z test_schema_correctness_mv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:27.1489161Z test_schema_correctness_mv_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:27.1502916Z test_schema_correctness_mv_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:27.1516669Z test_schema_correctness_mv_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:27.1530645Z test_schema_correctness_mv_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:27.1544189Z test_schema_correctness_mv_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:27.1598368Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:27.1651355Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:27.1703569Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:27.1753908Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:27.1803934Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:27.1854030Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:27.1904370Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:27.1954290Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:27.2008098Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:27.2062198Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:27.2113684Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:27.2163384Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:27.2212778Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:27.2262346Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:27.2312375Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:27.2362117Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:27.2415695Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:27.2468535Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:27.2520061Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:27.2569752Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:27.2619146Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:27.2668957Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:27.2718406Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:27.2768040Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:27.2792601Z test_schema_correctness_nan_to_num_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:27.2814697Z test_schema_correctness_nan_to_num_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:27.2837615Z test_schema_correctness_nan_to_num_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:27.2860968Z test_schema_correctness_nan_to_num_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:27.2883473Z test_schema_correctness_nan_to_num_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:27.2905511Z test_schema_correctness_nan_to_num_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:27.2927430Z test_schema_correctness_nan_to_num_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:27.2949215Z test_schema_correctness_nan_to_num_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:27.2971237Z test_schema_correctness_nan_to_num_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:27.2992977Z test_schema_correctness_nan_to_num_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:27.4017664Z test_schema_correctness_nanmean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.102s) 2022-09-27T15:50:27.5045704Z test_schema_correctness_nanmean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.103s) 2022-09-27T15:50:27.6066803Z test_schema_correctness_nanmean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.102s) 2022-09-27T15:50:27.7070579Z test_schema_correctness_nanmean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.100s) 2022-09-27T15:50:27.7127615Z test_schema_correctness_nanmedian_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:50:27.7183155Z test_schema_correctness_nanmedian_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:50:27.7236543Z test_schema_correctness_nanmedian_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:27.7290036Z test_schema_correctness_nanmedian_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:27.7343204Z test_schema_correctness_nanmedian_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:27.7396111Z test_schema_correctness_nanmedian_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:27.7448769Z test_schema_correctness_nanmedian_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:27.7501980Z test_schema_correctness_nanmedian_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:30.7944571Z test_schema_correctness_nanquantile_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.044s) 2022-09-27T15:50:33.8311225Z test_schema_correctness_nanquantile_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.037s) 2022-09-27T15:50:33.8566484Z test_schema_correctness_nansum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:50:33.8773664Z test_schema_correctness_nansum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:50:33.9029124Z test_schema_correctness_nansum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:50:33.9284943Z test_schema_correctness_nansum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:50:33.9537613Z test_schema_correctness_nansum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:50:33.9747502Z test_schema_correctness_nansum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:50:33.9954928Z test_schema_correctness_nansum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:50:34.0161753Z test_schema_correctness_nansum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:50:34.0369626Z test_schema_correctness_nansum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:50:34.0578171Z test_schema_correctness_nansum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:50:34.0612427Z test_schema_correctness_narrow_copy_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:34.0642752Z test_schema_correctness_narrow_copy_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:34.0680685Z test_schema_correctness_narrow_copy_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:34.0690349Z test_schema_correctness_narrow_copy_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:34.0727338Z test_schema_correctness_narrow_copy_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:34.0760224Z test_schema_correctness_narrow_copy_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:34.0791917Z test_schema_correctness_narrow_copy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:34.0827495Z test_schema_correctness_narrow_copy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:34.0857234Z test_schema_correctness_narrow_copy_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:34.0888331Z test_schema_correctness_narrow_copy_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:34.0919940Z test_schema_correctness_narrow_copy_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:34.0950771Z test_schema_correctness_narrow_copy_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:34.0981771Z test_schema_correctness_narrow_copy_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:34.1055272Z test_schema_correctness_narrow_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:50:34.1125133Z test_schema_correctness_narrow_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:50:34.1208812Z test_schema_correctness_narrow_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:50:34.1219392Z test_schema_correctness_narrow_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:34.1302326Z test_schema_correctness_narrow_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:50:34.1376473Z test_schema_correctness_narrow_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:50:34.1447363Z test_schema_correctness_narrow_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:50:34.1522669Z test_schema_correctness_narrow_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:50:34.1592486Z test_schema_correctness_narrow_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:50:34.1663178Z test_schema_correctness_narrow_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:50:34.1736299Z test_schema_correctness_narrow_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:50:34.1806092Z test_schema_correctness_narrow_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:50:34.1876608Z test_schema_correctness_narrow_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:50:34.2029167Z test_schema_correctness_native_layer_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:50:34.2180041Z test_schema_correctness_native_layer_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:50:34.2326095Z test_schema_correctness_native_layer_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:50:34.2378246Z test_schema_correctness_ne_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:34.2425076Z test_schema_correctness_ne_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:34.2486597Z test_schema_correctness_ne_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:50:34.2546974Z test_schema_correctness_ne_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:50:34.2598203Z test_schema_correctness_ne_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:34.2650676Z test_schema_correctness_ne_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:34.2702985Z test_schema_correctness_ne_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:34.2750081Z test_schema_correctness_ne_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:34.2797610Z test_schema_correctness_ne_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:34.2844787Z test_schema_correctness_ne_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:34.2892338Z test_schema_correctness_ne_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:34.2943084Z test_schema_correctness_ne_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:34.2955987Z test_schema_correctness_neg_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:34.2970712Z test_schema_correctness_neg_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:34.2980661Z test_schema_correctness_neg_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:34.2994974Z test_schema_correctness_neg_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:34.3008788Z test_schema_correctness_neg_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:34.3022774Z test_schema_correctness_neg_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:34.3036687Z test_schema_correctness_neg_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:34.3050984Z test_schema_correctness_neg_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:34.3065067Z test_schema_correctness_neg_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:34.3078447Z test_schema_correctness_neg_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:34.3092493Z test_schema_correctness_neg_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:34.3106209Z test_schema_correctness_neg_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:34.3549238Z test_schema_correctness_new_empty_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:50:34.3988062Z test_schema_correctness_new_empty_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:50:34.4433473Z test_schema_correctness_new_empty_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:50:34.4444409Z test_schema_correctness_new_empty_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:34.4892931Z test_schema_correctness_new_empty_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:50:34.5336870Z test_schema_correctness_new_empty_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:50:34.5778578Z test_schema_correctness_new_empty_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:50:34.6221296Z test_schema_correctness_new_empty_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:50:34.6660993Z test_schema_correctness_new_empty_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:50:34.7099652Z test_schema_correctness_new_empty_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:50:34.7539470Z test_schema_correctness_new_empty_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:50:34.7976979Z test_schema_correctness_new_empty_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:50:34.8414014Z test_schema_correctness_new_empty_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:50:34.8988957Z test_schema_correctness_new_empty_strided_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-09-27T15:50:34.9561416Z test_schema_correctness_new_empty_strided_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-09-27T15:50:35.0140516Z test_schema_correctness_new_empty_strided_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-09-27T15:50:35.0149483Z test_schema_correctness_new_empty_strided_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:35.0724482Z test_schema_correctness_new_empty_strided_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-09-27T15:50:35.1298374Z test_schema_correctness_new_empty_strided_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-09-27T15:50:35.1870366Z test_schema_correctness_new_empty_strided_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-09-27T15:50:35.2442938Z test_schema_correctness_new_empty_strided_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-09-27T15:50:35.3014600Z test_schema_correctness_new_empty_strided_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-09-27T15:50:35.3587770Z test_schema_correctness_new_empty_strided_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-09-27T15:50:35.4162490Z test_schema_correctness_new_empty_strided_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-09-27T15:50:35.4736428Z test_schema_correctness_new_empty_strided_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-09-27T15:50:35.5310321Z test_schema_correctness_new_empty_strided_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-09-27T15:50:35.5764680Z test_schema_correctness_new_full_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:50:35.6220079Z test_schema_correctness_new_full_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:50:35.6679165Z test_schema_correctness_new_full_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:50:35.6689618Z test_schema_correctness_new_full_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:35.7146617Z test_schema_correctness_new_full_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:50:35.7600216Z test_schema_correctness_new_full_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:50:35.8056546Z test_schema_correctness_new_full_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:50:35.8511427Z test_schema_correctness_new_full_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:50:35.8965931Z test_schema_correctness_new_full_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:50:35.9418050Z test_schema_correctness_new_full_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:50:35.9870581Z test_schema_correctness_new_full_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:50:36.0324020Z test_schema_correctness_new_full_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:50:36.0775291Z test_schema_correctness_new_full_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:50:36.1222947Z test_schema_correctness_new_ones_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:50:36.1666022Z test_schema_correctness_new_ones_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:50:36.2115463Z test_schema_correctness_new_ones_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:50:36.2125416Z test_schema_correctness_new_ones_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:36.2573733Z test_schema_correctness_new_ones_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:50:36.3019248Z test_schema_correctness_new_ones_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:50:36.3464469Z test_schema_correctness_new_ones_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:50:36.3910225Z test_schema_correctness_new_ones_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:50:36.4353619Z test_schema_correctness_new_ones_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:50:36.4797803Z test_schema_correctness_new_ones_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:50:36.5245029Z test_schema_correctness_new_ones_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:50:36.5688745Z test_schema_correctness_new_ones_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:50:36.6133512Z test_schema_correctness_new_ones_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:50:36.6577054Z test_schema_correctness_new_zeros_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:50:36.7017724Z test_schema_correctness_new_zeros_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:50:36.7465055Z test_schema_correctness_new_zeros_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:50:36.7475119Z test_schema_correctness_new_zeros_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:50:36.7923062Z test_schema_correctness_new_zeros_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:50:36.8366690Z test_schema_correctness_new_zeros_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:50:36.8810314Z test_schema_correctness_new_zeros_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:50:36.9253579Z test_schema_correctness_new_zeros_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:50:36.9695382Z test_schema_correctness_new_zeros_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:50:37.0138093Z test_schema_correctness_new_zeros_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:50:37.0581887Z test_schema_correctness_new_zeros_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:50:37.1023968Z test_schema_correctness_new_zeros_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:50:37.1465275Z test_schema_correctness_new_zeros_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:50:37.1518183Z test_schema_correctness_nextafter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:37.1571652Z test_schema_correctness_nextafter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:37.1622782Z test_schema_correctness_nextafter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:37.1700521Z test_schema_correctness_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:50:37.1778583Z test_schema_correctness_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:50:37.1861588Z test_schema_correctness_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:50:37.1919576Z test_schema_correctness_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:50:37.1980742Z test_schema_correctness_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:50:37.2042920Z test_schema_correctness_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:50:37.2128681Z test_schema_correctness_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:50:37.2210815Z test_schema_correctness_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:50:37.2294139Z test_schema_correctness_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:50:37.2414162Z test_schema_correctness_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:50:37.2532301Z test_schema_correctness_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:50:37.2647628Z test_schema_correctness_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:50:37.2775685Z test_schema_correctness_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:50:37.2904991Z test_schema_correctness_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:50:37.3034871Z test_schema_correctness_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:50:37.3164344Z test_schema_correctness_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:50:37.3292280Z test_schema_correctness_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:50:37.3432965Z test_schema_correctness_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:50:37.3566077Z test_schema_correctness_nn_functional_avg_pool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:50:37.3696371Z test_schema_correctness_nn_functional_avg_pool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:50:37.3827008Z test_schema_correctness_nn_functional_avg_pool1d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:50:37.3981022Z test_schema_correctness_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:50:37.4139765Z test_schema_correctness_nn_functional_avg_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:50:37.4298743Z test_schema_correctness_nn_functional_avg_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:50:37.4455849Z test_schema_correctness_nn_functional_avg_pool2d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:50:37.4629992Z test_schema_correctness_nn_functional_avg_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:50:37.4803676Z test_schema_correctness_nn_functional_avg_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:50:37.4970119Z test_schema_correctness_nn_functional_avg_pool3d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:50:37.6304504Z test_schema_correctness_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.133s) 2022-09-27T15:50:37.7638066Z test_schema_correctness_nn_functional_batch_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.133s) 2022-09-27T15:50:37.8971170Z test_schema_correctness_nn_functional_batch_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.133s) 2022-09-27T15:50:37.9406332Z test_schema_correctness_nn_functional_bilinear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:50:37.9852927Z test_schema_correctness_nn_functional_bilinear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:50:38.0288361Z test_schema_correctness_nn_functional_bilinear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:50:38.0720013Z test_schema_correctness_nn_functional_bilinear_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:50:38.1153124Z test_schema_correctness_nn_functional_bilinear_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:50:38.1588866Z test_schema_correctness_nn_functional_bilinear_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:50:38.2018848Z test_schema_correctness_nn_functional_bilinear_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:50:38.2449116Z test_schema_correctness_nn_functional_bilinear_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:50:38.2540003Z test_schema_correctness_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:50:38.2629122Z test_schema_correctness_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:50:38.2846747Z test_schema_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:50:38.3064737Z test_schema_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:50:38.3279882Z test_schema_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:50:38.3302006Z test_schema_correctness_nn_functional_celu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:38.3322832Z test_schema_correctness_nn_functional_celu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:38.3343285Z test_schema_correctness_nn_functional_celu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:38.3519742Z test_schema_correctness_nn_functional_conv1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:50:38.4358296Z test_schema_correctness_nn_functional_conv1d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.084s) 2022-09-27T15:50:38.5263657Z test_schema_correctness_nn_functional_conv1d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.090s) 2022-09-27T15:50:38.5421276Z test_schema_correctness_nn_functional_conv1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:50:38.5573997Z test_schema_correctness_nn_functional_conv1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:50:38.5722160Z test_schema_correctness_nn_functional_conv1d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:50:38.5953424Z test_schema_correctness_nn_functional_conv2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /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:50:38.5954445Z return self.op(*args, **kwargs) 2022-09-27T15:50:38.6254477Z ok (0.053s) 2022-09-27T15:50:38.9065527Z test_schema_correctness_nn_functional_conv2d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.281s) 2022-09-27T15:50:39.2330458Z test_schema_correctness_nn_functional_conv2d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.326s) 2022-09-27T15:50:39.2818784Z test_schema_correctness_nn_functional_conv2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-09-27T15:50:39.3305201Z test_schema_correctness_nn_functional_conv2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-09-27T15:50:39.3773903Z test_schema_correctness_nn_functional_conv2d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T15:50:39.4619195Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.084s) 2022-09-27T15:50:39.5485419Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.087s) 2022-09-27T15:50:39.5640733Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:50:39.5794960Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:50:39.5942041Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:50:39.6137367Z test_schema_correctness_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:50:39.6332092Z test_schema_correctness_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:50:39.6516346Z test_schema_correctness_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:50:39.6710161Z test_schema_correctness_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:50:39.6904860Z test_schema_correctness_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:50:39.7093798Z test_schema_correctness_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:50:39.9072909Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.198s) 2022-09-27T15:50:40.1040559Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.197s) 2022-09-27T15:50:40.3017097Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.198s) 2022-09-27T15:50:40.4983768Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.197s) 2022-09-27T15:50:40.6986927Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.200s) 2022-09-27T15:50:40.8985274Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.200s) 2022-09-27T15:50:41.0981868Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.200s) 2022-09-27T15:50:41.2963634Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.198s) 2022-09-27T15:50:41.4949810Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.199s) 2022-09-27T15:50:41.5683933Z test_schema_correctness_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.073s) 2022-09-27T15:50:41.6432932Z test_schema_correctness_nn_functional_cosine_similarity_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.075s) 2022-09-27T15:50:41.7169149Z test_schema_correctness_nn_functional_cosine_similarity_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.074s) 2022-09-27T15:50:41.7465598Z test_schema_correctness_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:50:41.7748765Z test_schema_correctness_nn_functional_cross_entropy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:50:41.8022955Z test_schema_correctness_nn_functional_cross_entropy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:50:41.8613786Z test_schema_correctness_nn_functional_ctc_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-09-27T15:50:41.9217784Z test_schema_correctness_nn_functional_ctc_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-09-27T15:50:41.9232194Z test_schema_correctness_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /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:50:41.9233852Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T15:50:41.9617062Z ok (0.040s) 2022-09-27T15:50:42.0018153Z test_schema_correctness_nn_functional_dropout2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:50:42.0484605Z test_schema_correctness_nn_functional_dropout2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T15:50:42.0923716Z test_schema_correctness_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:50:42.1376264Z test_schema_correctness_nn_functional_dropout3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:50:42.1824081Z test_schema_correctness_nn_functional_dropout3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:50:42.2839615Z test_schema_correctness_nn_functional_dropout_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.101s) 2022-09-27T15:50:42.3862334Z test_schema_correctness_nn_functional_dropout_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.102s) 2022-09-27T15:50:42.4881063Z test_schema_correctness_nn_functional_dropout_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.102s) 2022-09-27T15:50:42.4905064Z test_schema_correctness_nn_functional_elu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:42.4928443Z test_schema_correctness_nn_functional_elu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:42.4952142Z test_schema_correctness_nn_functional_elu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:42.8414318Z test_schema_correctness_nn_functional_embedding_bag_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.346s) 2022-09-27T15:50:43.1872998Z test_schema_correctness_nn_functional_embedding_bag_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.346s) 2022-09-27T15:50:43.5306741Z test_schema_correctness_nn_functional_embedding_bag_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.343s) 2022-09-27T15:50:43.5407872Z test_schema_correctness_nn_functional_embedding_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:50:43.5508878Z test_schema_correctness_nn_functional_embedding_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:50:43.5608121Z test_schema_correctness_nn_functional_embedding_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:50:43.5705919Z test_schema_correctness_nn_functional_embedding_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:50:43.6099626Z test_schema_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-09-27T15:50:43.6497013Z test_schema_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:50:43.6891740Z test_schema_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-09-27T15:50:43.6924995Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:43.6952930Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:43.6988123Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:43.7023339Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:43.7055280Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:43.7086661Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:43.7118239Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:43.7146716Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:43.7174831Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:43.7202166Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:43.7230110Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:43.7257944Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:43.8968603Z test_schema_correctness_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.171s) 2022-09-27T15:50:44.0668328Z test_schema_correctness_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.170s) 2022-09-27T15:50:44.2952112Z test_schema_correctness_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.228s) 2022-09-27T15:50:44.5234301Z test_schema_correctness_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.228s) 2022-09-27T15:50:45.7369446Z test_schema_correctness_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.213s) 2022-09-27T15:50:46.9662827Z test_schema_correctness_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.229s) 2022-09-27T15:50:48.1806418Z test_schema_correctness_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.214s) 2022-09-27T15:50:48.1857295Z test_schema_correctness_nn_functional_gelu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:48.1899402Z test_schema_correctness_nn_functional_gelu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:48.1938013Z test_schema_correctness_nn_functional_gelu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:48.2101301Z test_schema_correctness_nn_functional_glu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:50:48.2275872Z test_schema_correctness_nn_functional_glu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:50:48.2453701Z test_schema_correctness_nn_functional_glu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:50:48.2650220Z test_schema_correctness_nn_functional_grid_sample_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:50:48.2848634Z test_schema_correctness_nn_functional_grid_sample_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:50:48.2902010Z test_schema_correctness_nn_functional_group_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:48.2953355Z test_schema_correctness_nn_functional_group_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:48.3002375Z test_schema_correctness_nn_functional_group_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:48.3034866Z test_schema_correctness_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:48.3066589Z test_schema_correctness_nn_functional_hardshrink_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:48.3098147Z test_schema_correctness_nn_functional_hardshrink_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:48.3117380Z test_schema_correctness_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:48.3137596Z test_schema_correctness_nn_functional_hardsigmoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:48.3156097Z test_schema_correctness_nn_functional_hardsigmoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:48.3177605Z test_schema_correctness_nn_functional_hardswish_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:48.3200055Z test_schema_correctness_nn_functional_hardswish_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:48.3222833Z test_schema_correctness_nn_functional_hardswish_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:48.3257622Z test_schema_correctness_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:48.3291685Z test_schema_correctness_nn_functional_hardtanh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:48.3325345Z test_schema_correctness_nn_functional_hardtanh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:48.3358054Z test_schema_correctness_nn_functional_hardtanh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:48.3393282Z test_schema_correctness_nn_functional_hardtanh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:48.3426876Z test_schema_correctness_nn_functional_hardtanh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:48.3459544Z test_schema_correctness_nn_functional_hardtanh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:50:48.6362739Z test_schema_correctness_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.290s) 2022-09-27T15:50:48.9251798Z test_schema_correctness_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.289s) 2022-09-27T15:50:49.2145692Z test_schema_correctness_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.289s) 2022-09-27T15:50:49.2208828Z test_schema_correctness_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:50:49.2270637Z test_schema_correctness_nn_functional_huber_loss_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:50:49.2333410Z test_schema_correctness_nn_functional_huber_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:50:49.2394991Z test_schema_correctness_nn_functional_huber_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:50:49.3751662Z test_schema_correctness_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.135s) 2022-09-27T15:50:49.5107010Z test_schema_correctness_nn_functional_instance_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.135s) 2022-09-27T15:50:49.6456049Z test_schema_correctness_nn_functional_instance_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.135s) 2022-09-27T15:50:49.6549041Z test_schema_correctness_nn_functional_interpolate_area_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:50:49.6640754Z test_schema_correctness_nn_functional_interpolate_area_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:50:49.6720821Z test_schema_correctness_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:50:49.6796008Z test_schema_correctness_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:50:49.6874409Z test_schema_correctness_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:50:49.6948517Z test_schema_correctness_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:50:49.7022421Z test_schema_correctness_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:50:49.7103873Z test_schema_correctness_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:50:49.7177367Z test_schema_correctness_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:50:49.7248252Z test_schema_correctness_nn_functional_interpolate_linear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:50:49.7318888Z test_schema_correctness_nn_functional_interpolate_linear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:50:49.7391806Z test_schema_correctness_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:50:49.7464280Z test_schema_correctness_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:50:49.7536431Z test_schema_correctness_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:50:49.7607173Z test_schema_correctness_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:50:49.7688134Z test_schema_correctness_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:50:49.7775438Z test_schema_correctness_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:50:49.7863160Z test_schema_correctness_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:50:49.7899877Z test_schema_correctness_nn_functional_kl_div_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /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:50:49.7901412Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:50:49.8103783Z ok (0.024s) 2022-09-27T15:50:49.8337421Z test_schema_correctness_nn_functional_kl_div_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:50:49.8561111Z test_schema_correctness_nn_functional_kl_div_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:50:49.8628633Z test_schema_correctness_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:50:49.8723440Z test_schema_correctness_nn_functional_l1_loss_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:50:49.8818665Z test_schema_correctness_nn_functional_l1_loss_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:50:49.8885623Z test_schema_correctness_nn_functional_l1_loss_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:50:49.8952042Z test_schema_correctness_nn_functional_l1_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:50:49.9018197Z test_schema_correctness_nn_functional_l1_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:50:49.9076994Z test_schema_correctness_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:50:49.9133993Z test_schema_correctness_nn_functional_layer_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:50:49.9189205Z test_schema_correctness_nn_functional_layer_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:50:49.9228240Z test_schema_correctness_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:49.9266700Z test_schema_correctness_nn_functional_leaky_relu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:49.9308559Z test_schema_correctness_nn_functional_leaky_relu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:50:49.9492220Z test_schema_correctness_nn_functional_linear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:50:49.9707877Z test_schema_correctness_nn_functional_linear_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:50:49.9927011Z test_schema_correctness_nn_functional_linear_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:50:50.0123456Z test_schema_correctness_nn_functional_linear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:50:50.0319575Z test_schema_correctness_nn_functional_linear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:50:50.0495976Z test_schema_correctness_nn_functional_linear_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:50:50.0677691Z test_schema_correctness_nn_functional_linear_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:50:50.0865700Z test_schema_correctness_nn_functional_linear_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:50:50.1041698Z test_schema_correctness_nn_functional_linear_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:50:50.1222380Z test_schema_correctness_nn_functional_linear_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:50:50.1560815Z test_schema_correctness_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-09-27T15:50:50.1913833Z test_schema_correctness_nn_functional_local_response_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-09-27T15:50:50.2249569Z test_schema_correctness_nn_functional_local_response_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-09-27T15:50:50.2601180Z test_schema_correctness_nn_functional_local_response_norm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-09-27T15:50:50.2623705Z test_schema_correctness_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:50.2644833Z test_schema_correctness_nn_functional_logsigmoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:50.2665520Z test_schema_correctness_nn_functional_logsigmoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:50:50.3111100Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:50:50.3556402Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:50:50.3999836Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:50:50.4433528Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:50:50.4872647Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:50:50.5306203Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:50:50.5735470Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:50:50.6158421Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:50:52.0813059Z test_schema_correctness_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.465s) 2022-09-27T15:50:53.5419211Z test_schema_correctness_nn_functional_max_pool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.461s) 2022-09-27T15:50:54.9767140Z test_schema_correctness_nn_functional_max_pool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.435s) 2022-09-27T15:51:03.6279396Z test_schema_correctness_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (8.651s) 2022-09-27T15:51:12.2724784Z test_schema_correctness_nn_functional_max_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (8.644s) 2022-09-27T15:51:20.9655846Z test_schema_correctness_nn_functional_max_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (8.690s) 2022-09-27T15:51:24.5897913Z test_schema_correctness_nn_functional_max_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.627s) 2022-09-27T15:51:28.2197177Z test_schema_correctness_nn_functional_max_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.630s) 2022-09-27T15:51:28.4610069Z test_schema_correctness_nn_functional_max_unpool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.241s) 2022-09-27T15:51:28.6983963Z test_schema_correctness_nn_functional_max_unpool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.237s) 2022-09-27T15:51:28.7531032Z test_schema_correctness_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:51:28.8097926Z test_schema_correctness_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-09-27T15:51:29.0348725Z test_schema_correctness_nn_functional_max_unpool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.225s) 2022-09-27T15:51:29.2695291Z test_schema_correctness_nn_functional_max_unpool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.235s) 2022-09-27T15:51:29.3406899Z test_schema_correctness_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.071s) 2022-09-27T15:51:29.4166514Z test_schema_correctness_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.076s) 2022-09-27T15:51:29.5288469Z test_schema_correctness_nn_functional_max_unpool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.112s) 2022-09-27T15:51:29.6417121Z test_schema_correctness_nn_functional_max_unpool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-09-27T15:51:29.6822876Z test_schema_correctness_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:51:29.7194356Z test_schema_correctness_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-09-27T15:51:29.7219112Z test_schema_correctness_nn_functional_mish_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:29.7240096Z test_schema_correctness_nn_functional_mish_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:29.7256506Z test_schema_correctness_nn_functional_mse_loss_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:3288: UserWarning: Applying the CPU mse kernel on half-type tensors. This may be slower than using float or double-type tensors. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp:822.) 2022-09-27T15:51:29.7257648Z return torch._C._nn.mse_loss(expanded_input, expanded_target, _Reduction.get_enum(reduction)) 2022-09-27T15:51:29.7283006Z ok (0.004s) 2022-09-27T15:51:29.7323716Z test_schema_correctness_nn_functional_mse_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:29.7364097Z test_schema_correctness_nn_functional_mse_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:29.7406714Z test_schema_correctness_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:29.7446079Z test_schema_correctness_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:29.7472186Z test_schema_correctness_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:29.7497049Z test_schema_correctness_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:29.7648816Z test_schema_correctness_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:51:29.7797530Z test_schema_correctness_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:51:29.7944051Z test_schema_correctness_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:51:29.8340944Z test_schema_correctness_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:51:29.8851681Z test_schema_correctness_nn_functional_nll_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T15:51:29.9240791Z test_schema_correctness_nn_functional_nll_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-09-27T15:51:29.9521646Z test_schema_correctness_nn_functional_normalize_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:51:29.9816148Z test_schema_correctness_nn_functional_normalize_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:51:30.0109550Z test_schema_correctness_nn_functional_normalize_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:51:30.0392894Z test_schema_correctness_nn_functional_normalize_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:51:30.0673495Z test_schema_correctness_nn_functional_normalize_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:51:30.1140095Z test_schema_correctness_nn_functional_one_hot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T15:51:30.2258484Z test_schema_correctness_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.112s) 2022-09-27T15:51:30.2530392Z test_schema_correctness_nn_functional_pad_circular_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:51:30.3699727Z test_schema_correctness_nn_functional_pad_circular_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.117s) 2022-09-27T15:51:30.4876431Z test_schema_correctness_nn_functional_pad_circular_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.118s) 2022-09-27T15:51:30.6014989Z test_schema_correctness_nn_functional_pad_circular_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-09-27T15:51:30.7156042Z test_schema_correctness_nn_functional_pad_circular_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-09-27T15:51:30.8282001Z test_schema_correctness_nn_functional_pad_circular_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-09-27T15:51:30.9482932Z test_schema_correctness_nn_functional_pad_circular_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.120s) 2022-09-27T15:51:31.0618855Z test_schema_correctness_nn_functional_pad_circular_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-09-27T15:51:31.1755068Z test_schema_correctness_nn_functional_pad_circular_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-09-27T15:51:31.2890894Z test_schema_correctness_nn_functional_pad_circular_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-09-27T15:51:31.4024616Z test_schema_correctness_nn_functional_pad_circular_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-09-27T15:51:31.4284514Z test_schema_correctness_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:51:31.4526146Z test_schema_correctness_nn_functional_pad_constant_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:51:31.4821969Z test_schema_correctness_nn_functional_pad_constant_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:51:31.5117616Z test_schema_correctness_nn_functional_pad_constant_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:51:31.5377571Z test_schema_correctness_nn_functional_pad_constant_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:51:31.5643390Z test_schema_correctness_nn_functional_pad_constant_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:51:31.5906914Z test_schema_correctness_nn_functional_pad_constant_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:51:31.6152102Z test_schema_correctness_nn_functional_pad_constant_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:51:31.6397589Z test_schema_correctness_nn_functional_pad_constant_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:51:31.6644580Z test_schema_correctness_nn_functional_pad_constant_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:51:31.6887915Z test_schema_correctness_nn_functional_pad_constant_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:51:31.7131862Z test_schema_correctness_nn_functional_pad_constant_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:51:31.7207937Z test_schema_correctness_nn_functional_pad_reflect_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:31.7282775Z test_schema_correctness_nn_functional_pad_reflect_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:31.7351309Z test_schema_correctness_nn_functional_pad_reflect_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:31.7418216Z test_schema_correctness_nn_functional_pad_reflect_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:31.7494158Z test_schema_correctness_nn_functional_pad_replicate_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:31.7568309Z test_schema_correctness_nn_functional_pad_replicate_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:31.7636164Z test_schema_correctness_nn_functional_pad_replicate_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:31.7702695Z test_schema_correctness_nn_functional_pad_replicate_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:31.7795193Z test_schema_correctness_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:31.7893132Z test_schema_correctness_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:51:31.7991166Z test_schema_correctness_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:51:31.8083138Z test_schema_correctness_nn_functional_pairwise_distance_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:31.8175367Z test_schema_correctness_nn_functional_pairwise_distance_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:31.8264950Z test_schema_correctness_nn_functional_pairwise_distance_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:31.8359471Z test_schema_correctness_nn_functional_pairwise_distance_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:31.8449354Z test_schema_correctness_nn_functional_pairwise_distance_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:31.8539235Z test_schema_correctness_nn_functional_pairwise_distance_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:31.8628897Z test_schema_correctness_nn_functional_pairwise_distance_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:31.8718322Z test_schema_correctness_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:31.8763410Z test_schema_correctness_nn_functional_pdist_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:31.8807033Z test_schema_correctness_nn_functional_pdist_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:31.8825502Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:31.8841526Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:31.8861178Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:31.8879164Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:31.8896743Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:31.8913350Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:31.8930017Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:31.8946041Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:31.8962328Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:31.8979377Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:31.8996419Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:31.9013402Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:31.9031582Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:31.9048522Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:31.9067838Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:31.9086777Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:31.9104555Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:31.9122031Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:31.9139608Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:31.9156485Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:31.9173763Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:31.9190898Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:31.9207634Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:31.9224272Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:32.1343784Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.212s) 2022-09-27T15:51:32.3534695Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.219s) 2022-09-27T15:51:32.5679598Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.214s) 2022-09-27T15:51:32.7830373Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.215s) 2022-09-27T15:51:32.9987660Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.216s) 2022-09-27T15:51:33.2164686Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.218s) 2022-09-27T15:51:33.4317100Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.215s) 2022-09-27T15:51:33.6476297Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.216s) 2022-09-27T15:51:33.6587174Z test_schema_correctness_nn_functional_prelu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:51:33.6698383Z test_schema_correctness_nn_functional_prelu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:51:33.6805752Z test_schema_correctness_nn_functional_prelu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:51:33.6829460Z test_schema_correctness_nn_functional_relu6_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:33.6853036Z test_schema_correctness_nn_functional_relu6_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:33.6875540Z test_schema_correctness_nn_functional_relu6_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:33.6897465Z test_schema_correctness_nn_functional_relu6_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:33.6918952Z test_schema_correctness_nn_functional_relu6_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:33.6940552Z test_schema_correctness_nn_functional_relu6_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:33.6961933Z test_schema_correctness_nn_functional_relu6_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:33.6983527Z test_schema_correctness_nn_functional_relu6_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:33.7006650Z test_schema_correctness_nn_functional_relu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:33.7030382Z test_schema_correctness_nn_functional_relu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:33.7054653Z test_schema_correctness_nn_functional_relu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:33.7076793Z test_schema_correctness_nn_functional_relu_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:33.7098800Z test_schema_correctness_nn_functional_relu_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:33.7120787Z test_schema_correctness_nn_functional_relu_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:33.7143498Z test_schema_correctness_nn_functional_relu_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:33.7165374Z test_schema_correctness_nn_functional_relu_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:33.7608676Z test_schema_correctness_nn_functional_rrelu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:51:33.8047404Z test_schema_correctness_nn_functional_rrelu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:51:33.8482856Z test_schema_correctness_nn_functional_rrelu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:51:33.8507725Z test_schema_correctness_nn_functional_selu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:33.8531736Z test_schema_correctness_nn_functional_selu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:33.8554883Z test_schema_correctness_nn_functional_selu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:33.8577307Z test_schema_correctness_nn_functional_silu_complex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:33.8598027Z test_schema_correctness_nn_functional_silu_complex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:33.8618167Z test_schema_correctness_nn_functional_silu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:33.8637618Z test_schema_correctness_nn_functional_silu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:33.8657235Z test_schema_correctness_nn_functional_silu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:33.8713734Z test_schema_correctness_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:33.8769764Z test_schema_correctness_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:33.8826754Z test_schema_correctness_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:33.8883415Z test_schema_correctness_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:33.8928891Z test_schema_correctness_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:33.8974594Z test_schema_correctness_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:33.9019467Z test_schema_correctness_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:33.9065189Z test_schema_correctness_nn_functional_softmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:33.9112597Z test_schema_correctness_nn_functional_softmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:33.9159632Z test_schema_correctness_nn_functional_softmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:33.9767931Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-09-27T15:51:34.0382807Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-09-27T15:51:34.0993001Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-09-27T15:51:34.1596546Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-09-27T15:51:34.2202353Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-09-27T15:51:34.2251563Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:34.2856849Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-09-27T15:51:34.3459269Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-09-27T15:51:34.4064682Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-09-27T15:51:34.4667378Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-09-27T15:51:34.5271355Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-09-27T15:51:34.5295985Z test_schema_correctness_nn_functional_softplus_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:34.5318262Z test_schema_correctness_nn_functional_softplus_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:34.5341204Z test_schema_correctness_nn_functional_softplus_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:34.5368806Z test_schema_correctness_nn_functional_softshrink_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:34.5396217Z test_schema_correctness_nn_functional_softshrink_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:34.5423495Z test_schema_correctness_nn_functional_softshrink_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:34.5460472Z test_schema_correctness_nn_functional_softsign_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:34.5498497Z test_schema_correctness_nn_functional_softsign_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:34.5537560Z test_schema_correctness_nn_functional_softsign_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:34.5574588Z test_schema_correctness_nn_functional_softsign_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:34.5611276Z test_schema_correctness_nn_functional_softsign_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:34.5646849Z test_schema_correctness_nn_functional_softsign_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:34.5682875Z test_schema_correctness_nn_functional_softsign_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:34.5718743Z test_schema_correctness_nn_functional_softsign_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:34.5754998Z test_schema_correctness_nn_functional_softsign_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:34.5791031Z test_schema_correctness_nn_functional_softsign_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:34.5827218Z test_schema_correctness_nn_functional_softsign_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:34.5859066Z test_schema_correctness_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:34.5890923Z test_schema_correctness_nn_functional_tanhshrink_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:34.5921919Z test_schema_correctness_nn_functional_tanhshrink_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:34.5953094Z test_schema_correctness_nn_functional_tanhshrink_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:34.5983930Z test_schema_correctness_nn_functional_tanhshrink_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:34.6014608Z test_schema_correctness_nn_functional_tanhshrink_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:34.6044852Z test_schema_correctness_nn_functional_tanhshrink_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:34.6075441Z test_schema_correctness_nn_functional_tanhshrink_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:34.6105964Z test_schema_correctness_nn_functional_tanhshrink_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:34.6136574Z test_schema_correctness_nn_functional_tanhshrink_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:34.6163500Z test_schema_correctness_nn_functional_threshold_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:34.6189735Z test_schema_correctness_nn_functional_threshold_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:34.6217237Z test_schema_correctness_nn_functional_threshold_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:34.6241584Z test_schema_correctness_nn_functional_threshold_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:34.6265830Z test_schema_correctness_nn_functional_threshold_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:34.6289931Z test_schema_correctness_nn_functional_threshold_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:34.6314073Z test_schema_correctness_nn_functional_threshold_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:34.6337969Z test_schema_correctness_nn_functional_threshold_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:34.6609967Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:51:34.6918256Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:51:34.7227928Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:51:34.7500479Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:51:34.7762207Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:51:34.8029303Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:51:34.8295688Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:51:34.8563039Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:51:34.8828998Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:51:34.9097531Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:51:34.9378378Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:51:34.9697017Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T15:51:35.0015703Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T15:51:35.0297530Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:51:35.0567335Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:51:35.0842304Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:51:35.1124136Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:51:35.1403701Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:51:35.1678678Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:51:35.1953362Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:51:35.3708851Z test_schema_correctness_nn_functional_unfold_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.175s) 2022-09-27T15:51:35.5688849Z test_schema_correctness_nn_functional_unfold_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.198s) 2022-09-27T15:51:35.7656402Z test_schema_correctness_nn_functional_unfold_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.197s) 2022-09-27T15:51:35.9424901Z test_schema_correctness_nn_functional_unfold_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.177s) 2022-09-27T15:51:36.1308759Z test_schema_correctness_nn_functional_unfold_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.188s) 2022-09-27T15:51:36.3130414Z test_schema_correctness_nn_functional_unfold_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.182s) 2022-09-27T15:51:36.3143517Z test_schema_correctness_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /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:36.3144621Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:51:36.3164895Z ok (0.004s) 2022-09-27T15:51:36.3197888Z test_schema_correctness_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:36.3231271Z test_schema_correctness_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:36.3246792Z test_schema_correctness_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /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:36.3247812Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:51:36.3303075Z ok (0.007s) 2022-09-27T15:51:36.3376017Z test_schema_correctness_nn_functional_upsample_nearest_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:36.3448271Z test_schema_correctness_nn_functional_upsample_nearest_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:36.3517466Z test_schema_correctness_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:36.3641674Z test_schema_correctness_nonzero_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:36.3760462Z test_schema_correctness_nonzero_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:36.3894196Z test_schema_correctness_nonzero_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:51:36.3903410Z test_schema_correctness_nonzero_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:36.4034173Z test_schema_correctness_nonzero_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:51:36.4156957Z test_schema_correctness_nonzero_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:36.4278639Z test_schema_correctness_nonzero_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:36.4401871Z test_schema_correctness_nonzero_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:36.4521854Z test_schema_correctness_nonzero_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:36.4643079Z test_schema_correctness_nonzero_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:36.4769352Z test_schema_correctness_nonzero_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:51:36.4890333Z test_schema_correctness_nonzero_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:36.5010657Z test_schema_correctness_nonzero_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:36.5251462Z test_schema_correctness_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:51:36.5533955Z test_schema_correctness_norm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:51:36.5804736Z test_schema_correctness_norm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:51:36.6049953Z test_schema_correctness_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:51:36.6290286Z test_schema_correctness_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:51:36.6538936Z test_schema_correctness_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:51:36.6817129Z test_schema_correctness_norm_fro_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:51:36.6823041Z test_schema_correctness_norm_fro_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:51:36.6828919Z test_schema_correctness_norm_fro_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:51:36.7106890Z test_schema_correctness_norm_fro_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:51:36.7383668Z test_schema_correctness_norm_fro_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:51:36.7417081Z test_schema_correctness_norm_inf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:36.7453782Z test_schema_correctness_norm_inf_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:36.7487741Z test_schema_correctness_norm_inf_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:36.7520216Z test_schema_correctness_norm_inf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:36.7552656Z test_schema_correctness_norm_inf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:36.7584679Z test_schema_correctness_norm_inf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:36.7628901Z test_schema_correctness_norm_nuc_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:36.7672049Z test_schema_correctness_norm_nuc_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:36.7713105Z test_schema_correctness_norm_nuc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:36.7754894Z test_schema_correctness_norm_nuc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:36.7800951Z test_schema_correctness_normal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:36.7844808Z test_schema_correctness_normal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:36.7889237Z test_schema_correctness_normal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:36.7932437Z test_schema_correctness_normal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:36.7949561Z test_schema_correctness_normal_number_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:36.7966232Z test_schema_correctness_normal_number_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:36.7982995Z test_schema_correctness_normal_number_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:36.7999450Z test_schema_correctness_normal_number_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:36.8085736Z test_schema_correctness_ones_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:36.8171621Z test_schema_correctness_ones_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:36.8256890Z test_schema_correctness_ones_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:36.8266654Z test_schema_correctness_ones_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:36.8351646Z test_schema_correctness_ones_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:36.8436737Z test_schema_correctness_ones_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:36.8522071Z test_schema_correctness_ones_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:36.8607131Z test_schema_correctness_ones_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:36.8692711Z test_schema_correctness_ones_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:36.8777703Z test_schema_correctness_ones_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:36.8862147Z test_schema_correctness_ones_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:36.8946218Z test_schema_correctness_ones_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:36.9030470Z test_schema_correctness_ones_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:36.9315619Z test_schema_correctness_ones_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:51:36.9597772Z test_schema_correctness_ones_like_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:51:36.9885548Z test_schema_correctness_ones_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:51:36.9894832Z test_schema_correctness_ones_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:37.0180743Z test_schema_correctness_ones_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:51:37.0465232Z test_schema_correctness_ones_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:51:37.0784811Z test_schema_correctness_ones_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T15:51:37.1088385Z test_schema_correctness_ones_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:51:37.1371946Z test_schema_correctness_ones_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:51:37.1655897Z test_schema_correctness_ones_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:51:37.1938785Z test_schema_correctness_ones_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:51:37.2222261Z test_schema_correctness_ones_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:51:37.2505116Z test_schema_correctness_ones_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:51:37.3515326Z test_schema_correctness_ormqr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.101s) 2022-09-27T15:51:37.4523351Z test_schema_correctness_ormqr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.101s) 2022-09-27T15:51:37.5407141Z test_schema_correctness_ormqr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.088s) 2022-09-27T15:51:37.6252588Z test_schema_correctness_ormqr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.084s) 2022-09-27T15:51:37.6273651Z test_schema_correctness_outer_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:37.6292657Z test_schema_correctness_outer_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:37.6311943Z test_schema_correctness_outer_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:37.6331326Z test_schema_correctness_outer_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:37.6349659Z test_schema_correctness_outer_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:37.6368011Z test_schema_correctness_outer_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:37.6386348Z test_schema_correctness_outer_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:37.6404033Z test_schema_correctness_outer_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:37.6422042Z test_schema_correctness_outer_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:37.6439741Z test_schema_correctness_outer_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:37.6457939Z test_schema_correctness_outer_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:37.6475723Z test_schema_correctness_outer_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:40.8236984Z test_schema_correctness_pca_lowrank_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.176s) 2022-09-27T15:51:43.9269794Z test_schema_correctness_pca_lowrank_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.103s) 2022-09-27T15:51:43.9409282Z test_schema_correctness_permute_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:51:43.9543742Z test_schema_correctness_permute_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:51:43.9684386Z test_schema_correctness_permute_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:51:43.9695453Z test_schema_correctness_permute_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:43.9831124Z test_schema_correctness_permute_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:51:43.9965714Z test_schema_correctness_permute_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:51:44.0100037Z test_schema_correctness_permute_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:51:44.0234746Z test_schema_correctness_permute_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:51:44.0367543Z test_schema_correctness_permute_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:51:44.0500205Z test_schema_correctness_permute_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:51:44.0633378Z test_schema_correctness_permute_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:51:44.0766001Z test_schema_correctness_permute_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:51:44.0898209Z test_schema_correctness_permute_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:51:44.5160355Z test_schema_correctness_pinverse_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.426s) 2022-09-27T15:51:44.9425212Z test_schema_correctness_pinverse_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.426s) 2022-09-27T15:51:45.3670848Z test_schema_correctness_pinverse_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.424s) 2022-09-27T15:51:45.7919211Z test_schema_correctness_pinverse_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.425s) 2022-09-27T15:51:45.7977422Z test_schema_correctness_polar_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:45.8030960Z test_schema_correctness_polar_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:45.8079162Z test_schema_correctness_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:45.8121197Z test_schema_correctness_polygamma_polygamma_n_0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:45.8167446Z test_schema_correctness_polygamma_polygamma_n_0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:45.8213290Z test_schema_correctness_polygamma_polygamma_n_0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:45.8256747Z test_schema_correctness_polygamma_polygamma_n_0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:45.8299292Z test_schema_correctness_polygamma_polygamma_n_0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:45.8341340Z test_schema_correctness_polygamma_polygamma_n_0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:45.8383613Z test_schema_correctness_polygamma_polygamma_n_0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:45.8426426Z test_schema_correctness_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:45.8472336Z test_schema_correctness_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:45.8513837Z test_schema_correctness_polygamma_polygamma_n_1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:45.8559591Z test_schema_correctness_polygamma_polygamma_n_1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:45.8604527Z test_schema_correctness_polygamma_polygamma_n_1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:45.8646362Z test_schema_correctness_polygamma_polygamma_n_1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:45.8688666Z test_schema_correctness_polygamma_polygamma_n_1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:45.8730432Z test_schema_correctness_polygamma_polygamma_n_1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:45.8772504Z test_schema_correctness_polygamma_polygamma_n_1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:45.8815017Z test_schema_correctness_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:45.8860995Z test_schema_correctness_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:45.8902527Z test_schema_correctness_polygamma_polygamma_n_2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:45.8948552Z test_schema_correctness_polygamma_polygamma_n_2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:45.8993060Z test_schema_correctness_polygamma_polygamma_n_2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:45.9035015Z test_schema_correctness_polygamma_polygamma_n_2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:45.9076968Z test_schema_correctness_polygamma_polygamma_n_2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:45.9118901Z test_schema_correctness_polygamma_polygamma_n_2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:45.9160645Z test_schema_correctness_polygamma_polygamma_n_2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:45.9202826Z test_schema_correctness_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:45.9252799Z test_schema_correctness_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:45.9293911Z test_schema_correctness_polygamma_polygamma_n_3_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:45.9339510Z test_schema_correctness_polygamma_polygamma_n_3_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:45.9384019Z test_schema_correctness_polygamma_polygamma_n_3_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:45.9425804Z test_schema_correctness_polygamma_polygamma_n_3_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:45.9467581Z test_schema_correctness_polygamma_polygamma_n_3_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:45.9509202Z test_schema_correctness_polygamma_polygamma_n_3_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:45.9550858Z test_schema_correctness_polygamma_polygamma_n_3_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:45.9593513Z test_schema_correctness_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:45.9639007Z test_schema_correctness_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:45.9680100Z test_schema_correctness_polygamma_polygamma_n_4_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:45.9725588Z test_schema_correctness_polygamma_polygamma_n_4_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:45.9770314Z test_schema_correctness_polygamma_polygamma_n_4_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:45.9811974Z test_schema_correctness_polygamma_polygamma_n_4_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:45.9853900Z test_schema_correctness_polygamma_polygamma_n_4_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:45.9895879Z test_schema_correctness_polygamma_polygamma_n_4_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:45.9937851Z test_schema_correctness_polygamma_polygamma_n_4_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:45.9980185Z test_schema_correctness_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:45.9991400Z test_schema_correctness_positive_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:46.0003114Z test_schema_correctness_positive_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:46.0012038Z test_schema_correctness_positive_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:46.0023752Z test_schema_correctness_positive_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:46.0034659Z test_schema_correctness_positive_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:46.0045924Z test_schema_correctness_positive_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:46.0057116Z test_schema_correctness_positive_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:46.0067130Z test_schema_correctness_positive_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:46.0077230Z test_schema_correctness_positive_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:46.0087229Z test_schema_correctness_positive_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:46.0097563Z test_schema_correctness_positive_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:46.0107676Z test_schema_correctness_positive_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:46.0160859Z test_schema_correctness_pow_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:46.0224897Z test_schema_correctness_pow_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:46.0287850Z test_schema_correctness_pow_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:46.0339207Z test_schema_correctness_pow_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:46.0391486Z test_schema_correctness_pow_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:46.0443372Z test_schema_correctness_pow_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:46.0489596Z test_schema_correctness_pow_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:46.0536753Z test_schema_correctness_pow_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:46.0583828Z test_schema_correctness_pow_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:46.0630113Z test_schema_correctness_pow_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:46.0676960Z test_schema_correctness_pow_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:46.0837247Z test_schema_correctness_prod_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:51:46.1035350Z test_schema_correctness_prod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:51:46.1232509Z test_schema_correctness_prod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:51:46.1400927Z test_schema_correctness_prod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:51:46.1578288Z test_schema_correctness_prod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:51:46.1739663Z test_schema_correctness_prod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:51:46.1902269Z test_schema_correctness_prod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:51:46.2065376Z test_schema_correctness_prod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:51:46.2227281Z test_schema_correctness_prod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:51:46.2389488Z test_schema_correctness_prod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:51:46.2513093Z test_schema_correctness_put_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:46.2630225Z test_schema_correctness_put_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:46.2757372Z test_schema_correctness_put_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:51:46.2884686Z test_schema_correctness_put_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:51:46.3005291Z test_schema_correctness_put_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:46.3125259Z test_schema_correctness_put_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:46.3242917Z test_schema_correctness_put_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:46.3359721Z test_schema_correctness_put_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:46.3477870Z test_schema_correctness_put_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:46.3595833Z test_schema_correctness_put_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:46.3713611Z test_schema_correctness_put_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:46.3831127Z test_schema_correctness_put_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:46.3853207Z test_schema_correctness_qr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /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:51:46.3855605Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-09-27T15:51:46.3856068Z Q, R = torch.qr(A, some) 2022-09-27T15:51:46.3856433Z should be replaced with 2022-09-27T15:51:46.3857339Z 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:46.3857996Z return self.op(*args, **kwargs) 2022-09-27T15:51:46.4047632Z ok (0.022s) 2022-09-27T15:51:46.4261043Z test_schema_correctness_qr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:51:46.4457814Z test_schema_correctness_qr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:51:46.4650878Z test_schema_correctness_qr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:51:49.4586018Z test_schema_correctness_quantile_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.993s) 2022-09-27T15:51:52.4474336Z test_schema_correctness_quantile_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.989s) 2022-09-27T15:51:52.4496567Z test_schema_correctness_rad2deg_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:52.4515366Z test_schema_correctness_rad2deg_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:52.4535302Z test_schema_correctness_rad2deg_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:52.4554428Z test_schema_correctness_rad2deg_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:52.4573520Z test_schema_correctness_rad2deg_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:52.4591558Z test_schema_correctness_rad2deg_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:52.4609857Z test_schema_correctness_rad2deg_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:52.4627862Z test_schema_correctness_rad2deg_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:52.4645899Z test_schema_correctness_rad2deg_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:52.4664105Z test_schema_correctness_rad2deg_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:52.4967584Z test_schema_correctness_rand_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:51:52.5271783Z test_schema_correctness_rand_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:51:52.5280736Z test_schema_correctness_rand_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:52.5584798Z test_schema_correctness_rand_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:51:52.5885979Z test_schema_correctness_rand_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:51:52.6187189Z test_schema_correctness_rand_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:51:52.6486808Z test_schema_correctness_rand_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:51:52.7084696Z test_schema_correctness_randint_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-09-27T15:51:52.7680512Z test_schema_correctness_randint_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-09-27T15:51:52.8274265Z test_schema_correctness_randint_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-09-27T15:51:52.8866561Z test_schema_correctness_randint_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-09-27T15:51:52.9462544Z test_schema_correctness_randint_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-09-27T15:51:53.0061913Z test_schema_correctness_randint_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-09-27T15:51:53.0660953Z test_schema_correctness_randint_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-09-27T15:51:53.1261318Z test_schema_correctness_randint_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-09-27T15:51:53.1859645Z test_schema_correctness_randint_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-09-27T15:51:53.1951792Z test_schema_correctness_randn_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:53.2041620Z test_schema_correctness_randn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:53.2050640Z test_schema_correctness_randn_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:53.2140343Z test_schema_correctness_randn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:53.2230685Z test_schema_correctness_randn_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:53.2318958Z test_schema_correctness_randn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:53.2407244Z test_schema_correctness_randn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:53.2710852Z test_schema_correctness_randn_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:51:53.3020408Z test_schema_correctness_randn_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:51:53.3028274Z test_schema_correctness_randn_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:53.3331252Z test_schema_correctness_randn_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:51:53.3629659Z test_schema_correctness_randn_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:51:53.3928264Z test_schema_correctness_randn_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:51:53.4225963Z test_schema_correctness_randn_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:51:53.4419179Z test_schema_correctness_ravel_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:51:53.4613398Z test_schema_correctness_ravel_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:51:53.4813395Z test_schema_correctness_ravel_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:51:53.4824390Z test_schema_correctness_ravel_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:53.5021994Z test_schema_correctness_ravel_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:51:53.5218577Z test_schema_correctness_ravel_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:51:53.5413872Z test_schema_correctness_ravel_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:51:53.5611644Z test_schema_correctness_ravel_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:51:53.5805688Z test_schema_correctness_ravel_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:51:53.6003547Z test_schema_correctness_ravel_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:51:53.6198107Z test_schema_correctness_ravel_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:51:53.6392850Z test_schema_correctness_ravel_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:51:53.6586481Z test_schema_correctness_ravel_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:51:53.6600108Z test_schema_correctness_real_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:53.6611984Z test_schema_correctness_real_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:53.6644328Z test_schema_correctness_real_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:53.6654461Z test_schema_correctness_real_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:53.6685427Z test_schema_correctness_real_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:53.6697851Z test_schema_correctness_real_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:53.6709720Z test_schema_correctness_real_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:53.6720903Z test_schema_correctness_real_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:53.6731681Z test_schema_correctness_real_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:53.6742187Z test_schema_correctness_real_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:53.6752990Z test_schema_correctness_real_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:53.6763697Z test_schema_correctness_real_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:53.6774514Z test_schema_correctness_real_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:53.6794224Z test_schema_correctness_reciprocal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:53.6812721Z test_schema_correctness_reciprocal_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:53.6832849Z test_schema_correctness_reciprocal_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:53.6853845Z test_schema_correctness_reciprocal_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:53.6872957Z test_schema_correctness_reciprocal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:53.6892541Z test_schema_correctness_reciprocal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:53.6911315Z test_schema_correctness_reciprocal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:53.6929610Z test_schema_correctness_reciprocal_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:53.6947254Z test_schema_correctness_reciprocal_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:53.6965642Z test_schema_correctness_reciprocal_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:53.6984160Z test_schema_correctness_reciprocal_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:53.7002286Z test_schema_correctness_reciprocal_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:53.7061268Z test_schema_correctness_remainder_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:53.7118579Z test_schema_correctness_remainder_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:53.7177660Z test_schema_correctness_remainder_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:53.7235003Z test_schema_correctness_remainder_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:53.7287258Z test_schema_correctness_remainder_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:53.7340105Z test_schema_correctness_remainder_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:53.7392954Z test_schema_correctness_remainder_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:53.7445837Z test_schema_correctness_remainder_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:53.7502774Z test_schema_correctness_remainder_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:53.7533795Z test_schema_correctness_renorm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:53.7567426Z test_schema_correctness_renorm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:53.7600813Z test_schema_correctness_renorm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:53.7632463Z test_schema_correctness_renorm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:53.7661436Z test_schema_correctness_renorm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:53.7691458Z test_schema_correctness_renorm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:53.7950605Z test_schema_correctness_repeat_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:51:53.8197207Z test_schema_correctness_repeat_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:51:53.8464901Z test_schema_correctness_repeat_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:51:53.8736663Z test_schema_correctness_repeat_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:51:53.8996048Z test_schema_correctness_repeat_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:51:53.9254570Z test_schema_correctness_repeat_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:51:53.9507480Z test_schema_correctness_repeat_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:51:53.9757532Z test_schema_correctness_repeat_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:51:54.0006035Z test_schema_correctness_repeat_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:51:54.0254520Z test_schema_correctness_repeat_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:51:54.0505406Z test_schema_correctness_repeat_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:51:54.0757231Z test_schema_correctness_repeat_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:51:54.1022793Z test_schema_correctness_repeat_interleave_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:51:54.1284386Z test_schema_correctness_repeat_interleave_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:51:54.1548118Z test_schema_correctness_repeat_interleave_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:51:54.1559183Z test_schema_correctness_repeat_interleave_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:54.1822829Z test_schema_correctness_repeat_interleave_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:51:54.2082648Z test_schema_correctness_repeat_interleave_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:51:54.2343244Z test_schema_correctness_repeat_interleave_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:51:54.2605742Z test_schema_correctness_repeat_interleave_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:51:54.2867531Z test_schema_correctness_repeat_interleave_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:51:54.3128396Z test_schema_correctness_repeat_interleave_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:51:54.3386772Z test_schema_correctness_repeat_interleave_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:51:54.3646307Z test_schema_correctness_repeat_interleave_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:51:54.3906208Z test_schema_correctness_repeat_interleave_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:51:54.3943761Z test_schema_correctness_reshape_as_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:54.3974529Z test_schema_correctness_reshape_as_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:54.4013283Z test_schema_correctness_reshape_as_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:54.4022473Z test_schema_correctness_reshape_as_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:54.4060950Z test_schema_correctness_reshape_as_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:54.4094801Z test_schema_correctness_reshape_as_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:54.4127876Z test_schema_correctness_reshape_as_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:54.4163494Z test_schema_correctness_reshape_as_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:54.4194596Z test_schema_correctness_reshape_as_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:54.4225479Z test_schema_correctness_reshape_as_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:54.4256950Z test_schema_correctness_reshape_as_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:54.4287550Z test_schema_correctness_reshape_as_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:54.4319311Z test_schema_correctness_reshape_as_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:54.4644905Z test_schema_correctness_reshape_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T15:51:54.4972009Z test_schema_correctness_reshape_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-09-27T15:51:54.5308269Z test_schema_correctness_reshape_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-09-27T15:51:54.5318378Z test_schema_correctness_reshape_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:54.5658583Z test_schema_correctness_reshape_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-09-27T15:51:54.5988981Z test_schema_correctness_reshape_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-09-27T15:51:54.6317379Z test_schema_correctness_reshape_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-09-27T15:51:54.6648219Z test_schema_correctness_reshape_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-09-27T15:51:54.6973657Z test_schema_correctness_reshape_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T15:51:54.7299685Z test_schema_correctness_reshape_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-09-27T15:51:54.7626147Z test_schema_correctness_reshape_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-09-27T15:51:54.7949450Z test_schema_correctness_reshape_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T15:51:54.8274246Z test_schema_correctness_reshape_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T15:51:54.8397963Z test_schema_correctness_resize__cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:54.8519362Z test_schema_correctness_resize__cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:54.8644798Z test_schema_correctness_resize__cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:54.8769962Z test_schema_correctness_resize__cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:54.8894594Z test_schema_correctness_resize__cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:54.9017772Z test_schema_correctness_resize__cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:54.9142137Z test_schema_correctness_resize__cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:54.9264756Z test_schema_correctness_resize__cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:54.9387868Z test_schema_correctness_resize__cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:54.9509998Z test_schema_correctness_resize__cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:54.9631992Z test_schema_correctness_resize__cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:54.9752996Z test_schema_correctness_resize__cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:54.9787166Z test_schema_correctness_resize_as__cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:54.9818462Z test_schema_correctness_resize_as__cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:54.9856657Z test_schema_correctness_resize_as__cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:54.9894793Z test_schema_correctness_resize_as__cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:54.9927498Z test_schema_correctness_resize_as__cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:54.9960209Z test_schema_correctness_resize_as__cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:54.9994353Z test_schema_correctness_resize_as__cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:55.0025736Z test_schema_correctness_resize_as__cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:55.0058458Z test_schema_correctness_resize_as__cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:55.0090382Z test_schema_correctness_resize_as__cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:55.0121062Z test_schema_correctness_resize_as__cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:55.0152576Z test_schema_correctness_resize_as__cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:55.0163080Z test_schema_correctness_resolve_conj_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:55.0172806Z test_schema_correctness_resolve_conj_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:55.0183443Z test_schema_correctness_resolve_conj_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:55.0194152Z test_schema_correctness_resolve_conj_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:55.0204323Z test_schema_correctness_resolve_conj_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:55.0214758Z test_schema_correctness_resolve_conj_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:55.0224862Z test_schema_correctness_resolve_conj_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:55.0234444Z test_schema_correctness_resolve_conj_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:55.0243987Z test_schema_correctness_resolve_conj_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:55.0253821Z test_schema_correctness_resolve_conj_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:55.0263336Z test_schema_correctness_resolve_conj_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:55.0272891Z test_schema_correctness_resolve_conj_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:55.0283115Z test_schema_correctness_resolve_neg_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:55.0292809Z test_schema_correctness_resolve_neg_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:55.0303320Z test_schema_correctness_resolve_neg_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:55.0311984Z test_schema_correctness_resolve_neg_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:55.0322458Z test_schema_correctness_resolve_neg_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:55.0333147Z test_schema_correctness_resolve_neg_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:55.0343486Z test_schema_correctness_resolve_neg_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:55.0353909Z test_schema_correctness_resolve_neg_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:55.0363677Z test_schema_correctness_resolve_neg_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:55.0373744Z test_schema_correctness_resolve_neg_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:55.0383578Z test_schema_correctness_resolve_neg_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:55.0393326Z test_schema_correctness_resolve_neg_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:55.0403092Z test_schema_correctness_resolve_neg_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:55.0670198Z test_schema_correctness_roll_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:51:55.0930211Z test_schema_correctness_roll_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:51:55.1215948Z test_schema_correctness_roll_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:51:55.1225583Z test_schema_correctness_roll_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:55.1507871Z test_schema_correctness_roll_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:51:55.1775834Z test_schema_correctness_roll_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:51:55.2042584Z test_schema_correctness_roll_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:51:55.2318928Z test_schema_correctness_roll_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:51:55.2580738Z test_schema_correctness_roll_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:51:55.2843810Z test_schema_correctness_roll_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:51:55.3107068Z test_schema_correctness_roll_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:51:55.3368043Z test_schema_correctness_roll_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:51:55.3628695Z test_schema_correctness_roll_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:51:55.3810455Z test_schema_correctness_rot90_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:51:55.3976188Z test_schema_correctness_rot90_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:51:55.4197809Z test_schema_correctness_rot90_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:51:55.4420491Z test_schema_correctness_rot90_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:51:55.4603775Z test_schema_correctness_rot90_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:51:55.4784043Z test_schema_correctness_rot90_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:51:55.4985632Z test_schema_correctness_rot90_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:51:55.5153430Z test_schema_correctness_rot90_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:51:55.5328237Z test_schema_correctness_rot90_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:51:55.5504889Z test_schema_correctness_rot90_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:51:55.5673516Z test_schema_correctness_rot90_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:51:55.5842125Z test_schema_correctness_rot90_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:51:55.5855627Z test_schema_correctness_round_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:55.5869039Z test_schema_correctness_round_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:55.5883884Z test_schema_correctness_round_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:55.5897535Z test_schema_correctness_round_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:55.5911156Z test_schema_correctness_round_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:55.5924968Z test_schema_correctness_round_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:55.5938429Z test_schema_correctness_round_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:55.5951740Z test_schema_correctness_round_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:55.5973276Z test_schema_correctness_round_decimals_0_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:55.5992842Z test_schema_correctness_round_decimals_0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:55.6012585Z test_schema_correctness_round_decimals_0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:55.6032075Z test_schema_correctness_round_decimals_3_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:55.6051744Z test_schema_correctness_round_decimals_3_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:55.6070862Z test_schema_correctness_round_decimals_3_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:55.6090899Z test_schema_correctness_round_decimals_neg_3_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:55.6110669Z test_schema_correctness_round_decimals_neg_3_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:55.6130234Z test_schema_correctness_round_decimals_neg_3_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:55.6148714Z test_schema_correctness_rsqrt_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:55.6165846Z test_schema_correctness_rsqrt_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:55.6185484Z test_schema_correctness_rsqrt_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:55.6204967Z test_schema_correctness_rsqrt_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:55.6223575Z test_schema_correctness_rsqrt_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:55.6241637Z test_schema_correctness_rsqrt_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:55.6259521Z test_schema_correctness_rsqrt_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:55.6276944Z test_schema_correctness_rsqrt_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:55.6294809Z test_schema_correctness_rsqrt_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:55.6312380Z test_schema_correctness_rsqrt_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:55.6329959Z test_schema_correctness_rsqrt_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:55.6394497Z test_schema_correctness_rsub_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:55.6472200Z test_schema_correctness_rsub_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:55.6549753Z test_schema_correctness_rsub_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:55.6615113Z test_schema_correctness_rsub_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:55.6681404Z test_schema_correctness_rsub_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:55.6746544Z test_schema_correctness_rsub_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:55.6805932Z test_schema_correctness_rsub_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:55.6866156Z test_schema_correctness_rsub_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:55.6927223Z test_schema_correctness_rsub_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:55.6985747Z test_schema_correctness_rsub_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:55.7045477Z test_schema_correctness_rsub_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:55.7097811Z test_schema_correctness_scatter_add_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:55.7144119Z test_schema_correctness_scatter_add_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:55.7202798Z test_schema_correctness_scatter_add_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:55.7259392Z test_schema_correctness_scatter_add_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:55.7309616Z test_schema_correctness_scatter_add_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:55.7359196Z test_schema_correctness_scatter_add_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:55.7407815Z test_schema_correctness_scatter_add_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:55.7454383Z test_schema_correctness_scatter_add_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:55.7500544Z test_schema_correctness_scatter_add_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:55.7546730Z test_schema_correctness_scatter_add_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:55.7593119Z test_schema_correctness_scatter_add_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:55.7639446Z test_schema_correctness_scatter_add_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:55.7776792Z test_schema_correctness_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:51:55.7866543Z test_schema_correctness_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:55.7975276Z test_schema_correctness_scatter_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:51:55.8078453Z test_schema_correctness_scatter_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:51:55.8212866Z test_schema_correctness_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:51:55.8346223Z test_schema_correctness_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:51:55.8476164Z test_schema_correctness_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:51:55.8566299Z test_schema_correctness_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:55.8656636Z test_schema_correctness_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:55.8746915Z test_schema_correctness_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:55.8837357Z test_schema_correctness_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:55.8927775Z test_schema_correctness_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:55.8949209Z test_schema_correctness_scatter_reduce_amax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /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:51:55.8949883Z return self.op(*args, **kwargs) 2022-09-27T15:51:55.9085097Z ok (0.016s) 2022-09-27T15:51:55.9225762Z test_schema_correctness_scatter_reduce_amax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:51:55.9382148Z test_schema_correctness_scatter_reduce_amax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:51:55.9536344Z test_schema_correctness_scatter_reduce_amax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:51:55.9687353Z test_schema_correctness_scatter_reduce_amax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:51:55.9829783Z test_schema_correctness_scatter_reduce_amax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:51:55.9972331Z test_schema_correctness_scatter_reduce_amax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:51:56.0114972Z test_schema_correctness_scatter_reduce_amax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:51:56.0258173Z test_schema_correctness_scatter_reduce_amax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:51:56.0401008Z test_schema_correctness_scatter_reduce_amax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:51:56.0556084Z test_schema_correctness_scatter_reduce_amin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:51:56.0696931Z test_schema_correctness_scatter_reduce_amin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:51:56.0852295Z test_schema_correctness_scatter_reduce_amin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:51:56.1006607Z test_schema_correctness_scatter_reduce_amin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:51:56.1157866Z test_schema_correctness_scatter_reduce_amin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:51:56.1300192Z test_schema_correctness_scatter_reduce_amin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:51:56.1442385Z test_schema_correctness_scatter_reduce_amin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:51:56.1585062Z test_schema_correctness_scatter_reduce_amin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:51:56.1726361Z test_schema_correctness_scatter_reduce_amin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:51:56.1869526Z test_schema_correctness_scatter_reduce_amin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:51:56.2032354Z test_schema_correctness_scatter_reduce_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:51:56.2196467Z test_schema_correctness_scatter_reduce_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:51:56.2354561Z test_schema_correctness_scatter_reduce_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:51:56.2514694Z test_schema_correctness_scatter_reduce_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:51:56.2661656Z test_schema_correctness_scatter_reduce_mean_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:51:56.2812348Z test_schema_correctness_scatter_reduce_mean_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:51:56.2964187Z test_schema_correctness_scatter_reduce_mean_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:51:56.3110236Z test_schema_correctness_scatter_reduce_mean_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:51:56.3256413Z test_schema_correctness_scatter_reduce_mean_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:51:56.3411043Z test_schema_correctness_scatter_reduce_prod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:51:56.3550242Z test_schema_correctness_scatter_reduce_prod_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:51:56.3705763Z test_schema_correctness_scatter_reduce_prod_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:51:56.3859328Z test_schema_correctness_scatter_reduce_prod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:51:56.4011235Z test_schema_correctness_scatter_reduce_prod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:51:56.4153435Z test_schema_correctness_scatter_reduce_prod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:51:56.4296828Z test_schema_correctness_scatter_reduce_prod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:51:56.4438918Z test_schema_correctness_scatter_reduce_prod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:51:56.4581252Z test_schema_correctness_scatter_reduce_prod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:51:56.4723803Z test_schema_correctness_scatter_reduce_prod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:51:56.4879555Z test_schema_correctness_scatter_reduce_sum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:51:56.5021077Z test_schema_correctness_scatter_reduce_sum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:51:56.5177959Z test_schema_correctness_scatter_reduce_sum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:51:56.5332321Z test_schema_correctness_scatter_reduce_sum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:51:56.5484368Z test_schema_correctness_scatter_reduce_sum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:51:56.5627597Z test_schema_correctness_scatter_reduce_sum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:51:56.5769896Z test_schema_correctness_scatter_reduce_sum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:51:56.5912371Z test_schema_correctness_scatter_reduce_sum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:51:56.6054714Z test_schema_correctness_scatter_reduce_sum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:51:56.6198555Z test_schema_correctness_scatter_reduce_sum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:51:56.6583456Z test_schema_correctness_searchsorted_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /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:51:56.6584766Z return self.op(*args, **kwargs) 2022-09-27T15:51:56.6594971Z /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:51:56.6596198Z return self.op(*args, **kwargs) 2022-09-27T15:51:56.7396619Z ok (0.120s) 2022-09-27T15:51:56.8560858Z test_schema_correctness_searchsorted_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.116s) 2022-09-27T15:51:56.9703697Z test_schema_correctness_searchsorted_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-09-27T15:51:57.0833096Z test_schema_correctness_searchsorted_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-09-27T15:51:57.1943297Z test_schema_correctness_searchsorted_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.111s) 2022-09-27T15:51:57.3059159Z test_schema_correctness_searchsorted_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.111s) 2022-09-27T15:51:57.4185188Z test_schema_correctness_searchsorted_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.112s) 2022-09-27T15:51:57.5298307Z test_schema_correctness_searchsorted_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.111s) 2022-09-27T15:51:57.6411482Z test_schema_correctness_searchsorted_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.111s) 2022-09-27T15:51:57.7080681Z test_schema_correctness_segment_reduce_lengths_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-09-27T15:51:57.7747948Z test_schema_correctness_segment_reduce_lengths_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-09-27T15:51:57.8421368Z test_schema_correctness_segment_reduce_lengths_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-09-27T15:51:57.9112712Z test_schema_correctness_segment_reduce_lengths_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.069s) 2022-09-27T15:51:57.9781426Z test_schema_correctness_segment_reduce_offsets_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-09-27T15:51:58.0456505Z test_schema_correctness_segment_reduce_offsets_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-09-27T15:51:58.1135700Z test_schema_correctness_segment_reduce_offsets_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.068s) 2022-09-27T15:51:58.1829007Z test_schema_correctness_segment_reduce_offsets_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.069s) 2022-09-27T15:51:58.1862582Z test_schema_correctness_select_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:58.1891959Z test_schema_correctness_select_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:58.1928606Z test_schema_correctness_select_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:58.1937710Z test_schema_correctness_select_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:58.1973768Z test_schema_correctness_select_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:58.2004648Z test_schema_correctness_select_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:58.2035434Z test_schema_correctness_select_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:58.2068930Z test_schema_correctness_select_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:58.2098221Z test_schema_correctness_select_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:58.2127764Z test_schema_correctness_select_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:58.2156485Z test_schema_correctness_select_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:58.2185271Z test_schema_correctness_select_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:58.2214036Z test_schema_correctness_select_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:58.2251284Z test_schema_correctness_select_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:58.2283849Z test_schema_correctness_select_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:58.2320425Z test_schema_correctness_select_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:58.2356685Z test_schema_correctness_select_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:58.2396073Z test_schema_correctness_select_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:58.2429540Z test_schema_correctness_select_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:58.2464782Z test_schema_correctness_select_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:58.2500180Z test_schema_correctness_select_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:58.2533417Z test_schema_correctness_select_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:58.2566549Z test_schema_correctness_select_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:58.2579891Z test_schema_correctness_sgn_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:58.2592393Z test_schema_correctness_sgn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:58.2607014Z test_schema_correctness_sgn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:58.2616891Z test_schema_correctness_sgn_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:58.2630535Z test_schema_correctness_sgn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:58.2644335Z test_schema_correctness_sgn_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:58.2658016Z test_schema_correctness_sgn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:58.2672064Z test_schema_correctness_sgn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:58.2685483Z test_schema_correctness_sgn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:58.2699171Z test_schema_correctness_sgn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:58.2712626Z test_schema_correctness_sgn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:58.2726037Z test_schema_correctness_sgn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:58.2739752Z test_schema_correctness_sgn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:58.3150714Z test_schema_correctness_short_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:51:58.3554551Z test_schema_correctness_short_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:51:58.3963976Z test_schema_correctness_short_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:51:58.4372607Z test_schema_correctness_short_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:51:58.4780748Z test_schema_correctness_short_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:51:58.5191623Z test_schema_correctness_short_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:51:58.5602429Z test_schema_correctness_short_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:51:58.5744005Z test_schema_correctness_short_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:51:58.6151758Z test_schema_correctness_short_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:51:58.6558881Z test_schema_correctness_short_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:51:58.6966771Z test_schema_correctness_short_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:51:58.7375274Z test_schema_correctness_short_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:51:58.7395570Z test_schema_correctness_sigmoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:58.7414265Z test_schema_correctness_sigmoid_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:58.7435195Z test_schema_correctness_sigmoid_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:58.7456078Z test_schema_correctness_sigmoid_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:58.7474597Z test_schema_correctness_sigmoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:58.7494087Z test_schema_correctness_sigmoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:58.7511532Z test_schema_correctness_sigmoid_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:58.7529256Z test_schema_correctness_sigmoid_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:58.7546807Z test_schema_correctness_sigmoid_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:58.7564365Z test_schema_correctness_sigmoid_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:58.7582237Z test_schema_correctness_sigmoid_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:58.7594975Z test_schema_correctness_sign_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:58.7607493Z test_schema_correctness_sign_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:58.7621359Z test_schema_correctness_sign_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:58.7634453Z test_schema_correctness_sign_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:58.7648218Z test_schema_correctness_sign_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:58.7661659Z test_schema_correctness_sign_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:58.7674900Z test_schema_correctness_sign_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:58.7688075Z test_schema_correctness_sign_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:58.7701423Z test_schema_correctness_sign_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:58.7714847Z test_schema_correctness_sign_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:58.7728394Z test_schema_correctness_signbit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:58.7741140Z test_schema_correctness_signbit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:58.7754626Z test_schema_correctness_signbit_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:58.7767802Z test_schema_correctness_signbit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:58.7781726Z test_schema_correctness_signbit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:58.7794996Z test_schema_correctness_signbit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:58.7808190Z test_schema_correctness_signbit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:58.7821566Z test_schema_correctness_signbit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:58.7834758Z test_schema_correctness_signbit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:58.7848017Z test_schema_correctness_signbit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:58.7861996Z test_schema_correctness_sin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:58.7875637Z test_schema_correctness_sin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:58.7890368Z test_schema_correctness_sin_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:58.7905256Z test_schema_correctness_sin_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:58.7919153Z test_schema_correctness_sin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:58.7934003Z test_schema_correctness_sin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:58.7946826Z test_schema_correctness_sin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:58.7960069Z test_schema_correctness_sin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:58.7973611Z test_schema_correctness_sin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:58.7986818Z test_schema_correctness_sin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:58.8000026Z test_schema_correctness_sin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:58.8019822Z test_schema_correctness_sinc_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:58.8036916Z test_schema_correctness_sinc_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:58.8058194Z test_schema_correctness_sinc_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:58.8077573Z test_schema_correctness_sinc_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:58.8096371Z test_schema_correctness_sinc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:58.8114354Z test_schema_correctness_sinc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:58.8132440Z test_schema_correctness_sinc_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:58.8149708Z test_schema_correctness_sinc_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:58.8167212Z test_schema_correctness_sinc_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:58.8185049Z test_schema_correctness_sinc_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:58.8202587Z test_schema_correctness_sinc_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:58.8216429Z test_schema_correctness_sinh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:58.8229513Z test_schema_correctness_sinh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:58.8244116Z test_schema_correctness_sinh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:58.8258957Z test_schema_correctness_sinh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:58.8272726Z test_schema_correctness_sinh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:58.8286547Z test_schema_correctness_sinh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:58.8299910Z test_schema_correctness_sinh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:58.8313130Z test_schema_correctness_sinh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:58.8326381Z test_schema_correctness_sinh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:58.8339822Z test_schema_correctness_sinh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:58.8353007Z test_schema_correctness_sinh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:58.8445565Z test_schema_correctness_slice_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:58.8545927Z test_schema_correctness_slice_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:51:58.8692640Z test_schema_correctness_slice_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:51:58.8787943Z test_schema_correctness_slice_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:51:58.8895395Z test_schema_correctness_slice_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:51:58.8987906Z test_schema_correctness_slice_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:58.9081368Z test_schema_correctness_slice_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:58.9172110Z test_schema_correctness_slice_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:58.9264563Z test_schema_correctness_slice_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:58.9357663Z test_schema_correctness_slice_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:58.9390227Z test_schema_correctness_softmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:58.9422964Z test_schema_correctness_softmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:58.9456365Z test_schema_correctness_softmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:59.0044081Z test_schema_correctness_softmax_with_dtype_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-09-27T15:51:59.0631550Z test_schema_correctness_softmax_with_dtype_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-09-27T15:51:59.1226246Z test_schema_correctness_softmax_with_dtype_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-09-27T15:51:59.1817680Z test_schema_correctness_softmax_with_dtype_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-09-27T15:51:59.2410962Z test_schema_correctness_softmax_with_dtype_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-09-27T15:51:59.3003045Z test_schema_correctness_softmax_with_dtype_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-09-27T15:51:59.3036855Z test_schema_correctness_softmax_with_dtype_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:59.3625432Z test_schema_correctness_softmax_with_dtype_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-09-27T15:51:59.4218070Z test_schema_correctness_softmax_with_dtype_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-09-27T15:51:59.4808548Z test_schema_correctness_softmax_with_dtype_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-09-27T15:51:59.5397552Z test_schema_correctness_softmax_with_dtype_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-09-27T15:51:59.5988000Z test_schema_correctness_softmax_with_dtype_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-09-27T15:51:59.6225959Z test_schema_correctness_sort_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:51:59.6456252Z test_schema_correctness_sort_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:51:59.6698428Z test_schema_correctness_sort_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:51:59.6936770Z test_schema_correctness_sort_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:51:59.7192137Z test_schema_correctness_sort_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:51:59.7425747Z test_schema_correctness_sort_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:51:59.7665851Z test_schema_correctness_sort_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:51:59.7909306Z test_schema_correctness_sort_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:51:59.8141476Z test_schema_correctness_sort_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:51:59.8374313Z test_schema_correctness_sort_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:51:59.8385861Z test_schema_correctness_sparse_sampled_addmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /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:51:59.8386591Z torch.eye(m, n, device=device, dtype=dtype) 2022-09-27T15:51:59.8449543Z ok (0.007s) 2022-09-27T15:51:59.8516461Z test_schema_correctness_sparse_sampled_addmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:59.8578188Z test_schema_correctness_sparse_sampled_addmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:59.8637981Z test_schema_correctness_sparse_sampled_addmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:59.8659000Z test_schema_correctness_special_airy_ai_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:59.8679285Z test_schema_correctness_special_airy_ai_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:59.8698715Z test_schema_correctness_special_airy_ai_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:59.8716493Z test_schema_correctness_special_airy_ai_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:59.8734504Z test_schema_correctness_special_airy_ai_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:59.8752112Z test_schema_correctness_special_airy_ai_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:59.8769945Z test_schema_correctness_special_airy_ai_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:59.8787488Z test_schema_correctness_special_airy_ai_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:59.8806070Z test_schema_correctness_special_bessel_j0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:59.8824720Z test_schema_correctness_special_bessel_j0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:59.8842922Z test_schema_correctness_special_bessel_j0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:59.8860891Z test_schema_correctness_special_bessel_j0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:59.8878368Z test_schema_correctness_special_bessel_j0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:59.8896644Z test_schema_correctness_special_bessel_j0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:59.8915436Z test_schema_correctness_special_bessel_j0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:59.8933366Z test_schema_correctness_special_bessel_j0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:59.8951662Z test_schema_correctness_special_bessel_j1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:59.8970215Z test_schema_correctness_special_bessel_j1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:59.8988530Z test_schema_correctness_special_bessel_j1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:59.9006066Z test_schema_correctness_special_bessel_j1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:59.9023784Z test_schema_correctness_special_bessel_j1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:59.9041430Z test_schema_correctness_special_bessel_j1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:59.9059097Z test_schema_correctness_special_bessel_j1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:59.9076536Z test_schema_correctness_special_bessel_j1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:59.9095168Z test_schema_correctness_special_bessel_y0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:59.9113491Z test_schema_correctness_special_bessel_y0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:59.9131862Z test_schema_correctness_special_bessel_y0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:59.9149302Z test_schema_correctness_special_bessel_y0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:59.9166849Z test_schema_correctness_special_bessel_y0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:59.9184692Z test_schema_correctness_special_bessel_y0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:59.9202234Z test_schema_correctness_special_bessel_y0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:59.9219991Z test_schema_correctness_special_bessel_y0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:59.9238096Z test_schema_correctness_special_bessel_y1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:59.9256924Z test_schema_correctness_special_bessel_y1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:59.9275248Z test_schema_correctness_special_bessel_y1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:59.9293279Z test_schema_correctness_special_bessel_y1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:59.9310916Z test_schema_correctness_special_bessel_y1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:59.9328886Z test_schema_correctness_special_bessel_y1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:59.9346823Z test_schema_correctness_special_bessel_y1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:59.9364589Z test_schema_correctness_special_bessel_y1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:59.9411886Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:59.9464442Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:59.9515501Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:59.9562238Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:59.9608861Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:59.9656312Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:59.9702801Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:59.9749514Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:59.9796257Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:59.9848103Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:59.9899610Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:59.9946095Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:59.9993204Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:00.0041464Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:00.0088264Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:00.0135207Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:00.0140740Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:00.0145496Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:00.0150242Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:00.0155097Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:00.0159982Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:00.0164760Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:00.0169653Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:00.0174533Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:00.0179373Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:00.0184135Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:00.0188927Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:00.0193748Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:00.0198548Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:00.0203325Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:00.0208204Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:00.0213300Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:00.0228894Z test_schema_correctness_special_entr_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.0243312Z test_schema_correctness_special_entr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:00.0258713Z test_schema_correctness_special_entr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:00.0273574Z test_schema_correctness_special_entr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:00.0288059Z test_schema_correctness_special_entr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:00.0302820Z test_schema_correctness_special_entr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:00.0317324Z test_schema_correctness_special_entr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:00.0332168Z test_schema_correctness_special_entr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:00.0346692Z test_schema_correctness_special_entr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:00.0364958Z test_schema_correctness_special_erfcx_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.0384055Z test_schema_correctness_special_erfcx_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.0401952Z test_schema_correctness_special_erfcx_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.0419848Z test_schema_correctness_special_erfcx_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.0437577Z test_schema_correctness_special_erfcx_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.0455657Z test_schema_correctness_special_erfcx_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.0473297Z test_schema_correctness_special_erfcx_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.0491157Z test_schema_correctness_special_erfcx_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.0536762Z test_schema_correctness_special_hermite_polynomial_h_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:00.0589107Z test_schema_correctness_special_hermite_polynomial_h_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:00.0640243Z test_schema_correctness_special_hermite_polynomial_h_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:00.0686767Z test_schema_correctness_special_hermite_polynomial_h_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:00.0734127Z test_schema_correctness_special_hermite_polynomial_h_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:00.0782142Z test_schema_correctness_special_hermite_polynomial_h_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:00.0828654Z test_schema_correctness_special_hermite_polynomial_h_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:00.0875617Z test_schema_correctness_special_hermite_polynomial_h_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:00.0922125Z test_schema_correctness_special_hermite_polynomial_he_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:00.0974065Z test_schema_correctness_special_hermite_polynomial_he_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:00.1024973Z test_schema_correctness_special_hermite_polynomial_he_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:00.1071390Z test_schema_correctness_special_hermite_polynomial_he_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:00.1118405Z test_schema_correctness_special_hermite_polynomial_he_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:00.1165544Z test_schema_correctness_special_hermite_polynomial_he_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:00.1212244Z test_schema_correctness_special_hermite_polynomial_he_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:00.1259389Z test_schema_correctness_special_hermite_polynomial_he_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:00.1275301Z test_schema_correctness_special_i0e_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.1290426Z test_schema_correctness_special_i0e_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:00.1306149Z test_schema_correctness_special_i0e_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.1321620Z test_schema_correctness_special_i0e_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:00.1336974Z test_schema_correctness_special_i0e_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:00.1351984Z test_schema_correctness_special_i0e_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:00.1367059Z test_schema_correctness_special_i0e_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:00.1382379Z test_schema_correctness_special_i0e_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:00.1397405Z test_schema_correctness_special_i0e_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:00.1412836Z test_schema_correctness_special_i1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:00.1428587Z test_schema_correctness_special_i1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.1444125Z test_schema_correctness_special_i1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.1459444Z test_schema_correctness_special_i1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:00.1474485Z test_schema_correctness_special_i1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:00.1489621Z test_schema_correctness_special_i1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:00.1504670Z test_schema_correctness_special_i1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:00.1519695Z test_schema_correctness_special_i1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:00.1535204Z test_schema_correctness_special_i1e_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:00.1550761Z test_schema_correctness_special_i1e_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.1566177Z test_schema_correctness_special_i1e_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:00.1581381Z test_schema_correctness_special_i1e_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:00.1596394Z test_schema_correctness_special_i1e_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:00.1611567Z test_schema_correctness_special_i1e_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:00.1626615Z test_schema_correctness_special_i1e_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:00.1641790Z test_schema_correctness_special_i1e_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:00.1688030Z test_schema_correctness_special_laguerre_polynomial_l_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:00.1740273Z test_schema_correctness_special_laguerre_polynomial_l_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:00.1791351Z test_schema_correctness_special_laguerre_polynomial_l_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:00.1837915Z test_schema_correctness_special_laguerre_polynomial_l_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:00.1885451Z test_schema_correctness_special_laguerre_polynomial_l_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:00.1932906Z test_schema_correctness_special_laguerre_polynomial_l_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:00.1979690Z test_schema_correctness_special_laguerre_polynomial_l_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:00.2026615Z test_schema_correctness_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:00.2032347Z test_schema_correctness_special_legendre_polynomial_p_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:00.2037041Z test_schema_correctness_special_legendre_polynomial_p_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:00.2041474Z test_schema_correctness_special_legendre_polynomial_p_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:00.2046283Z test_schema_correctness_special_legendre_polynomial_p_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:00.2051096Z test_schema_correctness_special_legendre_polynomial_p_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:00.2055756Z test_schema_correctness_special_legendre_polynomial_p_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:00.2060455Z test_schema_correctness_special_legendre_polynomial_p_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:00.2065044Z test_schema_correctness_special_legendre_polynomial_p_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:00.2083497Z test_schema_correctness_special_log_ndtr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.2102485Z test_schema_correctness_special_log_ndtr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.2120979Z test_schema_correctness_special_log_ndtr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.2139301Z test_schema_correctness_special_log_ndtr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.2157159Z test_schema_correctness_special_log_ndtr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.2175374Z test_schema_correctness_special_log_ndtr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.2193209Z test_schema_correctness_special_log_ndtr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.2211374Z test_schema_correctness_special_log_ndtr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.2230099Z test_schema_correctness_special_modified_bessel_i0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.2248831Z test_schema_correctness_special_modified_bessel_i0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.2267297Z test_schema_correctness_special_modified_bessel_i0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.2284805Z test_schema_correctness_special_modified_bessel_i0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.2302610Z test_schema_correctness_special_modified_bessel_i0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.2320095Z test_schema_correctness_special_modified_bessel_i0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.2337924Z test_schema_correctness_special_modified_bessel_i0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.2355496Z test_schema_correctness_special_modified_bessel_i0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.2374143Z test_schema_correctness_special_modified_bessel_i1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.2392351Z test_schema_correctness_special_modified_bessel_i1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.2410738Z test_schema_correctness_special_modified_bessel_i1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.2428230Z test_schema_correctness_special_modified_bessel_i1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.2445645Z test_schema_correctness_special_modified_bessel_i1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.2463364Z test_schema_correctness_special_modified_bessel_i1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.2480888Z test_schema_correctness_special_modified_bessel_i1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.2498804Z test_schema_correctness_special_modified_bessel_i1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.2516877Z test_schema_correctness_special_modified_bessel_k0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.2535648Z test_schema_correctness_special_modified_bessel_k0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.2553733Z test_schema_correctness_special_modified_bessel_k0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.2571367Z test_schema_correctness_special_modified_bessel_k0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.2588919Z test_schema_correctness_special_modified_bessel_k0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.2606765Z test_schema_correctness_special_modified_bessel_k0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.2624578Z test_schema_correctness_special_modified_bessel_k0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.2642133Z test_schema_correctness_special_modified_bessel_k0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.2660482Z test_schema_correctness_special_modified_bessel_k1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.2679003Z test_schema_correctness_special_modified_bessel_k1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.2697538Z test_schema_correctness_special_modified_bessel_k1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.2715227Z test_schema_correctness_special_modified_bessel_k1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.2732994Z test_schema_correctness_special_modified_bessel_k1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.2750717Z test_schema_correctness_special_modified_bessel_k1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.2768484Z test_schema_correctness_special_modified_bessel_k1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.2786053Z test_schema_correctness_special_modified_bessel_k1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.2831040Z test_schema_correctness_special_ndtr_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:00.2874429Z test_schema_correctness_special_ndtr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:00.2918704Z test_schema_correctness_special_ndtr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:00.2961898Z test_schema_correctness_special_ndtr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:00.3005412Z test_schema_correctness_special_ndtr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:00.3049413Z test_schema_correctness_special_ndtr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:00.3093031Z test_schema_correctness_special_ndtr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:00.3136569Z test_schema_correctness_special_ndtr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:00.3180291Z test_schema_correctness_special_ndtr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:00.3198455Z test_schema_correctness_special_ndtri_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.3217443Z test_schema_correctness_special_ndtri_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.3235467Z test_schema_correctness_special_ndtri_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.3253756Z test_schema_correctness_special_ndtri_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.3272303Z test_schema_correctness_special_ndtri_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.3291532Z test_schema_correctness_special_ndtri_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.3309043Z test_schema_correctness_special_ndtri_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.3326524Z test_schema_correctness_special_ndtri_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.3372800Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:00.3414220Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:00.3459996Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:00.3504850Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:00.3546824Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:00.3588911Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:00.3630859Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:00.3673024Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:00.3715141Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:00.3733903Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.3752421Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.3770696Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.3788343Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.3806081Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.3823758Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.3841507Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.3859574Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.3878050Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.3896944Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.3915143Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.3933076Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.3950567Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.3968156Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.3985902Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.4003656Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.4009134Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:00.4013864Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:00.4019470Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:00.4023900Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:00.4028915Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:00.4033298Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:00.4037897Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:00.4042537Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:00.4047187Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:00.4052090Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:00.4056510Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:00.4061114Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:00.4065821Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:00.4070327Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:00.4075280Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:00.4079941Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:00.4084868Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:00.4089895Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:00.4094678Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:00.4099401Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:00.4104171Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:00.4109007Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:00.4113817Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:00.4118670Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:00.4123912Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:00.4128350Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:00.4133287Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:00.4137921Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:00.4142637Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:00.4147284Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:00.4152501Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:00.4157068Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:00.4175729Z test_schema_correctness_special_spherical_bessel_j0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.4194360Z test_schema_correctness_special_spherical_bessel_j0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.4212945Z test_schema_correctness_special_spherical_bessel_j0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.4230696Z test_schema_correctness_special_spherical_bessel_j0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.4248399Z test_schema_correctness_special_spherical_bessel_j0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.4266233Z test_schema_correctness_special_spherical_bessel_j0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.4283993Z test_schema_correctness_special_spherical_bessel_j0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.4302012Z test_schema_correctness_special_spherical_bessel_j0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.4354019Z test_schema_correctness_special_xlog1py_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:00.4400287Z test_schema_correctness_special_xlog1py_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:00.4452903Z test_schema_correctness_special_xlog1py_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:00.4505361Z test_schema_correctness_special_xlog1py_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:00.4557423Z test_schema_correctness_special_xlog1py_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:00.4605419Z test_schema_correctness_special_xlog1py_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:00.4654296Z test_schema_correctness_special_xlog1py_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:00.4702907Z test_schema_correctness_special_xlog1py_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:00.4750815Z test_schema_correctness_special_xlog1py_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:00.4797416Z test_schema_correctness_special_xlog1py_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:00.4844170Z test_schema_correctness_special_zeta_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:00.4900182Z test_schema_correctness_special_zeta_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:00.4954062Z test_schema_correctness_special_zeta_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:00.5003295Z test_schema_correctness_special_zeta_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:00.5053464Z test_schema_correctness_special_zeta_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:00.5103181Z test_schema_correctness_special_zeta_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:00.5152711Z test_schema_correctness_special_zeta_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:00.5207949Z test_schema_correctness_special_zeta_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:00.5228980Z test_schema_correctness_split_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.5248152Z test_schema_correctness_split_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.5270858Z test_schema_correctness_split_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.5280252Z test_schema_correctness_split_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:00.5302206Z test_schema_correctness_split_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.5322761Z test_schema_correctness_split_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.5342584Z test_schema_correctness_split_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.5363587Z test_schema_correctness_split_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.5383500Z test_schema_correctness_split_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.5402492Z test_schema_correctness_split_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.5421666Z test_schema_correctness_split_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.5440531Z test_schema_correctness_split_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.5460088Z test_schema_correctness_split_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.5487639Z test_schema_correctness_split_list_args_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:00.5513738Z test_schema_correctness_split_list_args_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:00.5546115Z test_schema_correctness_split_list_args_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:00.5578066Z test_schema_correctness_split_list_args_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:00.5605885Z test_schema_correctness_split_list_args_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:00.5633578Z test_schema_correctness_split_list_args_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:00.5663086Z test_schema_correctness_split_list_args_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:00.5689310Z test_schema_correctness_split_list_args_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:00.5715634Z test_schema_correctness_split_list_args_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:00.5742859Z test_schema_correctness_split_list_args_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:00.5769394Z test_schema_correctness_split_list_args_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:00.5795390Z test_schema_correctness_split_list_args_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:00.5828608Z test_schema_correctness_split_with_sizes_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:00.5860113Z test_schema_correctness_split_with_sizes_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:00.5899211Z test_schema_correctness_split_with_sizes_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:00.5908648Z test_schema_correctness_split_with_sizes_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:00.5947357Z test_schema_correctness_split_with_sizes_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:00.5981856Z test_schema_correctness_split_with_sizes_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:00.6015309Z test_schema_correctness_split_with_sizes_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:00.6052413Z test_schema_correctness_split_with_sizes_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:00.6084813Z test_schema_correctness_split_with_sizes_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:00.6117831Z test_schema_correctness_split_with_sizes_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:00.6150057Z test_schema_correctness_split_with_sizes_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:00.6182371Z test_schema_correctness_split_with_sizes_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:00.6214732Z test_schema_correctness_split_with_sizes_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:00.6228007Z test_schema_correctness_sqrt_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:00.6241268Z test_schema_correctness_sqrt_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:00.6256505Z test_schema_correctness_sqrt_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:00.6271553Z test_schema_correctness_sqrt_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:00.6286208Z test_schema_correctness_sqrt_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:00.6300641Z test_schema_correctness_sqrt_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:00.6314361Z test_schema_correctness_sqrt_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:00.6328226Z test_schema_correctness_sqrt_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:00.6342067Z test_schema_correctness_sqrt_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:00.6355840Z test_schema_correctness_sqrt_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:00.6369696Z test_schema_correctness_sqrt_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:00.6391099Z test_schema_correctness_square_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.6410360Z test_schema_correctness_square_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.6432828Z test_schema_correctness_square_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.6454576Z test_schema_correctness_square_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.6474681Z test_schema_correctness_square_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.6495289Z test_schema_correctness_square_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.6515288Z test_schema_correctness_square_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.6535103Z test_schema_correctness_square_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.6554300Z test_schema_correctness_square_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.6573920Z test_schema_correctness_square_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.6593212Z test_schema_correctness_square_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.6612838Z test_schema_correctness_square_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:00.6648658Z test_schema_correctness_squeeze_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:00.6681521Z test_schema_correctness_squeeze_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:00.6722362Z test_schema_correctness_squeeze_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:00.6731669Z test_schema_correctness_squeeze_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:00.6769872Z test_schema_correctness_squeeze_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:00.6805393Z test_schema_correctness_squeeze_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:00.6840590Z test_schema_correctness_squeeze_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:00.6875429Z test_schema_correctness_squeeze_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:00.6908370Z test_schema_correctness_squeeze_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:00.6941561Z test_schema_correctness_squeeze_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:00.6974458Z test_schema_correctness_squeeze_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:00.7007000Z test_schema_correctness_squeeze_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:00.7039748Z test_schema_correctness_squeeze_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:00.7093009Z test_schema_correctness_stack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:00.7143321Z test_schema_correctness_stack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:00.7199854Z test_schema_correctness_stack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:00.7208142Z test_schema_correctness_stack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:00.7267945Z test_schema_correctness_stack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:00.7320443Z test_schema_correctness_stack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:00.7373161Z test_schema_correctness_stack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:00.7423569Z test_schema_correctness_stack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:00.7474624Z test_schema_correctness_stack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:00.7525690Z test_schema_correctness_stack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:00.7580916Z test_schema_correctness_stack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:00.7632163Z test_schema_correctness_stack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:00.7682810Z test_schema_correctness_stack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:00.7736063Z test_schema_correctness_std_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:00.7801533Z test_schema_correctness_std_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:00.7872932Z test_schema_correctness_std_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:00.7926607Z test_schema_correctness_std_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:00.7982024Z test_schema_correctness_std_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:00.8037706Z test_schema_correctness_std_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:00.8093034Z test_schema_correctness_std_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:00.8159716Z test_schema_correctness_std_mean_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:00.8226839Z test_schema_correctness_std_mean_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:00.8282205Z test_schema_correctness_std_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:00.8337278Z test_schema_correctness_std_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:00.8393653Z test_schema_correctness_std_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:00.8616091Z test_schema_correctness_stft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:52:00.8836754Z test_schema_correctness_stft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:52:00.8882735Z test_schema_correctness_stft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... /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:00.8883778Z normalized, onesided, return_complex) 2022-09-27T15:52:00.9099204Z ok (0.026s) 2022-09-27T15:52:00.9360595Z test_schema_correctness_stft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:52:00.9428463Z test_schema_correctness_sub_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:00.9507536Z test_schema_correctness_sub_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:00.9517238Z test_schema_correctness_sub_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:00.9595134Z test_schema_correctness_sub_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:00.9661688Z test_schema_correctness_sub_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:00.9728889Z test_schema_correctness_sub_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:00.9794840Z test_schema_correctness_sub_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:00.9855602Z test_schema_correctness_sub_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:00.9916945Z test_schema_correctness_sub_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:00.9979810Z test_schema_correctness_sub_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:01.0044905Z test_schema_correctness_sub_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:01.0106210Z test_schema_correctness_sub_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:01.0301419Z test_schema_correctness_sum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:52:01.0495885Z test_schema_correctness_sum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:52:01.0694145Z test_schema_correctness_sum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:52:01.0893293Z test_schema_correctness_sum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:52:01.1088138Z test_schema_correctness_sum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:52:01.1279000Z test_schema_correctness_sum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:52:01.1468037Z test_schema_correctness_sum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:52:01.1659165Z test_schema_correctness_sum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:52:01.1856091Z test_schema_correctness_sum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:52:01.2050823Z test_schema_correctness_sum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:52:01.2241665Z test_schema_correctness_sum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:52:01.2432521Z test_schema_correctness_sum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:52:01.2507649Z test_schema_correctness_sum_to_size_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:01.2580048Z test_schema_correctness_sum_to_size_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:01.2662655Z test_schema_correctness_sum_to_size_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:01.2743403Z test_schema_correctness_sum_to_size_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:01.2817541Z test_schema_correctness_sum_to_size_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:01.2891807Z test_schema_correctness_sum_to_size_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:01.2965232Z test_schema_correctness_sum_to_size_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:01.3037803Z test_schema_correctness_sum_to_size_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:01.3110699Z test_schema_correctness_sum_to_size_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:01.3182938Z test_schema_correctness_sum_to_size_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:01.3254676Z test_schema_correctness_sum_to_size_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:01.3327190Z test_schema_correctness_sum_to_size_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:01.3332386Z test_schema_correctness_svd_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:52:01.3337941Z test_schema_correctness_svd_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:52:01.5394628Z test_schema_correctness_svd_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.205s) 2022-09-27T15:52:01.7407267Z test_schema_correctness_svd_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.201s) 2022-09-27T15:52:05.8244383Z test_schema_correctness_svd_lowrank_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.084s) 2022-09-27T15:52:09.8074101Z test_schema_correctness_svd_lowrank_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.983s) 2022-09-27T15:52:09.8095451Z test_schema_correctness_symeig_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /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:52:09.8096505Z 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:09.8129991Z L, _ = torch.symeig(A, upper=upper) 2022-09-27T15:52:09.8130360Z should be replaced with 2022-09-27T15:52:09.8130959Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-09-27T15:52:09.8131317Z and 2022-09-27T15:52:09.8131606Z L, V = torch.symeig(A, eigenvectors=True) 2022-09-27T15:52:09.8131960Z should be replaced with 2022-09-27T15:52:09.8132776Z 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:09.8133343Z return self.op(*args, **kwargs) 2022-09-27T15:52:09.8143496Z ok (0.007s) 2022-09-27T15:52:09.8208176Z test_schema_correctness_symeig_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:09.8267845Z test_schema_correctness_symeig_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:09.8326154Z test_schema_correctness_symeig_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:09.8345342Z test_schema_correctness_t_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:09.8364368Z test_schema_correctness_t_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:09.8384408Z test_schema_correctness_t_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:09.8403826Z test_schema_correctness_t_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:09.8422763Z test_schema_correctness_t_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:09.8441554Z test_schema_correctness_t_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:09.8460164Z test_schema_correctness_t_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:09.8478162Z test_schema_correctness_t_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:09.8496524Z test_schema_correctness_t_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:09.8514150Z test_schema_correctness_t_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:09.8532141Z test_schema_correctness_t_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:09.8549762Z test_schema_correctness_t_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:09.8626262Z test_schema_correctness_take_along_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:09.8700500Z test_schema_correctness_take_along_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:09.8781864Z test_schema_correctness_take_along_dim_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:09.8861122Z test_schema_correctness_take_along_dim_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:09.8937017Z test_schema_correctness_take_along_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:09.9012966Z test_schema_correctness_take_along_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:09.9088054Z test_schema_correctness_take_along_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:09.9162094Z test_schema_correctness_take_along_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:09.9236863Z test_schema_correctness_take_along_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:09.9310062Z test_schema_correctness_take_along_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:09.9384353Z test_schema_correctness_take_along_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:09.9458334Z test_schema_correctness_take_along_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:09.9507980Z test_schema_correctness_take_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:09.9553268Z test_schema_correctness_take_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:09.9609358Z test_schema_correctness_take_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:09.9661601Z test_schema_correctness_take_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:09.9710173Z test_schema_correctness_take_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:09.9758421Z test_schema_correctness_take_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:09.9806795Z test_schema_correctness_take_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:09.9852313Z test_schema_correctness_take_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:09.9898619Z test_schema_correctness_take_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:09.9944121Z test_schema_correctness_take_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:09.9990457Z test_schema_correctness_take_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:10.0037135Z test_schema_correctness_take_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:10.0052162Z test_schema_correctness_tan_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:10.0066138Z test_schema_correctness_tan_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:10.0081503Z test_schema_correctness_tan_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:10.0097132Z test_schema_correctness_tan_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:10.0111789Z test_schema_correctness_tan_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:10.0126526Z test_schema_correctness_tan_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:10.0140506Z test_schema_correctness_tan_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:10.0154776Z test_schema_correctness_tan_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:10.0168505Z test_schema_correctness_tan_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:10.0181734Z test_schema_correctness_tan_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:10.0195064Z test_schema_correctness_tan_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:10.0210066Z test_schema_correctness_tanh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:10.0223170Z test_schema_correctness_tanh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:10.0238056Z test_schema_correctness_tanh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:10.0253909Z test_schema_correctness_tanh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:10.0267677Z test_schema_correctness_tanh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:10.0281764Z test_schema_correctness_tanh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:10.0295671Z test_schema_correctness_tanh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:10.0309098Z test_schema_correctness_tanh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:10.0322484Z test_schema_correctness_tanh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:10.0336366Z test_schema_correctness_tanh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:10.0349370Z test_schema_correctness_tanh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:10.0505844Z test_schema_correctness_tensor_split_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:52:10.0656006Z test_schema_correctness_tensor_split_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:10.0838963Z test_schema_correctness_tensor_split_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:52:10.1023219Z test_schema_correctness_tensor_split_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:52:10.1180663Z test_schema_correctness_tensor_split_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:52:10.1335117Z test_schema_correctness_tensor_split_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:10.1505693Z test_schema_correctness_tensor_split_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:52:10.1657064Z test_schema_correctness_tensor_split_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:10.1812993Z test_schema_correctness_tensor_split_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:52:10.1970154Z test_schema_correctness_tensor_split_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:52:10.2121367Z test_schema_correctness_tensor_split_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:10.2271674Z test_schema_correctness_tensor_split_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:10.2495190Z test_schema_correctness_tensordot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:52:10.2722790Z test_schema_correctness_tensordot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:52:10.2949923Z test_schema_correctness_tensordot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:52:10.3173473Z test_schema_correctness_tensordot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:52:10.3396168Z test_schema_correctness_tensordot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:52:10.3616047Z test_schema_correctness_tensordot_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:52:10.3835704Z test_schema_correctness_tensordot_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:52:10.4057777Z test_schema_correctness_tensordot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:52:10.4278402Z test_schema_correctness_tensordot_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:52:10.4498216Z test_schema_correctness_tensordot_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:52:10.4840456Z test_schema_correctness_tile_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-09-27T15:52:10.5173846Z test_schema_correctness_tile_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-09-27T15:52:10.5534137Z test_schema_correctness_tile_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-09-27T15:52:10.5900861Z test_schema_correctness_tile_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-09-27T15:52:10.6248184Z test_schema_correctness_tile_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-09-27T15:52:10.6596134Z test_schema_correctness_tile_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-09-27T15:52:10.6939260Z test_schema_correctness_tile_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-09-27T15:52:10.7278072Z test_schema_correctness_tile_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-09-27T15:52:10.7613020Z test_schema_correctness_tile_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-09-27T15:52:10.7951411Z test_schema_correctness_tile_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-09-27T15:52:10.8287633Z test_schema_correctness_tile_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-09-27T15:52:10.8625308Z test_schema_correctness_tile_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-09-27T15:52:11.2810978Z test_schema_correctness_to_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.418s) 2022-09-27T15:52:11.6996733Z test_schema_correctness_to_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.419s) 2022-09-27T15:52:12.1211225Z test_schema_correctness_to_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.421s) 2022-09-27T15:52:12.5446139Z test_schema_correctness_to_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.423s) 2022-09-27T15:52:12.9618067Z test_schema_correctness_to_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.417s) 2022-09-27T15:52:13.3828565Z test_schema_correctness_to_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.421s) 2022-09-27T15:52:13.7078762Z test_schema_correctness_to_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.325s) 2022-09-27T15:52:14.1293429Z test_schema_correctness_to_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.421s) 2022-09-27T15:52:14.5507532Z test_schema_correctness_to_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.421s) 2022-09-27T15:52:14.9719268Z test_schema_correctness_to_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.421s) 2022-09-27T15:52:15.3892607Z test_schema_correctness_to_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.417s) 2022-09-27T15:52:15.8089397Z test_schema_correctness_to_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.420s) 2022-09-27T15:52:15.8115018Z test_schema_correctness_to_sparse_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:15.8133646Z test_schema_correctness_to_sparse_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:15.8153692Z test_schema_correctness_to_sparse_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:15.8173685Z test_schema_correctness_to_sparse_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:15.8191660Z test_schema_correctness_to_sparse_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:15.8209896Z test_schema_correctness_to_sparse_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:15.8227753Z test_schema_correctness_to_sparse_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:15.8245064Z test_schema_correctness_to_sparse_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:15.8263198Z test_schema_correctness_to_sparse_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:15.8281306Z test_schema_correctness_to_sparse_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:15.8298636Z test_schema_correctness_to_sparse_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:15.8315813Z test_schema_correctness_to_sparse_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:15.8390663Z test_schema_correctness_topk_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:15.8469746Z test_schema_correctness_topk_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:15.8547920Z test_schema_correctness_topk_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:15.8620107Z test_schema_correctness_topk_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:15.8695396Z test_schema_correctness_topk_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:15.8767414Z test_schema_correctness_topk_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:15.8841776Z test_schema_correctness_topk_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:15.8917578Z test_schema_correctness_topk_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:15.8932731Z test_schema_correctness_trace_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:15.8947472Z test_schema_correctness_trace_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:15.8960816Z test_schema_correctness_trace_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:15.8974441Z test_schema_correctness_trace_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:15.8987132Z test_schema_correctness_trace_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:15.8999469Z test_schema_correctness_trace_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:15.9012169Z test_schema_correctness_trace_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:15.9024933Z test_schema_correctness_trace_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:15.9037221Z test_schema_correctness_trace_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:15.9081162Z test_schema_correctness_transpose_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:15.9121624Z test_schema_correctness_transpose_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:15.9170094Z test_schema_correctness_transpose_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:15.9180364Z test_schema_correctness_transpose_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:15.9228428Z test_schema_correctness_transpose_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:15.9276132Z test_schema_correctness_transpose_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:15.9320586Z test_schema_correctness_transpose_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:15.9364139Z test_schema_correctness_transpose_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:15.9405582Z test_schema_correctness_transpose_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:15.9445836Z test_schema_correctness_transpose_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:15.9487041Z test_schema_correctness_transpose_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:15.9527270Z test_schema_correctness_transpose_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:15.9567733Z test_schema_correctness_transpose_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:15.9861409Z test_schema_correctness_trapezoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:52:16.0165423Z test_schema_correctness_trapezoid_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:52:16.0473778Z test_schema_correctness_trapezoid_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:52:16.0768153Z test_schema_correctness_trapezoid_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:52:16.1060964Z test_schema_correctness_trapezoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:52:16.1342939Z test_schema_correctness_trapezoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:52:16.1634007Z test_schema_correctness_trapezoid_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:52:16.1925713Z test_schema_correctness_trapezoid_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:52:16.2214866Z test_schema_correctness_trapezoid_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:52:16.2505619Z test_schema_correctness_trapezoid_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:52:16.2795999Z test_schema_correctness_trapezoid_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:52:16.3089923Z test_schema_correctness_trapz_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:52:16.3393087Z test_schema_correctness_trapz_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:52:16.3703148Z test_schema_correctness_trapz_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:52:16.3998586Z test_schema_correctness_trapz_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:52:16.4295407Z test_schema_correctness_trapz_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:52:16.4580894Z test_schema_correctness_trapz_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:52:16.4873908Z test_schema_correctness_trapz_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:52:16.5165752Z test_schema_correctness_trapz_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:52:16.5457990Z test_schema_correctness_trapz_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:52:16.5751295Z test_schema_correctness_trapz_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:52:16.6043409Z test_schema_correctness_trapz_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:52:16.6067259Z test_schema_correctness_triangular_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /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:52:16.6068431Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-09-27T15:52:16.6069012Z X = torch.triangular_solve(B, A).solution 2022-09-27T15:52:16.6069418Z should be replaced with 2022-09-27T15:52:16.6070052Z 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:16.6071096Z return self.op(*args, **kwargs) 2022-09-27T15:52:16.6158854Z ok (0.011s) 2022-09-27T15:52:16.6268725Z test_schema_correctness_triangular_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:52:16.6367434Z test_schema_correctness_triangular_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:16.6463835Z test_schema_correctness_triangular_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:16.6504549Z test_schema_correctness_tril_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:16.6542551Z test_schema_correctness_tril_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:16.6591014Z test_schema_correctness_tril_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:16.6639271Z test_schema_correctness_tril_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:16.6680214Z test_schema_correctness_tril_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:16.6721459Z test_schema_correctness_tril_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:16.6764282Z test_schema_correctness_tril_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:16.6802596Z test_schema_correctness_tril_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:16.6840730Z test_schema_correctness_tril_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:16.6880581Z test_schema_correctness_tril_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:16.6919562Z test_schema_correctness_tril_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:16.6958188Z test_schema_correctness_tril_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:16.7199207Z test_schema_correctness_tril_indices_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:52:16.7438540Z test_schema_correctness_tril_indices_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:52:16.7480412Z test_schema_correctness_triu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:16.7517753Z test_schema_correctness_triu_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:16.7566454Z test_schema_correctness_triu_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:16.7614795Z test_schema_correctness_triu_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:16.7655773Z test_schema_correctness_triu_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:16.7697412Z test_schema_correctness_triu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:16.7738419Z test_schema_correctness_triu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:16.7776859Z test_schema_correctness_triu_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:16.7815309Z test_schema_correctness_triu_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:16.7856078Z test_schema_correctness_triu_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:16.7894075Z test_schema_correctness_triu_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:16.7932445Z test_schema_correctness_triu_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:16.8175166Z test_schema_correctness_triu_indices_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:52:16.8417677Z test_schema_correctness_triu_indices_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:52:16.8480231Z test_schema_correctness_true_divide_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:16.8531215Z test_schema_correctness_true_divide_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:16.8598909Z test_schema_correctness_true_divide_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:16.8665603Z test_schema_correctness_true_divide_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:16.8722276Z test_schema_correctness_true_divide_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:16.8780644Z test_schema_correctness_true_divide_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:16.8837091Z test_schema_correctness_true_divide_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:16.8890152Z test_schema_correctness_true_divide_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:16.8943206Z test_schema_correctness_true_divide_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:16.8994780Z test_schema_correctness_true_divide_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:16.9047521Z test_schema_correctness_true_divide_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:16.9103423Z test_schema_correctness_true_divide_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:16.9116829Z test_schema_correctness_trunc_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:16.9131277Z test_schema_correctness_trunc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:16.9145958Z test_schema_correctness_trunc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:16.9159732Z test_schema_correctness_trunc_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:16.9173907Z test_schema_correctness_trunc_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:16.9188225Z test_schema_correctness_trunc_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:16.9202289Z test_schema_correctness_trunc_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:16.9216898Z test_schema_correctness_trunc_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:16.9256340Z test_schema_correctness_unbind_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:16.9291570Z test_schema_correctness_unbind_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:16.9333077Z test_schema_correctness_unbind_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:16.9342510Z test_schema_correctness_unbind_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:16.9383245Z test_schema_correctness_unbind_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:16.9422465Z test_schema_correctness_unbind_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:16.9460693Z test_schema_correctness_unbind_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:16.9499266Z test_schema_correctness_unbind_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:16.9535131Z test_schema_correctness_unbind_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:16.9570857Z test_schema_correctness_unbind_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:16.9606091Z test_schema_correctness_unbind_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:16.9642423Z test_schema_correctness_unbind_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:16.9678433Z test_schema_correctness_unbind_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:16.9737420Z test_schema_correctness_unflatten_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:16.9790959Z test_schema_correctness_unflatten_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:16.9857038Z test_schema_correctness_unflatten_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:16.9866177Z test_schema_correctness_unflatten_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:16.9929918Z test_schema_correctness_unflatten_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:16.9988501Z test_schema_correctness_unflatten_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:17.0047237Z test_schema_correctness_unflatten_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:17.0104971Z test_schema_correctness_unflatten_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:17.0159669Z test_schema_correctness_unflatten_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:17.0214692Z test_schema_correctness_unflatten_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:17.0269377Z test_schema_correctness_unflatten_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:17.0324029Z test_schema_correctness_unflatten_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:17.0379100Z test_schema_correctness_unflatten_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:17.0482434Z test_schema_correctness_unfold_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:17.0589660Z test_schema_correctness_unfold_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:52:17.0715611Z test_schema_correctness_unfold_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:52:17.0725880Z test_schema_correctness_unfold_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:17.0850269Z test_schema_correctness_unfold_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:52:17.0957956Z test_schema_correctness_unfold_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:52:17.1069859Z test_schema_correctness_unfold_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:52:17.1180432Z test_schema_correctness_unfold_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:52:17.1286305Z test_schema_correctness_unfold_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:52:17.1391667Z test_schema_correctness_unfold_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:17.1496720Z test_schema_correctness_unfold_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:17.1601583Z test_schema_correctness_unfold_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:17.1711462Z test_schema_correctness_unfold_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:52:17.1744296Z test_schema_correctness_uniform_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:17.1778190Z test_schema_correctness_uniform_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:17.1811175Z test_schema_correctness_uniform_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:17.1842393Z test_schema_correctness_uniform_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:17.1872736Z test_schema_correctness_uniform_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:17.1903467Z test_schema_correctness_uniform_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:17.3187645Z test_schema_correctness_unique_consecutive_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.128s) 2022-09-27T15:52:17.4383475Z test_schema_correctness_unique_consecutive_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.120s) 2022-09-27T15:52:17.5668732Z test_schema_correctness_unique_consecutive_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.128s) 2022-09-27T15:52:17.6946913Z test_schema_correctness_unique_consecutive_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.128s) 2022-09-27T15:52:17.9117846Z test_schema_correctness_unique_consecutive_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.217s) 2022-09-27T15:52:18.0344736Z test_schema_correctness_unique_consecutive_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.123s) 2022-09-27T15:52:18.1582289Z test_schema_correctness_unique_consecutive_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.124s) 2022-09-27T15:52:18.2895778Z test_schema_correctness_unique_consecutive_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.131s) 2022-09-27T15:52:18.4284056Z test_schema_correctness_unique_consecutive_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.139s) 2022-09-27T15:52:18.7156573Z test_schema_correctness_unique_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.287s) 2022-09-27T15:52:18.9970104Z test_schema_correctness_unique_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.281s) 2022-09-27T15:52:19.2485422Z test_schema_correctness_unique_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.251s) 2022-09-27T15:52:19.5019203Z test_schema_correctness_unique_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.253s) 2022-09-27T15:52:19.7476275Z test_schema_correctness_unique_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.246s) 2022-09-27T15:52:19.9951642Z test_schema_correctness_unique_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.247s) 2022-09-27T15:52:20.2432477Z test_schema_correctness_unique_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.248s) 2022-09-27T15:52:20.4885707Z test_schema_correctness_unique_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.245s) 2022-09-27T15:52:20.7338674Z test_schema_correctness_unique_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.245s) 2022-09-27T15:52:20.7380760Z test_schema_correctness_unsqueeze_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:20.7419510Z test_schema_correctness_unsqueeze_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:20.7466177Z test_schema_correctness_unsqueeze_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:20.7475244Z test_schema_correctness_unsqueeze_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:20.7520206Z test_schema_correctness_unsqueeze_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:20.7560130Z test_schema_correctness_unsqueeze_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:20.7599590Z test_schema_correctness_unsqueeze_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:20.7638312Z test_schema_correctness_unsqueeze_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:20.7676025Z test_schema_correctness_unsqueeze_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:20.7713982Z test_schema_correctness_unsqueeze_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:20.7753019Z test_schema_correctness_unsqueeze_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:20.7790421Z test_schema_correctness_unsqueeze_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:20.7827909Z test_schema_correctness_unsqueeze_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:20.7882415Z test_schema_correctness_var_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:20.7947966Z test_schema_correctness_var_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:20.8013290Z test_schema_correctness_var_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:20.8067527Z test_schema_correctness_var_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:20.8122303Z test_schema_correctness_var_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:20.8179412Z test_schema_correctness_var_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:20.8234277Z test_schema_correctness_var_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:20.8299907Z test_schema_correctness_var_mean_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:20.8365068Z test_schema_correctness_var_mean_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:20.8421429Z test_schema_correctness_var_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:20.8477225Z test_schema_correctness_var_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:20.8535536Z test_schema_correctness_var_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:20.8549979Z test_schema_correctness_vdot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:20.8555192Z test_schema_correctness_vdot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:52:20.8559968Z test_schema_correctness_vdot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:52:20.8574577Z test_schema_correctness_vdot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:20.8589259Z test_schema_correctness_vdot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:20.8602686Z test_schema_correctness_vdot_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:20.8615988Z test_schema_correctness_vdot_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:20.8629000Z test_schema_correctness_vdot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:20.8642059Z test_schema_correctness_vdot_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:20.8655374Z test_schema_correctness_vdot_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:20.8668226Z test_schema_correctness_view_as_complex_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:20.8681007Z test_schema_correctness_view_as_complex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:20.8693632Z test_schema_correctness_view_as_complex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:20.8723521Z test_schema_correctness_view_as_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:20.8750510Z test_schema_correctness_view_as_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:20.8785791Z test_schema_correctness_view_as_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:20.8794394Z test_schema_correctness_view_as_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:20.8828879Z test_schema_correctness_view_as_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:20.8859464Z test_schema_correctness_view_as_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:20.8888654Z test_schema_correctness_view_as_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:20.8920068Z test_schema_correctness_view_as_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:20.8947545Z test_schema_correctness_view_as_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:20.8975198Z test_schema_correctness_view_as_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:20.9002122Z test_schema_correctness_view_as_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:20.9029597Z test_schema_correctness_view_as_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:20.9057270Z test_schema_correctness_view_as_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:20.9073572Z test_schema_correctness_view_as_real_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:20.9089980Z test_schema_correctness_view_as_real_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:20.9239003Z test_schema_correctness_view_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:20.9385251Z test_schema_correctness_view_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:20.9540107Z test_schema_correctness_view_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:20.9549295Z test_schema_correctness_view_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:20.9703000Z test_schema_correctness_view_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:20.9851611Z test_schema_correctness_view_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:21.0000102Z test_schema_correctness_view_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:21.0150905Z test_schema_correctness_view_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:21.0298151Z test_schema_correctness_view_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:21.0444448Z test_schema_correctness_view_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:21.0592927Z test_schema_correctness_view_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:21.0739024Z test_schema_correctness_view_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:21.0885599Z test_schema_correctness_view_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:21.0923800Z test_schema_correctness_vsplit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:21.0960222Z test_schema_correctness_vsplit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:21.1002782Z test_schema_correctness_vsplit_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:21.1012619Z test_schema_correctness_vsplit_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:21.1053328Z test_schema_correctness_vsplit_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:21.1091305Z test_schema_correctness_vsplit_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:21.1127988Z test_schema_correctness_vsplit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:21.1167676Z test_schema_correctness_vsplit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:21.1204448Z test_schema_correctness_vsplit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:21.1241748Z test_schema_correctness_vsplit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:21.1279399Z test_schema_correctness_vsplit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:21.1316508Z test_schema_correctness_vsplit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:21.1352909Z test_schema_correctness_vsplit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:21.1384326Z test_schema_correctness_vstack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:21.1413256Z test_schema_correctness_vstack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:21.1446386Z test_schema_correctness_vstack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:21.1456260Z test_schema_correctness_vstack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:21.1489184Z test_schema_correctness_vstack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:21.1520059Z test_schema_correctness_vstack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:21.1550918Z test_schema_correctness_vstack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:21.1580940Z test_schema_correctness_vstack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:21.1610319Z test_schema_correctness_vstack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:21.1639475Z test_schema_correctness_vstack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:21.1668778Z test_schema_correctness_vstack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:21.1698131Z test_schema_correctness_vstack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:21.1727144Z test_schema_correctness_vstack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:21.1765793Z test_schema_correctness_where_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:21.1800213Z test_schema_correctness_where_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:21.1846205Z test_schema_correctness_where_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:21.1855603Z test_schema_correctness_where_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:21.1900312Z test_schema_correctness_where_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:21.1938671Z test_schema_correctness_where_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:21.1976707Z test_schema_correctness_where_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:21.2017505Z test_schema_correctness_where_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:21.2052714Z test_schema_correctness_where_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:21.2088517Z test_schema_correctness_where_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:21.2125446Z test_schema_correctness_where_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:21.2160635Z test_schema_correctness_where_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:21.2195608Z test_schema_correctness_where_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:21.2246750Z test_schema_correctness_xlogy_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:21.2291951Z test_schema_correctness_xlogy_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:21.2343033Z test_schema_correctness_xlogy_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:21.2395588Z test_schema_correctness_xlogy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:21.2446977Z test_schema_correctness_xlogy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:21.2494760Z test_schema_correctness_xlogy_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:21.2542457Z test_schema_correctness_xlogy_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:21.2590329Z test_schema_correctness_xlogy_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:21.2637350Z test_schema_correctness_xlogy_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:21.2684656Z test_schema_correctness_xlogy_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:21.2732289Z test_schema_correctness_zero__cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:21.2777735Z test_schema_correctness_zero__cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:21.2825206Z test_schema_correctness_zero__cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:21.2862996Z test_schema_correctness_zero__cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:21.2898628Z test_schema_correctness_zero__cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:21.2935254Z test_schema_correctness_zero__cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:21.2963751Z test_schema_correctness_zero__cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:21.2991299Z test_schema_correctness_zero__cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:21.3019088Z test_schema_correctness_zero__cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:21.3045737Z test_schema_correctness_zero__cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:21.3073103Z test_schema_correctness_zero__cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:21.3100593Z test_schema_correctness_zero__cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:21.3186767Z test_schema_correctness_zeros_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:21.3271552Z test_schema_correctness_zeros_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:21.3356311Z test_schema_correctness_zeros_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:21.3365595Z test_schema_correctness_zeros_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:21.3450384Z test_schema_correctness_zeros_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:21.3535379Z test_schema_correctness_zeros_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:21.3619872Z test_schema_correctness_zeros_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:21.3704975Z test_schema_correctness_zeros_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:21.3790160Z test_schema_correctness_zeros_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:21.3874699Z test_schema_correctness_zeros_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:21.3959512Z test_schema_correctness_zeros_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:21.4045030Z test_schema_correctness_zeros_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:21.4129614Z test_schema_correctness_zeros_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:21.4421754Z test_schema_correctness_zeros_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:52:21.4710872Z test_schema_correctness_zeros_like_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:52:21.5003918Z test_schema_correctness_zeros_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:52:21.5014488Z test_schema_correctness_zeros_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:21.5305623Z test_schema_correctness_zeros_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:52:21.5596453Z test_schema_correctness_zeros_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:52:21.5884834Z test_schema_correctness_zeros_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:52:21.6173005Z test_schema_correctness_zeros_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:52:21.6459242Z test_schema_correctness_zeros_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:52:21.6745843Z test_schema_correctness_zeros_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:52:21.7031975Z test_schema_correctness_zeros_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:52:21.7317436Z test_schema_correctness_zeros_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:52:21.7603047Z test_schema_correctness_zeros_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:52:21.7603581Z 2022-09-27T15:52:21.7604307Z ---------------------------------------------------------------------- 2022-09-27T15:52:21.7604812Z Ran 5112 tests in 313.483s 2022-09-27T15:52:21.7604977Z 2022-09-27T15:52:21.7605065Z OK (skipped=168) 2022-09-27T15:52:21.7605178Z 2022-09-27T15:52:21.7605267Z Generating XML reports... 2022-09-27T15:52:21.7677786Z Generated XML report: test-reports/python-unittest/test_schema_check/TEST-TestSchemaCheck-20220927154708.xml 2022-09-27T15:52:22.2297587Z Generated XML report: test-reports/python-unittest/test_schema_check/TEST-TestSchemaCheckModeOpInfoCPU-20220927154708.xml 2022-09-27T15:52:22.7059088Z Running test_proxy_tensor ... [2022-09-27 15:52:22.705549] 2022-09-27T15:52:22.7059613Z Executing ['/opt/conda/bin/python', '-bb', 'test_proxy_tensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:52:22.705634] 2022-09-27T15:52:25.3301890Z Test results will be stored in test-reports/python-unittest/test_proxy_tensor 2022-09-27T15:52:25.3397416Z 2022-09-27T15:52:25.3397528Z Running tests... 2022-09-27T15:52:25.3397994Z ---------------------------------------------------------------------- 2022-09-27T15:52:25.3652466Z test_alias (__main__.TestFakeProxyTensor) ... ok (0.025s) 2022-09-27T15:52:25.3702744Z test_issue82547 (__main__.TestFakeProxyTensor) ... ok (0.005s) 2022-09-27T15:52:25.3755191Z test_use_fake_and_tensor (__main__.TestFakeProxyTensor) ... ok (0.005s) 2022-09-27T15:52:25.3784052Z test_allclose (__main__.TestGenericProxyTensorFake) ... ok (0.003s) 2022-09-27T15:52:25.3792557Z test_amp_cache (__main__.TestGenericProxyTensorFake) ... skip: CUDA-only test (0.001s) 2022-09-27T15:52:25.3833742Z test_constant_blowup (__main__.TestGenericProxyTensorFake) ... ok (0.004s) 2022-09-27T15:52:25.3929984Z test_constant_proxy_tensor_mut (__main__.TestGenericProxyTensorFake) ... ok (0.010s) 2022-09-27T15:52:25.3964342Z test_constant_random (__main__.TestGenericProxyTensorFake) ... ok (0.003s) 2022-09-27T15:52:25.4003237Z test_constant_unbind (__main__.TestGenericProxyTensorFake) ... ok (0.004s) 2022-09-27T15:52:25.4041865Z test_decomp_of_capture (__main__.TestGenericProxyTensorFake) ... ok (0.004s) 2022-09-27T15:52:25.4093768Z test_decomposition_interpreter (__main__.TestGenericProxyTensorFake) ... ok (0.005s) 2022-09-27T15:52:25.4122080Z test_has_proxy (__main__.TestGenericProxyTensorFake) ... ok (0.003s) 2022-09-27T15:52:25.4158463Z test_inplace_metadata (__main__.TestGenericProxyTensorFake) ... ok (0.004s) 2022-09-27T15:52:25.4515232Z test_isolated_graphmodule (__main__.TestGenericProxyTensorFake) ... ok (0.036s) 2022-09-27T15:52:25.4567836Z test_make_fx_model_double_param (__main__.TestGenericProxyTensorFake) ... ok (0.005s) 2022-09-27T15:52:25.4794732Z test_make_fx_model_fwd_bwd (__main__.TestGenericProxyTensorFake) ... ok (0.023s) 2022-09-27T15:52:25.5047278Z test_make_fx_model_fwd_bwd_wgtupdate (__main__.TestGenericProxyTensorFake) ... ok (0.025s) 2022-09-27T15:52:25.5097812Z test_make_fx_overloads (__main__.TestGenericProxyTensorFake) ... ok (0.005s) 2022-09-27T15:52:25.5145471Z test_make_fx_reentrant_dispatch (__main__.TestGenericProxyTensorFake) ... ok (0.005s) 2022-09-27T15:52:25.5177932Z test_make_fx_simple (__main__.TestGenericProxyTensorFake) ... ok (0.003s) 2022-09-27T15:52:25.5222246Z test_mode_tracing_factory_function (__main__.TestGenericProxyTensorFake) ... ok (0.004s) 2022-09-27T15:52:25.5308554Z test_partial_decomp (__main__.TestGenericProxyTensorFake) ... ok (0.009s) 2022-09-27T15:52:25.5513081Z test_proxy_tensor (__main__.TestGenericProxyTensorFake) ... ok (0.020s) 2022-09-27T15:52:25.5548885Z test_proxy_tensor_mode_with_decomp_table_preserves_proxy (__main__.TestGenericProxyTensorFake) ... ok (0.004s) 2022-09-27T15:52:26.8333056Z test_resnet18_backward_trace (__main__.TestGenericProxyTensorFake) ... ok (1.278s) 2022-09-27T15:52:26.8379931Z test_scalar_device (__main__.TestGenericProxyTensorFake) ... ok (0.005s) 2022-09-27T15:52:26.8450298Z test_strides (__main__.TestGenericProxyTensorFake) ... ok (0.007s) 2022-09-27T15:52:26.8498583Z test_tensor_constants (__main__.TestGenericProxyTensorFake) ... ok (0.005s) 2022-09-27T15:52:26.8573085Z test_trace_subclasses (__main__.TestGenericProxyTensorFake) ... ok (0.007s) 2022-09-27T15:52:26.8614732Z test_varargs (__main__.TestGenericProxyTensorFake) ... ok (0.004s) 2022-09-27T15:52:26.8637969Z test_allclose (__main__.TestGenericProxyTensorReal) ... ok (0.002s) 2022-09-27T15:52:26.8647535Z test_amp_cache (__main__.TestGenericProxyTensorReal) ... skip: CUDA-only test (0.001s) 2022-09-27T15:52:26.8677326Z test_constant_blowup (__main__.TestGenericProxyTensorReal) ... ok (0.003s) 2022-09-27T15:52:26.8721750Z test_constant_proxy_tensor_mut (__main__.TestGenericProxyTensorReal) ... ok (0.004s) 2022-09-27T15:52:26.8751088Z test_constant_random (__main__.TestGenericProxyTensorReal) ... ok (0.003s) 2022-09-27T15:52:26.8783822Z test_constant_unbind (__main__.TestGenericProxyTensorReal) ... ok (0.003s) 2022-09-27T15:52:26.8821741Z test_decomp_of_capture (__main__.TestGenericProxyTensorReal) ... ok (0.004s) 2022-09-27T15:52:26.8869543Z test_decomposition_interpreter (__main__.TestGenericProxyTensorReal) ... ok (0.005s) 2022-09-27T15:52:26.8897155Z test_has_proxy (__main__.TestGenericProxyTensorReal) ... ok (0.003s) 2022-09-27T15:52:26.8927717Z test_inplace_metadata (__main__.TestGenericProxyTensorReal) ... ok (0.003s) 2022-09-27T15:52:26.9308042Z test_isolated_graphmodule (__main__.TestGenericProxyTensorReal) ... ok (0.038s) 2022-09-27T15:52:26.9359163Z test_make_fx_model_double_param (__main__.TestGenericProxyTensorReal) ... ok (0.005s) 2022-09-27T15:52:26.9482061Z test_make_fx_model_fwd_bwd (__main__.TestGenericProxyTensorReal) ... ok (0.012s) 2022-09-27T15:52:26.9622579Z test_make_fx_model_fwd_bwd_wgtupdate (__main__.TestGenericProxyTensorReal) ... ok (0.014s) 2022-09-27T15:52:26.9657288Z test_make_fx_overloads (__main__.TestGenericProxyTensorReal) ... ok (0.003s) 2022-09-27T15:52:26.9696365Z test_make_fx_reentrant_dispatch (__main__.TestGenericProxyTensorReal) ... ok (0.004s) 2022-09-27T15:52:26.9724673Z test_make_fx_simple (__main__.TestGenericProxyTensorReal) ... ok (0.003s) 2022-09-27T15:52:26.9755348Z test_mode_tracing_factory_function (__main__.TestGenericProxyTensorReal) ... ok (0.003s) 2022-09-27T15:52:26.9841310Z test_partial_decomp (__main__.TestGenericProxyTensorReal) ... ok (0.009s) 2022-09-27T15:52:26.9967893Z test_proxy_tensor (__main__.TestGenericProxyTensorReal) ... ok (0.013s) 2022-09-27T15:52:27.0003947Z test_proxy_tensor_mode_with_decomp_table_preserves_proxy (__main__.TestGenericProxyTensorReal) ... ok (0.004s) 2022-09-27T15:52:27.9880752Z test_resnet18_backward_trace (__main__.TestGenericProxyTensorReal) ... ok (0.987s) 2022-09-27T15:52:27.9922099Z test_scalar_device (__main__.TestGenericProxyTensorReal) ... ok (0.004s) 2022-09-27T15:52:27.9992031Z test_strides (__main__.TestGenericProxyTensorReal) ... ok (0.007s) 2022-09-27T15:52:28.0027868Z test_tensor_constants (__main__.TestGenericProxyTensorReal) ... ok (0.004s) 2022-09-27T15:52:28.0091044Z test_trace_subclasses (__main__.TestGenericProxyTensorReal) ... ok (0.006s) 2022-09-27T15:52:28.0123582Z test_varargs (__main__.TestGenericProxyTensorReal) ... ok (0.003s) 2022-09-27T15:52:28.1004509Z test_allclose (__main__.TestGenericProxyTensorSymbolic) ... ok (0.088s) 2022-09-27T15:52:28.1014220Z test_amp_cache (__main__.TestGenericProxyTensorSymbolic) ... skip: CUDA-only test (0.001s) 2022-09-27T15:52:28.1069347Z test_constant_blowup (__main__.TestGenericProxyTensorSymbolic) ... ok (0.005s) 2022-09-27T15:52:28.1135526Z test_constant_proxy_tensor_mut (__main__.TestGenericProxyTensorSymbolic) ... ok (0.007s) 2022-09-27T15:52:28.1172202Z test_constant_random (__main__.TestGenericProxyTensorSymbolic) ... ok (0.004s) 2022-09-27T15:52:28.1212423Z test_constant_unbind (__main__.TestGenericProxyTensorSymbolic) ... ok (0.004s) 2022-09-27T15:52:28.1250477Z test_decomp_of_capture (__main__.TestGenericProxyTensorSymbolic) ... ok (0.004s) 2022-09-27T15:52:28.1453204Z test_decomposition_interpreter (__main__.TestGenericProxyTensorSymbolic) ... ok (0.020s) 2022-09-27T15:52:28.1482662Z test_has_proxy (__main__.TestGenericProxyTensorSymbolic) ... ok (0.003s) 2022-09-27T15:52:28.1536687Z test_inplace_metadata (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.005s) 2022-09-27T15:52:28.1900472Z test_isolated_graphmodule (__main__.TestGenericProxyTensorSymbolic) ... ok (0.036s) 2022-09-27T15:52:28.1950018Z test_make_fx_model_double_param (__main__.TestGenericProxyTensorSymbolic) ... ok (0.005s) 2022-09-27T15:52:28.2137782Z test_make_fx_model_fwd_bwd (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.019s) 2022-09-27T15:52:28.2265521Z test_make_fx_model_fwd_bwd_wgtupdate (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.013s) 2022-09-27T15:52:28.2307810Z test_make_fx_overloads (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.004s) 2022-09-27T15:52:28.2386893Z test_make_fx_reentrant_dispatch (__main__.TestGenericProxyTensorSymbolic) ... ok (0.008s) 2022-09-27T15:52:28.2431139Z test_make_fx_simple (__main__.TestGenericProxyTensorSymbolic) ... ok (0.004s) 2022-09-27T15:52:28.2458142Z test_mode_tracing_factory_function (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.003s) 2022-09-27T15:52:28.2544789Z test_partial_decomp (__main__.TestGenericProxyTensorSymbolic) ... ok (0.009s) 2022-09-27T15:52:28.2632657Z test_proxy_tensor (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.009s) 2022-09-27T15:52:28.2666567Z test_proxy_tensor_mode_with_decomp_table_preserves_proxy (__main__.TestGenericProxyTensorSymbolic) ... ok (0.003s) 2022-09-27T15:52:29.2848886Z test_resnet18_backward_trace (__main__.TestGenericProxyTensorSymbolic) ... expected failure (1.018s) 2022-09-27T15:52:29.2906849Z test_scalar_device (__main__.TestGenericProxyTensorSymbolic) ... ok (0.005s) 2022-09-27T15:52:29.2975366Z test_strides (__main__.TestGenericProxyTensorSymbolic) ... ok (0.007s) 2022-09-27T15:52:29.3024316Z test_tensor_constants (__main__.TestGenericProxyTensorSymbolic) ... ok (0.005s) 2022-09-27T15:52:29.3053724Z test_trace_subclasses (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.003s) 2022-09-27T15:52:29.3145269Z test_varargs (__main__.TestGenericProxyTensorSymbolic) ... ok (0.009s) 2022-09-27T15:52:29.3223250Z test_make_fx_exhaustive_H_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:29.3283958Z test_make_fx_exhaustive_T_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:29.3851391Z test_make_fx_exhaustive___getitem___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-09-27T15:52:29.4089414Z test_make_fx_exhaustive___radd___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-09-27T15:52:29.4356416Z test_make_fx_exhaustive___rdiv___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T15:52:29.4875003Z test_make_fx_exhaustive___rmatmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-09-27T15:52:29.5126391Z test_make_fx_exhaustive___rmod___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T15:52:29.5365864Z test_make_fx_exhaustive___rmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-09-27T15:52:29.5388655Z 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:52:29.5389630Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T15:52:29.5705899Z ok (0.034s) 2022-09-27T15:52:29.5957501Z test_make_fx_exhaustive___rsub___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T15:52:29.9214657Z test_make_fx_exhaustive__masked_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.326s) 2022-09-27T15:52:30.2496761Z test_make_fx_exhaustive__masked_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.328s) 2022-09-27T15:52:30.4609942Z test_make_fx_exhaustive__masked_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.211s) 2022-09-27T15:52:30.6899034Z test_make_fx_exhaustive__masked_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.229s) 2022-09-27T15:52:30.7338076Z test_make_fx_exhaustive__masked_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-09-27T15:52:30.7770592Z test_make_fx_exhaustive__masked_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-09-27T15:52:30.8378726Z test_make_fx_exhaustive__masked_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.061s) 2022-09-27T15:52:30.8910601Z test_make_fx_exhaustive__masked_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.053s) 2022-09-27T15:52:31.2516430Z test_make_fx_exhaustive__masked_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.360s) 2022-09-27T15:52:31.7768943Z test_make_fx_exhaustive__masked_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.525s) 2022-09-27T15:52:31.8386870Z test_make_fx_exhaustive__masked_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.062s) 2022-09-27T15:52:32.2159715Z test_make_fx_exhaustive__masked_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.377s) 2022-09-27T15:52:32.3370245Z test_make_fx_exhaustive__masked_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.121s) 2022-09-27T15:52:32.8096031Z test_make_fx_exhaustive__masked_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.472s) 2022-09-27T15:52:32.8668205Z test_make_fx_exhaustive__masked_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-09-27T15:52:32.9289343Z test_make_fx_exhaustive__masked_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.062s) 2022-09-27T15:52:33.7639461Z test_make_fx_exhaustive__masked_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.835s) 2022-09-27T15:52:34.0956323Z test_make_fx_exhaustive__masked_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.332s) 2022-09-27T15:52:34.8949667Z test_make_fx_exhaustive__masked_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.799s) 2022-09-27T15:52:34.8983610Z test_make_fx_exhaustive_abs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:34.9069678Z test_make_fx_exhaustive_acos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:34.9151222Z test_make_fx_exhaustive_acosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:34.9446169Z test_make_fx_exhaustive_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-09-27T15:52:34.9650510Z test_make_fx_exhaustive_addbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-09-27T15:52:34.9992294Z test_make_fx_exhaustive_addcdiv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-09-27T15:52:35.0335807Z test_make_fx_exhaustive_addcmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-09-27T15:52:35.0439802Z test_make_fx_exhaustive_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:35.0537772Z test_make_fx_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:35.0739293Z test_make_fx_exhaustive_addmv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-09-27T15:52:35.0913003Z test_make_fx_exhaustive_addr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T15:52:35.1240255Z test_make_fx_exhaustive_all_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-09-27T15:52:35.1280406Z test_make_fx_exhaustive_allclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.004s) 2022-09-27T15:52:35.1804260Z test_make_fx_exhaustive_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-09-27T15:52:35.2320090Z test_make_fx_exhaustive_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-09-27T15:52:35.2486126Z 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:52:35.2487340Z return op.op(*args, **kwargs) 2022-09-27T15:52:35.2497007Z [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:35.2498575Z [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:35.2500944Z ok (0.018s) 2022-09-27T15:52:35.2538062Z test_make_fx_exhaustive_angle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:35.2872703Z test_make_fx_exhaustive_any_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-09-27T15:52:35.3597277Z test_make_fx_exhaustive_arange_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.072s) 2022-09-27T15:52:35.3927733Z test_make_fx_exhaustive_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-09-27T15:52:35.4250824Z test_make_fx_exhaustive_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T15:52:35.5021075Z test_make_fx_exhaustive_argsort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.077s) 2022-09-27T15:52:35.5173513Z test_make_fx_exhaustive_argwhere_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:35.5331413Z test_make_fx_exhaustive_as_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T15:52:35.5492195Z test_make_fx_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T15:52:35.5528642Z test_make_fx_exhaustive_asin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:35.5564620Z test_make_fx_exhaustive_asinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:35.5823232Z test_make_fx_exhaustive_atan2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T15:52:35.5860404Z test_make_fx_exhaustive_atan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:35.5897170Z test_make_fx_exhaustive_atanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:35.6050297Z test_make_fx_exhaustive_atleast_1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:35.6210742Z test_make_fx_exhaustive_atleast_2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T15:52:35.6383111Z test_make_fx_exhaustive_atleast_3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T15:52:35.6571906Z test_make_fx_exhaustive_baddbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-09-27T15:52:35.6703287Z test_make_fx_exhaustive_bernoulli_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:52:35.6837297Z test_make_fx_exhaustive_bfloat16_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:52:35.6842195Z test_make_fx_exhaustive_block_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:52:35.6879852Z test_make_fx_exhaustive_bmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:35.7013573Z test_make_fx_exhaustive_bool_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:52:35.7228347Z test_make_fx_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-09-27T15:52:35.7280035Z test_make_fx_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:35.7471161Z test_make_fx_exhaustive_broadcast_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-09-27T15:52:35.8111612Z test_make_fx_exhaustive_bucketize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-09-27T15:52:35.8248870Z test_make_fx_exhaustive_byte_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T15:52:35.8388913Z test_make_fx_exhaustive_cartesian_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T15:52:35.8584931Z test_make_fx_exhaustive_cat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-09-27T15:52:36.1636149Z test_make_fx_exhaustive_cdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.305s) 2022-09-27T15:52:36.1677192Z test_make_fx_exhaustive_ceil_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:36.1702111Z 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:52:36.1703247Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-09-27T15:52:36.1828596Z ok (0.015s) 2022-09-27T15:52:36.1965441Z test_make_fx_exhaustive_char_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T15:52:36.1996364Z 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:52:36.1997079Z L = torch.cholesky(A) 2022-09-27T15:52:36.1997395Z should be replaced with 2022-09-27T15:52:36.1997733Z L = torch.linalg.cholesky(A) 2022-09-27T15:52:36.1998039Z and 2022-09-27T15:52:36.1998323Z U = torch.cholesky(A, upper=True) 2022-09-27T15:52:36.1998663Z should be replaced with 2022-09-27T15:52:36.1999007Z U = torch.linalg.cholesky(A).mH(). 2022-09-27T15:52:36.2050133Z 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:52:36.2050833Z return op.op(*args, **kwargs) 2022-09-27T15:52:36.2593489Z ok (0.063s) 2022-09-27T15:52:36.2946997Z test_make_fx_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-09-27T15:52:36.3306152Z test_make_fx_exhaustive_cholesky_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-09-27T15:52:36.3416995Z test_make_fx_exhaustive_chunk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-09-27T15:52:36.3571400Z test_make_fx_exhaustive_clamp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:36.3826528Z test_make_fx_exhaustive_clamp_max_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T15:52:36.4089462Z test_make_fx_exhaustive_clamp_min_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T15:52:36.4148349Z test_make_fx_exhaustive_clone_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:36.4245217Z test_make_fx_exhaustive_column_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:36.5772302Z test_make_fx_exhaustive_combinations_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.153s) 2022-09-27T15:52:36.6028681Z test_make_fx_exhaustive_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T15:52:36.6099983Z test_make_fx_exhaustive_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:36.6132140Z test_make_fx_exhaustive_conj_physical_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:36.7570490Z test_make_fx_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.144s) 2022-09-27T15:52:36.7622688Z test_make_fx_exhaustive_contiguous_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:36.7874997Z test_make_fx_exhaustive_copysign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T15:52:36.7926774Z test_make_fx_exhaustive_corrcoef_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.005s) 2022-09-27T15:52:36.8016573Z test_make_fx_exhaustive_cos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:36.8102874Z test_make_fx_exhaustive_cosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:36.8624827Z test_make_fx_exhaustive_count_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-09-27T15:52:36.8677741Z test_make_fx_exhaustive_cov_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.005s) 2022-09-27T15:52:36.8769199Z test_make_fx_exhaustive_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:36.8864625Z test_make_fx_exhaustive_cummax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:36.8959404Z test_make_fx_exhaustive_cummin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:36.9232444Z test_make_fx_exhaustive_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T15:52:36.9346818Z test_make_fx_exhaustive_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-09-27T15:52:36.9780190Z test_make_fx_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-09-27T15:52:36.9864329Z test_make_fx_exhaustive_deg2rad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:37.0269046Z test_make_fx_exhaustive_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-09-27T15:52:37.0685724Z test_make_fx_exhaustive_diag_embed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-09-27T15:52:37.0834437Z test_make_fx_exhaustive_diagflat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:37.1228611Z test_make_fx_exhaustive_diagonal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-09-27T15:52:37.1660346Z test_make_fx_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-09-27T15:52:37.4943237Z test_make_fx_exhaustive_diff_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.328s) 2022-09-27T15:52:37.5029049Z test_make_fx_exhaustive_digamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:37.6419502Z test_make_fx_exhaustive_dist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.139s) 2022-09-27T15:52:37.6697423Z test_make_fx_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-09-27T15:52:37.6957092Z test_make_fx_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T15:52:37.7226359Z test_make_fx_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T15:52:37.7264047Z test_make_fx_exhaustive_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:37.7404943Z test_make_fx_exhaustive_double_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T15:52:37.7485678Z test_make_fx_exhaustive_dsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:37.7578094Z test_make_fx_exhaustive_dstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:37.8132628Z test_make_fx_exhaustive_einsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-09-27T15:52:37.8136176Z test_make_fx_exhaustive_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:52:37.8140248Z test_make_fx_exhaustive_empty_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:52:37.8416173Z test_make_fx_exhaustive_eq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T15:52:37.8442956Z test_make_fx_exhaustive_equal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.003s) 2022-09-27T15:52:37.8481276Z test_make_fx_exhaustive_erf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:37.8569950Z test_make_fx_exhaustive_erfc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:37.8606307Z test_make_fx_exhaustive_erfinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:37.8690909Z test_make_fx_exhaustive_exp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:37.8778307Z test_make_fx_exhaustive_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:37.8877166Z test_make_fx_exhaustive_expand_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:37.9137205Z test_make_fx_exhaustive_expand_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T15:52:37.9174897Z test_make_fx_exhaustive_expm1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:38.1703956Z test_make_fx_exhaustive_eye_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.253s) 2022-09-27T15:52:38.1940522Z test_make_fx_exhaustive_fft_fft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-09-27T15:52:38.2175635Z test_make_fx_exhaustive_fft_fft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-09-27T15:52:38.2470842Z test_make_fx_exhaustive_fft_fftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-09-27T15:52:38.2622298Z test_make_fx_exhaustive_fft_fftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:38.2912567Z test_make_fx_exhaustive_fft_hfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-09-27T15:52:38.3210538Z test_make_fx_exhaustive_fft_hfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-09-27T15:52:38.3564642Z test_make_fx_exhaustive_fft_hfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-09-27T15:52:38.3796959Z test_make_fx_exhaustive_fft_ifft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-09-27T15:52:38.4050960Z test_make_fx_exhaustive_fft_ifft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T15:52:38.4350996Z test_make_fx_exhaustive_fft_ifftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-09-27T15:52:38.4507727Z test_make_fx_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T15:52:38.4760626Z test_make_fx_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T15:52:38.5010305Z test_make_fx_exhaustive_fft_ihfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T15:52:38.5321106Z test_make_fx_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T15:52:38.5553436Z test_make_fx_exhaustive_fft_irfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-09-27T15:52:38.5810990Z test_make_fx_exhaustive_fft_irfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T15:52:38.6105284Z test_make_fx_exhaustive_fft_irfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-09-27T15:52:38.6318790Z test_make_fx_exhaustive_fft_rfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-09-27T15:52:38.6550733Z test_make_fx_exhaustive_fft_rfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-09-27T15:52:38.6821063Z test_make_fx_exhaustive_fft_rfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T15:52:38.6923210Z test_make_fx_exhaustive_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:38.7092201Z test_make_fx_exhaustive_flatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T15:52:38.7379884Z test_make_fx_exhaustive_flip_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-09-27T15:52:38.7441325Z test_make_fx_exhaustive_fliplr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:38.7504696Z test_make_fx_exhaustive_flipud_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:38.7630284Z test_make_fx_exhaustive_float_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T15:52:38.7958370Z test_make_fx_exhaustive_float_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-09-27T15:52:38.7996990Z test_make_fx_exhaustive_floor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:38.8273682Z test_make_fx_exhaustive_floor_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-09-27T15:52:38.8542157Z test_make_fx_exhaustive_fmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T15:52:38.8957025Z test_make_fx_exhaustive_fmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-09-27T15:52:38.9236980Z test_make_fx_exhaustive_fmod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-09-27T15:52:38.9321717Z test_make_fx_exhaustive_frac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:38.9422065Z test_make_fx_exhaustive_frexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:38.9627215Z test_make_fx_exhaustive_full_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-09-27T15:52:38.9773610Z test_make_fx_exhaustive_gather_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:39.0025003Z test_make_fx_exhaustive_ge_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T15:52:39.1132240Z test_make_fx_exhaustive_geqrf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.111s) 2022-09-27T15:52:39.4033892Z test_make_fx_exhaustive_gradient_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.290s) 2022-09-27T15:52:39.4273455Z test_make_fx_exhaustive_gt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-09-27T15:52:39.4402191Z test_make_fx_exhaustive_half_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:52:39.4638941Z test_make_fx_exhaustive_heaviside_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-09-27T15:52:39.7167789Z test_make_fx_exhaustive_histc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.253s) 2022-09-27T15:52:40.0269297Z test_make_fx_exhaustive_histogram_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.310s) 2022-09-27T15:52:40.4482389Z test_make_fx_exhaustive_histogramdd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.421s) 2022-09-27T15:52:40.4567893Z test_make_fx_exhaustive_hsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:40.4637205Z test_make_fx_exhaustive_hstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:40.4906446Z test_make_fx_exhaustive_hypot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T15:52:40.4966943Z test_make_fx_exhaustive_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:40.5241409Z test_make_fx_exhaustive_igamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T15:52:40.5505263Z test_make_fx_exhaustive_igammac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T15:52:40.5785911Z test_make_fx_exhaustive_index_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-09-27T15:52:40.5882849Z test_make_fx_exhaustive_index_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:40.5980705Z test_make_fx_exhaustive_index_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:40.6111041Z test_make_fx_exhaustive_index_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:52:40.6137847Z 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:52:40.6138349Z return op.op(*args, **kwargs) 2022-09-27T15:52:40.7129281Z ok (0.102s) 2022-09-27T15:52:40.7221732Z test_make_fx_exhaustive_index_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:40.7315139Z test_make_fx_exhaustive_inner_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:40.7453110Z test_make_fx_exhaustive_int_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T15:52:40.8518039Z test_make_fx_exhaustive_isclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.106s) 2022-09-27T15:52:40.8629350Z test_make_fx_exhaustive_isfinite_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-09-27T15:52:40.8695740Z test_make_fx_exhaustive_isin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:40.8730229Z test_make_fx_exhaustive_isinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:40.8764050Z test_make_fx_exhaustive_isnan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:40.8799611Z test_make_fx_exhaustive_isneginf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:40.8833730Z test_make_fx_exhaustive_isposinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:40.8920693Z test_make_fx_exhaustive_isreal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:40.9018351Z 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:52:40.9018900Z return op.op(*args, **kwargs) 2022-09-27T15:52:40.9024514Z expected failure (0.010s) 2022-09-27T15:52:40.9033042Z test_make_fx_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:40.9041208Z test_make_fx_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:40.9048801Z test_make_fx_exhaustive_jiterator_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:40.9057026Z test_make_fx_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:40.9064668Z test_make_fx_exhaustive_jiterator_unary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:40.9113766Z test_make_fx_exhaustive_kron_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:40.9427100Z test_make_fx_exhaustive_kthvalue_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T15:52:40.9736688Z test_make_fx_exhaustive_ldexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T15:52:40.9993869Z test_make_fx_exhaustive_le_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T15:52:41.0398725Z test_make_fx_exhaustive_lerp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-09-27T15:52:41.0490154Z test_make_fx_exhaustive_lgamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:41.1203985Z test_make_fx_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.071s) 2022-09-27T15:52:41.1683153Z test_make_fx_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-09-27T15:52:41.1835365Z test_make_fx_exhaustive_linalg_cond_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:41.1931029Z test_make_fx_exhaustive_linalg_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:41.2232102Z test_make_fx_exhaustive_linalg_det_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-09-27T15:52:41.3180822Z test_make_fx_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.095s) 2022-09-27T15:52:41.3473400Z test_make_fx_exhaustive_linalg_eig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-09-27T15:52:41.3749453Z test_make_fx_exhaustive_linalg_eigh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-09-27T15:52:41.4016149Z test_make_fx_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T15:52:41.4274378Z test_make_fx_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T15:52:41.4525376Z test_make_fx_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T15:52:41.4801731Z test_make_fx_exhaustive_linalg_inv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-09-27T15:52:41.5057147Z test_make_fx_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T15:52:41.5208892Z test_make_fx_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:41.5345423Z test_make_fx_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T15:52:41.5842823Z test_make_fx_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-09-27T15:52:41.5846358Z test_make_fx_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:52:41.5850359Z test_make_fx_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:52:41.6387952Z test_make_fx_exhaustive_linalg_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-09-27T15:52:41.6980800Z test_make_fx_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.059s) 2022-09-27T15:52:41.7487973Z test_make_fx_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-09-27T15:52:42.0518790Z test_make_fx_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.303s) 2022-09-27T15:52:42.2933457Z test_make_fx_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.241s) 2022-09-27T15:52:42.3902539Z test_make_fx_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.097s) 2022-09-27T15:52:42.7621408Z test_make_fx_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.372s) 2022-09-27T15:52:42.8049402Z test_make_fx_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-09-27T15:52:42.8322055Z test_make_fx_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T15:52:43.3076759Z test_make_fx_exhaustive_linalg_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.475s) 2022-09-27T15:52:43.5263194Z test_make_fx_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.219s) 2022-09-27T15:52:43.6043620Z test_make_fx_exhaustive_linalg_pinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.078s) 2022-09-27T15:52:43.6291735Z test_make_fx_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T15:52:43.6300429Z 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:52:43.7388587Z test_make_fx_exhaustive_linalg_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.109s) 2022-09-27T15:52:43.7698918Z test_make_fx_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T15:52:43.8337782Z test_make_fx_exhaustive_linalg_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-09-27T15:52:43.8927749Z test_make_fx_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.059s) 2022-09-27T15:52:44.1926878Z test_make_fx_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.300s) 2022-09-27T15:52:44.5215261Z test_make_fx_exhaustive_linalg_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.329s) 2022-09-27T15:52:44.6273310Z test_make_fx_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.106s) 2022-09-27T15:52:44.6378074Z test_make_fx_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:44.6596486Z test_make_fx_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-09-27T15:52:44.7016027Z test_make_fx_exhaustive_linalg_vander_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-09-27T15:52:44.8344953Z test_make_fx_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.133s) 2022-09-27T15:52:45.1049670Z test_make_fx_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.270s) 2022-09-27T15:52:45.2370659Z test_make_fx_exhaustive_linspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.132s) 2022-09-27T15:52:45.2460625Z test_make_fx_exhaustive_log10_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:45.2499432Z test_make_fx_exhaustive_log1p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:45.2589064Z test_make_fx_exhaustive_log2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:45.2678262Z test_make_fx_exhaustive_log_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:45.2848572Z test_make_fx_exhaustive_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T15:52:45.3055779Z test_make_fx_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-09-27T15:52:45.3095948Z test_make_fx_exhaustive_logaddexp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:45.3132071Z test_make_fx_exhaustive_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:45.3303391Z test_make_fx_exhaustive_logcumsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T15:52:45.3709019Z test_make_fx_exhaustive_logdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-09-27T15:52:45.3958764Z test_make_fx_exhaustive_logical_and_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T15:52:45.4043341Z test_make_fx_exhaustive_logical_not_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:45.4298051Z test_make_fx_exhaustive_logical_or_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T15:52:45.4549168Z test_make_fx_exhaustive_logical_xor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T15:52:45.4667721Z test_make_fx_exhaustive_logit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T15:52:45.7522442Z test_make_fx_exhaustive_logspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.285s) 2022-09-27T15:52:45.7987041Z test_make_fx_exhaustive_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-09-27T15:52:45.8125950Z test_make_fx_exhaustive_long_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T15:52:45.8382052Z test_make_fx_exhaustive_lt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T15:52:45.8412209Z 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:52:45.8413107Z LU, pivots = torch.lu(A, compute_pivots) 2022-09-27T15:52:45.8413331Z should be replaced with 2022-09-27T15:52:45.8413551Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-09-27T15:52:45.8413758Z and 2022-09-27T15:52:45.8414042Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-09-27T15:52:45.8414261Z should be replaced with 2022-09-27T15:52:45.8414624Z 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:52:45.8415022Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-09-27T15:52:45.9432122Z ok (0.105s) 2022-09-27T15:52:45.9461083Z 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:52:45.9461890Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-09-27T15:52:45.9462296Z X = torch.lu_solve(B, LU, pivots) 2022-09-27T15:52:45.9462615Z should be replaced with 2022-09-27T15:52:45.9463197Z 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:52:45.9463748Z return op.op(*args, **kwargs) 2022-09-27T15:52:46.0238069Z ok (0.080s) 2022-09-27T15:52:46.0756751Z test_make_fx_exhaustive_lu_unpack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-09-27T15:52:46.0920442Z test_make_fx_exhaustive_mH_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T15:52:46.1083168Z test_make_fx_exhaustive_mT_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T15:52:46.1315288Z test_make_fx_exhaustive_masked_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-09-27T15:52:46.1440782Z test_make_fx_exhaustive_masked_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T15:52:46.1642468Z test_make_fx_exhaustive_masked_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-09-27T15:52:46.2186405Z test_make_fx_exhaustive_matmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-09-27T15:52:46.2265344Z test_make_fx_exhaustive_matrix_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:46.2525299Z test_make_fx_exhaustive_max_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T15:52:46.2585128Z test_make_fx_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:46.2710581Z test_make_fx_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:52:46.2975665Z test_make_fx_exhaustive_maximum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T15:52:46.3526079Z test_make_fx_exhaustive_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-09-27T15:52:46.3899821Z test_make_fx_exhaustive_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-09-27T15:52:46.4328530Z test_make_fx_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-09-27T15:52:46.4752318Z test_make_fx_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-09-27T15:52:46.5011869Z test_make_fx_exhaustive_min_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T15:52:46.5069427Z test_make_fx_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:46.5205034Z test_make_fx_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:52:46.5460509Z test_make_fx_exhaustive_minimum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T15:52:46.5497925Z test_make_fx_exhaustive_mm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:46.5712960Z test_make_fx_exhaustive_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-09-27T15:52:46.5784648Z test_make_fx_exhaustive_movedim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:46.5870816Z test_make_fx_exhaustive_msort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:46.6129742Z test_make_fx_exhaustive_mul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T15:52:46.6364018Z test_make_fx_exhaustive_multinomial_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-09-27T15:52:46.6400675Z test_make_fx_exhaustive_mv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:46.6702611Z test_make_fx_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-09-27T15:52:46.7005888Z test_make_fx_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-09-27T15:52:46.7308294Z test_make_fx_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-09-27T15:52:46.7395085Z test_make_fx_exhaustive_nan_to_num_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:46.8953943Z test_make_fx_exhaustive_nanmean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.156s) 2022-09-27T15:52:46.9331422Z test_make_fx_exhaustive_nanmedian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-09-27T15:52:46.9386567Z test_make_fx_exhaustive_nanquantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:52:47.0330312Z test_make_fx_exhaustive_nansum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.094s) 2022-09-27T15:52:47.0482250Z test_make_fx_exhaustive_narrow_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:47.0540877Z test_make_fx_exhaustive_narrow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:52:47.1255473Z test_make_fx_exhaustive_native_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.071s) 2022-09-27T15:52:47.1511997Z test_make_fx_exhaustive_ne_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T15:52:47.1548557Z test_make_fx_exhaustive_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:47.1553877Z test_make_fx_exhaustive_new_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:52:47.1558436Z test_make_fx_exhaustive_new_empty_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:52:47.1788278Z test_make_fx_exhaustive_new_full_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-09-27T15:52:47.2000991Z test_make_fx_exhaustive_new_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-09-27T15:52:47.2219326Z test_make_fx_exhaustive_new_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-09-27T15:52:47.2487070Z test_make_fx_exhaustive_nextafter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T15:52:47.2710111Z test_make_fx_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-09-27T15:52:47.3015598Z test_make_fx_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T15:52:47.3392931Z test_make_fx_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-09-27T15:52:47.3716556Z test_make_fx_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T15:52:47.4465309Z test_make_fx_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.075s) 2022-09-27T15:52:47.5138339Z test_make_fx_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.067s) 2022-09-27T15:52:47.5486832Z test_make_fx_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-09-27T15:52:47.5732546Z test_make_fx_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T15:52:47.6028639Z test_make_fx_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-09-27T15:52:47.6510419Z test_make_fx_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-09-27T15:52:47.7298885Z test_make_fx_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.079s) 2022-09-27T15:52:47.7642435Z test_make_fx_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-09-27T15:52:47.8508542Z test_make_fx_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.086s) 2022-09-27T15:52:47.8596269Z test_make_fx_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:47.9036044Z test_make_fx_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-09-27T15:52:47.9565956Z 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:52:47.9566987Z return op.op(*args, **kwargs) 2022-09-27T15:52:48.0583511Z ok (0.155s) 2022-09-27T15:52:48.0987353Z test_make_fx_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-09-27T15:52:48.1480797Z test_make_fx_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-09-27T15:52:48.1956386Z test_make_fx_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T15:52:48.2591852Z test_make_fx_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-09-27T15:52:48.3286733Z test_make_fx_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.069s) 2022-09-27T15:52:48.4105074Z test_make_fx_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.082s) 2022-09-27T15:52:48.4423920Z test_make_fx_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T15:52:48.4447514Z 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:52:48.4449180Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T15:52:48.4880041Z ok (0.046s) 2022-09-27T15:52:48.5390868Z test_make_fx_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-09-27T15:52:48.6025028Z test_make_fx_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-09-27T15:52:48.6115780Z test_make_fx_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:48.8263395Z test_make_fx_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.214s) 2022-09-27T15:52:48.8586194Z test_make_fx_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T15:52:48.8881645Z test_make_fx_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-09-27T15:52:48.9175450Z test_make_fx_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-09-27T15:52:49.0700217Z test_make_fx_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.152s) 2022-09-27T15:52:49.2786509Z test_make_fx_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.209s) 2022-09-27T15:52:49.2826201Z test_make_fx_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.004s) 2022-09-27T15:52:49.3082686Z test_make_fx_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T15:52:49.4422949Z test_make_fx_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.134s) 2022-09-27T15:52:49.5414242Z test_make_fx_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.099s) 2022-09-27T15:52:49.5597568Z test_make_fx_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T15:52:49.5774167Z test_make_fx_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T15:52:49.5869343Z test_make_fx_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:49.6001409Z test_make_fx_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:52:49.6179582Z test_make_fx_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T15:52:49.6792662Z test_make_fx_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.061s) 2022-09-27T15:52:49.7086510Z test_make_fx_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-09-27T15:52:49.7843097Z test_make_fx_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.076s) 2022-09-27T15:52:49.8254683Z test_make_fx_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-09-27T15:52:49.8661148Z test_make_fx_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-09-27T15:52:49.9059620Z test_make_fx_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-09-27T15:52:49.9440631Z test_make_fx_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-09-27T15:52:49.9843142Z test_make_fx_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-09-27T15:52:50.0252348Z test_make_fx_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-09-27T15:52:50.0350636Z 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:52:50.0351718Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:52:50.0917323Z ok (0.066s) 2022-09-27T15:52:50.1135733Z test_make_fx_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-09-27T15:52:50.1352573Z test_make_fx_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-09-27T15:52:50.1614507Z test_make_fx_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T15:52:50.2232710Z test_make_fx_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.062s) 2022-09-27T15:52:50.2863337Z test_make_fx_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-09-27T15:52:50.2961312Z test_make_fx_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:50.5524627Z test_make_fx_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.256s) 2022-09-27T15:52:50.9575110Z test_make_fx_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.405s) 2022-09-27T15:52:51.2841823Z test_make_fx_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.327s) 2022-09-27T15:52:51.6340921Z test_make_fx_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.350s) 2022-09-27T15:52:51.6344755Z test_make_fx_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:52:51.7204917Z test_make_fx_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.086s) 2022-09-27T15:52:51.7214331Z test_make_fx_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:52:51.8479965Z test_make_fx_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.126s) 2022-09-27T15:52:51.8485121Z test_make_fx_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:52:51.9197287Z test_make_fx_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.071s) 2022-09-27T15:52:51.9286730Z test_make_fx_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:51.9456723Z test_make_fx_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T15:52:51.9596836Z test_make_fx_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T15:52:51.9689633Z test_make_fx_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:51.9952428Z test_make_fx_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T15:52:52.1701352Z test_make_fx_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.175s) 2022-09-27T15:52:52.2012137Z test_make_fx_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T15:52:52.2525136Z test_make_fx_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-09-27T15:52:52.3941081Z test_make_fx_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.142s) 2022-09-27T15:52:52.4281643Z test_make_fx_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-09-27T15:52:52.4624435Z test_make_fx_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-09-27T15:52:52.4870525Z test_make_fx_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T15:52:52.5101026Z test_make_fx_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-09-27T15:52:52.5159225Z test_make_fx_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:52.5219147Z test_make_fx_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:52.9214021Z test_make_fx_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.399s) 2022-09-27T15:52:52.9820237Z test_make_fx_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.061s) 2022-09-27T15:52:52.9904227Z test_make_fx_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:53.0012161Z test_make_fx_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-09-27T15:52:53.0124525Z test_make_fx_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-09-27T15:52:53.0207371Z test_make_fx_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:53.0288130Z test_make_fx_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:53.0517946Z test_make_fx_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-09-27T15:52:53.0702371Z test_make_fx_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T15:52:53.0879469Z test_make_fx_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T15:52:53.1087207Z test_make_fx_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-09-27T15:52:53.1172691Z test_make_fx_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:53.1301471Z test_make_fx_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:52:53.1401282Z test_make_fx_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:53.1495171Z test_make_fx_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:53.1615173Z test_make_fx_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T15:52:53.2023357Z test_make_fx_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-09-27T15:52:53.2436690Z test_make_fx_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-09-27T15:52:53.5470206Z test_make_fx_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.303s) 2022-09-27T15:52:53.5491054Z 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:52:53.5492053Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:52:53.5590006Z ok (0.012s) 2022-09-27T15:52:53.5615042Z 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:52:53.5616187Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:52:53.5935446Z ok (0.034s) 2022-09-27T15:52:53.6599431Z test_make_fx_exhaustive_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.066s) 2022-09-27T15:52:53.7724739Z test_make_fx_exhaustive_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.112s) 2022-09-27T15:52:53.7818428Z test_make_fx_exhaustive_norm_fro_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:53.7940422Z test_make_fx_exhaustive_norm_inf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T15:52:53.8028497Z test_make_fx_exhaustive_norm_nuc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:53.8189142Z test_make_fx_exhaustive_normal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T15:52:53.8226908Z test_make_fx_exhaustive_normal_number_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:53.8288919Z test_make_fx_exhaustive_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:53.8478032Z test_make_fx_exhaustive_ones_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-09-27T15:52:54.1451710Z test_make_fx_exhaustive_ormqr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.297s) 2022-09-27T15:52:54.1492052Z test_make_fx_exhaustive_outer_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:56.2856879Z test_make_fx_exhaustive_pca_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (2.136s) 2022-09-27T15:52:56.2979142Z test_make_fx_exhaustive_permute_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T15:52:56.3292232Z test_make_fx_exhaustive_pinverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T15:52:56.3560716Z test_make_fx_exhaustive_polar_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T15:52:56.3832056Z test_make_fx_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T15:52:56.4105061Z test_make_fx_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T15:52:56.4378897Z test_make_fx_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T15:52:56.4656122Z test_make_fx_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-09-27T15:52:56.4929432Z test_make_fx_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T15:52:56.5007949Z test_make_fx_exhaustive_positive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:56.5268345Z test_make_fx_exhaustive_pow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T15:52:56.6271115Z test_make_fx_exhaustive_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.100s) 2022-09-27T15:52:56.6897917Z test_make_fx_exhaustive_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-09-27T15:52:56.6924630Z 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:52:56.6925652Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-09-27T15:52:56.6926082Z Q, R = torch.qr(A, some) 2022-09-27T15:52:56.6926699Z should be replaced with 2022-09-27T15:52:56.6927515Z 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:52:56.6928092Z return op.op(*args, **kwargs) 2022-09-27T15:52:56.8011540Z ok (0.111s) 2022-09-27T15:52:56.8066972Z test_make_fx_exhaustive_quantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:52:56.8153907Z test_make_fx_exhaustive_rad2deg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:56.8381422Z test_make_fx_exhaustive_rand_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-09-27T15:52:56.8845943Z test_make_fx_exhaustive_randint_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-09-27T15:52:56.8919482Z test_make_fx_exhaustive_randn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:56.9147633Z test_make_fx_exhaustive_randn_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-09-27T15:52:56.9242463Z test_make_fx_exhaustive_ravel_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:56.9317127Z test_make_fx_exhaustive_real_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:56.9405357Z test_make_fx_exhaustive_reciprocal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:56.9671996Z test_make_fx_exhaustive_remainder_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T15:52:56.9796282Z test_make_fx_exhaustive_renorm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T15:52:57.0903693Z test_make_fx_exhaustive_repeat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.111s) 2022-09-27T15:52:57.1093669Z test_make_fx_exhaustive_repeat_interleave_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-09-27T15:52:57.1218192Z test_make_fx_exhaustive_reshape_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T15:52:57.1425220Z test_make_fx_exhaustive_reshape_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-09-27T15:52:57.1524986Z test_make_fx_exhaustive_resize__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:57.1624076Z test_make_fx_exhaustive_resize_as__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:57.1677290Z test_make_fx_exhaustive_resolve_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:57.1728427Z test_make_fx_exhaustive_resolve_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:57.2199065Z test_make_fx_exhaustive_roll_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T15:52:57.3194980Z test_make_fx_exhaustive_rot90_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.100s) 2022-09-27T15:52:57.3232268Z test_make_fx_exhaustive_round_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:57.3319731Z test_make_fx_exhaustive_round_decimals_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:57.3406268Z test_make_fx_exhaustive_round_decimals_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:57.3492795Z test_make_fx_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:57.3576393Z test_make_fx_exhaustive_rsqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:57.3887377Z test_make_fx_exhaustive_rsub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T15:52:57.4097765Z test_make_fx_exhaustive_scatter_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-09-27T15:52:57.6235662Z test_make_fx_exhaustive_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.214s) 2022-09-27T15:52:57.6265654Z 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:57.6266358Z return op.op(*args, **kwargs) 2022-09-27T15:52:57.6845865Z ok (0.061s) 2022-09-27T15:52:57.7455988Z test_make_fx_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.061s) 2022-09-27T15:52:57.8075564Z test_make_fx_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.062s) 2022-09-27T15:52:57.8689717Z test_make_fx_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.061s) 2022-09-27T15:52:57.9307393Z test_make_fx_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.062s) 2022-09-27T15:52:58.0622192Z 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:58.0623714Z return op.op(*args, **kwargs) 2022-09-27T15:52:58.0676573Z 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:58.0677559Z return op.op(*args, **kwargs) 2022-09-27T15:52:58.1977208Z ok (0.267s) 2022-09-27T15:52:58.4668603Z test_make_fx_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.269s) 2022-09-27T15:52:58.7347166Z test_make_fx_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.268s) 2022-09-27T15:52:58.7488760Z test_make_fx_exhaustive_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T15:52:58.7641106Z test_make_fx_exhaustive_select_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:58.7677737Z test_make_fx_exhaustive_sgn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:58.7814220Z test_make_fx_exhaustive_short_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T15:52:58.7897745Z test_make_fx_exhaustive_sigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:58.7933645Z test_make_fx_exhaustive_sign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:58.7967932Z test_make_fx_exhaustive_signbit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:58.8005742Z test_make_fx_exhaustive_sin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:58.8090100Z test_make_fx_exhaustive_sinc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:58.8125716Z test_make_fx_exhaustive_sinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:58.8435607Z test_make_fx_exhaustive_slice_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T15:52:58.8608896Z test_make_fx_exhaustive_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T15:52:58.8806046Z test_make_fx_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-09-27T15:52:59.0508905Z test_make_fx_exhaustive_sort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.170s) 2022-09-27T15:52:59.0519747Z 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:59.0521006Z torch.eye(m, n, device=device, dtype=dtype) 2022-09-27T15:52:59.0563102Z expected failure (0.006s) 2022-09-27T15:52:59.0651961Z test_make_fx_exhaustive_special_airy_ai_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:59.0738097Z test_make_fx_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:59.0836139Z test_make_fx_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:59.0921031Z test_make_fx_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:59.1005680Z test_make_fx_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:59.1260871Z test_make_fx_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T15:52:59.1515818Z test_make_fx_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T15:52:59.1520748Z 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:59.1525417Z 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:59.1584368Z test_make_fx_exhaustive_special_entr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:59.1669484Z test_make_fx_exhaustive_special_erfcx_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:59.1932131Z test_make_fx_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T15:52:59.2188129Z test_make_fx_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T15:52:59.2248460Z test_make_fx_exhaustive_special_i0e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:59.2307598Z test_make_fx_exhaustive_special_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:59.2368085Z test_make_fx_exhaustive_special_i1e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:59.2628647Z test_make_fx_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T15:52:59.2633905Z 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:59.2720352Z test_make_fx_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:59.2805595Z test_make_fx_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:59.2891338Z test_make_fx_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:59.2981566Z test_make_fx_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:59.3065620Z test_make_fx_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:59.3182955Z test_make_fx_exhaustive_special_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T15:52:59.3267410Z test_make_fx_exhaustive_special_ndtri_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:59.3538999Z test_make_fx_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T15:52:59.3623563Z test_make_fx_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:59.3708282Z test_make_fx_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:59.3712675Z test_make_fx_exhaustive_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:52:59.3716123Z 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:59.3719934Z 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:59.3723363Z 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:59.3807405Z test_make_fx_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:59.4072296Z test_make_fx_exhaustive_special_xlog1py_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T15:52:59.4326156Z test_make_fx_exhaustive_special_zeta_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T15:52:59.4392380Z test_make_fx_exhaustive_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:59.4501471Z test_make_fx_exhaustive_split_list_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-09-27T15:52:59.4643127Z test_make_fx_exhaustive_split_with_sizes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T15:52:59.4681145Z test_make_fx_exhaustive_sqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:59.4766688Z test_make_fx_exhaustive_square_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:59.4955555Z test_make_fx_exhaustive_squeeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-09-27T15:52:59.5216244Z test_make_fx_exhaustive_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T15:52:59.5471936Z test_make_fx_exhaustive_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T15:52:59.5749029Z test_make_fx_exhaustive_std_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-09-27T15:52:59.5799742Z 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:59.5800869Z normalized, onesided, return_complex) 2022-09-27T15:52:59.6187565Z ok (0.044s) 2022-09-27T15:52:59.6505689Z test_make_fx_exhaustive_sub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T15:52:59.7050462Z test_make_fx_exhaustive_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-09-27T15:52:59.7487941Z test_make_fx_exhaustive_sum_to_size_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-09-27T15:53:00.1160508Z test_make_fx_exhaustive_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.367s) 2022-09-27T15:53:02.8330212Z test_make_fx_exhaustive_svd_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (2.717s) 2022-09-27T15:53:02.8360998Z 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:53:02.8362463Z 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:53:02.8363184Z L, _ = torch.symeig(A, upper=upper) 2022-09-27T15:53:02.8363892Z should be replaced with 2022-09-27T15:53:02.8364543Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-09-27T15:53:02.8364899Z and 2022-09-27T15:53:02.8365237Z L, V = torch.symeig(A, eigenvectors=True) 2022-09-27T15:53:02.8365571Z should be replaced with 2022-09-27T15:53:02.8366372Z 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:53:02.8366944Z return op.op(*args, **kwargs) 2022-09-27T15:53:02.8618342Z ok (0.029s) 2022-09-27T15:53:02.8703014Z test_make_fx_exhaustive_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:53:02.8885481Z test_make_fx_exhaustive_take_along_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T15:53:02.9159411Z test_make_fx_exhaustive_take_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T15:53:02.9196912Z test_make_fx_exhaustive_tan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:53:02.9234339Z test_make_fx_exhaustive_tanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:53:02.9304300Z test_make_fx_exhaustive_tensor_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:53:02.9417258Z test_make_fx_exhaustive_tensordot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-09-27T15:53:03.2422286Z test_make_fx_exhaustive_tile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.300s) 2022-09-27T15:53:03.3137640Z test_make_fx_exhaustive_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.071s) 2022-09-27T15:53:03.3142235Z test_make_fx_exhaustive_to_sparse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:03.3546312Z test_make_fx_exhaustive_topk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-09-27T15:53:03.3578661Z test_make_fx_exhaustive_trace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-09-27T15:53:03.3791017Z test_make_fx_exhaustive_transpose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-09-27T15:53:03.4229923Z test_make_fx_exhaustive_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-09-27T15:53:03.4673998Z test_make_fx_exhaustive_trapz_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-09-27T15:53:03.4703147Z 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:53:03.4716400Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-09-27T15:53:03.4717045Z X = torch.triangular_solve(B, A).solution 2022-09-27T15:53:03.4717428Z should be replaced with 2022-09-27T15:53:03.4718050Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-09-27T15:53:03.4719031Z return op.op(*args, **kwargs) 2022-09-27T15:53:03.5058505Z ok (0.038s) 2022-09-27T15:53:03.5268567Z test_make_fx_exhaustive_tril_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-09-27T15:53:03.5485175Z test_make_fx_exhaustive_triu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-09-27T15:53:03.5733723Z test_make_fx_exhaustive_true_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T15:53:03.5769269Z test_make_fx_exhaustive_trunc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:53:03.5972256Z test_make_fx_exhaustive_unbind_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-09-27T15:53:03.6248119Z test_make_fx_exhaustive_unflatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T15:53:03.6844604Z test_make_fx_exhaustive_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.060s) 2022-09-27T15:53:03.6943128Z test_make_fx_exhaustive_uniform_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T15:53:04.0013324Z test_make_fx_exhaustive_unique_consecutive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.307s) 2022-09-27T15:53:04.3208784Z test_make_fx_exhaustive_unique_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.319s) 2022-09-27T15:53:04.3453814Z test_make_fx_exhaustive_unsqueeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-09-27T15:53:04.3713929Z test_make_fx_exhaustive_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T15:53:04.4005918Z test_make_fx_exhaustive_var_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-09-27T15:53:04.4041475Z test_make_fx_exhaustive_vdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:53:04.4075096Z test_make_fx_exhaustive_view_as_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-09-27T15:53:04.4194955Z test_make_fx_exhaustive_view_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T15:53:04.4397431Z test_make_fx_exhaustive_view_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-09-27T15:53:04.4477827Z test_make_fx_exhaustive_vsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:53:04.4552817Z test_make_fx_exhaustive_vstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-09-27T15:53:04.4706069Z test_make_fx_exhaustive_where_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-09-27T15:53:04.4964825Z test_make_fx_exhaustive_xlogy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T15:53:04.5059737Z test_make_fx_exhaustive_zero__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T15:53:04.5132192Z test_make_fx_exhaustive_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-09-27T15:53:04.5328700Z test_make_fx_exhaustive_zeros_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-09-27T15:53:04.5394142Z test_make_fx_fake_exhaustive_H_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-09-27T15:53:04.5465547Z test_make_fx_fake_exhaustive_T_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-09-27T15:53:04.6185792Z test_make_fx_fake_exhaustive___getitem___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.072s) 2022-09-27T15:53:04.6495819Z test_make_fx_fake_exhaustive___radd___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T15:53:04.6852235Z test_make_fx_fake_exhaustive___rdiv___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-09-27T15:53:04.7553568Z test_make_fx_fake_exhaustive___rmatmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.070s) 2022-09-27T15:53:04.7867245Z test_make_fx_fake_exhaustive___rmod___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T15:53:04.8188412Z test_make_fx_fake_exhaustive___rmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T15:53:04.8213121Z 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:53:04.8214103Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T15:53:04.8269708Z /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:04.8270622Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T15:53:04.8323393Z /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:04.8324280Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T15:53:04.8378596Z /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:04.8379450Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T15:53:04.8434037Z /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:04.8434897Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T15:53:04.8490887Z /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:04.8491734Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T15:53:04.8545112Z /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:04.8545927Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T15:53:04.8600124Z /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:04.8600936Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T15:53:04.8654458Z /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:04.8655275Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T15:53:04.8692067Z ok (0.050s) 2022-09-27T15:53:04.9016809Z test_make_fx_fake_exhaustive___rsub___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T15:53:05.3763325Z test_make_fx_fake_exhaustive__masked_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.474s) 2022-09-27T15:53:05.8541038Z test_make_fx_fake_exhaustive__masked_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.478s) 2022-09-27T15:53:06.1772788Z test_make_fx_fake_exhaustive__masked_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.323s) 2022-09-27T15:53:06.6634044Z test_make_fx_fake_exhaustive__masked_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.486s) 2022-09-27T15:53:06.7269448Z test_make_fx_fake_exhaustive__masked_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-09-27T15:53:06.7887142Z test_make_fx_fake_exhaustive__masked_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.062s) 2022-09-27T15:53:06.8722640Z test_make_fx_fake_exhaustive__masked_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.083s) 2022-09-27T15:53:06.9529465Z test_make_fx_fake_exhaustive__masked_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.081s) 2022-09-27T15:53:07.4514773Z test_make_fx_fake_exhaustive__masked_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.498s) 2022-09-27T15:53:08.2508174Z test_make_fx_fake_exhaustive__masked_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.799s) 2022-09-27T15:53:08.3353831Z test_make_fx_fake_exhaustive__masked_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.084s) 2022-09-27T15:53:08.8576341Z test_make_fx_fake_exhaustive__masked_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.522s) 2022-09-27T15:53:09.0240465Z test_make_fx_fake_exhaustive__masked_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.166s) 2022-09-27T15:53:09.5301058Z test_make_fx_fake_exhaustive__masked_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.506s) 2022-09-27T15:53:09.7905919Z test_make_fx_fake_exhaustive__masked_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.260s) 2022-09-27T15:53:09.8843894Z test_make_fx_fake_exhaustive__masked_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.094s) 2022-09-27T15:53:11.2621478Z test_make_fx_fake_exhaustive__masked_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.378s) 2022-09-27T15:53:11.7420951Z test_make_fx_fake_exhaustive__masked_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.480s) 2022-09-27T15:53:13.2843020Z test_make_fx_fake_exhaustive__masked_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.542s) 2022-09-27T15:53:13.2890493Z test_make_fx_fake_exhaustive_abs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T15:53:13.2998468Z test_make_fx_fake_exhaustive_acos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-09-27T15:53:13.3103483Z test_make_fx_fake_exhaustive_acosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T15:53:13.3508488Z test_make_fx_fake_exhaustive_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-09-27T15:53:13.3773727Z test_make_fx_fake_exhaustive_addbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T15:53:13.4240453Z test_make_fx_fake_exhaustive_addcdiv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T15:53:13.4726594Z test_make_fx_fake_exhaustive_addcmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-09-27T15:53:13.4853881Z test_make_fx_fake_exhaustive_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:53:13.4980875Z test_make_fx_fake_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:53:13.5231359Z test_make_fx_fake_exhaustive_addmv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T15:53:13.5475843Z test_make_fx_fake_exhaustive_addr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-09-27T15:53:13.5923592Z test_make_fx_fake_exhaustive_all_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-09-27T15:53:13.5970431Z test_make_fx_fake_exhaustive_allclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.005s) 2022-09-27T15:53:13.6660970Z test_make_fx_fake_exhaustive_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.069s) 2022-09-27T15:53:13.7350397Z test_make_fx_fake_exhaustive_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.069s) 2022-09-27T15:53:13.7573018Z 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:53:13.7574244Z return op.op(*args, **kwargs) 2022-09-27T15:53:13.7575232Z [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:53:13.7576782Z [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:53:13.7579481Z ok (0.023s) 2022-09-27T15:53:13.7627510Z test_make_fx_fake_exhaustive_angle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T15:53:13.8071658Z test_make_fx_fake_exhaustive_any_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-09-27T15:53:13.9152326Z test_make_fx_fake_exhaustive_arange_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.108s) 2022-09-27T15:53:13.9581283Z test_make_fx_fake_exhaustive_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-09-27T15:53:14.0018963Z test_make_fx_fake_exhaustive_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-09-27T15:53:14.1021575Z test_make_fx_fake_exhaustive_argsort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.100s) 2022-09-27T15:53:14.1054689Z test_make_fx_fake_exhaustive_argwhere_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.003s) 2022-09-27T15:53:14.1257705Z test_make_fx_fake_exhaustive_as_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-09-27T15:53:14.1471673Z test_make_fx_fake_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-09-27T15:53:14.1514943Z test_make_fx_fake_exhaustive_asin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:53:14.1558556Z test_make_fx_fake_exhaustive_asinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:53:14.1906878Z test_make_fx_fake_exhaustive_atan2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-09-27T15:53:14.1949222Z test_make_fx_fake_exhaustive_atan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:53:14.1992431Z test_make_fx_fake_exhaustive_atanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:53:14.2194531Z test_make_fx_fake_exhaustive_atleast_1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-09-27T15:53:14.2409734Z test_make_fx_fake_exhaustive_atleast_2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-09-27T15:53:14.2647816Z test_make_fx_fake_exhaustive_atleast_3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-09-27T15:53:14.2913495Z test_make_fx_fake_exhaustive_baddbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T15:53:14.3069325Z test_make_fx_fake_exhaustive_bernoulli_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T15:53:14.3259474Z test_make_fx_fake_exhaustive_bfloat16_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-09-27T15:53:14.3264131Z test_make_fx_fake_exhaustive_block_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:14.3310230Z test_make_fx_fake_exhaustive_bmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T15:53:14.3497224Z test_make_fx_fake_exhaustive_bool_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-09-27T15:53:14.3759929Z test_make_fx_fake_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T15:53:14.3834105Z test_make_fx_fake_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-09-27T15:53:14.4100381Z test_make_fx_fake_exhaustive_broadcast_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T15:53:14.6535792Z test_make_fx_fake_exhaustive_bucketize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.244s) 2022-09-27T15:53:14.6723038Z test_make_fx_fake_exhaustive_byte_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-09-27T15:53:14.6936186Z test_make_fx_fake_exhaustive_cartesian_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-09-27T15:53:14.7201791Z test_make_fx_fake_exhaustive_cat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T15:53:15.1408153Z test_make_fx_fake_exhaustive_cdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.421s) 2022-09-27T15:53:15.1452576Z test_make_fx_fake_exhaustive_ceil_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:53:15.1645300Z test_make_fx_fake_exhaustive_chalf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-09-27T15:53:15.1832521Z test_make_fx_fake_exhaustive_char_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-09-27T15:53:15.1991375Z test_make_fx_fake_exhaustive_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-09-27T15:53:15.2745471Z test_make_fx_fake_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.075s) 2022-09-27T15:53:15.4125115Z test_make_fx_fake_exhaustive_cholesky_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.138s) 2022-09-27T15:53:15.4265408Z test_make_fx_fake_exhaustive_chunk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T15:53:15.4477769Z test_make_fx_fake_exhaustive_clamp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-09-27T15:53:15.4820598Z test_make_fx_fake_exhaustive_clamp_max_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-09-27T15:53:15.5174401Z test_make_fx_fake_exhaustive_clamp_min_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-09-27T15:53:15.5249576Z test_make_fx_fake_exhaustive_clone_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:53:15.5385250Z test_make_fx_fake_exhaustive_column_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:53:15.5459473Z test_make_fx_fake_exhaustive_combinations_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.007s) 2022-09-27T15:53:15.5801934Z test_make_fx_fake_exhaustive_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-09-27T15:53:15.5902331Z test_make_fx_fake_exhaustive_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T15:53:15.5939282Z test_make_fx_fake_exhaustive_conj_physical_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:53:15.7802522Z test_make_fx_fake_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.186s) 2022-09-27T15:53:15.7867072Z test_make_fx_fake_exhaustive_contiguous_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-09-27T15:53:15.8205436Z test_make_fx_fake_exhaustive_copysign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-09-27T15:53:15.8279657Z test_make_fx_fake_exhaustive_corrcoef_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:53:15.8388334Z test_make_fx_fake_exhaustive_cos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-09-27T15:53:15.8496849Z test_make_fx_fake_exhaustive_cosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-09-27T15:53:16.0572120Z test_make_fx_fake_exhaustive_count_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.207s) 2022-09-27T15:53:16.0658490Z test_make_fx_fake_exhaustive_cov_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T15:53:16.0782517Z test_make_fx_fake_exhaustive_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T15:53:16.1054104Z test_make_fx_fake_exhaustive_cummax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T15:53:16.1320266Z test_make_fx_fake_exhaustive_cummin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T15:53:16.1687162Z test_make_fx_fake_exhaustive_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-09-27T15:53:16.1836618Z test_make_fx_fake_exhaustive_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-09-27T15:53:16.2493068Z test_make_fx_fake_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.065s) 2022-09-27T15:53:16.2605770Z test_make_fx_fake_exhaustive_deg2rad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-09-27T15:53:16.3152693Z test_make_fx_fake_exhaustive_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-09-27T15:53:16.3690728Z test_make_fx_fake_exhaustive_diag_embed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-09-27T15:53:16.3900575Z test_make_fx_fake_exhaustive_diagflat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-09-27T15:53:16.4420081Z test_make_fx_fake_exhaustive_diagonal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-09-27T15:53:16.4998901Z test_make_fx_fake_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-09-27T15:53:17.0173578Z test_make_fx_fake_exhaustive_diff_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.517s) 2022-09-27T15:53:17.0291582Z test_make_fx_fake_exhaustive_digamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T15:53:17.2198415Z test_make_fx_fake_exhaustive_dist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.191s) 2022-09-27T15:53:17.2571200Z test_make_fx_fake_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-09-27T15:53:17.2920733Z test_make_fx_fake_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-09-27T15:53:17.3292475Z test_make_fx_fake_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-09-27T15:53:17.3337113Z test_make_fx_fake_exhaustive_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:53:17.3530440Z test_make_fx_fake_exhaustive_double_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-09-27T15:53:17.3638645Z test_make_fx_fake_exhaustive_dsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-09-27T15:53:17.3776565Z test_make_fx_fake_exhaustive_dstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T15:53:17.4630659Z test_make_fx_fake_exhaustive_einsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.085s) 2022-09-27T15:53:17.4634406Z test_make_fx_fake_exhaustive_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:53:17.4638286Z test_make_fx_fake_exhaustive_empty_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:53:17.5014942Z test_make_fx_fake_exhaustive_eq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-09-27T15:53:17.5049396Z test_make_fx_fake_exhaustive_equal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.003s) 2022-09-27T15:53:17.5094274Z test_make_fx_fake_exhaustive_erf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:53:17.5205927Z test_make_fx_fake_exhaustive_erfc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-09-27T15:53:17.5251246Z test_make_fx_fake_exhaustive_erfinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:53:17.5360262Z test_make_fx_fake_exhaustive_exp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-09-27T15:53:17.5471384Z test_make_fx_fake_exhaustive_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-09-27T15:53:17.5603104Z test_make_fx_fake_exhaustive_expand_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:53:17.5948162Z test_make_fx_fake_exhaustive_expand_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-09-27T15:53:17.5995241Z test_make_fx_fake_exhaustive_expm1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T15:53:17.9738639Z test_make_fx_fake_exhaustive_eye_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.374s) 2022-09-27T15:53:18.0059410Z test_make_fx_fake_exhaustive_fft_fft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T15:53:18.0348289Z test_make_fx_fake_exhaustive_fft_fft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-09-27T15:53:18.0765696Z test_make_fx_fake_exhaustive_fft_fftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-09-27T15:53:18.0964745Z test_make_fx_fake_exhaustive_fft_fftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-09-27T15:53:18.1369871Z test_make_fx_fake_exhaustive_fft_hfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-09-27T15:53:18.1777704Z test_make_fx_fake_exhaustive_fft_hfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-09-27T15:53:18.2288390Z test_make_fx_fake_exhaustive_fft_hfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-09-27T15:53:18.2605596Z test_make_fx_fake_exhaustive_fft_ifft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T15:53:18.2929163Z test_make_fx_fake_exhaustive_fft_ifft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T15:53:18.3346616Z test_make_fx_fake_exhaustive_fft_ifftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-09-27T15:53:18.3546178Z test_make_fx_fake_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-09-27T15:53:18.3881481Z test_make_fx_fake_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-09-27T15:53:18.4344930Z test_make_fx_fake_exhaustive_fft_ihfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-09-27T15:53:18.4759590Z test_make_fx_fake_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-09-27T15:53:18.5082203Z test_make_fx_fake_exhaustive_fft_irfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T15:53:18.5426813Z test_make_fx_fake_exhaustive_fft_irfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-09-27T15:53:18.5839416Z test_make_fx_fake_exhaustive_fft_irfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-09-27T15:53:18.6113457Z test_make_fx_fake_exhaustive_fft_rfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T15:53:18.6411789Z test_make_fx_fake_exhaustive_fft_rfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-09-27T15:53:18.6765625Z test_make_fx_fake_exhaustive_fft_rfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-09-27T15:53:18.6907228Z test_make_fx_fake_exhaustive_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T15:53:18.7127465Z test_make_fx_fake_exhaustive_flatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-09-27T15:53:18.7513355Z test_make_fx_fake_exhaustive_flip_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-09-27T15:53:18.7596566Z test_make_fx_fake_exhaustive_fliplr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:53:18.7679951Z test_make_fx_fake_exhaustive_flipud_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:53:18.7849268Z test_make_fx_fake_exhaustive_float_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T15:53:18.8355124Z test_make_fx_fake_exhaustive_float_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-09-27T15:53:18.8400387Z test_make_fx_fake_exhaustive_floor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:53:18.8996805Z test_make_fx_fake_exhaustive_floor_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.060s) 2022-09-27T15:53:18.9360930Z test_make_fx_fake_exhaustive_fmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-09-27T15:53:18.9734161Z test_make_fx_fake_exhaustive_fmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-09-27T15:53:19.0101861Z test_make_fx_fake_exhaustive_fmod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-09-27T15:53:19.0219825Z test_make_fx_fake_exhaustive_frac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T15:53:19.0553713Z test_make_fx_fake_exhaustive_frexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-09-27T15:53:19.0896533Z test_make_fx_fake_exhaustive_full_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-09-27T15:53:19.1095142Z test_make_fx_fake_exhaustive_gather_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-09-27T15:53:19.1442447Z test_make_fx_fake_exhaustive_ge_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-09-27T15:53:19.5293178Z test_make_fx_fake_exhaustive_geqrf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.385s) 2022-09-27T15:53:19.7991494Z test_make_fx_fake_exhaustive_gradient_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.270s) 2022-09-27T15:53:19.8351347Z test_make_fx_fake_exhaustive_gt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-09-27T15:53:19.8555213Z test_make_fx_fake_exhaustive_half_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-09-27T15:53:19.8919895Z test_make_fx_fake_exhaustive_heaviside_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-09-27T15:53:21.0925721Z test_make_fx_fake_exhaustive_histc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.200s) 2022-09-27T15:53:22.0708497Z test_make_fx_fake_exhaustive_histogram_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.978s) 2022-09-27T15:53:23.6713061Z test_make_fx_fake_exhaustive_histogramdd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.600s) 2022-09-27T15:53:23.6825350Z test_make_fx_fake_exhaustive_hsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-09-27T15:53:23.6916659Z test_make_fx_fake_exhaustive_hstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:53:23.7271880Z test_make_fx_fake_exhaustive_hypot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-09-27T15:53:23.7349650Z test_make_fx_fake_exhaustive_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:53:23.7718017Z test_make_fx_fake_exhaustive_igamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-09-27T15:53:23.8075098Z test_make_fx_fake_exhaustive_igammac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-09-27T15:53:23.8460936Z test_make_fx_fake_exhaustive_index_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-09-27T15:53:23.8592296Z test_make_fx_fake_exhaustive_index_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:53:23.8736374Z test_make_fx_fake_exhaustive_index_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T15:53:23.8916949Z test_make_fx_fake_exhaustive_index_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T15:53:24.0316363Z test_make_fx_fake_exhaustive_index_reduce_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.140s) 2022-09-27T15:53:24.0440665Z test_make_fx_fake_exhaustive_index_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T15:53:24.0561561Z test_make_fx_fake_exhaustive_inner_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T15:53:24.0761154Z test_make_fx_fake_exhaustive_int_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-09-27T15:53:24.2532560Z test_make_fx_fake_exhaustive_isclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.177s) 2022-09-27T15:53:24.2699555Z test_make_fx_fake_exhaustive_isfinite_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T15:53:24.2785939Z test_make_fx_fake_exhaustive_isin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:53:24.2832266Z test_make_fx_fake_exhaustive_isinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T15:53:24.2879722Z test_make_fx_fake_exhaustive_isnan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T15:53:24.2923974Z test_make_fx_fake_exhaustive_isneginf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:53:24.2969299Z test_make_fx_fake_exhaustive_isposinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-09-27T15:53:24.3091417Z test_make_fx_fake_exhaustive_isreal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T15:53:24.3403725Z test_make_fx_fake_exhaustive_istft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.031s) 2022-09-27T15:53:24.3412228Z test_make_fx_fake_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:24.3420086Z test_make_fx_fake_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:24.3427713Z test_make_fx_fake_exhaustive_jiterator_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:24.3435335Z test_make_fx_fake_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:24.3442903Z test_make_fx_fake_exhaustive_jiterator_unary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:53:24.3512303Z test_make_fx_fake_exhaustive_kron_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-09-27T15:53:24.4662032Z test_make_fx_fake_exhaustive_kthvalue_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.115s) 2022-09-27T15:53:24.5076753Z test_make_fx_fake_exhaustive_ldexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-09-27T15:53:24.5427779Z test_make_fx_fake_exhaustive_le_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-09-27T15:53:24.6000927Z test_make_fx_fake_exhaustive_lerp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-09-27T15:53:24.6116954Z test_make_fx_fake_exhaustive_lgamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T15:53:24.7005074Z test_make_fx_fake_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.089s) 2022-09-27T15:53:24.7633383Z test_make_fx_fake_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-09-27T15:53:24.7847112Z test_make_fx_fake_exhaustive_linalg_cond_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-09-27T15:53:24.7971520Z test_make_fx_fake_exhaustive_linalg_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T15:53:24.8345858Z test_make_fx_fake_exhaustive_linalg_det_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-09-27T15:53:24.9571589Z test_make_fx_fake_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.122s) 2022-09-27T15:53:25.0466041Z test_make_fx_fake_exhaustive_linalg_eig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.089s) 2022-09-27T15:53:25.0810282Z test_make_fx_fake_exhaustive_linalg_eigh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-09-27T15:53:25.1706706Z test_make_fx_fake_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.089s) 2022-09-27T15:53:25.2056397Z test_make_fx_fake_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-09-27T15:53:25.2896202Z test_make_fx_fake_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.084s) 2022-09-27T15:53:25.3256402Z test_make_fx_fake_exhaustive_linalg_inv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-09-27T15:53:25.3595458Z test_make_fx_fake_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-09-27T15:53:25.3786957Z test_make_fx_fake_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-09-27T15:53:25.3962193Z test_make_fx_fake_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T15:53:25.4645086Z test_make_fx_fake_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.068s) 2022-09-27T15:53:25.4650827Z test_make_fx_fake_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:25.4655335Z test_make_fx_fake_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:53:25.5322616Z test_make_fx_fake_exhaustive_linalg_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.067s) 2022-09-27T15:53:25.6081815Z test_make_fx_fake_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.076s) 2022-09-27T15:53:25.6750074Z test_make_fx_fake_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.067s) 2022-09-27T15:53:26.0997201Z test_make_fx_fake_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.425s) 2022-09-27T15:53:26.4274683Z test_make_fx_fake_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.328s) 2022-09-27T15:53:26.5784605Z test_make_fx_fake_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.151s) 2022-09-27T15:53:27.1790966Z test_make_fx_fake_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.601s) 2022-09-27T15:53:27.2445060Z test_make_fx_fake_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.065s) 2022-09-27T15:53:27.2832390Z test_make_fx_fake_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-09-27T15:53:27.7151471Z test_make_fx_fake_exhaustive_linalg_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.432s) 2022-09-27T15:53:28.0381374Z test_make_fx_fake_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.323s) 2022-09-27T15:53:28.1524581Z test_make_fx_fake_exhaustive_linalg_pinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.114s) 2022-09-27T15:53:28.1879023Z test_make_fx_fake_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-09-27T15:53:28.1887223Z 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:53:28.3404432Z test_make_fx_fake_exhaustive_linalg_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.151s) 2022-09-27T15:53:28.3814080Z test_make_fx_fake_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-09-27T15:53:28.4727199Z test_make_fx_fake_exhaustive_linalg_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.091s) 2022-09-27T15:53:28.5582846Z test_make_fx_fake_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.085s) 2022-09-27T15:53:29.6545518Z test_make_fx_fake_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.096s) 2022-09-27T15:53:30.1015359Z test_make_fx_fake_exhaustive_linalg_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.447s) 2022-09-27T15:53:30.2496483Z test_make_fx_fake_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.148s) 2022-09-27T15:53:30.2639432Z test_make_fx_fake_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T15:53:30.2967171Z test_make_fx_fake_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-09-27T15:53:30.3616977Z test_make_fx_fake_exhaustive_linalg_vander_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.065s) 2022-09-27T15:53:30.5587740Z test_make_fx_fake_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.197s) 2022-09-27T15:53:30.9434785Z test_make_fx_fake_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.385s) 2022-09-27T15:53:31.1513549Z test_make_fx_fake_exhaustive_linspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.208s) 2022-09-27T15:53:31.1635681Z test_make_fx_fake_exhaustive_log10_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T15:53:31.1684620Z test_make_fx_fake_exhaustive_log1p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T15:53:31.1807169Z test_make_fx_fake_exhaustive_log2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T15:53:31.1929400Z test_make_fx_fake_exhaustive_log_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T15:53:31.2177052Z test_make_fx_fake_exhaustive_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T15:53:31.2474481Z test_make_fx_fake_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-09-27T15:53:31.2523874Z test_make_fx_fake_exhaustive_logaddexp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T15:53:31.2575005Z test_make_fx_fake_exhaustive_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T15:53:31.3218035Z test_make_fx_fake_exhaustive_logcumsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-09-27T15:53:31.3824230Z test_make_fx_fake_exhaustive_logdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.061s) 2022-09-27T15:53:31.4206006Z test_make_fx_fake_exhaustive_logical_and_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-09-27T15:53:31.4329674Z test_make_fx_fake_exhaustive_logical_not_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T15:53:31.4732185Z test_make_fx_fake_exhaustive_logical_or_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-09-27T15:53:31.5111156Z test_make_fx_fake_exhaustive_logical_xor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-09-27T15:53:31.5276485Z test_make_fx_fake_exhaustive_logit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T15:53:31.9813189Z test_make_fx_fake_exhaustive_logspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.454s) 2022-09-27T15:53:32.0468165Z test_make_fx_fake_exhaustive_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.065s) 2022-09-27T15:53:32.0678402Z test_make_fx_fake_exhaustive_long_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-09-27T15:53:32.1045727Z test_make_fx_fake_exhaustive_lt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-09-27T15:53:32.2464307Z test_make_fx_fake_exhaustive_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.142s) 2022-09-27T15:53:32.3652936Z test_make_fx_fake_exhaustive_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.119s) 2022-09-27T15:53:32.4362574Z test_make_fx_fake_exhaustive_lu_unpack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.071s) 2022-09-27T15:53:32.4596284Z test_make_fx_fake_exhaustive_mH_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-09-27T15:53:32.4840128Z test_make_fx_fake_exhaustive_mT_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-09-27T15:53:32.5180061Z test_make_fx_fake_exhaustive_masked_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-09-27T15:53:32.5363857Z test_make_fx_fake_exhaustive_masked_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T15:53:32.5410147Z test_make_fx_fake_exhaustive_masked_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.005s) 2022-09-27T15:53:32.6213747Z test_make_fx_fake_exhaustive_matmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.080s) 2022-09-27T15:53:32.6450765Z test_make_fx_fake_exhaustive_matrix_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-09-27T15:53:32.6828929Z test_make_fx_fake_exhaustive_max_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-09-27T15:53:32.6911858Z test_make_fx_fake_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:53:32.7094952Z test_make_fx_fake_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T15:53:32.7467658Z test_make_fx_fake_exhaustive_maximum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-09-27T15:53:32.8264703Z test_make_fx_fake_exhaustive_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.080s) 2022-09-27T15:53:32.9724403Z test_make_fx_fake_exhaustive_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.146s) 2022-09-27T15:53:33.0393678Z test_make_fx_fake_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.067s) 2022-09-27T15:53:33.1044657Z test_make_fx_fake_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.065s) 2022-09-27T15:53:33.1428211Z test_make_fx_fake_exhaustive_min_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-09-27T15:53:33.1510275Z test_make_fx_fake_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:53:33.1685430Z test_make_fx_fake_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T15:53:33.2067839Z test_make_fx_fake_exhaustive_minimum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-09-27T15:53:33.2119165Z test_make_fx_fake_exhaustive_mm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T15:53:33.2883856Z test_make_fx_fake_exhaustive_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.076s) 2022-09-27T15:53:33.2979141Z test_make_fx_fake_exhaustive_movedim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T15:53:33.3082512Z test_make_fx_fake_exhaustive_msort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T15:53:33.3458967Z test_make_fx_fake_exhaustive_mul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-09-27T15:53:33.3623759Z test_make_fx_fake_exhaustive_multinomial_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-09-27T15:53:33.3672691Z test_make_fx_fake_exhaustive_mv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T15:53:33.4079999Z test_make_fx_fake_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-09-27T15:53:33.4494351Z test_make_fx_fake_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-09-27T15:53:33.4904382Z test_make_fx_fake_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-09-27T15:53:33.5074242Z test_make_fx_fake_exhaustive_nan_to_num_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T15:53:33.7469990Z test_make_fx_fake_exhaustive_nanmean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.239s) 2022-09-27T15:53:33.8013928Z test_make_fx_fake_exhaustive_nanmedian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-09-27T15:53:33.8096591Z test_make_fx_fake_exhaustive_nanquantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:53:33.9446927Z test_make_fx_fake_exhaustive_nansum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.135s) 2022-09-27T15:53:33.9656214Z test_make_fx_fake_exhaustive_narrow_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-09-27T15:53:33.9739148Z test_make_fx_fake_exhaustive_narrow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:53:34.0763157Z test_make_fx_fake_exhaustive_native_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.102s) 2022-09-27T15:53:34.1138608Z test_make_fx_fake_exhaustive_ne_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-09-27T15:53:34.1186314Z test_make_fx_fake_exhaustive_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T15:53:34.1191500Z test_make_fx_fake_exhaustive_new_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:53:34.1195830Z 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:53:34.1528854Z test_make_fx_fake_exhaustive_new_full_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-09-27T15:53:34.1838160Z test_make_fx_fake_exhaustive_new_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T15:53:34.2148525Z test_make_fx_fake_exhaustive_new_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T15:53:34.2539872Z test_make_fx_fake_exhaustive_nextafter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-09-27T15:53:34.2853462Z test_make_fx_fake_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T15:53:34.3272595Z test_make_fx_fake_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-09-27T15:53:34.6858308Z test_make_fx_fake_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.358s) 2022-09-27T15:53:34.7320328Z test_make_fx_fake_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-09-27T15:53:34.8333842Z test_make_fx_fake_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.101s) 2022-09-27T15:53:34.9230540Z test_make_fx_fake_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.090s) 2022-09-27T15:53:34.9707630Z test_make_fx_fake_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-09-27T15:53:35.0038685Z test_make_fx_fake_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-09-27T15:53:35.0411827Z test_make_fx_fake_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-09-27T15:53:35.1198391Z test_make_fx_fake_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.079s) 2022-09-27T15:53:35.2396698Z test_make_fx_fake_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.120s) 2022-09-27T15:53:35.2902390Z test_make_fx_fake_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-09-27T15:53:35.4098053Z test_make_fx_fake_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.119s) 2022-09-27T15:53:35.4217710Z test_make_fx_fake_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T15:53:35.4783288Z test_make_fx_fake_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.056s) 2022-09-27T15:53:35.6500643Z test_make_fx_fake_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.172s) 2022-09-27T15:53:35.7077966Z test_make_fx_fake_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-09-27T15:53:35.7774229Z test_make_fx_fake_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.070s) 2022-09-27T15:53:35.8399611Z test_make_fx_fake_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.062s) 2022-09-27T15:53:35.9467982Z test_make_fx_fake_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.107s) 2022-09-27T15:53:36.0539328Z test_make_fx_fake_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.107s) 2022-09-27T15:53:36.1994743Z test_make_fx_fake_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.145s) 2022-09-27T15:53:36.2867772Z test_make_fx_fake_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.087s) 2022-09-27T15:53:36.2898137Z 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:53:36.2899457Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T15:53:36.2938123Z /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:36.2939831Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T15:53:36.2992090Z /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:36.2993412Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T15:53:36.3055333Z /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:36.3056697Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T15:53:36.3093200Z /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:36.3094515Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T15:53:36.3147590Z /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:36.3148878Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T15:53:36.3494968Z ok (0.063s) 2022-09-27T15:53:36.4172312Z test_make_fx_fake_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.068s) 2022-09-27T15:53:36.5048494Z test_make_fx_fake_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.088s) 2022-09-27T15:53:36.5174712Z test_make_fx_fake_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:53:36.8479925Z test_make_fx_fake_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.330s) 2022-09-27T15:53:36.8967152Z test_make_fx_fake_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-09-27T15:53:36.9368577Z test_make_fx_fake_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-09-27T15:53:36.9746519Z test_make_fx_fake_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-09-27T15:53:37.2032006Z test_make_fx_fake_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.228s) 2022-09-27T15:53:37.5156114Z test_make_fx_fake_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.312s) 2022-09-27T15:53:37.5208898Z test_make_fx_fake_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.005s) 2022-09-27T15:53:37.5536108Z test_make_fx_fake_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-09-27T15:53:37.7345559Z test_make_fx_fake_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.181s) 2022-09-27T15:53:38.0630908Z test_make_fx_fake_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.328s) 2022-09-27T15:53:38.0903517Z test_make_fx_fake_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T15:53:38.1142170Z test_make_fx_fake_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-09-27T15:53:38.1263496Z test_make_fx_fake_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T15:53:38.1430174Z test_make_fx_fake_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T15:53:38.1681022Z test_make_fx_fake_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T15:53:38.2858862Z test_make_fx_fake_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.118s) 2022-09-27T15:53:38.3290935Z test_make_fx_fake_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-09-27T15:53:38.4500442Z test_make_fx_fake_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.121s) 2022-09-27T15:53:38.5069453Z test_make_fx_fake_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-09-27T15:53:38.5589019Z test_make_fx_fake_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-09-27T15:53:38.6113765Z test_make_fx_fake_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-09-27T15:53:38.6610322Z test_make_fx_fake_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-09-27T15:53:38.7397920Z test_make_fx_fake_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.079s) 2022-09-27T15:53:38.7928368Z test_make_fx_fake_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.053s) 2022-09-27T15:53:38.8062871Z 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:53:38.8063626Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:53:38.8121921Z /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:38.8122544Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:53:38.8535401Z /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:38.8536249Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:53:38.8593758Z /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:38.8594386Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:53:38.8871986Z ok (0.094s) 2022-09-27T15:53:38.9186873Z test_make_fx_fake_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T15:53:38.9492610Z test_make_fx_fake_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-09-27T15:53:38.9852589Z test_make_fx_fake_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-09-27T15:53:39.0710446Z test_make_fx_fake_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.086s) 2022-09-27T15:53:39.1635701Z test_make_fx_fake_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.092s) 2022-09-27T15:53:39.1774897Z test_make_fx_fake_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T15:53:39.3400489Z test_make_fx_fake_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.162s) 2022-09-27T15:53:39.9800396Z test_make_fx_fake_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.640s) 2022-09-27T15:53:40.4794019Z test_make_fx_fake_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.499s) 2022-09-27T15:53:41.6857446Z test_make_fx_fake_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.206s) 2022-09-27T15:53:41.6862007Z test_make_fx_fake_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:41.9003793Z test_make_fx_fake_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.214s) 2022-09-27T15:53:41.9012720Z test_make_fx_fake_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:42.2138343Z test_make_fx_fake_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.312s) 2022-09-27T15:53:42.2142696Z test_make_fx_fake_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:53:42.3980019Z test_make_fx_fake_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.184s) 2022-09-27T15:53:42.4114171Z test_make_fx_fake_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:53:42.4383888Z test_make_fx_fake_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T15:53:42.4957728Z test_make_fx_fake_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-09-27T15:53:42.5313552Z test_make_fx_fake_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-09-27T15:53:42.5753956Z test_make_fx_fake_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-09-27T15:53:42.5758214Z test_make_fx_fake_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:53:42.6244641Z test_make_fx_fake_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-09-27T15:53:42.7097636Z test_make_fx_fake_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.085s) 2022-09-27T15:53:42.9277313Z test_make_fx_fake_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.218s) 2022-09-27T15:53:42.9806589Z test_make_fx_fake_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.053s) 2022-09-27T15:53:43.0347069Z test_make_fx_fake_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-09-27T15:53:43.0731375Z test_make_fx_fake_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-09-27T15:53:43.1741126Z test_make_fx_fake_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.101s) 2022-09-27T15:53:43.1830938Z test_make_fx_fake_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:53:43.1921617Z test_make_fx_fake_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:53:43.8175800Z test_make_fx_fake_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.625s) 2022-09-27T15:53:43.9231515Z test_make_fx_fake_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.106s) 2022-09-27T15:53:43.9377764Z test_make_fx_fake_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-09-27T15:53:43.9554318Z test_make_fx_fake_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T15:53:43.9939146Z test_make_fx_fake_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-09-27T15:53:44.0071162Z test_make_fx_fake_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:53:44.0197933Z test_make_fx_fake_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:53:44.0562125Z test_make_fx_fake_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-09-27T15:53:44.0851673Z test_make_fx_fake_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-09-27T15:53:44.1137110Z test_make_fx_fake_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-09-27T15:53:44.1480344Z test_make_fx_fake_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-09-27T15:53:44.1616728Z test_make_fx_fake_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T15:53:44.1824348Z test_make_fx_fake_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-09-27T15:53:44.1991559Z test_make_fx_fake_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T15:53:44.2149348Z test_make_fx_fake_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T15:53:44.2328128Z test_make_fx_fake_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T15:53:44.3007286Z test_make_fx_fake_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.068s) 2022-09-27T15:53:44.3705199Z test_make_fx_fake_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.070s) 2022-09-27T15:53:44.8493156Z test_make_fx_fake_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.479s) 2022-09-27T15:53:44.8521859Z 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:53:44.8522890Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:53:44.8564299Z /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:53:44.8565111Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:53:44.8608854Z /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:53:44.8609789Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:53:44.8652322Z /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:53:44.8653112Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:53:44.8678837Z ok (0.019s) 2022-09-27T15:53:44.8711575Z 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:53:44.8712593Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:53:44.8752671Z /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:53:44.8753465Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:53:44.8795296Z /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:53:44.8796066Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:53:44.8836481Z /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:53:44.8837272Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:53:44.8880144Z /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:53:44.8880941Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:53:44.8922212Z /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:53:44.8923005Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:53:44.8965833Z /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:53:44.8966623Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:53:44.9008122Z /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:53:44.9009283Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:53:44.9062964Z /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:53:44.9063757Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:53:44.9149119Z /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:53:44.9149900Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:53:44.9172934Z /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:53:44.9173734Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:53:44.9259007Z /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:53:44.9259794Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:53:44.9282583Z /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:53:44.9283376Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:53:44.9368232Z /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:53:44.9369212Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:53:44.9392873Z /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:53:44.9393788Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:53:44.9480149Z /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:53:44.9481002Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:53:44.9487327Z ok (0.081s) 2022-09-27T15:53:44.9533542Z test_make_fx_fake_exhaustive_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.005s) 2022-09-27T15:53:45.1316006Z test_make_fx_fake_exhaustive_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.178s) 2022-09-27T15:53:45.1460551Z test_make_fx_fake_exhaustive_norm_fro_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T15:53:45.1647426Z test_make_fx_fake_exhaustive_norm_inf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-09-27T15:53:45.1774286Z test_make_fx_fake_exhaustive_norm_nuc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:53:45.2018562Z test_make_fx_fake_exhaustive_normal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-09-27T15:53:45.2072068Z test_make_fx_fake_exhaustive_normal_number_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T15:53:45.2174153Z test_make_fx_fake_exhaustive_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T15:53:45.2518472Z test_make_fx_fake_exhaustive_ones_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-09-27T15:53:46.4050508Z test_make_fx_fake_exhaustive_ormqr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.153s) 2022-09-27T15:53:46.4111083Z test_make_fx_fake_exhaustive_outer_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-09-27T15:53:50.3381556Z test_make_fx_fake_exhaustive_pca_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (3.927s) 2022-09-27T15:53:50.3563196Z test_make_fx_fake_exhaustive_permute_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T15:53:50.4057998Z test_make_fx_fake_exhaustive_pinverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-09-27T15:53:50.5063997Z test_make_fx_fake_exhaustive_polar_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.100s) 2022-09-27T15:53:50.5480073Z test_make_fx_fake_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-09-27T15:53:50.5888441Z test_make_fx_fake_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-09-27T15:53:50.6294289Z test_make_fx_fake_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-09-27T15:53:50.6707880Z test_make_fx_fake_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-09-27T15:53:50.7111461Z test_make_fx_fake_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-09-27T15:53:50.7221183Z test_make_fx_fake_exhaustive_positive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-09-27T15:53:50.7616175Z test_make_fx_fake_exhaustive_pow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-09-27T15:53:50.9276865Z test_make_fx_fake_exhaustive_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.166s) 2022-09-27T15:53:51.0258508Z test_make_fx_fake_exhaustive_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.098s) 2022-09-27T15:53:51.1858481Z test_make_fx_fake_exhaustive_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.160s) 2022-09-27T15:53:51.1941369Z test_make_fx_fake_exhaustive_quantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:53:51.2069747Z test_make_fx_fake_exhaustive_rad2deg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:53:51.2441485Z test_make_fx_fake_exhaustive_rand_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-09-27T15:53:51.3199385Z test_make_fx_fake_exhaustive_randint_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.076s) 2022-09-27T15:53:51.3309122Z test_make_fx_fake_exhaustive_randn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-09-27T15:53:51.3677206Z test_make_fx_fake_exhaustive_randn_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-09-27T15:53:51.3813965Z test_make_fx_fake_exhaustive_ravel_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T15:53:51.3934940Z test_make_fx_fake_exhaustive_real_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T15:53:51.4059257Z test_make_fx_fake_exhaustive_reciprocal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T15:53:51.4459371Z test_make_fx_fake_exhaustive_remainder_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-09-27T15:53:51.4641920Z test_make_fx_fake_exhaustive_renorm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T15:53:51.6315638Z test_make_fx_fake_exhaustive_repeat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.167s) 2022-09-27T15:53:51.6388707Z test_make_fx_fake_exhaustive_repeat_interleave_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.007s) 2022-09-27T15:53:51.6579086Z test_make_fx_fake_exhaustive_reshape_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-09-27T15:53:51.6895148Z test_make_fx_fake_exhaustive_reshape_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T15:53:51.7040528Z test_make_fx_fake_exhaustive_resize__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-09-27T15:53:51.7199396Z test_make_fx_fake_exhaustive_resize_as__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T15:53:51.7274371Z test_make_fx_fake_exhaustive_resolve_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-09-27T15:53:51.7350886Z test_make_fx_fake_exhaustive_resolve_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:53:51.8041856Z test_make_fx_fake_exhaustive_roll_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.069s) 2022-09-27T15:53:51.9546298Z test_make_fx_fake_exhaustive_rot90_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.150s) 2022-09-27T15:53:51.9597472Z test_make_fx_fake_exhaustive_round_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T15:53:51.9727590Z test_make_fx_fake_exhaustive_round_decimals_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:53:51.9857371Z test_make_fx_fake_exhaustive_round_decimals_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:53:51.9987261Z test_make_fx_fake_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:53:52.0114287Z test_make_fx_fake_exhaustive_rsqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:53:52.0598791Z test_make_fx_fake_exhaustive_rsub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-09-27T15:53:52.0928386Z test_make_fx_fake_exhaustive_scatter_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-09-27T15:53:52.2017406Z test_make_fx_fake_exhaustive_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.109s) 2022-09-27T15:53:52.3034770Z test_make_fx_fake_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.102s) 2022-09-27T15:53:52.4025200Z test_make_fx_fake_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.099s) 2022-09-27T15:53:52.5033926Z test_make_fx_fake_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.101s) 2022-09-27T15:53:52.6043307Z test_make_fx_fake_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.101s) 2022-09-27T15:53:52.7049409Z test_make_fx_fake_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.100s) 2022-09-27T15:53:53.8199523Z test_make_fx_fake_exhaustive_searchsorted_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.115s) 2022-09-27T15:53:53.8363306Z test_make_fx_fake_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-09-27T15:53:54.8363406Z test_make_fx_fake_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.000s) 2022-09-27T15:53:54.8581644Z test_make_fx_fake_exhaustive_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-09-27T15:53:54.8814790Z test_make_fx_fake_exhaustive_select_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-09-27T15:53:54.8864537Z test_make_fx_fake_exhaustive_sgn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T15:53:54.9088328Z test_make_fx_fake_exhaustive_short_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-09-27T15:53:54.9226834Z test_make_fx_fake_exhaustive_sigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T15:53:54.9276379Z test_make_fx_fake_exhaustive_sign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T15:53:54.9327234Z test_make_fx_fake_exhaustive_signbit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T15:53:54.9377381Z test_make_fx_fake_exhaustive_sin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T15:53:54.9504516Z test_make_fx_fake_exhaustive_sinc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:53:54.9553925Z test_make_fx_fake_exhaustive_sinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T15:53:55.0007550Z test_make_fx_fake_exhaustive_slice_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-09-27T15:53:55.0262876Z test_make_fx_fake_exhaustive_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T15:53:55.0587693Z test_make_fx_fake_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T15:53:55.3124030Z test_make_fx_fake_exhaustive_sort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.254s) 2022-09-27T15:53:55.3146331Z test_make_fx_fake_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-09-27T15:53:55.3275043Z test_make_fx_fake_exhaustive_special_airy_ai_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:53:55.3402063Z test_make_fx_fake_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:53:55.3529401Z test_make_fx_fake_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:53:55.3656597Z test_make_fx_fake_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:53:55.3786017Z test_make_fx_fake_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:53:55.4203021Z test_make_fx_fake_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-09-27T15:53:55.4603785Z test_make_fx_fake_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-09-27T15:53:55.4608053Z 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:55.4611884Z 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:55.4700409Z test_make_fx_fake_exhaustive_special_entr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:53:55.4829905Z test_make_fx_fake_exhaustive_special_erfcx_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:53:55.5230839Z test_make_fx_fake_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-09-27T15:53:55.5644196Z test_make_fx_fake_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-09-27T15:53:55.5732595Z test_make_fx_fake_exhaustive_special_i0e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:53:55.5821117Z test_make_fx_fake_exhaustive_special_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:53:55.5908833Z test_make_fx_fake_exhaustive_special_i1e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:53:55.6310600Z test_make_fx_fake_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-09-27T15:53:55.6314861Z 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:55.6453380Z test_make_fx_fake_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T15:53:56.0645695Z test_make_fx_fake_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.419s) 2022-09-27T15:53:56.0774388Z test_make_fx_fake_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:53:56.0901515Z test_make_fx_fake_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:53:56.1029970Z test_make_fx_fake_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:53:56.1205649Z test_make_fx_fake_exhaustive_special_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T15:53:56.1335370Z test_make_fx_fake_exhaustive_special_ndtri_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:53:56.1745523Z test_make_fx_fake_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-09-27T15:53:56.1877143Z test_make_fx_fake_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:53:56.2004698Z test_make_fx_fake_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:53:56.2009121Z 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:56.2012696Z 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:56.2016536Z 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:56.2020524Z 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:56.2156195Z test_make_fx_fake_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:53:56.2554525Z test_make_fx_fake_exhaustive_special_xlog1py_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-09-27T15:53:56.2950297Z test_make_fx_fake_exhaustive_special_zeta_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-09-27T15:53:56.3046922Z test_make_fx_fake_exhaustive_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T15:53:56.3213453Z test_make_fx_fake_exhaustive_split_list_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T15:53:56.3417326Z test_make_fx_fake_exhaustive_split_with_sizes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-09-27T15:53:56.3469511Z test_make_fx_fake_exhaustive_sqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T15:53:56.3597537Z test_make_fx_fake_exhaustive_square_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:53:56.3888124Z test_make_fx_fake_exhaustive_squeeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-09-27T15:53:56.4289958Z test_make_fx_fake_exhaustive_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-09-27T15:53:56.4713275Z test_make_fx_fake_exhaustive_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-09-27T15:53:56.5185010Z test_make_fx_fake_exhaustive_std_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T15:53:56.5866486Z test_make_fx_fake_exhaustive_stft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.068s) 2022-09-27T15:53:56.6384259Z test_make_fx_fake_exhaustive_sub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-09-27T15:53:56.7229891Z test_make_fx_fake_exhaustive_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.084s) 2022-09-27T15:53:56.7880608Z test_make_fx_fake_exhaustive_sum_to_size_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.065s) 2022-09-27T15:53:57.3369992Z test_make_fx_fake_exhaustive_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.549s) 2022-09-27T15:54:01.9412904Z test_make_fx_fake_exhaustive_svd_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (4.604s) 2022-09-27T15:54:02.0389177Z test_make_fx_fake_exhaustive_symeig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.098s) 2022-09-27T15:54:02.0526127Z test_make_fx_fake_exhaustive_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:02.5792219Z test_make_fx_fake_exhaustive_take_along_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.526s) 2022-09-27T15:54:02.6900150Z test_make_fx_fake_exhaustive_take_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.111s) 2022-09-27T15:54:02.6954225Z test_make_fx_fake_exhaustive_tan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:02.7008931Z test_make_fx_fake_exhaustive_tanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:02.7085884Z test_make_fx_fake_exhaustive_tensor_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:54:02.7269130Z test_make_fx_fake_exhaustive_tensordot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T15:54:02.9650651Z test_make_fx_fake_exhaustive_tile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.238s) 2022-09-27T15:54:03.0873298Z test_make_fx_fake_exhaustive_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.122s) 2022-09-27T15:54:03.0878788Z test_make_fx_fake_exhaustive_to_sparse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:03.1534028Z test_make_fx_fake_exhaustive_topk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.065s) 2022-09-27T15:54:03.1584147Z test_make_fx_fake_exhaustive_trace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:03.1943470Z test_make_fx_fake_exhaustive_transpose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-09-27T15:54:03.2727764Z test_make_fx_fake_exhaustive_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.078s) 2022-09-27T15:54:03.3507141Z test_make_fx_fake_exhaustive_trapz_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.078s) 2022-09-27T15:54:03.4141610Z test_make_fx_fake_exhaustive_triangular_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-09-27T15:54:03.4498444Z test_make_fx_fake_exhaustive_tril_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-09-27T15:54:03.4864823Z test_make_fx_fake_exhaustive_triu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-09-27T15:54:03.5293346Z test_make_fx_fake_exhaustive_true_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-09-27T15:54:03.5347848Z test_make_fx_fake_exhaustive_trunc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:03.5668300Z test_make_fx_fake_exhaustive_unbind_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T15:54:03.6141717Z test_make_fx_fake_exhaustive_unflatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T15:54:03.7150680Z test_make_fx_fake_exhaustive_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.101s) 2022-09-27T15:54:03.7302632Z test_make_fx_fake_exhaustive_uniform_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-09-27T15:54:03.7447261Z test_make_fx_fake_exhaustive_unique_consecutive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.014s) 2022-09-27T15:54:03.7590934Z test_make_fx_fake_exhaustive_unique_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.014s) 2022-09-27T15:54:03.7990137Z test_make_fx_fake_exhaustive_unsqueeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-09-27T15:54:03.8416406Z test_make_fx_fake_exhaustive_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-09-27T15:54:03.8882941Z test_make_fx_fake_exhaustive_var_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T15:54:03.8936611Z test_make_fx_fake_exhaustive_vdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:03.8989445Z test_make_fx_fake_exhaustive_view_as_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:03.9184759Z test_make_fx_fake_exhaustive_view_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-09-27T15:54:03.9517527Z test_make_fx_fake_exhaustive_view_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-09-27T15:54:03.9641838Z test_make_fx_fake_exhaustive_vsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T15:54:03.9762644Z test_make_fx_fake_exhaustive_vstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T15:54:04.0027171Z test_make_fx_fake_exhaustive_where_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T15:54:04.0451117Z test_make_fx_fake_exhaustive_xlogy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-09-27T15:54:04.0599074Z test_make_fx_fake_exhaustive_zero__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-09-27T15:54:04.0716067Z test_make_fx_fake_exhaustive_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T15:54:04.1077632Z test_make_fx_fake_exhaustive_zeros_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-09-27T15:54:04.1213454Z test_make_fx_symbolic_exhaustive_H_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:04.1328201Z test_make_fx_symbolic_exhaustive_T_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-09-27T15:54:04.1421588Z test_make_fx_symbolic_exhaustive___getitem___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T15:54:04.2799682Z test_make_fx_symbolic_exhaustive___radd___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.138s) 2022-09-27T15:54:04.3948130Z test_make_fx_symbolic_exhaustive___rdiv___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.115s) 2022-09-27T15:54:05.4996136Z test_make_fx_symbolic_exhaustive___rmatmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.105s) 2022-09-27T15:54:05.6188746Z test_make_fx_symbolic_exhaustive___rmod___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.119s) 2022-09-27T15:54:05.7181822Z test_make_fx_symbolic_exhaustive___rmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.099s) 2022-09-27T15:54:05.7212867Z 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:54:05.7213470Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T15:54:05.8568467Z ok (0.139s) 2022-09-27T15:54:05.9546378Z test_make_fx_symbolic_exhaustive___rsub___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.098s) 2022-09-27T15:54:06.5437629Z test_make_fx_symbolic_exhaustive__masked_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.589s) 2022-09-27T15:54:07.1240325Z test_make_fx_symbolic_exhaustive__masked_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.580s) 2022-09-27T15:54:07.1686666Z test_make_fx_symbolic_exhaustive__masked_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.045s) 2022-09-27T15:54:07.2122875Z test_make_fx_symbolic_exhaustive__masked_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.044s) 2022-09-27T15:54:07.2238848Z test_make_fx_symbolic_exhaustive__masked_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-09-27T15:54:07.2353534Z test_make_fx_symbolic_exhaustive__masked_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-09-27T15:54:07.5118579Z test_make_fx_symbolic_exhaustive__masked_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.276s) 2022-09-27T15:54:07.5191287Z test_make_fx_symbolic_exhaustive__masked_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:54:07.5195827Z test_make_fx_symbolic_exhaustive__masked_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:54:07.6019954Z test_make_fx_symbolic_exhaustive__masked_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.082s) 2022-09-27T15:54:07.7428960Z test_make_fx_symbolic_exhaustive__masked_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.141s) 2022-09-27T15:54:08.4466389Z test_make_fx_symbolic_exhaustive__masked_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.704s) 2022-09-27T15:54:08.9522598Z test_make_fx_symbolic_exhaustive__masked_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.506s) 2022-09-27T15:54:09.5637663Z test_make_fx_symbolic_exhaustive__masked_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.611s) 2022-09-27T15:54:09.8219310Z test_make_fx_symbolic_exhaustive__masked_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.258s) 2022-09-27T15:54:10.0988568Z test_make_fx_symbolic_exhaustive__masked_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.277s) 2022-09-27T15:54:10.2124614Z test_make_fx_symbolic_exhaustive__masked_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.114s) 2022-09-27T15:54:10.7727345Z test_make_fx_symbolic_exhaustive__masked_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.560s) 2022-09-27T15:54:10.8828687Z test_make_fx_symbolic_exhaustive__masked_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.110s) 2022-09-27T15:54:10.8909660Z test_make_fx_symbolic_exhaustive_abs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:10.9080278Z test_make_fx_symbolic_exhaustive_acos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T15:54:10.9250449Z test_make_fx_symbolic_exhaustive_acosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T15:54:11.0484491Z test_make_fx_symbolic_exhaustive_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.123s) 2022-09-27T15:54:11.1523934Z test_make_fx_symbolic_exhaustive_addbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.104s) 2022-09-27T15:54:11.3347033Z test_make_fx_symbolic_exhaustive_addcdiv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.182s) 2022-09-27T15:54:11.5095412Z test_make_fx_symbolic_exhaustive_addcmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.175s) 2022-09-27T15:54:11.5707263Z test_make_fx_symbolic_exhaustive_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.061s) 2022-09-27T15:54:11.6208166Z test_make_fx_symbolic_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-09-27T15:54:11.6276864Z test_make_fx_symbolic_exhaustive_addmv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:54:11.6461830Z test_make_fx_symbolic_exhaustive_addr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.018s) 2022-09-27T15:54:11.7837903Z test_make_fx_symbolic_exhaustive_all_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.137s) 2022-09-27T15:54:11.7897141Z test_make_fx_symbolic_exhaustive_allclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:54:11.9517673Z test_make_fx_symbolic_exhaustive_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.162s) 2022-09-27T15:54:12.1130018Z test_make_fx_symbolic_exhaustive_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.161s) 2022-09-27T15:54:12.1190240Z test_make_fx_symbolic_exhaustive_aminmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:54:12.1266541Z test_make_fx_symbolic_exhaustive_angle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:12.2480908Z test_make_fx_symbolic_exhaustive_any_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.121s) 2022-09-27T15:54:12.3928593Z test_make_fx_symbolic_exhaustive_arange_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.145s) 2022-09-27T15:54:12.4113612Z test_make_fx_symbolic_exhaustive_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.018s) 2022-09-27T15:54:12.4300321Z test_make_fx_symbolic_exhaustive_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.019s) 2022-09-27T15:54:12.4362746Z test_make_fx_symbolic_exhaustive_argsort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:54:12.4415725Z test_make_fx_symbolic_exhaustive_argwhere_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.005s) 2022-09-27T15:54:12.4920888Z test_make_fx_symbolic_exhaustive_as_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-09-27T15:54:12.5042281Z test_make_fx_symbolic_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-09-27T15:54:12.5124552Z test_make_fx_symbolic_exhaustive_asin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:12.5206281Z test_make_fx_symbolic_exhaustive_asinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:12.6268518Z test_make_fx_symbolic_exhaustive_atan2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.106s) 2022-09-27T15:54:12.6352715Z test_make_fx_symbolic_exhaustive_atan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:12.6435263Z test_make_fx_symbolic_exhaustive_atanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:12.6841086Z test_make_fx_symbolic_exhaustive_atleast_1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-09-27T15:54:12.7237859Z test_make_fx_symbolic_exhaustive_atleast_2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-09-27T15:54:12.7711453Z test_make_fx_symbolic_exhaustive_atleast_3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T15:54:12.7808146Z test_make_fx_symbolic_exhaustive_baddbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T15:54:12.7864614Z test_make_fx_symbolic_exhaustive_bernoulli_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:54:12.8359693Z test_make_fx_symbolic_exhaustive_bfloat16_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-09-27T15:54:12.8364062Z test_make_fx_symbolic_exhaustive_block_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:54:12.8534587Z test_make_fx_symbolic_exhaustive_bmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T15:54:12.8914172Z test_make_fx_symbolic_exhaustive_bool_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-09-27T15:54:12.9320310Z test_make_fx_symbolic_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-09-27T15:54:12.9519619Z test_make_fx_symbolic_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-09-27T15:54:13.0086828Z test_make_fx_symbolic_exhaustive_broadcast_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-09-27T15:54:13.0157869Z test_make_fx_symbolic_exhaustive_bucketize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:54:13.0530273Z test_make_fx_symbolic_exhaustive_byte_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-09-27T15:54:13.0672806Z test_make_fx_symbolic_exhaustive_cartesian_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-09-27T15:54:13.1402429Z test_make_fx_symbolic_exhaustive_cat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.073s) 2022-09-27T15:54:13.1670765Z test_make_fx_symbolic_exhaustive_cdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.027s) 2022-09-27T15:54:13.1755675Z test_make_fx_symbolic_exhaustive_ceil_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:13.2137766Z test_make_fx_symbolic_exhaustive_chalf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-09-27T15:54:13.2513976Z test_make_fx_symbolic_exhaustive_char_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-09-27T15:54:13.2577001Z test_make_fx_symbolic_exhaustive_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:54:13.2631705Z test_make_fx_symbolic_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.005s) 2022-09-27T15:54:13.2687279Z test_make_fx_symbolic_exhaustive_cholesky_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.005s) 2022-09-27T15:54:13.2775244Z test_make_fx_symbolic_exhaustive_chunk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T15:54:13.4389329Z test_make_fx_symbolic_exhaustive_clamp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.161s) 2022-09-27T15:54:13.6135162Z test_make_fx_symbolic_exhaustive_clamp_max_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.175s) 2022-09-27T15:54:13.7893576Z test_make_fx_symbolic_exhaustive_clamp_min_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.176s) 2022-09-27T15:54:13.8041828Z test_make_fx_symbolic_exhaustive_clone_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-09-27T15:54:13.8239496Z test_make_fx_symbolic_exhaustive_column_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-09-27T15:54:13.8335931Z test_make_fx_symbolic_exhaustive_combinations_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.010s) 2022-09-27T15:54:14.5169861Z test_make_fx_symbolic_exhaustive_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.683s) 2022-09-27T15:54:14.5309466Z test_make_fx_symbolic_exhaustive_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:14.5369803Z test_make_fx_symbolic_exhaustive_conj_physical_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:14.5504324Z test_make_fx_symbolic_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-09-27T15:54:14.5609428Z test_make_fx_symbolic_exhaustive_contiguous_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T15:54:14.7232756Z test_make_fx_symbolic_exhaustive_copysign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.162s) 2022-09-27T15:54:14.7359356Z test_make_fx_symbolic_exhaustive_corrcoef_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-09-27T15:54:14.7537696Z test_make_fx_symbolic_exhaustive_cos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T15:54:14.7710829Z test_make_fx_symbolic_exhaustive_cosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T15:54:14.7759602Z test_make_fx_symbolic_exhaustive_count_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.005s) 2022-09-27T15:54:14.7862726Z test_make_fx_symbolic_exhaustive_cov_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T15:54:14.8002390Z test_make_fx_symbolic_exhaustive_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-09-27T15:54:14.8063756Z test_make_fx_symbolic_exhaustive_cummax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:54:14.8123800Z test_make_fx_symbolic_exhaustive_cummin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:54:14.8182695Z test_make_fx_symbolic_exhaustive_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:54:14.8241574Z test_make_fx_symbolic_exhaustive_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:54:14.8312030Z test_make_fx_symbolic_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:54:14.8363342Z test_make_fx_symbolic_exhaustive_deg2rad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.005s) 2022-09-27T15:54:14.9873731Z test_make_fx_symbolic_exhaustive_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.151s) 2022-09-27T15:54:14.9960174Z test_make_fx_symbolic_exhaustive_diag_embed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T15:54:15.0545369Z test_make_fx_symbolic_exhaustive_diagflat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-09-27T15:54:15.3825214Z test_make_fx_symbolic_exhaustive_diagonal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.328s) 2022-09-27T15:54:15.3903768Z test_make_fx_symbolic_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:54:15.4054714Z test_make_fx_symbolic_exhaustive_diff_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-09-27T15:54:15.4242749Z test_make_fx_symbolic_exhaustive_digamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-09-27T15:54:15.4342436Z test_make_fx_symbolic_exhaustive_dist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T15:54:15.8830517Z test_make_fx_symbolic_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.449s) 2022-09-27T15:54:15.9844329Z test_make_fx_symbolic_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.101s) 2022-09-27T15:54:16.0976345Z test_make_fx_symbolic_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.113s) 2022-09-27T15:54:16.1048099Z test_make_fx_symbolic_exhaustive_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:16.1547509Z test_make_fx_symbolic_exhaustive_double_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-09-27T15:54:16.1613112Z test_make_fx_symbolic_exhaustive_dsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:54:16.2121291Z test_make_fx_symbolic_exhaustive_dstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-09-27T15:54:16.2207089Z test_make_fx_symbolic_exhaustive_einsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T15:54:16.2211459Z test_make_fx_symbolic_exhaustive_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:54:16.2215341Z test_make_fx_symbolic_exhaustive_empty_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:54:16.3337048Z test_make_fx_symbolic_exhaustive_eq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.112s) 2022-09-27T15:54:16.3383939Z test_make_fx_symbolic_exhaustive_equal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.005s) 2022-09-27T15:54:16.3466538Z test_make_fx_symbolic_exhaustive_erf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:16.3642418Z test_make_fx_symbolic_exhaustive_erfc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T15:54:16.3724796Z test_make_fx_symbolic_exhaustive_erfinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:16.3897251Z test_make_fx_symbolic_exhaustive_exp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T15:54:16.4071323Z test_make_fx_symbolic_exhaustive_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T15:54:16.4163252Z test_make_fx_symbolic_exhaustive_expand_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T15:54:16.4885137Z test_make_fx_symbolic_exhaustive_expand_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.072s) 2022-09-27T15:54:16.4966585Z test_make_fx_symbolic_exhaustive_expm1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:16.9950535Z test_make_fx_symbolic_exhaustive_eye_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.498s) 2022-09-27T15:54:17.0059112Z test_make_fx_symbolic_exhaustive_fft_fft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-09-27T15:54:17.0163059Z test_make_fx_symbolic_exhaustive_fft_fft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T15:54:17.0275306Z test_make_fx_symbolic_exhaustive_fft_fftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-09-27T15:54:17.0371968Z test_make_fx_symbolic_exhaustive_fft_fftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T15:54:17.0489151Z test_make_fx_symbolic_exhaustive_fft_hfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-09-27T15:54:17.0641168Z test_make_fx_symbolic_exhaustive_fft_hfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-09-27T15:54:17.0764859Z test_make_fx_symbolic_exhaustive_fft_hfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-09-27T15:54:17.0881756Z test_make_fx_symbolic_exhaustive_fft_ifft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-09-27T15:54:17.0996701Z test_make_fx_symbolic_exhaustive_fft_ifft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-09-27T15:54:17.1111558Z test_make_fx_symbolic_exhaustive_fft_ifftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-09-27T15:54:17.1203033Z test_make_fx_symbolic_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T15:54:17.1313436Z test_make_fx_symbolic_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-09-27T15:54:17.1416394Z test_make_fx_symbolic_exhaustive_fft_ihfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T15:54:17.1525981Z test_make_fx_symbolic_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-09-27T15:54:17.1637903Z test_make_fx_symbolic_exhaustive_fft_irfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-09-27T15:54:17.1774695Z test_make_fx_symbolic_exhaustive_fft_irfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-09-27T15:54:17.1892174Z test_make_fx_symbolic_exhaustive_fft_irfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-09-27T15:54:17.2006442Z test_make_fx_symbolic_exhaustive_fft_rfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-09-27T15:54:17.2109897Z test_make_fx_symbolic_exhaustive_fft_rfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T15:54:17.2236947Z test_make_fx_symbolic_exhaustive_fft_rfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-09-27T15:54:17.2306677Z test_make_fx_symbolic_exhaustive_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:54:17.2402074Z test_make_fx_symbolic_exhaustive_flatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T15:54:17.3097341Z test_make_fx_symbolic_exhaustive_flip_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.069s) 2022-09-27T15:54:17.3236555Z test_make_fx_symbolic_exhaustive_fliplr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:17.3375697Z test_make_fx_symbolic_exhaustive_flipud_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:17.3697253Z test_make_fx_symbolic_exhaustive_float_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T15:54:17.5110434Z test_make_fx_symbolic_exhaustive_float_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.141s) 2022-09-27T15:54:17.5195242Z test_make_fx_symbolic_exhaustive_floor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:17.9561399Z test_make_fx_symbolic_exhaustive_floor_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.436s) 2022-09-27T15:54:18.0635224Z test_make_fx_symbolic_exhaustive_fmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.107s) 2022-09-27T15:54:18.1633659Z test_make_fx_symbolic_exhaustive_fmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.100s) 2022-09-27T15:54:18.2670462Z test_make_fx_symbolic_exhaustive_fmod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.104s) 2022-09-27T15:54:18.2940266Z test_make_fx_symbolic_exhaustive_frac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T15:54:18.2994487Z test_make_fx_symbolic_exhaustive_frexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.005s) 2022-09-27T15:54:18.3115327Z test_make_fx_symbolic_exhaustive_full_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-09-27T15:54:18.3184826Z test_make_fx_symbolic_exhaustive_gather_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:54:18.4177388Z test_make_fx_symbolic_exhaustive_ge_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.099s) 2022-09-27T15:54:18.4238808Z test_make_fx_symbolic_exhaustive_geqrf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:54:18.4328300Z test_make_fx_symbolic_exhaustive_gradient_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T15:54:18.5327779Z test_make_fx_symbolic_exhaustive_gt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.100s) 2022-09-27T15:54:18.5718376Z test_make_fx_symbolic_exhaustive_half_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-09-27T15:54:18.7590289Z test_make_fx_symbolic_exhaustive_heaviside_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.187s) 2022-09-27T15:54:18.7674038Z test_make_fx_symbolic_exhaustive_histc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:54:18.7801789Z test_make_fx_symbolic_exhaustive_histogram_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-09-27T15:54:18.8042579Z test_make_fx_symbolic_exhaustive_histogramdd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.024s) 2022-09-27T15:54:18.8140432Z test_make_fx_symbolic_exhaustive_hsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T15:54:18.8482862Z test_make_fx_symbolic_exhaustive_hstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-09-27T15:54:18.9499076Z test_make_fx_symbolic_exhaustive_hypot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.102s) 2022-09-27T15:54:18.9554423Z test_make_fx_symbolic_exhaustive_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.005s) 2022-09-27T15:54:19.0572858Z test_make_fx_symbolic_exhaustive_igamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.102s) 2022-09-27T15:54:19.1571530Z test_make_fx_symbolic_exhaustive_igammac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.100s) 2022-09-27T15:54:19.1669381Z test_make_fx_symbolic_exhaustive_index_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T15:54:19.1766620Z test_make_fx_symbolic_exhaustive_index_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T15:54:19.1998661Z test_make_fx_symbolic_exhaustive_index_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.023s) 2022-09-27T15:54:19.2072886Z test_make_fx_symbolic_exhaustive_index_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:54:19.2169950Z test_make_fx_symbolic_exhaustive_index_reduce_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T15:54:19.2356008Z test_make_fx_symbolic_exhaustive_index_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-09-27T15:54:19.2443617Z test_make_fx_symbolic_exhaustive_inner_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T15:54:19.2833785Z test_make_fx_symbolic_exhaustive_int_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-09-27T15:54:19.3145600Z test_make_fx_symbolic_exhaustive_isclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.031s) 2022-09-27T15:54:19.3437160Z test_make_fx_symbolic_exhaustive_isfinite_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-09-27T15:54:19.3496856Z test_make_fx_symbolic_exhaustive_isin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:54:19.3632963Z test_make_fx_symbolic_exhaustive_isinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:19.3713086Z test_make_fx_symbolic_exhaustive_isnan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:19.3797521Z test_make_fx_symbolic_exhaustive_isneginf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:19.3887047Z test_make_fx_symbolic_exhaustive_isposinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:19.3946714Z test_make_fx_symbolic_exhaustive_isreal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:54:19.4036585Z test_make_fx_symbolic_exhaustive_istft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T15:54:19.4044424Z test_make_fx_symbolic_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:19.4052188Z test_make_fx_symbolic_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:19.4059868Z test_make_fx_symbolic_exhaustive_jiterator_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:19.4067287Z test_make_fx_symbolic_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:19.4074750Z test_make_fx_symbolic_exhaustive_jiterator_unary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:54:19.4172354Z test_make_fx_symbolic_exhaustive_kron_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T15:54:19.4237205Z test_make_fx_symbolic_exhaustive_kthvalue_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:54:19.5415226Z test_make_fx_symbolic_exhaustive_ldexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.118s) 2022-09-27T15:54:19.6435330Z test_make_fx_symbolic_exhaustive_le_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.102s) 2022-09-27T15:54:19.6513365Z test_make_fx_symbolic_exhaustive_lerp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:54:19.6694139Z test_make_fx_symbolic_exhaustive_lgamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T15:54:19.6761863Z test_make_fx_symbolic_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:54:19.6824416Z test_make_fx_symbolic_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:54:19.6913277Z test_make_fx_symbolic_exhaustive_linalg_cond_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T15:54:19.6978536Z test_make_fx_symbolic_exhaustive_linalg_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:54:19.7160905Z test_make_fx_symbolic_exhaustive_linalg_det_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.018s) 2022-09-27T15:54:19.7278714Z test_make_fx_symbolic_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-09-27T15:54:19.7340963Z test_make_fx_symbolic_exhaustive_linalg_eig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:54:19.7405247Z test_make_fx_symbolic_exhaustive_linalg_eigh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:54:19.7468082Z test_make_fx_symbolic_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:54:19.7530942Z test_make_fx_symbolic_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:54:19.7598772Z test_make_fx_symbolic_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:54:19.7660861Z test_make_fx_symbolic_exhaustive_linalg_inv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:54:19.7721720Z test_make_fx_symbolic_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:54:19.7781938Z test_make_fx_symbolic_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:54:19.7841022Z test_make_fx_symbolic_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:54:19.7915490Z test_make_fx_symbolic_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:54:19.7920621Z test_make_fx_symbolic_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:54:19.7924267Z test_make_fx_symbolic_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:54:19.7982801Z test_make_fx_symbolic_exhaustive_linalg_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:54:19.8046217Z test_make_fx_symbolic_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:54:19.8104089Z test_make_fx_symbolic_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:54:19.8187787Z test_make_fx_symbolic_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:54:19.8943418Z test_make_fx_symbolic_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.075s) 2022-09-27T15:54:19.9409253Z test_make_fx_symbolic_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.046s) 2022-09-27T15:54:19.9504768Z test_make_fx_symbolic_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T15:54:19.9598682Z test_make_fx_symbolic_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T15:54:19.9699325Z test_make_fx_symbolic_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T15:54:20.3463530Z test_make_fx_symbolic_exhaustive_linalg_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.376s) 2022-09-27T15:54:20.6656088Z test_make_fx_symbolic_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.319s) 2022-09-27T15:54:20.6721914Z test_make_fx_symbolic_exhaustive_linalg_pinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:54:20.6784280Z test_make_fx_symbolic_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:54:20.6792211Z 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:54:20.6851694Z test_make_fx_symbolic_exhaustive_linalg_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:54:20.7027960Z test_make_fx_symbolic_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.018s) 2022-09-27T15:54:20.7094937Z test_make_fx_symbolic_exhaustive_linalg_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:54:20.7160385Z test_make_fx_symbolic_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:54:20.7226255Z test_make_fx_symbolic_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:54:20.7719530Z test_make_fx_symbolic_exhaustive_linalg_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.049s) 2022-09-27T15:54:20.7781464Z test_make_fx_symbolic_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:54:20.7898656Z test_make_fx_symbolic_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-09-27T15:54:20.7996466Z test_make_fx_symbolic_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T15:54:20.8238214Z test_make_fx_symbolic_exhaustive_linalg_vander_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.024s) 2022-09-27T15:54:21.2548272Z test_make_fx_symbolic_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.431s) 2022-09-27T15:54:22.1252035Z test_make_fx_symbolic_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.870s) 2022-09-27T15:54:22.3985475Z test_make_fx_symbolic_exhaustive_linspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.273s) 2022-09-27T15:54:22.4177280Z test_make_fx_symbolic_exhaustive_log10_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-09-27T15:54:22.4261730Z test_make_fx_symbolic_exhaustive_log1p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:22.4448552Z test_make_fx_symbolic_exhaustive_log2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-09-27T15:54:22.4632024Z test_make_fx_symbolic_exhaustive_log_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T15:54:22.5765007Z test_make_fx_symbolic_exhaustive_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.113s) 2022-09-27T15:54:22.7053816Z test_make_fx_symbolic_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.129s) 2022-09-27T15:54:22.7123057Z test_make_fx_symbolic_exhaustive_logaddexp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:54:22.7189490Z test_make_fx_symbolic_exhaustive_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:54:22.7256749Z test_make_fx_symbolic_exhaustive_logcumsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:54:22.7515282Z test_make_fx_symbolic_exhaustive_logdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.026s) 2022-09-27T15:54:22.8824699Z test_make_fx_symbolic_exhaustive_logical_and_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.131s) 2022-09-27T15:54:22.9015077Z test_make_fx_symbolic_exhaustive_logical_not_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-09-27T15:54:23.0334309Z test_make_fx_symbolic_exhaustive_logical_or_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.132s) 2022-09-27T15:54:23.1666455Z test_make_fx_symbolic_exhaustive_logical_xor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.133s) 2022-09-27T15:54:23.2386321Z test_make_fx_symbolic_exhaustive_logit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.072s) 2022-09-27T15:54:23.8349146Z test_make_fx_symbolic_exhaustive_logspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.596s) 2022-09-27T15:54:24.1257292Z test_make_fx_symbolic_exhaustive_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.291s) 2022-09-27T15:54:24.1655007Z test_make_fx_symbolic_exhaustive_long_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-09-27T15:54:24.2676958Z test_make_fx_symbolic_exhaustive_lt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.102s) 2022-09-27T15:54:24.2745937Z test_make_fx_symbolic_exhaustive_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:54:24.2833801Z test_make_fx_symbolic_exhaustive_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T15:54:24.2900736Z test_make_fx_symbolic_exhaustive_lu_unpack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:54:24.3354574Z test_make_fx_symbolic_exhaustive_mH_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-09-27T15:54:24.3785748Z test_make_fx_symbolic_exhaustive_mT_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-09-27T15:54:24.3861153Z test_make_fx_symbolic_exhaustive_masked_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:54:24.3937805Z test_make_fx_symbolic_exhaustive_masked_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:54:24.4010135Z test_make_fx_symbolic_exhaustive_masked_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:54:25.4264095Z test_make_fx_symbolic_exhaustive_matmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.025s) 2022-09-27T15:54:25.4354488Z test_make_fx_symbolic_exhaustive_matrix_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T15:54:25.5613586Z test_make_fx_symbolic_exhaustive_max_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.126s) 2022-09-27T15:54:25.5751875Z test_make_fx_symbolic_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:25.5819105Z test_make_fx_symbolic_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:54:25.6858433Z test_make_fx_symbolic_exhaustive_maximum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.104s) 2022-09-27T15:54:25.8805637Z test_make_fx_symbolic_exhaustive_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.195s) 2022-09-27T15:54:25.8859873Z test_make_fx_symbolic_exhaustive_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.005s) 2022-09-27T15:54:25.9069668Z test_make_fx_symbolic_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.021s) 2022-09-27T15:54:25.9278596Z test_make_fx_symbolic_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.021s) 2022-09-27T15:54:26.0359645Z test_make_fx_symbolic_exhaustive_min_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.108s) 2022-09-27T15:54:26.0487542Z test_make_fx_symbolic_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:26.0553657Z test_make_fx_symbolic_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:54:26.1599311Z test_make_fx_symbolic_exhaustive_minimum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.104s) 2022-09-27T15:54:26.1712274Z test_make_fx_symbolic_exhaustive_mm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-09-27T15:54:26.1781403Z test_make_fx_symbolic_exhaustive_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:54:26.1998428Z test_make_fx_symbolic_exhaustive_movedim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-09-27T15:54:26.2058889Z test_make_fx_symbolic_exhaustive_msort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:54:26.3093327Z test_make_fx_symbolic_exhaustive_mul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.103s) 2022-09-27T15:54:26.3156011Z test_make_fx_symbolic_exhaustive_multinomial_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:54:26.3313494Z test_make_fx_symbolic_exhaustive_mv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T15:54:26.4716009Z test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.140s) 2022-09-27T15:54:26.5922522Z test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.121s) 2022-09-27T15:54:26.7093428Z test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.117s) 2022-09-27T15:54:26.7668430Z test_make_fx_symbolic_exhaustive_nan_to_num_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-09-27T15:54:27.2634274Z test_make_fx_symbolic_exhaustive_nanmean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.496s) 2022-09-27T15:54:27.3616204Z test_make_fx_symbolic_exhaustive_nanmedian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.098s) 2022-09-27T15:54:27.3719314Z test_make_fx_symbolic_exhaustive_nanquantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T15:54:27.6061954Z test_make_fx_symbolic_exhaustive_nansum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.234s) 2022-09-27T15:54:27.6138523Z test_make_fx_symbolic_exhaustive_narrow_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:54:27.6232982Z test_make_fx_symbolic_exhaustive_narrow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T15:54:28.0551418Z test_make_fx_symbolic_exhaustive_native_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.432s) 2022-09-27T15:54:28.1706540Z test_make_fx_symbolic_exhaustive_ne_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.115s) 2022-09-27T15:54:28.1809433Z test_make_fx_symbolic_exhaustive_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T15:54:28.1814207Z test_make_fx_symbolic_exhaustive_new_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:28.1817800Z 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:54:28.2321705Z test_make_fx_symbolic_exhaustive_new_full_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-09-27T15:54:28.2793459Z test_make_fx_symbolic_exhaustive_new_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T15:54:28.3278041Z test_make_fx_symbolic_exhaustive_new_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-09-27T15:54:28.4337083Z test_make_fx_symbolic_exhaustive_nextafter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.106s) 2022-09-27T15:54:28.4425330Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T15:54:28.4725601Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.030s) 2022-09-27T15:54:28.5058282Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.033s) 2022-09-27T15:54:28.5155658Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T15:54:28.5228443Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:54:28.5298369Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:54:28.5395059Z test_make_fx_symbolic_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T15:54:28.5472747Z test_make_fx_symbolic_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:54:28.5573760Z test_make_fx_symbolic_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T15:54:28.6204658Z test_make_fx_symbolic_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.063s) 2022-09-27T15:54:28.6344155Z test_make_fx_symbolic_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-09-27T15:54:28.8275425Z test_make_fx_symbolic_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.193s) 2022-09-27T15:54:29.9237439Z test_make_fx_symbolic_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.096s) 2022-09-27T15:54:29.9504692Z test_make_fx_symbolic_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-09-27T15:54:31.2153231Z test_make_fx_symbolic_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (1.265s) 2022-09-27T15:54:33.8684583Z test_make_fx_symbolic_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (2.653s) 2022-09-27T15:54:34.2171154Z test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.349s) 2022-09-27T15:54:35.4001503Z test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.183s) 2022-09-27T15:54:38.8713519Z test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (3.471s) 2022-09-27T15:54:38.9171391Z test_make_fx_symbolic_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.046s) 2022-09-27T15:54:38.9288604Z test_make_fx_symbolic_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-09-27T15:54:38.9405372Z test_make_fx_symbolic_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-09-27T15:54:38.9619020Z test_make_fx_symbolic_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.021s) 2022-09-27T15:54:38.9674953Z 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:54:38.9676538Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T15:54:38.9877029Z expected failure (0.026s) 2022-09-27T15:54:39.0407886Z test_make_fx_symbolic_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.053s) 2022-09-27T15:54:39.0641270Z test_make_fx_symbolic_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.023s) 2022-09-27T15:54:39.1043382Z test_make_fx_symbolic_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-09-27T15:54:39.1169219Z test_make_fx_symbolic_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-09-27T15:54:39.1265542Z test_make_fx_symbolic_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T15:54:39.1472595Z test_make_fx_symbolic_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.021s) 2022-09-27T15:54:39.2057483Z test_make_fx_symbolic_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-09-27T15:54:39.2157232Z test_make_fx_symbolic_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T15:54:39.2313996Z test_make_fx_symbolic_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-09-27T15:54:39.2460283Z test_make_fx_symbolic_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-09-27T15:54:39.4081223Z test_make_fx_symbolic_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.162s) 2022-09-27T15:54:39.4794868Z test_make_fx_symbolic_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.071s) 2022-09-27T15:54:39.5036228Z test_make_fx_symbolic_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.024s) 2022-09-27T15:54:39.5327518Z test_make_fx_symbolic_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.029s) 2022-09-27T15:54:39.6123658Z test_make_fx_symbolic_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.080s) 2022-09-27T15:54:39.6592157Z test_make_fx_symbolic_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T15:54:39.7728575Z test_make_fx_symbolic_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.114s) 2022-09-27T15:54:39.8834149Z test_make_fx_symbolic_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.110s) 2022-09-27T15:54:39.8906081Z test_make_fx_symbolic_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:54:40.1851420Z test_make_fx_symbolic_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.294s) 2022-09-27T15:54:40.2011502Z test_make_fx_symbolic_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-09-27T15:54:40.2127492Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-09-27T15:54:40.2227606Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T15:54:40.2326986Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T15:54:40.2408046Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:54:40.2490211Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:54:40.2592432Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T15:54:40.2985778Z 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:54:40.2986544Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:54:40.6567338Z ok (0.397s) 2022-09-27T15:54:40.7575895Z test_make_fx_symbolic_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.101s) 2022-09-27T15:54:40.9415085Z test_make_fx_symbolic_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.184s) 2022-09-27T15:54:41.0613390Z test_make_fx_symbolic_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.120s) 2022-09-27T15:54:41.1471824Z test_make_fx_symbolic_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.086s) 2022-09-27T15:54:41.1668183Z test_make_fx_symbolic_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-09-27T15:54:41.2034324Z test_make_fx_symbolic_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-09-27T15:54:41.2708168Z test_make_fx_symbolic_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.067s) 2022-09-27T15:54:41.2813928Z test_make_fx_symbolic_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-09-27T15:54:54.3035594Z test_make_fx_symbolic_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (13.022s) 2022-09-27T15:54:54.3228557Z test_make_fx_symbolic_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.019s) 2022-09-27T15:54:54.3233987Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:54:54.3374144Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-09-27T15:54:54.3379514Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:54:54.3603326Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.022s) 2022-09-27T15:54:54.3607908Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:54:54.3882250Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.027s) 2022-09-27T15:54:54.4423853Z test_make_fx_symbolic_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-09-27T15:54:54.5901443Z test_make_fx_symbolic_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.148s) 2022-09-27T15:54:54.5976732Z test_make_fx_symbolic_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:54:54.6043664Z test_make_fx_symbolic_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:54:54.8362398Z test_make_fx_symbolic_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.232s) 2022-09-27T15:54:54.8366307Z test_make_fx_symbolic_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:54:54.9021547Z test_make_fx_symbolic_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.065s) 2022-09-27T15:54:54.9145223Z test_make_fx_symbolic_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-09-27T15:54:54.9293416Z test_make_fx_symbolic_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-09-27T15:54:54.9362240Z test_make_fx_symbolic_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:54:54.9428958Z test_make_fx_symbolic_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:54:55.0950568Z test_make_fx_symbolic_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.152s) 2022-09-27T15:54:55.1011245Z test_make_fx_symbolic_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:54:55.1096510Z test_make_fx_symbolic_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:54:55.1175353Z test_make_fx_symbolic_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:54:55.1484087Z test_make_fx_symbolic_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.031s) 2022-09-27T15:54:55.4837522Z test_make_fx_symbolic_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.335s) 2022-09-27T15:54:55.5395578Z test_make_fx_symbolic_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.056s) 2022-09-27T15:54:55.5826209Z test_make_fx_symbolic_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-09-27T15:54:55.5915186Z test_make_fx_symbolic_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T15:54:55.6310062Z test_make_fx_symbolic_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-09-27T15:54:55.6628462Z test_make_fx_symbolic_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T15:54:55.6782332Z test_make_fx_symbolic_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-09-27T15:54:55.7879385Z test_make_fx_symbolic_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.110s) 2022-09-27T15:54:55.9362485Z test_make_fx_symbolic_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.148s) 2022-09-27T15:54:56.1008915Z test_make_fx_symbolic_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.165s) 2022-09-27T15:54:56.1370818Z test_make_fx_symbolic_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-09-27T15:54:56.2385961Z test_make_fx_symbolic_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.101s) 2022-09-27T15:54:56.2683332Z test_make_fx_symbolic_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-09-27T15:54:56.2947291Z test_make_fx_symbolic_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T15:54:56.3386435Z test_make_fx_symbolic_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-09-27T15:54:56.7868867Z test_make_fx_symbolic_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.448s) 2022-09-27T15:54:57.2406622Z test_make_fx_symbolic_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.454s) 2022-09-27T15:54:57.2483445Z test_make_fx_symbolic_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:54:57.2571919Z 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:57.2572547Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:54:57.2599478Z expected failure (0.012s) 2022-09-27T15:54:57.2655134Z 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:57.2655718Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:54:57.2680251Z expected failure (0.008s) 2022-09-27T15:54:57.2741854Z test_make_fx_symbolic_exhaustive_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.006s) 2022-09-27T15:54:57.9810702Z test_make_fx_symbolic_exhaustive_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.707s) 2022-09-27T15:54:58.0256036Z test_make_fx_symbolic_exhaustive_norm_fro_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-09-27T15:54:58.0804261Z test_make_fx_symbolic_exhaustive_norm_inf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-09-27T15:54:58.0899735Z test_make_fx_symbolic_exhaustive_norm_nuc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T15:54:58.1039937Z test_make_fx_symbolic_exhaustive_normal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-09-27T15:54:58.1118488Z test_make_fx_symbolic_exhaustive_normal_number_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:54:58.1257076Z test_make_fx_symbolic_exhaustive_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:58.1394494Z test_make_fx_symbolic_exhaustive_ones_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-09-27T15:54:58.1607069Z test_make_fx_symbolic_exhaustive_ormqr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.021s) 2022-09-27T15:54:58.1707478Z test_make_fx_symbolic_exhaustive_outer_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T15:54:58.2317358Z test_make_fx_symbolic_exhaustive_pca_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.061s) 2022-09-27T15:54:58.2816427Z test_make_fx_symbolic_exhaustive_permute_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-09-27T15:54:58.2920699Z test_make_fx_symbolic_exhaustive_pinverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T15:54:58.2989472Z test_make_fx_symbolic_exhaustive_polar_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:54:58.3064908Z test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:54:58.3140329Z test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:54:58.3213725Z test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:54:58.3287027Z test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:54:58.3359478Z test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:54:58.3542118Z test_make_fx_symbolic_exhaustive_positive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T15:54:58.5063356Z test_make_fx_symbolic_exhaustive_pow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.152s) 2022-09-27T15:54:59.7367869Z test_make_fx_symbolic_exhaustive_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.230s) 2022-09-27T15:54:59.7451400Z test_make_fx_symbolic_exhaustive_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:54:59.7525165Z test_make_fx_symbolic_exhaustive_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:54:59.7624916Z test_make_fx_symbolic_exhaustive_quantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T15:54:59.7688241Z test_make_fx_symbolic_exhaustive_rad2deg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:54:59.7833114Z test_make_fx_symbolic_exhaustive_rand_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-09-27T15:54:59.8050708Z test_make_fx_symbolic_exhaustive_randint_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.022s) 2022-09-27T15:54:59.8197662Z test_make_fx_symbolic_exhaustive_randn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-09-27T15:54:59.8342631Z test_make_fx_symbolic_exhaustive_randn_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-09-27T15:54:59.8925973Z test_make_fx_symbolic_exhaustive_ravel_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-09-27T15:54:59.9105040Z test_make_fx_symbolic_exhaustive_real_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-09-27T15:54:59.9336917Z test_make_fx_symbolic_exhaustive_reciprocal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-09-27T15:55:00.0629097Z test_make_fx_symbolic_exhaustive_remainder_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.129s) 2022-09-27T15:55:00.0707921Z test_make_fx_symbolic_exhaustive_renorm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:55:00.3684886Z test_make_fx_symbolic_exhaustive_repeat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.297s) 2022-09-27T15:55:00.3779569Z test_make_fx_symbolic_exhaustive_repeat_interleave_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.009s) 2022-09-27T15:55:00.3895398Z test_make_fx_symbolic_exhaustive_reshape_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-09-27T15:55:00.3999730Z test_make_fx_symbolic_exhaustive_reshape_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T15:55:00.4125550Z test_make_fx_symbolic_exhaustive_resize__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-09-27T15:55:00.4262475Z test_make_fx_symbolic_exhaustive_resize_as__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-09-27T15:55:00.4387139Z test_make_fx_symbolic_exhaustive_resolve_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T15:55:00.4522277Z test_make_fx_symbolic_exhaustive_resolve_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-09-27T15:55:00.4664994Z test_make_fx_symbolic_exhaustive_roll_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-09-27T15:55:00.8715232Z test_make_fx_symbolic_exhaustive_rot90_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.405s) 2022-09-27T15:55:00.8789540Z test_make_fx_symbolic_exhaustive_round_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:55:00.8862651Z test_make_fx_symbolic_exhaustive_round_decimals_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:55:00.8927049Z test_make_fx_symbolic_exhaustive_round_decimals_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:55:00.8992641Z test_make_fx_symbolic_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:55:00.9206312Z test_make_fx_symbolic_exhaustive_rsqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-09-27T15:55:01.0890349Z test_make_fx_symbolic_exhaustive_rsub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.168s) 2022-09-27T15:55:01.0991286Z test_make_fx_symbolic_exhaustive_scatter_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T15:55:01.1090638Z test_make_fx_symbolic_exhaustive_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T15:55:01.1184959Z test_make_fx_symbolic_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T15:55:01.1278007Z test_make_fx_symbolic_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T15:55:01.1370276Z test_make_fx_symbolic_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T15:55:01.1462480Z test_make_fx_symbolic_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T15:55:01.1554695Z test_make_fx_symbolic_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T15:55:01.1679416Z test_make_fx_symbolic_exhaustive_searchsorted_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-09-27T15:55:01.1751944Z test_make_fx_symbolic_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:55:01.1824438Z test_make_fx_symbolic_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:55:01.1901072Z test_make_fx_symbolic_exhaustive_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:55:01.1990178Z test_make_fx_symbolic_exhaustive_select_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T15:55:01.2096380Z test_make_fx_symbolic_exhaustive_sgn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T15:55:01.2795591Z test_make_fx_symbolic_exhaustive_short_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.070s) 2022-09-27T15:55:01.3111251Z test_make_fx_symbolic_exhaustive_sigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T15:55:01.3211710Z test_make_fx_symbolic_exhaustive_sign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T15:55:01.3331603Z test_make_fx_symbolic_exhaustive_signbit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T15:55:01.3436630Z test_make_fx_symbolic_exhaustive_sin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T15:55:01.3770078Z test_make_fx_symbolic_exhaustive_sinc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-09-27T15:55:01.3870707Z test_make_fx_symbolic_exhaustive_sinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T15:55:01.3968610Z test_make_fx_symbolic_exhaustive_slice_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T15:55:01.5335966Z test_make_fx_symbolic_exhaustive_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.137s) 2022-09-27T15:55:01.6915715Z test_make_fx_symbolic_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.158s) 2022-09-27T15:55:01.6990929Z test_make_fx_symbolic_exhaustive_sort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:55:01.7066417Z test_make_fx_symbolic_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:55:01.7133137Z test_make_fx_symbolic_exhaustive_special_airy_ai_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:55:01.7199140Z test_make_fx_symbolic_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:55:01.7264805Z test_make_fx_symbolic_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:55:01.7334006Z test_make_fx_symbolic_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:55:01.7399117Z test_make_fx_symbolic_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:55:01.7528654Z test_make_fx_symbolic_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-09-27T15:55:01.7658305Z test_make_fx_symbolic_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-09-27T15:55:01.7663668Z 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:55:01.7669014Z 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:55:01.7735293Z test_make_fx_symbolic_exhaustive_special_entr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:55:01.7801097Z test_make_fx_symbolic_exhaustive_special_erfcx_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:55:01.7933476Z test_make_fx_symbolic_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-09-27T15:55:01.8071196Z test_make_fx_symbolic_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-09-27T15:55:01.8215114Z test_make_fx_symbolic_exhaustive_special_i0e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T15:55:01.8359024Z test_make_fx_symbolic_exhaustive_special_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T15:55:01.8501920Z test_make_fx_symbolic_exhaustive_special_i1e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-09-27T15:55:01.8631578Z test_make_fx_symbolic_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-09-27T15:55:01.8637293Z test_make_fx_symbolic_exhaustive_special_legendre_polynomial_p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:55:01.8702896Z test_make_fx_symbolic_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:55:01.8767795Z test_make_fx_symbolic_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:55:01.8834178Z test_make_fx_symbolic_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:55:01.8899609Z test_make_fx_symbolic_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:55:01.8964070Z test_make_fx_symbolic_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:55:01.9310041Z test_make_fx_symbolic_exhaustive_special_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-09-27T15:55:01.9379869Z test_make_fx_symbolic_exhaustive_special_ndtri_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:55:01.9451738Z test_make_fx_symbolic_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:55:01.9516508Z test_make_fx_symbolic_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:55:01.9580214Z test_make_fx_symbolic_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:55:01.9585213Z 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:55:01.9588632Z 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:55:01.9592493Z 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:55:01.9596052Z 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:55:01.9660131Z test_make_fx_symbolic_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-09-27T15:55:01.9785671Z test_make_fx_symbolic_exhaustive_special_xlog1py_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-09-27T15:55:02.1126756Z test_make_fx_symbolic_exhaustive_special_zeta_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.134s) 2022-09-27T15:55:02.1210762Z test_make_fx_symbolic_exhaustive_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:55:02.1336413Z test_make_fx_symbolic_exhaustive_split_list_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-09-27T15:55:02.1460202Z test_make_fx_symbolic_exhaustive_split_with_sizes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-09-27T15:55:02.1563992Z test_make_fx_symbolic_exhaustive_sqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T15:55:02.1797790Z test_make_fx_symbolic_exhaustive_square_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-09-27T15:55:02.2374577Z test_make_fx_symbolic_exhaustive_squeeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-09-27T15:55:02.4189240Z test_make_fx_symbolic_exhaustive_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.181s) 2022-09-27T15:55:02.6659757Z test_make_fx_symbolic_exhaustive_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.247s) 2022-09-27T15:55:02.8218413Z test_make_fx_symbolic_exhaustive_std_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.156s) 2022-09-27T15:55:02.8326511Z test_make_fx_symbolic_exhaustive_stft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-09-27T15:55:03.0083262Z test_make_fx_symbolic_exhaustive_sub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.175s) 2022-09-27T15:55:03.2318970Z test_make_fx_symbolic_exhaustive_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.223s) 2022-09-27T15:55:03.2487514Z test_make_fx_symbolic_exhaustive_sum_to_size_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.017s) 2022-09-27T15:55:03.3149585Z test_make_fx_symbolic_exhaustive_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.066s) 2022-09-27T15:55:03.3789752Z test_make_fx_symbolic_exhaustive_svd_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.064s) 2022-09-27T15:55:03.3872837Z test_make_fx_symbolic_exhaustive_symeig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:55:03.4127315Z test_make_fx_symbolic_exhaustive_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-09-27T15:55:03.4259936Z test_make_fx_symbolic_exhaustive_take_along_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-09-27T15:55:03.4349346Z test_make_fx_symbolic_exhaustive_take_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T15:55:03.4464325Z test_make_fx_symbolic_exhaustive_tan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-09-27T15:55:03.4575088Z test_make_fx_symbolic_exhaustive_tanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-09-27T15:55:03.4698112Z test_make_fx_symbolic_exhaustive_tensor_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-09-27T15:55:03.4834583Z test_make_fx_symbolic_exhaustive_tensordot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-09-27T15:55:03.8872320Z test_make_fx_symbolic_exhaustive_tile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.404s) 2022-09-27T15:55:03.8876067Z test_make_fx_symbolic_exhaustive_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:55:03.8880342Z test_make_fx_symbolic_exhaustive_to_sparse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:55:03.8965294Z test_make_fx_symbolic_exhaustive_topk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:55:03.9085035Z test_make_fx_symbolic_exhaustive_trace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-09-27T15:55:03.9788436Z test_make_fx_symbolic_exhaustive_transpose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.070s) 2022-09-27T15:55:03.9902534Z test_make_fx_symbolic_exhaustive_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-09-27T15:55:04.0019309Z test_make_fx_symbolic_exhaustive_trapz_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-09-27T15:55:04.0104890Z test_make_fx_symbolic_exhaustive_triangular_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-09-27T15:55:04.0177242Z test_make_fx_symbolic_exhaustive_tril_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:55:04.0247434Z test_make_fx_symbolic_exhaustive_triu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:55:04.1572969Z test_make_fx_symbolic_exhaustive_true_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.132s) 2022-09-27T15:55:04.1684797Z test_make_fx_symbolic_exhaustive_trunc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-09-27T15:55:04.1755519Z test_make_fx_symbolic_exhaustive_unbind_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:55:04.1858237Z test_make_fx_symbolic_exhaustive_unflatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T15:55:04.2024887Z test_make_fx_symbolic_exhaustive_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.017s) 2022-09-27T15:55:04.2099823Z test_make_fx_symbolic_exhaustive_uniform_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-09-27T15:55:04.2257870Z test_make_fx_symbolic_exhaustive_unique_consecutive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.016s) 2022-09-27T15:55:04.2416557Z test_make_fx_symbolic_exhaustive_unique_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.016s) 2022-09-27T15:55:04.3219050Z test_make_fx_symbolic_exhaustive_unsqueeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.080s) 2022-09-27T15:55:04.5542466Z test_make_fx_symbolic_exhaustive_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.232s) 2022-09-27T15:55:04.7037282Z test_make_fx_symbolic_exhaustive_var_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.149s) 2022-09-27T15:55:04.7126838Z test_make_fx_symbolic_exhaustive_vdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-09-27T15:55:04.7213209Z test_make_fx_symbolic_exhaustive_view_as_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T15:55:04.7339627Z test_make_fx_symbolic_exhaustive_view_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-09-27T15:55:05.3352109Z test_make_fx_symbolic_exhaustive_view_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.601s) 2022-09-27T15:55:05.3453006Z test_make_fx_symbolic_exhaustive_vsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-09-27T15:55:05.3957246Z test_make_fx_symbolic_exhaustive_vstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-09-27T15:55:05.4051219Z test_make_fx_symbolic_exhaustive_where_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-09-27T15:55:05.7142081Z test_make_fx_symbolic_exhaustive_xlogy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.309s) 2022-09-27T15:55:05.7339281Z test_make_fx_symbolic_exhaustive_zero__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-09-27T15:55:05.7487595Z test_make_fx_symbolic_exhaustive_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-09-27T15:55:05.7635525Z test_make_fx_symbolic_exhaustive_zeros_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-09-27T15:55:05.7807466Z test_binary_broadcast (__main__.TestSymbolicTracing) ... ok (0.017s) 2022-09-27T15:55:05.8113130Z test_cat (__main__.TestSymbolicTracing) ... ok (0.030s) 2022-09-27T15:55:05.8343875Z test_expand (__main__.TestSymbolicTracing) ... ok (0.023s) 2022-09-27T15:55:06.0962117Z test_guards_equal (__main__.TestSymbolicTracing) ... ok (0.262s) 2022-09-27T15:55:06.1048385Z test_multiply_shape (__main__.TestSymbolicTracing) ... ok (0.009s) 2022-09-27T15:55:06.1056935Z 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:55:06.1553551Z test_nonidentity_transitive_guards (__main__.TestSymbolicTracing) ... ok (0.050s) 2022-09-27T15:55:06.1684873Z test_symbolic_meta (__main__.TestSymbolicTracing) ... ok (0.013s) 2022-09-27T15:55:06.1843348Z test_symint_to_tensor (__main__.TestSymbolicTracing) ... ok (0.016s) 2022-09-27T15:55:06.2002310Z test_unary (__main__.TestSymbolicTracing) ... ok (0.016s) 2022-09-27T15:55:06.2002571Z 2022-09-27T15:55:06.2005402Z ---------------------------------------------------------------------- 2022-09-27T15:55:06.2005833Z Ran 1891 tests in 160.860s 2022-09-27T15:55:06.2006051Z 2022-09-27T15:55:06.2006237Z OK (skipped=93, expected failures=356) 2022-09-27T15:55:06.2006429Z 2022-09-27T15:55:06.2006515Z Generating XML reports... 2022-09-27T15:55:06.2043960Z Generated XML report: test-reports/python-unittest/test_proxy_tensor/TEST-TestFakeProxyTensor-20220927155225.xml 2022-09-27T15:55:06.2066407Z Generated XML report: test-reports/python-unittest/test_proxy_tensor/TEST-TestGenericProxyTensorFake-20220927155225.xml 2022-09-27T15:55:06.2087033Z Generated XML report: test-reports/python-unittest/test_proxy_tensor/TEST-TestGenericProxyTensorReal-20220927155225.xml 2022-09-27T15:55:06.2109779Z Generated XML report: test-reports/python-unittest/test_proxy_tensor/TEST-TestGenericProxyTensorSymbolic-20220927155225.xml 2022-09-27T15:55:06.3486351Z Generated XML report: test-reports/python-unittest/test_proxy_tensor/TEST-TestProxyTensorOpInfoCPU-20220927155225.xml 2022-09-27T15:55:06.3495229Z Generated XML report: test-reports/python-unittest/test_proxy_tensor/TEST-TestSymbolicTracing-20220927155225.xml 2022-09-27T15:55:09.1676083Z Running test_linalg ... [2022-09-27 15:55:09.167188] 2022-09-27T15:55:09.1676782Z Executing ['/opt/conda/bin/python', '-bb', 'test_linalg.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:55:09.167277] 2022-09-27T15:55:10.6677739Z Test results will be stored in test-reports/python-unittest/test_linalg 2022-09-27T15:55:10.6716624Z 2022-09-27T15:55:10.6716729Z Running tests... 2022-09-27T15:55:10.6717151Z ---------------------------------------------------------------------- 2022-09-27T15:55:11.1234155Z test_addbmm_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.451s) 2022-09-27T15:55:11.4784544Z test_addbmm_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.355s) 2022-09-27T15:55:11.8411226Z test_addbmm_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.363s) 2022-09-27T15:55:12.1593950Z test_addbmm_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.318s) 2022-09-27T15:55:12.4626338Z test_addbmm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.303s) 2022-09-27T15:55:12.4769791Z test_addmm_activation_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-09-27T15:55:12.4869815Z test_addmm_activation_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T15:55:12.4968794Z test_addmm_activation_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T15:55:12.4987321Z test_addmm_baddbmm_overflow_cpu_float16 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:55:12.5113305Z test_addmm_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-09-27T15:55:12.5217488Z test_addmm_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T15:55:12.5325786Z test_addmm_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-09-27T15:55:12.5420208Z test_addmm_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-09-27T15:55:12.5519315Z test_addmm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T15:55:12.7439621Z test_addmm_sizes_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.192s) 2022-09-27T15:55:12.9329254Z test_addmm_sizes_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.189s) 2022-09-27T15:55:12.9505123Z test_addmv_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-09-27T15:55:12.9646469Z test_addmv_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-09-27T15:55:12.9786403Z test_addmv_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-09-27T15:55:12.9906123Z test_addmv_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-09-27T15:55:13.0020261Z test_addmv_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-09-27T15:55:13.0098121Z test_addmv_rowmajor_colmajor_incx_incy_lda_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-09-27T15:55:13.0170670Z test_addmv_rowmajor_colmajor_incx_incy_lda_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-09-27T15:55:13.0233716Z test_addr_bool_cpu_bool (__main__.TestLinalgCPU) ... ok (0.006s) 2022-09-27T15:55:13.0384776Z test_addr_float_and_complex_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-09-27T15:55:13.0571067Z test_addr_float_and_complex_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-09-27T15:55:13.0758597Z test_addr_float_and_complex_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-09-27T15:55:13.0920882Z test_addr_float_and_complex_cpu_float16 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T15:55:13.1064910Z test_addr_float_and_complex_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-09-27T15:55:13.1209686Z test_addr_float_and_complex_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-09-27T15:55:13.1416685Z test_addr_integral_cpu_int16 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-09-27T15:55:13.1621005Z test_addr_integral_cpu_int32 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-09-27T15:55:13.1825310Z test_addr_integral_cpu_int64 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-09-27T15:55:13.2023218Z test_addr_integral_cpu_int8 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-09-27T15:55:13.2220024Z test_addr_integral_cpu_uint8 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-09-27T15:55:13.5679733Z test_addr_type_promotion_cpu (__main__.TestLinalgCPU) ... ok (0.346s) 2022-09-27T15:55:14.6690922Z test_baddbmm_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (1.101s) 2022-09-27T15:55:16.0255078Z test_baddbmm_cpu_complex128 (__main__.TestLinalgCPU) ... ok (1.356s) 2022-09-27T15:55:17.3810792Z test_baddbmm_cpu_complex64 (__main__.TestLinalgCPU) ... ok (1.355s) 2022-09-27T15:55:18.4516604Z test_baddbmm_cpu_float32 (__main__.TestLinalgCPU) ... ok (1.071s) 2022-09-27T15:55:19.4901914Z test_baddbmm_cpu_float64 (__main__.TestLinalgCPU) ... ok (1.038s) 2022-09-27T15:55:19.4935096Z test_blas_alpha_beta_empty_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:55:19.4964916Z test_blas_alpha_beta_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:55:19.4994494Z test_blas_alpha_beta_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:55:19.5023793Z test_blas_alpha_beta_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:55:19.5053189Z test_blas_alpha_beta_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:55:19.5080619Z test_blas_alpha_beta_empty_cpu_int16 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:55:19.5108191Z test_blas_alpha_beta_empty_cpu_int32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:55:19.5135453Z test_blas_alpha_beta_empty_cpu_int64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:55:19.5163748Z test_blas_alpha_beta_empty_cpu_int8 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:55:19.5192331Z test_blas_alpha_beta_empty_cpu_uint8 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:55:19.5308270Z test_blas_empty_cpu (__main__.TestLinalgCPU) ... ok (0.012s) 2022-09-27T15:55:19.5358140Z test_blas_mv_large_input_cpu (__main__.TestLinalgCPU) ... test_linalg.py:4696: UserWarning: An output with one or more elements was resized since it had shape [200], which does not match the required output shape [3000]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:55:19.5359525Z self.assertEqual(torch.mv(nm, _m), torch.mv(nm, _m, out=_m_out)) 2022-09-27T15:55:19.5361002Z ok (0.005s) 2022-09-27T15:55:19.5382064Z test_blas_nan_out_cpu_bfloat16 (__main__.TestLinalgCPU) ... test_linalg.py:4671: UserWarning: An output with one or more elements was resized since it had shape [7], which does not match the required output shape [5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:55:19.5383431Z self.assertEqual(torch.mv(nm, _m), torch.mv(nm, _m, out=_m_out)) 2022-09-27T15:55:19.5390441Z ok (0.003s) 2022-09-27T15:55:19.5416171Z test_blas_nan_out_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:55:19.5441553Z test_blas_nan_out_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:55:19.5466657Z test_blas_nan_out_cpu_float16 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:55:19.5492068Z test_blas_nan_out_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:55:19.5517293Z test_blas_nan_out_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:55:19.8635674Z test_bmm_cpu_bfloat16 (__main__.TestLinalgCPU) ... test_linalg.py:5700: 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-27T15:55:19.8636809Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:19.8682551Z test_linalg.py:5700: 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-27T15:55:19.8683844Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:19.8697761Z test_linalg.py:5700: 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-27T15:55:19.8698815Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:19.8739857Z test_linalg.py:5700: 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-27T15:55:19.8740907Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:19.8755485Z test_linalg.py:5700: 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-27T15:55:19.8756507Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:19.8799991Z test_linalg.py:5700: 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-27T15:55:19.8801016Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:19.8816259Z test_linalg.py:5700: 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-27T15:55:19.8817273Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:20.2818759Z test_linalg.py:5700: 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-27T15:55:20.2819908Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:20.2873829Z test_linalg.py:5700: 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-27T15:55:20.2874862Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:20.2890768Z test_linalg.py:5700: 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-27T15:55:20.2891912Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:20.2933360Z test_linalg.py:5700: 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-27T15:55:20.2934383Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:20.2949030Z test_linalg.py:5700: 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-27T15:55:20.2950035Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:20.2992294Z test_linalg.py:5700: 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-27T15:55:20.2993354Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:20.3007417Z test_linalg.py:5700: 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-27T15:55:20.3008434Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:20.3053203Z ok (0.754s) 2022-09-27T15:55:21.0601609Z test_bmm_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.755s) 2022-09-27T15:55:21.8384881Z test_bmm_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.775s) 2022-09-27T15:55:22.4809604Z test_bmm_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.646s) 2022-09-27T15:55:23.0834050Z test_bmm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.602s) 2022-09-27T15:55:23.0880909Z test_broadcast_batched_matmul_cpu (__main__.TestLinalgCPU) ... test_linalg.py:6817: UserWarning: An output with one or more elements was resized since it had shape [3, 8], which does not match the required output shape [3, 8, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:55:23.0882233Z torch.matmul(l, r, out=out) 2022-09-27T15:55:23.0935712Z test_linalg.py:6817: UserWarning: An output with one or more elements was resized since it had shape [3, 1], which does not match the required output shape [3, 1, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:55:23.0937040Z torch.matmul(l, r, out=out) 2022-09-27T15:55:23.0974285Z ok (0.014s) 2022-09-27T15:55:23.1006290Z test_broadcast_fused_matmul_cpu (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:55:23.1020984Z test_chain_matmul_cpu_float64 (__main__.TestLinalgCPU) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:1558: UserWarning: torch.chain_matmul is deprecated and will be removed in a future PyTorch release. Use torch.linalg.multi_dot instead, which accepts a list of two or more tensors rather than multiple parameters. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/LinearAlgebra.cpp:989.) 2022-09-27T15:55:23.1022196Z return _VF.chain_matmul(matrices) # type: ignore[attr-defined] 2022-09-27T15:55:23.1073475Z ok (0.007s) 2022-09-27T15:55:23.1238615Z test_cholesky_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T15:55:23.1387206Z test_cholesky_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-09-27T15:55:23.1509159Z test_cholesky_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-09-27T15:55:23.1615685Z test_cholesky_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-09-27T15:55:23.1924562Z test_cholesky_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.031s) 2022-09-27T15:55:23.2223670Z test_cholesky_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-09-27T15:55:23.2519669Z test_cholesky_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-09-27T15:55:23.2816564Z test_cholesky_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-09-27T15:55:23.2869454Z test_cholesky_ex_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-09-27T15:55:23.2929508Z test_cholesky_ex_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-09-27T15:55:23.2986100Z test_cholesky_ex_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-09-27T15:55:23.3031127Z test_cholesky_ex_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T15:55:23.3121004Z test_cholesky_ex_non_pd_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-09-27T15:55:23.3208680Z test_cholesky_ex_non_pd_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-09-27T15:55:23.3296440Z test_cholesky_ex_non_pd_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-09-27T15:55:23.3384552Z test_cholesky_ex_non_pd_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-09-27T15:55:23.3526565Z test_cholesky_inverse_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-09-27T15:55:23.3665893Z test_cholesky_inverse_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-09-27T15:55:23.3790362Z test_cholesky_inverse_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-09-27T15:55:23.3914280Z test_cholesky_inverse_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-09-27T15:55:23.4099675Z test_cholesky_inverse_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-09-27T15:55:23.4282816Z test_cholesky_inverse_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-09-27T15:55:23.4463853Z test_cholesky_inverse_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-09-27T15:55:23.4645639Z test_cholesky_inverse_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-09-27T15:55:23.4717525Z test_cholesky_solve_batched_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-09-27T15:55:23.4787059Z test_cholesky_solve_batched_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-09-27T15:55:23.4851371Z test_cholesky_solve_batched_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-09-27T15:55:23.4913269Z test_cholesky_solve_batched_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-09-27T15:55:23.4931143Z test_cholesky_solve_batched_cpu_complex128 (__main__.TestLinalgCPU) ... test_linalg.py:2494: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-09-27T15:55:23.4931811Z L = torch.cholesky(A) 2022-09-27T15:55:23.4932147Z should be replaced with 2022-09-27T15:55:23.4932475Z L = torch.linalg.cholesky(A) 2022-09-27T15:55:23.4932780Z and 2022-09-27T15:55:23.4933079Z U = torch.cholesky(A, upper=True) 2022-09-27T15:55:23.4933413Z should be replaced with 2022-09-27T15:55:23.4969822Z U = torch.linalg.cholesky(A).mH(). 2022-09-27T15:55:23.4970655Z 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:55:23.4971341Z L = torch.cholesky(A, upper=upper) 2022-09-27T15:55:23.4983530Z ok (0.007s) 2022-09-27T15:55:23.5039383Z test_cholesky_solve_batched_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-09-27T15:55:23.5091338Z test_cholesky_solve_batched_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-09-27T15:55:23.5142155Z test_cholesky_solve_batched_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-09-27T15:55:23.5155647Z test_cholesky_solve_batched_many_batches_cpu_complex128 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:55:23.5169275Z test_cholesky_solve_batched_many_batches_cpu_complex64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:55:23.5182332Z test_cholesky_solve_batched_many_batches_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:55:23.5194615Z test_cholesky_solve_batched_many_batches_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:55:23.5225565Z test_cholesky_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:55:23.5259427Z test_cholesky_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:55:23.5290474Z test_cholesky_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:55:23.5320246Z test_cholesky_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:55:23.5370364Z test_cholesky_solve_out_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-09-27T15:55:23.5419374Z test_cholesky_solve_out_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-09-27T15:55:23.5468089Z test_cholesky_solve_out_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-09-27T15:55:23.5517436Z test_cholesky_solve_out_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-09-27T15:55:23.5919002Z test_cond_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.040s) 2022-09-27T15:55:23.6319699Z test_cond_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.040s) 2022-09-27T15:55:23.6708241Z test_cond_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.039s) 2022-09-27T15:55:23.7076970Z test_cond_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.037s) 2022-09-27T15:55:23.7578341Z test_cond_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.050s) 2022-09-27T15:55:23.8072311Z test_cond_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.049s) 2022-09-27T15:55:23.8568718Z test_cond_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.050s) 2022-09-27T15:55:23.9066238Z test_cond_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.050s) 2022-09-27T15:55:24.4096972Z test_corner_cases_of_cublasltmatmul_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.503s) 2022-09-27T15:55:25.0982997Z test_corner_cases_of_cublasltmatmul_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.689s) 2022-09-27T15:55:25.6795376Z test_corner_cases_of_cublasltmatmul_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.581s) 2022-09-27T15:55:26.1236798Z test_corner_cases_of_cublasltmatmul_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.444s) 2022-09-27T15:55:26.6861495Z test_corner_cases_of_cublasltmatmul_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.562s) 2022-09-27T15:55:27.2948639Z test_corner_cases_of_cublasltmatmul_cpu_int16 (__main__.TestLinalgCPU) ... ok (0.609s) 2022-09-27T15:55:28.1401000Z test_corner_cases_of_cublasltmatmul_cpu_int32 (__main__.TestLinalgCPU) ... ok (0.845s) 2022-09-27T15:55:28.9631787Z test_corner_cases_of_cublasltmatmul_cpu_int64 (__main__.TestLinalgCPU) ... ok (0.823s) 2022-09-27T15:55:29.5397228Z test_corner_cases_of_cublasltmatmul_cpu_int8 (__main__.TestLinalgCPU) ... ok (0.576s) 2022-09-27T15:55:30.1164602Z test_corner_cases_of_cublasltmatmul_cpu_uint8 (__main__.TestLinalgCPU) ... ok (0.577s) 2022-09-27T15:55:30.1201583Z test_cross_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T15:55:30.1227265Z test_cross_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:55:30.1243819Z test_cross_with_and_without_dim_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:55:30.1259546Z test_cross_with_and_without_dim_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:55:30.1279012Z test_cublas_addmm_size_10000_cpu_bfloat16 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-09-27T15:55:30.1296934Z test_cublas_addmm_size_10000_cpu_float16 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-09-27T15:55:30.1314444Z test_cublas_addmm_size_10000_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-09-27T15:55:30.1332707Z test_cublas_addmm_size_1000_cpu_bfloat16 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-09-27T15:55:30.1350392Z test_cublas_addmm_size_1000_cpu_float16 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-09-27T15:55:30.1368844Z test_cublas_addmm_size_1000_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-09-27T15:55:30.1387318Z test_cublas_addmm_size_100_cpu_bfloat16 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-09-27T15:55:30.1405907Z test_cublas_addmm_size_100_cpu_float16 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-09-27T15:55:30.1424430Z test_cublas_addmm_size_100_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-09-27T15:55:30.1652213Z test_det_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.023s) 2022-09-27T15:55:30.1809596Z test_det_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T15:55:30.2371454Z test_det_logdet_slogdet_batched_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.056s) 2022-09-27T15:55:30.2492389Z test_det_logdet_slogdet_cpu_float64 (__main__.TestLinalgCPU) ... test_linalg.py:6418: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-09-27T15:55:30.2493653Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-09-27T15:55:30.2494196Z Q, R = torch.qr(A, some) 2022-09-27T15:55:30.2494616Z should be replaced with 2022-09-27T15:55:30.2495591Z 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:55:30.2496321Z q, _ = torch.qr(mat) 2022-09-27T15:55:31.2012772Z ok (0.964s) 2022-09-27T15:55:31.2230736Z test_dot_invalid_args_cpu (__main__.TestLinalgCPU) ... ok (0.022s) 2022-09-27T15:55:31.2266145Z test_dot_vs_numpy_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T15:55:31.2294488Z test_dot_vs_numpy_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:55:31.2316022Z test_dot_vs_numpy_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:55:31.2327073Z test_eig_check_magma_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:55:31.2343162Z test_eig_compare_backends_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:55:31.2358614Z test_eig_compare_backends_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:55:31.2373998Z test_eig_compare_backends_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:55:31.2389684Z test_eig_compare_backends_cpu_float64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:55:31.2600534Z test_eig_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-09-27T15:55:31.2809720Z test_eig_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-09-27T15:55:31.3097189Z test_eig_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.029s) 2022-09-27T15:55:31.3380841Z test_eig_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.028s) 2022-09-27T15:55:31.3485733Z test_eig_numpy_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T15:55:31.3576427Z test_eig_numpy_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-09-27T15:55:31.3588945Z test_eig_removed_error_cpu (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:55:31.3775325Z test_eig_with_nan_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-09-27T15:55:31.3961982Z test_eig_with_nan_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-09-27T15:55:31.4145950Z test_eig_with_nan_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-09-27T15:55:31.4330245Z test_eig_with_nan_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-09-27T15:55:31.4528793Z test_eigh_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-09-27T15:55:31.4732526Z test_eigh_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-09-27T15:55:31.4928463Z test_eigh_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-09-27T15:55:31.5111843Z test_eigh_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-09-27T15:55:31.5401013Z test_eigh_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.029s) 2022-09-27T15:55:31.5688733Z test_eigh_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.029s) 2022-09-27T15:55:31.5972980Z test_eigh_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.028s) 2022-09-27T15:55:31.6257743Z test_eigh_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.028s) 2022-09-27T15:55:31.6280995Z test_eigh_lower_uplo_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:55:31.6304575Z test_eigh_lower_uplo_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:55:31.6326711Z test_eigh_lower_uplo_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:55:31.6348354Z test_eigh_lower_uplo_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:55:31.6370124Z test_eigvals_compare_backends_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:55:31.6390752Z test_eigvals_compare_backends_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:55:31.6411479Z test_eigvals_compare_backends_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:55:31.6431909Z test_eigvals_compare_backends_cpu_float64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:55:31.6542760Z test_eigvals_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-09-27T15:55:31.6653138Z test_eigvals_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-09-27T15:55:31.6782399Z test_eigvals_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-09-27T15:55:31.6910154Z test_eigvals_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-09-27T15:55:31.6978461Z test_eigvals_numpy_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-09-27T15:55:31.7040923Z test_eigvals_numpy_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-09-27T15:55:31.7138906Z test_eigvalsh_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T15:55:31.7240585Z test_eigvalsh_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T15:55:31.7338383Z test_eigvalsh_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T15:55:31.7432158Z test_eigvalsh_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-09-27T15:55:31.7580144Z test_eigvalsh_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... test_linalg.py:1030: 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:55:31.7580608Z out = torch.empty_like(t).to(real_dtype) 2022-09-27T15:55:31.7643022Z ok (0.021s) 2022-09-27T15:55:31.7853748Z test_eigvalsh_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-09-27T15:55:31.8064262Z test_eigvalsh_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-09-27T15:55:31.8274319Z test_eigvalsh_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-09-27T15:55:31.8334292Z test_einsum_corner_cases_cpu (__main__.TestLinalgCPU) ... ok (0.006s) 2022-09-27T15:55:31.8448665Z test_einsum_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-09-27T15:55:31.8546487Z test_einsum_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T15:55:31.8938189Z test_einsum_error_cases_cpu (__main__.TestLinalgCPU) ... ok (0.039s) 2022-09-27T15:55:32.0578982Z test_einsum_random_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.164s) 2022-09-27T15:55:32.2082841Z test_einsum_random_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.150s) 2022-09-27T15:55:32.2139251Z test_einsum_sublist_format_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-09-27T15:55:32.2190612Z test_einsum_sublist_format_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-09-27T15:55:32.2413483Z test_geqrf_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.022s) 2022-09-27T15:55:32.2639059Z test_geqrf_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.023s) 2022-09-27T15:55:32.2842685Z test_geqrf_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-09-27T15:55:32.3045466Z test_geqrf_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-09-27T15:55:32.3137669Z test_householder_product_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-09-27T15:55:32.3228624Z test_householder_product_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-09-27T15:55:32.3314286Z test_householder_product_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-09-27T15:55:32.3397183Z test_householder_product_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-09-27T15:55:32.3611880Z test_householder_product_errors_and_warnings_cpu (__main__.TestLinalgCPU) ... ok (0.021s) 2022-09-27T15:55:32.3735383Z test_inner_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-09-27T15:55:32.3848231Z test_inner_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-09-27T15:55:32.4244263Z test_inv_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.040s) 2022-09-27T15:55:32.4637546Z test_inv_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.039s) 2022-09-27T15:55:32.5033746Z test_inv_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.040s) 2022-09-27T15:55:32.5428104Z test_inv_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.039s) 2022-09-27T15:55:32.5439087Z test_inv_ex_info_device_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:55:32.5449185Z test_inv_ex_info_device_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:55:32.5458225Z test_inv_ex_info_device_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:55:32.5467208Z test_inv_ex_info_device_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:55:32.5566398Z test_inv_ex_singular_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T15:55:32.5662442Z test_inv_ex_singular_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T15:55:32.5757788Z test_inv_ex_singular_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-09-27T15:55:32.5854108Z test_inv_ex_singular_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T15:55:32.6020941Z test_invariance_error_spectral_decompositions_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-09-27T15:55:32.6685928Z test_inverse_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.066s) 2022-09-27T15:55:32.7368389Z test_inverse_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.068s) 2022-09-27T15:55:32.8020220Z test_inverse_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.065s) 2022-09-27T15:55:32.8676727Z test_inverse_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.066s) 2022-09-27T15:55:32.9028197Z test_inverse_errors_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.035s) 2022-09-27T15:55:32.9379419Z test_inverse_errors_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.035s) 2022-09-27T15:55:32.9730296Z test_inverse_errors_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.035s) 2022-09-27T15:55:33.0081740Z test_inverse_errors_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.035s) 2022-09-27T15:55:34.2006378Z test_inverse_errors_large_cpu_complex128 (__main__.TestLinalgCPU) ... ok (1.192s) 2022-09-27T15:55:34.8034569Z test_inverse_errors_large_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.603s) 2022-09-27T15:55:35.1072400Z test_inverse_errors_large_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.304s) 2022-09-27T15:55:35.5572893Z test_inverse_errors_large_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.450s) 2022-09-27T15:55:35.5587938Z test_inverse_many_batches_cpu_complex128 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:55:35.5603427Z test_inverse_many_batches_cpu_complex64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:55:35.5616572Z test_inverse_many_batches_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:55:35.5629530Z test_inverse_many_batches_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:55:35.5726945Z test_kron_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T15:55:35.5825137Z test_kron_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T15:55:35.5912381Z test_kron_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-09-27T15:55:35.5995546Z test_kron_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-09-27T15:55:35.6017572Z test_kron_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:55:35.6039481Z test_kron_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:55:35.6061196Z test_kron_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:55:35.6082637Z test_kron_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:55:35.6143666Z test_kron_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... test_linalg.py:1105: UserWarning: An output with one or more elements was resized since it had shape [3, 3], which does not match the required output shape [6, 6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:55:35.6145091Z torch.kron(a, b, out=out) 2022-09-27T15:55:35.6145384Z ok (0.006s) 2022-09-27T15:55:35.6203105Z test_kron_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... test_linalg.py:1105: UserWarning: An output with one or more elements was resized since it had shape [3, 3], which does not match the required output shape [6, 6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:55:35.6204467Z torch.kron(a, b, out=out) 2022-09-27T15:55:35.6205018Z ok (0.006s) 2022-09-27T15:55:35.6263174Z test_kron_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... test_linalg.py:1105: UserWarning: An output with one or more elements was resized since it had shape [3, 3], which does not match the required output shape [6, 6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:55:35.6264332Z torch.kron(a, b, out=out) 2022-09-27T15:55:35.6264626Z ok (0.006s) 2022-09-27T15:55:35.6321373Z test_kron_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... test_linalg.py:1105: UserWarning: An output with one or more elements was resized since it had shape [3, 3], which does not match the required output shape [6, 6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:55:35.6322610Z torch.kron(a, b, out=out) 2022-09-27T15:55:35.6322895Z ok (0.006s) 2022-09-27T15:55:35.6382372Z test_lapack_empty_cpu (__main__.TestLinalgCPU) ... test_linalg.py:7303: UserWarning: torch.lstsq is deprecated in favor of torch.linalg.lstsq and will be removed in a future PyTorch release. 2022-09-27T15:55:35.6383274Z torch.linalg.lstsq has reversed arguments and does not return the QR decomposition in the returned tuple (although it returns other information about the problem). 2022-09-27T15:55:35.6383919Z To get the qr decomposition consider using torch.linalg.qr. 2022-09-27T15:55:35.6385070Z The returned solution in torch.lstsq stored the residuals of the solution in the last m - n columns of the returned value whenever m > n. In torch.linalg.lstsq, the residuals in the field 'residuals' of the returned named tuple. 2022-09-27T15:55:35.6385735Z The unpacking of the solution, as in 2022-09-27T15:55:35.6386123Z X, _ = torch.lstsq(B, A).solution[:A.size(1)] 2022-09-27T15:55:35.6386469Z should be replaced with 2022-09-27T15:55:35.6387035Z X = torch.linalg.lstsq(A, B).solution (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:3799.) 2022-09-27T15:55:35.6387691Z self.assertRaises(RuntimeError, lambda: torch.lstsq(torch.randn(0, 0), torch.randn(0, 0))) 2022-09-27T15:55:35.6414227Z ok (0.009s) 2022-09-27T15:55:35.6761208Z test_ldl_factor_cpu_complex128 (__main__.TestLinalgCPU) ... test_linalg.py:7375: ComplexWarning: scipy.linalg.ldl(): 2022-09-27T15:55:35.6761902Z The imaginary parts of the diagonalare ignored. Use "hermitian=False" for factorization ofcomplex symmetric arrays. 2022-09-27T15:55:35.6762465Z lambda x: scipy_ldl(x, hermitian=hermitian, lower=True), 2022-09-27T15:55:35.6849622Z ok (0.043s) 2022-09-27T15:55:35.6977695Z test_ldl_factor_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-09-27T15:55:35.7064506Z test_ldl_factor_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-09-27T15:55:35.7148346Z test_ldl_factor_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-09-27T15:55:35.7256188Z test_ldl_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-09-27T15:55:35.7361611Z test_ldl_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T15:55:35.7427387Z test_ldl_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-09-27T15:55:35.7483387Z test_ldl_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-09-27T15:55:35.7521692Z test_linalg_cross_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T15:55:35.7552777Z test_linalg_cross_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:55:35.7569150Z test_linalg_cross_with_and_without_dim_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:55:35.7585192Z test_linalg_cross_with_and_without_dim_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:55:35.8067274Z test_linalg_lstsq_batch_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.048s) 2022-09-27T15:55:35.8526199Z test_linalg_lstsq_batch_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.046s) 2022-09-27T15:55:35.8917022Z test_linalg_lstsq_batch_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.039s) 2022-09-27T15:55:35.9298534Z test_linalg_lstsq_batch_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.038s) 2022-09-27T15:55:37.3355033Z test_linalg_lstsq_cpu_complex128 (__main__.TestLinalgCPU) ... ok (1.405s) 2022-09-27T15:55:38.7719626Z test_linalg_lstsq_cpu_complex64 (__main__.TestLinalgCPU) ... ok (1.436s) 2022-09-27T15:55:40.1059033Z test_linalg_lstsq_cpu_float32 (__main__.TestLinalgCPU) ... ok (1.334s) 2022-09-27T15:55:41.3804728Z test_linalg_lstsq_cpu_float64 (__main__.TestLinalgCPU) ... ok (1.274s) 2022-09-27T15:55:41.4119128Z test_linalg_lstsq_input_checks_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.031s) 2022-09-27T15:55:41.4423499Z test_linalg_lstsq_input_checks_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-09-27T15:55:41.4725002Z test_linalg_lstsq_input_checks_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-09-27T15:55:41.5027425Z test_linalg_lstsq_input_checks_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-09-27T15:55:41.5074561Z test_linalg_lu_family_cpu_complex128 (__main__.TestLinalgCPU) ... /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:55:41.5075343Z LU, pivots = torch.lu(A, compute_pivots) 2022-09-27T15:55:41.5075674Z should be replaced with 2022-09-27T15:55:41.5076055Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-09-27T15:55:41.5076389Z and 2022-09-27T15:55:41.5076720Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-09-27T15:55:41.5089773Z should be replaced with 2022-09-27T15:55:41.5090443Z 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:55:41.5091108Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-09-27T15:55:41.7998294Z ok (0.297s) 2022-09-27T15:55:42.0996708Z test_linalg_lu_family_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.300s) 2022-09-27T15:55:42.3611118Z test_linalg_lu_family_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.261s) 2022-09-27T15:55:42.7609973Z test_linalg_lu_family_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.400s) 2022-09-27T15:55:42.7843499Z test_linalg_lu_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.023s) 2022-09-27T15:55:42.8067820Z test_linalg_lu_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.022s) 2022-09-27T15:55:42.8250780Z test_linalg_lu_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-09-27T15:55:42.8430385Z test_linalg_lu_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-09-27T15:55:42.8469897Z test_linalg_matrix_exp_analytic_cpu_complex128 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T15:55:42.8507637Z test_linalg_matrix_exp_analytic_cpu_complex64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T15:55:42.8544435Z test_linalg_matrix_exp_analytic_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T15:55:42.8581830Z test_linalg_matrix_exp_analytic_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T15:55:42.8776531Z test_linalg_matrix_exp_batch_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-09-27T15:55:42.8959316Z test_linalg_matrix_exp_batch_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-09-27T15:55:42.9074475Z test_linalg_matrix_exp_boundary_cases_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-09-27T15:55:42.9187531Z test_linalg_matrix_exp_boundary_cases_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-09-27T15:55:42.9302902Z test_linalg_matrix_exp_boundary_cases_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-09-27T15:55:42.9414703Z test_linalg_matrix_exp_boundary_cases_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-09-27T15:55:42.9958733Z test_linalg_matrix_exp_compare_with_taylor_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.054s) 2022-09-27T15:55:43.0516199Z test_linalg_matrix_exp_compare_with_taylor_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.056s) 2022-09-27T15:55:43.1034786Z test_linalg_matrix_exp_compare_with_taylor_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.052s) 2022-09-27T15:55:43.1515530Z test_linalg_matrix_exp_compare_with_taylor_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.048s) 2022-09-27T15:55:43.1535295Z test_linalg_matrix_exp_no_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:55:43.1649220Z test_linalg_matrix_exp_utils_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-09-27T15:55:43.1742743Z test_linalg_matrix_exp_utils_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-09-27T15:55:43.1857701Z test_linalg_qr_autograd_errors_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-09-27T15:55:43.2015837Z test_linalg_solve_triangular_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T15:55:43.2174204Z test_linalg_solve_triangular_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T15:55:43.2305856Z test_linalg_solve_triangular_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-09-27T15:55:43.2434780Z test_linalg_solve_triangular_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-09-27T15:55:44.7117417Z test_linalg_solve_triangular_cpu_complex128 (__main__.TestLinalgCPU) ... ok (1.468s) 2022-09-27T15:55:46.2059499Z test_linalg_solve_triangular_cpu_complex64 (__main__.TestLinalgCPU) ... ok (1.494s) 2022-09-27T15:55:46.5088117Z test_linalg_solve_triangular_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.303s) 2022-09-27T15:55:46.7930196Z test_linalg_solve_triangular_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.284s) 2022-09-27T15:55:46.7956318Z test_linalg_solve_triangular_large_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:55:46.7969252Z test_linalg_solve_triangular_large_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:55:46.7981526Z test_linalg_solve_triangular_large_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:55:46.7993718Z test_linalg_solve_triangular_large_cpu_float64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:55:46.8081369Z test_linear_algebra_scalar_raises_cpu (__main__.TestLinalgCPU) ... ok (0.009s) 2022-09-27T15:55:46.8111945Z test_lobpcg_basic_cpu_float64 (__main__.TestLinalgCPU) ... test_linalg.py:5059: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-09-27T15:55:46.8112928Z 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:55:46.8113457Z L, _ = torch.symeig(A, upper=upper) 2022-09-27T15:55:46.8113793Z should be replaced with 2022-09-27T15:55:46.8114378Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-09-27T15:55:46.8114711Z and 2022-09-27T15:55:46.8115018Z L, V = torch.symeig(A, eigenvectors=True) 2022-09-27T15:55:46.8115369Z should be replaced with 2022-09-27T15:55:46.8116167Z 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:55:46.8116692Z e = torch.symeig(A)[0] 2022-09-27T15:55:47.4367459Z ok (0.628s) 2022-09-27T15:55:52.9355893Z test_lobpcg_ortho_cpu_float64 (__main__.TestLinalgCPU) ... ok (5.499s) 2022-09-27T15:55:52.9415320Z test_lobpcg_scipy_cpu_float64 (__main__.TestLinalgCPU) 2022-09-27T15:55:59.9336061Z Compare torch and scipy.sparse.linalg implementations of lobpcg ... 2022-09-27T15:55:59.9336787Z CPU timings: torch.lobpcg vs scipy.sparse.linalg.lobpcg 2022-09-27T15:55:59.9337458Z ------------------------------------------------------- 2022-09-27T15:55:59.9337858Z | standard | generalized | method 2022-09-27T15:55:59.9338213Z torch.lobpcg | 157.74 | 177.32 | ortho 2022-09-27T15:55:59.9338564Z scipy_lobpcg | 133.56 | 140.47 | N/A 2022-09-27T15:55:59.9339034Z -(input size: 500, eigenpairs: 7, units: ms per call)- 2022-09-27T15:55:59.9339356Z 2022-09-27T15:56:03.2355271Z Calling scipy_lobpcg failed [standard]: eigh has failed in lobpcg iterations 2022-09-27T15:56:07.7222074Z Handling of small tol=1e-100: torch.lobpcg vs scipy.sparse.linalg.lobpcg 2022-09-27T15:56:07.7222733Z ---------------------------------------------------------------------------- 2022-09-27T15:56:07.7223166Z | standard | generalized | niter | method 2022-09-27T15:56:07.7223638Z torch.lobpcg | 2.08e-13 | 8.88e-15 | 1000 | ortho 2022-09-27T15:56:07.7224093Z scipy_lobpcg | -1.00e+00 | 1.41e+01 | -1 | N/A 2022-09-27T15:56:07.7224595Z ---(input size: 500, eigenpairs: 7, units: relative error, maxiter=1000)--- 2022-09-27T15:56:07.7224860Z 2022-09-27T15:56:07.7231778Z ok (14.788s) 2022-09-27T15:56:08.5765231Z test_lobpcg_torchscript_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.853s) 2022-09-27T15:56:08.5862758Z test_lstsq_cpu_float64 (__main__.TestLinalgCPU) ... test_linalg.py:7185: UserWarning: An output with one or more elements was resized since it had shape [3, 2], which does not match the required output shape [4, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:56:08.5864039Z res3 = torch.lstsq(b, a, out=(b, a))[0] 2022-09-27T15:56:08.5871031Z ok (0.011s) 2022-09-27T15:56:08.5895856Z test_lu_solve_batched_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... test_linalg.py:6914: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-09-27T15:56:08.5896602Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-09-27T15:56:08.5896998Z X = torch.lu_solve(B, LU, pivots) 2022-09-27T15:56:08.5897312Z should be replaced with 2022-09-27T15:56:08.5897885Z 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:56:08.5898743Z x = torch.lu_solve(b, LU_data, LU_pivots) 2022-09-27T15:56:08.5919374Z ok (0.005s) 2022-09-27T15:56:08.5963275Z test_lu_solve_batched_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T15:56:08.6002047Z test_lu_solve_batched_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T15:56:08.6040106Z test_lu_solve_batched_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T15:56:08.6090732Z test_lu_solve_batched_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-09-27T15:56:08.6139110Z test_lu_solve_batched_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-09-27T15:56:08.6186558Z test_lu_solve_batched_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-09-27T15:56:08.6235481Z test_lu_solve_batched_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-09-27T15:56:08.6247798Z test_lu_solve_batched_many_batches_cpu_complex128 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:56:08.6259535Z test_lu_solve_batched_many_batches_cpu_complex64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:56:08.6271054Z test_lu_solve_batched_many_batches_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:56:08.6282538Z test_lu_solve_batched_many_batches_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:56:08.6314540Z test_lu_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:56:08.6347246Z test_lu_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:56:08.6378438Z test_lu_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:56:08.6409289Z test_lu_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:56:08.6420867Z test_lu_solve_large_matrices_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:08.6430950Z test_lu_solve_large_matrices_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:08.6440957Z test_lu_solve_large_matrices_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:08.6451284Z test_lu_solve_large_matrices_cpu_float64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:08.6502423Z test_lu_unpack_check_input_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-09-27T15:56:08.6514177Z test_matmul_45724_cpu (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:08.6630831Z test_matmul_small_brute_force_1d_Nd_cpu_complex64 (__main__.TestLinalgCPU) ... test_linalg.py:4306: UserWarning: An output with one or more elements was resized since it had shape [1], which does not match the required output shape [1, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:56:08.6631983Z ans = torch.matmul(x, y, out=out) 2022-09-27T15:56:08.6652648Z test_linalg.py:4306: UserWarning: An output with one or more elements was resized since it had shape [2], which does not match the required output shape [1, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:56:08.6653656Z ans = torch.matmul(x, y, out=out) 2022-09-27T15:56:08.6674422Z test_linalg.py:4306: UserWarning: An output with one or more elements was resized since it had shape [3], which does not match the required output shape [1, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:56:08.6675818Z ans = torch.matmul(x, y, out=out) 2022-09-27T15:56:09.0652313Z ok (0.414s) 2022-09-27T15:56:09.4167742Z test_matmul_small_brute_force_1d_Nd_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.351s) 2022-09-27T15:56:09.6368683Z test_matmul_small_brute_force_1d_Nd_cpu_int64 (__main__.TestLinalgCPU) ... ok (0.220s) 2022-09-27T15:56:11.3139381Z test_matmul_small_brute_force_2d_Nd_cpu_complex64 (__main__.TestLinalgCPU) ... ok (1.677s) 2022-09-27T15:56:12.7194229Z test_matmul_small_brute_force_2d_Nd_cpu_float32 (__main__.TestLinalgCPU) ... ok (1.406s) 2022-09-27T15:56:13.6455108Z test_matmul_small_brute_force_2d_Nd_cpu_int64 (__main__.TestLinalgCPU) ... ok (0.926s) 2022-09-27T15:56:15.5638212Z test_matmul_small_brute_force_3d_Nd_cpu_complex64 (__main__.TestLinalgCPU) ... ok (1.918s) 2022-09-27T15:56:17.1713369Z test_matmul_small_brute_force_3d_Nd_cpu_float32 (__main__.TestLinalgCPU) ... ok (1.607s) 2022-09-27T15:56:18.1552106Z test_matmul_small_brute_force_3d_Nd_cpu_int64 (__main__.TestLinalgCPU) ... ok (0.984s) 2022-09-27T15:56:18.1700769Z test_matrix_norm_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-09-27T15:56:18.1817228Z test_matrix_norm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-09-27T15:56:18.1950456Z test_matrix_power_negative_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-09-27T15:56:18.2065485Z test_matrix_power_negative_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-09-27T15:56:18.2149686Z test_matrix_power_non_negative_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-09-27T15:56:18.2223850Z test_matrix_power_non_negative_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-09-27T15:56:18.2417006Z test_matrix_rank_atol_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-09-27T15:56:18.2620760Z test_matrix_rank_atol_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-09-27T15:56:18.2807957Z test_matrix_rank_atol_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-09-27T15:56:18.2990198Z test_matrix_rank_atol_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-09-27T15:56:18.3013997Z test_matrix_rank_atol_rtol_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:56:18.3030794Z test_matrix_rank_basic_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:56:18.3046368Z test_matrix_rank_basic_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:56:18.3062979Z test_matrix_rank_basic_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:56:18.3079722Z test_matrix_rank_basic_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:56:18.3230192Z test_matrix_rank_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-09-27T15:56:18.3377342Z test_matrix_rank_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-09-27T15:56:18.3513698Z test_matrix_rank_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-09-27T15:56:18.3645939Z test_matrix_rank_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-09-27T15:56:18.3728227Z test_matrix_rank_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-09-27T15:56:18.3811851Z test_matrix_rank_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-09-27T15:56:18.3899111Z test_matrix_rank_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-09-27T15:56:18.3988283Z test_matrix_rank_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-09-27T15:56:18.4027137Z test_matrix_rank_out_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T15:56:18.4063556Z test_matrix_rank_out_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T15:56:18.4099785Z test_matrix_rank_out_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T15:56:18.4136309Z test_matrix_rank_out_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T15:56:18.4173115Z test_mm_bmm_non_memory_dense_cpu (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T15:56:18.4207911Z test_mm_cpu_complex128 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T15:56:18.4243051Z test_mm_cpu_complex64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T15:56:18.4277993Z test_mm_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T15:56:18.4311937Z test_mm_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T15:56:18.4346213Z test_mm_cpu_int32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T15:56:18.4380520Z test_mm_cpu_int64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T15:56:18.4466938Z test_multi_dot_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-09-27T15:56:18.4539710Z test_multi_dot_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-09-27T15:56:18.4827066Z test_multi_dot_errors_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.029s) 2022-09-27T15:56:18.5008376Z test_norm_complex_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-09-27T15:56:18.5185573Z test_norm_complex_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-09-27T15:56:18.5258279Z test_norm_complex_old_cpu (__main__.TestLinalgCPU) ... ok (0.007s) 2022-09-27T15:56:18.5607547Z test_norm_dtype_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.035s) 2022-09-27T15:56:18.5899542Z test_norm_dtype_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.029s) 2022-09-27T15:56:18.6430499Z test_norm_dtype_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.053s) 2022-09-27T15:56:18.6794604Z test_norm_dtype_cpu_float16 (__main__.TestLinalgCPU) ... ok (0.036s) 2022-09-27T15:56:18.7277198Z test_norm_dtype_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.048s) 2022-09-27T15:56:18.7531079Z test_norm_dtype_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.025s) 2022-09-27T15:56:18.9058119Z test_norm_errors_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.153s) 2022-09-27T15:56:19.0549010Z test_norm_errors_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.149s) 2022-09-27T15:56:19.0585404Z test_norm_extreme_values_cpu (__main__.TestLinalgCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/linalg/linalg.py:2516: RuntimeWarning: divide by zero encountered in power 2022-09-27T15:56:19.0586055Z ret **= (1 / ord) 2022-09-27T15:56:19.0602956Z /opt/conda/lib/python3.7/site-packages/numpy/linalg/linalg.py:2514: RuntimeWarning: divide by zero encountered in reciprocal 2022-09-27T15:56:19.0603539Z absx **= ord 2022-09-27T15:56:19.0604267Z /opt/conda/lib/python3.7/site-packages/numpy/linalg/linalg.py:2514: RuntimeWarning: divide by zero encountered in power 2022-09-27T15:56:19.0604857Z absx **= ord 2022-09-27T15:56:19.0930031Z ok (0.038s) 2022-09-27T15:56:19.0957145Z test_norm_fastpaths_cpu (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:56:19.1763750Z test_norm_fro_2_equivalence_old_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.080s) 2022-09-27T15:56:19.1780188Z test_norm_fused_type_promotion_cpu_bfloat16 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:56:19.1794412Z test_norm_fused_type_promotion_cpu_float16 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:19.3433092Z test_norm_matrix_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.164s) 2022-09-27T15:56:19.5118442Z test_norm_matrix_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.168s) 2022-09-27T15:56:19.9340163Z test_norm_matrix_degenerate_shapes_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.422s) 2022-09-27T15:56:20.3571863Z test_norm_matrix_degenerate_shapes_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.423s) 2022-09-27T15:56:20.7868382Z test_norm_matrix_degenerate_shapes_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.429s) 2022-09-27T15:56:21.2123968Z test_norm_matrix_degenerate_shapes_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.426s) 2022-09-27T15:56:21.2542403Z test_norm_old_cpu (__main__.TestLinalgCPU) ... ok (0.042s) 2022-09-27T15:56:21.2575763Z test_norm_old_nan_propagation_cpu (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:56:21.3146232Z test_norm_vector_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.057s) 2022-09-27T15:56:22.3512032Z test_norm_vector_cpu_float64 (__main__.TestLinalgCPU) ... ok (1.036s) 2022-09-27T15:56:22.5173555Z test_norm_vector_degenerate_shapes_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.166s) 2022-09-27T15:56:22.6841937Z test_norm_vector_degenerate_shapes_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.167s) 2022-09-27T15:56:22.8508296Z test_norm_vector_degenerate_shapes_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.167s) 2022-09-27T15:56:23.0163411Z test_norm_vector_degenerate_shapes_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.165s) 2022-09-27T15:56:23.6613150Z test_nuclear_norm_axes_small_brute_force_old_cpu (__main__.TestLinalgCPU) ... ok (0.645s) 2022-09-27T15:56:23.6926024Z test_nuclear_norm_exceptions_old_cpu (__main__.TestLinalgCPU) ... ok (0.031s) 2022-09-27T15:56:23.7058409Z test_nuclear_norm_out_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-09-27T15:56:23.7216288Z test_nuclear_norm_out_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T15:56:23.7265642Z test_old_cholesky_batched_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-09-27T15:56:23.7309664Z test_old_cholesky_batched_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T15:56:23.7350824Z test_old_cholesky_batched_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T15:56:23.7389511Z test_old_cholesky_batched_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T15:56:23.7403817Z test_old_cholesky_batched_many_batches_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:56:23.7414110Z test_old_cholesky_batched_upper_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:23.7423978Z test_old_cholesky_batched_upper_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:23.7434022Z test_old_cholesky_batched_upper_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:23.7443876Z test_old_cholesky_batched_upper_cpu_float64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:23.7466767Z test_old_cholesky_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:56:23.7490919Z test_old_cholesky_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:56:23.7513804Z test_old_cholesky_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:56:23.7536696Z test_old_cholesky_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:56:23.7551327Z test_old_cholesky_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:23.7565093Z test_old_cholesky_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:23.7578931Z test_old_cholesky_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:23.7592197Z test_old_cholesky_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:23.7618798Z test_old_matrix_rank_cpu_complex128 (__main__.TestLinalgCPU) ... test_linalg.py:3428: UserWarning: torch.matrix_rank is deprecated in favor of torch.linalg.matrix_rankand will be removed in a future PyTorch release. The parameter 'symmetric' was renamed in torch.linalg.matrix_rank to 'hermitian'. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/LinearAlgebra.cpp:730.) 2022-09-27T15:56:23.7620086Z self.assertEqual(torch.matrix_rank(a).item(), 10) 2022-09-27T15:56:23.7654673Z test_linalg.py:3444: UserWarning: torch.matrix_rank is deprecated in favor of torch.linalg.matrix_rankand will be removed in a future PyTorch release. The parameter 'symmetric' was renamed in torch.linalg.matrix_rank to 'hermitian'. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/LinearAlgebra.cpp:721.) 2022-09-27T15:56:23.7655645Z self.assertEqual(torch.matrix_rank(a, 0.01), np.linalg.matrix_rank(a.cpu().numpy(), 0.01)) 2022-09-27T15:56:23.7678282Z ok (0.009s) 2022-09-27T15:56:23.7756674Z test_old_matrix_rank_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-09-27T15:56:23.7828847Z test_old_matrix_rank_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-09-27T15:56:23.7899463Z test_old_matrix_rank_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-09-27T15:56:23.8573937Z test_ormqr_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.067s) 2022-09-27T15:56:23.9270666Z test_ormqr_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.070s) 2022-09-27T15:56:23.9856602Z test_ormqr_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.059s) 2022-09-27T15:56:24.0414381Z test_ormqr_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.056s) 2022-09-27T15:56:24.0660129Z test_ormqr_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.025s) 2022-09-27T15:56:24.0893812Z test_ormqr_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.023s) 2022-09-27T15:56:24.1123467Z test_ormqr_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.023s) 2022-09-27T15:56:24.1352532Z test_ormqr_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.023s) 2022-09-27T15:56:24.1389515Z test_outer_cpu_bfloat16 (__main__.TestLinalgCPU) ... test_linalg.py:132: UserWarning: torch.ger is deprecated and will be removed in a future PyTorch release. Use torch.outer instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/LinearAlgebra.cpp:1154.) 2022-09-27T15:56:24.1390303Z torch.ger(a, b, out=out) 2022-09-27T15:56:24.1416476Z ok (0.006s) 2022-09-27T15:56:24.1460197Z test_outer_cpu_bool (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T15:56:24.1523060Z test_outer_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-09-27T15:56:24.1588019Z test_outer_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-09-27T15:56:24.1649100Z test_outer_cpu_float16 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-09-27T15:56:24.1710774Z test_outer_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-09-27T15:56:24.1764887Z test_outer_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-09-27T15:56:24.1807207Z test_outer_cpu_int16 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T15:56:24.1849300Z test_outer_cpu_int32 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T15:56:24.1889483Z test_outer_cpu_int64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T15:56:24.1931137Z test_outer_cpu_int8 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T15:56:24.1972531Z test_outer_cpu_uint8 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T15:56:24.2206123Z test_outer_ger_addr_legacy_tests_cpu (__main__.TestLinalgCPU) ... ok (0.023s) 2022-09-27T15:56:24.2222218Z test_outer_type_promotion_cpu_bfloat16_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:56:24.2237117Z test_outer_type_promotion_cpu_bfloat16_bool (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.2251858Z test_outer_type_promotion_cpu_bfloat16_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.2266649Z test_outer_type_promotion_cpu_bfloat16_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.2281575Z test_outer_type_promotion_cpu_bfloat16_float16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.2296303Z test_outer_type_promotion_cpu_bfloat16_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.2310855Z test_outer_type_promotion_cpu_bfloat16_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.2325458Z test_outer_type_promotion_cpu_bfloat16_int16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.2340122Z test_outer_type_promotion_cpu_bfloat16_int32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.2354378Z test_outer_type_promotion_cpu_bfloat16_int64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.2368737Z test_outer_type_promotion_cpu_bfloat16_int8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.2383216Z test_outer_type_promotion_cpu_bfloat16_uint8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.2397530Z test_outer_type_promotion_cpu_bool_bfloat16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.2411945Z test_outer_type_promotion_cpu_bool_bool (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.2426237Z test_outer_type_promotion_cpu_bool_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.2440507Z test_outer_type_promotion_cpu_bool_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.2455048Z test_outer_type_promotion_cpu_bool_float16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.2469570Z test_outer_type_promotion_cpu_bool_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.2483752Z test_outer_type_promotion_cpu_bool_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.2498390Z test_outer_type_promotion_cpu_bool_int16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.2512682Z test_outer_type_promotion_cpu_bool_int32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.2526932Z test_outer_type_promotion_cpu_bool_int64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.2541513Z test_outer_type_promotion_cpu_bool_int8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.2555762Z test_outer_type_promotion_cpu_bool_uint8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.2570469Z test_outer_type_promotion_cpu_complex128_bfloat16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.2585677Z test_outer_type_promotion_cpu_complex128_bool (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.2599855Z test_outer_type_promotion_cpu_complex128_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.2614231Z test_outer_type_promotion_cpu_complex128_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.2628530Z test_outer_type_promotion_cpu_complex128_float16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.2642885Z test_outer_type_promotion_cpu_complex128_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.2657532Z test_outer_type_promotion_cpu_complex128_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.2671815Z test_outer_type_promotion_cpu_complex128_int16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.2686395Z test_outer_type_promotion_cpu_complex128_int32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.2700861Z test_outer_type_promotion_cpu_complex128_int64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.2715147Z test_outer_type_promotion_cpu_complex128_int8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.2729791Z test_outer_type_promotion_cpu_complex128_uint8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.2744032Z test_outer_type_promotion_cpu_complex64_bfloat16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.2758293Z test_outer_type_promotion_cpu_complex64_bool (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.2772954Z test_outer_type_promotion_cpu_complex64_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.2787096Z test_outer_type_promotion_cpu_complex64_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.2801350Z test_outer_type_promotion_cpu_complex64_float16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.2815823Z test_outer_type_promotion_cpu_complex64_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.2830210Z test_outer_type_promotion_cpu_complex64_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.2844409Z test_outer_type_promotion_cpu_complex64_int16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.2859241Z test_outer_type_promotion_cpu_complex64_int32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.2873662Z test_outer_type_promotion_cpu_complex64_int64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.2888072Z test_outer_type_promotion_cpu_complex64_int8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.2902473Z test_outer_type_promotion_cpu_complex64_uint8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.2916821Z test_outer_type_promotion_cpu_float16_bfloat16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.2931337Z test_outer_type_promotion_cpu_float16_bool (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.2945633Z test_outer_type_promotion_cpu_float16_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.2959879Z test_outer_type_promotion_cpu_float16_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.2974309Z test_outer_type_promotion_cpu_float16_float16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.2988643Z test_outer_type_promotion_cpu_float16_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3002921Z test_outer_type_promotion_cpu_float16_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3017460Z test_outer_type_promotion_cpu_float16_int16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3031902Z test_outer_type_promotion_cpu_float16_int32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3046223Z test_outer_type_promotion_cpu_float16_int64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3060643Z test_outer_type_promotion_cpu_float16_int8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3075019Z test_outer_type_promotion_cpu_float16_uint8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3089544Z test_outer_type_promotion_cpu_float32_bfloat16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3103787Z test_outer_type_promotion_cpu_float32_bool (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3117938Z test_outer_type_promotion_cpu_float32_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3132422Z test_outer_type_promotion_cpu_float32_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3146507Z test_outer_type_promotion_cpu_float32_float16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3160518Z test_outer_type_promotion_cpu_float32_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3175408Z test_outer_type_promotion_cpu_float32_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3189695Z test_outer_type_promotion_cpu_float32_int16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3204145Z test_outer_type_promotion_cpu_float32_int32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3218585Z test_outer_type_promotion_cpu_float32_int64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3232856Z test_outer_type_promotion_cpu_float32_int8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3247290Z test_outer_type_promotion_cpu_float32_uint8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3261721Z test_outer_type_promotion_cpu_float64_bfloat16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3276043Z test_outer_type_promotion_cpu_float64_bool (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3290434Z test_outer_type_promotion_cpu_float64_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3304802Z test_outer_type_promotion_cpu_float64_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3319029Z test_outer_type_promotion_cpu_float64_float16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3333737Z test_outer_type_promotion_cpu_float64_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3347666Z test_outer_type_promotion_cpu_float64_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3361998Z test_outer_type_promotion_cpu_float64_int16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3376738Z test_outer_type_promotion_cpu_float64_int32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3390988Z test_outer_type_promotion_cpu_float64_int64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3405375Z test_outer_type_promotion_cpu_float64_int8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3419893Z test_outer_type_promotion_cpu_float64_uint8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3434171Z test_outer_type_promotion_cpu_int16_bfloat16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3448413Z test_outer_type_promotion_cpu_int16_bool (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3462884Z test_outer_type_promotion_cpu_int16_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3477157Z test_outer_type_promotion_cpu_int16_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3491728Z test_outer_type_promotion_cpu_int16_float16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3506020Z test_outer_type_promotion_cpu_int16_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3520333Z test_outer_type_promotion_cpu_int16_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3534675Z test_outer_type_promotion_cpu_int16_int16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3548921Z test_outer_type_promotion_cpu_int16_int32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3563178Z test_outer_type_promotion_cpu_int16_int64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3577726Z test_outer_type_promotion_cpu_int16_int8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3592171Z test_outer_type_promotion_cpu_int16_uint8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3606339Z test_outer_type_promotion_cpu_int32_bfloat16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3620856Z test_outer_type_promotion_cpu_int32_bool (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3635123Z test_outer_type_promotion_cpu_int32_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3649631Z test_outer_type_promotion_cpu_int32_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3663911Z test_outer_type_promotion_cpu_int32_float16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3678192Z test_outer_type_promotion_cpu_int32_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3692684Z test_outer_type_promotion_cpu_int32_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3706979Z test_outer_type_promotion_cpu_int32_int16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3721071Z test_outer_type_promotion_cpu_int32_int32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3735582Z test_outer_type_promotion_cpu_int32_int64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3750008Z test_outer_type_promotion_cpu_int32_int8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3764413Z test_outer_type_promotion_cpu_int32_uint8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3779034Z test_outer_type_promotion_cpu_int64_bfloat16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3793388Z test_outer_type_promotion_cpu_int64_bool (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3807551Z test_outer_type_promotion_cpu_int64_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3821870Z test_outer_type_promotion_cpu_int64_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3836300Z test_outer_type_promotion_cpu_int64_float16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3850648Z test_outer_type_promotion_cpu_int64_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3865058Z test_outer_type_promotion_cpu_int64_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3879333Z test_outer_type_promotion_cpu_int64_int16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3893903Z test_outer_type_promotion_cpu_int64_int32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3908215Z test_outer_type_promotion_cpu_int64_int64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3922586Z test_outer_type_promotion_cpu_int64_int8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3937216Z test_outer_type_promotion_cpu_int64_uint8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3951608Z test_outer_type_promotion_cpu_int8_bfloat16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3965901Z test_outer_type_promotion_cpu_int8_bool (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3980497Z test_outer_type_promotion_cpu_int8_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.3994839Z test_outer_type_promotion_cpu_int8_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.4009413Z test_outer_type_promotion_cpu_int8_float16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.4023719Z test_outer_type_promotion_cpu_int8_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.4037974Z test_outer_type_promotion_cpu_int8_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.4052547Z test_outer_type_promotion_cpu_int8_int16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.4067036Z test_outer_type_promotion_cpu_int8_int32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.4081284Z test_outer_type_promotion_cpu_int8_int64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.4095755Z test_outer_type_promotion_cpu_int8_int8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.4110180Z test_outer_type_promotion_cpu_int8_uint8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.4124576Z test_outer_type_promotion_cpu_uint8_bfloat16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.4139262Z test_outer_type_promotion_cpu_uint8_bool (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.4153667Z test_outer_type_promotion_cpu_uint8_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.4168104Z test_outer_type_promotion_cpu_uint8_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.4182687Z test_outer_type_promotion_cpu_uint8_float16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.4197051Z test_outer_type_promotion_cpu_uint8_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.4211669Z test_outer_type_promotion_cpu_uint8_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.4226032Z test_outer_type_promotion_cpu_uint8_int16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.4240378Z test_outer_type_promotion_cpu_uint8_int32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.4254991Z test_outer_type_promotion_cpu_uint8_int64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.4269590Z test_outer_type_promotion_cpu_uint8_int8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:24.4283821Z test_outer_type_promotion_cpu_uint8_uint8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:26.4674381Z test_pca_lowrank_cpu (__main__.TestLinalgCPU) ... ok (2.039s) 2022-09-27T15:56:26.5843996Z test_pinv_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.117s) 2022-09-27T15:56:26.7046700Z test_pinv_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.120s) 2022-09-27T15:56:26.8162046Z test_pinv_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.111s) 2022-09-27T15:56:26.9174411Z test_pinv_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.101s) 2022-09-27T15:56:26.9372552Z test_pinv_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-09-27T15:56:26.9561717Z test_pinv_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-09-27T15:56:26.9749905Z test_pinv_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-09-27T15:56:26.9941735Z test_pinv_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-09-27T15:56:27.0090131Z test_pinverse_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-09-27T15:56:27.0236376Z test_pinverse_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-09-27T15:56:27.0362431Z test_pinverse_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-09-27T15:56:27.0484449Z test_pinverse_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-09-27T15:56:27.0497512Z test_preferred_linalg_library_cpu (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:27.0512005Z test_qr_batched_cpu_complex128 (__main__.TestLinalgCPU) 2022-09-27T15:56:27.0539413Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.004s) 2022-09-27T15:56:27.0553797Z test_qr_batched_cpu_complex64 (__main__.TestLinalgCPU) 2022-09-27T15:56:27.0578594Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.004s) 2022-09-27T15:56:27.0593192Z test_qr_batched_cpu_float32 (__main__.TestLinalgCPU) 2022-09-27T15:56:27.0616844Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.004s) 2022-09-27T15:56:27.0631437Z test_qr_batched_cpu_float64 (__main__.TestLinalgCPU) 2022-09-27T15:56:27.0653699Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.004s) 2022-09-27T15:56:27.0685382Z test_qr_cpu_complex128 (__main__.TestLinalgCPU) ... test_linalg.py:3557: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-09-27T15:56:27.0686313Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-09-27T15:56:27.0686733Z Q, R = torch.qr(A, some) 2022-09-27T15:56:27.0687050Z should be replaced with 2022-09-27T15:56:27.0687869Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2367.) 2022-09-27T15:56:27.0688449Z torch.qr(A, some=some, out=(Q_out, R_out)) 2022-09-27T15:56:27.1044517Z ok (0.039s) 2022-09-27T15:56:27.1437804Z test_qr_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.039s) 2022-09-27T15:56:27.1787876Z test_qr_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.035s) 2022-09-27T15:56:27.2126152Z test_qr_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.034s) 2022-09-27T15:56:27.2208527Z test_qr_error_cases_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-09-27T15:56:27.2220846Z test_qr_vs_numpy_cpu_complex128 (__main__.TestLinalgCPU) 2022-09-27T15:56:27.2274720Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.007s) 2022-09-27T15:56:27.2286664Z test_qr_vs_numpy_cpu_complex64 (__main__.TestLinalgCPU) 2022-09-27T15:56:27.2341166Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.007s) 2022-09-27T15:56:27.2352810Z test_qr_vs_numpy_cpu_float32 (__main__.TestLinalgCPU) 2022-09-27T15:56:27.2403974Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.006s) 2022-09-27T15:56:27.2415743Z test_qr_vs_numpy_cpu_float64 (__main__.TestLinalgCPU) 2022-09-27T15:56:27.2464308Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.006s) 2022-09-27T15:56:27.2496369Z test_renorm_cpu (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:56:27.2514705Z test_renorm_ps_cpu (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:56:27.3018225Z test_slogdet_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.050s) 2022-09-27T15:56:27.3531481Z test_slogdet_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.051s) 2022-09-27T15:56:27.4015810Z test_slogdet_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.048s) 2022-09-27T15:56:27.4487128Z test_slogdet_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.047s) 2022-09-27T15:56:27.4663275Z test_slogdet_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-09-27T15:56:27.4835576Z test_slogdet_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-09-27T15:56:27.5008296Z test_slogdet_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-09-27T15:56:27.5180920Z test_slogdet_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-09-27T15:56:27.5226353Z test_solve_batched_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-09-27T15:56:27.5269563Z test_solve_batched_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T15:56:27.5309070Z test_solve_batched_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T15:56:27.5347314Z test_solve_batched_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T15:56:27.5708824Z test_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.036s) 2022-09-27T15:56:27.6060732Z test_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.035s) 2022-09-27T15:56:27.6365344Z test_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-09-27T15:56:27.6663034Z test_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-09-27T15:56:27.6679096Z test_solve_removed_error_cpu (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:56:27.6696660Z test_strided_mm_bmm_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:56:27.6713164Z test_strided_mm_bmm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:56:27.7956641Z test_svd_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.124s) 2022-09-27T15:56:27.9228923Z test_svd_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.127s) 2022-09-27T15:56:28.0348671Z test_svd_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.112s) 2022-09-27T15:56:28.1421981Z test_svd_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.107s) 2022-09-27T15:56:31.4287945Z test_svd_lowrank_cpu_float64 (__main__.TestLinalgCPU) ... ok (3.286s) 2022-09-27T15:56:31.8054017Z test_svd_memory_allocation_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.377s) 2022-09-27T15:56:31.9873553Z test_svd_memory_allocation_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.182s) 2022-09-27T15:56:32.0879448Z test_svd_memory_allocation_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.101s) 2022-09-27T15:56:32.1960205Z test_svd_memory_allocation_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.108s) 2022-09-27T15:56:32.2246200Z test_svd_nan_error_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.029s) 2022-09-27T15:56:32.2517489Z test_svd_nan_error_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.027s) 2022-09-27T15:56:32.2798201Z test_svd_nan_error_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.028s) 2022-09-27T15:56:32.3072710Z test_svd_nan_error_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.027s) 2022-09-27T15:56:32.3108312Z test_symeig_cpu_complex128 (__main__.TestLinalgCPU) ... test_linalg.py:6951: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-09-27T15:56:32.3109255Z 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:56:32.3109789Z L, _ = torch.symeig(A, upper=upper) 2022-09-27T15:56:32.3110150Z should be replaced with 2022-09-27T15:56:32.3110728Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-09-27T15:56:32.3111083Z and 2022-09-27T15:56:32.3111402Z L, V = torch.symeig(A, eigenvectors=True) 2022-09-27T15:56:32.3112109Z should be replaced with 2022-09-27T15:56:32.3113035Z 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:2824.) 2022-09-27T15:56:32.3113770Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-09-27T15:56:32.3134157Z test_linalg.py:6951: UserWarning: An output with one or more elements was resized since it had shape [5, 5], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:56:32.3135556Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-09-27T15:56:32.3175701Z test_linalg.py:6951: UserWarning: An output with one or more elements was resized since it had shape [3, 5, 5], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:56:32.3176872Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-09-27T15:56:32.3227004Z test_linalg.py:6951: UserWarning: An output with one or more elements was resized since it had shape [3, 5, 5, 5], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:56:32.3228134Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-09-27T15:56:32.3320587Z test_linalg.py:6951: UserWarning: An output with one or more elements was resized since it had shape [5, 3, 5, 5, 5], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:56:32.3321747Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-09-27T15:56:32.3369662Z ok (0.030s) 2022-09-27T15:56:32.3633632Z test_symeig_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.026s) 2022-09-27T15:56:32.3867109Z test_symeig_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.023s) 2022-09-27T15:56:32.4104083Z test_symeig_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.024s) 2022-09-27T15:56:32.4212154Z test_symeig_out_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-09-27T15:56:32.4319496Z test_symeig_out_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-09-27T15:56:32.4426841Z test_symeig_out_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-09-27T15:56:32.4533462Z test_symeig_out_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-09-27T15:56:32.4573284Z test_tensordot_cpu (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T15:56:32.4665820Z test_tensorinv_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-09-27T15:56:32.4756987Z test_tensorinv_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-09-27T15:56:32.4838943Z test_tensorinv_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-09-27T15:56:32.4920943Z test_tensorinv_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-09-27T15:56:32.4938258Z test_tensorinv_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:56:32.4954561Z test_tensorinv_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:56:32.4970672Z test_tensorinv_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:56:32.4987237Z test_tensorinv_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:56:32.5157172Z test_tensorinv_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-09-27T15:56:32.5328341Z test_tensorinv_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-09-27T15:56:32.5495840Z test_tensorinv_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-09-27T15:56:32.5662281Z test_tensorinv_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-09-27T15:56:32.5750570Z test_tensorinv_singular_input_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-09-27T15:56:32.5837404Z test_tensorinv_singular_input_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-09-27T15:56:32.5923446Z test_tensorinv_singular_input_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-09-27T15:56:32.6008827Z test_tensorinv_singular_input_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-09-27T15:56:32.6053779Z test_tensorsolve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T15:56:32.6095907Z test_tensorsolve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T15:56:32.6136196Z test_tensorsolve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T15:56:32.6175533Z test_tensorsolve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T15:56:32.6189793Z test_tensorsolve_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:32.6203177Z test_tensorsolve_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:32.6216880Z test_tensorsolve_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:32.6230259Z test_tensorsolve_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:32.6299080Z test_tensorsolve_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-09-27T15:56:32.6328818Z test_triangular_solve_batched_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... test_linalg.py:4231: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-09-27T15:56:32.6329824Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-09-27T15:56:32.6330356Z X = torch.triangular_solve(B, A).solution 2022-09-27T15:56:32.6330711Z should be replaced with 2022-09-27T15:56:32.6331285Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-09-27T15:56:32.6331985Z x = torch.triangular_solve(b, A, upper=upper, transpose=transpose, unitriangular=unitriangular)[0] 2022-09-27T15:56:32.6505884Z ok (0.021s) 2022-09-27T15:56:32.6711875Z test_triangular_solve_batched_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-09-27T15:56:32.6904705Z test_triangular_solve_batched_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-09-27T15:56:32.7096852Z test_triangular_solve_batched_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-09-27T15:56:32.7231709Z test_triangular_solve_batched_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-09-27T15:56:32.7364055Z test_triangular_solve_batched_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-09-27T15:56:32.7488075Z test_triangular_solve_batched_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-09-27T15:56:32.7611483Z test_triangular_solve_batched_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-09-27T15:56:32.7629175Z test_triangular_solve_batched_many_batches_cpu_complex128 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:56:32.7646979Z test_triangular_solve_batched_many_batches_cpu_complex64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:56:32.7665248Z test_triangular_solve_batched_many_batches_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:56:32.7682643Z test_triangular_solve_batched_many_batches_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:56:32.7800307Z test_triangular_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-09-27T15:56:32.7918779Z test_triangular_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-09-27T15:56:32.8032860Z test_triangular_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-09-27T15:56:32.8142606Z test_triangular_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-09-27T15:56:32.8275547Z test_triangular_solve_out_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-09-27T15:56:32.8404618Z test_triangular_solve_out_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-09-27T15:56:32.8532487Z test_triangular_solve_out_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-09-27T15:56:32.8660372Z test_triangular_solve_out_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-09-27T15:56:32.8904138Z test_vdot_invalid_args_cpu (__main__.TestLinalgCPU) ... ok (0.024s) 2022-09-27T15:56:32.8932349Z test_vdot_vs_numpy_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:56:32.8954171Z test_vdot_vs_numpy_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:56:33.8098382Z test_vector_norm_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.914s) 2022-09-27T15:56:34.4153217Z test_vector_norm_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.605s) 2022-09-27T15:56:35.3447692Z test_vector_norm_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.929s) 2022-09-27T15:56:36.2665477Z test_vector_norm_cpu_float16 (__main__.TestLinalgCPU) ... ok (0.922s) 2022-09-27T15:56:37.1811688Z test_vector_norm_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.914s) 2022-09-27T15:56:37.7755440Z test_vector_norm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.594s) 2022-09-27T15:56:37.8046870Z test_vector_norm_dim_tuple_arg_cpu (__main__.TestLinalgCPU) ... ok (0.029s) 2022-09-27T15:56:37.8067245Z test_vector_norm_extreme_values_cpu (__main__.TestLinalgCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/linalg/linalg.py:2516: RuntimeWarning: divide by zero encountered in power 2022-09-27T15:56:37.8067964Z ret **= (1 / ord) 2022-09-27T15:56:37.8082361Z /opt/conda/lib/python3.7/site-packages/numpy/linalg/linalg.py:2514: RuntimeWarning: divide by zero encountered in reciprocal 2022-09-27T15:56:37.8083017Z absx **= ord 2022-09-27T15:56:37.8083768Z /opt/conda/lib/python3.7/site-packages/numpy/linalg/linalg.py:2514: RuntimeWarning: divide by zero encountered in power 2022-09-27T15:56:37.8084357Z absx **= ord 2022-09-27T15:56:37.8222499Z ok (0.018s) 2022-09-27T15:56:37.8223768Z 2022-09-27T15:56:37.8224107Z ---------------------------------------------------------------------- 2022-09-27T15:56:37.8224575Z Ran 739 tests in 87.151s 2022-09-27T15:56:37.8224788Z 2022-09-27T15:56:37.8224892Z OK (skipped=62) 2022-09-27T15:56:37.8225014Z 2022-09-27T15:56:37.8225100Z Generating XML reports... 2022-09-27T15:56:37.9375514Z Generated XML report: test-reports/python-unittest/test_linalg/TEST-TestLinalgCPU-20220927155510.xml 2022-09-27T15:56:38.2984132Z Running test_fx_experimental ... [2022-09-27 15:56:38.298005] 2022-09-27T15:56:38.2984699Z Executing ['/opt/conda/bin/python', '-bb', 'test_fx_experimental.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:56:38.298088] 2022-09-27T15:56:40.7095994Z Test results will be stored in test-reports/python-unittest/test_fx_experimental 2022-09-27T15:56:40.7137522Z 2022-09-27T15:56:40.7137787Z Running tests... 2022-09-27T15:56:40.7138190Z ---------------------------------------------------------------------- 2022-09-27T15:56:40.9130692Z 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:56:40.9131377Z warnings.warn("The TorchScript type system doesn't support " 2022-09-27T15:56:42.3573881Z ok (1.643s) 2022-09-27T15:56:42.3637848Z test_aot_based_partition (__main__.TestFXExperimental) ... ok (0.006s) 2022-09-27T15:56:42.3678597Z test_call_to_assert_no_msg (__main__.TestFXExperimental) ... ok (0.004s) 2022-09-27T15:56:42.3712170Z test_call_to_assert_with_empty_msg (__main__.TestFXExperimental) ... ok (0.003s) 2022-09-27T15:56:42.3745816Z test_call_to_assert_with_msg (__main__.TestFXExperimental) ... ok (0.003s) 2022-09-27T15:56:42.3780256Z test_call_to_assert_with_multiline_message (__main__.TestFXExperimental) ... ok (0.003s) 2022-09-27T15:56:43.0905721Z test_conv_bn_fusion (__main__.TestFXExperimental) ... ok (0.712s) 2022-09-27T15:56:43.0996493Z test_conv_bn_fusion_not_running_state (__main__.TestFXExperimental) ... ok (0.009s) 2022-09-27T15:56:43.1114614Z test_cost_aware_partition (__main__.TestFXExperimental) ... ok (0.012s) 2022-09-27T15:56:43.1149671Z test_fetch (__main__.TestFXExperimental) ... ok (0.003s) 2022-09-27T15:56:43.1187958Z test_find_single_partition (__main__.TestFXExperimental) ... ok (0.004s) 2022-09-27T15:56:43.1217218Z test_lack_of_devices (__main__.TestFXExperimental) ... ok (0.003s) 2022-09-27T15:56:43.1251341Z test_large_node_error (__main__.TestFXExperimental) ... ok (0.003s) 2022-09-27T15:56:43.1280050Z test_merge_matmuls (__main__.TestFXExperimental) 2022-09-27T15:56:43.1531575Z A collection of test cases for torch.fx.experimental.merge_matmul, ... ok (0.028s) 2022-09-27T15:56:43.1681845Z test_meta_tracer (__main__.TestFXExperimental) ... ok (0.015s) 2022-09-27T15:56:43.6503250Z test_normalize_args (__main__.TestFXExperimental) ... ok (0.482s) 2022-09-27T15:56:43.6554474Z test_normalize_args_preserve_meta (__main__.TestFXExperimental) ... ok (0.005s) 2022-09-27T15:56:43.7070130Z test_normalize_binary_operators (__main__.TestFXExperimental) ... ok (0.051s) 2022-09-27T15:56:43.7089271Z test_normalize_modules_exhaustive (__main__.TestFXExperimental) 2022-09-27T15:56:44.2171985Z 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:56:44.2173175Z self.padding, self.dilation, self.groups) 2022-09-27T15:56:45.2692348Z ok (1.562s) 2022-09-27T15:56:45.5349119Z test_optimize_for_inference_cpu (__main__.TestFXExperimental) ... ok (0.266s) 2022-09-27T15:56:52.9315254Z test_optimize_for_inference_cpu_torchvision (__main__.TestFXExperimental) ... ok (7.396s) 2022-09-27T15:56:52.9402789Z test_partition_device_mapping (__main__.TestFXExperimental) ... ok (0.009s) 2022-09-27T15:56:52.9473894Z test_partition_latency (__main__.TestFXExperimental) ... ok (0.007s) 2022-09-27T15:56:52.9519893Z test_partition_node_manipulation (__main__.TestFXExperimental) ... ok (0.005s) 2022-09-27T15:56:52.9549222Z test_replace_target_nodes_with (__main__.TestFXExperimental) ... ok (0.003s) 2022-09-27T15:56:52.9595790Z test_saturate_host (__main__.TestFXExperimental) ... [0, 4] 2022-09-27T15:56:52.9596524Z [1, 2] 2022-09-27T15:56:52.9618752Z ok (0.007s) 2022-09-27T15:56:52.9678149Z test_size_based_partition (__main__.TestFXExperimental) ... ok (0.006s) 2022-09-27T15:56:53.1207531Z test_sparse_nn_partition (__main__.TestFXExperimental) ... ok (0.153s) 2022-09-27T15:56:53.1273531Z 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:56:53.1274641Z warnings.warn(msg, FutureWarning) 2022-09-27T15:56:53.1275005Z ok (0.007s) 2022-09-27T15:56:53.1317247Z test_split_module_kwargs_expansion (__main__.TestFXExperimental) ... ok (0.004s) 2022-09-27T15:56:53.1377032Z test_split_qualname_mapping (__main__.TestFXExperimental) ... ok (0.006s) 2022-09-27T15:56:53.1456269Z test_subgraph_creation (__main__.TestFXExperimental) ... ok (0.008s) 2022-09-27T15:56:53.2925689Z test_subgraph_trivial_resnet (__main__.TestFXExperimental) ... ok (0.147s) 2022-09-27T15:56:53.2987975Z test_subgraph_uniquename (__main__.TestFXExperimental) ... ok (0.006s) 2022-09-27T15:56:53.3045863Z 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:56:53.3046703Z warnings.warn("Was not able to save the following children modules as reprs -" 2022-09-27T15:56:53.3076154Z ok (0.009s) 2022-09-27T15:56:53.3101876Z test_traceable_function_with_nonstandard_name (__main__.TestFXExperimental) ... ok (0.003s) 2022-09-27T15:56:53.3125503Z test_type_matches (__main__.TestFXExperimental) ... ok (0.002s) 2022-09-27T15:56:53.3139273Z test_normalize_args_op_overload_cpu (__main__.TestNormalizeOperatorsCPU) ... ok (0.001s) 2022-09-27T15:56:53.3189614Z test_normalize_operator_exhaustive_H_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:56:53.3234919Z test_normalize_operator_exhaustive_T_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:56:53.3272633Z test_normalize_operator_exhaustive___getitem___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:56:53.3309840Z test_normalize_operator_exhaustive___radd___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:56:53.3357021Z test_normalize_operator_exhaustive___rdiv___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:56:53.3414659Z test_normalize_operator_exhaustive___rmatmul___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-09-27T15:56:53.3461020Z test_normalize_operator_exhaustive___rmod___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:56:53.3493453Z test_normalize_operator_exhaustive___rmul___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-09-27T15:56:53.3527435Z 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:56:53.3528441Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T15:56:53.3542121Z expected failure (0.005s) 2022-09-27T15:56:53.3587573Z test_normalize_operator_exhaustive___rsub___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:56:53.3642060Z test_normalize_operator_exhaustive__masked_amax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:56:53.3688788Z test_normalize_operator_exhaustive__masked_amin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:56:53.3740656Z test_normalize_operator_exhaustive__masked_argmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:56:53.3788796Z test_normalize_operator_exhaustive__masked_argmin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:56:53.3843476Z test_normalize_operator_exhaustive__masked_cumprod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:56:53.3895851Z test_normalize_operator_exhaustive__masked_cumsum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:56:53.3948721Z test_normalize_operator_exhaustive__masked_log_softmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:56:53.4008938Z test_normalize_operator_exhaustive__masked_logaddexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-09-27T15:56:53.4035546Z test_normalize_operator_exhaustive__masked_logsumexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.003s) 2022-09-27T15:56:53.4085333Z test_normalize_operator_exhaustive__masked_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:56:53.4138335Z test_normalize_operator_exhaustive__masked_median_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:56:53.4186855Z test_normalize_operator_exhaustive__masked_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:56:53.4249193Z test_normalize_operator_exhaustive__masked_normalize_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-09-27T15:56:53.4297026Z test_normalize_operator_exhaustive__masked_prod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:56:53.4351639Z test_normalize_operator_exhaustive__masked_softmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:56:53.4404337Z test_normalize_operator_exhaustive__masked_softmin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:56:53.4455596Z test_normalize_operator_exhaustive__masked_std_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:56:53.4503674Z test_normalize_operator_exhaustive__masked_sum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:56:53.4554554Z test_normalize_operator_exhaustive__masked_var_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:56:53.4610958Z test_normalize_operator_exhaustive_abs_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:56:53.4740746Z test_normalize_operator_exhaustive_acos_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-09-27T15:56:53.4846881Z test_normalize_operator_exhaustive_acosh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-09-27T15:56:53.5290089Z test_normalize_operator_exhaustive_add_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.044s) 2022-09-27T15:56:53.5515273Z test_normalize_operator_exhaustive_addbmm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-09-27T15:56:53.5888897Z test_normalize_operator_exhaustive_addcdiv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-09-27T15:56:53.6262216Z test_normalize_operator_exhaustive_addcmul_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-09-27T15:56:53.6393124Z test_normalize_operator_exhaustive_addmm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-09-27T15:56:53.6515401Z test_normalize_operator_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:56:53.6734306Z test_normalize_operator_exhaustive_addmv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-09-27T15:56:53.6934743Z test_normalize_operator_exhaustive_addr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-09-27T15:56:53.7350182Z test_normalize_operator_exhaustive_all_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-09-27T15:56:53.7978006Z test_normalize_operator_exhaustive_allclose_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.063s) 2022-09-27T15:56:53.8524120Z test_normalize_operator_exhaustive_amax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.055s) 2022-09-27T15:56:53.9072278Z test_normalize_operator_exhaustive_amin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.055s) 2022-09-27T15:56:53.9250904Z 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:56:53.9252207Z ref_out = op.op(*arg_values, **kwarg_values) 2022-09-27T15:56:53.9253617Z 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:56:53.9254781Z test_out = op.op(*norm_args_and_kwargs.args, **norm_args_and_kwargs.kwargs) 2022-09-27T15:56:53.9271849Z :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:56:53.9277792Z :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:56:53.9281347Z ok (0.021s) 2022-09-27T15:56:53.9341397Z test_normalize_operator_exhaustive_angle_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:56:53.9766778Z test_normalize_operator_exhaustive_any_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-09-27T15:56:53.9980190Z test_normalize_operator_exhaustive_arange_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.021s) 2022-09-27T15:56:54.0331779Z test_normalize_operator_exhaustive_argmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-09-27T15:56:54.0686700Z test_normalize_operator_exhaustive_argmin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-09-27T15:56:54.1490691Z test_normalize_operator_exhaustive_argsort_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.080s) 2022-09-27T15:56:54.1654104Z test_normalize_operator_exhaustive_argwhere_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T15:56:54.1816792Z test_normalize_operator_exhaustive_as_strided_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T15:56:54.1990119Z test_normalize_operator_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-09-27T15:56:54.2055398Z test_normalize_operator_exhaustive_asin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:56:54.2114960Z test_normalize_operator_exhaustive_asinh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:56:54.2426512Z test_normalize_operator_exhaustive_atan2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T15:56:54.2486697Z test_normalize_operator_exhaustive_atan_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:56:54.2546155Z test_normalize_operator_exhaustive_atanh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:56:54.2583649Z test_normalize_operator_exhaustive_atleast_1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:56:54.2620138Z test_normalize_operator_exhaustive_atleast_2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:56:54.2656859Z test_normalize_operator_exhaustive_atleast_3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:56:54.2874966Z test_normalize_operator_exhaustive_baddbmm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-09-27T15:56:54.2934763Z test_normalize_operator_exhaustive_bernoulli_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-09-27T15:56:54.2966510Z test_normalize_operator_exhaustive_bfloat16_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-09-27T15:56:54.3002329Z test_normalize_operator_exhaustive_block_diag_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:56:54.3061563Z test_normalize_operator_exhaustive_bmm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:56:54.3094089Z test_normalize_operator_exhaustive_bool_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-09-27T15:56:54.3126143Z test_normalize_operator_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-09-27T15:56:54.3160372Z test_normalize_operator_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-09-27T15:56:54.3370769Z test_normalize_operator_exhaustive_broadcast_to_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.021s) 2022-09-27T15:56:54.4083482Z test_normalize_operator_exhaustive_bucketize_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.071s) 2022-09-27T15:56:54.4118026Z test_normalize_operator_exhaustive_byte_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-09-27T15:56:54.4150244Z test_normalize_operator_exhaustive_cartesian_prod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-09-27T15:56:54.4224428Z test_normalize_operator_exhaustive_cat_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-09-27T15:56:55.0580339Z test_normalize_operator_exhaustive_cdist_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.635s) 2022-09-27T15:56:55.0643347Z test_normalize_operator_exhaustive_ceil_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:56:55.0676364Z 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:56:55.0677152Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-09-27T15:56:55.0678303Z expected failure (0.003s) 2022-09-27T15:56:55.0711386Z test_normalize_operator_exhaustive_char_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-09-27T15:56:55.0750277Z 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:56:55.0751076Z L = torch.cholesky(A) 2022-09-27T15:56:55.0751406Z should be replaced with 2022-09-27T15:56:55.0751742Z L = torch.linalg.cholesky(A) 2022-09-27T15:56:55.0752026Z and 2022-09-27T15:56:55.0752317Z U = torch.cholesky(A, upper=True) 2022-09-27T15:56:55.0752653Z should be replaced with 2022-09-27T15:56:55.0752979Z U = torch.linalg.cholesky(A).mH(). 2022-09-27T15:56:55.0753688Z 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:56:55.0754362Z ref_out = op.op(*arg_values, **kwarg_values) 2022-09-27T15:56:55.1150133Z ok (0.044s) 2022-09-27T15:56:55.1510844Z test_normalize_operator_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-09-27T15:56:55.1898221Z test_normalize_operator_exhaustive_cholesky_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.039s) 2022-09-27T15:56:55.2021588Z test_normalize_operator_exhaustive_chunk_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:56:55.2223034Z test_normalize_operator_exhaustive_clamp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-09-27T15:56:55.2514923Z test_normalize_operator_exhaustive_clamp_max_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-09-27T15:56:55.2805783Z test_normalize_operator_exhaustive_clamp_min_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-09-27T15:56:55.2891971Z test_normalize_operator_exhaustive_clone_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-09-27T15:56:55.2950825Z test_normalize_operator_exhaustive_column_stack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-09-27T15:56:55.3459148Z test_normalize_operator_exhaustive_combinations_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.051s) 2022-09-27T15:56:55.3735289Z test_normalize_operator_exhaustive_complex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-09-27T15:56:55.3836645Z test_normalize_operator_exhaustive_conj_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-09-27T15:56:55.3893529Z test_normalize_operator_exhaustive_conj_physical_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:56:55.5291496Z test_normalize_operator_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.140s) 2022-09-27T15:56:55.5324276Z test_normalize_operator_exhaustive_contiguous_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-09-27T15:56:55.5645128Z test_normalize_operator_exhaustive_copysign_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-09-27T15:56:55.5789184Z test_normalize_operator_exhaustive_corrcoef_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-09-27T15:56:55.5904992Z test_normalize_operator_exhaustive_cos_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:56:55.6019242Z test_normalize_operator_exhaustive_cosh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:56:55.6588897Z test_normalize_operator_exhaustive_count_nonzero_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.057s) 2022-09-27T15:56:55.7830208Z test_normalize_operator_exhaustive_cov_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.124s) 2022-09-27T15:56:55.7946301Z test_normalize_operator_exhaustive_cross_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:56:55.8067576Z test_normalize_operator_exhaustive_cummax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:56:55.8188098Z test_normalize_operator_exhaustive_cummin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:56:55.8517329Z test_normalize_operator_exhaustive_cumprod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-09-27T15:56:55.8669411Z test_normalize_operator_exhaustive_cumsum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-09-27T15:56:55.8941732Z test_normalize_operator_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-09-27T15:56:55.9047388Z test_normalize_operator_exhaustive_deg2rad_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:56:55.9469527Z test_normalize_operator_exhaustive_diag_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-09-27T15:56:55.9919161Z test_normalize_operator_exhaustive_diag_embed_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.045s) 2022-09-27T15:56:56.0070838Z test_normalize_operator_exhaustive_diagflat_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-09-27T15:56:56.0493725Z test_normalize_operator_exhaustive_diagonal_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-09-27T15:56:56.0958730Z test_normalize_operator_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.046s) 2022-09-27T15:56:56.2810077Z test_normalize_operator_exhaustive_diff_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.185s) 2022-09-27T15:56:56.2915812Z test_normalize_operator_exhaustive_digamma_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:56:56.4278119Z test_normalize_operator_exhaustive_dist_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.136s) 2022-09-27T15:56:56.4652668Z test_normalize_operator_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-09-27T15:56:56.5011276Z test_normalize_operator_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-09-27T15:56:56.5382697Z test_normalize_operator_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-09-27T15:56:56.5441321Z test_normalize_operator_exhaustive_dot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:56:56.5474992Z test_normalize_operator_exhaustive_double_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-09-27T15:56:56.5565511Z test_normalize_operator_exhaustive_dsplit_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-09-27T15:56:56.5608430Z test_normalize_operator_exhaustive_dstack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.004s) 2022-09-27T15:56:56.5661225Z test_normalize_operator_exhaustive_einsum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:56:56.5698151Z test_normalize_operator_exhaustive_empty_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:56:56.5724345Z test_normalize_operator_exhaustive_empty_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.003s) 2022-09-27T15:56:56.6143169Z test_normalize_operator_exhaustive_eq_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-09-27T15:56:56.6347207Z test_normalize_operator_exhaustive_equal_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-09-27T15:56:56.6408538Z test_normalize_operator_exhaustive_erf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:56:56.6523363Z test_normalize_operator_exhaustive_erfc_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:56:56.6581482Z test_normalize_operator_exhaustive_erfinv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:56:56.6684426Z test_normalize_operator_exhaustive_exp2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-09-27T15:56:56.6799260Z test_normalize_operator_exhaustive_exp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:56:56.6846268Z test_normalize_operator_exhaustive_expand_as_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:56:56.6893479Z test_normalize_operator_exhaustive_expand_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:56:56.6952755Z test_normalize_operator_exhaustive_expm1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:56:56.6988597Z test_normalize_operator_exhaustive_eye_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:56:56.7222828Z test_normalize_operator_exhaustive_fft_fft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-09-27T15:56:56.7480142Z test_normalize_operator_exhaustive_fft_fft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-09-27T15:56:56.7769253Z test_normalize_operator_exhaustive_fft_fftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-09-27T15:56:56.7932731Z test_normalize_operator_exhaustive_fft_fftshift_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T15:56:56.8166166Z test_normalize_operator_exhaustive_fft_hfft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-09-27T15:56:56.8416330Z test_normalize_operator_exhaustive_fft_hfft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-09-27T15:56:56.8709960Z test_normalize_operator_exhaustive_fft_hfftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-09-27T15:56:56.8942256Z test_normalize_operator_exhaustive_fft_ifft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-09-27T15:56:56.9198761Z test_normalize_operator_exhaustive_fft_ifft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-09-27T15:56:56.9487423Z test_normalize_operator_exhaustive_fft_ifftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-09-27T15:56:56.9649866Z test_normalize_operator_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T15:56:56.9882992Z test_normalize_operator_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-09-27T15:56:57.0138175Z test_normalize_operator_exhaustive_fft_ihfft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-09-27T15:56:57.0436914Z test_normalize_operator_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-09-27T15:56:57.0671273Z test_normalize_operator_exhaustive_fft_irfft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-09-27T15:56:57.0926129Z test_normalize_operator_exhaustive_fft_irfft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-09-27T15:56:57.1218529Z test_normalize_operator_exhaustive_fft_irfftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-09-27T15:56:57.1446633Z test_normalize_operator_exhaustive_fft_rfft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-09-27T15:56:57.1700119Z test_normalize_operator_exhaustive_fft_rfft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-09-27T15:56:57.1995402Z test_normalize_operator_exhaustive_fft_rfftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-09-27T15:56:57.2108627Z test_normalize_operator_exhaustive_fill_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:56:57.2309392Z test_normalize_operator_exhaustive_flatten_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-09-27T15:56:57.2615084Z test_normalize_operator_exhaustive_flip_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-09-27T15:56:57.2696644Z test_normalize_operator_exhaustive_fliplr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-09-27T15:56:57.2778118Z test_normalize_operator_exhaustive_flipud_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-09-27T15:56:57.2808850Z test_normalize_operator_exhaustive_float_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-09-27T15:56:57.3122839Z test_normalize_operator_exhaustive_float_power_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T15:56:57.3181841Z test_normalize_operator_exhaustive_floor_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:56:57.3474541Z test_normalize_operator_exhaustive_floor_divide_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-09-27T15:56:57.3748335Z test_normalize_operator_exhaustive_fmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-09-27T15:56:57.4025227Z test_normalize_operator_exhaustive_fmin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-09-27T15:56:57.4362569Z test_normalize_operator_exhaustive_fmod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-09-27T15:56:57.6258228Z test_normalize_operator_exhaustive_frac_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.189s) 2022-09-27T15:56:57.6372123Z test_normalize_operator_exhaustive_frexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:56:57.6593128Z test_normalize_operator_exhaustive_full_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-09-27T15:56:57.6770734Z test_normalize_operator_exhaustive_gather_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-09-27T15:56:57.7076280Z test_normalize_operator_exhaustive_ge_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-09-27T15:56:57.8086777Z test_normalize_operator_exhaustive_geqrf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.101s) 2022-09-27T15:56:57.8385174Z test_normalize_operator_exhaustive_gradient_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.030s) 2022-09-27T15:56:57.8686427Z test_normalize_operator_exhaustive_gt_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-09-27T15:56:57.8720419Z test_normalize_operator_exhaustive_half_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-09-27T15:56:57.8989603Z test_normalize_operator_exhaustive_heaviside_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-09-27T15:56:58.1588398Z test_normalize_operator_exhaustive_histc_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.260s) 2022-09-27T15:56:58.8333645Z test_normalize_operator_exhaustive_histogram_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.674s) 2022-09-27T15:56:58.8544437Z test_normalize_operator_exhaustive_histogramdd_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.021s) 2022-09-27T15:56:58.8636414Z test_normalize_operator_exhaustive_hsplit_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-09-27T15:56:58.8678042Z test_normalize_operator_exhaustive_hstack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.004s) 2022-09-27T15:56:58.8952020Z test_normalize_operator_exhaustive_hypot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-09-27T15:56:58.9030030Z test_normalize_operator_exhaustive_i0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-09-27T15:56:58.9296795Z test_normalize_operator_exhaustive_igamma_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-09-27T15:56:58.9566613Z test_normalize_operator_exhaustive_igammac_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-09-27T15:56:58.9868296Z test_normalize_operator_exhaustive_index_add_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-09-27T15:56:59.0014983Z test_normalize_operator_exhaustive_index_copy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:56:59.0122045Z test_normalize_operator_exhaustive_index_fill_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-09-27T15:56:59.0164129Z 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:56:59.0165031Z f"Does not support nested parametric types, got {signature_type}. Please file a bug.") 2022-09-27T15:56:59.0181981Z expected failure (0.006s) 2022-09-27T15:56:59.0216169Z 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:56:59.0217128Z ref_out = op.op(*arg_values, **kwarg_values) 2022-09-27T15:56:59.1177361Z ok (0.099s) 2022-09-27T15:56:59.1293691Z test_normalize_operator_exhaustive_index_select_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:56:59.1376688Z test_normalize_operator_exhaustive_inner_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-09-27T15:56:59.1408779Z test_normalize_operator_exhaustive_int_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-09-27T15:56:59.1903962Z test_normalize_operator_exhaustive_isclose_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.049s) 2022-09-27T15:56:59.2002663Z test_normalize_operator_exhaustive_isfinite_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-09-27T15:56:59.2098586Z test_normalize_operator_exhaustive_isin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-09-27T15:56:59.2154099Z test_normalize_operator_exhaustive_isinf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:56:59.2209187Z test_normalize_operator_exhaustive_isnan_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-09-27T15:56:59.2263583Z test_normalize_operator_exhaustive_isneginf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-09-27T15:56:59.2316861Z test_normalize_operator_exhaustive_isposinf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-09-27T15:56:59.2411233Z test_normalize_operator_exhaustive_isreal_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-09-27T15:56:59.2445029Z 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:56:59.2445624Z ref_out = op.op(*arg_values, **kwarg_values) 2022-09-27T15:56:59.2802557Z ok (0.039s) 2022-09-27T15:56:59.2835834Z test_normalize_operator_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:56:59.2866305Z test_normalize_operator_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:56:59.2896191Z test_normalize_operator_exhaustive_jiterator_binary_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:56:59.2925833Z test_normalize_operator_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:56:59.2955879Z test_normalize_operator_exhaustive_jiterator_unary_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:56:59.3016754Z test_normalize_operator_exhaustive_kron_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:56:59.3356345Z test_normalize_operator_exhaustive_kthvalue_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-09-27T15:56:59.3641317Z test_normalize_operator_exhaustive_ldexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-09-27T15:56:59.3949855Z test_normalize_operator_exhaustive_le_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T15:56:59.4379562Z test_normalize_operator_exhaustive_lerp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.043s) 2022-09-27T15:56:59.4496645Z test_normalize_operator_exhaustive_lgamma_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:56:59.4927293Z test_normalize_operator_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.043s) 2022-09-27T15:56:59.5397143Z test_normalize_operator_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.047s) 2022-09-27T15:56:59.5526062Z test_normalize_operator_exhaustive_linalg_cond_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-09-27T15:56:59.5640087Z test_normalize_operator_exhaustive_linalg_cross_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:56:59.5912161Z test_normalize_operator_exhaustive_linalg_det_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-09-27T15:56:59.6751509Z test_normalize_operator_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.084s) 2022-09-27T15:56:59.7039679Z test_normalize_operator_exhaustive_linalg_eig_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-09-27T15:56:59.7311601Z test_normalize_operator_exhaustive_linalg_eigh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-09-27T15:56:59.7564395Z test_normalize_operator_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-09-27T15:56:59.7819774Z test_normalize_operator_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-09-27T15:56:59.8072318Z test_normalize_operator_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-09-27T15:56:59.8317362Z test_normalize_operator_exhaustive_linalg_inv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.024s) 2022-09-27T15:56:59.8580886Z test_normalize_operator_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-09-27T15:56:59.8727646Z test_normalize_operator_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-09-27T15:56:59.8882731Z test_normalize_operator_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-09-27T15:56:59.9375042Z test_normalize_operator_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.049s) 2022-09-27T15:57:00.0898618Z test_normalize_operator_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.152s) 2022-09-27T15:57:00.2237406Z test_normalize_operator_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.134s) 2022-09-27T15:57:00.2789480Z test_normalize_operator_exhaustive_linalg_lu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.055s) 2022-09-27T15:57:00.3301578Z test_normalize_operator_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.051s) 2022-09-27T15:57:00.3819263Z test_normalize_operator_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.052s) 2022-09-27T15:57:00.6913910Z test_normalize_operator_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.309s) 2022-09-27T15:57:00.9160469Z test_normalize_operator_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.225s) 2022-09-27T15:57:00.9685571Z test_normalize_operator_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.052s) 2022-09-27T15:57:01.2456033Z test_normalize_operator_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.277s) 2022-09-27T15:57:01.2788672Z test_normalize_operator_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-09-27T15:57:01.2856911Z test_normalize_operator_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-09-27T15:57:01.6204665Z test_normalize_operator_exhaustive_linalg_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.335s) 2022-09-27T15:57:01.8677031Z test_normalize_operator_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.247s) 2022-09-27T15:57:01.9632010Z test_normalize_operator_exhaustive_linalg_pinv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.095s) 2022-09-27T15:57:01.9976684Z test_normalize_operator_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-09-27T15:57:02.0009280Z 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:57:02.1092750Z test_normalize_operator_exhaustive_linalg_qr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.108s) 2022-09-27T15:57:02.1403726Z test_normalize_operator_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T15:57:02.1945867Z test_normalize_operator_exhaustive_linalg_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.054s) 2022-09-27T15:57:02.2533675Z test_normalize_operator_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.059s) 2022-09-27T15:57:02.6811451Z test_normalize_operator_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.428s) 2022-09-27T15:57:03.4016289Z test_normalize_operator_exhaustive_linalg_svd_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.720s) 2022-09-27T15:57:03.5016575Z test_normalize_operator_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.100s) 2022-09-27T15:57:03.5115368Z test_normalize_operator_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-09-27T15:57:03.5273278Z test_normalize_operator_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:03.5558363Z test_normalize_operator_exhaustive_linalg_vander_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-09-27T15:57:03.6794782Z test_normalize_operator_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.124s) 2022-09-27T15:57:04.1957624Z test_normalize_operator_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.516s) 2022-09-27T15:57:04.3071581Z test_normalize_operator_exhaustive_linspace_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.111s) 2022-09-27T15:57:04.3190977Z test_normalize_operator_exhaustive_log10_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:57:04.3253719Z test_normalize_operator_exhaustive_log1p_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:57:04.3363758Z test_normalize_operator_exhaustive_log2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:57:04.3505720Z test_normalize_operator_exhaustive_log_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-09-27T15:57:04.3704434Z test_normalize_operator_exhaustive_log_softmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-09-27T15:57:04.3914838Z test_normalize_operator_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.021s) 2022-09-27T15:57:04.3974436Z test_normalize_operator_exhaustive_logaddexp2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:57:04.4033330Z test_normalize_operator_exhaustive_logaddexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:57:04.4235622Z test_normalize_operator_exhaustive_logcumsumexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-09-27T15:57:04.4523235Z test_normalize_operator_exhaustive_logdet_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-09-27T15:57:04.4786882Z test_normalize_operator_exhaustive_logical_and_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-09-27T15:57:04.4889579Z test_normalize_operator_exhaustive_logical_not_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-09-27T15:57:04.5156700Z test_normalize_operator_exhaustive_logical_or_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-09-27T15:57:04.5421203Z test_normalize_operator_exhaustive_logical_xor_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-09-27T15:57:04.5564207Z test_normalize_operator_exhaustive_logit_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-09-27T15:57:05.5055418Z test_normalize_operator_exhaustive_logspace_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.949s) 2022-09-27T15:57:05.5586272Z test_normalize_operator_exhaustive_logsumexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.053s) 2022-09-27T15:57:05.5620313Z test_normalize_operator_exhaustive_long_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-09-27T15:57:05.5935676Z test_normalize_operator_exhaustive_lt_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T15:57:05.5970213Z 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:57:05.5971194Z LU, pivots = torch.lu(A, compute_pivots) 2022-09-27T15:57:05.5971530Z should be replaced with 2022-09-27T15:57:05.5971768Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-09-27T15:57:05.5971974Z and 2022-09-27T15:57:05.5972178Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-09-27T15:57:05.5972409Z should be replaced with 2022-09-27T15:57:05.5972780Z 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:57:05.5973165Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-09-27T15:57:05.6916324Z ok (0.098s) 2022-09-27T15:57:05.6953408Z 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:57:05.6954232Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-09-27T15:57:05.6954624Z X = torch.lu_solve(B, LU, pivots) 2022-09-27T15:57:05.6954953Z should be replaced with 2022-09-27T15:57:05.6955530Z 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:57:05.6956108Z ref_out = op.op(*arg_values, **kwarg_values) 2022-09-27T15:57:05.7738811Z ok (0.082s) 2022-09-27T15:57:05.8309702Z test_normalize_operator_exhaustive_lu_unpack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.057s) 2022-09-27T15:57:05.8359338Z test_normalize_operator_exhaustive_mH_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:57:05.8406487Z test_normalize_operator_exhaustive_mT_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:57:05.8674493Z test_normalize_operator_exhaustive_masked_fill_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-09-27T15:57:05.8819743Z test_normalize_operator_exhaustive_masked_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-09-27T15:57:05.9043025Z test_normalize_operator_exhaustive_masked_select_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-09-27T15:57:05.9477712Z test_normalize_operator_exhaustive_matmul_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.043s) 2022-09-27T15:57:05.9581692Z test_normalize_operator_exhaustive_matrix_exp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-09-27T15:57:05.9921196Z test_normalize_operator_exhaustive_max_binary_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-09-27T15:57:06.0016229Z test_normalize_operator_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-09-27T15:57:06.0185874Z test_normalize_operator_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-09-27T15:57:06.0461864Z test_normalize_operator_exhaustive_maximum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-09-27T15:57:06.1144890Z test_normalize_operator_exhaustive_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.068s) 2022-09-27T15:57:06.1589570Z test_normalize_operator_exhaustive_median_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.044s) 2022-09-27T15:57:06.1631875Z test_normalize_operator_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:57:06.1657918Z test_normalize_operator_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.003s) 2022-09-27T15:57:06.1992532Z test_normalize_operator_exhaustive_min_binary_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-09-27T15:57:06.2082294Z test_normalize_operator_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-09-27T15:57:06.2245048Z test_normalize_operator_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:06.2525532Z test_normalize_operator_exhaustive_minimum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-09-27T15:57:06.2588216Z test_normalize_operator_exhaustive_mm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:57:06.2846778Z test_normalize_operator_exhaustive_mode_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-09-27T15:57:06.2939054Z test_normalize_operator_exhaustive_movedim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-09-27T15:57:06.3052141Z test_normalize_operator_exhaustive_msort_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:57:06.3424224Z test_normalize_operator_exhaustive_mul_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-09-27T15:57:06.3463178Z test_normalize_operator_exhaustive_multinomial_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:57:06.3521775Z test_normalize_operator_exhaustive_mv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:57:06.3843858Z test_normalize_operator_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-09-27T15:57:06.4160940Z test_normalize_operator_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-09-27T15:57:06.4479927Z test_normalize_operator_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-09-27T15:57:06.4593308Z test_normalize_operator_exhaustive_nan_to_num_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:57:06.5630640Z test_normalize_operator_exhaustive_nanmean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.104s) 2022-09-27T15:57:06.6078705Z test_normalize_operator_exhaustive_nanmedian_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.045s) 2022-09-27T15:57:06.8259056Z test_normalize_operator_exhaustive_nanquantile_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.218s) 2022-09-27T15:57:06.9272630Z test_normalize_operator_exhaustive_nansum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.101s) 2022-09-27T15:57:06.9442824Z test_normalize_operator_exhaustive_narrow_copy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-09-27T15:57:06.9748133Z test_normalize_operator_exhaustive_narrow_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-09-27T15:57:07.0479367Z test_normalize_operator_exhaustive_native_layer_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.073s) 2022-09-27T15:57:07.0871289Z test_normalize_operator_exhaustive_ne_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.039s) 2022-09-27T15:57:07.0932265Z test_normalize_operator_exhaustive_neg_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:57:07.0968685Z test_normalize_operator_exhaustive_new_empty_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:57:07.1003719Z test_normalize_operator_exhaustive_new_empty_strided_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-09-27T15:57:07.1040656Z test_normalize_operator_exhaustive_new_full_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:57:07.1075338Z test_normalize_operator_exhaustive_new_ones_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-09-27T15:57:07.1109827Z test_normalize_operator_exhaustive_new_zeros_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-09-27T15:57:07.1391373Z test_normalize_operator_exhaustive_nextafter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-09-27T15:57:07.1587386Z test_normalize_operator_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-09-27T15:57:07.1886868Z test_normalize_operator_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-09-27T15:57:07.2254141Z test_normalize_operator_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-09-27T15:57:07.2500343Z test_normalize_operator_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-09-27T15:57:07.3183163Z test_normalize_operator_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.068s) 2022-09-27T15:57:07.3791561Z test_normalize_operator_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.061s) 2022-09-27T15:57:07.4084560Z test_normalize_operator_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-09-27T15:57:07.4348222Z test_normalize_operator_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-09-27T15:57:07.4649215Z test_normalize_operator_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-09-27T15:57:07.5040891Z test_normalize_operator_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.039s) 2022-09-27T15:57:07.5581298Z test_normalize_operator_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.054s) 2022-09-27T15:57:07.5915015Z test_normalize_operator_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-09-27T15:57:07.6749979Z test_normalize_operator_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.083s) 2022-09-27T15:57:07.6855535Z test_normalize_operator_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:57:07.7287552Z test_normalize_operator_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.043s) 2022-09-27T15:57:07.8536441Z test_normalize_operator_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.125s) 2022-09-27T15:57:07.8915244Z test_normalize_operator_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-09-27T15:57:07.9382965Z test_normalize_operator_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.047s) 2022-09-27T15:57:07.9832189Z test_normalize_operator_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.045s) 2022-09-27T15:57:08.0063394Z test_normalize_operator_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-09-27T15:57:08.0375398Z test_normalize_operator_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T15:57:08.0981691Z test_normalize_operator_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.060s) 2022-09-27T15:57:08.1247661Z test_normalize_operator_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-09-27T15:57:08.1283781Z 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:57:08.1285338Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T15:57:08.1285762Z expected failure (0.004s) 2022-09-27T15:57:08.1322450Z test_normalize_operator_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:57:08.1357591Z test_normalize_operator_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-09-27T15:57:08.1463092Z test_normalize_operator_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-09-27T15:57:08.1498551Z test_normalize_operator_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-09-27T15:57:08.1532336Z test_normalize_operator_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-09-27T15:57:08.1567970Z test_normalize_operator_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-09-27T15:57:08.1603357Z test_normalize_operator_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-09-27T15:57:08.1652620Z test_normalize_operator_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:57:08.1708493Z test_normalize_operator_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:57:09.2555621Z test_normalize_operator_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (1.084s) 2022-09-27T15:57:09.2826695Z test_normalize_operator_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-09-27T15:57:09.4030601Z test_normalize_operator_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.120s) 2022-09-27T15:57:09.4928751Z test_normalize_operator_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.090s) 2022-09-27T15:57:09.5101574Z test_normalize_operator_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-09-27T15:57:09.5293780Z test_normalize_operator_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-09-27T15:57:09.5400918Z test_normalize_operator_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:57:09.5534246Z test_normalize_operator_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-09-27T15:57:09.5723280Z test_normalize_operator_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-09-27T15:57:09.6051044Z test_normalize_operator_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-09-27T15:57:09.6340107Z test_normalize_operator_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-09-27T15:57:09.6669837Z test_normalize_operator_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-09-27T15:57:09.7047334Z test_normalize_operator_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-09-27T15:57:09.7432398Z test_normalize_operator_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-09-27T15:57:09.7809141Z test_normalize_operator_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-09-27T15:57:09.8170433Z test_normalize_operator_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-09-27T15:57:09.8546013Z test_normalize_operator_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-09-27T15:57:09.8938984Z test_normalize_operator_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.039s) 2022-09-27T15:57:09.9032859Z 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:57:09.9034408Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:57:09.9443571Z ok (0.051s) 2022-09-27T15:57:09.9640876Z test_normalize_operator_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-09-27T15:57:09.9842596Z test_normalize_operator_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-09-27T15:57:10.0106329Z test_normalize_operator_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-09-27T15:57:10.0636843Z test_normalize_operator_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.053s) 2022-09-27T15:57:10.1007020Z test_normalize_operator_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-09-27T15:57:10.1118373Z test_normalize_operator_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:57:10.1853220Z test_normalize_operator_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.073s) 2022-09-27T15:57:12.7880808Z test_normalize_operator_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (2.603s) 2022-09-27T15:57:16.7971098Z test_normalize_operator_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (4.009s) 2022-09-27T15:57:18.4979299Z test_normalize_operator_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (1.701s) 2022-09-27T15:57:18.9610142Z test_normalize_operator_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.463s) 2022-09-27T15:57:19.0357718Z test_normalize_operator_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.075s) 2022-09-27T15:57:19.9489609Z test_normalize_operator_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.913s) 2022-09-27T15:57:20.0675888Z test_normalize_operator_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.119s) 2022-09-27T15:57:20.3883799Z test_normalize_operator_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.321s) 2022-09-27T15:57:20.4598606Z test_normalize_operator_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.071s) 2022-09-27T15:57:20.4707889Z test_normalize_operator_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:57:20.4900263Z test_normalize_operator_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-09-27T15:57:20.5066805Z test_normalize_operator_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-09-27T15:57:20.5176711Z test_normalize_operator_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:57:20.5326614Z test_normalize_operator_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-09-27T15:57:20.6988541Z test_normalize_operator_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.166s) 2022-09-27T15:57:20.7234883Z test_normalize_operator_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-09-27T15:57:20.7493044Z test_normalize_operator_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-09-27T15:57:20.8908635Z test_normalize_operator_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.141s) 2022-09-27T15:57:20.9273124Z test_normalize_operator_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-09-27T15:57:20.9638137Z test_normalize_operator_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-09-27T15:57:20.9865986Z test_normalize_operator_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-09-27T15:57:21.0125126Z test_normalize_operator_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-09-27T15:57:21.0210583Z test_normalize_operator_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-09-27T15:57:21.0293634Z test_normalize_operator_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-09-27T15:57:21.2570826Z test_normalize_operator_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.228s) 2022-09-27T15:57:21.3229795Z test_normalize_operator_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.066s) 2022-09-27T15:57:21.3332057Z test_normalize_operator_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-09-27T15:57:21.3460202Z test_normalize_operator_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-09-27T15:57:21.3496692Z test_normalize_operator_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:57:21.3598352Z test_normalize_operator_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-09-27T15:57:21.3698492Z test_normalize_operator_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-09-27T15:57:21.3948070Z test_normalize_operator_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-09-27T15:57:21.4152133Z test_normalize_operator_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-09-27T15:57:21.4337329Z test_normalize_operator_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-09-27T15:57:21.4522641Z test_normalize_operator_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-09-27T15:57:21.4631661Z test_normalize_operator_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:57:21.4792875Z test_normalize_operator_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:21.4894092Z test_normalize_operator_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-09-27T15:57:21.4999022Z test_normalize_operator_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-09-27T15:57:21.5133449Z test_normalize_operator_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-09-27T15:57:21.5377022Z test_normalize_operator_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.024s) 2022-09-27T15:57:21.5410013Z test_normalize_operator_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-09-27T15:57:22.2226249Z test_normalize_operator_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.679s) 2022-09-27T15:57:22.2245454Z 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:57:22.2246842Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:57:22.2358992Z ok (0.016s) 2022-09-27T15:57:22.2398785Z 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:57:22.2399971Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:57:22.2735035Z ok (0.037s) 2022-09-27T15:57:22.2773440Z test_normalize_operator_exhaustive_nonzero_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:57:22.3910517Z test_normalize_operator_exhaustive_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.114s) 2022-09-27T15:57:22.4030515Z test_normalize_operator_exhaustive_norm_fro_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:57:22.4172151Z test_normalize_operator_exhaustive_norm_inf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-09-27T15:57:22.4264995Z test_normalize_operator_exhaustive_norm_nuc_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-09-27T15:57:22.4303871Z test_normalize_operator_exhaustive_normal_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:57:22.4339411Z test_normalize_operator_exhaustive_normal_number_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-09-27T15:57:22.4423793Z test_normalize_operator_exhaustive_ones_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-09-27T15:57:22.4651626Z test_normalize_operator_exhaustive_ones_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-09-27T15:57:22.9165875Z test_normalize_operator_exhaustive_ormqr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.451s) 2022-09-27T15:57:22.9227304Z test_normalize_operator_exhaustive_outer_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:57:22.9269023Z test_normalize_operator_exhaustive_pca_lowrank_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:57:22.9407634Z test_normalize_operator_exhaustive_permute_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-09-27T15:57:22.9676360Z test_normalize_operator_exhaustive_pinverse_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-09-27T15:57:23.0003665Z test_normalize_operator_exhaustive_polar_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-09-27T15:57:23.0038484Z test_normalize_operator_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:57:23.0064582Z test_normalize_operator_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.003s) 2022-09-27T15:57:23.0090701Z test_normalize_operator_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.003s) 2022-09-27T15:57:23.0116603Z test_normalize_operator_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.003s) 2022-09-27T15:57:23.0142532Z test_normalize_operator_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.003s) 2022-09-27T15:57:23.0257385Z test_normalize_operator_exhaustive_positive_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:57:23.0642731Z test_normalize_operator_exhaustive_pow_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-09-27T15:57:23.1919202Z test_normalize_operator_exhaustive_prod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.127s) 2022-09-27T15:57:23.2587176Z test_normalize_operator_exhaustive_put_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.067s) 2022-09-27T15:57:23.2623383Z 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:57:23.2624656Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-09-27T15:57:23.2625078Z Q, R = torch.qr(A, some) 2022-09-27T15:57:23.2625380Z should be replaced with 2022-09-27T15:57:23.2626201Z 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:57:23.2626806Z ref_out = op.op(*arg_values, **kwarg_values) 2022-09-27T15:57:23.3743468Z ok (0.116s) 2022-09-27T15:57:23.6000566Z test_normalize_operator_exhaustive_quantile_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.226s) 2022-09-27T15:57:23.6114122Z test_normalize_operator_exhaustive_rad2deg_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:57:23.6152114Z test_normalize_operator_exhaustive_rand_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:57:23.6189821Z test_normalize_operator_exhaustive_randint_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:57:23.6224382Z test_normalize_operator_exhaustive_randn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-09-27T15:57:23.6260176Z test_normalize_operator_exhaustive_randn_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:57:23.6380110Z test_normalize_operator_exhaustive_ravel_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:57:23.6486627Z test_normalize_operator_exhaustive_real_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:57:23.6600372Z test_normalize_operator_exhaustive_reciprocal_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:57:23.6963958Z test_normalize_operator_exhaustive_remainder_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-09-27T15:57:23.7118367Z test_normalize_operator_exhaustive_renorm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-09-27T15:57:23.7183662Z test_normalize_operator_exhaustive_repeat_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-09-27T15:57:23.7344313Z test_normalize_operator_exhaustive_repeat_interleave_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:23.7394370Z test_normalize_operator_exhaustive_reshape_as_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:57:23.7620720Z test_normalize_operator_exhaustive_reshape_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-09-27T15:57:23.7669586Z test_normalize_operator_exhaustive_resize__cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:57:23.7778014Z test_normalize_operator_exhaustive_resize_as__cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:57:23.7857347Z test_normalize_operator_exhaustive_resolve_conj_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-09-27T15:57:23.7935931Z test_normalize_operator_exhaustive_resolve_neg_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-09-27T15:57:23.8431145Z test_normalize_operator_exhaustive_roll_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.049s) 2022-09-27T15:57:23.9497275Z test_normalize_operator_exhaustive_rot90_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.107s) 2022-09-27T15:57:23.9561595Z test_normalize_operator_exhaustive_round_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:57:23.9682214Z test_normalize_operator_exhaustive_round_decimals_0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:57:23.9801006Z test_normalize_operator_exhaustive_round_decimals_3_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:57:23.9919568Z test_normalize_operator_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:57:24.0027398Z test_normalize_operator_exhaustive_rsqrt_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:57:24.0406036Z test_normalize_operator_exhaustive_rsub_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-09-27T15:57:24.0656058Z test_normalize_operator_exhaustive_scatter_add_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-09-27T15:57:24.1633322Z test_normalize_operator_exhaustive_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.098s) 2022-09-27T15:57:24.1670211Z 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:57:24.1670846Z ref_out = op.op(*arg_values, **kwarg_values) 2022-09-27T15:57:24.2329895Z ok (0.070s) 2022-09-27T15:57:24.3026977Z test_normalize_operator_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.070s) 2022-09-27T15:57:24.3739671Z test_normalize_operator_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.071s) 2022-09-27T15:57:24.4433637Z test_normalize_operator_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.069s) 2022-09-27T15:57:24.5137334Z test_normalize_operator_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.070s) 2022-09-27T15:57:24.6831497Z 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:57:24.6832736Z ref_out = op.op(*arg_values, **kwarg_values) 2022-09-27T15:57:24.6899151Z 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:57:24.6900298Z ref_out = op.op(*arg_values, **kwarg_values) 2022-09-27T15:57:25.1684298Z ok (0.655s) 2022-09-27T15:57:25.4788483Z test_normalize_operator_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.310s) 2022-09-27T15:57:25.7868037Z test_normalize_operator_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.308s) 2022-09-27T15:57:25.8045220Z test_normalize_operator_exhaustive_select_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-09-27T15:57:25.8232687Z test_normalize_operator_exhaustive_select_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-09-27T15:57:25.8293901Z test_normalize_operator_exhaustive_sgn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:57:25.8328674Z test_normalize_operator_exhaustive_short_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-09-27T15:57:25.8443708Z test_normalize_operator_exhaustive_sigmoid_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:57:25.8504435Z test_normalize_operator_exhaustive_sign_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:57:25.8565187Z test_normalize_operator_exhaustive_signbit_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:57:25.8629174Z test_normalize_operator_exhaustive_sin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:57:25.8738782Z test_normalize_operator_exhaustive_sinc_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:57:25.8800321Z test_normalize_operator_exhaustive_sinh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:57:25.9167753Z test_normalize_operator_exhaustive_slice_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-09-27T15:57:25.9374847Z test_normalize_operator_exhaustive_softmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.021s) 2022-09-27T15:57:25.9586997Z test_normalize_operator_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.021s) 2022-09-27T15:57:26.2113463Z test_normalize_operator_exhaustive_sort_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.253s) 2022-09-27T15:57:26.2146322Z 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:57:26.2147041Z torch.eye(m, n, device=device, dtype=dtype) 2022-09-27T15:57:26.2428831Z ok (0.032s) 2022-09-27T15:57:26.2540886Z test_normalize_operator_exhaustive_special_airy_ai_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:57:26.2653400Z test_normalize_operator_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:57:26.2765379Z test_normalize_operator_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:57:26.2877274Z test_normalize_operator_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:57:26.2986790Z test_normalize_operator_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:57:26.3315853Z test_normalize_operator_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-09-27T15:57:26.3640077Z test_normalize_operator_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-09-27T15:57:26.3666766Z 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:57:26.3694504Z 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:57:26.3777633Z test_normalize_operator_exhaustive_special_entr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-09-27T15:57:26.3888497Z test_normalize_operator_exhaustive_special_erfcx_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:57:26.4214645Z test_normalize_operator_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-09-27T15:57:26.4538369Z test_normalize_operator_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-09-27T15:57:26.4621674Z test_normalize_operator_exhaustive_special_i0e_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-09-27T15:57:26.4706534Z test_normalize_operator_exhaustive_special_i1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-09-27T15:57:26.4790628Z test_normalize_operator_exhaustive_special_i1e_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-09-27T15:57:26.5120168Z test_normalize_operator_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-09-27T15:57:26.5145507Z 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:57:26.5255472Z test_normalize_operator_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:57:26.5364669Z test_normalize_operator_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:57:26.5474104Z test_normalize_operator_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:57:26.5582304Z test_normalize_operator_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:57:26.5692582Z test_normalize_operator_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:57:26.5810889Z test_normalize_operator_exhaustive_special_ndtr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:57:26.5921585Z test_normalize_operator_exhaustive_special_ndtri_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:57:26.5954373Z test_normalize_operator_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-09-27T15:57:26.6063094Z test_normalize_operator_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:57:26.6173458Z test_normalize_operator_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:57:26.6199668Z 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:57:26.6224601Z test_normalize_operator_exhaustive_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T15:57:26.6249897Z test_normalize_operator_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-09-27T15:57:26.6275652Z 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:57:26.6389486Z test_normalize_operator_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:57:26.6715124Z test_normalize_operator_exhaustive_special_xlog1py_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-09-27T15:57:26.7054415Z test_normalize_operator_exhaustive_special_zeta_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.034s) 2022-09-27T15:57:26.7142654Z test_normalize_operator_exhaustive_split_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-09-27T15:57:26.7265949Z test_normalize_operator_exhaustive_split_list_args_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-09-27T15:57:26.7425972Z test_normalize_operator_exhaustive_split_with_sizes_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:26.7487232Z test_normalize_operator_exhaustive_sqrt_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:57:26.7598523Z test_normalize_operator_exhaustive_square_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-09-27T15:57:26.7822452Z test_normalize_operator_exhaustive_squeeze_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-09-27T15:57:26.7891710Z test_normalize_operator_exhaustive_stack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-09-27T15:57:26.8277384Z test_normalize_operator_exhaustive_std_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-09-27T15:57:26.8645839Z test_normalize_operator_exhaustive_std_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-09-27T15:57:26.8681826Z 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:57:26.8683021Z normalized, onesided, return_complex) 2022-09-27T15:57:26.8954264Z ok (0.031s) 2022-09-27T15:57:26.9407555Z test_normalize_operator_exhaustive_sub_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.045s) 2022-09-27T15:57:27.0180649Z test_normalize_operator_exhaustive_sum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.077s) 2022-09-27T15:57:27.0216053Z test_normalize_operator_exhaustive_sum_to_size_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:57:27.9066733Z test_normalize_operator_exhaustive_svd_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.885s) 2022-09-27T15:57:27.9106746Z test_normalize_operator_exhaustive_svd_lowrank_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:57:27.9142477Z 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:57:27.9143620Z 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:57:27.9144171Z L, _ = torch.symeig(A, upper=upper) 2022-09-27T15:57:27.9144520Z should be replaced with 2022-09-27T15:57:27.9145212Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-09-27T15:57:27.9146000Z and 2022-09-27T15:57:27.9146773Z L, V = torch.symeig(A, eigenvectors=True) 2022-09-27T15:57:27.9147147Z should be replaced with 2022-09-27T15:57:27.9148628Z 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:57:27.9149301Z ref_out = op.op(*arg_values, **kwarg_values) 2022-09-27T15:57:27.9426908Z ok (0.032s) 2022-09-27T15:57:27.9525137Z test_normalize_operator_exhaustive_t_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-09-27T15:57:27.9688639Z test_normalize_operator_exhaustive_take_along_dim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T15:57:27.9964323Z test_normalize_operator_exhaustive_take_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-09-27T15:57:28.0030222Z test_normalize_operator_exhaustive_tan_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-09-27T15:57:28.0090179Z test_normalize_operator_exhaustive_tanh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:57:28.0441427Z test_normalize_operator_exhaustive_tensor_split_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-09-27T15:57:28.0530704Z test_normalize_operator_exhaustive_tensordot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-09-27T15:57:28.1847398Z test_normalize_operator_exhaustive_tile_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.131s) 2022-09-27T15:57:28.1872913Z test_normalize_operator_exhaustive_to_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.003s) 2022-09-27T15:57:28.1908506Z test_normalize_operator_exhaustive_to_sparse_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-09-27T15:57:28.2336995Z test_normalize_operator_exhaustive_topk_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.043s) 2022-09-27T15:57:28.2393513Z test_normalize_operator_exhaustive_trace_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:57:28.2627633Z test_normalize_operator_exhaustive_transpose_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-09-27T15:57:28.2893991Z test_normalize_operator_exhaustive_trapezoid_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-09-27T15:57:28.3164081Z test_normalize_operator_exhaustive_trapz_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-09-27T15:57:28.3198935Z 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:57:28.3199957Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-09-27T15:57:28.3200471Z X = torch.triangular_solve(B, A).solution 2022-09-27T15:57:28.3200827Z should be replaced with 2022-09-27T15:57:28.3201386Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-09-27T15:57:28.3201972Z ref_out = op.op(*arg_values, **kwarg_values) 2022-09-27T15:57:28.3583323Z ok (0.042s) 2022-09-27T15:57:28.3824682Z test_normalize_operator_exhaustive_tril_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.024s) 2022-09-27T15:57:28.4065716Z test_normalize_operator_exhaustive_triu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.024s) 2022-09-27T15:57:28.4347002Z test_normalize_operator_exhaustive_true_divide_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-09-27T15:57:28.4404990Z test_normalize_operator_exhaustive_trunc_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:57:28.4627309Z test_normalize_operator_exhaustive_unbind_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-09-27T15:57:28.4931450Z test_normalize_operator_exhaustive_unflatten_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-09-27T15:57:28.4975410Z test_normalize_operator_exhaustive_unfold_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:57:28.5011518Z test_normalize_operator_exhaustive_uniform_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-09-27T15:57:28.5147026Z test_normalize_operator_exhaustive_unique_consecutive_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.013s) 2022-09-27T15:57:28.5285687Z test_normalize_operator_exhaustive_unique_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.013s) 2022-09-27T15:57:28.5533908Z test_normalize_operator_exhaustive_unsqueeze_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.024s) 2022-09-27T15:57:28.5899266Z test_normalize_operator_exhaustive_var_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-09-27T15:57:28.6245948Z test_normalize_operator_exhaustive_var_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-09-27T15:57:28.6305815Z test_normalize_operator_exhaustive_vdot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T15:57:28.6360092Z test_normalize_operator_exhaustive_view_as_complex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-09-27T15:57:28.6407197Z test_normalize_operator_exhaustive_view_as_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:57:28.6454192Z test_normalize_operator_exhaustive_view_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-09-27T15:57:28.6547228Z test_normalize_operator_exhaustive_vsplit_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-09-27T15:57:28.6588063Z test_normalize_operator_exhaustive_vstack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.004s) 2022-09-27T15:57:28.6676457Z test_normalize_operator_exhaustive_where_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... Traceback (most recent call last): 2022-09-27T15:57:28.6677395Z File "/opt/conda/lib/python3.7/site-packages/torch/fx/graph_module.py", line 267, in __call__ 2022-09-27T15:57:28.6677896Z return super(self.cls, obj).__call__(*args, **kwargs) # type: ignore[misc] 2022-09-27T15:57:28.6678529Z File "/opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py", line 1190, in _call_impl 2022-09-27T15:57:28.6679025Z return forward_call(*input, **kwargs) 2022-09-27T15:57:28.6679392Z File ".23615", line 5, in forward 2022-09-27T15:57:28.6679732Z where = torch.where(arg_0, arg_1, arg_2); arg_0 = arg_1 = arg_2 = None 2022-09-27T15:57:28.6680314Z RuntimeError: where expected condition to be a boolean tensor, but got a tensor with dtype Float 2022-09-27T15:57:28.6680635Z 2022-09-27T15:57:28.6680888Z Call using an FX-traced Module, line 5 of the traced Module's generated forward function: 2022-09-27T15:57:28.6681163Z def forward(self, arg_0, arg_1, arg_2): 2022-09-27T15:57:28.6681397Z where = torch.where(arg_0, arg_1, arg_2); arg_0 = arg_1 = arg_2 = None 2022-09-27T15:57:28.6681555Z 2022-09-27T15:57:28.6681728Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <--- HERE 2022-09-27T15:57:28.6681929Z return where 2022-09-27T15:57:28.6682034Z 2022-09-27T15:57:28.6682082Z 2022-09-27T15:57:28.6682173Z 2022-09-27T15:57:28.6682263Z expected failure (0.009s) 2022-09-27T15:57:28.6980220Z test_normalize_operator_exhaustive_xlogy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-09-27T15:57:28.7078926Z test_normalize_operator_exhaustive_zero__cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-09-27T15:57:28.7156896Z test_normalize_operator_exhaustive_zeros_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-09-27T15:57:28.7372305Z test_normalize_operator_exhaustive_zeros_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.021s) 2022-09-27T15:57:28.7389314Z test_normalize_quantized_eb_cpu (__main__.TestNormalizeOperatorsCPU) ... ok (0.002s) 2022-09-27T15:57:28.7389759Z 2022-09-27T15:57:28.7390257Z ---------------------------------------------------------------------- 2022-09-27T15:57:28.7390674Z Ran 638 tests in 48.025s 2022-09-27T15:57:28.7390803Z 2022-09-27T15:57:28.7390901Z OK (skipped=21, expected failures=101) 2022-09-27T15:57:28.7391032Z 2022-09-27T15:57:28.7391128Z Generating XML reports... 2022-09-27T15:57:28.7450449Z Generated XML report: test-reports/python-unittest/test_fx_experimental/TEST-TestFXExperimental-20220927155640.xml 2022-09-27T15:57:28.7931227Z Generated XML report: test-reports/python-unittest/test_fx_experimental/TEST-TestNormalizeOperatorsCPU-20220927155640.xml 2022-09-27T15:57:29.3556039Z Running test_tensorexpr ... [2022-09-27 15:57:29.355218] 2022-09-27T15:57:29.3556576Z Executing ['/opt/conda/bin/python', '-bb', 'test_tensorexpr.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:57:29.355310] 2022-09-27T15:57:30.5714381Z Test results will be stored in test-reports/python-unittest/test_tensorexpr 2022-09-27T15:57:30.5729648Z 2022-09-27T15:57:30.5729738Z Running tests... 2022-09-27T15:57:30.5730233Z ---------------------------------------------------------------------- 2022-09-27T15:57:30.8533949Z test_add_const_rhs (__main__.TestTensorExprFuser) ... ok (0.280s) 2022-09-27T15:57:30.8904097Z test_add_sub (__main__.TestTensorExprFuser) ... ok (0.037s) 2022-09-27T15:57:30.9366272Z test_alias_analysis_input_and_module (__main__.TestTensorExprFuser) ... ok (0.046s) 2022-09-27T15:57:30.9456288Z test_alias_analysis_inputs (__main__.TestTensorExprFuser) ... ok (0.009s) 2022-09-27T15:57:31.0735878Z test_alias_analysis_module (__main__.TestTensorExprFuser) ... ok (0.128s) 2022-09-27T15:57:31.1130007Z test_all_combos (__main__.TestTensorExprFuser) ... ok (0.039s) 2022-09-27T15:57:31.1384710Z test_alpha (__main__.TestTensorExprFuser) ... ok (0.025s) 2022-09-27T15:57:31.6588842Z test_binary_ops (__main__.TestTensorExprFuser) ... ok (0.520s) 2022-09-27T15:57:31.8219477Z test_bitwise_ops (__main__.TestTensorExprFuser) ... ok (0.163s) 2022-09-27T15:57:31.8614614Z test_broadcast (__main__.TestTensorExprFuser) ... ok (0.039s) 2022-09-27T15:57:32.0087442Z test_broadcast3 (__main__.TestTensorExprFuser) ... ok (0.147s) 2022-09-27T15:57:32.0425132Z test_broadcast_2 (__main__.TestTensorExprFuser) ... ok (0.034s) 2022-09-27T15:57:32.0904093Z test_broadcast_big2 (__main__.TestTensorExprFuser) ... ok (0.048s) 2022-09-27T15:57:32.1657841Z test_cat (__main__.TestTensorExprFuser) ... ok (0.075s) 2022-09-27T15:57:32.2882752Z test_cat_empty_tensors (__main__.TestTensorExprFuser) ... ok (0.122s) 2022-09-27T15:57:32.3597188Z test_cat_negative_dim (__main__.TestTensorExprFuser) ... ok (0.071s) 2022-09-27T15:57:32.3606177Z test_cat_only (__main__.TestTensorExprFuser) ... skip: cat is broken with fusion group inlining disabled (0.001s) 2022-09-27T15:57:32.4926411Z test_cat_promote_inputs (__main__.TestTensorExprFuser) ... ok (0.132s) 2022-09-27T15:57:32.5405495Z test_cat_with_constant_dim (__main__.TestTensorExprFuser) ... ok (0.048s) 2022-09-27T15:57:32.5705058Z test_char (__main__.TestTensorExprFuser) ... ok (0.030s) 2022-09-27T15:57:32.6674434Z test_chunk (__main__.TestTensorExprFuser) ... ok (0.097s) 2022-09-27T15:57:32.7058890Z test_clamp (__main__.TestTensorExprFuser) ... ok (0.038s) 2022-09-27T15:57:32.7347108Z test_constant (__main__.TestTensorExprFuser) ... ok (0.029s) 2022-09-27T15:57:32.7629945Z test_double (__main__.TestTensorExprFuser) ... ok (0.028s) 2022-09-27T15:57:32.7967662Z test_double_intrinsics (__main__.TestTensorExprFuser) ... ok (0.034s) 2022-09-27T15:57:32.7983677Z test_dynamic_shape (__main__.TestTensorExprFuser) ... skip: dynamic shapes are not quite there yet (0.002s) 2022-09-27T15:57:32.8364747Z test_easy (__main__.TestTensorExprFuser) ... ok (0.038s) 2022-09-27T15:57:32.9007121Z test_eq (__main__.TestTensorExprFuser) ... ok (0.064s) 2022-09-27T15:57:32.9622149Z test_exp_pow (__main__.TestTensorExprFuser) ... ok (0.061s) 2022-09-27T15:57:33.0014975Z test_four_arg (__main__.TestTensorExprFuser) ... ok (0.039s) 2022-09-27T15:57:33.0673705Z test_ge (__main__.TestTensorExprFuser) ... ok (0.066s) 2022-09-27T15:57:33.1329800Z test_gt (__main__.TestTensorExprFuser) ... ok (0.066s) 2022-09-27T15:57:33.1337884Z test_guard_fails (__main__.TestTensorExprFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:57:33.1351333Z test_half_bn_relu (__main__.TestTensorExprFuser) ... ok (0.001s) 2022-09-27T15:57:33.1391922Z test_half_gelu (__main__.TestTensorExprFuser) ... ok (0.004s) 2022-09-27T15:57:33.1670727Z test_int64_promotion (__main__.TestTensorExprFuser) ... ok (0.028s) 2022-09-27T15:57:33.1953973Z test_int_output (__main__.TestTensorExprFuser) ... ok (0.028s) 2022-09-27T15:57:33.2600636Z test_le (__main__.TestTensorExprFuser) ... ok (0.065s) 2022-09-27T15:57:33.3371039Z test_loop (__main__.TestTensorExprFuser) ... ok (0.077s) 2022-09-27T15:57:33.4011322Z test_lt (__main__.TestTensorExprFuser) ... ok (0.064s) 2022-09-27T15:57:33.4268739Z test_mask (__main__.TestTensorExprFuser) ... ok (0.026s) 2022-09-27T15:57:33.4669458Z test_min_max (__main__.TestTensorExprFuser) ... ok (0.040s) 2022-09-27T15:57:33.4933406Z test_min_max_reduction (__main__.TestTensorExprFuser) ... ok (0.026s) 2022-09-27T15:57:33.5196280Z test_min_max_reduction2 (__main__.TestTensorExprFuser) ... ok (0.026s) 2022-09-27T15:57:33.5490230Z test_min_max_reduction_dim1 (__main__.TestTensorExprFuser) ... ok (0.029s) 2022-09-27T15:57:33.5907836Z test_min_max_reduction_dim1_2 (__main__.TestTensorExprFuser) ... ok (0.042s) 2022-09-27T15:57:33.6168866Z test_multi_rand (__main__.TestTensorExprFuser) ... ok (0.026s) 2022-09-27T15:57:33.6536075Z test_multioutput (__main__.TestTensorExprFuser) ... ok (0.037s) 2022-09-27T15:57:33.7332264Z test_multiple_outputs (__main__.TestTensorExprFuser) ... ok (0.079s) 2022-09-27T15:57:33.7898508Z test_nans (__main__.TestTensorExprFuser) ... ok (0.057s) 2022-09-27T15:57:33.8556355Z test_ne (__main__.TestTensorExprFuser) ... ok (0.066s) 2022-09-27T15:57:33.8911205Z test_promotion (__main__.TestTensorExprFuser) ... ok (0.035s) 2022-09-27T15:58:04.9131330Z test_propagated_mem_layout (__main__.TestTensorExprFuser) ... ok (31.022s) 2022-09-27T15:58:04.9487900Z test_rand_like (__main__.TestTensorExprFuser) ... ok (0.036s) 2022-09-27T15:58:04.9944933Z test_rank_two (__main__.TestTensorExprFuser) ... ok (0.046s) 2022-09-27T15:58:05.0333383Z test_relu (__main__.TestTensorExprFuser) ... ok (0.039s) 2022-09-27T15:58:05.2502535Z test_remainder (__main__.TestTensorExprFuser) ... ok (0.217s) 2022-09-27T15:58:05.2926441Z test_reps (__main__.TestTensorExprFuser) ... ok (0.042s) 2022-09-27T15:58:05.3463238Z test_scalar (__main__.TestTensorExprFuser) ... ok (0.054s) 2022-09-27T15:58:05.3745061Z test_short (__main__.TestTensorExprFuser) ... ok (0.028s) 2022-09-27T15:58:05.3877031Z test_simple_add (__main__.TestTensorExprFuser) ... ok (0.013s) 2022-09-27T15:58:05.4445039Z test_slice (__main__.TestTensorExprFuser) ... ok (0.057s) 2022-09-27T15:58:05.5533690Z test_sliced_stride (__main__.TestTensorExprFuser) ... ok (0.109s) 2022-09-27T15:58:05.8655839Z test_softmax_cpu (__main__.TestTensorExprFuser) ... ok (0.312s) 2022-09-27T15:58:05.8660697Z test_softmax_cuda (__main__.TestTensorExprFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:58:05.9791738Z test_strided_output_preserved (__main__.TestTensorExprFuser) ... ok (0.113s) 2022-09-27T15:58:06.0160799Z test_three_arg (__main__.TestTensorExprFuser) ... ok (0.037s) 2022-09-27T15:58:06.0567951Z test_three_arg2 (__main__.TestTensorExprFuser) ... ok (0.041s) 2022-09-27T15:58:06.2193743Z test_transpose (__main__.TestTensorExprFuser) ... ok (0.162s) 2022-09-27T15:58:07.3459379Z test_unary_ops (__main__.TestTensorExprFuser) ... ok (1.126s) 2022-09-27T15:58:07.4089845Z test_unsqueeze (__main__.TestTensorExprFuser) ... ok (0.062s) 2022-09-27T15:58:07.5288097Z test_where (__main__.TestTensorExprFuser) ... ok (0.121s) 2022-09-27T15:58:07.5288404Z 2022-09-27T15:58:07.5289847Z ---------------------------------------------------------------------- 2022-09-27T15:58:07.5290293Z Ran 72 tests in 36.956s 2022-09-27T15:58:07.5290485Z 2022-09-27T15:58:07.5371312Z OK (skipped=4) 2022-09-27T15:58:07.5371602Z 2022-09-27T15:58:07.5371770Z Generating XML reports... 2022-09-27T15:58:07.5378330Z Generated XML report: test-reports/python-unittest/test_tensorexpr/TEST-TestTensorExprFuser-20220927155730.xml 2022-09-27T15:58:08.0339316Z Running test_sparse ... [2022-09-27 15:58:08.033521] 2022-09-27T15:58:08.0339879Z Executing ['/opt/conda/bin/python', '-bb', 'test_sparse.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:58:08.033607] 2022-09-27T15:58:10.2355509Z Test results will be stored in test-reports/python-unittest/test_sparse 2022-09-27T15:58:10.2602763Z 2022-09-27T15:58:10.2603018Z Running tests... 2022-09-27T15:58:10.2603773Z ---------------------------------------------------------------------- 2022-09-27T15:58:10.2743221Z 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:58:10.2744637Z self.assertEqual(None, x1.grad) 2022-09-27T15:58:10.2842026Z ok (0.024s) 2022-09-27T15:58:10.2872225Z 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:58:10.2872952Z x1 = x1.to(torch.float32) 2022-09-27T15:58:10.3051871Z ok (0.021s) 2022-09-27T15:58:10.3253461Z test_Sparse_to_Sparse_copy__cpu_float64 (__main__.TestSparseCPU) ... ok (0.020s) 2022-09-27T15:58:10.3267955Z test_Sparse_to_Sparse_copy_multi_gpu_cpu_complex128 (__main__.TestSparseCPU) ... skip: no multi-GPU (0.001s) 2022-09-27T15:58:10.3281065Z test_Sparse_to_Sparse_copy_multi_gpu_cpu_float64 (__main__.TestSparseCPU) ... skip: no multi-GPU (0.001s) 2022-09-27T15:58:10.3382144Z test_add_dense_sparse_mismatch_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.010s) 2022-09-27T15:58:10.3480053Z test_add_dense_sparse_mismatch_cpu_float64 (__main__.TestSparseCPU) ... ok (0.010s) 2022-09-27T15:58:10.3497491Z test_add_noncontiguous_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:58:10.3514420Z test_add_noncontiguous_cpu_float64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:58:10.3527218Z test_add_sub_nnz_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.001s) 2022-09-27T15:58:10.3538352Z test_add_sub_nnz_cpu_float64 (__main__.TestSparseCPU) ... ok (0.001s) 2022-09-27T15:58:10.3618596Z test_add_zeros_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.008s) 2022-09-27T15:58:10.3687692Z test_add_zeros_cpu_float64 (__main__.TestSparseCPU) ... ok (0.007s) 2022-09-27T15:58:10.3702268Z test_any_cpu (__main__.TestSparseCPU) ... ok (0.001s) 2022-09-27T15:58:10.3898916Z test_asin_arcsin_cpu_float32 (__main__.TestSparseCPU) ... ok (0.020s) 2022-09-27T15:58:10.4090434Z test_asin_arcsin_cpu_float64 (__main__.TestSparseCPU) ... ok (0.019s) 2022-09-27T15:58:10.5019141Z test_asin_arcsin_cpu_int16 (__main__.TestSparseCPU) ... ok (0.093s) 2022-09-27T15:58:10.5951008Z test_asin_arcsin_cpu_int32 (__main__.TestSparseCPU) ... ok (0.093s) 2022-09-27T15:58:10.6880488Z test_asin_arcsin_cpu_int64 (__main__.TestSparseCPU) ... ok (0.093s) 2022-09-27T15:58:10.7810190Z test_asin_arcsin_cpu_int8 (__main__.TestSparseCPU) ... ok (0.093s) 2022-09-27T15:58:10.8740365Z test_asin_arcsin_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.093s) 2022-09-27T15:58:10.8758324Z test_assign_cpu_float64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:58:10.9172083Z test_basic_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.041s) 2022-09-27T15:58:10.9581013Z test_basic_cpu_float64 (__main__.TestSparseCPU) ... ok (0.041s) 2022-09-27T15:58:11.1466198Z test_basic_ops_cpu_float64 (__main__.TestSparseCPU) ... ok (0.188s) 2022-09-27T15:58:13.9510056Z test_bmm_cpu_float64 (__main__.TestSparseCPU) ... ok (2.804s) 2022-09-27T15:58:13.9522690Z test_bmm_cuda_version_error_cpu_float64 (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:58:13.9541170Z test_bmm_deterministic_cpu_float64 (__main__.TestSparseCPU) ... skip: bmm sparse-dense requires CUDA 10.1 or greater (0.002s) 2022-09-27T15:58:13.9547999Z 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:58:13.9962303Z test_cat_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.041s) 2022-09-27T15:58:14.0348008Z test_cat_cpu_float64 (__main__.TestSparseCPU) ... ok (0.039s) 2022-09-27T15:58:14.0393937Z test_change_tensor_metadata_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.005s) 2022-09-27T15:58:14.0438478Z test_change_tensor_metadata_cpu_float64 (__main__.TestSparseCPU) ... ok (0.004s) 2022-09-27T15:58:14.0471991Z test_clone_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.003s) 2022-09-27T15:58:14.0504269Z test_clone_cpu_float64 (__main__.TestSparseCPU) ... ok (0.003s) 2022-09-27T15:58:14.0627258Z test_coalesce_cpu_bfloat16 (__main__.TestSparseCPU) ... ok (0.012s) 2022-09-27T15:58:14.0750792Z test_coalesce_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.012s) 2022-09-27T15:58:14.0863946Z test_coalesce_cpu_float64 (__main__.TestSparseCPU) ... ok (0.011s) 2022-09-27T15:58:14.0879253Z test_coalesce_reference_cycle_cpu_float64 (__main__.TestSparseCPU) ... ok (0.001s) 2022-09-27T15:58:14.0943587Z test_coalesce_transpose_mm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.006s) 2022-09-27T15:58:14.1070926Z test_constructor_device_legacy_cpu (__main__.TestSparseCPU) ... ok (0.013s) 2022-09-27T15:58:14.1125797Z test_contig_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.005s) 2022-09-27T15:58:14.1183077Z test_contig_cpu_float64 (__main__.TestSparseCPU) ... ok (0.006s) 2022-09-27T15:58:14.1244382Z test_contig_hybrid_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.006s) 2022-09-27T15:58:14.1304820Z test_contig_hybrid_cpu_float64 (__main__.TestSparseCPU) ... ok (0.006s) 2022-09-27T15:58:14.1375019Z test_ctor_large_sizes_cpu_float64 (__main__.TestSparseCPU) ... ok (0.007s) 2022-09-27T15:58:14.1443750Z test_ctor_size_checks_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.007s) 2022-09-27T15:58:14.1512294Z test_ctor_size_checks_cpu_float64 (__main__.TestSparseCPU) ... ok (0.007s) 2022-09-27T15:58:14.1525558Z test_cuda_empty_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:58:14.1570603Z test_div_by_sparse_error_cpu (__main__.TestSparseCPU) ... ok (0.004s) 2022-09-27T15:58:14.1626891Z test_div_rounding_mode_cpu_float32 (__main__.TestSparseCPU) ... ok (0.006s) 2022-09-27T15:58:14.1678627Z test_div_rounding_mode_cpu_float64 (__main__.TestSparseCPU) ... ok (0.005s) 2022-09-27T15:58:14.2118914Z test_dsmm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.044s) 2022-09-27T15:58:14.2136660Z test_dtypes_cpu (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:58:14.2225169Z test_empty_full_cpu (__main__.TestSparseCPU) ... ok (0.009s) 2022-09-27T15:58:14.2860569Z test_empty_like_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.063s) 2022-09-27T15:58:14.3487056Z test_empty_like_cpu_float64 (__main__.TestSparseCPU) ... ok (0.063s) 2022-09-27T15:58:14.3538756Z test_factory_copy_cpu (__main__.TestSparseCPU) ... ok (0.005s) 2022-09-27T15:58:14.3623836Z test_factory_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.008s) 2022-09-27T15:58:14.3706581Z test_factory_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.008s) 2022-09-27T15:58:14.3788104Z test_factory_cpu_float16 (__main__.TestSparseCPU) ... ok (0.008s) 2022-09-27T15:58:14.3870135Z test_factory_cpu_float32 (__main__.TestSparseCPU) ... ok (0.008s) 2022-09-27T15:58:14.3950352Z test_factory_cpu_float64 (__main__.TestSparseCPU) ... ok (0.008s) 2022-09-27T15:58:14.3961813Z test_factory_default_cpu (__main__.TestSparseCPU) ... ok (0.001s) 2022-09-27T15:58:14.4094684Z test_factory_dense_dim_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.013s) 2022-09-27T15:58:14.4226353Z test_factory_dense_dim_cpu_float64 (__main__.TestSparseCPU) ... ok (0.013s) 2022-09-27T15:58:14.4242603Z test_factory_device_type_inference_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:58:14.4261800Z test_factory_empty_indices_cpu (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:58:14.4394030Z test_factory_nnz_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.013s) 2022-09-27T15:58:14.4523562Z test_factory_nnz_cpu_float64 (__main__.TestSparseCPU) ... ok (0.013s) 2022-09-27T15:58:14.4561783Z test_factory_nnz_zero_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.004s) 2022-09-27T15:58:14.4598229Z test_factory_nnz_zero_cpu_float64 (__main__.TestSparseCPU) ... ok (0.004s) 2022-09-27T15:58:14.4853386Z test_factory_size_check_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.025s) 2022-09-27T15:58:14.5106383Z test_factory_size_check_cpu_float64 (__main__.TestSparseCPU) ... ok (0.025s) 2022-09-27T15:58:14.5129610Z test_factory_type_inference_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:58:14.5151531Z test_factory_type_inference_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:58:14.5173430Z test_factory_type_inference_cpu_float16 (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:58:14.5195129Z test_factory_type_inference_cpu_float32 (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:58:14.5217560Z test_factory_type_inference_cpu_float64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:58:14.5239712Z test_factory_type_inference_cpu_int64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:58:14.5284752Z test_floor_divide_by_sparse_error_cpu (__main__.TestSparseCPU) ... ok (0.004s) 2022-09-27T15:58:14.5659965Z test_full_broadcast_to_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.037s) 2022-09-27T15:58:14.6017327Z test_full_broadcast_to_cpu_float64 (__main__.TestSparseCPU) ... ok (0.036s) 2022-09-27T15:58:14.6451544Z test_hsmm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.043s) 2022-09-27T15:58:14.8507934Z test_index_select_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.206s) 2022-09-27T15:58:14.9805217Z test_index_select_cpu_float64 (__main__.TestSparseCPU) ... ok (0.130s) 2022-09-27T15:58:14.9988776Z test_index_select_empty_and_non_contiguous_index_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.018s) 2022-09-27T15:58:15.0119231Z test_index_select_empty_and_non_contiguous_index_cpu_float64 (__main__.TestSparseCPU) ... ok (0.013s) 2022-09-27T15:58:15.2765640Z test_index_select_exhaustive_index_large_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.265s) 2022-09-27T15:58:15.4738757Z test_index_select_exhaustive_index_large_cpu_float64 (__main__.TestSparseCPU) ... ok (0.197s) 2022-09-27T15:58:15.6963555Z test_index_select_exhaustive_index_small_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.222s) 2022-09-27T15:58:15.8700725Z test_index_select_exhaustive_index_small_cpu_float64 (__main__.TestSparseCPU) ... ok (0.174s) 2022-09-27T15:58:15.8722487Z test_index_select_parallelization_cpu_complex128 (__main__.TestSparseCPU) 2022-09-27T15:58:15.9701564Z Test with sizes that will trigger parallelization (i.e. with sizes ... ok (0.100s) 2022-09-27T15:58:15.9712000Z test_index_select_parallelization_cpu_float64 (__main__.TestSparseCPU) 2022-09-27T15:58:16.0617766Z Test with sizes that will trigger parallelization (i.e. with sizes ... ok (0.092s) 2022-09-27T15:58:16.0666511Z test_is_nonzero_cpu (__main__.TestSparseCPU) ... ok (0.005s) 2022-09-27T15:58:16.0677705Z test_is_sparse_cpu (__main__.TestSparseCPU) ... ok (0.001s) 2022-09-27T15:58:16.0698455Z test_isnan_cpu (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:58:16.0714903Z test_legacy_constructor_cpu (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:58:16.0730961Z test_legacy_new_cpu (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:58:16.1015376Z test_log1p_cpu_float32 (__main__.TestSparseCPU) ... ok (0.028s) 2022-09-27T15:58:16.1294936Z test_log1p_cpu_float64 (__main__.TestSparseCPU) ... ok (0.028s) 2022-09-27T15:58:16.1562632Z test_log1p_cpu_int16 (__main__.TestSparseCPU) ... ok (0.027s) 2022-09-27T15:58:16.1829056Z test_log1p_cpu_int32 (__main__.TestSparseCPU) ... ok (0.027s) 2022-09-27T15:58:16.2096165Z test_log1p_cpu_int64 (__main__.TestSparseCPU) ... ok (0.027s) 2022-09-27T15:58:16.2363312Z test_log1p_cpu_int8 (__main__.TestSparseCPU) ... ok (0.027s) 2022-09-27T15:58:16.2631359Z test_log1p_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.027s) 2022-09-27T15:58:16.8906896Z test_mm_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.627s) 2022-09-27T15:58:17.1782913Z test_mm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.287s) 2022-09-27T15:58:17.2082384Z test_mv_cpu_float64 (__main__.TestSparseCPU) ... ok (0.030s) 2022-09-27T15:58:17.2691710Z test_narrow_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.061s) 2022-09-27T15:58:17.3253608Z test_narrow_cpu_float64 (__main__.TestSparseCPU) ... ok (0.056s) 2022-09-27T15:58:17.3329906Z test_neg_negative_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.008s) 2022-09-27T15:58:17.3397782Z test_neg_negative_cpu_float64 (__main__.TestSparseCPU) ... ok (0.007s) 2022-09-27T15:58:17.3438275Z test_new_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.004s) 2022-09-27T15:58:17.3474218Z test_new_cpu_float64 (__main__.TestSparseCPU) ... ok (0.004s) 2022-09-27T15:58:17.3480079Z test_new_device_multi_gpu_cpu (__main__.TestSparseCPU) ... skip: only one GPU detected (0.001s) 2022-09-27T15:58:17.3488167Z test_new_device_single_gpu_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:58:17.3845561Z test_norm_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.036s) 2022-09-27T15:58:17.4196420Z test_norm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.035s) 2022-09-27T15:58:17.7221796Z test_permute_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.302s) 2022-09-27T15:58:17.9829973Z test_permute_cpu_float64 (__main__.TestSparseCPU) ... ok (0.261s) 2022-09-27T15:58:17.9932914Z test_pickle_cpu_float64 (__main__.TestSparseCPU) ... ok (0.010s) 2022-09-27T15:58:17.9990422Z test_print_coalesced_cpu_float64 (__main__.TestSparseCPU) ... ok (0.006s) 2022-09-27T15:58:18.0044915Z test_print_uncoalesced_cpu_float64 (__main__.TestSparseCPU) ... ok (0.005s) 2022-09-27T15:58:18.0062188Z test_resize_as_cpu (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:58:18.0326570Z test_resize_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.026s) 2022-09-27T15:58:18.0585147Z test_resize_cpu_float64 (__main__.TestSparseCPU) ... ok (0.026s) 2022-09-27T15:58:18.1976484Z test_saddmm_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.139s) 2022-09-27T15:58:18.2597289Z test_saddmm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.062s) 2022-09-27T15:58:18.2619317Z test_same_gpu_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:58:18.2658261Z test_scalar_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.004s) 2022-09-27T15:58:18.2693990Z test_scalar_cpu_float64 (__main__.TestSparseCPU) ... ok (0.004s) 2022-09-27T15:58:18.5104093Z test_select_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.241s) 2022-09-27T15:58:18.6618810Z test_select_cpu_float64 (__main__.TestSparseCPU) ... ok (0.151s) 2022-09-27T15:58:18.6641602Z test_select_no_type_promotion_cpu_int16 (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:58:18.6663568Z test_select_no_type_promotion_cpu_int32 (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:58:18.6684382Z test_select_no_type_promotion_cpu_int64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:58:18.6704161Z test_select_no_type_promotion_cpu_int8 (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:58:18.6723785Z test_select_no_type_promotion_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:58:18.6745391Z test_shared_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:58:18.6766136Z test_shared_cpu_float64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:58:18.6778639Z test_small_nnz_coalesced_cpu (__main__.TestSparseCPU) ... ok (0.001s) 2022-09-27T15:58:19.0505955Z test_softmax_cpu_float64 (__main__.TestSparseCPU) ... ok (0.372s) 2022-09-27T15:58:19.0518770Z test_softmax_zero_nnz_cpu_float64 (__main__.TestSparseCPU) ... ok (0.001s) 2022-09-27T15:58:19.1502352Z test_spadd_cpu_float64 (__main__.TestSparseCPU) ... ok (0.098s) 2022-09-27T15:58:19.1520929Z test_sparse_add_coalesce_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:58:19.1539129Z test_sparse_add_coalesce_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:58:19.1556889Z test_sparse_add_coalesce_cpu_float32 (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:58:19.1574220Z test_sparse_add_coalesce_cpu_float64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:58:19.1587504Z test_sparse_add_out_bfloat16_cpu_complex128 (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:58:19.1600331Z test_sparse_add_out_bfloat16_cpu_float64 (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:58:19.1619079Z test_sparse_addmm_cpu_bfloat16 (__main__.TestSparseCPU) ... skip: See https://github.com/pytorch/pytorch/issues/73145 (0.002s) 2022-09-27T15:58:19.1637262Z test_sparse_addmm_cpu_complex128 (__main__.TestSparseCPU) ... skip: See https://github.com/pytorch/pytorch/issues/73145 (0.002s) 2022-09-27T15:58:19.1655120Z test_sparse_addmm_cpu_float64 (__main__.TestSparseCPU) ... skip: See https://github.com/pytorch/pytorch/issues/73145 (0.002s) 2022-09-27T15:58:19.1665921Z test_sparse_bool_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.001s) 2022-09-27T15:58:19.1677087Z test_sparse_bool_cpu_float64 (__main__.TestSparseCPU) ... ok (0.001s) 2022-09-27T15:58:19.1749454Z test_sparse_broadcast_to_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.007s) 2022-09-27T15:58:19.1818946Z test_sparse_broadcast_to_cpu_float64 (__main__.TestSparseCPU) ... ok (0.007s) 2022-09-27T15:58:19.2372366Z test_sparse_dense_mul_cpu_bfloat16 (__main__.TestSparseCPU) ... skip: Test with dtype=torch.bfloat16, device=cpu runs only with coalesced inputs (0.055s) 2022-09-27T15:58:19.2456825Z test_sparse_dense_mul_cpu_bool (__main__.TestSparseCPU) ... ok (0.009s) 2022-09-27T15:58:19.3772951Z test_sparse_dense_mul_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.131s) 2022-09-27T15:58:19.5102169Z test_sparse_dense_mul_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.133s) 2022-09-27T15:58:19.5664472Z test_sparse_dense_mul_cpu_float16 (__main__.TestSparseCPU) ... skip: Test with dtype=torch.float16, device=cpu runs only with coalesced inputs (0.056s) 2022-09-27T15:58:19.6978993Z test_sparse_dense_mul_cpu_float32 (__main__.TestSparseCPU) ... ok (0.131s) 2022-09-27T15:58:19.8127866Z test_sparse_dense_mul_cpu_float64 (__main__.TestSparseCPU) ... ok (0.115s) 2022-09-27T15:58:19.8991115Z test_sparse_dense_mul_cpu_int16 (__main__.TestSparseCPU) ... ok (0.086s) 2022-09-27T15:58:19.9885892Z test_sparse_dense_mul_cpu_int32 (__main__.TestSparseCPU) ... ok (0.089s) 2022-09-27T15:58:20.0766019Z test_sparse_dense_mul_cpu_int64 (__main__.TestSparseCPU) ... ok (0.088s) 2022-09-27T15:58:20.1625989Z test_sparse_dense_mul_cpu_int8 (__main__.TestSparseCPU) ... ok (0.086s) 2022-09-27T15:58:20.2495126Z test_sparse_dense_mul_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.087s) 2022-09-27T15:58:20.2751933Z test_sparse_mask_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.026s) 2022-09-27T15:58:20.2972526Z test_sparse_mask_cpu_float64 (__main__.TestSparseCPU) ... ok (0.022s) 2022-09-27T15:58:20.3319485Z test_sparse_mask_hybrid_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.035s) 2022-09-27T15:58:20.3619504Z test_sparse_mask_hybrid_cpu_float64 (__main__.TestSparseCPU) ... ok (0.030s) 2022-09-27T15:58:20.3656593Z test_sparse_matmul_cpu_complex128 (__main__.TestSparseCPU) 2022-09-27T15:58:22.2104882Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (1.848s) 2022-09-27T15:58:22.2144099Z test_sparse_matmul_cpu_complex64 (__main__.TestSparseCPU) 2022-09-27T15:58:22.4435111Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (0.233s) 2022-09-27T15:58:22.4472556Z test_sparse_matmul_cpu_float32 (__main__.TestSparseCPU) 2022-09-27T15:58:22.6611802Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (0.217s) 2022-09-27T15:58:22.6648573Z test_sparse_matmul_cpu_float64 (__main__.TestSparseCPU) 2022-09-27T15:58:23.6522579Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (0.991s) 2022-09-27T15:58:23.6623980Z test_sparse_mm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.010s) 2022-09-27T15:58:23.6672761Z test_sparse_mul_cpu_float64 (__main__.TestSparseCPU) ... ok (0.005s) 2022-09-27T15:58:23.6778624Z 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:58:23.6779740Z out = torch.sparse.spdiags(diags, offsets, shape, layout=layout) 2022-09-27T15:58:23.7076307Z ok (0.040s) 2022-09-27T15:58:23.7611616Z test_sparse_spdiags_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.053s) 2022-09-27T15:58:23.8157794Z test_sparse_spdiags_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.055s) 2022-09-27T15:58:23.8606013Z test_sparse_spdiags_cpu_float32 (__main__.TestSparseCPU) ... ok (0.045s) 2022-09-27T15:58:23.9050187Z test_sparse_spdiags_cpu_float64 (__main__.TestSparseCPU) ... ok (0.044s) 2022-09-27T15:58:23.9449519Z test_sparse_spdiags_cpu_int16 (__main__.TestSparseCPU) ... ok (0.040s) 2022-09-27T15:58:23.9852588Z test_sparse_spdiags_cpu_int32 (__main__.TestSparseCPU) ... ok (0.040s) 2022-09-27T15:58:24.0253880Z test_sparse_spdiags_cpu_int64 (__main__.TestSparseCPU) ... ok (0.040s) 2022-09-27T15:58:24.0658755Z test_sparse_spdiags_cpu_int8 (__main__.TestSparseCPU) ... ok (0.040s) 2022-09-27T15:58:24.1058090Z test_sparse_spdiags_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.040s) 2022-09-27T15:58:24.1919666Z test_sparse_sum_cpu_float64 (__main__.TestSparseCPU) ... ok (0.086s) 2022-09-27T15:58:24.1944194Z test_sparse_to_numpy_cpu (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:58:24.2936715Z test_sspaddmm_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.099s) 2022-09-27T15:58:24.3444895Z test_sspaddmm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.051s) 2022-09-27T15:58:24.3454822Z test_storage_not_null_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:58:24.3481200Z test_t_empty_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.003s) 2022-09-27T15:58:24.3506427Z test_t_empty_cpu_float64 (__main__.TestSparseCPU) ... ok (0.003s) 2022-09-27T15:58:24.3578505Z test_to_dense_cpu_bfloat16 (__main__.TestSparseCPU) ... ok (0.007s) 2022-09-27T15:58:24.3651442Z test_to_dense_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.007s) 2022-09-27T15:58:24.3725028Z test_to_dense_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.007s) 2022-09-27T15:58:24.3794107Z test_to_dense_cpu_float16 (__main__.TestSparseCPU) ... ok (0.007s) 2022-09-27T15:58:24.3863874Z test_to_dense_cpu_float32 (__main__.TestSparseCPU) ... ok (0.007s) 2022-09-27T15:58:24.3945951Z test_to_dense_cpu_float64 (__main__.TestSparseCPU) ... ok (0.008s) 2022-09-27T15:58:24.4028760Z test_to_dense_hybrid_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.008s) 2022-09-27T15:58:24.4080283Z test_to_dense_hybrid_cpu_float64 (__main__.TestSparseCPU) ... ok (0.005s) 2022-09-27T15:58:24.4857428Z test_to_sparse_cpu_bfloat16 (__main__.TestSparseCPU) ... ok (0.077s) 2022-09-27T15:58:24.5641101Z test_to_sparse_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.078s) 2022-09-27T15:58:24.6438580Z test_to_sparse_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.080s) 2022-09-27T15:58:24.7220619Z test_to_sparse_cpu_float16 (__main__.TestSparseCPU) ... ok (0.078s) 2022-09-27T15:58:24.8071588Z test_to_sparse_cpu_float64 (__main__.TestSparseCPU) ... ok (0.085s) 2022-09-27T15:58:24.8754871Z test_to_sparse_cpu_int32 (__main__.TestSparseCPU) ... ok (0.068s) 2022-09-27T15:58:24.8908588Z test_transpose_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.015s) 2022-09-27T15:58:24.9041023Z test_transpose_cpu_float64 (__main__.TestSparseCPU) ... ok (0.013s) 2022-09-27T15:58:24.9427395Z test_unsqueeze_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.038s) 2022-09-27T15:58:24.9765429Z test_unsqueeze_cpu_float64 (__main__.TestSparseCPU) ... ok (0.034s) 2022-09-27T15:58:25.1259573Z test_zeros_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.149s) 2022-09-27T15:58:25.2650725Z test_zeros_cpu_float64 (__main__.TestSparseCPU) ... ok (0.139s) 2022-09-27T15:58:25.4424252Z test_zeros_like_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.177s) 2022-09-27T15:58:25.6083423Z test_zeros_like_cpu_float64 (__main__.TestSparseCPU) ... ok (0.166s) 2022-09-27T15:58:25.6093342Z test_future_empty_dim__masked_amax_cpu_bfloat16 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:58:25.6226679Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.014s) 2022-09-27T15:58:25.6237012Z test_future_empty_dim__masked_amax_cpu_float16 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:58:25.6364594Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.014s) 2022-09-27T15:58:25.6374549Z test_future_empty_dim__masked_amax_cpu_float32 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:58:25.6503181Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.014s) 2022-09-27T15:58:25.6512943Z test_future_empty_dim__masked_amax_cpu_float64 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:58:25.6641025Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.014s) 2022-09-27T15:58:25.6651124Z test_future_empty_dim__masked_amax_cpu_int16 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:58:25.6747699Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.011s) 2022-09-27T15:58:25.6756858Z test_future_empty_dim__masked_amax_cpu_int32 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:58:25.6850936Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.010s) 2022-09-27T15:58:25.6860961Z test_future_empty_dim__masked_amax_cpu_int64 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:58:25.6953646Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.010s) 2022-09-27T15:58:25.6962998Z test_future_empty_dim__masked_amax_cpu_int8 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:58:25.7059094Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.010s) 2022-09-27T15:58:25.7068873Z test_future_empty_dim__masked_amax_cpu_uint8 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:58:25.7160675Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.010s) 2022-09-27T15:58:25.7170515Z test_future_empty_dim__masked_amin_cpu_bfloat16 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:58:25.7296939Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.014s) 2022-09-27T15:58:25.7307187Z test_future_empty_dim__masked_amin_cpu_float16 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:58:25.7431830Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.013s) 2022-09-27T15:58:25.7441908Z test_future_empty_dim__masked_amin_cpu_float32 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:58:25.7569256Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.014s) 2022-09-27T15:58:25.7579595Z test_future_empty_dim__masked_amin_cpu_float64 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:58:25.7702974Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.013s) 2022-09-27T15:58:25.7712933Z test_future_empty_dim__masked_amin_cpu_int16 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:58:25.7807198Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.010s) 2022-09-27T15:58:25.7817332Z test_future_empty_dim__masked_amin_cpu_int32 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:58:25.7911793Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.010s) 2022-09-27T15:58:25.7921376Z test_future_empty_dim__masked_amin_cpu_int64 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:58:25.8014259Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.010s) 2022-09-27T15:58:25.8023370Z test_future_empty_dim__masked_amin_cpu_int8 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:58:25.8122123Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.011s) 2022-09-27T15:58:25.8131341Z test_future_empty_dim__masked_amin_cpu_uint8 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:58:25.8223157Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.010s) 2022-09-27T15:58:25.8232721Z test_future_empty_dim__masked_prod_cpu_bool (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:58:25.8323458Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.010s) 2022-09-27T15:58:25.8333173Z test_future_empty_dim__masked_prod_cpu_complex128 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:58:25.8435502Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.011s) 2022-09-27T15:58:25.8445607Z test_future_empty_dim__masked_prod_cpu_complex64 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:58:25.8546842Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.011s) 2022-09-27T15:58:25.8556825Z test_future_empty_dim__masked_prod_cpu_float32 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:58:25.8685308Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.014s) 2022-09-27T15:58:25.8695483Z test_future_empty_dim__masked_prod_cpu_float64 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:58:25.8821694Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.014s) 2022-09-27T15:58:25.8831877Z test_future_empty_dim__masked_prod_cpu_int16 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:58:25.8925550Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.010s) 2022-09-27T15:58:25.8935310Z test_future_empty_dim__masked_prod_cpu_int32 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:58:25.9029382Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.010s) 2022-09-27T15:58:25.9038719Z test_future_empty_dim__masked_prod_cpu_int64 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:58:25.9132182Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.010s) 2022-09-27T15:58:25.9141631Z test_future_empty_dim__masked_prod_cpu_int8 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:58:25.9235103Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.010s) 2022-09-27T15:58:25.9244501Z test_future_empty_dim__masked_prod_cpu_uint8 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:58:25.9337740Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.010s) 2022-09-27T15:58:25.9347673Z test_future_empty_dim__masked_sum_cpu_bfloat16 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:58:25.9492739Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.015s) 2022-09-27T15:58:25.9502667Z test_future_empty_dim__masked_sum_cpu_bool (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:58:25.9611596Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.012s) 2022-09-27T15:58:25.9621613Z test_future_empty_dim__masked_sum_cpu_complex128 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:58:25.9739440Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.013s) 2022-09-27T15:58:25.9748682Z test_future_empty_dim__masked_sum_cpu_complex64 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:58:25.9866127Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.013s) 2022-09-27T15:58:25.9876407Z test_future_empty_dim__masked_sum_cpu_float16 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:58:26.0024736Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.016s) 2022-09-27T15:58:26.0034008Z test_future_empty_dim__masked_sum_cpu_float32 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:58:26.0179375Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.015s) 2022-09-27T15:58:26.0189078Z test_future_empty_dim__masked_sum_cpu_float64 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:58:26.0331570Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.015s) 2022-09-27T15:58:26.0341568Z test_future_empty_dim__masked_sum_cpu_int16 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:58:26.0452885Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.012s) 2022-09-27T15:58:26.0462350Z test_future_empty_dim__masked_sum_cpu_int32 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:58:26.0572362Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.012s) 2022-09-27T15:58:26.0581765Z test_future_empty_dim__masked_sum_cpu_int64 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:58:26.0692800Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.012s) 2022-09-27T15:58:26.0702273Z test_future_empty_dim__masked_sum_cpu_int8 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:58:26.0811208Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.012s) 2022-09-27T15:58:26.0820708Z test_future_empty_dim__masked_sum_cpu_uint8 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:58:26.0930624Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.012s) 2022-09-27T15:58:26.0956443Z test_basic (__main__.TestSparseMeta) ... ok (0.002s) 2022-09-27T15:58:26.0966520Z test_cuda_from_cpu (__main__.TestSparseOneOff) ... skip: CUDA not available (0.001s) 2022-09-27T15:58:26.0977966Z test_cuda_sparse_cpu_dense_add (__main__.TestSparseOneOff) ... skip: CUDA not available (0.001s) 2022-09-27T15:58:26.0997762Z test_inplace_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.1016547Z test_inplace_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.1034168Z test_inplace_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.1051665Z test_inplace_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.1112902Z test_inplace_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:58:26.1172989Z test_inplace_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:58:26.1233135Z test_inplace_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:58:26.1292682Z test_inplace_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:58:26.1350926Z test_inplace_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:58:26.1370275Z test_inplace_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.1389393Z test_inplace_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.1406626Z test_inplace_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.1424086Z test_inplace_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.1483714Z test_inplace_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:58:26.1543897Z test_inplace_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:58:26.1602254Z test_inplace_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:58:26.1660407Z test_inplace_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:58:26.1718429Z test_inplace_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:58:26.1737838Z test_inplace_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.1757090Z test_inplace_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.1775829Z test_inplace_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.1793648Z test_inplace_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.1853841Z test_inplace_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:58:26.1913808Z test_inplace_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:58:26.1973211Z test_inplace_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:58:26.2032591Z test_inplace_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:58:26.2093873Z test_inplace_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:58:26.2112736Z test_inplace_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.2131352Z test_inplace_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.2148696Z test_inplace_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.2166148Z test_inplace_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.2225492Z test_inplace_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:58:26.2283298Z test_inplace_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:58:26.2342037Z test_inplace_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:58:26.2400121Z test_inplace_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:58:26.2458173Z test_inplace_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:58:26.2475192Z test_inplace_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.2492928Z test_inplace_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.2508814Z test_inplace_ceil_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.2524047Z test_inplace_ceil_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.2539345Z test_inplace_ceil_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.2554299Z test_inplace_ceil_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.2569872Z test_inplace_ceil_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.2582114Z test_inplace_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.2594011Z test_inplace_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.2605910Z test_inplace_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.2618261Z test_inplace_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.2629764Z test_inplace_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.2641549Z test_inplace_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.2653715Z test_inplace_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.2665807Z test_inplace_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.2677983Z test_inplace_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.2686230Z test_inplace_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-09-27T15:58:26.2694704Z test_inplace_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-09-27T15:58:26.2703115Z test_inplace_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-09-27T15:58:26.2712137Z test_inplace_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-09-27T15:58:26.2721084Z test_inplace_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-09-27T15:58:26.2730743Z test_inplace_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-09-27T15:58:26.2738841Z test_inplace_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-09-27T15:58:26.2746978Z test_inplace_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-09-27T15:58:26.2755067Z test_inplace_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-09-27T15:58:26.2772591Z test_inplace_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.2789897Z test_inplace_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.2850145Z test_inplace_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:58:26.2909557Z test_inplace_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:58:26.2968429Z test_inplace_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:58:26.3028124Z test_inplace_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:58:26.3087370Z test_inplace_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:58:26.3105369Z test_inplace_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.3123101Z test_inplace_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.3183243Z test_inplace_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:58:26.3241582Z test_inplace_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:58:26.3300503Z test_inplace_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:58:26.3359074Z test_inplace_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:58:26.3418004Z test_inplace_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:58:26.3435317Z test_inplace_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.3452805Z test_inplace_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.3468576Z test_inplace_floor_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.3483614Z test_inplace_floor_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.3499101Z test_inplace_floor_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.3513883Z test_inplace_floor_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.3529294Z test_inplace_floor_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.3541805Z test_inplace_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.3553708Z test_inplace_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.3565902Z test_inplace_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.3578009Z test_inplace_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.3590256Z test_inplace_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.3602138Z test_inplace_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.3614310Z test_inplace_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.3626128Z test_inplace_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.3638266Z test_inplace_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.3650158Z test_inplace_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.3661955Z test_inplace_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.3673756Z test_inplace_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.3685382Z test_inplace_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.3697465Z test_inplace_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.3709433Z test_inplace_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.3721439Z test_inplace_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.3733136Z test_inplace_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.3744801Z test_inplace_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.3756562Z test_inplace_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.3768379Z test_inplace_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.3780596Z test_inplace_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.3792478Z test_inplace_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.3804298Z test_inplace_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.3816220Z test_inplace_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.3827977Z test_inplace_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.3839705Z test_inplace_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.3851885Z test_inplace_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.3864116Z test_inplace_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.3875572Z test_inplace_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.3887136Z test_inplace_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.3898654Z test_inplace_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.3909937Z test_inplace_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.3927125Z test_inplace_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.3944297Z test_inplace_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.4004352Z test_inplace_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:58:26.4063729Z test_inplace_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:58:26.4122775Z test_inplace_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:58:26.4181891Z test_inplace_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:58:26.4241177Z test_inplace_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:58:26.4257665Z test_inplace_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.4273704Z test_inplace_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.4288467Z test_inplace_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.4303482Z test_inplace_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.4318152Z test_inplace_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.4333245Z test_inplace_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.4348041Z test_inplace_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.4366008Z test_inplace_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.4384049Z test_inplace_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.4401487Z test_inplace_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.4418845Z test_inplace_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.4435274Z test_inplace_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.4451466Z test_inplace_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.4466755Z test_inplace_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.4481746Z test_inplace_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.4497142Z test_inplace_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.4513620Z test_inplace_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.4531136Z test_inplace_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.4547004Z test_inplace_round_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.4561993Z test_inplace_round_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.4577211Z test_inplace_round_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.4592417Z test_inplace_round_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.4607456Z test_inplace_round_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.4624935Z test_inplace_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.4642729Z test_inplace_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.4660071Z test_inplace_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.4677375Z test_inplace_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.4693574Z test_inplace_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.4709686Z test_inplace_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.4725215Z test_inplace_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.4740884Z test_inplace_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.4756609Z test_inplace_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.4773499Z test_inplace_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.4790567Z test_inplace_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.4806416Z test_inplace_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.4821684Z test_inplace_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.4836677Z test_inplace_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.4852156Z test_inplace_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.4866905Z test_inplace_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.4879430Z test_inplace_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.4891483Z test_inplace_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.4903701Z test_inplace_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.4915870Z test_inplace_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.4927930Z test_inplace_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.4940866Z test_inplace_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.4953246Z test_inplace_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.4972625Z test_inplace_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.4991307Z test_inplace_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.5009499Z test_inplace_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.5027266Z test_inplace_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.5087785Z test_inplace_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:58:26.5147032Z test_inplace_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:58:26.5205943Z test_inplace_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:58:26.5264630Z test_inplace_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:58:26.5323429Z test_inplace_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:58:26.5342042Z test_inplace_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.5360590Z test_inplace_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.5378090Z test_inplace_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.5395191Z test_inplace_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.5455992Z test_inplace_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:58:26.5515364Z test_inplace_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:58:26.5574508Z test_inplace_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:58:26.5634431Z test_inplace_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:58:26.5694979Z test_inplace_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:58:26.5712927Z test_inplace_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.5730749Z test_inplace_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.5749868Z test_inplace_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.5767010Z test_inplace_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.5827662Z test_inplace_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:58:26.5887376Z test_inplace_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:58:26.5946558Z test_inplace_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:58:26.6006354Z test_inplace_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:58:26.6066063Z test_inplace_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:58:26.6084659Z test_inplace_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.6103286Z test_inplace_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.6120850Z test_inplace_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.6138936Z test_inplace_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.6199768Z test_inplace_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:58:26.6259851Z test_inplace_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:58:26.6319549Z test_inplace_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:58:26.6379531Z test_inplace_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:58:26.6438854Z test_inplace_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:58:26.6458237Z test_inplace_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.6476612Z test_inplace_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.6494787Z test_inplace_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.6512078Z test_inplace_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.6572093Z test_inplace_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:58:26.6630926Z test_inplace_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:58:26.6689810Z test_inplace_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:58:26.6748923Z test_inplace_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:58:26.6808244Z test_inplace_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:58:26.6825496Z test_inplace_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.6842803Z test_inplace_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.6859173Z test_inplace_trunc_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.6874577Z test_inplace_trunc_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.6889542Z test_inplace_trunc_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.6904761Z test_inplace_trunc_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.6919871Z test_inplace_trunc_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.6937691Z test_out_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.6955226Z test_out_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.6972370Z test_out_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.6988931Z test_out_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.7005464Z test_out_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.7021831Z test_out_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.7037663Z test_out_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.7054021Z test_out_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.7068565Z test_out_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.7085654Z test_out_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.7103660Z test_out_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.7119804Z test_out_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.7136320Z test_out_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.7151729Z test_out_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.7167814Z test_out_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.7183751Z test_out_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.7199187Z test_out_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.7215051Z test_out_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.7232949Z test_out_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.7250286Z test_out_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.7266934Z test_out_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.7283854Z test_out_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.7299868Z test_out_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.7315271Z test_out_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.7331190Z test_out_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.7347171Z test_out_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.7363462Z test_out_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.7382832Z test_out_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.7400235Z test_out_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.7416590Z test_out_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.7432545Z test_out_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.7448122Z test_out_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.7464330Z test_out_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.7479641Z test_out_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.7495771Z test_out_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.7510105Z test_out_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.7525684Z test_out_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.7541711Z test_out_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.7556366Z test_out_ceil_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.7570709Z test_out_ceil_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.7585320Z test_out_ceil_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.7599091Z test_out_ceil_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.7613407Z test_out_ceil_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.7624352Z test_out_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.7635171Z test_out_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.7645468Z test_out_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.7656143Z test_out_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.7666370Z test_out_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.7676739Z test_out_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.7687981Z test_out_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.7700009Z test_out_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.7711296Z test_out_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.7727261Z test_out_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.7744176Z test_out_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.7760239Z test_out_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.7776303Z test_out_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.7791054Z test_out_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.7804959Z test_out_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.7818984Z test_out_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.7833084Z test_out_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.7846918Z test_out_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.7863693Z test_out_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.7880551Z test_out_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.7897409Z test_out_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.7913553Z test_out_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.7929741Z test_out_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.7945414Z test_out_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.7961555Z test_out_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.7977991Z test_out_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.7993864Z test_out_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.8010141Z test_out_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.8025633Z test_out_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.8041646Z test_out_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.8057973Z test_out_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.8073909Z test_out_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.8091089Z test_out_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.8107459Z test_out_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.8122533Z test_out_floor_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.8137306Z test_out_floor_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.8150981Z test_out_floor_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.8164891Z test_out_floor_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.8178915Z test_out_floor_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.8190279Z test_out_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.8201181Z test_out_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.8212277Z test_out_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.8223224Z test_out_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.8234253Z test_out_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.8245190Z test_out_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.8256490Z test_out_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.8267432Z test_out_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.8278427Z test_out_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.8289748Z test_out_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.8300689Z test_out_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.8311551Z test_out_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.8322502Z test_out_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.8333482Z test_out_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.8344261Z test_out_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.8354762Z test_out_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.8365436Z test_out_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.8376255Z test_out_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:58:26.8392412Z test_out_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.8408233Z test_out_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.8423060Z test_out_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.8436965Z test_out_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.8450810Z test_out_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.8465110Z test_out_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.8479783Z test_out_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.8495634Z test_out_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.8510728Z test_out_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.8525396Z test_out_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.8538989Z test_out_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.8552788Z test_out_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.8566807Z test_out_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.8581498Z test_out_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.8597905Z test_out_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.8614783Z test_out_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.8631320Z test_out_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.8651283Z test_out_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.8667841Z test_out_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.8684267Z test_out_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.8700775Z test_out_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.8716644Z test_out_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.8731746Z test_out_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.8745622Z test_out_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.8759644Z test_out_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.8773506Z test_out_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.8787204Z test_out_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.8801054Z test_out_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.8818530Z test_out_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.8835507Z test_out_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.8852778Z test_out_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.8869684Z test_out_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.8884914Z test_out_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.8899817Z test_out_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.8914402Z test_out_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.8929300Z test_out_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.8943679Z test_out_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.8959138Z test_out_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.8975920Z test_out_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.8991283Z test_out_round_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.9005365Z test_out_round_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.9019721Z test_out_round_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.9034037Z test_out_round_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.9047941Z test_out_round_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.9064700Z test_out_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.9081322Z test_out_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.9097887Z test_out_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.9113878Z test_out_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.9128270Z test_out_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.9142459Z test_out_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.9155916Z test_out_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.9169886Z test_out_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.9184381Z test_out_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.9199414Z test_out_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.9215701Z test_out_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.9229902Z test_out_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.9243531Z test_out_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.9257440Z test_out_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.9271034Z test_out_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.9284626Z test_out_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.9299758Z test_out_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.9314614Z test_out_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.9328752Z test_out_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.9342616Z test_out_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.9357121Z test_out_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.9371765Z test_out_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.9385733Z test_out_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.9402105Z test_out_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.9419929Z test_out_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.9436445Z test_out_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.9452667Z test_out_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.9467822Z test_out_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.9483499Z test_out_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.9499305Z test_out_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.9515032Z test_out_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.9531220Z test_out_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.9548438Z test_out_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.9566085Z test_out_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.9582869Z test_out_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.9599549Z test_out_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.9616031Z test_out_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.9632375Z test_out_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.9648708Z test_out_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.9664898Z test_out_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.9680811Z test_out_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.9697469Z test_out_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.9714582Z test_out_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.9730584Z test_out_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.9747040Z test_out_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.9763097Z test_out_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.9778933Z test_out_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.9794274Z test_out_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.9810022Z test_out_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.9825315Z test_out_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.9842814Z test_out_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.9860763Z test_out_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.9877508Z test_out_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.9893535Z test_out_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.9909397Z test_out_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.9925051Z test_out_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.9940653Z test_out_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.9956118Z test_out_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:26.9971839Z test_out_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:26.9989103Z test_out_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:27.0006284Z test_out_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:27.0022617Z test_out_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:27.0038638Z test_out_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:27.0054783Z test_out_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:27.0070192Z test_out_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.0085417Z test_out_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.0101098Z test_out_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:27.0116694Z test_out_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.0133151Z test_out_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:27.0149890Z test_out_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:27.0164644Z test_out_trunc_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.0178390Z test_out_trunc_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.0192258Z test_out_trunc_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.0205859Z test_out_trunc_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.0219790Z test_out_trunc_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.0235677Z test_sparse_consistency_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:27.0252089Z test_sparse_consistency_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:27.0267419Z test_sparse_consistency_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.0282899Z test_sparse_consistency_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.0298376Z test_sparse_consistency_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.0313744Z test_sparse_consistency_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.0328799Z test_sparse_consistency_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.0344183Z test_sparse_consistency_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.0358252Z test_sparse_consistency_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.0374850Z test_sparse_consistency_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:27.0391158Z test_sparse_consistency_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:27.0406080Z test_sparse_consistency_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.0421436Z test_sparse_consistency_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.0436062Z test_sparse_consistency_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.0450730Z test_sparse_consistency_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.0465224Z test_sparse_consistency_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.0479590Z test_sparse_consistency_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.0494363Z test_sparse_consistency_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.0511315Z test_sparse_consistency_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:27.0527071Z test_sparse_consistency_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:27.0542672Z test_sparse_consistency_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:27.0558463Z test_sparse_consistency_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.0574276Z test_sparse_consistency_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.0589855Z test_sparse_consistency_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.0604864Z test_sparse_consistency_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.0620205Z test_sparse_consistency_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.0635541Z test_sparse_consistency_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.0653895Z test_sparse_consistency_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:27.0669708Z test_sparse_consistency_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:27.0684321Z test_sparse_consistency_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.0699178Z test_sparse_consistency_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.0714329Z test_sparse_consistency_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.0729375Z test_sparse_consistency_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.0744160Z test_sparse_consistency_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.0758698Z test_sparse_consistency_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.0773080Z test_sparse_consistency_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.0788222Z test_sparse_consistency_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.0803260Z test_sparse_consistency_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.0817228Z test_sparse_consistency_ceil_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.0830124Z test_sparse_consistency_ceil_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.0842482Z test_sparse_consistency_ceil_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.0855357Z test_sparse_consistency_ceil_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.0868249Z test_sparse_consistency_ceil_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.0882362Z test_sparse_consistency_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.0896220Z test_sparse_consistency_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.0909751Z test_sparse_consistency_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.0922965Z test_sparse_consistency_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.0935593Z test_sparse_consistency_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.0947934Z test_sparse_consistency_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.0960253Z test_sparse_consistency_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.0972847Z test_sparse_consistency_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.0985114Z test_sparse_consistency_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.0999421Z test_sparse_consistency_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1015060Z test_sparse_consistency_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:27.1029883Z test_sparse_consistency_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1044255Z test_sparse_consistency_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1058172Z test_sparse_consistency_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1070782Z test_sparse_consistency_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1083074Z test_sparse_consistency_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1095763Z test_sparse_consistency_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1108451Z test_sparse_consistency_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1123508Z test_sparse_consistency_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1139404Z test_sparse_consistency_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:27.1155614Z test_sparse_consistency_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1170682Z test_sparse_consistency_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1185634Z test_sparse_consistency_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1200404Z test_sparse_consistency_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1215776Z test_sparse_consistency_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1230901Z test_sparse_consistency_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1246826Z test_sparse_consistency_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1262040Z test_sparse_consistency_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:27.1277461Z test_sparse_consistency_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1292680Z test_sparse_consistency_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1307291Z test_sparse_consistency_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1322018Z test_sparse_consistency_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1337672Z test_sparse_consistency_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1352711Z test_sparse_consistency_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1366621Z test_sparse_consistency_floor_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1379732Z test_sparse_consistency_floor_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1392664Z test_sparse_consistency_floor_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1405821Z test_sparse_consistency_floor_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1419115Z test_sparse_consistency_floor_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1434466Z test_sparse_consistency_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1449773Z test_sparse_consistency_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1463993Z test_sparse_consistency_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1478442Z test_sparse_consistency_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1491906Z test_sparse_consistency_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1504844Z test_sparse_consistency_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1517774Z test_sparse_consistency_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1530910Z test_sparse_consistency_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1543733Z test_sparse_consistency_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1558068Z test_sparse_consistency_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1572887Z test_sparse_consistency_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1587014Z test_sparse_consistency_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1601096Z test_sparse_consistency_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1614824Z test_sparse_consistency_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1627721Z test_sparse_consistency_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1640527Z test_sparse_consistency_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1653791Z test_sparse_consistency_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1666635Z test_sparse_consistency_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1680639Z test_sparse_consistency_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1695201Z test_sparse_consistency_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1708991Z test_sparse_consistency_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1721933Z test_sparse_consistency_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1735231Z test_sparse_consistency_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1748427Z test_sparse_consistency_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1761417Z test_sparse_consistency_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1775817Z test_sparse_consistency_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1790174Z test_sparse_consistency_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1803812Z test_sparse_consistency_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1817019Z test_sparse_consistency_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1829704Z test_sparse_consistency_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1842476Z test_sparse_consistency_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1855478Z test_sparse_consistency_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1870262Z test_sparse_consistency_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1885697Z test_sparse_consistency_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1900945Z test_sparse_consistency_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1915932Z test_sparse_consistency_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1930674Z test_sparse_consistency_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1945846Z test_sparse_consistency_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1960878Z test_sparse_consistency_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1975416Z test_sparse_consistency_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.1988549Z test_sparse_consistency_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.2000924Z test_sparse_consistency_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.2014567Z test_sparse_consistency_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.2027478Z test_sparse_consistency_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.2040814Z test_sparse_consistency_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.2054191Z test_sparse_consistency_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.2069684Z test_sparse_consistency_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.2085634Z test_sparse_consistency_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:27.2100613Z test_sparse_consistency_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.2116042Z test_sparse_consistency_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.2130379Z test_sparse_consistency_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.2142861Z test_sparse_consistency_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.2155594Z test_sparse_consistency_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.2168251Z test_sparse_consistency_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.2181275Z test_sparse_consistency_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.2196506Z test_sparse_consistency_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.2211570Z test_sparse_consistency_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.2225513Z test_sparse_consistency_round_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.2238774Z test_sparse_consistency_round_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.2251520Z test_sparse_consistency_round_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.2264091Z test_sparse_consistency_round_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.2276836Z test_sparse_consistency_round_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.2291438Z test_sparse_consistency_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.2306858Z test_sparse_consistency_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.2321626Z test_sparse_consistency_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.2336633Z test_sparse_consistency_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.2349973Z test_sparse_consistency_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.2362452Z test_sparse_consistency_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.2374954Z test_sparse_consistency_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.2387389Z test_sparse_consistency_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.2399718Z test_sparse_consistency_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.2413984Z test_sparse_consistency_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.2428716Z test_sparse_consistency_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.2442777Z test_sparse_consistency_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.2456458Z test_sparse_consistency_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.2469890Z test_sparse_consistency_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.2483622Z test_sparse_consistency_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.2497342Z test_sparse_consistency_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.2511719Z test_sparse_consistency_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.2525668Z test_sparse_consistency_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.2539296Z test_sparse_consistency_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.2552397Z test_sparse_consistency_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.2565143Z test_sparse_consistency_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.2578435Z test_sparse_consistency_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.2591760Z test_sparse_consistency_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.2607803Z test_sparse_consistency_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:27.2624339Z test_sparse_consistency_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:27.2639593Z test_sparse_consistency_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:27.2655768Z test_sparse_consistency_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:27.2671267Z test_sparse_consistency_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.2686300Z test_sparse_consistency_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.2702151Z test_sparse_consistency_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.2716967Z test_sparse_consistency_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.2732072Z test_sparse_consistency_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.2748709Z test_sparse_consistency_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:27.2764964Z test_sparse_consistency_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:27.2780238Z test_sparse_consistency_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.2795531Z test_sparse_consistency_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.2810652Z test_sparse_consistency_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.2825355Z test_sparse_consistency_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.2839786Z test_sparse_consistency_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.2854862Z test_sparse_consistency_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.2869728Z test_sparse_consistency_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.2885216Z test_sparse_consistency_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:27.2901083Z test_sparse_consistency_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:27.2916170Z test_sparse_consistency_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.2931893Z test_sparse_consistency_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.2946315Z test_sparse_consistency_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.2960750Z test_sparse_consistency_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.2975704Z test_sparse_consistency_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.2989747Z test_sparse_consistency_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.3004313Z test_sparse_consistency_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.3020874Z test_sparse_consistency_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:27.3037073Z test_sparse_consistency_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:27.3052696Z test_sparse_consistency_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.3068152Z test_sparse_consistency_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.3084079Z test_sparse_consistency_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.3099864Z test_sparse_consistency_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:27.3114627Z test_sparse_consistency_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.3130296Z test_sparse_consistency_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.3145093Z test_sparse_consistency_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.3161455Z test_sparse_consistency_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:27.3177886Z test_sparse_consistency_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:27.3192978Z test_sparse_consistency_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.3208257Z test_sparse_consistency_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.3223257Z test_sparse_consistency_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.3238236Z test_sparse_consistency_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.3253729Z test_sparse_consistency_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.3268620Z test_sparse_consistency_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.3282970Z test_sparse_consistency_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.3297891Z test_sparse_consistency_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.3313119Z test_sparse_consistency_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.3327369Z test_sparse_consistency_trunc_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.3340457Z test_sparse_consistency_trunc_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.3352770Z test_sparse_consistency_trunc_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.3365234Z test_sparse_consistency_trunc_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.3378559Z test_sparse_consistency_trunc_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.3386215Z test_sparse_fn_grad_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:58:27.3393771Z test_sparse_fn_grad_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:58:27.3401848Z test_sparse_fn_grad_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:58:27.3410101Z test_sparse_fn_grad_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:58:27.3418444Z test_sparse_fn_grad_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:58:27.3426206Z test_sparse_fn_grad_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:58:27.3434385Z test_sparse_fn_grad_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:58:27.3442304Z test_sparse_fn_grad_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:58:27.3471649Z test_sparse_fn_grad_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:58:27.3555178Z test_sparse_fn_grad_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T15:58:27.3594542Z test_sparse_fn_grad_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T15:58:27.3641455Z test_sparse_fn_grad_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T15:58:27.3666856Z test_sparse_fn_grad_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:58:27.3674649Z test_sparse_fn_grad_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:58:27.3682921Z test_sparse_fn_grad_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:58:27.3709912Z test_sparse_fn_grad_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:58:27.3722093Z test_sparse_fn_grad_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.001s) 2022-09-27T15:58:27.3733788Z test_sparse_fn_grad_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.001s) 2022-09-27T15:58:27.3745919Z test_sparse_fn_grad_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.001s) 2022-09-27T15:58:27.3757314Z test_sparse_fn_grad_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.001s) 2022-09-27T15:58:27.3768656Z test_sparse_fn_grad_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.001s) 2022-09-27T15:58:27.3780091Z test_sparse_fn_grad_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.001s) 2022-09-27T15:58:27.3787562Z test_sparse_fn_grad_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:58:27.3795068Z test_sparse_fn_grad_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:58:27.3841137Z test_sparse_fn_grad_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T15:58:27.3869339Z test_sparse_fn_grad_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:58:27.3896576Z test_sparse_fn_grad_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:58:27.3904589Z test_sparse_fn_grad_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:58:27.3912521Z test_sparse_fn_grad_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:58:27.3939001Z test_sparse_fn_grad_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:58:27.3951512Z test_sparse_fn_grad_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.001s) 2022-09-27T15:58:27.3958931Z test_sparse_fn_grad_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:58:27.3966421Z test_sparse_fn_grad_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:58:27.3974197Z test_sparse_fn_grad_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:58:27.3982261Z test_sparse_fn_grad_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:58:27.3989817Z test_sparse_fn_grad_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:58:27.3997496Z test_sparse_fn_grad_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:58:27.4005268Z test_sparse_fn_grad_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:58:27.4013460Z test_sparse_fn_grad_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:58:27.4021607Z test_sparse_fn_grad_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:58:27.4029140Z test_sparse_fn_grad_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:58:27.4057154Z test_sparse_fn_grad_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:58:27.4069951Z test_sparse_zero_dims_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4082345Z test_sparse_zero_dims_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4094266Z test_sparse_zero_dims_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4105798Z test_sparse_zero_dims_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4117405Z test_sparse_zero_dims_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4129212Z test_sparse_zero_dims_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4140584Z test_sparse_zero_dims_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4152575Z test_sparse_zero_dims_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4164175Z test_sparse_zero_dims_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4176201Z test_sparse_zero_dims_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4187816Z test_sparse_zero_dims_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4199250Z test_sparse_zero_dims_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4211128Z test_sparse_zero_dims_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4222544Z test_sparse_zero_dims_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4233964Z test_sparse_zero_dims_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4245978Z test_sparse_zero_dims_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4258394Z test_sparse_zero_dims_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4269723Z test_sparse_zero_dims_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4281395Z test_sparse_zero_dims_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4293282Z test_sparse_zero_dims_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4304730Z test_sparse_zero_dims_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4316342Z test_sparse_zero_dims_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4328435Z test_sparse_zero_dims_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4340071Z test_sparse_zero_dims_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4351512Z test_sparse_zero_dims_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4363109Z test_sparse_zero_dims_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4374624Z test_sparse_zero_dims_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4385979Z test_sparse_zero_dims_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4397605Z test_sparse_zero_dims_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4408685Z test_sparse_zero_dims_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4420252Z test_sparse_zero_dims_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4431315Z test_sparse_zero_dims_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4442636Z test_sparse_zero_dims_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4454307Z test_sparse_zero_dims_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4466138Z test_sparse_zero_dims_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4477695Z test_sparse_zero_dims_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4489423Z test_sparse_zero_dims_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4500924Z test_sparse_zero_dims_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4512208Z test_sparse_zero_dims_ceil_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4523275Z test_sparse_zero_dims_ceil_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4534662Z test_sparse_zero_dims_ceil_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4545859Z test_sparse_zero_dims_ceil_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4557068Z test_sparse_zero_dims_ceil_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4569181Z test_sparse_zero_dims_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4581061Z test_sparse_zero_dims_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4592489Z test_sparse_zero_dims_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4603746Z test_sparse_zero_dims_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4614796Z test_sparse_zero_dims_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4625648Z test_sparse_zero_dims_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4636452Z test_sparse_zero_dims_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4647543Z test_sparse_zero_dims_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4658618Z test_sparse_zero_dims_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4670180Z test_sparse_zero_dims_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4681770Z test_sparse_zero_dims_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4693263Z test_sparse_zero_dims_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4704456Z test_sparse_zero_dims_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4715433Z test_sparse_zero_dims_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4726463Z test_sparse_zero_dims_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4737408Z test_sparse_zero_dims_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4748319Z test_sparse_zero_dims_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4758983Z test_sparse_zero_dims_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4770934Z test_sparse_zero_dims_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4783197Z test_sparse_zero_dims_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4795536Z test_sparse_zero_dims_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4807687Z test_sparse_zero_dims_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4819715Z test_sparse_zero_dims_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4831108Z test_sparse_zero_dims_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4842299Z test_sparse_zero_dims_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4854328Z test_sparse_zero_dims_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4866001Z test_sparse_zero_dims_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4877744Z test_sparse_zero_dims_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4889916Z test_sparse_zero_dims_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4901622Z test_sparse_zero_dims_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4913851Z test_sparse_zero_dims_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4926112Z test_sparse_zero_dims_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4938709Z test_sparse_zero_dims_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4950723Z test_sparse_zero_dims_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4962568Z test_sparse_zero_dims_floor_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4974547Z test_sparse_zero_dims_floor_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4986021Z test_sparse_zero_dims_floor_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.4996926Z test_sparse_zero_dims_floor_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5007797Z test_sparse_zero_dims_floor_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5019269Z test_sparse_zero_dims_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5030434Z test_sparse_zero_dims_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5041821Z test_sparse_zero_dims_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5053371Z test_sparse_zero_dims_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5064740Z test_sparse_zero_dims_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5075619Z test_sparse_zero_dims_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5086864Z test_sparse_zero_dims_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5098030Z test_sparse_zero_dims_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5108732Z test_sparse_zero_dims_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5120008Z test_sparse_zero_dims_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5131272Z test_sparse_zero_dims_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5142441Z test_sparse_zero_dims_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5153535Z test_sparse_zero_dims_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5164811Z test_sparse_zero_dims_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5176944Z test_sparse_zero_dims_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5188859Z test_sparse_zero_dims_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5199722Z test_sparse_zero_dims_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5211283Z test_sparse_zero_dims_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5222478Z test_sparse_zero_dims_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5233771Z test_sparse_zero_dims_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5245149Z test_sparse_zero_dims_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5256297Z test_sparse_zero_dims_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5267433Z test_sparse_zero_dims_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5278450Z test_sparse_zero_dims_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5289479Z test_sparse_zero_dims_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5301221Z test_sparse_zero_dims_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5312675Z test_sparse_zero_dims_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5323631Z test_sparse_zero_dims_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5334928Z test_sparse_zero_dims_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5346074Z test_sparse_zero_dims_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5357348Z test_sparse_zero_dims_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5368641Z test_sparse_zero_dims_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5380656Z test_sparse_zero_dims_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5391941Z test_sparse_zero_dims_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5403433Z test_sparse_zero_dims_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5415193Z test_sparse_zero_dims_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5426990Z test_sparse_zero_dims_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5438587Z test_sparse_zero_dims_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5449959Z test_sparse_zero_dims_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5461474Z test_sparse_zero_dims_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5473360Z test_sparse_zero_dims_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5484934Z test_sparse_zero_dims_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5497039Z test_sparse_zero_dims_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5507994Z test_sparse_zero_dims_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5519111Z test_sparse_zero_dims_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5531027Z test_sparse_zero_dims_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5542112Z test_sparse_zero_dims_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5553863Z test_sparse_zero_dims_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5565192Z test_sparse_zero_dims_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5576901Z test_sparse_zero_dims_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5588720Z test_sparse_zero_dims_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5599519Z test_sparse_zero_dims_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5611494Z test_sparse_zero_dims_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5623425Z test_sparse_zero_dims_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5635494Z test_sparse_zero_dims_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5647496Z test_sparse_zero_dims_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5660241Z test_sparse_zero_dims_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5671313Z test_sparse_zero_dims_round_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5682515Z test_sparse_zero_dims_round_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5693795Z test_sparse_zero_dims_round_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5705018Z test_sparse_zero_dims_round_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5716565Z test_sparse_zero_dims_round_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5728799Z test_sparse_zero_dims_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5741054Z test_sparse_zero_dims_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5753140Z test_sparse_zero_dims_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5764838Z test_sparse_zero_dims_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5776548Z test_sparse_zero_dims_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5788131Z test_sparse_zero_dims_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5799491Z test_sparse_zero_dims_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5810901Z test_sparse_zero_dims_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5822025Z test_sparse_zero_dims_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5833402Z test_sparse_zero_dims_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5844845Z test_sparse_zero_dims_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5856089Z test_sparse_zero_dims_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5867605Z test_sparse_zero_dims_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5879164Z test_sparse_zero_dims_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5891272Z test_sparse_zero_dims_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5903089Z test_sparse_zero_dims_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5914696Z test_sparse_zero_dims_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5926408Z test_sparse_zero_dims_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5938399Z test_sparse_zero_dims_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5950004Z test_sparse_zero_dims_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5961785Z test_sparse_zero_dims_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5973732Z test_sparse_zero_dims_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5985217Z test_sparse_zero_dims_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.5997275Z test_sparse_zero_dims_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6009555Z test_sparse_zero_dims_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6021531Z test_sparse_zero_dims_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6033602Z test_sparse_zero_dims_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6045648Z test_sparse_zero_dims_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6057921Z test_sparse_zero_dims_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6069952Z test_sparse_zero_dims_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6082023Z test_sparse_zero_dims_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6094267Z test_sparse_zero_dims_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6106272Z test_sparse_zero_dims_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6118254Z test_sparse_zero_dims_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6130560Z test_sparse_zero_dims_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6142513Z test_sparse_zero_dims_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6154516Z test_sparse_zero_dims_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6166564Z test_sparse_zero_dims_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6178791Z test_sparse_zero_dims_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6190809Z test_sparse_zero_dims_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6202921Z test_sparse_zero_dims_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6215402Z test_sparse_zero_dims_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6227499Z test_sparse_zero_dims_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6238718Z test_sparse_zero_dims_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6250824Z test_sparse_zero_dims_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6261798Z test_sparse_zero_dims_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6273325Z test_sparse_zero_dims_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6284828Z test_sparse_zero_dims_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6296651Z test_sparse_zero_dims_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6308031Z test_sparse_zero_dims_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6319696Z test_sparse_zero_dims_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6331548Z test_sparse_zero_dims_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6343017Z test_sparse_zero_dims_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6354481Z test_sparse_zero_dims_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6365931Z test_sparse_zero_dims_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6377600Z test_sparse_zero_dims_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6389038Z test_sparse_zero_dims_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6400486Z test_sparse_zero_dims_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6412249Z test_sparse_zero_dims_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6423708Z test_sparse_zero_dims_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6435285Z test_sparse_zero_dims_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6446671Z test_sparse_zero_dims_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6458466Z test_sparse_zero_dims_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6469854Z test_sparse_zero_dims_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6481431Z test_sparse_zero_dims_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6493420Z test_sparse_zero_dims_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6504702Z test_sparse_zero_dims_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6516193Z test_sparse_zero_dims_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6527830Z test_sparse_zero_dims_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6539403Z test_sparse_zero_dims_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6550552Z test_sparse_zero_dims_trunc_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6561628Z test_sparse_zero_dims_trunc_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6572970Z test_sparse_zero_dims_trunc_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6584131Z test_sparse_zero_dims_trunc_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6595184Z test_sparse_zero_dims_trunc_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6607216Z test_sparse_zeros_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6619044Z test_sparse_zeros_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6630754Z test_sparse_zeros_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6643063Z test_sparse_zeros_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6655745Z test_sparse_zeros_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6667987Z test_sparse_zeros_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6680505Z test_sparse_zeros_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6693315Z test_sparse_zeros_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6705716Z test_sparse_zeros_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6717883Z test_sparse_zeros_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6729563Z test_sparse_zeros_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6741019Z test_sparse_zeros_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6752271Z test_sparse_zeros_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6763814Z test_sparse_zeros_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6775487Z test_sparse_zeros_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6786894Z test_sparse_zeros_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6798296Z test_sparse_zeros_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6809826Z test_sparse_zeros_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6821534Z test_sparse_zeros_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6833059Z test_sparse_zeros_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6844770Z test_sparse_zeros_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6857972Z test_sparse_zeros_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6870189Z test_sparse_zeros_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6881861Z test_sparse_zeros_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6894065Z test_sparse_zeros_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6906092Z test_sparse_zeros_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6918063Z test_sparse_zeros_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6929940Z test_sparse_zeros_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6941153Z test_sparse_zeros_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6952301Z test_sparse_zeros_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6963128Z test_sparse_zeros_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6974442Z test_sparse_zeros_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6985450Z test_sparse_zeros_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.6996521Z test_sparse_zeros_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7007449Z test_sparse_zeros_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7018727Z test_sparse_zeros_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7029696Z test_sparse_zeros_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7040599Z test_sparse_zeros_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7051422Z test_sparse_zeros_ceil_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7062045Z test_sparse_zeros_ceil_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7072537Z test_sparse_zeros_ceil_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7083117Z test_sparse_zeros_ceil_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7093964Z test_sparse_zeros_ceil_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7105508Z test_sparse_zeros_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7116917Z test_sparse_zeros_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7128033Z test_sparse_zeros_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7139095Z test_sparse_zeros_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7149744Z test_sparse_zeros_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7160441Z test_sparse_zeros_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7171074Z test_sparse_zeros_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7181592Z test_sparse_zeros_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7192183Z test_sparse_zeros_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7203433Z test_sparse_zeros_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7215082Z test_sparse_zeros_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7226119Z test_sparse_zeros_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7236789Z test_sparse_zeros_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7247199Z test_sparse_zeros_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7258035Z test_sparse_zeros_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7268357Z test_sparse_zeros_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7278767Z test_sparse_zeros_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7289366Z test_sparse_zeros_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7300878Z test_sparse_zeros_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7312825Z test_sparse_zeros_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7324937Z test_sparse_zeros_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7337263Z test_sparse_zeros_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7349226Z test_sparse_zeros_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7361206Z test_sparse_zeros_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7373495Z test_sparse_zeros_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7385072Z test_sparse_zeros_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7395955Z test_sparse_zeros_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7407229Z test_sparse_zeros_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7419151Z test_sparse_zeros_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7430110Z test_sparse_zeros_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7441149Z test_sparse_zeros_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7452752Z test_sparse_zeros_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7464355Z test_sparse_zeros_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7475159Z test_sparse_zeros_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7485696Z test_sparse_zeros_floor_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7496416Z test_sparse_zeros_floor_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7506936Z test_sparse_zeros_floor_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7517394Z test_sparse_zeros_floor_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7527987Z test_sparse_zeros_floor_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7539353Z test_sparse_zeros_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7550247Z test_sparse_zeros_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7560983Z test_sparse_zeros_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7571949Z test_sparse_zeros_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7582560Z test_sparse_zeros_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7593195Z test_sparse_zeros_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7604001Z test_sparse_zeros_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7614870Z test_sparse_zeros_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7625483Z test_sparse_zeros_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7636193Z test_sparse_zeros_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7646938Z test_sparse_zeros_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7657852Z test_sparse_zeros_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7668367Z test_sparse_zeros_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7679056Z test_sparse_zeros_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7689868Z test_sparse_zeros_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7700649Z test_sparse_zeros_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7711223Z test_sparse_zeros_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7721888Z test_sparse_zeros_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7732848Z test_sparse_zeros_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7743478Z test_sparse_zeros_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7754141Z test_sparse_zeros_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7764845Z test_sparse_zeros_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7775632Z test_sparse_zeros_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7786231Z test_sparse_zeros_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7796782Z test_sparse_zeros_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7807530Z test_sparse_zeros_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7818456Z test_sparse_zeros_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7829004Z test_sparse_zeros_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7839690Z test_sparse_zeros_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7850992Z test_sparse_zeros_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7861839Z test_sparse_zeros_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7872510Z test_sparse_zeros_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7884452Z test_sparse_zeros_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7896705Z test_sparse_zeros_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7908884Z test_sparse_zeros_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7920723Z test_sparse_zeros_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7933011Z test_sparse_zeros_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7945090Z test_sparse_zeros_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7957167Z test_sparse_zeros_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7968901Z test_sparse_zeros_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7980104Z test_sparse_zeros_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.7990820Z test_sparse_zeros_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8001415Z test_sparse_zeros_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8012259Z test_sparse_zeros_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8022801Z test_sparse_zeros_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8033477Z test_sparse_zeros_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8044625Z test_sparse_zeros_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8056075Z test_sparse_zeros_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8067067Z test_sparse_zeros_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8078410Z test_sparse_zeros_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8088820Z test_sparse_zeros_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8099698Z test_sparse_zeros_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8110259Z test_sparse_zeros_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8121347Z test_sparse_zeros_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8132069Z test_sparse_zeros_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8143029Z test_sparse_zeros_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8153926Z test_sparse_zeros_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8164594Z test_sparse_zeros_round_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8175613Z test_sparse_zeros_round_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8186156Z test_sparse_zeros_round_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8196733Z test_sparse_zeros_round_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8207397Z test_sparse_zeros_round_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8218691Z test_sparse_zeros_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8229841Z test_sparse_zeros_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8240799Z test_sparse_zeros_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8252056Z test_sparse_zeros_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8262692Z test_sparse_zeros_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8273361Z test_sparse_zeros_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8283800Z test_sparse_zeros_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8294747Z test_sparse_zeros_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8305146Z test_sparse_zeros_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8316198Z test_sparse_zeros_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8327153Z test_sparse_zeros_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8337952Z test_sparse_zeros_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8348453Z test_sparse_zeros_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8359289Z test_sparse_zeros_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8369910Z test_sparse_zeros_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8380740Z test_sparse_zeros_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8391619Z test_sparse_zeros_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8402345Z test_sparse_zeros_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8413441Z test_sparse_zeros_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8424283Z test_sparse_zeros_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8435091Z test_sparse_zeros_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8445995Z test_sparse_zeros_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8457087Z test_sparse_zeros_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8468492Z test_sparse_zeros_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8479861Z test_sparse_zeros_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8491734Z test_sparse_zeros_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8503888Z test_sparse_zeros_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8516108Z test_sparse_zeros_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8528276Z test_sparse_zeros_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8540744Z test_sparse_zeros_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8552949Z test_sparse_zeros_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8565165Z test_sparse_zeros_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8577264Z test_sparse_zeros_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8588575Z test_sparse_zeros_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8599740Z test_sparse_zeros_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8611158Z test_sparse_zeros_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8622307Z test_sparse_zeros_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8633503Z test_sparse_zeros_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8644667Z test_sparse_zeros_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8656166Z test_sparse_zeros_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8667347Z test_sparse_zeros_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8678739Z test_sparse_zeros_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8690287Z test_sparse_zeros_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8701814Z test_sparse_zeros_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8713957Z test_sparse_zeros_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8726191Z test_sparse_zeros_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8738691Z test_sparse_zeros_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8750942Z test_sparse_zeros_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8763215Z test_sparse_zeros_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8775654Z test_sparse_zeros_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8787947Z test_sparse_zeros_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8799148Z test_sparse_zeros_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8810854Z test_sparse_zeros_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8822913Z test_sparse_zeros_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8834973Z test_sparse_zeros_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8847504Z test_sparse_zeros_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8860134Z test_sparse_zeros_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8872138Z test_sparse_zeros_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8884253Z test_sparse_zeros_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8896455Z test_sparse_zeros_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8907753Z test_sparse_zeros_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8919330Z test_sparse_zeros_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8931760Z test_sparse_zeros_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8944205Z test_sparse_zeros_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8956116Z test_sparse_zeros_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8968315Z test_sparse_zeros_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8980706Z test_sparse_zeros_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.8992997Z test_sparse_zeros_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.9005507Z test_sparse_zeros_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.9018405Z test_sparse_zeros_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.9029973Z test_sparse_zeros_trunc_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.9040595Z test_sparse_zeros_trunc_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.9051237Z test_sparse_zeros_trunc_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.9061773Z test_sparse_zeros_trunc_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.9073131Z test_sparse_zeros_trunc_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:58:27.9073427Z 2022-09-27T15:58:27.9073776Z ---------------------------------------------------------------------- 2022-09-27T15:58:27.9074026Z Ran 1399 tests in 17.647s 2022-09-27T15:58:27.9074144Z 2022-09-27T15:58:27.9074206Z OK (skipped=135) 2022-09-27T15:58:27.9074424Z 2022-09-27T15:58:27.9074512Z Generating XML reports... 2022-09-27T15:58:27.9297893Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseCPU-20220927155810.xml 2022-09-27T15:58:27.9338588Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseMaskedReductionsCPU-20220927155810.xml 2022-09-27T15:58:27.9341085Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseMeta-20220927155810.xml 2022-09-27T15:58:28.0151969Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseUnaryUfuncsCPU-20220927155810.xml 2022-09-27T15:58:28.0155287Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseOneOff-20220927155810.xml 2022-09-27T15:58:28.4139758Z Running lazy/test_ts_opinfo ... [2022-09-27 15:58:28.413585] 2022-09-27T15:58:28.4140282Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_ts_opinfo.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:58:28.413666] 2022-09-27T15:58:30.5912505Z Test results will be stored in test-reports/python-unittest/lazy.test_ts_opinfo 2022-09-27T15:58:30.5935552Z 2022-09-27T15:58:30.5935977Z Running tests... 2022-09-27T15:58:30.5936365Z ---------------------------------------------------------------------- 2022-09-27T15:58:30.7855229Z test_nonzero_dynamic (__main__.TestLazyDynamicOps) ... ok (0.192s) 2022-09-27T15:58:30.7898860Z test_correctness_abs_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:58:31.0436155Z test_correctness_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.253s) 2022-09-27T15:58:31.4109905Z test_correctness_addcmul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.367s) 2022-09-27T15:58:31.4774398Z test_correctness_addmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.066s) 2022-09-27T15:58:31.5078331Z test_correctness_addmm_decomposed_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.030s) 2022-09-27T15:58:31.5091806Z test_correctness_arange_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:58:31.5754778Z test_correctness_as_strided_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.066s) 2022-09-27T15:58:31.6993871Z test_correctness_baddbmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.124s) 2022-09-27T15:58:31.7696726Z test_correctness_block_diag_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.070s) 2022-09-27T15:58:31.7738974Z test_correctness_bmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:58:31.8355806Z test_correctness_cat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.061s) 2022-09-27T15:58:31.9546183Z test_correctness_clamp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.119s) 2022-09-27T15:58:32.1406342Z test_correctness_clamp_min_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.186s) 2022-09-27T15:58:33.6424567Z test_correctness_constant_pad_nd_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (1.502s) 2022-09-27T15:58:33.6484126Z test_correctness_cos_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-09-27T15:58:33.6536870Z test_correctness_cumsum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:58:33.9930799Z test_correctness_diagonal_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.339s) 2022-09-27T15:58:34.2975709Z test_correctness_div_floor_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.304s) 2022-09-27T15:58:34.4003229Z test_correctness_div_no_rounding_mode_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.103s) 2022-09-27T15:58:34.4125820Z test_correctness_div_trunc_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.012s) 2022-09-27T15:58:34.4140499Z test_correctness_empty_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Expected: empty is not comparable (0.001s) 2022-09-27T15:58:34.4277153Z test_correctness_eq_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-09-27T15:58:34.4831532Z test_correctness_exp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.055s) 2022-09-27T15:58:34.5157641Z test_correctness_flip_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.033s) 2022-09-27T15:58:34.5543932Z test_correctness_floor_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.039s) 2022-09-27T15:58:34.5589355Z test_correctness_frac_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:58:34.5715441Z test_correctness_gather_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-09-27T15:58:34.5841334Z test_correctness_ge_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.012s) 2022-09-27T15:58:34.5965981Z test_correctness_gt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.012s) 2022-09-27T15:58:34.6091002Z test_correctness_le_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.012s) 2022-09-27T15:58:34.6145765Z test_correctness_log2_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:58:34.6914700Z test_correctness_log_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.077s) 2022-09-27T15:58:35.2393636Z test_correctness_logsumexp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.548s) 2022-09-27T15:58:35.2522892Z test_correctness_lt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-09-27T15:58:35.2642595Z test_correctness_masked_fill_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.012s) 2022-09-27T15:58:35.2768331Z test_correctness_max_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-09-27T15:58:35.2802197Z test_correctness_max_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:58:35.2833847Z test_correctness_max_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:58:35.8485190Z test_correctness_maximum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.565s) 2022-09-27T15:58:35.9808534Z test_correctness_mean_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.132s) 2022-09-27T15:58:35.9938206Z test_correctness_min_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-09-27T15:58:35.9972786Z test_correctness_min_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:58:36.0516311Z test_correctness_min_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.054s) 2022-09-27T15:58:36.6313679Z test_correctness_minimum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.580s) 2022-09-27T15:58:36.6353037Z test_correctness_mm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:58:36.6478743Z test_correctness_mul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-09-27T15:58:36.7165792Z test_correctness_mv_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.069s) 2022-09-27T15:58:36.7232045Z test_correctness_narrow_copy_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-09-27T15:58:36.8159763Z test_correctness_native_layer_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.093s) 2022-09-27T15:58:36.8284993Z test_correctness_ne_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-09-27T15:58:36.8314208Z test_correctness_neg_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:58:36.8328570Z test_correctness_new_empty_strided_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:58:37.2975197Z test_correctness_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.464s) 2022-09-27T15:58:37.3348448Z test_correctness_norm_fro_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.037s) 2022-09-27T15:58:37.3394841Z test_correctness_norm_inf_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:58:37.3443639Z test_correctness_norm_nuc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:58:37.3483955Z test_correctness_reciprocal_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:58:37.3605725Z test_correctness_remainder_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.012s) 2022-09-27T15:58:37.4655174Z test_correctness_repeat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.105s) 2022-09-27T15:58:37.4699027Z test_correctness_rsqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:58:37.5288477Z test_correctness_scatter_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.059s) 2022-09-27T15:58:37.5367856Z test_correctness_select_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-09-27T15:58:37.5395918Z test_correctness_sgn_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:58:37.5438429Z test_correctness_sigmoid_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:58:37.6046217Z test_correctness_slice_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.061s) 2022-09-27T15:58:37.6147702Z test_correctness_sort_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-09-27T15:58:37.6179297Z test_correctness_sqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:58:37.7069884Z test_correctness_stack_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.089s) 2022-09-27T15:58:37.7662181Z test_correctness_std_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.059s) 2022-09-27T15:58:37.7809676Z test_correctness_sub_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-09-27T15:58:37.7987868Z test_correctness_sum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.018s) 2022-09-27T15:58:37.8016398Z test_correctness_tanh_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:58:37.8070221Z test_correctness_topk_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:58:37.8095744Z test_correctness_trace_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:58:37.8659734Z test_correctness_tril_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.056s) 2022-09-27T15:58:37.9219938Z test_correctness_triu_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.056s) 2022-09-27T15:58:37.9248925Z test_correctness_trunc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:58:37.9281160Z test_correctness_with_reusing_ir_abs_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:58:37.9440293Z test_correctness_with_reusing_ir_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T15:58:37.9690294Z test_correctness_with_reusing_ir_addcmul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.025s) 2022-09-27T15:58:37.9764567Z test_correctness_with_reusing_ir_addmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-09-27T15:58:37.9833941Z test_correctness_with_reusing_ir_addmm_decomposed_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-09-27T15:58:37.9849941Z test_correctness_with_reusing_ir_arange_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Skipped! (0.002s) 2022-09-27T15:58:37.9944313Z test_correctness_with_reusing_ir_as_strided_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-09-27T15:58:38.0060606Z test_correctness_with_reusing_ir_baddbmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.012s) 2022-09-27T15:58:38.0459990Z test_correctness_with_reusing_ir_block_diag_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.040s) 2022-09-27T15:58:38.1874932Z test_correctness_with_reusing_ir_bmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.141s) 2022-09-27T15:58:38.2367493Z test_correctness_with_reusing_ir_cat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.049s) 2022-09-27T15:58:38.3097365Z test_correctness_with_reusing_ir_clamp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.073s) 2022-09-27T15:58:38.3187049Z test_correctness_with_reusing_ir_clamp_min_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-09-27T15:58:39.5085392Z test_correctness_with_reusing_ir_constant_pad_nd_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (1.190s) 2022-09-27T15:58:39.5141629Z test_correctness_with_reusing_ir_cos_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-09-27T15:58:39.5195205Z test_correctness_with_reusing_ir_cumsum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:58:39.6078124Z test_correctness_with_reusing_ir_diagonal_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.088s) 2022-09-27T15:58:39.6206870Z test_correctness_with_reusing_ir_div_floor_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-09-27T15:58:39.6330300Z test_correctness_with_reusing_ir_div_no_rounding_mode_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.012s) 2022-09-27T15:58:39.6456392Z test_correctness_with_reusing_ir_div_trunc_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-09-27T15:58:39.6472315Z test_correctness_with_reusing_ir_empty_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Expected: empty is not comparable (0.002s) 2022-09-27T15:58:39.6626740Z test_correctness_with_reusing_ir_eq_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-09-27T15:58:39.6680321Z test_correctness_with_reusing_ir_exp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:58:39.6793991Z test_correctness_with_reusing_ir_flip_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.011s) 2022-09-27T15:58:39.6825742Z test_correctness_with_reusing_ir_floor_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:58:39.6870865Z test_correctness_with_reusing_ir_frac_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:58:39.6986090Z test_correctness_with_reusing_ir_gather_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.011s) 2022-09-27T15:58:39.7122623Z test_correctness_with_reusing_ir_ge_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-09-27T15:58:39.7253078Z test_correctness_with_reusing_ir_gt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-09-27T15:58:39.7383510Z test_correctness_with_reusing_ir_le_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-09-27T15:58:39.7430402Z test_correctness_with_reusing_ir_log2_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:58:39.7479433Z test_correctness_with_reusing_ir_log_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:58:39.7621610Z test_correctness_with_reusing_ir_logsumexp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-09-27T15:58:39.7752580Z test_correctness_with_reusing_ir_lt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-09-27T15:58:39.7865954Z test_correctness_with_reusing_ir_masked_fill_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.011s) 2022-09-27T15:58:39.7998739Z test_correctness_with_reusing_ir_max_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-09-27T15:58:39.8033641Z test_correctness_with_reusing_ir_max_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:58:39.8084527Z test_correctness_with_reusing_ir_max_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:58:40.3703827Z test_correctness_with_reusing_ir_maximum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.562s) 2022-09-27T15:58:40.3877765Z test_correctness_with_reusing_ir_mean_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.017s) 2022-09-27T15:58:40.4009699Z test_correctness_with_reusing_ir_min_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-09-27T15:58:40.4046523Z test_correctness_with_reusing_ir_min_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:58:40.4087464Z test_correctness_with_reusing_ir_min_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:58:40.9715298Z test_correctness_with_reusing_ir_minimum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.563s) 2022-09-27T15:58:40.9754023Z test_correctness_with_reusing_ir_mm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:58:40.9882742Z test_correctness_with_reusing_ir_mul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-09-27T15:58:40.9916533Z test_correctness_with_reusing_ir_mv_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:58:40.9989860Z test_correctness_with_reusing_ir_narrow_copy_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-09-27T15:58:41.1545027Z test_correctness_with_reusing_ir_native_layer_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.155s) 2022-09-27T15:58:41.1687072Z test_correctness_with_reusing_ir_ne_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-09-27T15:58:41.1718254Z test_correctness_with_reusing_ir_neg_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:58:41.1734540Z test_correctness_with_reusing_ir_new_empty_strided_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Skipped! (0.002s) 2022-09-27T15:58:41.5917572Z test_correctness_with_reusing_ir_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.418s) 2022-09-27T15:58:41.6302650Z test_correctness_with_reusing_ir_norm_fro_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.039s) 2022-09-27T15:58:41.6355484Z test_correctness_with_reusing_ir_norm_inf_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:58:41.7232062Z test_correctness_with_reusing_ir_norm_nuc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.088s) 2022-09-27T15:58:41.7284055Z test_correctness_with_reusing_ir_reciprocal_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:58:41.7424924Z test_correctness_with_reusing_ir_remainder_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-09-27T15:58:41.7958413Z test_correctness_with_reusing_ir_repeat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.053s) 2022-09-27T15:58:41.8009303Z test_correctness_with_reusing_ir_rsqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:58:41.8225342Z test_correctness_with_reusing_ir_scatter_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.022s) 2022-09-27T15:58:41.8309941Z test_correctness_with_reusing_ir_select_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-09-27T15:58:41.8339286Z test_correctness_with_reusing_ir_sgn_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:58:41.8384713Z test_correctness_with_reusing_ir_sigmoid_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:58:42.1825846Z test_correctness_with_reusing_ir_slice_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.344s) 2022-09-27T15:58:42.2058493Z test_correctness_with_reusing_ir_sort_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.023s) 2022-09-27T15:58:42.2448338Z test_correctness_with_reusing_ir_sqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.039s) 2022-09-27T15:58:42.2567990Z test_correctness_with_reusing_ir_stack_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.012s) 2022-09-27T15:58:42.2671522Z test_correctness_with_reusing_ir_std_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-09-27T15:58:42.2849740Z test_correctness_with_reusing_ir_sub_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.018s) 2022-09-27T15:58:42.3025962Z test_correctness_with_reusing_ir_sum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.018s) 2022-09-27T15:58:42.3062510Z test_correctness_with_reusing_ir_tanh_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:58:42.3205648Z test_correctness_with_reusing_ir_topk_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-09-27T15:58:42.3291993Z test_correctness_with_reusing_ir_trace_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-09-27T15:58:42.3925042Z test_correctness_with_reusing_ir_tril_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.063s) 2022-09-27T15:58:42.4503717Z test_correctness_with_reusing_ir_triu_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.058s) 2022-09-27T15:58:42.4537482Z test_correctness_with_reusing_ir_trunc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:58:42.4566124Z test_dispatched_to_lazy_abs_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:58:42.4620135Z test_dispatched_to_lazy_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:58:42.4799236Z test_dispatched_to_lazy_addcdiv_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.018s) 2022-09-27T15:58:43.1620357Z test_dispatched_to_lazy_addcmul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.682s) 2022-09-27T15:58:43.1685469Z test_dispatched_to_lazy_addmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-09-27T15:58:43.2846991Z test_dispatched_to_lazy_addmm_decomposed_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.116s) 2022-09-27T15:58:43.2880584Z test_dispatched_to_lazy_arange_cpu_float32 (__main__.TestLazyOpInfoCPU) ... expected failure (0.003s) 2022-09-27T15:58:43.2948113Z test_dispatched_to_lazy_as_strided_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-09-27T15:58:43.3035234Z test_dispatched_to_lazy_baddbmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-09-27T15:58:43.3110323Z test_dispatched_to_lazy_bernoulli_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-09-27T15:58:43.3141672Z test_dispatched_to_lazy_bmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:58:43.3187048Z test_dispatched_to_lazy_cat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:58:43.3228781Z test_dispatched_to_lazy_clamp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:58:43.3532844Z test_dispatched_to_lazy_clamp_min_cpu_float32 (__main__.TestLazyOpInfoCPU) ... expected failure (0.030s) 2022-09-27T15:58:43.3739888Z test_dispatched_to_lazy_constant_pad_nd_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.021s) 2022-09-27T15:58:43.3770420Z test_dispatched_to_lazy_cos_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:58:43.3857129Z test_dispatched_to_lazy_cumsum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:58:43.3922127Z test_dispatched_to_lazy_diagonal_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-09-27T15:58:43.3992327Z test_dispatched_to_lazy_div_floor_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-09-27T15:58:43.4062278Z test_dispatched_to_lazy_div_no_rounding_mode_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-09-27T15:58:43.4131464Z test_dispatched_to_lazy_div_trunc_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-09-27T15:58:43.4145022Z test_dispatched_to_lazy_empty_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Expected: empty is not comparable (0.001s) 2022-09-27T15:58:43.4190242Z test_dispatched_to_lazy_eq_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:58:43.4503818Z test_dispatched_to_lazy_exp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.031s) 2022-09-27T15:58:43.4540906Z test_dispatched_to_lazy_flip_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:58:43.4918884Z test_dispatched_to_lazy_floor_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.038s) 2022-09-27T15:58:43.4948064Z test_dispatched_to_lazy_frac_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:58:43.5022229Z test_dispatched_to_lazy_gather_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-09-27T15:58:43.5066252Z test_dispatched_to_lazy_ge_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:58:43.5109759Z test_dispatched_to_lazy_gt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:58:43.5152900Z test_dispatched_to_lazy_le_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:58:43.5190185Z test_dispatched_to_lazy_log2_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:58:43.5509428Z test_dispatched_to_lazy_log_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.032s) 2022-09-27T15:58:43.5560250Z test_dispatched_to_lazy_lt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:58:43.5615408Z test_dispatched_to_lazy_masked_fill_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:58:43.5664880Z test_dispatched_to_lazy_max_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:58:43.5702586Z test_dispatched_to_lazy_max_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:58:43.5738915Z test_dispatched_to_lazy_max_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:58:43.5782040Z test_dispatched_to_lazy_maximum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:58:43.5815038Z test_dispatched_to_lazy_mean_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:58:43.5862349Z test_dispatched_to_lazy_min_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:58:43.6429899Z test_dispatched_to_lazy_min_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.057s) 2022-09-27T15:58:43.7332808Z test_dispatched_to_lazy_min_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.090s) 2022-09-27T15:58:43.7380663Z test_dispatched_to_lazy_minimum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:58:43.7416989Z test_dispatched_to_lazy_mm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:58:43.7461403Z test_dispatched_to_lazy_mul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:58:43.7490060Z test_dispatched_to_lazy_mv_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:58:43.7553234Z test_dispatched_to_lazy_native_layer_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-09-27T15:58:43.7596911Z test_dispatched_to_lazy_ne_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:58:43.7619751Z test_dispatched_to_lazy_neg_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-09-27T15:58:43.7702198Z test_dispatched_to_lazy_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-09-27T15:58:43.7728027Z test_dispatched_to_lazy_norm_fro_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:58:43.7755593Z test_dispatched_to_lazy_norm_inf_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:58:43.7785942Z test_dispatched_to_lazy_norm_nuc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:58:43.7833206Z test_dispatched_to_lazy_pow_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:58:43.7858416Z test_dispatched_to_lazy_reciprocal_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:58:43.7929113Z test_dispatched_to_lazy_remainder_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-09-27T15:58:43.8060972Z test_dispatched_to_lazy_repeat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-09-27T15:58:43.8088062Z test_dispatched_to_lazy_rsqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:58:43.8230546Z test_dispatched_to_lazy_scatter_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-09-27T15:58:43.8273132Z test_dispatched_to_lazy_select_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-09-27T15:58:43.8297651Z test_dispatched_to_lazy_sgn_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-09-27T15:58:43.8323373Z test_dispatched_to_lazy_sigmoid_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:58:43.8381319Z test_dispatched_to_lazy_slice_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-09-27T15:58:43.8468204Z test_dispatched_to_lazy_sort_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-09-27T15:58:43.8496083Z test_dispatched_to_lazy_sqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:58:43.8529975Z test_dispatched_to_lazy_stack_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:58:43.8581659Z test_dispatched_to_lazy_std_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:58:43.8630338Z test_dispatched_to_lazy_sub_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-09-27T15:58:43.8893369Z test_dispatched_to_lazy_sum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.026s) 2022-09-27T15:58:43.8918331Z test_dispatched_to_lazy_tanh_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:58:43.8982545Z test_dispatched_to_lazy_topk_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-09-27T15:58:43.9005068Z test_dispatched_to_lazy_trace_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.002s) 2022-09-27T15:58:43.9040025Z test_dispatched_to_lazy_tril_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:58:43.9547629Z test_dispatched_to_lazy_triu_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.051s) 2022-09-27T15:58:43.9575640Z test_dispatched_to_lazy_trunc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.003s) 2022-09-27T15:58:43.9590446Z testConvolutionBackward (__main__.TestLazyTensor) ... skip: Disable until autograd supports symints (0.001s) 2022-09-27T15:58:43.9610583Z test_tensor_ctr (__main__.TestLazyTensor) ... ok (0.002s) 2022-09-27T15:58:43.9634354Z test_view_mark_step_preserved (__main__.TestLazyTensor) ... ok (0.002s) 2022-09-27T15:58:43.9634662Z 2022-09-27T15:58:43.9635093Z ---------------------------------------------------------------------- 2022-09-27T15:58:43.9635464Z Ran 234 tests in 13.370s 2022-09-27T15:58:43.9635656Z 2022-09-27T15:58:43.9635823Z OK (skipped=8, expected failures=2) 2022-09-27T15:58:43.9636026Z 2022-09-27T15:58:43.9636150Z Generating XML reports... 2022-09-27T15:58:43.9677784Z Generated XML report: test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyDynamicOps-20220927155830.xml 2022-09-27T15:58:43.9841006Z Generated XML report: test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyOpInfoCPU-20220927155830.xml 2022-09-27T15:58:43.9845999Z Generated XML report: test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyTensor-20220927155830.xml 2022-09-27T15:58:44.3725167Z Running profiler/test_profiler ... [2022-09-27 15:58:44.372073] 2022-09-27T15:58:44.3725823Z Executing ['/opt/conda/bin/python', '-bb', 'profiler/test_profiler.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:58:44.372158] 2022-09-27T15:58:45.7905575Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T15:58:46.1018900Z Test results will be stored in test-reports/python-unittest/profiler.test_profiler 2022-09-27T15:58:46.1035137Z 2022-09-27T15:58:46.1035256Z Running tests... 2022-09-27T15:58:46.1035871Z ---------------------------------------------------------------------- 2022-09-27T15:58:46.1156635Z test_execution_graph_alone (__main__.TestExecutionGraph) ... ok (0.012s) 2022-09-27T15:58:46.1170102Z test_execution_graph_no_capture (__main__.TestExecutionGraph) ... ok (0.001s) 2022-09-27T15:58:46.1261569Z test_execution_graph_repeat_in_loop (__main__.TestExecutionGraph) ... ok (0.009s) 2022-09-27T15:58:46.1330893Z test_execution_graph_start_stop (__main__.TestExecutionGraph) ... ok (0.007s) 2022-09-27T15:58:46.1358328Z test_execution_graph_with_kineto (__main__.TestExecutionGraph) ... [W kineto_shim.cpp:330] Profiler is not initialized: skipping step() invocation 2022-09-27T15:58:46.1368554Z [W kineto_shim.cpp:330] Profiler is not initialized: skipping step() invocation 2022-09-27T15:58:46.1378744Z [W kineto_shim.cpp:330] Profiler is not initialized: skipping step() invocation 2022-09-27T15:58:46.1401347Z STAGE:2022-09-27 15:58:46 1508:1508 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:58:46.1424400Z STAGE:2022-09-27 15:58:46 1508:1508 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:58:46.1491471Z STAGE:2022-09-27 15:58:46 1508:1508 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:58:46.1506238Z STAGE:2022-09-27 15:58:46 1508:1508 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:58:46.1575375Z ok (0.024s) 2022-09-27T15:58:46.1588537Z test_profiler_conv2d_bias_followed_by_batchnorm2d_pattern (__main__.TestExperimentalUtils) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82720 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:58:46.1605184Z test_profiler_extra_cuda_copy_pattern (__main__.TestExperimentalUtils) ... skip: CUDA is required (0.002s) 2022-09-27T15:58:46.1611778Z test_profiler_extra_cuda_copy_pattern_benchmark (__main__.TestExperimentalUtils) ... skip: CUDA is required (0.001s) 2022-09-27T15:58:46.1627404Z test_profiler_for_loop_indexing_pattern (__main__.TestExperimentalUtils) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/83491 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:58:46.1632887Z test_profiler_fp32_matmul_pattern (__main__.TestExperimentalUtils) ... skip: CUDA is required (0.001s) 2022-09-27T15:58:46.1654660Z test_profiler_grad_not_set_to_none_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-09-27 15:58:46 1508:1508 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:58:46.1686626Z STAGE:2022-09-27 15:58:46 1508:1508 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:58:46.1886287Z STAGE:2022-09-27 15:58:46 1508:1508 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:58:46.1907547Z STAGE:2022-09-27 15:58:46 1508:1508 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:58:46.2076981Z STAGE:2022-09-27 15:58:46 1508:1508 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:58:46.2096725Z STAGE:2022-09-27 15:58:46 1508:1508 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:58:46.2272493Z STAGE:2022-09-27 15:58:46 1508:1508 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:58:46.2291850Z STAGE:2022-09-27 15:58:46 1508:1508 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:58:46.2460155Z ok (0.083s) 2022-09-27T15:58:46.2471116Z test_profiler_matmul_dim_fp16_pattern (__main__.TestExperimentalUtils) ... skip: CUDA is required (0.001s) 2022-09-27T15:58:46.2571671Z test_profiler_name_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-09-27 15:58:46 1508:1508 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:58:47.5721763Z STAGE:2022-09-27 15:58:47 1508:1508 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:58:47.5760415Z ok (1.329s) 2022-09-27T15:58:47.5778482Z test_profiler_optimizer_single_tensor_pattern (__main__.TestExperimentalUtils) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82914 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-27T15:58:47.5794779Z test_profiler_pattern_match_helper (__main__.TestExperimentalUtils) ... STAGE:2022-09-27 15:58:47 1508:1508 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:58:47.5801177Z STAGE:2022-09-27 15:58:47 1508:1508 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:58:47.5819701Z ok (0.004s) 2022-09-27T15:58:47.5843028Z test_profiler_pattern_matcher_json_report (__main__.TestExperimentalUtils) ... STAGE:2022-09-27 15:58:47 1508:1508 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:58:47.5869742Z STAGE:2022-09-27 15:58:47 1508:1508 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:58:47.6164673Z ok (0.034s) 2022-09-27T15:58:47.6180155Z test_profiler_synchronized_dataloader_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-09-27 15:58:47 1508:1508 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:58:47.7255996Z STAGE:2022-09-27 15:58:47 1508:1508 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:58:47.7894249Z ok (0.173s) 2022-09-27T15:58:47.7948230Z test_utils_compute_idle_time (__main__.TestExperimentalUtils) ... ok (0.005s) 2022-09-27T15:58:47.7965068Z test_utils_compute_queue_depth (__main__.TestExperimentalUtils) ... ok (0.002s) 2022-09-27T15:58:47.7983103Z test_utils_compute_queue_depth_when_no_cuda_events (__main__.TestExperimentalUtils) ... STAGE:2022-09-27 15:58:47 1508:1508 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:58:47.8207071Z STAGE:2022-09-27 15:58:47 1508:1508 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:58:47.8223412Z ok (0.026s) 2022-09-27T15:58:47.8237984Z test_utils_compute_self_time (__main__.TestExperimentalUtils) ... STAGE:2022-09-27 15:58:47 1508:1508 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:58:47.8246962Z STAGE:2022-09-27 15:58:47 1508:1508 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:58:47.8298058Z ok (0.007s) 2022-09-27T15:58:47.8374993Z test_utils_get_optimizable_events (__main__.TestExperimentalUtils) ... ok (0.008s) 2022-09-27T15:58:47.8388273Z test_utils_intervals_overlap (__main__.TestExperimentalUtils) ... 5 2022-09-27T15:58:47.8390071Z ok (0.001s) 2022-09-27T15:58:47.8408147Z test_export_stacks (__main__.TestProfiler) ... STAGE:2022-09-27 15:58:47 1508:1508 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:58:47.8412754Z STAGE:2022-09-27 15:58:47 1508:1508 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:58:47.8434485Z ok (0.004s) 2022-09-27T15:58:47.8834919Z test_flops (__main__.TestProfiler) ... STAGE:2022-09-27 15:58:47 1508:1508 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:58:47.9109809Z STAGE:2022-09-27 15:58:47 1508:1508 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:58:47.9145250Z ok (0.071s) 2022-09-27T15:58:47.9188033Z test_high_level_trace (__main__.TestProfiler) 2022-09-27T15:58:47.9246574Z Checks that python side high level events are recorded. ... STAGE:2022-09-27 15:58:47 1508:1508 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:58:47.9319421Z STAGE:2022-09-27 15:58:47 1508:1508 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:58:48.0750802Z STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:58:48.0823060Z STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:58:48.1160640Z STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:58:48.1221421Z STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:58:48.1589751Z ok (0.244s) 2022-09-27T15:58:48.1605990Z test_kineto (__main__.TestProfiler) ... STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:58:48.1608662Z STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:58:48.1615063Z STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:58:48.1617248Z STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:58:48.1626348Z ok (0.004s) 2022-09-27T15:58:48.1637698Z test_kineto_multigpu (__main__.TestProfiler) ... skip: Multiple GPUs needed (0.001s) 2022-09-27T15:58:48.1658106Z test_kineto_profiler_api (__main__.TestProfiler) ... STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:58:48.1660430Z STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:58:48.1668034Z STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:58:48.1671316Z STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:58:48.1693837Z STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:58:48.1697060Z STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:58:48.1719889Z STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:58:48.1722303Z STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:58:48.1743097Z ok (0.010s) 2022-09-27T15:58:48.1775428Z test_memory_profiler (__main__.TestProfiler) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/72280 for platform(s) linux, mac. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.003s) 2022-09-27T15:58:48.1881157Z test_module_hierarchy (__main__.TestProfiler) ... STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:58:48.1911141Z STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:58:48.1922141Z STAGE:2022-09-27 15:58:48 1508:1508 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T15:58:48.1925440Z ok (0.015s) 2022-09-27T15:58:48.1938084Z test_nested_tensor_with_shapes (__main__.TestProfiler) ... profiler/test_profiler.py:1241: 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:58:48.1938635Z inp = torch.nested_tensor([a, b]) 2022-09-27T15:58:48.1939505Z STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:58:48.1942923Z STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:58:48.1953025Z ok (0.003s) 2022-09-27T15:58:48.1969411Z test_oom_tracing (__main__.TestProfiler) ... ok (0.002s) 2022-09-27T15:58:48.1978769Z test_profiler_correlation_id (__main__.TestProfiler) 2022-09-27T15:58:48.2170433Z We expect the correlation_id to be unique across multiple invokation of the profiler, ... STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:58:48.2385262Z STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:58:48.2395793Z STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:58:48.2502892Z STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:58:48.2516340Z STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:58:48.2624439Z STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:58:48.2634912Z STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:58:48.2741985Z STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:58:48.2752012Z STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:58:48.2855314Z STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:58:48.2875505Z ok (0.091s) 2022-09-27T15:58:48.2895016Z test_profiler_fwd_bwd_link (__main__.TestProfiler) ... skip: Disable forward->backward link to workaround profiler crash (0.002s) 2022-09-27T15:58:48.2908976Z test_profiler_metadata (__main__.TestProfiler) ... STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:58:48.2910000Z STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:58:48.2914226Z STAGE:2022-09-27 15:58:48 1508:1508 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T15:58:48.2919783Z ok (0.003s) 2022-09-27T15:58:48.2927666Z test_profiler_tracing (__main__.TestProfiler) ... STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:58:48.2929347Z STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:58:48.2934294Z STAGE:2022-09-27 15:58:48 1508:1508 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T15:58:48.2936866Z STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:58:48.2938374Z STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:58:48.2940747Z STAGE:2022-09-27 15:58:48 1508:1508 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T15:58:48.2943019Z STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:58:48.2944280Z STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:58:48.2948762Z STAGE:2022-09-27 15:58:48 1508:1508 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T15:58:48.2951245Z STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:58:48.2952583Z STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:58:48.2954775Z STAGE:2022-09-27 15:58:48 1508:1508 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T15:58:48.2956020Z ok (0.004s) 2022-09-27T15:58:48.2969620Z test_profiler_type (__main__.TestProfiler) ... STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:58:48.2971354Z STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:58:48.2972068Z ok (0.002s) 2022-09-27T15:58:48.2994390Z test_source (__main__.TestProfiler) 2022-09-27T15:58:48.3019924Z Checks that source code attribution works for eager, TS and autograd mode ... STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:58:48.3373504Z STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:58:48.3451297Z STAGE:2022-09-27 15:58:48 1508:1508 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T15:58:48.3471761Z ok (0.050s) 2022-09-27T15:58:48.3500561Z test_tensorboard_trace_handler (__main__.TestProfiler) ... STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:58:48.3502868Z STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:58:48.3513575Z STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:58:48.3517095Z STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:58:48.3529490Z STAGE:2022-09-27 15:58:48 1508:1508 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T15:58:48.3533342Z STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:58:48.3536447Z STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:58:48.3548360Z STAGE:2022-09-27 15:58:48 1508:1508 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T15:58:48.3551479Z STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:58:48.3555045Z STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:58:48.3568225Z STAGE:2022-09-27 15:58:48 1508:1508 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T15:58:48.3581926Z STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:58:48.3585916Z STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:58:48.3598642Z STAGE:2022-09-27 15:58:48 1508:1508 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T15:58:48.3607489Z STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:58:48.3611366Z STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:58:48.3624166Z STAGE:2022-09-27 15:58:48 1508:1508 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T15:58:48.3632659Z STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:58:48.3636047Z STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:58:48.3650111Z STAGE:2022-09-27 15:58:48 1508:1508 output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T15:58:48.3666221Z ok (0.019s) 2022-09-27T15:58:48.3675863Z test_custom_module_input_op_ids (__main__.TestProfilerCUDA) ... skip: CUDA is required (0.001s) 2022-09-27T15:58:48.3685705Z test_mem_leak (__main__.TestProfilerCUDA) 2022-09-27T15:58:48.3686558Z Checks that there's no memory leak when using profiler with CUDA ... skip: CUDA is required (0.001s) 2022-09-27T15:58:48.3712014Z test_datapipe_delegation_with_profiler (__main__.TestRecordFunction) ... ok (0.002s) 2022-09-27T15:58:48.3725117Z test_datapipe_with_record_function (__main__.TestRecordFunction) ... STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:58:48.3743557Z STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:58:48.3902559Z ok (0.019s) 2022-09-27T15:58:48.3915659Z test_datapipe_with_record_function_fork (__main__.TestRecordFunction) ... STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:58:48.3932994Z STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:58:48.4055477Z ok (0.015s) 2022-09-27T15:58:48.4071604Z test_record_function (__main__.TestRecordFunction) ... STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:58:48.4076881Z STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:58:48.4090906Z ok (0.003s) 2022-09-27T15:58:48.4782635Z test_allocations (__main__.TestTorchTidyProfiler) ... STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:58:48.4783689Z STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:58:48.4791496Z STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:58:48.5419002Z STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:58:48.5423848Z ok (0.133s) 2022-09-27T15:58:48.5438702Z test_extra_fields (__main__.TestTorchTidyProfiler) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82719 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:58:48.5481944Z test_mkldnn_tensors (__main__.TestTorchTidyProfiler) ... STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:58:48.5486408Z STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:58:48.5504677Z ok (0.007s) 2022-09-27T15:58:48.5531716Z test_nnmodule_params (__main__.TestTorchTidyProfiler) ... STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:58:48.5546040Z STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:58:48.5611426Z ok (0.011s) 2022-09-27T15:58:48.5622471Z test_scalar_ins (__main__.TestTorchTidyProfiler) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/83247 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:58:48.5639319Z test_sparse_tensors (__main__.TestTorchTidyProfiler) ... STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T15:58:48.5643757Z STAGE:2022-09-27 15:58:48 1508:1508 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T15:58:48.5675844Z ok (0.005s) 2022-09-27T15:58:48.5694866Z test_tensor_properties (__main__.TestTorchTidyProfiler) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/83113 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-27T15:58:48.5695654Z 2022-09-27T15:58:48.5695992Z ---------------------------------------------------------------------- 2022-09-27T15:58:48.5696393Z Ran 53 tests in 2.466s 2022-09-27T15:58:48.5696562Z 2022-09-27T15:58:48.5696681Z OK (skipped=15) 2022-09-27T15:58:48.5696857Z 2022-09-27T15:58:48.5697002Z Generating XML reports... 2022-09-27T15:58:48.5727149Z Generated XML report: test-reports/python-unittest/profiler.test_profiler/TEST-TestExecutionGraph-20220927155846.xml 2022-09-27T15:58:48.5744575Z Generated XML report: test-reports/python-unittest/profiler.test_profiler/TEST-TestExperimentalUtils-20220927155846.xml 2022-09-27T15:58:48.5760225Z Generated XML report: test-reports/python-unittest/profiler.test_profiler/TEST-TestProfiler-20220927155846.xml 2022-09-27T15:58:48.5765844Z Generated XML report: test-reports/python-unittest/profiler.test_profiler/TEST-TestRecordFunction-20220927155846.xml 2022-09-27T15:58:48.5773074Z Generated XML report: test-reports/python-unittest/profiler.test_profiler/TEST-TestTorchTidyProfiler-20220927155846.xml 2022-09-27T15:58:48.5777137Z Generated XML report: test-reports/python-unittest/profiler.test_profiler/TEST-TestProfilerCUDA-20220927155846.xml 2022-09-27T15:58:48.9267267Z Running test_maskedtensor ... [2022-09-27 15:58:48.926358] 2022-09-27T15:58:48.9267830Z Executing ['/opt/conda/bin/python', '-bb', 'test_maskedtensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:58:48.926445] 2022-09-27T15:58:51.0653103Z Test results will be stored in test-reports/python-unittest/test_maskedtensor 2022-09-27T15:58:51.0673920Z 2022-09-27T15:58:51.0674172Z Running tests... 2022-09-27T15:58:51.0674543Z ---------------------------------------------------------------------- 2022-09-27T15:58:51.0707383Z test_binary_fn_aten_add (__main__.TestBinary) ... ok (0.003s) 2022-09-27T15:58:51.0725889Z test_binary_fn_aten_arctan2 (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:58:51.0752374Z test_binary_fn_aten_atan2 (__main__.TestBinary) ... ok (0.003s) 2022-09-27T15:58:51.0771761Z test_binary_fn_aten_bitwise_and (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:58:51.0789922Z test_binary_fn_aten_bitwise_left_shift (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:58:51.0808748Z test_binary_fn_aten_bitwise_or (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:58:51.0826818Z test_binary_fn_aten_bitwise_right_shift (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:58:51.0845262Z test_binary_fn_aten_bitwise_xor (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:58:51.0863144Z test_binary_fn_aten_div (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:58:51.0880762Z test_binary_fn_aten_divide (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:58:51.0898888Z test_binary_fn_aten_eq (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:58:51.0917821Z test_binary_fn_aten_floor_divide (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:58:51.0936583Z test_binary_fn_aten_fmax (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:58:51.0954026Z test_binary_fn_aten_fmin (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:58:51.0971899Z test_binary_fn_aten_fmod (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:58:51.0990094Z test_binary_fn_aten_ge (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:58:51.1007721Z test_binary_fn_aten_greater (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:58:51.1025553Z test_binary_fn_aten_greater_equal (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:58:51.1043047Z test_binary_fn_aten_gt (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:58:51.1061177Z test_binary_fn_aten_le (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:58:51.1078914Z test_binary_fn_aten_less (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:58:51.1098870Z test_binary_fn_aten_less_equal (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:58:51.1117097Z test_binary_fn_aten_logaddexp (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:58:51.1136170Z test_binary_fn_aten_logaddexp2 (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:58:51.1154455Z test_binary_fn_aten_lt (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:58:51.1172432Z test_binary_fn_aten_maximum (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:58:51.1189941Z test_binary_fn_aten_minimum (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:58:51.1207225Z test_binary_fn_aten_mul (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:58:51.1224908Z test_binary_fn_aten_multiply (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:58:51.1242487Z test_binary_fn_aten_ne (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:58:51.1260442Z test_binary_fn_aten_nextafter (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:58:51.1278794Z test_binary_fn_aten_not_equal (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:58:51.1298531Z test_binary_fn_aten_remainder (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:58:51.1316822Z test_binary_fn_aten_sub (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:58:51.1335299Z test_binary_fn_aten_subtract (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:58:51.1352676Z test_binary_fn_aten_true_divide (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:58:51.1370569Z test_inplace_binary_fn_aten_add_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:58:51.1387425Z test_inplace_binary_fn_aten_arctan2_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:58:51.1405057Z test_inplace_binary_fn_aten_atan2_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:58:51.1423607Z test_inplace_binary_fn_aten_bitwise_and_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:58:51.1441013Z test_inplace_binary_fn_aten_bitwise_left_shift_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:58:51.1458611Z test_inplace_binary_fn_aten_bitwise_or_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:58:51.1478334Z test_inplace_binary_fn_aten_bitwise_right_shift_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:58:51.1496358Z test_inplace_binary_fn_aten_bitwise_xor_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:58:51.1513468Z test_inplace_binary_fn_aten_div_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:58:51.1530452Z test_inplace_binary_fn_aten_divide_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:58:51.1633673Z test_inplace_binary_fn_aten_eq_ (__main__.TestBinary) ... ok (0.010s) 2022-09-27T15:58:51.1731231Z test_inplace_binary_fn_aten_floor_divide_ (__main__.TestBinary) ... ok (0.010s) 2022-09-27T15:58:51.1748340Z test_inplace_binary_fn_aten_fmod_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:58:51.1844331Z test_inplace_binary_fn_aten_ge_ (__main__.TestBinary) ... ok (0.010s) 2022-09-27T15:58:51.1944230Z test_inplace_binary_fn_aten_greater_ (__main__.TestBinary) ... ok (0.010s) 2022-09-27T15:58:51.2039264Z test_inplace_binary_fn_aten_greater_equal_ (__main__.TestBinary) ... ok (0.009s) 2022-09-27T15:58:51.2134107Z test_inplace_binary_fn_aten_gt_ (__main__.TestBinary) ... ok (0.009s) 2022-09-27T15:58:51.2230059Z test_inplace_binary_fn_aten_le_ (__main__.TestBinary) ... ok (0.010s) 2022-09-27T15:58:51.2325444Z test_inplace_binary_fn_aten_less_ (__main__.TestBinary) ... ok (0.009s) 2022-09-27T15:58:51.2420190Z test_inplace_binary_fn_aten_less_equal_ (__main__.TestBinary) ... ok (0.009s) 2022-09-27T15:58:51.2514993Z test_inplace_binary_fn_aten_lt_ (__main__.TestBinary) ... ok (0.009s) 2022-09-27T15:58:51.2532781Z test_inplace_binary_fn_aten_mul_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:58:51.2549739Z test_inplace_binary_fn_aten_multiply_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:58:51.2648702Z test_inplace_binary_fn_aten_ne_ (__main__.TestBinary) ... ok (0.010s) 2022-09-27T15:58:51.2665964Z test_inplace_binary_fn_aten_nextafter_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:58:51.2761170Z test_inplace_binary_fn_aten_not_equal_ (__main__.TestBinary) ... ok (0.009s) 2022-09-27T15:58:51.2778601Z test_inplace_binary_fn_aten_remainder_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:58:51.2796634Z test_inplace_binary_fn_aten_sub_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:58:51.2813933Z test_inplace_binary_fn_aten_subtract_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:58:51.2830808Z test_inplace_binary_fn_aten_true_divide_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:58:51.2845886Z test_masks_match_fn_name_add (__main__.TestBinary) ... ok (0.001s) 2022-09-27T15:58:51.2861068Z test_masks_match_fn_name_add_ (__main__.TestBinary) ... ok (0.001s) 2022-09-27T15:58:51.2885713Z test_bmm (__main__.TestMatMul) ... ok (0.002s) 2022-09-27T15:58:51.2898263Z test_linear (__main__.TestMatMul) ... ok (0.001s) 2022-09-27T15:58:51.2910644Z 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:58:51.2939893Z test_all (__main__.TestReductions) ... ok (0.003s) 2022-09-27T15:58:51.2962254Z test_amax (__main__.TestReductions) ... ok (0.002s) 2022-09-27T15:58:51.2989384Z test_amax_grad (__main__.TestReductions) ... ok (0.003s) 2022-09-27T15:58:51.3010395Z test_amin (__main__.TestReductions) ... ok (0.002s) 2022-09-27T15:58:51.3034934Z test_amin_grad (__main__.TestReductions) ... ok (0.002s) 2022-09-27T15:58:51.3063837Z test_grad_dtype (__main__.TestReductions) ... ok (0.003s) 2022-09-27T15:58:51.3077851Z 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:58:51.3078848Z 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:58:51.3080007Z 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:58:51.3080550Z warnings.warn(msg) 2022-09-27T15:58:51.3080869Z ok (0.002s) 2022-09-27T15:58:51.3109155Z test_mean (__main__.TestReductions) ... ok (0.003s) 2022-09-27T15:58:51.3143850Z test_mean_dim_grad (__main__.TestReductions) ... ok (0.003s) 2022-09-27T15:58:51.3152804Z test_mean_grad_case_1a (__main__.TestReductions) 2022-09-27T15:58:51.3199293Z values.requires_grad = True ... ok (0.005s) 2022-09-27T15:58:51.3205470Z test_mean_grad_case_1b (__main__.TestReductions) 2022-09-27T15:58:51.3226923Z values.requires_grad = False ... ok (0.003s) 2022-09-27T15:58:51.3232855Z test_mean_grad_case_1c (__main__.TestReductions) 2022-09-27T15:58:51.3265178Z values.requires_grad = True ... ok (0.004s) 2022-09-27T15:58:51.3270547Z test_mean_grad_case_1d (__main__.TestReductions) 2022-09-27T15:58:51.3282549Z values.requires_grad = False ... ok (0.002s) 2022-09-27T15:58:51.3289733Z test_mean_grad_case_1e (__main__.TestReductions) 2022-09-27T15:58:51.3329969Z values.requires_grad = True ... ok (0.005s) 2022-09-27T15:58:51.3335113Z test_mean_grad_case_1f (__main__.TestReductions) 2022-09-27T15:58:51.3345951Z values.requires_grad = False ... ok (0.002s) 2022-09-27T15:58:51.3368452Z test_prod (__main__.TestReductions) ... ok (0.002s) 2022-09-27T15:58:51.3395636Z test_prod_grad (__main__.TestReductions) ... ok (0.003s) 2022-09-27T15:58:51.3418196Z test_sum (__main__.TestReductions) ... ok (0.002s) 2022-09-27T15:58:51.3443979Z test_sum_grad (__main__.TestReductions) ... ok (0.003s) 2022-09-27T15:58:51.3459273Z test_inplace_unary_fn_aten_abs_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.3473277Z test_inplace_unary_fn_aten_absolute_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.3490240Z test_inplace_unary_fn_aten_acos_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:58:51.3505583Z test_inplace_unary_fn_aten_acosh_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.3519903Z test_inplace_unary_fn_aten_arccos_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.3534948Z test_inplace_unary_fn_aten_arccosh_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.3550659Z test_inplace_unary_fn_aten_arcsin_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:58:51.3566036Z test_inplace_unary_fn_aten_arcsinh_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.3581015Z test_inplace_unary_fn_aten_arctan_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.3596053Z test_inplace_unary_fn_aten_arctanh_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.3610668Z test_inplace_unary_fn_aten_asin_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.3624927Z test_inplace_unary_fn_aten_asinh_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.3639340Z test_inplace_unary_fn_aten_atan_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.3654238Z test_inplace_unary_fn_aten_atanh_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.3668933Z test_inplace_unary_fn_aten_bitwise_not_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.3683241Z test_inplace_unary_fn_aten_ceil_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.3697976Z test_inplace_unary_fn_aten_clamp_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.3712456Z test_inplace_unary_fn_aten_clip_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.3727063Z test_inplace_unary_fn_aten_conj_physical_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.3742343Z test_inplace_unary_fn_aten_cos_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.3757724Z test_inplace_unary_fn_aten_cosh_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.3772638Z test_inplace_unary_fn_aten_deg2rad_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.3787377Z test_inplace_unary_fn_aten_digamma_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.3802321Z test_inplace_unary_fn_aten_erf_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.3817704Z test_inplace_unary_fn_aten_erfc_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.3833421Z test_inplace_unary_fn_aten_erfinv_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:58:51.3848840Z test_inplace_unary_fn_aten_exp2_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.3863785Z test_inplace_unary_fn_aten_exp_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.3879020Z test_inplace_unary_fn_aten_expm1_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.3894947Z test_inplace_unary_fn_aten_fix_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:58:51.3909946Z test_inplace_unary_fn_aten_floor_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.3924493Z test_inplace_unary_fn_aten_frac_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.3939713Z test_inplace_unary_fn_aten_i0_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.3954245Z test_inplace_unary_fn_aten_lgamma_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.3971675Z test_inplace_unary_fn_aten_log10_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:58:51.3987031Z test_inplace_unary_fn_aten_log1p_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.4002693Z test_inplace_unary_fn_aten_log2_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.4018354Z test_inplace_unary_fn_aten_log_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:58:51.4034331Z test_inplace_unary_fn_aten_logit_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:58:51.4049653Z test_inplace_unary_fn_aten_nan_to_num_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.4064471Z test_inplace_unary_fn_aten_neg_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.4079226Z test_inplace_unary_fn_aten_negative_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.4094901Z test_inplace_unary_fn_aten_pow_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:58:51.4109860Z test_inplace_unary_fn_aten_rad2deg_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.4124967Z test_inplace_unary_fn_aten_reciprocal_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.4140193Z test_inplace_unary_fn_aten_round_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.4156230Z test_inplace_unary_fn_aten_rsqrt_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:58:51.4171357Z test_inplace_unary_fn_aten_sgn_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.4186194Z test_inplace_unary_fn_aten_sigmoid_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.4200929Z test_inplace_unary_fn_aten_sign_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.4216517Z test_inplace_unary_fn_aten_sin_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.4231849Z test_inplace_unary_fn_aten_sinc_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.4246375Z test_inplace_unary_fn_aten_sinh_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.4261780Z test_inplace_unary_fn_aten_sqrt_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.4276542Z test_inplace_unary_fn_aten_square_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.4291695Z test_inplace_unary_fn_aten_tan_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.4306751Z test_inplace_unary_fn_aten_tanh_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.4321373Z test_inplace_unary_fn_aten_trunc_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.4335962Z test_unary_fn_aten_abs (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.4350412Z test_unary_fn_aten_absolute (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.4365150Z test_unary_fn_aten_acos (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.4380058Z test_unary_fn_aten_acosh (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.4395642Z test_unary_fn_aten_angle (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.4410827Z test_unary_fn_aten_arccos (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.4426292Z test_unary_fn_aten_arccosh (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.4441632Z test_unary_fn_aten_arcsin (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.4456747Z test_unary_fn_aten_arcsinh (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.4471653Z test_unary_fn_aten_arctan (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.4486510Z test_unary_fn_aten_arctanh (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.4501534Z test_unary_fn_aten_asin (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.4516335Z test_unary_fn_aten_asinh (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.4531291Z test_unary_fn_aten_atan (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.4546644Z test_unary_fn_aten_atanh (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.4561215Z test_unary_fn_aten_bitwise_not (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.4576071Z test_unary_fn_aten_ceil (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.4590474Z test_unary_fn_aten_clamp (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.4605040Z test_unary_fn_aten_clip (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.4618512Z test_unary_fn_aten_conj_physical (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.4633405Z test_unary_fn_aten_cos (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.4653612Z test_unary_fn_aten_cosh (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:58:51.4669313Z test_unary_fn_aten_deg2rad (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:58:51.4683717Z test_unary_fn_aten_digamma (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.4698863Z test_unary_fn_aten_erf (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.4713856Z test_unary_fn_aten_erfc (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.4728754Z test_unary_fn_aten_erfinv (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.4744612Z test_unary_fn_aten_exp (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.4759508Z test_unary_fn_aten_exp2 (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.4774362Z test_unary_fn_aten_expm1 (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.4789400Z test_unary_fn_aten_fix (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.4804145Z test_unary_fn_aten_floor (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.4819011Z test_unary_fn_aten_frac (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.4834355Z test_unary_fn_aten_i0 (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.4849627Z test_unary_fn_aten_isnan (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.4864263Z test_unary_fn_aten_lgamma (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.4879437Z test_unary_fn_aten_log (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.4895406Z test_unary_fn_aten_log10 (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:58:51.4910623Z test_unary_fn_aten_log1p (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.4926186Z test_unary_fn_aten_log2 (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:58:51.4942789Z test_unary_fn_aten_logit (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:58:51.4957878Z test_unary_fn_aten_nan_to_num (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.4973027Z test_unary_fn_aten_neg (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.4987873Z test_unary_fn_aten_negative (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.5001470Z test_unary_fn_aten_positive (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.5018444Z test_unary_fn_aten_pow (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:58:51.5033385Z test_unary_fn_aten_rad2deg (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.5048030Z test_unary_fn_aten_reciprocal (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.5063366Z test_unary_fn_aten_round (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.5078090Z test_unary_fn_aten_rsqrt (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.5093093Z test_unary_fn_aten_sgn (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.5108306Z test_unary_fn_aten_sigmoid (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.5123897Z test_unary_fn_aten_sign (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:58:51.5139152Z test_unary_fn_aten_signbit (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.5154058Z test_unary_fn_aten_sin (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.5169537Z test_unary_fn_aten_sinc (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.5183888Z test_unary_fn_aten_sinh (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.5198927Z test_unary_fn_aten_sqrt (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.5214938Z test_unary_fn_aten_square (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:58:51.5229629Z test_unary_fn_aten_tan (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.5245105Z test_unary_fn_aten_tanh (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.5261657Z test_unary_fn_aten_trunc (__main__.TestUnary) ... ok (0.001s) 2022-09-27T15:58:51.5261913Z 2022-09-27T15:58:51.5262358Z ---------------------------------------------------------------------- 2022-09-27T15:58:51.5262763Z Ran 210 tests in 0.459s 2022-09-27T15:58:51.5262946Z 2022-09-27T15:58:51.5263065Z OK (skipped=1) 2022-09-27T15:58:51.5263243Z 2022-09-27T15:58:51.5263382Z Generating XML reports... 2022-09-27T15:58:51.5338899Z Generated XML report: test-reports/python-unittest/test_maskedtensor/TEST-TestBinary-20220927155851.xml 2022-09-27T15:58:51.5343729Z Generated XML report: test-reports/python-unittest/test_maskedtensor/TEST-TestMatMul-20220927155851.xml 2022-09-27T15:58:51.5359654Z Generated XML report: test-reports/python-unittest/test_maskedtensor/TEST-TestReductions-20220927155851.xml 2022-09-27T15:58:51.5443905Z Generated XML report: test-reports/python-unittest/test_maskedtensor/TEST-TestUnary-20220927155851.xml 2022-09-27T15:58:51.9154646Z Running test_overrides ... [2022-09-27 15:58:51.915090] 2022-09-27T15:58:51.9155219Z Executing ['/opt/conda/bin/python', '-bb', 'test_overrides.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:58:51.915176] 2022-09-27T15:58:53.1506730Z Test results will be stored in test-reports/python-unittest/test_overrides 2022-09-27T15:58:53.1581710Z 2022-09-27T15:58:53.1582166Z Running tests... 2022-09-27T15:58:53.1582649Z ---------------------------------------------------------------------- 2022-09-27T15:58:53.3982408Z test_broadcast_all (__main__.TestBroadcastAllOverride) ... ok (0.240s) 2022-09-27T15:58:53.3996909Z test_parameter_does_not_prevent_dispatch (__main__.TestDisabledTorchFunction) ... ok (0.001s) 2022-09-27T15:58:53.4020470Z test_wrapper (__main__.TestEinsumOverride) ... ok (0.002s) 2022-09-27T15:58:53.4171146Z test_gradcheck (__main__.TestGradCheckOverride) ... ok (0.015s) 2022-09-27T15:58:53.4181332Z test_newones (__main__.TestGradNewOnesOverride) ... ok (0.001s) 2022-09-27T15:58:53.4192254Z test_getitem (__main__.TestIndexing) ... ok (0.001s) 2022-09-27T15:58:53.4204075Z test_getitem_subclass (__main__.TestIndexing) ... ok (0.001s) 2022-09-27T15:58:53.4215694Z test_setitem (__main__.TestIndexing) ... ok (0.001s) 2022-09-27T15:58:53.4226584Z test_setitem_subclass (__main__.TestIndexing) ... ok (0.001s) 2022-09-27T15:58:53.4236859Z test_setitem_val (__main__.TestIndexing) ... ok (0.001s) 2022-09-27T15:58:53.4246236Z test_iterator (__main__.TestIterator) ... ok (0.001s) 2022-09-27T15:58:53.4260503Z test_max (__main__.TestNamedTuple) ... ok (0.001s) 2022-09-27T15:58:53.4273847Z test_pickle (__main__.TestPickle) ... ok (0.001s) 2022-09-27T15:58:53.4291605Z test_rnn (__main__.TestRNN) ... ok (0.002s) 2022-09-27T15:58:53.5191108Z test_resolve_name (__main__.TestResolveName) ... ok (0.090s) 2022-09-27T15:58:53.5200569Z test_all_same_mode (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T15:58:53.5213449Z test_all_same_mode_scope (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T15:58:53.5226592Z test_basic (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T15:58:53.5237819Z test_ctor_no_inner (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T15:58:53.5248843Z test_disable_enable_subclass (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T15:58:53.5260961Z test_disable_subclass_not_mode (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T15:58:53.5272930Z test_distributions_bernoulli (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T15:58:53.5283725Z test_enable_torch_function_mode_ignore_preexisting (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T15:58:53.5294566Z test_enable_torch_function_mode_replace (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T15:58:53.5303555Z test_enable_torch_function_mode_trivial (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T15:58:53.5311406Z test_enable_torch_function_mode_with_tensor_subclass (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T15:58:53.5322300Z test_error_using_class_method_on_mode (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T15:58:53.5331362Z test_error_using_same_mode (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T15:58:53.5338696Z test_error_with_ancestor (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T15:58:53.5353187Z test_factory_override (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T15:58:53.5369862Z test_find_outermost_mode (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-09-27T15:58:53.5385164Z test_mode_notimplemented_loop (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T15:58:53.5397003Z test_modes_handle_first (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T15:58:53.5411110Z test_modes_return_notimplemented (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T15:58:53.5421252Z test_nn_parse_to (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T15:58:53.5435774Z test_reentrant_mode_idiom (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T15:58:53.5445203Z test_restore_ancestor_mode (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T15:58:53.5457627Z test_restore_errors (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T15:58:53.5473769Z test_subclass_hash (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-09-27T15:58:53.5482426Z test_with_mode (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T15:58:53.5492046Z test_with_mode_created_separately (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T15:58:53.5503473Z test_with_nested_modes (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-09-27T15:58:53.5512391Z test_Tensor___add__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.5520589Z test_Tensor___and__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.5528944Z test_Tensor___array__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.5536764Z test_Tensor___array_wrap__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.5544983Z test_Tensor___bool__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.5553098Z test_Tensor___complex__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.5561092Z test_Tensor___contains__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.5569538Z test_Tensor___cuda_array_interface_____get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.5578259Z test_Tensor___deepcopy__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.5586154Z test_Tensor___div__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.5594968Z test_Tensor___dlpack__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.5602996Z test_Tensor___dlpack_device__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.5611500Z test_Tensor___eq__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.5619106Z test_Tensor___float__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.5626966Z test_Tensor___floordiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.5634948Z test_Tensor___format__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.5642628Z test_Tensor___ge__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.5650835Z test_Tensor___getitem__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.5658797Z test_Tensor___gt__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.5667482Z test_Tensor___iadd__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.5675558Z test_Tensor___iand__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.5683592Z test_Tensor___idiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.5692467Z test_Tensor___ifloordiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.5700103Z test_Tensor___ilshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.5707905Z test_Tensor___imod__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.5715734Z test_Tensor___imul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.5723448Z test_Tensor___index__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.5731819Z test_Tensor___int__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.5739764Z test_Tensor___invert__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.5747978Z test_Tensor___ior__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.5756155Z test_Tensor___irshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.5764463Z test_Tensor___isub__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.5772951Z test_Tensor___ixor__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.5781157Z test_Tensor___le__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.5789135Z test_Tensor___len__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.5796986Z test_Tensor___long__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.5804956Z test_Tensor___lshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.5812761Z test_Tensor___lt__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.5820750Z test_Tensor___matmul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.5828457Z test_Tensor___mod__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.5836385Z test_Tensor___mul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.5844329Z test_Tensor___ne__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.5852762Z test_Tensor___nonzero__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.5861130Z test_Tensor___or__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.5868745Z test_Tensor___radd__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.5876823Z test_Tensor___rand__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.5884683Z test_Tensor___rdiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.5892674Z test_Tensor___reduce_ex__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.5900431Z test_Tensor___repr__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.5908238Z test_Tensor___reversed__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.5916182Z test_Tensor___rfloordiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.5924133Z test_Tensor___rlshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.5932280Z test_Tensor___rmatmul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.5940674Z test_Tensor___rmod__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.5948897Z test_Tensor___rmul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.5956987Z test_Tensor___ror__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.5965032Z test_Tensor___rpow__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.5973556Z test_Tensor___rrshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.5982011Z test_Tensor___rshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.5990423Z test_Tensor___rsub__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.5998613Z test_Tensor___rxor__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6006427Z test_Tensor___setitem__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6014607Z test_Tensor___setstate__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6022668Z test_Tensor___sub__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6030917Z test_Tensor___truediv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6039147Z test_Tensor___xor__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6047151Z test_Tensor__autocast_to_full_precision (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6055515Z test_Tensor__autocast_to_reduced_precision (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6063569Z test_Tensor__coalesced_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6071546Z test_Tensor__dimI (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6079598Z test_Tensor__dimV (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6087657Z test_Tensor__indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6095980Z test_Tensor__is_view (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6104118Z test_Tensor__nested_tensor_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6112238Z test_Tensor__nnz (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6120277Z test_Tensor__storage (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6128406Z test_Tensor__to_dense (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6136781Z test_Tensor__update_names (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6144762Z test_Tensor__values (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6152780Z test_Tensor_abs (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6160832Z test_Tensor_abs_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6168886Z test_Tensor_absolute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6177195Z test_Tensor_absolute_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6185195Z test_Tensor_acos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6193457Z test_Tensor_acos_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6201616Z test_Tensor_acosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6209945Z test_Tensor_acosh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6218114Z test_Tensor_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6226351Z test_Tensor_add_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6234671Z test_Tensor_addbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6243020Z test_Tensor_addbmm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6251543Z test_Tensor_addcdiv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6259849Z test_Tensor_addcdiv_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6268221Z test_Tensor_addcmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6276412Z test_Tensor_addcmul_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6284787Z test_Tensor_addmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6293418Z test_Tensor_addmm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6301778Z test_Tensor_addmv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6310030Z test_Tensor_addmv_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6318307Z test_Tensor_addr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6326646Z test_Tensor_addr_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6335096Z test_Tensor_adjoint (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6343297Z test_Tensor_align_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6351487Z test_Tensor_align_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6359628Z test_Tensor_all (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6367923Z test_Tensor_allclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6376456Z test_Tensor_amax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6384707Z test_Tensor_amin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6393014Z test_Tensor_aminmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6401230Z test_Tensor_angle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6409644Z test_Tensor_any (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6418012Z test_Tensor_apply_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6426258Z test_Tensor_arccos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6434371Z test_Tensor_arccos_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6442564Z test_Tensor_arccosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6450869Z test_Tensor_arccosh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6458995Z test_Tensor_arcsin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6467094Z test_Tensor_arcsin_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6484458Z test_Tensor_arcsinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6484932Z test_Tensor_arcsinh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6491462Z test_Tensor_arctan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6499351Z test_Tensor_arctan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6507334Z test_Tensor_arctan2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6515595Z test_Tensor_arctan_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6523531Z test_Tensor_arctanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6531403Z test_Tensor_arctanh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6539275Z test_Tensor_argmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6547116Z test_Tensor_argmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6555170Z test_Tensor_argsort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6563011Z test_Tensor_argwhere (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6571112Z test_Tensor_as_strided (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6578993Z test_Tensor_as_strided_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6587099Z test_Tensor_as_strided_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6594830Z test_Tensor_asin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6602610Z test_Tensor_asin_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6610474Z test_Tensor_asinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6618107Z test_Tensor_asinh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6625856Z test_Tensor_atan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6633619Z test_Tensor_atan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6641291Z test_Tensor_atan2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6649173Z test_Tensor_atan_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6657028Z test_Tensor_atanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6664712Z test_Tensor_atanh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6672562Z test_Tensor_backward (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6680466Z test_Tensor_baddbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6688562Z test_Tensor_baddbmm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6696736Z test_Tensor_bernoulli (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6704978Z test_Tensor_bernoulli_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6712916Z test_Tensor_bfloat16 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6721399Z test_Tensor_bincount (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6730116Z test_Tensor_bitwise_and (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6737429Z test_Tensor_bitwise_and_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6745377Z test_Tensor_bitwise_left_shift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6753102Z test_Tensor_bitwise_left_shift_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6760896Z test_Tensor_bitwise_not (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6768639Z test_Tensor_bitwise_not_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6776636Z test_Tensor_bitwise_or (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6784521Z test_Tensor_bitwise_or_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6792481Z test_Tensor_bitwise_right_shift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6800429Z test_Tensor_bitwise_right_shift_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6808264Z test_Tensor_bitwise_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6816338Z test_Tensor_bitwise_xor_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6824098Z test_Tensor_bmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6831871Z test_Tensor_bool (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6839676Z test_Tensor_broadcast_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6847561Z test_Tensor_byte (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6855932Z test_Tensor_cauchy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6863636Z test_Tensor_ccol_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6871437Z test_Tensor_cdouble (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6879297Z test_Tensor_ceil (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6887129Z test_Tensor_ceil_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6895464Z test_Tensor_cfloat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6903096Z test_Tensor_chalf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6910889Z test_Tensor_char (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6918710Z test_Tensor_cholesky (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6926524Z test_Tensor_cholesky_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6934626Z test_Tensor_cholesky_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6942499Z test_Tensor_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6950241Z test_Tensor_clamp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6958206Z test_Tensor_clamp_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6966202Z test_Tensor_clamp_max (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6974294Z test_Tensor_clamp_max_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6982149Z test_Tensor_clamp_min (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6990159Z test_Tensor_clamp_min_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.6998176Z test_Tensor_clip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7006163Z test_Tensor_clip_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7014299Z test_Tensor_clone (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7022161Z test_Tensor_coalesce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7030022Z test_Tensor_col_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7037894Z test_Tensor_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7045642Z test_Tensor_conj_physical (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7053735Z test_Tensor_conj_physical_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7061564Z test_Tensor_contiguous (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7069402Z test_Tensor_copy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7077379Z test_Tensor_copysign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7085395Z test_Tensor_copysign_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7093488Z test_Tensor_corrcoef (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7101249Z test_Tensor_cos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7109065Z test_Tensor_cos_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7116900Z test_Tensor_cosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7124693Z test_Tensor_cosh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7132837Z test_Tensor_count_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7141390Z test_Tensor_cov (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7148691Z test_Tensor_cpu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7157114Z test_Tensor_cross (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7165038Z test_Tensor_crow_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7173614Z test_Tensor_cuda (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7181984Z test_Tensor_cummax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7189782Z test_Tensor_cummin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7197684Z test_Tensor_cumprod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7205546Z test_Tensor_cumprod_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7213335Z test_Tensor_cumsum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7220934Z test_Tensor_cumsum_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7228506Z test_Tensor_data_ptr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7236095Z test_Tensor_deg2rad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7243605Z test_Tensor_deg2rad_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7251349Z test_Tensor_dense_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7258820Z test_Tensor_dequantize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7266336Z test_Tensor_det (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7273842Z test_Tensor_detach (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7281387Z test_Tensor_detach_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7289240Z test_Tensor_diag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7296995Z test_Tensor_diag_embed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7304760Z test_Tensor_diagflat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7312412Z test_Tensor_diagonal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7320182Z test_Tensor_diagonal_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7327822Z test_Tensor_diff (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7335664Z test_Tensor_digamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7343270Z test_Tensor_digamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7350803Z test_Tensor_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7358489Z test_Tensor_dist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7366075Z test_Tensor_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7373924Z test_Tensor_div_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7381654Z test_Tensor_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7389999Z test_Tensor_divide_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7397533Z test_Tensor_dot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7405520Z test_Tensor_double (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7413613Z test_Tensor_dsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7421217Z test_Tensor_element_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7428734Z test_Tensor_eq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7436324Z test_Tensor_eq_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7444077Z test_Tensor_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7452026Z test_Tensor_erf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7459577Z test_Tensor_erf_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7467176Z test_Tensor_erfc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7474853Z test_Tensor_erfc_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7482469Z test_Tensor_erfinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7490814Z test_Tensor_erfinv_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7497930Z test_Tensor_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7505523Z test_Tensor_exp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7513220Z test_Tensor_exp2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7520715Z test_Tensor_exp_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7528409Z test_Tensor_expand (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7536293Z test_Tensor_expand_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7543882Z test_Tensor_expm1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7551486Z test_Tensor_expm1_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7559178Z test_Tensor_exponential_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7566887Z test_Tensor_fill_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7574914Z test_Tensor_fill_diagonal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7582602Z test_Tensor_fix (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7590341Z test_Tensor_fix_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7598092Z test_Tensor_flatten (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7605846Z test_Tensor_flip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7613709Z test_Tensor_fliplr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7621248Z test_Tensor_flipud (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7628968Z test_Tensor_float (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7636728Z test_Tensor_float_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7644653Z test_Tensor_float_power_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7652562Z test_Tensor_floor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7660390Z test_Tensor_floor_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7667875Z test_Tensor_floor_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7675454Z test_Tensor_floor_divide_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7683039Z test_Tensor_fmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7690972Z test_Tensor_fmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7698585Z test_Tensor_fmod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7706198Z test_Tensor_fmod_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7713731Z test_Tensor_frac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7721244Z test_Tensor_frac_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7728837Z test_Tensor_frexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7736739Z test_Tensor_gather (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7744353Z test_Tensor_gcd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7751952Z test_Tensor_gcd_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7759535Z test_Tensor_ge (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7767200Z test_Tensor_ge_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7775060Z test_Tensor_geometric_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7782874Z test_Tensor_geqrf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7790566Z test_Tensor_ger (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7798261Z test_Tensor_get_device (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7805966Z test_Tensor_greater (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7813842Z test_Tensor_greater_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7821829Z test_Tensor_greater_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7829650Z test_Tensor_greater_equal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7837004Z test_Tensor_gt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7844609Z test_Tensor_gt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7852590Z test_Tensor_half (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7860522Z test_Tensor_hardshrink (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7868255Z test_Tensor_has_names (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7875935Z test_Tensor_heaviside (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7883490Z test_Tensor_heaviside_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7891348Z test_Tensor_histc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7899345Z test_Tensor_histogram (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7906721Z test_Tensor_hsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7914598Z test_Tensor_hypot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7922202Z test_Tensor_hypot_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7929695Z test_Tensor_i0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7937172Z test_Tensor_i0_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7944734Z test_Tensor_igamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7952372Z test_Tensor_igamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7959989Z test_Tensor_igammac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7967621Z test_Tensor_igammac_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7975582Z test_Tensor_index_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7983196Z test_Tensor_index_add_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7990833Z test_Tensor_index_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.7998499Z test_Tensor_index_copy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8006313Z test_Tensor_index_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8014289Z test_Tensor_index_fill_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8021992Z test_Tensor_index_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8029546Z test_Tensor_index_put_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8037250Z test_Tensor_index_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8044953Z test_Tensor_index_reduce_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8052785Z test_Tensor_index_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8060283Z test_Tensor_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8067927Z test_Tensor_inner (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8075484Z test_Tensor_int (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8083087Z test_Tensor_int_repr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8090776Z test_Tensor_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8098412Z test_Tensor_ipu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8105957Z test_Tensor_is_coalesced (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8113404Z test_Tensor_is_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8121015Z test_Tensor_is_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8128486Z test_Tensor_is_contiguous (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8136236Z test_Tensor_is_distributed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8143982Z test_Tensor_is_floating_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8152153Z test_Tensor_is_inference (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8159423Z test_Tensor_is_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8166806Z test_Tensor_is_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8174970Z test_Tensor_is_pinned (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8182461Z test_Tensor_is_same_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8190037Z test_Tensor_is_set_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8197839Z test_Tensor_is_shared (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8205339Z test_Tensor_is_signed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8213068Z test_Tensor_isclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8220777Z test_Tensor_isfinite (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8229218Z test_Tensor_isinf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8237289Z test_Tensor_isnan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8244864Z test_Tensor_isneginf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8252646Z test_Tensor_isposinf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8260423Z test_Tensor_isreal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8267937Z test_Tensor_istft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8275450Z test_Tensor_item (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8283075Z test_Tensor_kron (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8291024Z test_Tensor_kthvalue (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8298634Z test_Tensor_lcm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8306237Z test_Tensor_lcm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8313867Z test_Tensor_ldexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8321604Z test_Tensor_ldexp_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8329322Z test_Tensor_le (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8336941Z test_Tensor_le_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8344668Z test_Tensor_lerp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8352316Z test_Tensor_lerp_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8359984Z test_Tensor_less (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8367551Z test_Tensor_less_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8375405Z test_Tensor_less_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8383038Z test_Tensor_less_equal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8390589Z test_Tensor_lgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8398296Z test_Tensor_lgamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8405736Z test_Tensor_log (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8413684Z test_Tensor_log10 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8421432Z test_Tensor_log10_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8429199Z test_Tensor_log1p (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8436837Z test_Tensor_log1p_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8444694Z test_Tensor_log2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8452403Z test_Tensor_log2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8460072Z test_Tensor_log_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8467981Z test_Tensor_log_normal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8475771Z test_Tensor_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8483488Z test_Tensor_logaddexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8491476Z test_Tensor_logaddexp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8499190Z test_Tensor_logcumsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8506911Z test_Tensor_logdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8514675Z test_Tensor_logical_and (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8522408Z test_Tensor_logical_and_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8530211Z test_Tensor_logical_not (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8538040Z test_Tensor_logical_not_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8545898Z test_Tensor_logical_or (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8553610Z test_Tensor_logical_or_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8561368Z test_Tensor_logical_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8569295Z test_Tensor_logical_xor_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8577134Z test_Tensor_logit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8584865Z test_Tensor_logit_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8592721Z test_Tensor_logsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8600454Z test_Tensor_long (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8608197Z test_Tensor_lstsq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8616282Z test_Tensor_lt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8623957Z test_Tensor_lt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8631812Z test_Tensor_lu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8639585Z test_Tensor_lu_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8647438Z test_Tensor_map2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8655452Z test_Tensor_map_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8663137Z test_Tensor_masked_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8670708Z test_Tensor_masked_fill_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8678312Z test_Tensor_masked_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8686079Z test_Tensor_masked_scatter_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8693861Z test_Tensor_masked_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8701439Z test_Tensor_matmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8709095Z test_Tensor_matrix_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8716860Z test_Tensor_matrix_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8724659Z test_Tensor_max (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8732560Z test_Tensor_maximum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8740369Z test_Tensor_mean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8748246Z test_Tensor_median (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8755979Z test_Tensor_min (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8763681Z test_Tensor_minimum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8771548Z test_Tensor_mm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8779283Z test_Tensor_mode (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8786968Z test_Tensor_moveaxis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8794879Z test_Tensor_movedim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8802530Z test_Tensor_msort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8810296Z test_Tensor_mul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8818038Z test_Tensor_mul_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8825796Z test_Tensor_multinomial (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8833610Z test_Tensor_multiply (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8841343Z test_Tensor_multiply_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8849647Z test_Tensor_mv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8857133Z test_Tensor_mvlgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8864854Z test_Tensor_mvlgamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8872491Z test_Tensor_nan_to_num (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8880155Z test_Tensor_nan_to_num_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8887830Z test_Tensor_nanmean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8895744Z test_Tensor_nanmedian (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8903601Z test_Tensor_nanquantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8911477Z test_Tensor_nansum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8919342Z test_Tensor_narrow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8927288Z test_Tensor_narrow_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8935256Z test_Tensor_ndimension (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8942972Z test_Tensor_ne (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8950761Z test_Tensor_ne_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8958674Z test_Tensor_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8966368Z test_Tensor_neg_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8974364Z test_Tensor_negative (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8982046Z test_Tensor_negative_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8989827Z test_Tensor_nelement (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.8997601Z test_Tensor_nextafter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9005475Z test_Tensor_nextafter_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9013492Z test_Tensor_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9021323Z test_Tensor_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9029249Z test_Tensor_normal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9037048Z test_Tensor_not_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9044944Z test_Tensor_not_equal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9052845Z test_Tensor_numel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9060942Z test_Tensor_numpy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9068684Z test_Tensor_orgqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9076458Z test_Tensor_ormqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9084454Z test_Tensor_outer (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9092562Z test_Tensor_permute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9100452Z test_Tensor_pin_memory (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9108331Z test_Tensor_pinverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9116203Z test_Tensor_polygamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9124185Z test_Tensor_polygamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9132309Z test_Tensor_positive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9140243Z test_Tensor_pow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9148185Z test_Tensor_pow_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9156087Z test_Tensor_prelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9164079Z test_Tensor_prod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9172269Z test_Tensor_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9180165Z test_Tensor_put_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9188054Z test_Tensor_q_per_channel_axis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9195948Z test_Tensor_q_per_channel_scales (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9203794Z test_Tensor_q_per_channel_zero_points (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9211835Z test_Tensor_q_scale (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9219779Z test_Tensor_q_zero_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9227735Z test_Tensor_qr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9235558Z test_Tensor_qscheme (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9243538Z test_Tensor_quantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9251637Z test_Tensor_rad2deg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9259480Z test_Tensor_rad2deg_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9267447Z test_Tensor_random_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9275333Z test_Tensor_ravel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9283150Z test_Tensor_reciprocal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9291215Z test_Tensor_reciprocal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9299255Z test_Tensor_record_stream (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9307137Z test_Tensor_refine_names (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9315053Z test_Tensor_register_hook (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9322945Z test_Tensor_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9331016Z test_Tensor_relu_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9339033Z test_Tensor_remainder (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9346782Z test_Tensor_remainder_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9354669Z test_Tensor_rename (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9362665Z test_Tensor_rename_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9370821Z test_Tensor_renorm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9378651Z test_Tensor_renorm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9386504Z test_Tensor_repeat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9394817Z test_Tensor_repeat_interleave (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9402550Z test_Tensor_requires_grad_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9410517Z test_Tensor_reshape (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9418562Z test_Tensor_reshape_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9426402Z test_Tensor_resize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9434380Z test_Tensor_resize_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9442321Z test_Tensor_resize_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9450468Z test_Tensor_resize_as_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9458450Z test_Tensor_resize_as_sparse_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9466285Z test_Tensor_resolve_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9474111Z test_Tensor_resolve_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9482052Z test_Tensor_retain_grad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9490072Z test_Tensor_roll (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9498197Z test_Tensor_rot90 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9506068Z test_Tensor_round (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9513997Z test_Tensor_round_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9521900Z test_Tensor_row_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9529958Z test_Tensor_rsqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9537821Z test_Tensor_rsqrt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9545975Z test_Tensor_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9554032Z test_Tensor_scatter_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9562007Z test_Tensor_scatter_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9570104Z test_Tensor_scatter_add_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9578144Z test_Tensor_scatter_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9586076Z test_Tensor_scatter_reduce_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9593977Z test_Tensor_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9601945Z test_Tensor_select_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9610913Z test_Tensor_set_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9618838Z test_Tensor_sgn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9626687Z test_Tensor_sgn_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9634597Z test_Tensor_share_memory_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9642567Z test_Tensor_short (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9650626Z test_Tensor_sigmoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9658478Z test_Tensor_sigmoid_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9666297Z test_Tensor_sign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9674164Z test_Tensor_sign_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9682039Z test_Tensor_signbit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9690011Z test_Tensor_sin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9697914Z test_Tensor_sin_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9705811Z test_Tensor_sinc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9713642Z test_Tensor_sinc_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9721533Z test_Tensor_sinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9729541Z test_Tensor_sinh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9737618Z test_Tensor_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9745758Z test_Tensor_slice_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9753723Z test_Tensor_slogdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9761664Z test_Tensor_smm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9769767Z test_Tensor_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9777965Z test_Tensor_sort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9786006Z test_Tensor_sparse_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9793913Z test_Tensor_sparse_mask (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9801750Z test_Tensor_sparse_resize_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9809366Z test_Tensor_sparse_resize_and_clear_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9816989Z test_Tensor_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9824915Z test_Tensor_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9832421Z test_Tensor_sqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9839857Z test_Tensor_sqrt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9847414Z test_Tensor_square (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9855845Z test_Tensor_square_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9862806Z test_Tensor_squeeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9870423Z test_Tensor_squeeze_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9878130Z test_Tensor_sspaddmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9885964Z test_Tensor_std (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9893886Z test_Tensor_stft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9901565Z test_Tensor_storage (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9909328Z test_Tensor_storage_offset (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9916991Z test_Tensor_storage_type (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9924517Z test_Tensor_sub (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9932331Z test_Tensor_sub_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9939951Z test_Tensor_subtract (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9947700Z test_Tensor_subtract_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9955492Z test_Tensor_sum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9963075Z test_Tensor_sum_to_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9970853Z test_Tensor_svd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9978414Z test_Tensor_swapaxes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9986001Z test_Tensor_swapaxes_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:53.9993544Z test_Tensor_swapdims (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0001114Z test_Tensor_swapdims_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0008786Z test_Tensor_symeig (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0016568Z test_Tensor_t (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0024136Z test_Tensor_t_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0031698Z test_Tensor_take (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0039311Z test_Tensor_take_along_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0046845Z test_Tensor_tan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0054605Z test_Tensor_tan_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0062152Z test_Tensor_tanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0069609Z test_Tensor_tanh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0077185Z test_Tensor_tensor_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0084703Z test_Tensor_tile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0092503Z test_Tensor_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0100060Z test_Tensor_to_dense (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0107643Z test_Tensor_to_mkldnn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0115225Z test_Tensor_to_sparse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0122801Z test_Tensor_tolist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0130763Z test_Tensor_topk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0138259Z test_Tensor_trace (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0145734Z test_Tensor_transpose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0153266Z test_Tensor_transpose_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0160858Z test_Tensor_triangular_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0168450Z test_Tensor_tril (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0176314Z test_Tensor_tril_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0183892Z test_Tensor_triu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0191430Z test_Tensor_triu_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0199107Z test_Tensor_true_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0206863Z test_Tensor_true_divide_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0214608Z test_Tensor_trunc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0222035Z test_Tensor_trunc_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0229709Z test_Tensor_type (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0237227Z test_Tensor_type_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0244710Z test_Tensor_unbind (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0252477Z test_Tensor_unfold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0260129Z test_Tensor_uniform_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0267565Z test_Tensor_unique (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0275119Z test_Tensor_unique_consecutive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0282705Z test_Tensor_unsafe_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0290452Z test_Tensor_unsafe_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0298177Z test_Tensor_unsafe_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0305843Z test_Tensor_unsqueeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0313619Z test_Tensor_unsqueeze_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0321042Z test_Tensor_values (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0328810Z test_Tensor_var (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0336627Z test_Tensor_vdot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0344212Z test_Tensor_view (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0351755Z test_Tensor_view_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0359425Z test_Tensor_vsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0367020Z test_Tensor_where (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0374857Z test_Tensor_xlogy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0382359Z test_Tensor_xlogy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0390060Z test_Tensor_xpu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0397680Z test_Tensor_zero_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0405317Z test__TensorBase_H___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0413167Z test__TensorBase_T___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0420686Z test__TensorBase__backward_hooks___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0428202Z test__TensorBase__base___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0435737Z test__TensorBase__cdata___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0443240Z test__TensorBase__grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0451138Z test__TensorBase__grad_fn___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0458477Z test__TensorBase__version___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0465933Z test__TensorBase_data___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0473509Z test__TensorBase_device___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0481030Z test__TensorBase_dtype___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0488597Z test__TensorBase_grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0496414Z test__TensorBase_grad_fn___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0503950Z test__TensorBase_imag___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0511508Z test__TensorBase_is_cpu___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0519012Z test__TensorBase_is_cuda___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0526598Z test__TensorBase_is_ipu___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0534467Z test__TensorBase_is_leaf___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0542025Z test__TensorBase_is_meta___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0549724Z test__TensorBase_is_mkldnn___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0557374Z test__TensorBase_is_mps___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0564945Z test__TensorBase_is_nested___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0572888Z test__TensorBase_is_ort___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0580572Z test__TensorBase_is_quantized___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0588207Z test__TensorBase_is_sparse___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0596289Z test__TensorBase_is_sparse_csr___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0603825Z test__TensorBase_is_vulkan___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0611492Z test__TensorBase_is_xpu___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0619159Z test__TensorBase_layout___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0627011Z test__TensorBase_mH___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0634780Z test__TensorBase_mT___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0642697Z test__TensorBase_name___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0650697Z test__TensorBase_names___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0658772Z test__TensorBase_ndim___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0667518Z test__TensorBase_output_nr___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0675489Z test__TensorBase_real___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0683449Z test__TensorBase_requires_grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0691904Z test__TensorBase_retains_grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0699986Z test__TensorBase_shape___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0707908Z test__TensorBase_volatile___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0716383Z test_base (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0728753Z test_grad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0737876Z test_mean_semantics (__main__.TestTorchFunctionOverride) 2022-09-27T15:58:54.0745173Z Test that a function with one argument can be overrided ... ok (0.002s) 2022-09-27T15:58:54.0757668Z test_mm_semantics (__main__.TestTorchFunctionOverride) 2022-09-27T15:58:54.0767355Z Test that a function with multiple arguments can be overrided ... ok (0.002s) 2022-09-27T15:58:54.0778324Z test_pow_rpow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0801221Z test_precedence_semantics (__main__.TestTorchFunctionOverride) 2022-09-27T15:58:54.0814447Z Test semantics for __torch_function__ for functions that take ... ok (0.004s) 2022-09-27T15:58:54.0825911Z test_tensor_subclass_propagation (__main__.TestTorchFunctionOverride) 2022-09-27T15:58:54.0833292Z this test exercises the functionality described in ... ok (0.002s) 2022-09-27T15:58:54.0840933Z test_torch__C__fft_fft_fft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0848919Z test_torch__C__fft_fft_fft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0856267Z test_torch__C__fft_fft_fftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0863739Z test_torch__C__fft_fft_fftshift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0871195Z test_torch__C__fft_fft_hfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0878496Z test_torch__C__fft_fft_hfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0885855Z test_torch__C__fft_fft_hfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0893402Z test_torch__C__fft_fft_ifft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0900694Z test_torch__C__fft_fft_ifft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0908097Z test_torch__C__fft_fft_ifftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0915385Z test_torch__C__fft_fft_ifftshift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0922981Z test_torch__C__fft_fft_ihfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0930645Z test_torch__C__fft_fft_ihfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0938033Z test_torch__C__fft_fft_ihfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0945519Z test_torch__C__fft_fft_irfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0953006Z test_torch__C__fft_fft_irfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0960194Z test_torch__C__fft_fft_irfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0967187Z test_torch__C__fft_fft_rfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0974362Z test_torch__C__fft_fft_rfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0981142Z test_torch__C__fft_fft_rfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0988162Z test_torch__C__linalg_linalg_cholesky (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.0994977Z test_torch__C__linalg_linalg_cholesky_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1001722Z test_torch__C__linalg_linalg_cond (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1008519Z test_torch__C__linalg_linalg_cross (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1015589Z test_torch__C__linalg_linalg_det (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1022327Z test_torch__C__linalg_linalg_diagonal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1029128Z test_torch__C__linalg_linalg_eig (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1035990Z test_torch__C__linalg_linalg_eigh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1042703Z test_torch__C__linalg_linalg_eigvals (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1049559Z test_torch__C__linalg_linalg_eigvalsh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1056476Z test_torch__C__linalg_linalg_householder_product (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1063279Z test_torch__C__linalg_linalg_inv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1070047Z test_torch__C__linalg_linalg_inv_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1076844Z test_torch__C__linalg_linalg_ldl_factor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1083640Z test_torch__C__linalg_linalg_ldl_factor_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1090648Z test_torch__C__linalg_linalg_ldl_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1097387Z test_torch__C__linalg_linalg_lstsq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1104313Z test_torch__C__linalg_linalg_lu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1111050Z test_torch__C__linalg_linalg_lu_factor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1118017Z test_torch__C__linalg_linalg_lu_factor_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1124707Z test_torch__C__linalg_linalg_lu_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1131840Z test_torch__C__linalg_linalg_matmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1138565Z test_torch__C__linalg_linalg_matrix_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1145540Z test_torch__C__linalg_linalg_matrix_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1152387Z test_torch__C__linalg_linalg_matrix_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1159208Z test_torch__C__linalg_linalg_matrix_rank (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1166327Z test_torch__C__linalg_linalg_multi_dot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1173977Z test_torch__C__linalg_linalg_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1181470Z test_torch__C__linalg_linalg_pinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1188982Z test_torch__C__linalg_linalg_qr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1196295Z test_torch__C__linalg_linalg_slogdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1203781Z test_torch__C__linalg_linalg_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1211412Z test_torch__C__linalg_linalg_solve_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1218589Z test_torch__C__linalg_linalg_solve_triangular (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1225416Z test_torch__C__linalg_linalg_svd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1232236Z test_torch__C__linalg_linalg_svdvals (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1239050Z test_torch__C__linalg_linalg_tensorinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1245883Z test_torch__C__linalg_linalg_tensorsolve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1252859Z test_torch__C__linalg_linalg_vander (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1259651Z test_torch__C__linalg_linalg_vecdot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1266619Z test_torch__C__linalg_linalg_vector_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1273628Z test_torch__C__nn_avg_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1280502Z test_torch__C__nn_avg_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1287381Z test_torch__C__nn_gelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1294375Z test_torch__C__nn_linear (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1301265Z test_torch__C__nn_log_sigmoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1308109Z test_torch__C__nn_one_hot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1315004Z test_torch__C__nn_softplus (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1322060Z test_torch__C__nn_softshrink (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1328792Z test_torch__C__special_special_airy_ai (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1335826Z test_torch__C__special_special_bessel_j0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1342600Z test_torch__C__special_special_bessel_j1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1349306Z test_torch__C__special_special_bessel_y0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1356178Z test_torch__C__special_special_bessel_y1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1362836Z test_torch__C__special_special_chebyshev_polynomial_t (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1369945Z test_torch__C__special_special_chebyshev_polynomial_u (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1376831Z test_torch__C__special_special_chebyshev_polynomial_v (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1383762Z test_torch__C__special_special_chebyshev_polynomial_w (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1390646Z test_torch__C__special_special_digamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1397578Z test_torch__C__special_special_entr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1404082Z test_torch__C__special_special_erf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1411050Z test_torch__C__special_special_erfc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1418263Z test_torch__C__special_special_erfcx (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1425241Z test_torch__C__special_special_erfinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1432598Z test_torch__C__special_special_exp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1439863Z test_torch__C__special_special_expit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1447187Z test_torch__C__special_special_expm1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1454774Z test_torch__C__special_special_gammainc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1462245Z test_torch__C__special_special_gammaincc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1469619Z test_torch__C__special_special_gammaln (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1477977Z test_torch__C__special_special_hermite_polynomial_h (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1486234Z test_torch__C__special_special_hermite_polynomial_he (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1494572Z test_torch__C__special_special_i0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1502656Z test_torch__C__special_special_i0e (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1509430Z test_torch__C__special_special_i1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1516207Z test_torch__C__special_special_i1e (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1523151Z test_torch__C__special_special_laguerre_polynomial_l (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1530179Z test_torch__C__special_special_legendre_polynomial_p (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1537008Z test_torch__C__special_special_log1p (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1543822Z test_torch__C__special_special_log_ndtr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1550746Z test_torch__C__special_special_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1557501Z test_torch__C__special_special_logit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1564372Z test_torch__C__special_special_logsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1571422Z test_torch__C__special_special_modified_bessel_i0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1578620Z test_torch__C__special_special_modified_bessel_i1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1586047Z test_torch__C__special_special_modified_bessel_k0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1593421Z test_torch__C__special_special_modified_bessel_k1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1600724Z test_torch__C__special_special_multigammaln (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1608024Z test_torch__C__special_special_ndtr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1615614Z test_torch__C__special_special_ndtri (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1622542Z test_torch__C__special_special_polygamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1629432Z test_torch__C__special_special_psi (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1636347Z test_torch__C__special_special_round (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1643215Z test_torch__C__special_special_scaled_modified_bessel_k0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1650188Z test_torch__C__special_special_scaled_modified_bessel_k1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1657161Z test_torch__C__special_special_shifted_chebyshev_polynomial_t (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1664114Z test_torch__C__special_special_shifted_chebyshev_polynomial_u (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1671061Z test_torch__C__special_special_shifted_chebyshev_polynomial_v (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1678163Z test_torch__C__special_special_shifted_chebyshev_polynomial_w (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1685091Z test_torch__C__special_special_sinc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1692132Z test_torch__C__special_special_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1698974Z test_torch__C__special_special_spherical_bessel_j0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1705613Z test_torch__C__special_special_xlog1py (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1712482Z test_torch__C__special_special_xlogy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1719339Z test_torch__C__special_special_zeta (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1726254Z test_torch__assert_async (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1733493Z test_torch__conj_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1740316Z test_torch__fw_primal_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1747061Z test_torch__indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1753950Z test_torch__lobpcg_lobpcg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1760768Z test_torch__lowrank_pca_lowrank (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1767487Z test_torch__lowrank_svd_lowrank (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1774422Z test_torch__make_dual_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1781233Z test_torch__neg_view_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1787978Z test_torch__reshape_alias_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1794717Z test_torch__rowwise_prune (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1801641Z test_torch__sparse_broadcast_to_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1808327Z test_torch__values_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1815328Z test_torch_abs (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1822311Z test_torch_absolute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1829495Z test_torch_acos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1836805Z test_torch_acosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1844271Z test_torch_adaptive_avg_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1852125Z test_torch_adaptive_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1859307Z test_torch_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1866913Z test_torch_addbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1874246Z test_torch_addcdiv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1881415Z test_torch_addcmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1888464Z test_torch_addmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1895717Z test_torch_addmv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1902844Z test_torch_addr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1909746Z test_torch_adjoint (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1916474Z test_torch_affine_grid_generator (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1923329Z test_torch_alias_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1930362Z test_torch_all (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1937129Z test_torch_allclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1943871Z test_torch_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1950710Z test_torch_amax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1957485Z test_torch_amin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1964294Z test_torch_aminmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1971343Z test_torch_angle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1978224Z test_torch_any (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1985050Z test_torch_arccos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1991864Z test_torch_arccosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.1998793Z test_torch_arcsin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2005633Z test_torch_arcsinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2012717Z test_torch_arctan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2019536Z test_torch_arctan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2026385Z test_torch_arctanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2033177Z test_torch_argmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2039936Z test_torch_argmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2046807Z test_torch_argsort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2053776Z test_torch_argwhere (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2060566Z test_torch_as_strided_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2067522Z test_torch_as_strided_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2074309Z test_torch_asin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2081546Z test_torch_asinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2089207Z test_torch_atan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2096644Z test_torch_atan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2104084Z test_torch_atanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2111356Z test_torch_avg_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2118902Z test_torch_baddbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2126243Z test_torch_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2133626Z test_torch_batch_norm_backward_elemt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2140545Z test_torch_batch_norm_backward_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2147336Z test_torch_batch_norm_elemt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2154462Z test_torch_batch_norm_gather_stats (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2161572Z test_torch_batch_norm_gather_stats_with_counts (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2168422Z test_torch_batch_norm_stats (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2175558Z test_torch_batch_norm_update_stats (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2182547Z test_torch_bernoulli (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2189203Z test_torch_bilinear (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2195976Z test_torch_binary_cross_entropy_with_logits (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2202690Z test_torch_bincount (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2209475Z test_torch_binomial (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2216357Z test_torch_bitwise_and (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2223232Z test_torch_bitwise_left_shift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2230050Z test_torch_bitwise_not (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2236983Z test_torch_bitwise_or (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2243703Z test_torch_bitwise_right_shift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2250839Z test_torch_bitwise_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2257719Z test_torch_bmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2264611Z test_torch_broadcast_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2271401Z test_torch_bucketize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2278262Z test_torch_cat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2285073Z test_torch_ccol_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2292053Z test_torch_ceil (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2298809Z test_torch_celu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2305571Z test_torch_channel_shuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2312369Z test_torch_cholesky (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2319050Z test_torch_cholesky_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2325896Z test_torch_cholesky_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2333237Z test_torch_choose_qparams_optimized (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2340559Z test_torch_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2348067Z test_torch_clamp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2355525Z test_torch_clamp_max (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2363040Z test_torch_clamp_min (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2370594Z test_torch_clip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2377808Z test_torch_clone (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2384715Z test_torch_col_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2391818Z test_torch_column_stack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2398461Z test_torch_combinations (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2405358Z test_torch_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2412518Z test_torch_concat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2419315Z test_torch_concatenate (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2426088Z test_torch_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2433029Z test_torch_conj_physical (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2439904Z test_torch_constant_pad_nd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2446809Z test_torch_conv1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2453991Z test_torch_conv2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2460821Z test_torch_conv3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2467596Z test_torch_conv_tbc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2474440Z test_torch_conv_transpose1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2481425Z test_torch_conv_transpose2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2488306Z test_torch_conv_transpose3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2495399Z test_torch_convolution (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2502245Z test_torch_copysign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2508943Z test_torch_corrcoef (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2515720Z test_torch_cos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2522508Z test_torch_cosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2529493Z test_torch_cosine_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2536637Z test_torch_cosine_similarity (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2543406Z test_torch_count_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2550242Z test_torch_cov (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2557022Z test_torch_cross (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2563734Z test_torch_crow_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2570884Z test_torch_ctc_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2577830Z test_torch_cummax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2585038Z test_torch_cummin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2592423Z test_torch_cumprod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2599864Z test_torch_cumsum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2607550Z test_torch_cumulative_trapezoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2615234Z test_torch_deg2rad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2622566Z test_torch_dequantize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2629755Z test_torch_det (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2636813Z test_torch_detach (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2643736Z test_torch_detach_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2650752Z test_torch_diag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2657680Z test_torch_diag_embed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2664446Z test_torch_diagflat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2671182Z test_torch_diagonal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2678023Z test_torch_diagonal_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2685017Z test_torch_diagonal_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2692173Z test_torch_diff (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2699080Z test_torch_digamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2705863Z test_torch_dist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2712671Z test_torch_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2719447Z test_torch_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2726332Z test_torch_dot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2733572Z test_torch_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2740586Z test_torch_dsmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2747470Z test_torch_dsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2754581Z test_torch_dstack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2761680Z test_torch_embedding (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2768898Z test_torch_embedding_bag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2776481Z test_torch_empty_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2783510Z test_torch_eq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2790514Z test_torch_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2797495Z test_torch_erf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2804514Z test_torch_erfc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2811790Z test_torch_erfinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2818691Z test_torch_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2825778Z test_torch_exp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2832906Z test_torch_expand_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2840282Z test_torch_expm1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2847900Z test_torch_fake_quantize_per_channel_affine (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2855697Z test_torch_fake_quantize_per_tensor_affine (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2862972Z test_torch_fbgemm_linear_fp16_weight (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2870260Z test_torch_fbgemm_linear_fp16_weight_fp32_activation (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2877552Z test_torch_fbgemm_linear_int8_weight (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2884753Z test_torch_fbgemm_linear_int8_weight_fp32_activation (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2892128Z test_torch_fbgemm_linear_quantize_weight (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2899183Z test_torch_fbgemm_pack_gemm_matrix_fp16 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2906459Z test_torch_fbgemm_pack_quantized_matrix (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2913480Z test_torch_feature_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2920550Z test_torch_feature_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2927686Z test_torch_fix (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2935156Z test_torch_flatten (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2942285Z test_torch_flip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2949425Z test_torch_fliplr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2956483Z test_torch_flipud (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2963704Z test_torch_float_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2971103Z test_torch_floor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2978325Z test_torch_floor_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2985569Z test_torch_fmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2992688Z test_torch_fmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.2999865Z test_torch_fmod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3007057Z test_torch_frac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3014450Z test_torch_frexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3021583Z test_torch_frobenius_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3028719Z test_torch_full_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3035921Z test_torch_functional_atleast_1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3043043Z test_torch_functional_atleast_2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3050480Z test_torch_functional_atleast_3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3057810Z test_torch_functional_block_diag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3064911Z test_torch_functional_broadcast_tensors (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3072067Z test_torch_functional_cartesian_prod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3079077Z test_torch_functional_cdist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3086591Z test_torch_functional_chain_matmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3093834Z test_torch_functional_einsum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3101042Z test_torch_functional_lu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3108028Z test_torch_functional_meshgrid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3115439Z test_torch_functional_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3122347Z test_torch_functional_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3129728Z test_torch_functional_stft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3136881Z test_torch_functional_tensordot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3144107Z test_torch_functional_unique (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3151460Z test_torch_functional_unique_consecutive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3158693Z test_torch_fused_moving_avg_obs_fake_quant (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3165995Z test_torch_gather (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3173425Z test_torch_gcd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3180566Z test_torch_ge (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3187818Z test_torch_geqrf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3194967Z test_torch_ger (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3202376Z test_torch_gradient (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3209812Z test_torch_greater (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3217195Z test_torch_greater_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3224410Z test_torch_grid_sampler (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3231659Z test_torch_grid_sampler_2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3239044Z test_torch_grid_sampler_3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3246566Z test_torch_group_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3254162Z test_torch_gru (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3263621Z test_torch_gru_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3270688Z test_torch_gt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3277842Z test_torch_hardshrink (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3284914Z test_torch_heaviside (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3292283Z test_torch_hinge_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3299458Z test_torch_histc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3306718Z test_torch_histogram (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3314137Z test_torch_histogramdd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3321329Z test_torch_hsmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3328537Z test_torch_hsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3335957Z test_torch_hstack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3343085Z test_torch_hypot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3350173Z test_torch_i0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3357299Z test_torch_igamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3364372Z test_torch_igammac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3371647Z test_torch_imag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3378825Z test_torch_index_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3386024Z test_torch_index_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3393259Z test_torch_index_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3400531Z test_torch_index_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3407716Z test_torch_index_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3415129Z test_torch_index_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3422292Z test_torch_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3429510Z test_torch_inner (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3436682Z test_torch_instance_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3443814Z test_torch_int_repr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3451134Z test_torch_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3458315Z test_torch_is_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3465328Z test_torch_is_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3472411Z test_torch_is_distributed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3479432Z test_torch_is_floating_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3486498Z test_torch_is_inference (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3493790Z test_torch_is_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3500876Z test_torch_is_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3507964Z test_torch_is_same_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3515077Z test_torch_is_signed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3522167Z test_torch_isclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3529564Z test_torch_isfinite (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3537187Z test_torch_isin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3544605Z test_torch_isinf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3551903Z test_torch_isnan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3559261Z test_torch_isneginf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3566568Z test_torch_isposinf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3574124Z test_torch_isreal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3581537Z test_torch_istft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3589125Z test_torch_kl_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3596531Z test_torch_kron (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3604039Z test_torch_kthvalue (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3611826Z test_torch_layer_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3619212Z test_torch_lcm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3626508Z test_torch_ldexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3633788Z test_torch_le (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3641124Z test_torch_lerp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3648529Z test_torch_less (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3656119Z test_torch_less_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3663452Z test_torch_lgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3670778Z test_torch_log (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3678100Z test_torch_log10 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3685298Z test_torch_log1p (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3693049Z test_torch_log2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3700487Z test_torch_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3707833Z test_torch_logaddexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3715206Z test_torch_logaddexp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3722530Z test_torch_logcumsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3729945Z test_torch_logdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3737431Z test_torch_logical_and (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3744781Z test_torch_logical_not (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3752128Z test_torch_logical_or (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3759398Z test_torch_logical_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3766807Z test_torch_logit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3774507Z test_torch_logsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3782020Z test_torch_lstm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3789571Z test_torch_lstm_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3797044Z test_torch_lstsq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3804474Z test_torch_lt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3812116Z test_torch_lu_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3819623Z test_torch_lu_unpack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3827036Z test_torch_margin_ranking_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3834333Z test_torch_masked_fill (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3841619Z test_torch_masked_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3849248Z test_torch_masked_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3856514Z test_torch_matmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3863870Z test_torch_matrix_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3871216Z test_torch_matrix_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3878627Z test_torch_matrix_rank (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3886013Z test_torch_max (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3893691Z test_torch_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3901078Z test_torch_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3908523Z test_torch_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3915978Z test_torch_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3923421Z test_torch_maximum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3930857Z test_torch_mean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3938228Z test_torch_median (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3945765Z test_torch_min (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3953308Z test_torch_minimum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3960705Z test_torch_miopen_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3968314Z test_torch_miopen_convolution (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3976107Z test_torch_miopen_convolution_add_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3983591Z test_torch_miopen_convolution_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3991043Z test_torch_miopen_convolution_transpose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.3998529Z test_torch_miopen_depthwise_convolution (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4006010Z test_torch_miopen_rnn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4013747Z test_torch_mode (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4021036Z test_torch_moveaxis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4028416Z test_torch_movedim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4035847Z test_torch_msort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4043040Z test_torch_mul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4050639Z test_torch_multinomial (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4058058Z test_torch_multiply (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4065487Z test_torch_mv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4072904Z test_torch_mvlgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4080331Z test_torch_nan_to_num (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4087759Z test_torch_nanmean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4095156Z test_torch_nanmedian (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4102221Z test_torch_nanquantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4109612Z test_torch_nansum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4116497Z test_torch_narrow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4123700Z test_torch_narrow_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4130906Z test_torch_native_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4138042Z test_torch_native_channel_shuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4145376Z test_torch_native_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4152283Z test_torch_native_group_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4159438Z test_torch_native_layer_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4166731Z test_torch_native_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4174051Z test_torch_ne (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4180871Z test_torch_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4187980Z test_torch_negative (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4195129Z test_torch_nextafter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4202288Z test_torch_nn_functional__threshold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4209402Z test_torch_nn_functional_adaptive_avg_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4216539Z test_torch_nn_functional_adaptive_avg_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4223499Z test_torch_nn_functional_adaptive_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4230591Z test_torch_nn_functional_adaptive_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4237609Z test_torch_nn_functional_adaptive_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4244767Z test_torch_nn_functional_adaptive_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4252024Z test_torch_nn_functional_adaptive_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4258994Z test_torch_nn_functional_adaptive_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4265957Z test_torch_nn_functional_affine_grid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4273038Z test_torch_nn_functional_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4280055Z test_torch_nn_functional_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4287043Z test_torch_nn_functional_binary_cross_entropy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4294526Z test_torch_nn_functional_binary_cross_entropy_with_logits (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4301359Z test_torch_nn_functional_celu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4308359Z test_torch_nn_functional_cosine_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4315375Z test_torch_nn_functional_cross_entropy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4322417Z test_torch_nn_functional_ctc_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4329648Z test_torch_nn_functional_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4336832Z test_torch_nn_functional_dropout1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4344073Z test_torch_nn_functional_dropout2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4351325Z test_torch_nn_functional_dropout3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4358724Z test_torch_nn_functional_elu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4366184Z test_torch_nn_functional_embedding (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4373711Z test_torch_nn_functional_embedding_bag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4381401Z test_torch_nn_functional_feature_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4388362Z test_torch_nn_functional_fold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4395752Z test_torch_nn_functional_fractional_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4403098Z test_torch_nn_functional_fractional_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4410592Z test_torch_nn_functional_fractional_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4418008Z test_torch_nn_functional_fractional_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4425220Z test_torch_nn_functional_gaussian_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4432560Z test_torch_nn_functional_glu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4439875Z test_torch_nn_functional_grid_sample (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4447264Z test_torch_nn_functional_group_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4454836Z test_torch_nn_functional_gumbel_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4462170Z test_torch_nn_functional_hardtanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4469558Z test_torch_nn_functional_hinge_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4476844Z test_torch_nn_functional_huber_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4484197Z test_torch_nn_functional_instance_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4491933Z test_torch_nn_functional_interpolate (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4499162Z test_torch_nn_functional_kl_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4506359Z test_torch_nn_functional_l1_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4513735Z test_torch_nn_functional_layer_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4521191Z test_torch_nn_functional_leaky_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4528612Z test_torch_nn_functional_local_response_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4536224Z test_torch_nn_functional_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4543340Z test_torch_nn_functional_lp_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4550661Z test_torch_nn_functional_lp_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4557988Z test_torch_nn_functional_margin_ranking_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4565266Z test_torch_nn_functional_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4572864Z test_torch_nn_functional_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4580115Z test_torch_nn_functional_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4587920Z test_torch_nn_functional_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4594715Z test_torch_nn_functional_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4602028Z test_torch_nn_functional_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4609535Z test_torch_nn_functional_max_unpool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4617003Z test_torch_nn_functional_max_unpool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4624460Z test_torch_nn_functional_max_unpool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4631839Z test_torch_nn_functional_mish (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4639267Z test_torch_nn_functional_mse_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4646800Z test_torch_nn_functional_multi_head_attention_forward (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4654337Z test_torch_nn_functional_multi_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4661683Z test_torch_nn_functional_multilabel_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4669114Z test_torch_nn_functional_multilabel_soft_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4676454Z test_torch_nn_functional_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4683892Z test_torch_nn_functional_normalize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4691711Z test_torch_nn_functional_pad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4699171Z test_torch_nn_functional_poisson_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4706631Z test_torch_nn_functional_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4714104Z test_torch_nn_functional_relu6 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4721484Z test_torch_nn_functional_rrelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4728920Z test_torch_nn_functional_selu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4736463Z test_torch_nn_functional_silu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4743998Z test_torch_nn_functional_smooth_l1_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4751250Z test_torch_nn_functional_soft_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4759069Z test_torch_nn_functional_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4766259Z test_torch_nn_functional_softmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4773871Z test_torch_nn_functional_softsign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4781227Z test_torch_nn_functional_tanhshrink (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4788863Z test_torch_nn_functional_triplet_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4796235Z test_torch_nn_functional_triplet_margin_with_distance_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4803647Z test_torch_nn_functional_unfold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4811187Z test_torch_nn_init_constant_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4818624Z test_torch_nn_init_kaiming_uniform_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4826015Z test_torch_nn_init_normal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4833448Z test_torch_nn_init_uniform_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4841022Z test_torch_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4848626Z test_torch_norm_except_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4856440Z test_torch_not_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4863910Z test_torch_nuclear_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4871223Z test_torch_numel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4878749Z test_torch_ones_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4886195Z test_torch_orgqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4894000Z test_torch_ormqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4901493Z test_torch_outer (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4909064Z test_torch_pairwise_distance (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4916459Z test_torch_pdist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4923904Z test_torch_permute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4931521Z test_torch_permute_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4938936Z test_torch_pinverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4946258Z test_torch_pixel_shuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4953720Z test_torch_pixel_unshuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4961090Z test_torch_poisson (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4968583Z test_torch_poisson_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4976176Z test_torch_polar (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4983625Z test_torch_polygamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4991097Z test_torch_positive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.4998590Z test_torch_pow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5005897Z test_torch_prelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5013669Z test_torch_prod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5021074Z test_torch_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5028489Z test_torch_q_per_channel_axis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5036107Z test_torch_q_per_channel_scales (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5043497Z test_torch_q_per_channel_zero_points (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5051084Z test_torch_q_scale (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5058450Z test_torch_q_zero_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5065854Z test_torch_qr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5073624Z test_torch_quantile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5081095Z test_torch_quantize_per_channel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5088646Z test_torch_quantize_per_tensor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5096207Z test_torch_quantize_per_tensor_dynamic (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5103695Z test_torch_quantized_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5111325Z test_torch_quantized_gru_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5118918Z test_torch_quantized_lstm_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5126444Z test_torch_quantized_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5134038Z test_torch_quantized_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5141624Z test_torch_quantized_rnn_relu_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5149025Z test_torch_quantized_rnn_tanh_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5156131Z test_torch_rad2deg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5163259Z test_torch_rand_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5170769Z test_torch_randint_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5177910Z test_torch_randn_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5184830Z test_torch_ravel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5191789Z test_torch_real (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5198762Z test_torch_reciprocal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5205713Z test_torch_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5212973Z test_torch_remainder (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5220013Z test_torch_renorm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5227160Z test_torch_repeat_interleave (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5234172Z test_torch_reshape (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5241272Z test_torch_resolve_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5248176Z test_torch_resolve_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5255841Z test_torch_rnn_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5263269Z test_torch_rnn_relu_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5270296Z test_torch_rnn_tanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5277466Z test_torch_rnn_tanh_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5284751Z test_torch_roll (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5292416Z test_torch_rot90 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5299725Z test_torch_round (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5306957Z test_torch_row_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5314195Z test_torch_row_stack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5321523Z test_torch_rrelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5328754Z test_torch_rsqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5336265Z test_torch_rsub (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5343561Z test_torch_saddmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5351239Z test_torch_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5358515Z test_torch_scatter_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5365838Z test_torch_scatter_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5373375Z test_torch_searchsorted (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5380606Z test_torch_segment_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5387865Z test_torch_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5395133Z test_torch_select_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5402320Z test_torch_select_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5409726Z test_torch_selu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5417043Z test_torch_sgn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5424272Z test_torch_sigmoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5431436Z test_torch_sign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5438689Z test_torch_signbit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5445932Z test_torch_sin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5453452Z test_torch_sinc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5460603Z test_torch_sinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5468019Z test_torch_slice_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5475307Z test_torch_slice_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5482546Z test_torch_slogdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5490185Z test_torch_smm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5497279Z test_torch_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5504621Z test_torch_sort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5511931Z test_torch_split_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5519134Z test_torch_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5526726Z test_torch_split_with_sizes_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5534177Z test_torch_sqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5544137Z test_torch_square (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5551380Z test_torch_squeeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5558781Z test_torch_squeeze_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5565959Z test_torch_stack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5573640Z test_torch_std (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5580959Z test_torch_std_mean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5600106Z test_torch_sub (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5600548Z test_torch_subtract (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5602934Z test_torch_sum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5610484Z test_torch_svd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5617712Z test_torch_swapaxes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5625084Z test_torch_swapdims (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5632540Z test_torch_symeig (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5639989Z test_torch_t (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5647208Z test_torch_t_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5654777Z test_torch_take (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5663225Z test_torch_take_along_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5670538Z test_torch_tan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5677864Z test_torch_tanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5685347Z test_torch_tensor_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5693265Z test_torch_threshold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5700505Z test_torch_tile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5707887Z test_torch_topk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5715260Z test_torch_trace (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5722659Z test_torch_transpose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5731086Z test_torch_transpose_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5738469Z test_torch_trapezoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5745908Z test_torch_trapz (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5753290Z test_torch_triangular_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5760620Z test_torch_tril (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5768035Z test_torch_triplet_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5775388Z test_torch_triu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5782547Z test_torch_true_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5789661Z test_torch_trunc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5796884Z test_torch_unbind (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5804419Z test_torch_unbind_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5811983Z test_torch_unflatten (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5819445Z test_torch_unfold_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5826770Z test_torch_unsafe_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5834015Z test_torch_unsafe_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5841348Z test_torch_unsafe_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5848574Z test_torch_unsqueeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5856519Z test_torch_unsqueeze_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5863414Z test_torch_values_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5870790Z test_torch_var (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5878248Z test_torch_var_mean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5885603Z test_torch_vdot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5893228Z test_torch_view_as_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5900248Z test_torch_view_as_complex_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5907517Z test_torch_view_as_real (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5914763Z test_torch_view_as_real_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5922001Z test_torch_view_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5929551Z test_torch_vsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5936715Z test_torch_vstack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5944073Z test_torch_where (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5951507Z test_torch_xlogy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5958743Z test_torch_zeros_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T15:58:54.5962467Z test_user_implementation_raises (__main__.TestTorchFunctionOverride) 2022-09-27T15:58:54.5967120Z Test that errors raised in user implementations propagate correctly ... ok (0.001s) 2022-09-27T15:58:54.6035736Z test_warn_on_invalid_torch_function (__main__.TestTorchFunctionWarning) ... ok (0.007s) 2022-09-27T15:58:54.6046231Z test_wrap_torch_function (__main__.TestWrapTorchFunction) ... ok (0.001s) 2022-09-27T15:58:54.6046569Z 2022-09-27T15:58:54.6047071Z ---------------------------------------------------------------------- 2022-09-27T15:58:54.6047317Z Ran 1423 tests in 1.446s 2022-09-27T15:58:54.6047437Z 2022-09-27T15:58:54.6047498Z OK 2022-09-27T15:58:54.6047591Z 2022-09-27T15:58:54.6047677Z Generating XML reports... 2022-09-27T15:58:54.6080812Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestBroadcastAllOverride-20220927155853.xml 2022-09-27T15:58:54.6083252Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestDisabledTorchFunction-20220927155853.xml 2022-09-27T15:58:54.6085787Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestEinsumOverride-20220927155853.xml 2022-09-27T15:58:54.6088148Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestGradCheckOverride-20220927155853.xml 2022-09-27T15:58:54.6090714Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestGradNewOnesOverride-20220927155853.xml 2022-09-27T15:58:54.6095837Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestIndexing-20220927155853.xml 2022-09-27T15:58:54.6108949Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestIterator-20220927155853.xml 2022-09-27T15:58:54.6111494Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestNamedTuple-20220927155853.xml 2022-09-27T15:58:54.6113844Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestPickle-20220927155853.xml 2022-09-27T15:58:54.6116177Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestRNN-20220927155853.xml 2022-09-27T15:58:54.6118563Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestResolveName-20220927155853.xml 2022-09-27T15:58:54.6139173Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionMode-20220927155853.xml 2022-09-27T15:58:54.7714595Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionOverride-20220927155853.xml 2022-09-27T15:58:54.7715876Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionWarning-20220927155853.xml 2022-09-27T15:58:54.7718463Z Generated XML report: test-reports/python-unittest/test_overrides/TEST-TestWrapTorchFunction-20220927155853.xml 2022-09-27T15:58:55.1009731Z Running test_transformers ... [2022-09-27 15:58:55.100601] 2022-09-27T15:58:55.1010333Z Executing ['/opt/conda/bin/python', '-bb', 'test_transformers.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:58:55.100686] 2022-09-27T15:58:56.5231350Z Test results will be stored in test-reports/python-unittest/test_transformers 2022-09-27T15:58:56.5244970Z 2022-09-27T15:58:56.5245092Z Running tests... 2022-09-27T15:58:56.5245539Z ---------------------------------------------------------------------- 2022-09-27T15:58:56.5320756Z test_decoder_only_layer (__main__.TestTransformers) ... skip: Fairseq not found (0.007s) 2022-09-27T15:58:56.5338040Z test_mask_check_fastpath (__main__.TestTransformers) 2022-09-27T15:58:56.5454775Z 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-27T15:58:56.5455442Z nested_tensor_return_value = torch.nested_tensor([torch.ones((2, 2), dtype=torch.float)]) 2022-09-27T15:58:56.5509027Z ok (0.019s) 2022-09-27T15:58:56.5538689Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.003s) 2022-09-27T15:58:56.5560727Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-09-27T15:58:56.5582265Z test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-09-27T15:58:56.5657031Z test_scaled_dot_product_attention_3D_input_dim_2D_causal_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.007s) 2022-09-27T15:58:56.5729302Z test_scaled_dot_product_attention_3D_input_dim_2D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.007s) 2022-09-27T15:58:56.5801853Z test_scaled_dot_product_attention_3D_input_dim_2D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.007s) 2022-09-27T15:58:56.5822697Z test_scaled_dot_product_attention_3D_input_dim_3D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-09-27T15:58:56.5845159Z test_scaled_dot_product_attention_3D_input_dim_3D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-09-27T15:58:56.5866416Z test_scaled_dot_product_attention_3D_input_dim_3D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-09-27T15:58:56.5935698Z 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-27T15:58:56.6007156Z 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-27T15:58:56.6078873Z 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-27T15:58:56.6098401Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-09-27T15:58:56.6119445Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-09-27T15:58:56.6139865Z test_scaled_dot_product_attention_3D_input_dim_no_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-09-27T15:58:56.6160809Z test_scaled_dot_product_attention_4D_input_dim_2D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-09-27T15:58:56.6182886Z test_scaled_dot_product_attention_4D_input_dim_2D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-09-27T15:58:56.6204517Z test_scaled_dot_product_attention_4D_input_dim_2D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-09-27T15:58:56.6275637Z 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-27T15:58:56.6348725Z test_scaled_dot_product_attention_4D_input_dim_2D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.007s) 2022-09-27T15:58:56.6424170Z 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-27T15:58:56.6445511Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-09-27T15:58:56.6467719Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-09-27T15:58:56.6489178Z test_scaled_dot_product_attention_4D_input_dim_4D_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-09-27T15:58:56.6560790Z 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-27T15:58:56.6633265Z test_scaled_dot_product_attention_4D_input_dim_4D_causal_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.007s) 2022-09-27T15:58:56.6706186Z test_scaled_dot_product_attention_4D_input_dim_4D_causal_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.007s) 2022-09-27T15:58:56.6726402Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_0_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-09-27T15:58:56.6748498Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_2_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-09-27T15:58:56.6769439Z test_scaled_dot_product_attention_4D_input_dim_no_attn_mask_dropout_p_0_5_device_cpu (__main__.TestTransformers) ... ok (0.002s) 2022-09-27T15:58:56.6781370Z test_self_attn_TxT_attn_mask (__main__.TestTransformers) ... skip: 4D mask not supported yet - activate when 4D mask supported (0.001s) 2022-09-27T15:58:56.7084190Z test_transformerencoder_batch_first_False_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.030s) 2022-09-27T15:58:56.7485267Z test_transformerencoder_batch_first_False_training_False_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.040s) 2022-09-27T15:58:56.7815273Z test_transformerencoder_batch_first_False_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.033s) 2022-09-27T15:58:56.8119216Z test_transformerencoder_batch_first_False_training_True_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.030s) 2022-09-27T15:58:56.8399491Z test_transformerencoder_batch_first_True_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.028s) 2022-09-27T15:58:56.8676586Z test_transformerencoder_batch_first_True_training_False_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.028s) 2022-09-27T15:58:56.8987479Z test_transformerencoder_batch_first_True_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) ... ok (0.031s) 2022-09-27T15:58:56.9295999Z test_transformerencoder_batch_first_True_training_True_enable_nested_tensor_True_device_cpu (__main__.TestTransformers) ... ok (0.031s) 2022-09-27T15:58:56.9320560Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_False_use_autocast_False (__main__.TestTransformers) 2022-09-27T15:58:56.9350523Z 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-27T15:58:56.9351341Z ) for pair in input_mask_pairs 2022-09-27T15:58:57.2702960Z ok (0.340s) 2022-09-27T15:58:57.2727551Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_False_use_autocast_True (__main__.TestTransformers) 2022-09-27T15:58:57.2764151Z 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-27T15:58:57.2765394Z warnings.warn('User provided device_type of \'cuda\', but CUDA is not available. Disabling') 2022-09-27T15:58:57.5982121Z ok (0.328s) 2022-09-27T15:58:57.6007914Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_True_use_autocast_False (__main__.TestTransformers) 2022-09-27T15:58:57.8900604Z Test TransformerEncoder fastpath output matches slowpath output ... ok (0.292s) 2022-09-27T15:58:57.8925144Z test_transformerencoder_fastpath_device_cpu_use_torchscript_False_enable_nested_tensor_True_use_autocast_True (__main__.TestTransformers) 2022-09-27T15:58:58.1705674Z Test TransformerEncoder fastpath output matches slowpath output ... ok (0.280s) 2022-09-27T15:58:58.1723673Z test_transformerencoder_square_input_with_no_grad_False_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-09-27T15:58:58.1770131Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.007s) 2022-09-27T15:58:58.1788888Z test_transformerencoder_square_input_with_no_grad_False_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-09-27T15:58:58.1828664Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.006s) 2022-09-27T15:58:58.1847043Z test_transformerencoder_square_input_with_no_grad_True_training_False_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-09-27T15:58:58.1885411Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.006s) 2022-09-27T15:58:58.1906342Z test_transformerencoder_square_input_with_no_grad_True_training_True_enable_nested_tensor_False_device_cpu (__main__.TestTransformers) 2022-09-27T15:58:58.1944341Z Test for edge cases when input of shape (batch size, sequence length, embedding dimension) has ... ok (0.006s) 2022-09-27T15:58:58.1970964Z test_transformerencoderlayer_src_mask_device_cpu_nhead_1 (__main__.TestTransformers) ... ok (0.003s) 2022-09-27T15:58:58.1997796Z test_transformerencoderlayer_src_mask_device_cpu_nhead_4 (__main__.TestTransformers) ... ok (0.003s) 2022-09-27T15:58:58.2025306Z test_transformerencoderlayer_src_mask_device_cpu_nhead_8 (__main__.TestTransformers) ... ok (0.003s) 2022-09-27T15:58:58.2025677Z 2022-09-27T15:58:58.2026126Z ---------------------------------------------------------------------- 2022-09-27T15:58:58.2026518Z Ran 52 tests in 1.678s 2022-09-27T15:58:58.2028005Z 2022-09-27T15:58:58.2028447Z OK (skipped=2) 2022-09-27T15:58:58.2028786Z 2022-09-27T15:58:58.2028952Z Generating XML reports... 2022-09-27T15:58:58.2106241Z Generated XML report: test-reports/python-unittest/test_transformers/TEST-TestTransformers-20220927155856.xml 2022-09-27T15:58:58.4884601Z Running test_prims ... [2022-09-27 15:58:58.488023] 2022-09-27T15:58:58.4885114Z Executing ['/opt/conda/bin/python', '-bb', 'test_prims.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:58:58.488102] 2022-09-27T15:58:59.9756391Z Test results will be stored in test-reports/python-unittest/test_prims 2022-09-27T15:58:59.9785181Z 2022-09-27T15:58:59.9785887Z Running tests... 2022-09-27T15:58:59.9787061Z ---------------------------------------------------------------------- 2022-09-27T15:58:59.9827529Z test_decomposition_type_promotion_nvprim_amp_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:58:59.9858379Z test_decomposition_type_promotion_nvprim_amp_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:58:59.9881440Z test_mul_complex (__main__.TestPrimsBasic) ... ok (0.002s) 2022-09-27T15:58:59.9929367Z test_torch_ops (__main__.TestPrimsBasic) ... ok (0.005s) 2022-09-27T15:59:00.0084652Z test_aten_overload_to_prims_cpu (__main__.TestPrimsCPU) ... ok (0.015s) 2022-09-27T15:59:00.9688904Z test_batch_norm_backward_nvprims_cpu_float16 (__main__.TestPrimsCPU) ... ok (0.960s) 2022-09-27T15:59:01.3031734Z test_batch_norm_backward_nvprims_cpu_float32 (__main__.TestPrimsCPU) ... ok (0.334s) 2022-09-27T15:59:01.3054566Z test_broadcast_in_dim_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:59:01.3066700Z test_broadcast_in_dim_sum_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:01.3167791Z test_cbrt_prim_cpu_float64 (__main__.TestPrimsCPU) ... ok (0.010s) 2022-09-27T15:59:01.3264093Z test_cbrt_prim_cpu_int64 (__main__.TestPrimsCPU) ... ok (0.010s) 2022-09-27T15:59:01.3283466Z test_cpu_tensor_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:59:01.3301978Z test_cpu_tensor_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:59:01.3521331Z test_memory_format_strides_cpu_float32 (__main__.TestPrimsCPU) ... ok (0.022s) 2022-09-27T15:59:01.3744662Z test_nvfuser_capability_context_cpu (__main__.TestPrimsCPU) ... ok (0.022s) 2022-09-27T15:59:01.3756288Z test_nvfuser_constant_tensors_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:01.3767417Z test_nvfuser_empty_fusion_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:01.3779318Z test_nvfuser_executor_cached_noncontiguous_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:01.3793584Z test_nvfuser_executor_parameters_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:01.3808031Z test_nvfuser_executor_partitioned_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:01.3820505Z test_nvfuser_executor_partitioned_no_partitions_error_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:01.3829970Z test_nvfuser_impl_is_used_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:01.3844126Z test_nvfuser_no_args_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:01.3872473Z test_nvprims_cpu (__main__.TestPrimsCPU) ... ok (0.003s) 2022-09-27T15:59:01.3884756Z test_pytree_input_output_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:01.3904753Z test_reshape_view_method_cpu_float32 (__main__.TestPrimsCPU) ... ok (0.002s) 2022-09-27T15:59:01.3916910Z test_var_correction_0_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:01.3929127Z test_var_correction_1_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:01.3942643Z test_var_mean_correction_0_keepdim_False_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:01.3955969Z test_var_mean_correction_0_keepdim_False_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:01.3969490Z test_var_mean_correction_0_keepdim_True_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:01.3982763Z test_var_mean_correction_0_keepdim_True_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:01.3996240Z test_var_mean_correction_1_keepdim_False_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:01.4009523Z test_var_mean_correction_1_keepdim_False_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:01.4023349Z test_var_mean_correction_1_keepdim_True_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:01.4037211Z test_var_mean_correction_1_keepdim_True_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:01.4069251Z test_constant_pad_nd_memory_format_cpu_float32 (__main__.TestRefsCPU) ... ok (0.003s) 2022-09-27T15:59:01.4069721Z 2022-09-27T15:59:01.4070433Z ---------------------------------------------------------------------- 2022-09-27T15:59:01.4071116Z Ran 37 tests in 1.429s 2022-09-27T15:59:01.4071304Z 2022-09-27T15:59:01.4071412Z OK (skipped=25) 2022-09-27T15:59:01.4071589Z 2022-09-27T15:59:01.4071727Z Generating XML reports... 2022-09-27T15:59:01.4098581Z Generated XML report: test-reports/python-unittest/test_prims/TEST-TestPrimsBasic-20220927155859.xml 2022-09-27T15:59:01.4128171Z Generated XML report: test-reports/python-unittest/test_prims/TEST-TestPrimsCPU-20220927155859.xml 2022-09-27T15:59:01.4131282Z Generated XML report: test-reports/python-unittest/test_prims/TEST-TestRefsCPU-20220927155859.xml 2022-09-27T15:59:01.4134897Z Generated XML report: test-reports/python-unittest/test_prims/TEST-TestDecompCPU-20220927155859.xml 2022-09-27T15:59:01.8062048Z Running test_datapipe ... [2022-09-27 15:59:01.805819] 2022-09-27T15:59:01.8062607Z Executing ['/opt/conda/bin/python', '-bb', 'test_datapipe.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:59:01.805902] 2022-09-27T15:59:03.0078555Z Test results will be stored in test-reports/python-unittest/test_datapipe 2022-09-27T15:59:03.0101404Z 2022-09-27T15:59:03.0101528Z Running tests... 2022-09-27T15:59:03.0102097Z ---------------------------------------------------------------------- 2022-09-27T15:59:03.0106465Z test_basic_capture (__main__.TestCaptureDataFrame) ... skip: no dataframes (pandas) (0.000s) 2022-09-27T15:59:03.0143529Z test_circular_serialization_with_dill (__main__.TestCircularSerialization) ... skip: no dill (0.004s) 2022-09-27T15:59:03.2561913Z test_circular_serialization_with_pickle (__main__.TestCircularSerialization) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py:264: UserWarning: Some child DataPipes are not exhausted when __iter__ is called. We are resetting the buffer and each child DataPipe will read from the start again. 2022-09-27T15:59:03.2562518Z "the buffer and each child DataPipe will read from the start again.", UserWarning) 2022-09-27T15:59:03.2621967Z ok (0.248s) 2022-09-27T15:59:03.2629727Z test_as_string (__main__.TestDataChunk) ... ok (0.001s) 2022-09-27T15:59:03.2637389Z test_getitem (__main__.TestDataChunk) ... ok (0.001s) 2022-09-27T15:59:03.2644279Z test_iter (__main__.TestDataChunk) ... ok (0.001s) 2022-09-27T15:59:03.2648056Z test_len (__main__.TestDataChunk) ... ok (0.000s) 2022-09-27T15:59:03.2656605Z test_random_shuffle (__main__.TestDataChunk) ... ok (0.001s) 2022-09-27T15:59:03.2664456Z test_reverse (__main__.TestDataChunk) ... ok (0.001s) 2022-09-27T15:59:03.2672013Z test_sort (__main__.TestDataChunk) ... ok (0.001s) 2022-09-27T15:59:03.2678083Z test_batch (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.001s) 2022-09-27T15:59:03.2683771Z test_capture (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.001s) 2022-09-27T15:59:03.2692576Z test_collate (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.001s) 2022-09-27T15:59:03.2697954Z test_filter (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.001s) 2022-09-27T15:59:03.2703847Z test_shuffle (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.001s) 2022-09-27T15:59:03.2708753Z test_unbatch (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.000s) 2022-09-27T15:59:03.2744782Z test_batch_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.003s) 2022-09-27T15:59:03.2776606Z test_collate_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T15:59:03.2777441Z "Local function is not supported by pickle, please use " 2022-09-27T15:59:03.2797169Z ok (0.005s) 2022-09-27T15:59:03.2831704Z test_concat_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.003s) 2022-09-27T15:59:03.2906358Z test_demux_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T15:59:03.2907119Z "Local function is not supported by pickle, please use " 2022-09-27T15:59:03.2913522Z /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T15:59:03.2913945Z "Local function is not supported by pickle, please use " 2022-09-27T15:59:03.2921375Z /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T15:59:03.2921882Z "Local function is not supported by pickle, please use " 2022-09-27T15:59:03.2932115Z /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T15:59:03.2932553Z "Local function is not supported by pickle, please use " 2022-09-27T15:59:03.2939427Z ok (0.011s) 2022-09-27T15:59:03.3007238Z test_filter_datapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.007s) 2022-09-27T15:59:03.3139664Z test_fork_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.013s) 2022-09-27T15:59:03.3165465Z test_iterable_wrapper_datapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.003s) 2022-09-27T15:59:03.3371207Z test_map_dict_with_col_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.020s) 2022-09-27T15:59:03.3388716Z test_map_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T15:59:03.3389252Z "Local function is not supported by pickle, please use " 2022-09-27T15:59:03.3426551Z ok (0.006s) 2022-09-27T15:59:03.3813876Z test_map_tuple_list_with_col_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.039s) 2022-09-27T15:59:03.3839286Z test_mux_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.003s) 2022-09-27T15:59:03.3853875Z test_sampler_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.001s) 2022-09-27T15:59:03.3950875Z test_serializable (__main__.TestFunctionalIterDataPipe) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py:264: UserWarning: Some child DataPipes are not exhausted when __iter__ is called. We are resetting the buffer and each child DataPipe will read from the start again. 2022-09-27T15:59:03.3951465Z "the buffer and each child DataPipe will read from the start again.", UserWarning) 2022-09-27T15:59:03.4182561Z /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py:264: UserWarning: Some child DataPipes are not exhausted when __iter__ is called. We are resetting the buffer and each child DataPipe will read from the start again. 2022-09-27T15:59:03.4183080Z "the buffer and each child DataPipe will read from the start again.", UserWarning) 2022-09-27T15:59:03.4336800Z ok (0.048s) 2022-09-27T15:59:03.4358133Z test_serializable_with_dill (__main__.TestFunctionalIterDataPipe) 2022-09-27T15:59:03.4494224Z Only for DataPipes that take in a function as argument ... ok (0.016s) 2022-09-27T15:59:03.4560501Z test_shuffler_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.007s) 2022-09-27T15:59:03.4577666Z test_stream_reader_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.002s) 2022-09-27T15:59:03.4629037Z test_unbatch_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.005s) 2022-09-27T15:59:03.4656900Z test_zip_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.003s) 2022-09-27T15:59:03.4690780Z test_batch_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.003s) 2022-09-27T15:59:03.4712533Z test_concat_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.002s) 2022-09-27T15:59:03.4725569Z test_map_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T15:59:03.4726094Z "Local function is not supported by pickle, please use " 2022-09-27T15:59:03.4747170Z ok (0.003s) 2022-09-27T15:59:03.4769321Z test_sequence_wrapper_datapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.002s) 2022-09-27T15:59:03.4874193Z test_serializable (__main__.TestFunctionalMapDataPipe) ... ok (0.010s) 2022-09-27T15:59:03.4885203Z test_serializable_with_dill (__main__.TestFunctionalMapDataPipe) 2022-09-27T15:59:03.4925691Z Only for DataPipes that take in a function as argument ... ok (0.005s) 2022-09-27T15:59:03.4972590Z test_shuffler_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.005s) 2022-09-27T15:59:03.4996311Z test_zip_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.002s) 2022-09-27T15:59:03.5006875Z test_simple_traverse (__main__.TestGraph) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T15:59:03.5007356Z "Local function is not supported by pickle, please use " 2022-09-27T15:59:03.5011584Z ok (0.001s) 2022-09-27T15:59:03.5027643Z test_traverse_circular_datapipe (__main__.TestGraph) ... ok (0.002s) 2022-09-27T15:59:03.5058761Z test_traverse_forked (__main__.TestGraph) ... ok (0.003s) 2022-09-27T15:59:03.5071865Z test_traverse_mapdatapipe (__main__.TestGraph) ... ok (0.001s) 2022-09-27T15:59:03.5082503Z test_traverse_mixdatapipe (__main__.TestGraph) ... ok (0.001s) 2022-09-27T15:59:03.5096229Z test_traverse_unhashable_datapipe (__main__.TestGraph) ... ok (0.001s) 2022-09-27T15:59:03.5105413Z test_iterdatapipe_sample_yielded_generator_function (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.001s) 2022-09-27T15:59:03.5120266Z test_iterdatapipe_sample_yielded_generator_function_exception (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.001s) 2022-09-27T15:59:03.5132565Z test_iterdatapipe_sample_yielded_next (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.001s) 2022-09-27T15:59:03.5147522Z test_iterdatapipe_sample_yielded_next_exception (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.001s) 2022-09-27T15:59:03.5158881Z test_iterdatapipe_sample_yielded_return_self (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.001s) 2022-09-27T15:59:03.5173098Z test_simple_snapshot_custom_non_generator (__main__.TestIterDataPipeGraphFastForward) ... ok (0.001s) 2022-09-27T15:59:03.5186814Z test_simple_snapshot_custom_self_next (__main__.TestIterDataPipeGraphFastForward) ... ok (0.001s) 2022-09-27T15:59:03.5317775Z test_simple_snapshot_graph (__main__.TestIterDataPipeGraphFastForward) ... ok (0.013s) 2022-09-27T15:59:03.5353152Z test_simple_snapshot_graph_repeated (__main__.TestIterDataPipeGraphFastForward) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py:264: UserWarning: Some child DataPipes are not exhausted when __iter__ is called. We are resetting the buffer and each child DataPipe will read from the start again. 2022-09-27T15:59:03.5353815Z "the buffer and each child DataPipe will read from the start again.", UserWarning) 2022-09-27T15:59:03.5372833Z ok (0.005s) 2022-09-27T15:59:03.5486525Z test_simple_snapshot_graph_with_serialization (__main__.TestIterDataPipeGraphFastForward) ... ok (0.011s) 2022-09-27T15:59:03.5496350Z test_iterdatapipe_singleton_buggy (__main__.TestIterDataPipeSingletonConstraint) 2022-09-27T15:59:03.5515579Z Buggy test case case where IterDataPipe's `__iter__` returns a new object, but also has ... ok (0.003s) 2022-09-27T15:59:03.5542875Z test_iterdatapipe_singleton_constraint_multiple_outputs (__main__.TestIterDataPipeSingletonConstraint) 2022-09-27T15:59:03.5588292Z Testing for the case where IterDataPipe has multiple child DataPipes as outputs. ... ok (0.007s) 2022-09-27T15:59:03.5593366Z test_iterdatapipe_singleton_generator (__main__.TestIterDataPipeSingletonConstraint) 2022-09-27T15:59:03.5619537Z Testing for the case where IterDataPipe's `__iter__` is a generator function. ... ok (0.003s) 2022-09-27T15:59:03.5629139Z test_iterdatapipe_singleton_new_object (__main__.TestIterDataPipeSingletonConstraint) 2022-09-27T15:59:03.5640182Z Testing for the case where IterDataPipe's `__iter__` isn't a generator nor returns `self`, ... ok (0.002s) 2022-09-27T15:59:03.5650498Z test_iterdatapipe_singleton_self_next (__main__.TestIterDataPipeSingletonConstraint) 2022-09-27T15:59:03.5679971Z Testing for the case where IterDataPipe's `__iter__` returns `self` and there is a `__next__` method ... ok (0.004s) 2022-09-27T15:59:03.5699370Z test_demux_mux_datapipe (__main__.TestIterableDataPipeBasic) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T15:59:03.5699873Z "Local function is not supported by pickle, please use " 2022-09-27T15:59:03.5719065Z ok (0.004s) 2022-09-27T15:59:03.5787752Z test_groupby_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.007s) 2022-09-27T15:59:03.5811658Z test_listdirfiles_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.002s) 2022-09-27T15:59:03.5828797Z test_listdirfilesdeterministic_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.002s) 2022-09-27T15:59:03.5856764Z test_map_with_col_file_handle_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.003s) 2022-09-27T15:59:03.5894293Z test_openfilesfromdisk_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.004s) 2022-09-27T15:59:03.5928948Z test_routeddecoder_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.003s) 2022-09-27T15:59:03.5935103Z test_spawn_lambdas_iter (__main__.TestSerialization) ... skip: no dill (0.001s) 2022-09-27T15:59:03.5940190Z test_spawn_lambdas_map (__main__.TestSerialization) ... skip: no dill (0.000s) 2022-09-27T15:59:03.6298955Z test_old_dataloader (__main__.TestSharding) ... ok (0.036s) 2022-09-27T15:59:03.6321335Z test_sharding_length (__main__.TestSharding) ... ok (0.002s) 2022-09-27T15:59:03.6356654Z test_simple_sharding (__main__.TestSharding) ... ok (0.003s) 2022-09-27T15:59:03.6369760Z test_api (__main__.TestStreamWrapper) ... ok (0.001s) 2022-09-27T15:59:03.6377184Z test_dir (__main__.TestStreamWrapper) ... ok (0.001s) 2022-09-27T15:59:03.6389317Z test_pickle (__main__.TestStreamWrapper) ... ok (0.001s) 2022-09-27T15:59:03.6399317Z test_repr (__main__.TestStreamWrapper) ... ok (0.001s) 2022-09-27T15:59:03.6435786Z test_compile_time (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.004s) 2022-09-27T15:59:03.6445237Z test_construct_time (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.001s) 2022-09-27T15:59:03.6453075Z test_isinstance (__main__.TestTyping) ... ok (0.001s) 2022-09-27T15:59:03.6469622Z test_issubinstance (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.002s) 2022-09-27T15:59:03.6477646Z test_protocol (__main__.TestTyping) ... ok (0.001s) 2022-09-27T15:59:03.6487796Z test_reinforce (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.001s) 2022-09-27T15:59:03.6499604Z test_runtime (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.001s) 2022-09-27T15:59:03.6517231Z test_subtype (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.002s) 2022-09-27T15:59:03.6517556Z 2022-09-27T15:59:03.6518001Z ---------------------------------------------------------------------- 2022-09-27T15:59:03.6518401Z Ran 87 tests in 0.642s 2022-09-27T15:59:03.6518601Z 2022-09-27T15:59:03.6518991Z OK (skipped=16) 2022-09-27T15:59:03.6519166Z 2022-09-27T15:59:03.6519304Z Generating XML reports... 2022-09-27T15:59:03.6551575Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestCircularSerialization-20220927155903.xml 2022-09-27T15:59:03.6558931Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestDataChunk-20220927155903.xml 2022-09-27T15:59:03.6576409Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestFunctionalIterDataPipe-20220927155903.xml 2022-09-27T15:59:03.6584862Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestFunctionalMapDataPipe-20220927155903.xml 2022-09-27T15:59:03.6590639Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestGraph-20220927155903.xml 2022-09-27T15:59:03.6595799Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeCountSampleYielded-20220927155903.xml 2022-09-27T15:59:03.6601296Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeGraphFastForward-20220927155903.xml 2022-09-27T15:59:03.6607883Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeSingletonConstraint-20220927155903.xml 2022-09-27T15:59:03.6614734Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestIterableDataPipeBasic-20220927155903.xml 2022-09-27T15:59:03.6618410Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestSharding-20220927155903.xml 2022-09-27T15:59:03.6622869Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestStreamWrapper-20220927155903.xml 2022-09-27T15:59:03.6631901Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestTyping-20220927155903.xml 2022-09-27T15:59:03.6634482Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestCaptureDataFrame-20220927155903.xml 2022-09-27T15:59:03.6641416Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestDataFramesPipes-20220927155903.xml 2022-09-27T15:59:03.6644949Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestSerialization-20220927155903.xml 2022-09-27T15:59:03.9760499Z Running test_dynamic_shapes ... [2022-09-27 15:59:03.975689] 2022-09-27T15:59:03.9761029Z Executing ['/opt/conda/bin/python', '-bb', 'test_dynamic_shapes.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:59:03.975769] 2022-09-27T15:59:05.1307698Z Test results will be stored in test-reports/python-unittest/test_dynamic_shapes 2022-09-27T15:59:05.1319071Z 2022-09-27T15:59:05.1319489Z Running tests... 2022-09-27T15:59:05.1319890Z ---------------------------------------------------------------------- 2022-09-27T15:59:05.4258007Z test_arith_ops (__main__.TestPySymInt) ... ok (0.294s) 2022-09-27T15:59:05.4389829Z test_aten_ops (__main__.TestPySymInt) ... ok (0.013s) 2022-09-27T15:59:05.4636523Z test_binary (__main__.TestPySymInt) ... ok (0.025s) 2022-09-27T15:59:05.4751067Z test_fx_trace_intlist (__main__.TestPySymInt) ... ok (0.011s) 2022-09-27T15:59:05.4765901Z test_guard_int (__main__.TestPySymInt) ... ok (0.001s) 2022-09-27T15:59:05.4775023Z test_int_conversion (__main__.TestPySymInt) ... ok (0.001s) 2022-09-27T15:59:05.4786508Z test_int_to_float (__main__.TestPySymInt) ... ok (0.001s) 2022-09-27T15:59:05.4818933Z test_meta_symint (__main__.TestPySymInt) ... ok (0.003s) 2022-09-27T15:59:05.5601170Z test_reverse_arith_ops (__main__.TestPySymInt) ... ok (0.078s) 2022-09-27T15:59:05.5669784Z test_roundtrip (__main__.TestPySymInt) ... ok (0.007s) 2022-09-27T15:59:05.5732922Z test_size_expressions (__main__.TestPySymInt) ... ok (0.006s) 2022-09-27T15:59:05.5775687Z test_stride (__main__.TestPySymInt) ... ok (0.004s) 2022-09-27T15:59:05.6064565Z test_symint_args (__main__.TestPySymInt) ... ok (0.029s) 2022-09-27T15:59:05.6187948Z test_symint_vargs (__main__.TestPySymInt) ... ok (0.012s) 2022-09-27T15:59:05.6188230Z 2022-09-27T15:59:05.6188916Z ---------------------------------------------------------------------- 2022-09-27T15:59:05.6189423Z Ran 14 tests in 0.487s 2022-09-27T15:59:05.6189540Z 2022-09-27T15:59:05.6189603Z OK 2022-09-27T15:59:05.6189688Z 2022-09-27T15:59:05.6189780Z Generating XML reports... 2022-09-27T15:59:05.6224572Z Generated XML report: test-reports/python-unittest/test_dynamic_shapes/TEST-TestPySymInt-20220927155905.xml 2022-09-27T15:59:05.9205247Z Running test_subclass ... [2022-09-27 15:59:05.920121] 2022-09-27T15:59:05.9205783Z Executing ['/opt/conda/bin/python', '-bb', 'test_subclass.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:59:05.920205] 2022-09-27T15:59:07.0831518Z Test results will be stored in test-reports/python-unittest/test_subclass 2022-09-27T15:59:07.0845278Z 2022-09-27T15:59:07.0845541Z Running tests... 2022-09-27T15:59:07.0846166Z ---------------------------------------------------------------------- 2022-09-27T15:59:07.3217090Z test_deepcopy_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.237s) 2022-09-27T15:59:07.3231504Z test_deepcopy_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:07.3256804Z test_deepcopy_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T15:59:07.3279666Z test_deepcopy_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T15:59:07.3302303Z test_deepcopy_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T15:59:07.3323611Z test_deepcopy_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T15:59:07.3339489Z test_deepcopy_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T15:59:07.3354311Z test_deepcopy_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:07.3384502Z test_deepcopy_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.003s) 2022-09-27T15:59:07.3415049Z test_deepcopy_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-09-27T15:59:07.3432083Z test_lazy_module_base_tensor (__main__.TestSubclass) ... expected failure (0.002s) 2022-09-27T15:59:07.3446738Z test_lazy_module_diag_tensor_below (__main__.TestSubclass) ... /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:59:07.3447313Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T15:59:07.3456001Z expected failure (0.002s) 2022-09-27T15:59:07.3473497Z test_lazy_module_logging_tensor (__main__.TestSubclass) ... expected failure (0.002s) 2022-09-27T15:59:07.3490653Z test_lazy_module_non_wrapper_tensor (__main__.TestSubclass) ... expected failure (0.002s) 2022-09-27T15:59:07.3508724Z test_lazy_module_sparse_tensor (__main__.TestSubclass) ... expected failure (0.002s) 2022-09-27T15:59:07.3535237Z test_module_optimization_base_tensor (__main__.TestSubclass) ... ok (0.003s) 2022-09-27T15:59:07.3588971Z test_module_optimization_diag_tensor_below (__main__.TestSubclass) ... ok (0.005s) 2022-09-27T15:59:07.3632097Z test_module_optimization_logging_tensor (__main__.TestSubclass) ... ok (0.004s) 2022-09-27T15:59:07.3661716Z test_module_optimization_non_wrapper_tensor (__main__.TestSubclass) ... ok (0.003s) 2022-09-27T15:59:07.3728105Z test_module_optimization_sparse_tensor (__main__.TestSubclass) ... ok (0.007s) 2022-09-27T15:59:07.3744235Z test_non_rewrapping_torch_dispatch_subclass_as_parameter_throws_for_detach (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T15:59:07.3754735Z test_param_invariants_base_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:07.3764284Z test_param_invariants_base_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:07.3775862Z test_param_invariants_diag_tensor_below_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:07.3786958Z test_param_invariants_diag_tensor_below_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:07.3797653Z test_param_invariants_logging_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:07.3808506Z test_param_invariants_logging_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:07.3818763Z test_param_invariants_non_wrapper_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:07.3828822Z test_param_invariants_non_wrapper_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:07.3840746Z test_param_invariants_sparse_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:07.3853262Z test_param_invariants_sparse_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:07.3870691Z test_parametrization_base_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T15:59:07.3887216Z test_parametrization_base_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T15:59:07.3900334Z test_parametrization_diag_tensor_below_leave_parametrized_False (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:07.3912839Z test_parametrization_diag_tensor_below_leave_parametrized_True (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:07.3925270Z test_parametrization_logging_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:07.3937824Z test_parametrization_logging_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:07.3955402Z test_parametrization_non_wrapper_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T15:59:07.3973704Z test_parametrization_non_wrapper_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T15:59:07.3999647Z test_parametrization_sparse_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.003s) 2022-09-27T15:59:07.4026828Z test_parametrization_sparse_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.003s) 2022-09-27T15:59:07.4038910Z test_repr_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:07.4051020Z test_repr_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:07.4063680Z test_repr_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:07.4077700Z test_repr_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:07.4090460Z test_repr_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:07.4104159Z test_repr_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:07.4116553Z test_repr_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:07.4129267Z test_repr_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:07.4142785Z test_repr_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:07.4158036Z test_repr_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:07.4178229Z test_serialization_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T15:59:07.4194915Z test_serialization_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T15:59:07.4221896Z test_serialization_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.003s) 2022-09-27T15:59:07.4247611Z test_serialization_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-09-27T15:59:07.4271092Z test_serialization_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T15:59:07.4295698Z test_serialization_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T15:59:07.4313444Z test_serialization_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T15:59:07.4332075Z test_serialization_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-09-27T15:59:07.4363698Z test_serialization_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.003s) 2022-09-27T15:59:07.4397496Z test_serialization_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-09-27T15:59:07.4407051Z test_type_propagation_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:07.4417031Z test_type_propagation_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:07.4427543Z test_type_propagation_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:07.4439352Z test_type_propagation_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:07.4449970Z test_type_propagation_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:07.4461236Z test_type_propagation_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:07.4470980Z test_type_propagation_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:07.4481068Z test_type_propagation_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:07.4492612Z test_type_propagation_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:07.4505882Z test_type_propagation_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T15:59:07.4506247Z 2022-09-27T15:59:07.4506687Z ---------------------------------------------------------------------- 2022-09-27T15:59:07.4507061Z Ran 71 tests in 0.366s 2022-09-27T15:59:07.4507241Z 2022-09-27T15:59:07.4507364Z OK (expected failures=5) 2022-09-27T15:59:07.4507538Z 2022-09-27T15:59:07.4507692Z Generating XML reports... 2022-09-27T15:59:07.4594314Z Generated XML report: test-reports/python-unittest/test_subclass/TEST-TestSubclass-20220927155907.xml 2022-09-27T15:59:07.7323251Z Running test_fx_passes ... [2022-09-27 15:59:07.731966] 2022-09-27T15:59:07.7323809Z Executing ['/opt/conda/bin/python', '-bb', 'test_fx_passes.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:59:07.732050] 2022-09-27T15:59:08.9298838Z Test results will be stored in test-reports/python-unittest/test_fx_passes 2022-09-27T15:59:08.9312649Z 2022-09-27T15:59:08.9312986Z Running tests... 2022-09-27T15:59:08.9313641Z ---------------------------------------------------------------------- 2022-09-27T15:59:09.1798528Z test_fuser_util_partition_[['add', 'add_1', 'add_2']] (__main__.TestFXGraphPasses) ... ok (0.248s) 2022-09-27T15:59:09.1864079Z test_fuser_util_partition_[['add', 'add_1'], ['add_5', 'add_6']] (__main__.TestFXGraphPasses) ... ok (0.007s) 2022-09-27T15:59:09.1925617Z test_fuser_util_partition_[['add', 'linear', 'add_1', 'param', 'add_2', 'add_3', 'add_4', 'linear2', 'add_5', 'add_6', 'relu']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-09-27T15:59:09.1983329Z test_fuser_util_partition_[['add_2', 'add_3']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-09-27T15:59:09.2039317Z test_fuser_util_partition_[['add_3', 'add_4']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-09-27T15:59:09.2094983Z test_fuser_util_partition_[['add_4', 'add_1', 'add_3', 'add_2']] (__main__.TestFXGraphPasses) ... ok (0.005s) 2022-09-27T15:59:09.2155867Z test_fuser_util_partition_[['add_5', 'add_6'], ['add_1', 'add_2', 'add_3', 'add_4']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-09-27T15:59:09.2210749Z test_fuser_util_partition_[['add_5', 'linear2']] (__main__.TestFXGraphPasses) ... ok (0.005s) 2022-09-27T15:59:09.2265591Z test_fuser_util_partition_[['add_6', 'add_5']] (__main__.TestFXGraphPasses) ... ok (0.005s) 2022-09-27T15:59:09.2322964Z test_fuser_util_partition_[['add_6', 'relu']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-09-27T15:59:09.2381545Z test_fuser_util_partition_[['param', 'add_1', 'linear']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-09-27T15:59:09.2435465Z test_fuser_util_partition_[['param', 'add_2']] (__main__.TestFXGraphPasses) ... ok (0.005s) 2022-09-27T15:59:09.2467690Z test_fuser_util_xfail_partition_[['add', 'add_1', 'add_3']] (__main__.TestFXGraphPasses) ... ok (0.003s) 2022-09-27T15:59:09.2504181Z test_fuser_util_xfail_partition_[['add', 'add_1'], ['add_1', 'add_5', 'add_6']] (__main__.TestFXGraphPasses) ... ok (0.004s) 2022-09-27T15:59:09.2542949Z test_fuser_util_xfail_partition_[['add_4', 'add_5']] (__main__.TestFXGraphPasses) ... ok (0.004s) 2022-09-27T15:59:09.2572515Z test_fuser_util_xfail_partition_[['relu', 'add_5']] (__main__.TestFXGraphPasses) ... ok (0.003s) 2022-09-27T15:59:09.2635850Z test_partitioner_fn__expected_partition_[['add_7', 'add_6'], ['add_5', 'add_4', 'add_3'], ['add_2', 'add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-09-27T15:59:09.2761411Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add', 'add_1']] (__main__.TestFXGraphPasses) ... ok (0.013s) 2022-09-27T15:59:09.2811946Z test_partitioner_fn__expected_partition_[['add_1'], ['add']] (__main__.TestFXGraphPasses) ... ok (0.005s) 2022-09-27T15:59:09.2862165Z test_partitioner_fn__expected_partition_[['add_3', 'add_2'], ['add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.005s) 2022-09-27T15:59:09.2905657Z test_partitioner_fn__expected_partition_[['add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.004s) 2022-09-27T15:59:09.2948250Z test_partitioner_fn__expected_partition_[['add']] (__main__.TestFXGraphPasses) ... ok (0.004s) 2022-09-27T15:59:09.2993559Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add', 'add_1']] (__main__.TestFXGraphPasses) ... ok (0.004s) 2022-09-27T15:59:09.3036613Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add', 'add_1']] (__main__.TestFXGraphPasses) ... ok (0.004s) 2022-09-27T15:59:09.3084395Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.005s) 2022-09-27T15:59:09.3108092Z test_partitioner_xfail_fn__expected_partition_[['add_2', 'add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.002s) 2022-09-27T15:59:09.3134149Z test_partitioner_xfail_fn__expected_partition_[['add_2', 'add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.003s) 2022-09-27T15:59:09.3173995Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-09-27T15:59:09.3212176Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-09-27T15:59:09.3252731Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-09-27T15:59:09.3288024Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.003s) 2022-09-27T15:59:09.3325569Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-09-27T15:59:09.3364881Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-09-27T15:59:09.3415383Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-09-27T15:59:09.3449641Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.003s) 2022-09-27T15:59:09.3488739Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-09-27T15:59:09.3536703Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-09-27T15:59:09.3573807Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-09-27T15:59:09.3611369Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-09-27T15:59:09.3654826Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-09-27T15:59:09.3691361Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.004s) 2022-09-27T15:59:09.3691625Z 2022-09-27T15:59:09.3691838Z ---------------------------------------------------------------------- 2022-09-27T15:59:09.3692079Z Ran 41 tests in 0.438s 2022-09-27T15:59:09.3692196Z 2022-09-27T15:59:09.3692258Z OK 2022-09-27T15:59:09.3692349Z 2022-09-27T15:59:09.3692437Z Generating XML reports... 2022-09-27T15:59:09.3735880Z Generated XML report: test-reports/python-unittest/test_fx_passes/TEST-TestFXGraphPasses-20220927155908.xml 2022-09-27T15:59:09.3747023Z Generated XML report: test-reports/python-unittest/test_fx_passes/TEST-TestFXMatcherUtils-20220927155908.xml 2022-09-27T15:59:09.6563332Z Running test_mps ... [2022-09-27 15:59:09.655985] 2022-09-27T15:59:09.6563827Z Executing ['/opt/conda/bin/python', '-bb', 'test_mps.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:59:09.656068] 2022-09-27T15:59:11.8283487Z MPS not available, skipping tests 2022-09-27T15:59:11.9520053Z Test results will be stored in test-reports/python-unittest/test_mps 2022-09-27T15:59:11.9648002Z 2022-09-27T15:59:11.9648134Z Running tests... 2022-09-27T15:59:11.9648745Z ---------------------------------------------------------------------- 2022-09-27T15:59:11.9701976Z test_output_match_H_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:11.9745855Z test_output_match_H_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:11.9789224Z test_output_match_H_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:11.9832695Z test_output_match_H_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:11.9876051Z test_output_match_H_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:11.9919121Z test_output_match_H_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:11.9962409Z test_output_match_H_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.0005437Z test_output_match_T_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.0048429Z test_output_match_T_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.0091609Z test_output_match_T_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.0134459Z test_output_match_T_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.0177397Z test_output_match_T_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.0220909Z test_output_match_T_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.0263992Z test_output_match_T_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.0306915Z test_output_match___getitem___cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.0350030Z test_output_match___getitem___cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.0392973Z test_output_match___getitem___cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.0436142Z test_output_match___getitem___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.0479372Z test_output_match___getitem___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.0522764Z test_output_match___getitem___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.0565697Z test_output_match___getitem___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.0609210Z test_output_match___radd___cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.0652288Z test_output_match___radd___cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.0695762Z test_output_match___radd___cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.0738857Z test_output_match___radd___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.0781853Z test_output_match___radd___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.0824936Z test_output_match___radd___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.0868488Z test_output_match___radd___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.0911293Z test_output_match___rand___cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.0954523Z test_output_match___rand___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.0997846Z test_output_match___rand___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.1040860Z test_output_match___rand___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.1084187Z test_output_match___rand___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.1127336Z test_output_match___rdiv___cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.1170728Z test_output_match___rdiv___cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.1214035Z test_output_match___rdiv___cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.1257326Z test_output_match___rdiv___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.1300735Z test_output_match___rdiv___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.1343789Z test_output_match___rdiv___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.1387298Z test_output_match___rdiv___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.1430222Z test_output_match___rmatmul___cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.1472950Z test_output_match___rmatmul___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.1515733Z test_output_match___rmatmul___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.1558735Z test_output_match___rmatmul___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.1602024Z test_output_match___rmatmul___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.1644866Z test_output_match___rmod___cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.1687883Z test_output_match___rmod___cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.1730883Z test_output_match___rmul___cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.1773862Z test_output_match___rmul___cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.1816957Z test_output_match___rmul___cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.1860098Z test_output_match___rmul___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.1903062Z test_output_match___rmul___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.1946153Z test_output_match___rmul___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.1989158Z test_output_match___rmul___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.2032015Z test_output_match___ror___cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.2075096Z test_output_match___ror___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.2118175Z test_output_match___ror___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.2161146Z test_output_match___ror___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.2204426Z test_output_match___ror___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.2248333Z test_output_match___rpow___cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.2291348Z test_output_match___rpow___cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.2334928Z test_output_match___rpow___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.2377556Z test_output_match___rpow___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.2420552Z test_output_match___rpow___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.2464007Z test_output_match___rpow___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.2507369Z test_output_match___rsub___cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.2550794Z test_output_match___rsub___cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.2593920Z test_output_match___rsub___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.2639875Z test_output_match___rsub___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:12.2682967Z test_output_match___rsub___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.2725836Z test_output_match___rsub___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.2768647Z test_output_match___rxor___cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.2811831Z test_output_match___rxor___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.2854650Z test_output_match___rxor___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.2897677Z test_output_match___rxor___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.2940494Z test_output_match___rxor___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.2983401Z test_output_match__masked_amax_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.3026185Z test_output_match__masked_amax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.3069289Z test_output_match__masked_amax_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.3112460Z test_output_match__masked_amax_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.3155535Z test_output_match__masked_amax_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.3198688Z test_output_match__masked_amax_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.3241647Z test_output_match__masked_amin_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.3284642Z test_output_match__masked_amin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.3327521Z test_output_match__masked_amin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.3370867Z test_output_match__masked_amin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.3413746Z test_output_match__masked_amin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.3456823Z test_output_match__masked_amin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.3499738Z test_output_match__masked_argmax_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.3542718Z test_output_match__masked_argmax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.3585838Z test_output_match__masked_argmax_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.3629069Z test_output_match__masked_argmax_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.3671839Z test_output_match__masked_argmax_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.3714686Z test_output_match__masked_argmax_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.3757679Z test_output_match__masked_argmin_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.3800556Z test_output_match__masked_argmin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.3843499Z test_output_match__masked_argmin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.3886359Z test_output_match__masked_argmin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.3929387Z test_output_match__masked_argmin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.3972383Z test_output_match__masked_argmin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.4015139Z test_output_match__masked_cumprod_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.4057902Z test_output_match__masked_cumprod_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.4100706Z test_output_match__masked_cumprod_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.4143622Z test_output_match__masked_cumprod_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.4186655Z test_output_match__masked_cumprod_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.4229450Z test_output_match__masked_cumsum_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.4272240Z test_output_match__masked_cumsum_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.4315013Z test_output_match__masked_cumsum_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.4357763Z test_output_match__masked_cumsum_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.4400478Z test_output_match__masked_cumsum_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.4443287Z test_output_match__masked_log_softmax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.4486022Z test_output_match__masked_logaddexp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.4528788Z test_output_match__masked_logsumexp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.4571890Z test_output_match__masked_logsumexp_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.4614584Z test_output_match__masked_logsumexp_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.4657457Z test_output_match__masked_logsumexp_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.4700292Z test_output_match__masked_logsumexp_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.4743028Z test_output_match__masked_mean_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.4785827Z test_output_match__masked_mean_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.4828352Z test_output_match__masked_mean_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.4871388Z test_output_match__masked_mean_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.4914231Z test_output_match__masked_mean_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.4956994Z test_output_match__masked_mean_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.4999997Z test_output_match__masked_mean_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.5042653Z test_output_match__masked_median_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.5085564Z test_output_match__masked_norm_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.5128460Z test_output_match__masked_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.5171313Z test_output_match__masked_normalize_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.5214601Z test_output_match__masked_normalize_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.5257289Z test_output_match__masked_prod_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.5300425Z test_output_match__masked_prod_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.5343066Z test_output_match__masked_prod_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.5385454Z test_output_match__masked_prod_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.5428455Z test_output_match__masked_prod_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.5474193Z test_output_match__masked_prod_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:12.5517601Z test_output_match__masked_softmax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.5560945Z test_output_match__masked_softmin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.5603955Z test_output_match__masked_std_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.5647037Z test_output_match__masked_std_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.5691004Z test_output_match__masked_std_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.5734546Z test_output_match__masked_std_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.5777813Z test_output_match__masked_std_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.5821022Z test_output_match__masked_sum_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.5864239Z test_output_match__masked_sum_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.5907387Z test_output_match__masked_sum_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.5950541Z test_output_match__masked_sum_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.5993582Z test_output_match__masked_sum_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.6036606Z test_output_match__masked_sum_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.6079891Z test_output_match__masked_sum_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.6123295Z test_output_match__masked_var_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.6166312Z test_output_match__masked_var_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.6209940Z test_output_match__masked_var_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.6253165Z test_output_match__masked_var_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.6296165Z test_output_match__masked_var_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.6339146Z test_output_match__masked_var_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.6382041Z test_output_match_abs_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.6425158Z test_output_match_abs_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.6468084Z test_output_match_abs_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.6511435Z test_output_match_abs_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.6554524Z test_output_match_abs_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.6597662Z test_output_match_abs_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.6640243Z test_output_match_acos_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.6683431Z test_output_match_acos_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.6726568Z test_output_match_acos_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.6769857Z test_output_match_acos_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.6812887Z test_output_match_acos_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.6855996Z test_output_match_acos_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.6898664Z test_output_match_acosh_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.6941913Z test_output_match_acosh_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.6985155Z test_output_match_acosh_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.7028279Z test_output_match_acosh_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.7071691Z test_output_match_acosh_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.7115137Z test_output_match_acosh_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.7158311Z test_output_match_add_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.7201865Z test_output_match_add_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.7245064Z test_output_match_add_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.7288262Z test_output_match_add_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.7331877Z test_output_match_add_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.7375298Z test_output_match_add_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.7418526Z test_output_match_add_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.7461834Z test_output_match_addbmm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.7505177Z test_output_match_addbmm_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.7548306Z test_output_match_addbmm_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.7591538Z test_output_match_addbmm_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.7634700Z test_output_match_addbmm_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.7677827Z test_output_match_addcdiv_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.7720962Z test_output_match_addcmul_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.7764234Z test_output_match_addcmul_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.7807597Z test_output_match_addcmul_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.7851020Z test_output_match_addcmul_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.7894451Z test_output_match_addcmul_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.7937381Z test_output_match_addmm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.7980653Z test_output_match_addmm_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.8023580Z test_output_match_addmm_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.8066629Z test_output_match_addmm_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.8109793Z test_output_match_addmm_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.8152845Z test_output_match_addmm_decomposed_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.8195993Z test_output_match_addmm_decomposed_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.8239201Z test_output_match_addmm_decomposed_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.8282501Z test_output_match_addmm_decomposed_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.8325651Z test_output_match_addmm_decomposed_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.8368917Z test_output_match_addmv_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.8412189Z test_output_match_addmv_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.8455561Z test_output_match_addmv_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.8498630Z test_output_match_addmv_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.8541761Z test_output_match_addmv_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.8585009Z test_output_match_addr_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.8628126Z test_output_match_addr_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.8671206Z test_output_match_addr_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.8714308Z test_output_match_addr_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.8757509Z test_output_match_addr_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.8800860Z test_output_match_addr_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.8843590Z test_output_match_addr_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.8886801Z test_output_match_all_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.8930035Z test_output_match_all_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.8973423Z test_output_match_all_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.9016343Z test_output_match_all_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.9059563Z test_output_match_all_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.9102586Z test_output_match_all_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.9145822Z test_output_match_all_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.9188828Z test_output_match_allclose_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.9231640Z test_output_match_allclose_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.9274734Z test_output_match_amax_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.9318046Z test_output_match_amax_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.9360857Z test_output_match_amax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.9403847Z test_output_match_amax_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.9447041Z test_output_match_amax_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.9490276Z test_output_match_amax_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.9533482Z test_output_match_amax_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.9576778Z test_output_match_amin_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.9619422Z test_output_match_amin_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.9662359Z test_output_match_amin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.9705488Z test_output_match_amin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.9748578Z test_output_match_amin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.9791537Z test_output_match_amin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.9834614Z test_output_match_amin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.9877621Z test_output_match_aminmax_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.9920766Z test_output_match_aminmax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:12.9964154Z test_output_match_aminmax_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.0007403Z test_output_match_aminmax_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.0050277Z test_output_match_aminmax_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.0093764Z test_output_match_aminmax_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.0139382Z test_output_match_angle_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:13.0182524Z test_output_match_angle_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.0225629Z test_output_match_angle_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.0268448Z test_output_match_angle_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.0311251Z test_output_match_angle_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.0354486Z test_output_match_angle_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.0401201Z test_output_match_angle_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:13.0444005Z test_output_match_any_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.0486914Z test_output_match_any_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.0530154Z test_output_match_any_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.0572969Z test_output_match_any_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.0616096Z test_output_match_any_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.0659232Z test_output_match_any_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.0702766Z test_output_match_any_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.0745771Z test_output_match_arange_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.0788558Z test_output_match_arange_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.0831326Z test_output_match_arange_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.0874208Z test_output_match_arange_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.0916825Z test_output_match_arange_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.0959829Z test_output_match_arange_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.1002562Z test_output_match_argmax_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.1045695Z test_output_match_argmax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.1088635Z test_output_match_argmax_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.1131594Z test_output_match_argmax_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.1174419Z test_output_match_argmax_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.1216979Z test_output_match_argmax_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.1259926Z test_output_match_argmin_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.1303101Z test_output_match_argmin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.1346127Z test_output_match_argmin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.1389326Z test_output_match_argmin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.1432383Z test_output_match_argmin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.1475525Z test_output_match_argmin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.1518692Z test_output_match_argsort_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.1561726Z test_output_match_argsort_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.1605159Z test_output_match_argsort_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.1648405Z test_output_match_argsort_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.1691819Z test_output_match_argsort_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.1734836Z test_output_match_argsort_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.1777936Z test_output_match_argsort_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.1820801Z test_output_match_argwhere_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.1863952Z test_output_match_argwhere_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.1907051Z test_output_match_argwhere_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.1949926Z test_output_match_argwhere_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.1992809Z test_output_match_argwhere_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.2035698Z test_output_match_argwhere_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.2079584Z test_output_match_argwhere_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.2122401Z test_output_match_as_strided_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.2165399Z test_output_match_as_strided_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.2208395Z test_output_match_as_strided_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.2251634Z test_output_match_as_strided_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.2294491Z test_output_match_as_strided_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.2337464Z test_output_match_as_strided_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.2380207Z test_output_match_as_strided_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.2423206Z test_output_match_as_strided_scatter_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.2466051Z test_output_match_as_strided_scatter_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.2508640Z test_output_match_as_strided_scatter_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.2551413Z test_output_match_as_strided_scatter_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.2594207Z test_output_match_as_strided_scatter_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.2636939Z test_output_match_as_strided_scatter_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.2679796Z test_output_match_as_strided_scatter_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.2722589Z test_output_match_asin_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.2765763Z test_output_match_asin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.2808710Z test_output_match_asin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.2851801Z test_output_match_asin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.2895121Z test_output_match_asin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.2938027Z test_output_match_asin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.2980744Z test_output_match_asinh_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.3023984Z test_output_match_asinh_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.3066466Z test_output_match_asinh_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.3109295Z test_output_match_asinh_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.3152314Z test_output_match_asinh_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.3195344Z test_output_match_asinh_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.3238271Z test_output_match_atan2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.3281282Z test_output_match_atan2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.3324347Z test_output_match_atan2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.3367198Z test_output_match_atan2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.3410425Z test_output_match_atan2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.3453288Z test_output_match_atan2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.3496027Z test_output_match_atan_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.3538991Z test_output_match_atan_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.3581658Z test_output_match_atan_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.3624884Z test_output_match_atan_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.3668006Z test_output_match_atan_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.3710923Z test_output_match_atan_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.3754103Z test_output_match_atanh_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.3797380Z test_output_match_atanh_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.3840511Z test_output_match_atanh_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.3883474Z test_output_match_atanh_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.3926533Z test_output_match_atanh_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.3969570Z test_output_match_atanh_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.4015744Z test_output_match_atleast_1d_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:13.4058585Z test_output_match_atleast_1d_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.4101284Z test_output_match_atleast_1d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.4143960Z test_output_match_atleast_1d_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.4186547Z test_output_match_atleast_1d_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.4229741Z test_output_match_atleast_1d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.4275577Z test_output_match_atleast_1d_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:13.4319202Z test_output_match_atleast_2d_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.4361435Z test_output_match_atleast_2d_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.4404415Z test_output_match_atleast_2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.4447266Z test_output_match_atleast_2d_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.4490450Z test_output_match_atleast_2d_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.4536568Z test_output_match_atleast_2d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:13.4579443Z test_output_match_atleast_2d_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.4622269Z test_output_match_atleast_3d_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.4665038Z test_output_match_atleast_3d_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.4707608Z test_output_match_atleast_3d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.4750871Z test_output_match_atleast_3d_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.4796857Z test_output_match_atleast_3d_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:13.4839871Z test_output_match_atleast_3d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.4882832Z test_output_match_atleast_3d_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.4925643Z test_output_match_baddbmm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.4968420Z test_output_match_baddbmm_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.5011694Z test_output_match_baddbmm_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.5054651Z test_output_match_baddbmm_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.5100433Z test_output_match_baddbmm_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:13.5143460Z test_output_match_bernoulli_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.5185926Z test_output_match_bfloat16_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.5228668Z test_output_match_bfloat16_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.5271401Z test_output_match_bfloat16_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.5314468Z test_output_match_bfloat16_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.5360654Z test_output_match_bfloat16_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:13.5403305Z test_output_match_bfloat16_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.5446169Z test_output_match_bfloat16_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.5488870Z test_output_match_bincount_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.5531691Z test_output_match_bincount_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.5574573Z test_output_match_bincount_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.5620829Z test_output_match_bincount_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:13.5663563Z test_output_match_bitwise_and_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.5706995Z test_output_match_bitwise_and_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.5750065Z test_output_match_bitwise_and_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.5792917Z test_output_match_bitwise_and_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.5836297Z test_output_match_bitwise_and_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.5879448Z test_output_match_bitwise_left_shift_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.5925242Z test_output_match_bitwise_left_shift_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:13.5968006Z test_output_match_bitwise_left_shift_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.6011004Z test_output_match_bitwise_left_shift_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.6053577Z test_output_match_bitwise_not_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.6096095Z test_output_match_bitwise_not_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.6139248Z test_output_match_bitwise_not_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.6185053Z test_output_match_bitwise_not_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:13.6228219Z test_output_match_bitwise_not_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.6270904Z test_output_match_bitwise_or_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.6313708Z test_output_match_bitwise_or_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.6356262Z test_output_match_bitwise_or_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.6399312Z test_output_match_bitwise_or_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.6445267Z test_output_match_bitwise_or_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:13.6488150Z test_output_match_bitwise_right_shift_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.6530798Z test_output_match_bitwise_right_shift_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.6573386Z test_output_match_bitwise_right_shift_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.6615863Z test_output_match_bitwise_right_shift_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.6658720Z test_output_match_bitwise_xor_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.6704779Z test_output_match_bitwise_xor_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:13.6747596Z test_output_match_bitwise_xor_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.6790404Z test_output_match_bitwise_xor_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.6833229Z test_output_match_bitwise_xor_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.6876019Z test_output_match_block_diag_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.6918974Z test_output_match_block_diag_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.6961989Z test_output_match_block_diag_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.7007773Z test_output_match_block_diag_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:13.7050718Z test_output_match_block_diag_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.7093152Z test_output_match_block_diag_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.7135988Z test_output_match_block_diag_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.7178866Z test_output_match_bmm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.7221758Z test_output_match_bmm_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.7267725Z test_output_match_bmm_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:13.7310490Z test_output_match_bmm_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.7353172Z test_output_match_bmm_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.7395798Z test_output_match_bool_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.7438355Z test_output_match_bool_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.7481393Z test_output_match_bool_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.7527569Z test_output_match_bool_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:13.7570559Z test_output_match_bool_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.7613366Z test_output_match_bool_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.7655841Z test_output_match_bool_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.7698416Z test_output_match_broadcast_shapes_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.7741372Z test_output_match_broadcast_tensors_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.7787339Z test_output_match_broadcast_tensors_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:13.7830332Z test_output_match_broadcast_tensors_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.7873089Z test_output_match_broadcast_tensors_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.7915879Z test_output_match_broadcast_tensors_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.7958669Z test_output_match_broadcast_tensors_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.8001565Z test_output_match_broadcast_tensors_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.8047373Z test_output_match_broadcast_to_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:13.8090659Z test_output_match_broadcast_to_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.8133743Z test_output_match_broadcast_to_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.8176286Z test_output_match_broadcast_to_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.8218968Z test_output_match_broadcast_to_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.8261880Z test_output_match_broadcast_to_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.8307918Z test_output_match_broadcast_to_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:13.8350761Z test_output_match_bucketize_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.8393444Z test_output_match_bucketize_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.8436050Z test_output_match_bucketize_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.8478592Z test_output_match_bucketize_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.8521966Z test_output_match_bucketize_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.8567873Z test_output_match_bucketize_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:13.8610765Z test_output_match_byte_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.8653430Z test_output_match_byte_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.8696196Z test_output_match_byte_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.8738708Z test_output_match_byte_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.8781615Z test_output_match_byte_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.8824522Z test_output_match_byte_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.8870336Z test_output_match_byte_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:13.8913100Z test_output_match_cartesian_prod_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.8956200Z test_output_match_cartesian_prod_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.8998791Z test_output_match_cartesian_prod_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.9041476Z test_output_match_cartesian_prod_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.9084662Z test_output_match_cartesian_prod_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.9131009Z test_output_match_cartesian_prod_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:13.9173894Z test_output_match_cartesian_prod_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.9216501Z test_output_match_cat_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.9259215Z test_output_match_cat_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.9301964Z test_output_match_cat_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.9344792Z test_output_match_cat_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.9387666Z test_output_match_cat_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.9433850Z test_output_match_cat_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:13.9476595Z test_output_match_cat_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.9519410Z test_output_match_cdist_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.9562321Z test_output_match_ceil_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.9605329Z test_output_match_ceil_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.9648800Z test_output_match_ceil_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.9692466Z test_output_match_ceil_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.9735447Z test_output_match_ceil_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.9778456Z test_output_match_chalf_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.9821631Z test_output_match_chalf_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.9865066Z test_output_match_chalf_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.9908188Z test_output_match_chalf_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.9951479Z test_output_match_chalf_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:13.9994463Z test_output_match_chalf_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.0037535Z test_output_match_chalf_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.0080619Z test_output_match_char_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.0123586Z test_output_match_char_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.0167109Z test_output_match_char_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.0210099Z test_output_match_char_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.0253413Z test_output_match_char_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.0296081Z test_output_match_char_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.0338915Z test_output_match_char_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.0381861Z test_output_match_cholesky_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.0425078Z test_output_match_cholesky_inverse_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.0468079Z test_output_match_cholesky_solve_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.0511296Z test_output_match_chunk_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.0554419Z test_output_match_chunk_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.0603926Z test_output_match_chunk_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:14.0647386Z test_output_match_chunk_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.0691643Z test_output_match_chunk_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.0734537Z test_output_match_chunk_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.0778031Z test_output_match_chunk_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.0820958Z test_output_match_clamp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.0863926Z test_output_match_clamp_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.0906853Z test_output_match_clamp_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.0949732Z test_output_match_clamp_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.0992754Z test_output_match_clamp_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.1035698Z test_output_match_clamp_max_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.1078885Z test_output_match_clamp_max_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.1121994Z test_output_match_clamp_max_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.1164895Z test_output_match_clamp_max_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.1207935Z test_output_match_clamp_max_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.1250574Z test_output_match_clamp_max_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.1293733Z test_output_match_clamp_max_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.1336690Z test_output_match_clamp_min_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.1380030Z test_output_match_clamp_min_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.1422927Z test_output_match_clamp_min_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.1465965Z test_output_match_clamp_min_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.1508822Z test_output_match_clamp_min_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.1552044Z test_output_match_clamp_min_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.1594646Z test_output_match_clamp_min_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.1637801Z test_output_match_clone_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.1681277Z test_output_match_clone_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.1725020Z test_output_match_clone_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.1769380Z test_output_match_clone_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.1813229Z test_output_match_clone_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.1857437Z test_output_match_clone_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.1900540Z test_output_match_clone_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.1943577Z test_output_match_column_stack_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.1986895Z test_output_match_column_stack_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.2030502Z test_output_match_column_stack_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.2073768Z test_output_match_column_stack_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.2117384Z test_output_match_column_stack_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.2160725Z test_output_match_column_stack_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.2203748Z test_output_match_column_stack_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.2246950Z test_output_match_combinations_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.2290518Z test_output_match_combinations_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.2333633Z test_output_match_combinations_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.2376673Z test_output_match_combinations_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.2419941Z test_output_match_combinations_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.2463269Z test_output_match_combinations_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.2506876Z test_output_match_combinations_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.2550374Z test_output_match_complex_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.2593866Z test_output_match_complex_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.2637109Z test_output_match_conj_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.2680672Z test_output_match_conj_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.2723980Z test_output_match_conj_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.2767526Z test_output_match_conj_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.2811245Z test_output_match_conj_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.2854911Z test_output_match_conj_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.2898877Z test_output_match_conj_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.2942447Z test_output_match_conj_physical_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.2986049Z test_output_match_conj_physical_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.3029361Z test_output_match_conj_physical_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.3072792Z test_output_match_conj_physical_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.3116356Z test_output_match_conj_physical_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.3160015Z test_output_match_conj_physical_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.3203412Z test_output_match_conj_physical_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.3246687Z test_output_match_constant_pad_nd_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.3290470Z test_output_match_constant_pad_nd_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.3333781Z test_output_match_constant_pad_nd_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.3377362Z test_output_match_constant_pad_nd_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.3420824Z test_output_match_constant_pad_nd_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.3464143Z test_output_match_constant_pad_nd_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.3507777Z test_output_match_constant_pad_nd_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.3551304Z test_output_match_contiguous_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.3594799Z test_output_match_contiguous_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.3638247Z test_output_match_contiguous_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.3681885Z test_output_match_contiguous_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.3725154Z test_output_match_contiguous_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.3768640Z test_output_match_contiguous_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.3812394Z test_output_match_contiguous_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.3855995Z test_output_match_copysign_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.3899503Z test_output_match_copysign_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.3942834Z test_output_match_copysign_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.3986110Z test_output_match_copysign_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.4029461Z test_output_match_copysign_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.4072947Z test_output_match_copysign_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.4116386Z test_output_match_copysign_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.4159802Z test_output_match_corrcoef_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.4203228Z test_output_match_corrcoef_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.4246853Z test_output_match_corrcoef_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.4290519Z test_output_match_corrcoef_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.4334146Z test_output_match_corrcoef_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.4377823Z test_output_match_cos_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.4421166Z test_output_match_cos_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.4464731Z test_output_match_cos_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.4508097Z test_output_match_cos_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.4551359Z test_output_match_cos_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.4594998Z test_output_match_cos_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.4638320Z test_output_match_cosh_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.4681634Z test_output_match_cosh_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.4725107Z test_output_match_cosh_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.4768382Z test_output_match_cosh_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.4812302Z test_output_match_cosh_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.4855664Z test_output_match_cosh_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.4899398Z test_output_match_count_nonzero_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.4942813Z test_output_match_count_nonzero_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.4986015Z test_output_match_count_nonzero_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.5029487Z test_output_match_count_nonzero_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.5072905Z test_output_match_count_nonzero_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.5116681Z test_output_match_count_nonzero_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.5159866Z test_output_match_count_nonzero_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.5203150Z test_output_match_cov_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.5246643Z test_output_match_cov_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.5290907Z test_output_match_cov_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.5334078Z test_output_match_cov_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.5377695Z test_output_match_cov_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.5421299Z test_output_match_cross_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.5464481Z test_output_match_cross_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.5508013Z test_output_match_cross_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.5551658Z test_output_match_cross_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.5595177Z test_output_match_cross_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.5638609Z test_output_match_cummax_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.5682797Z test_output_match_cummax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.5726576Z test_output_match_cummax_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.5769779Z test_output_match_cummax_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.5813274Z test_output_match_cummax_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.5856719Z test_output_match_cummax_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.5900299Z test_output_match_cummin_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.5943786Z test_output_match_cummin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.5986808Z test_output_match_cummin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.6029933Z test_output_match_cummin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.6073295Z test_output_match_cummin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.6116605Z test_output_match_cummin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.6159597Z test_output_match_cumprod_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.6202759Z test_output_match_cumprod_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.6245979Z test_output_match_cumprod_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.6289616Z test_output_match_cumprod_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.6333083Z test_output_match_cumprod_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.6376046Z test_output_match_cumsum_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.6419470Z test_output_match_cumsum_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.6462637Z test_output_match_cumsum_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.6505876Z test_output_match_cumsum_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.6549121Z test_output_match_cumsum_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.6592514Z test_output_match_cumulative_trapezoid_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.6635601Z test_output_match_cumulative_trapezoid_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.6678979Z test_output_match_cumulative_trapezoid_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.6722134Z test_output_match_cumulative_trapezoid_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.6765365Z test_output_match_cumulative_trapezoid_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.6808652Z test_output_match_deg2rad_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.6852047Z test_output_match_deg2rad_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.6895521Z test_output_match_deg2rad_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.6938656Z test_output_match_deg2rad_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.6982056Z test_output_match_deg2rad_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.7025398Z test_output_match_deg2rad_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.7068819Z test_output_match_deg2rad_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.7112251Z test_output_match_diag_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.7155613Z test_output_match_diag_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.7198808Z test_output_match_diag_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.7242031Z test_output_match_diag_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.7285259Z test_output_match_diag_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.7328389Z test_output_match_diag_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.7371851Z test_output_match_diag_embed_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.7414852Z test_output_match_diag_embed_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.7458390Z test_output_match_diag_embed_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.7501459Z test_output_match_diag_embed_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.7545030Z test_output_match_diag_embed_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.7588391Z test_output_match_diag_embed_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.7631710Z test_output_match_diag_embed_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.7675063Z test_output_match_diagflat_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.7718056Z test_output_match_diagflat_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.7761330Z test_output_match_diagflat_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.7804547Z test_output_match_diagflat_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.7847970Z test_output_match_diagflat_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.7891700Z test_output_match_diagflat_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.7934857Z test_output_match_diagonal_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.7978431Z test_output_match_diagonal_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.8021669Z test_output_match_diagonal_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.8065057Z test_output_match_diagonal_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.8108344Z test_output_match_diagonal_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.8151620Z test_output_match_diagonal_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.8194871Z test_output_match_diagonal_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.8237910Z test_output_match_diagonal_scatter_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.8281390Z test_output_match_diagonal_scatter_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.8324506Z test_output_match_diagonal_scatter_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.8367723Z test_output_match_diagonal_scatter_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.8411441Z test_output_match_diagonal_scatter_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.8454803Z test_output_match_diagonal_scatter_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.8498177Z test_output_match_diagonal_scatter_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.8541120Z test_output_match_diff_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.8584156Z test_output_match_diff_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.8627234Z test_output_match_diff_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.8670562Z test_output_match_diff_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.8713878Z test_output_match_diff_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.8757425Z test_output_match_diff_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.8800457Z test_output_match_diff_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.8843543Z test_output_match_digamma_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.8887126Z test_output_match_digamma_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.8930514Z test_output_match_digamma_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.8973844Z test_output_match_digamma_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.9016893Z test_output_match_digamma_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.9059950Z test_output_match_digamma_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.9103204Z test_output_match_dist_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.9146690Z test_output_match_dist_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.9189959Z test_output_match_div_floor_rounding_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.9233221Z test_output_match_div_floor_rounding_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.9277000Z test_output_match_div_floor_rounding_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.9320182Z test_output_match_div_floor_rounding_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.9363302Z test_output_match_div_floor_rounding_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.9406377Z test_output_match_div_floor_rounding_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.9449595Z test_output_match_div_no_rounding_mode_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.9492860Z test_output_match_div_no_rounding_mode_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.9536286Z test_output_match_div_no_rounding_mode_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.9579864Z test_output_match_div_no_rounding_mode_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.9622989Z test_output_match_div_no_rounding_mode_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.9666156Z test_output_match_div_no_rounding_mode_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.9709544Z test_output_match_div_no_rounding_mode_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.9752904Z test_output_match_div_trunc_rounding_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.9796231Z test_output_match_div_trunc_rounding_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.9839616Z test_output_match_div_trunc_rounding_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.9882921Z test_output_match_div_trunc_rounding_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.9925893Z test_output_match_div_trunc_rounding_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:14.9969158Z test_output_match_div_trunc_rounding_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.0012268Z test_output_match_dot_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.0055843Z test_output_match_dot_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.0099004Z test_output_match_dot_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.0142338Z test_output_match_dot_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.0185744Z test_output_match_dot_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.0228846Z test_output_match_double_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.0271754Z test_output_match_double_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.0315017Z test_output_match_double_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.0358113Z test_output_match_double_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.0401171Z test_output_match_double_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.0444280Z test_output_match_double_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.0487181Z test_output_match_double_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.0530654Z test_output_match_dsplit_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.0573966Z test_output_match_dsplit_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.0617013Z test_output_match_dsplit_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.0660499Z test_output_match_dsplit_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.0703809Z test_output_match_dsplit_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.0747240Z test_output_match_dsplit_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.0790416Z test_output_match_dsplit_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.0834148Z test_output_match_dstack_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.0877334Z test_output_match_dstack_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.0920904Z test_output_match_dstack_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.0963899Z test_output_match_dstack_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.1006972Z test_output_match_dstack_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.1050237Z test_output_match_dstack_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.1093220Z test_output_match_dstack_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.1136233Z test_output_match_einsum_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.1179261Z test_output_match_einsum_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.1222394Z test_output_match_einsum_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.1265302Z test_output_match_einsum_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.1308520Z test_output_match_einsum_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.1351632Z test_output_match_empty_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.1394813Z test_output_match_empty_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.1437931Z test_output_match_empty_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.1480684Z test_output_match_empty_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.1523918Z test_output_match_empty_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.1567024Z test_output_match_empty_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.1610289Z test_output_match_empty_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.1653667Z test_output_match_empty_like_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.1696726Z test_output_match_empty_like_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.1739601Z test_output_match_empty_like_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.1782585Z test_output_match_empty_like_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.1825681Z test_output_match_empty_like_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.1868854Z test_output_match_empty_like_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.1912059Z test_output_match_empty_like_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.1955253Z test_output_match_eq_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.1998236Z test_output_match_eq_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.2041450Z test_output_match_eq_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.2085240Z test_output_match_eq_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.2128409Z test_output_match_eq_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.2172021Z test_output_match_eq_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.2215230Z test_output_match_eq_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.2258150Z test_output_match_equal_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.2301397Z test_output_match_equal_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.2344470Z test_output_match_equal_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.2387857Z test_output_match_equal_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.2430838Z test_output_match_equal_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.2474185Z test_output_match_equal_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.2517343Z test_output_match_equal_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.2560510Z test_output_match_erf_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.2603669Z test_output_match_erf_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.2647743Z test_output_match_erf_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.2690880Z test_output_match_erf_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.2734119Z test_output_match_erf_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.2777280Z test_output_match_erf_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.2820299Z test_output_match_erfc_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.2863392Z test_output_match_erfc_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.2906689Z test_output_match_erfc_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.2950001Z test_output_match_erfc_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.2993098Z test_output_match_erfc_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.3036367Z test_output_match_erfc_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.3079552Z test_output_match_erfinv_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.3122937Z test_output_match_erfinv_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.3166386Z test_output_match_erfinv_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.3210297Z test_output_match_erfinv_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.3253119Z test_output_match_erfinv_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.3296275Z test_output_match_erfinv_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.3339317Z test_output_match_exp2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.3382405Z test_output_match_exp2_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.3425609Z test_output_match_exp2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.3468863Z test_output_match_exp2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.3512104Z test_output_match_exp2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.3555144Z test_output_match_exp2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.3598266Z test_output_match_exp2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.3641540Z test_output_match_exp_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.3684767Z test_output_match_exp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.3727852Z test_output_match_exp_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.3771037Z test_output_match_exp_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.3814382Z test_output_match_exp_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.3857715Z test_output_match_exp_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.3900733Z test_output_match_expand_as_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.3944231Z test_output_match_expand_as_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.3987138Z test_output_match_expand_as_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.4030293Z test_output_match_expand_as_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.4073534Z test_output_match_expand_as_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.4116759Z test_output_match_expand_as_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.4159833Z test_output_match_expand_as_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.4202900Z test_output_match_expand_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.4246013Z test_output_match_expand_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.4289238Z test_output_match_expand_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.4332259Z test_output_match_expand_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.4375162Z test_output_match_expand_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.4418395Z test_output_match_expand_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.4461962Z test_output_match_expand_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.4504845Z test_output_match_expm1_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.4548001Z test_output_match_expm1_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.4591344Z test_output_match_expm1_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.4634669Z test_output_match_expm1_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.4677937Z test_output_match_expm1_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.4721090Z test_output_match_expm1_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.4764889Z test_output_match_eye_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.4808360Z test_output_match_eye_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.4851611Z test_output_match_eye_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.4895608Z test_output_match_eye_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.4939082Z test_output_match_eye_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.4982207Z test_output_match_eye_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.5025501Z test_output_match_eye_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.5069087Z test_output_match_fft_fft2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.5112434Z test_output_match_fft_fft2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.5155757Z test_output_match_fft_fft2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.5198761Z test_output_match_fft_fft2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.5242351Z test_output_match_fft_fft2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.5285797Z test_output_match_fft_fft2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.5329191Z test_output_match_fft_fft_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.5372564Z test_output_match_fft_fft_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.5415824Z test_output_match_fft_fft_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.5459404Z test_output_match_fft_fft_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.5503065Z test_output_match_fft_fft_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.5546194Z test_output_match_fft_fft_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.5589364Z test_output_match_fft_fftn_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.5632815Z test_output_match_fft_fftn_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.5676956Z test_output_match_fft_fftn_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.5720004Z test_output_match_fft_fftn_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.5763641Z test_output_match_fft_fftn_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.5806244Z test_output_match_fft_fftn_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.5849500Z test_output_match_fft_fftshift_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.5892863Z test_output_match_fft_fftshift_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.5935806Z test_output_match_fft_fftshift_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.5979191Z test_output_match_fft_fftshift_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.6022439Z test_output_match_fft_fftshift_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.6065286Z test_output_match_fft_fftshift_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.6108572Z test_output_match_fft_fftshift_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.6151576Z test_output_match_fft_hfft2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.6194779Z test_output_match_fft_hfft2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.6237612Z test_output_match_fft_hfft2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.6280961Z test_output_match_fft_hfft2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.6324196Z test_output_match_fft_hfft2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.6367252Z test_output_match_fft_hfft2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.6410124Z test_output_match_fft_hfft_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.6453368Z test_output_match_fft_hfft_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.6496160Z test_output_match_fft_hfft_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.6538991Z test_output_match_fft_hfft_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.6581874Z test_output_match_fft_hfft_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.6624768Z test_output_match_fft_hfft_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.6667709Z test_output_match_fft_hfftn_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.6710717Z test_output_match_fft_hfftn_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.6753734Z test_output_match_fft_hfftn_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.6796647Z test_output_match_fft_hfftn_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.6839574Z test_output_match_fft_hfftn_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.6883087Z test_output_match_fft_hfftn_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.6926355Z test_output_match_fft_ifft2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.6969946Z test_output_match_fft_ifft2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.7013244Z test_output_match_fft_ifft2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.7056258Z test_output_match_fft_ifft2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.7099242Z test_output_match_fft_ifft2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.7142256Z test_output_match_fft_ifft2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.7185368Z test_output_match_fft_ifft_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.7228263Z test_output_match_fft_ifft_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.7271091Z test_output_match_fft_ifft_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.7313826Z test_output_match_fft_ifft_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.7356570Z test_output_match_fft_ifft_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.7399496Z test_output_match_fft_ifft_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.7442279Z test_output_match_fft_ifftn_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.7485301Z test_output_match_fft_ifftn_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.7528212Z test_output_match_fft_ifftn_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.7571338Z test_output_match_fft_ifftn_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.7614104Z test_output_match_fft_ifftn_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.7657086Z test_output_match_fft_ifftn_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.7699884Z test_output_match_fft_ifftshift_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.7743008Z test_output_match_fft_ifftshift_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.7786193Z test_output_match_fft_ifftshift_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.7829239Z test_output_match_fft_ifftshift_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.7872368Z test_output_match_fft_ifftshift_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.7915017Z test_output_match_fft_ifftshift_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.7957750Z test_output_match_fft_ifftshift_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.8000441Z test_output_match_fft_ihfft2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.8043343Z test_output_match_fft_ihfft2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.8086295Z test_output_match_fft_ihfft2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.8129571Z test_output_match_fft_ihfft2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.8172308Z test_output_match_fft_ihfft2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.8215205Z test_output_match_fft_ihfft2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.8257892Z test_output_match_fft_ihfft_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.8300641Z test_output_match_fft_ihfft_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.8343715Z test_output_match_fft_ihfft_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.8386776Z test_output_match_fft_ihfft_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.8429713Z test_output_match_fft_ihfft_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.8472533Z test_output_match_fft_ihfft_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.8515701Z test_output_match_fft_ihfftn_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.8558696Z test_output_match_fft_ihfftn_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.8601768Z test_output_match_fft_ihfftn_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.8644923Z test_output_match_fft_ihfftn_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.8687674Z test_output_match_fft_ihfftn_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.8731010Z test_output_match_fft_ihfftn_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.8773953Z test_output_match_fft_irfft2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.8816878Z test_output_match_fft_irfft2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.8859879Z test_output_match_fft_irfft2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.8903224Z test_output_match_fft_irfft2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.8946063Z test_output_match_fft_irfft2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.8989401Z test_output_match_fft_irfft2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.9032309Z test_output_match_fft_irfft_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.9075475Z test_output_match_fft_irfft_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.9118455Z test_output_match_fft_irfft_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.9161529Z test_output_match_fft_irfft_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.9204418Z test_output_match_fft_irfft_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.9247175Z test_output_match_fft_irfft_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.9290241Z test_output_match_fft_irfftn_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.9333153Z test_output_match_fft_irfftn_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.9376189Z test_output_match_fft_irfftn_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.9419606Z test_output_match_fft_irfftn_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.9462280Z test_output_match_fft_irfftn_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.9505107Z test_output_match_fft_irfftn_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.9547846Z test_output_match_fft_rfft2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.9590820Z test_output_match_fft_rfft2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.9633749Z test_output_match_fft_rfft2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.9676665Z test_output_match_fft_rfft2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.9719670Z test_output_match_fft_rfft2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.9762385Z test_output_match_fft_rfft2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.9805765Z test_output_match_fft_rfft_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.9848523Z test_output_match_fft_rfft_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.9892170Z test_output_match_fft_rfft_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:15.9938236Z test_output_match_fft_rfft_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:15.9981388Z test_output_match_fft_rfft_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.0024578Z test_output_match_fft_rfft_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.0067643Z test_output_match_fft_rfftn_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.0110664Z test_output_match_fft_rfftn_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.0154103Z test_output_match_fft_rfftn_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.0200093Z test_output_match_fft_rfftn_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:16.0243183Z test_output_match_fft_rfftn_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.0285982Z test_output_match_fft_rfftn_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.0328602Z test_output_match_fill_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.0371854Z test_output_match_fill_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.0415004Z test_output_match_fill_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.0461611Z test_output_match_fill_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:16.0504689Z test_output_match_fill_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.0547929Z test_output_match_fill_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.0590924Z test_output_match_fill_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.0633727Z test_output_match_flatten_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.0678093Z test_output_match_flatten_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.0720890Z test_output_match_flatten_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.0764806Z test_output_match_flatten_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.0807923Z test_output_match_flatten_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.0850976Z test_output_match_flatten_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.0894313Z test_output_match_flatten_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.0937642Z test_output_match_flip_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.0980208Z test_output_match_flip_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.1023411Z test_output_match_flip_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.1066600Z test_output_match_flip_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.1109497Z test_output_match_flip_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.1152490Z test_output_match_flip_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.1195561Z test_output_match_flip_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.1238756Z test_output_match_fliplr_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.1281480Z test_output_match_fliplr_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.1324838Z test_output_match_fliplr_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.1367499Z test_output_match_fliplr_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.1410406Z test_output_match_fliplr_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.1453589Z test_output_match_fliplr_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.1496348Z test_output_match_fliplr_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.1539250Z test_output_match_flipud_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.1582177Z test_output_match_flipud_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.1624997Z test_output_match_flipud_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.1667746Z test_output_match_flipud_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.1710609Z test_output_match_flipud_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.1753484Z test_output_match_flipud_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.1796516Z test_output_match_flipud_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.1839420Z test_output_match_float_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.1882723Z test_output_match_float_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.1925662Z test_output_match_float_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.1968923Z test_output_match_float_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.2012018Z test_output_match_float_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.2054773Z test_output_match_float_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.2098194Z test_output_match_float_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.2141127Z test_output_match_float_power_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.2184078Z test_output_match_float_power_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.2227258Z test_output_match_float_power_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.2273078Z test_output_match_float_power_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:16.2316182Z test_output_match_float_power_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.2359308Z test_output_match_float_power_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.2402467Z test_output_match_float_power_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.2445433Z test_output_match_floor_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.2488735Z test_output_match_floor_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.2534888Z test_output_match_floor_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:16.2577785Z test_output_match_floor_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.2620514Z test_output_match_floor_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.2663268Z test_output_match_floor_divide_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.2706185Z test_output_match_floor_divide_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.2748846Z test_output_match_floor_divide_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.2794802Z test_output_match_floor_divide_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:16.2837739Z test_output_match_floor_divide_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.2880377Z test_output_match_floor_divide_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.2923301Z test_output_match_fmax_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.2965810Z test_output_match_fmax_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.3009275Z test_output_match_fmax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.3055040Z test_output_match_fmax_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:16.3098099Z test_output_match_fmax_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.3140833Z test_output_match_fmax_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.3183500Z test_output_match_fmax_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.3226224Z test_output_match_fmin_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.3269448Z test_output_match_fmin_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.3315444Z test_output_match_fmin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:16.3358125Z test_output_match_fmin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.3400972Z test_output_match_fmin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.3444058Z test_output_match_fmin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.3487230Z test_output_match_fmin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.3530664Z test_output_match_fmod_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.3573612Z test_output_match_fmod_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.3616635Z test_output_match_fmod_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.3659763Z test_output_match_fmod_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.3702979Z test_output_match_fmod_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.3745894Z test_output_match_fmod_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.3788937Z test_output_match_frac_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.3832030Z test_output_match_frac_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.3874742Z test_output_match_frexp_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.3917484Z test_output_match_frexp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.3960225Z test_output_match_full_like_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.4002962Z test_output_match_full_like_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.4046363Z test_output_match_full_like_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.4088921Z test_output_match_full_like_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.4132044Z test_output_match_full_like_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.4174549Z test_output_match_full_like_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.4217974Z test_output_match_full_like_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.4261219Z test_output_match_gather_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.4304994Z test_output_match_gather_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.4347467Z test_output_match_gather_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.4390519Z test_output_match_gather_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.4433581Z test_output_match_gather_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.4476348Z test_output_match_gather_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.4518924Z test_output_match_gather_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.4561645Z test_output_match_gcd_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.4605076Z test_output_match_gcd_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.4648340Z test_output_match_gcd_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.4691474Z test_output_match_gcd_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.4734543Z test_output_match_ge_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.4777386Z test_output_match_ge_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.4820282Z test_output_match_ge_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.4863364Z test_output_match_ge_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.4906170Z test_output_match_ge_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.4949106Z test_output_match_ge_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.4992301Z test_output_match_ge_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.5035428Z test_output_match_geqrf_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.5078490Z test_output_match_gradient_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.5121274Z test_output_match_gradient_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.5164816Z test_output_match_gradient_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.5207542Z test_output_match_gradient_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.5250857Z test_output_match_gradient_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.5293788Z test_output_match_gt_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.5336558Z test_output_match_gt_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.5379466Z test_output_match_gt_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.5422305Z test_output_match_gt_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.5465226Z test_output_match_gt_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.5508138Z test_output_match_gt_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.5551080Z test_output_match_gt_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.5594304Z test_output_match_half_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.5637149Z test_output_match_half_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.5680775Z test_output_match_half_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.5723727Z test_output_match_half_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.5767009Z test_output_match_half_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.5810267Z test_output_match_half_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.5853744Z test_output_match_half_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.5899825Z test_output_match_heaviside_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:16.5943040Z test_output_match_heaviside_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.5985981Z test_output_match_heaviside_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.6029182Z test_output_match_heaviside_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.6071925Z test_output_match_heaviside_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.6115823Z test_output_match_heaviside_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.6162247Z test_output_match_heaviside_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:16.6205807Z test_output_match_histc_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.6248580Z test_output_match_histogram_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.6291717Z test_output_match_histogramdd_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.6334675Z test_output_match_hsplit_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.6378025Z test_output_match_hsplit_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.6420932Z test_output_match_hsplit_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.6463988Z test_output_match_hsplit_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.6507058Z test_output_match_hsplit_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.6549991Z test_output_match_hsplit_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.6593296Z test_output_match_hsplit_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.6636650Z test_output_match_hstack_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.6682999Z test_output_match_hstack_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:16.6726486Z test_output_match_hstack_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.6769749Z test_output_match_hstack_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.6812813Z test_output_match_hstack_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.6856059Z test_output_match_hstack_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.6899599Z test_output_match_hstack_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.6942375Z test_output_match_hypot_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.6985555Z test_output_match_i0_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.7028743Z test_output_match_i0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.7071640Z test_output_match_i0_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.7114639Z test_output_match_i0_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.7157987Z test_output_match_i0_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.7200784Z test_output_match_i0_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.7243938Z test_output_match_igamma_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.7286792Z test_output_match_igamma_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.7330162Z test_output_match_igammac_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.7372795Z test_output_match_igammac_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.7415680Z test_output_match_index_add_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.7458990Z test_output_match_index_add_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.7501784Z test_output_match_index_add_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.7544947Z test_output_match_index_add_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.7587946Z test_output_match_index_add_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.7631014Z test_output_match_index_add_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.7673989Z test_output_match_index_add_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.7716784Z test_output_match_index_copy_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.7759833Z test_output_match_index_copy_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.7802689Z test_output_match_index_copy_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.7845443Z test_output_match_index_copy_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.7888303Z test_output_match_index_copy_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.7931873Z test_output_match_index_copy_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.7975735Z test_output_match_index_copy_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.8019036Z test_output_match_index_fill_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.8062167Z test_output_match_index_fill_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.8105795Z test_output_match_index_fill_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.8148706Z test_output_match_index_fill_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.8191516Z test_output_match_index_fill_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.8234703Z test_output_match_index_fill_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.8277507Z test_output_match_index_fill_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.8321115Z test_output_match_index_put_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.8364368Z test_output_match_index_put_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.8407703Z test_output_match_index_put_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.8451065Z test_output_match_index_put_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.8494078Z test_output_match_index_put_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.8540681Z test_output_match_index_put_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:16.8583728Z test_output_match_index_put_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.8627764Z test_output_match_index_reduce_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.8670557Z test_output_match_index_reduce_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.8713627Z test_output_match_index_reduce_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.8757110Z test_output_match_index_reduce_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.8803489Z test_output_match_index_reduce_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:16.8846511Z test_output_match_index_reduce_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.8890199Z test_output_match_index_select_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.8932942Z test_output_match_index_select_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.8975594Z test_output_match_index_select_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.9018650Z test_output_match_index_select_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.9061289Z test_output_match_index_select_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.9104289Z test_output_match_index_select_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.9146952Z test_output_match_index_select_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.9189961Z test_output_match_inner_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.9232899Z test_output_match_inner_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.9275771Z test_output_match_inner_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.9318461Z test_output_match_inner_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.9361320Z test_output_match_inner_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.9404387Z test_output_match_int_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.9447323Z test_output_match_int_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.9490221Z test_output_match_int_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.9533929Z test_output_match_int_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.9576636Z test_output_match_int_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.9619586Z test_output_match_int_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.9662414Z test_output_match_int_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.9705345Z test_output_match_isclose_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.9748412Z test_output_match_isclose_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.9791420Z test_output_match_isclose_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.9834370Z test_output_match_isclose_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.9877639Z test_output_match_isclose_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.9920493Z test_output_match_isclose_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:16.9963507Z test_output_match_isclose_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.0006253Z test_output_match_isfinite_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.0050038Z test_output_match_isfinite_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.0093360Z test_output_match_isfinite_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.0135914Z test_output_match_isfinite_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.0178752Z test_output_match_isfinite_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.0221726Z test_output_match_isfinite_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.0264286Z test_output_match_isfinite_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.0307136Z test_output_match_isin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.0349766Z test_output_match_isin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.0392417Z test_output_match_isin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.0435195Z test_output_match_isin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.0477922Z test_output_match_isin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.0520888Z test_output_match_isinf_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.0563620Z test_output_match_isinf_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.0606913Z test_output_match_isinf_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.0649709Z test_output_match_isinf_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.0693413Z test_output_match_isinf_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.0736404Z test_output_match_isinf_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.0779326Z test_output_match_isinf_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.0822185Z test_output_match_isnan_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.0865421Z test_output_match_isnan_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.0908190Z test_output_match_isnan_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.0951059Z test_output_match_isnan_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.0993604Z test_output_match_isnan_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.1036369Z test_output_match_isnan_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.1079431Z test_output_match_isnan_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.1122389Z test_output_match_isneginf_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.1168180Z test_output_match_isneginf_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:17.1211646Z test_output_match_isneginf_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.1254300Z test_output_match_isneginf_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.1297338Z test_output_match_isneginf_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.1340086Z test_output_match_isneginf_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.1383274Z test_output_match_isneginf_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.1429467Z test_output_match_isposinf_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:17.1472566Z test_output_match_isposinf_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.1515205Z test_output_match_isposinf_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.1557780Z test_output_match_isposinf_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.1600590Z test_output_match_isposinf_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.1643767Z test_output_match_isposinf_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.1686575Z test_output_match_isposinf_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.1732770Z test_output_match_isreal_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:17.1775821Z test_output_match_isreal_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.1818540Z test_output_match_isreal_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.1861739Z test_output_match_isreal_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.1904404Z test_output_match_isreal_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.1947442Z test_output_match_isreal_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.1993652Z test_output_match_isreal_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:17.2036668Z test_output_match_istft_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.2078868Z test_output_match_jiterator_2inputs_2outputs_cpu_bool (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:59:17.2120994Z test_output_match_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:59:17.2163115Z test_output_match_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:59:17.2205604Z test_output_match_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:59:17.2251229Z test_output_match_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:59:17.2293416Z test_output_match_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:59:17.2335492Z test_output_match_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:59:17.2378250Z test_output_match_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:59:17.2420720Z test_output_match_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:59:17.2464323Z test_output_match_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:59:17.2507254Z test_output_match_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:59:17.2550309Z test_output_match_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:59:17.2593463Z test_output_match_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:59:17.2636545Z test_output_match_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:59:17.2679371Z test_output_match_jiterator_binary_cpu_bool (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:59:17.2722731Z test_output_match_jiterator_binary_cpu_float16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:59:17.2765214Z test_output_match_jiterator_binary_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:59:17.2808003Z test_output_match_jiterator_binary_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:59:17.2851178Z test_output_match_jiterator_binary_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:59:17.2894513Z test_output_match_jiterator_binary_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:59:17.2937448Z test_output_match_jiterator_binary_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:59:17.2980619Z test_output_match_jiterator_binary_return_by_ref_cpu_bool (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:59:17.3023807Z test_output_match_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:59:17.3066884Z test_output_match_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:59:17.3109701Z test_output_match_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:59:17.3152650Z test_output_match_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:59:17.3195430Z test_output_match_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:59:17.3238675Z test_output_match_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:59:17.3281468Z test_output_match_jiterator_unary_cpu_bool (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:59:17.3324572Z test_output_match_jiterator_unary_cpu_float16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:59:17.3367302Z test_output_match_jiterator_unary_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:59:17.3410230Z test_output_match_jiterator_unary_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:59:17.3453231Z test_output_match_jiterator_unary_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:59:17.3495760Z test_output_match_jiterator_unary_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:59:17.3538665Z test_output_match_jiterator_unary_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T15:59:17.3582352Z test_output_match_kron_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.3626261Z test_output_match_kron_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.3669920Z test_output_match_kron_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.3713408Z test_output_match_kron_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.3757305Z test_output_match_kron_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.3800763Z test_output_match_kron_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.3844314Z test_output_match_kron_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.3888006Z test_output_match_kthvalue_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.3932119Z test_output_match_kthvalue_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.3975633Z test_output_match_kthvalue_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.4018908Z test_output_match_kthvalue_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.4062507Z test_output_match_kthvalue_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.4106071Z test_output_match_lcm_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.4149469Z test_output_match_lcm_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.4193146Z test_output_match_lcm_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.4236957Z test_output_match_lcm_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.4280499Z test_output_match_ldexp_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.4324037Z test_output_match_ldexp_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.4367243Z test_output_match_ldexp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.4411443Z test_output_match_ldexp_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.4455128Z test_output_match_ldexp_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.4498753Z test_output_match_ldexp_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.4542373Z test_output_match_ldexp_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.4586317Z test_output_match_le_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.4629736Z test_output_match_le_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.4673487Z test_output_match_le_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.4716979Z test_output_match_le_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.4760367Z test_output_match_le_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.4803986Z test_output_match_le_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.4848353Z test_output_match_le_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.4892191Z test_output_match_lerp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.4936014Z test_output_match_lgamma_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.4979903Z test_output_match_lgamma_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.5023790Z test_output_match_lgamma_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.5067870Z test_output_match_lgamma_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.5111886Z test_output_match_lgamma_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.5155867Z test_output_match_lgamma_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.5199568Z test_output_match_linalg_cholesky_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.5243878Z test_output_match_linalg_cholesky_ex_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.5288359Z test_output_match_linalg_cond_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.5332778Z test_output_match_linalg_cross_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.5376925Z test_output_match_linalg_cross_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.5420740Z test_output_match_linalg_cross_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.5464337Z test_output_match_linalg_cross_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.5507715Z test_output_match_linalg_cross_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.5551255Z test_output_match_linalg_det_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.5595207Z test_output_match_linalg_det_singular_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.5639022Z test_output_match_linalg_eig_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.5683881Z test_output_match_linalg_eigh_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.5727954Z test_output_match_linalg_eigvals_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.5771707Z test_output_match_linalg_eigvalsh_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.5815125Z test_output_match_linalg_householder_product_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.5858996Z test_output_match_linalg_inv_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.5903046Z test_output_match_linalg_inv_ex_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.5946489Z test_output_match_linalg_ldl_factor_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.5990268Z test_output_match_linalg_ldl_factor_ex_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.6033659Z test_output_match_linalg_ldl_solve_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.6076754Z test_output_match_linalg_lstsq_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.6120140Z test_output_match_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.6163544Z test_output_match_linalg_lu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.6206725Z test_output_match_linalg_lu_factor_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.6250041Z test_output_match_linalg_lu_factor_ex_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.6293613Z test_output_match_linalg_lu_solve_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.6336892Z test_output_match_linalg_matrix_norm_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.6380746Z test_output_match_linalg_matrix_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.6424338Z test_output_match_linalg_matrix_power_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.6467741Z test_output_match_linalg_matrix_rank_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.6510836Z test_output_match_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.6554330Z test_output_match_linalg_multi_dot_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.6597410Z test_output_match_linalg_multi_dot_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.6640751Z test_output_match_linalg_multi_dot_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.6683905Z test_output_match_linalg_multi_dot_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.6727187Z test_output_match_linalg_multi_dot_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.6770680Z test_output_match_linalg_norm_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.6814232Z test_output_match_linalg_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.6857513Z test_output_match_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.6900906Z test_output_match_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.6943751Z test_output_match_linalg_pinv_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.6986930Z test_output_match_linalg_pinv_hermitian_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.7029309Z 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-27T15:59:17.7072642Z test_output_match_linalg_qr_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.7115842Z test_output_match_linalg_slogdet_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.7159366Z test_output_match_linalg_solve_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.7202644Z test_output_match_linalg_solve_ex_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.7245669Z test_output_match_linalg_solve_triangular_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.7288810Z test_output_match_linalg_svd_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.7332442Z test_output_match_linalg_svdvals_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.7375458Z test_output_match_linalg_tensorinv_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.7418887Z test_output_match_linalg_tensorsolve_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.7462662Z test_output_match_linalg_vander_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.7505605Z test_output_match_linalg_vander_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.7548602Z test_output_match_linalg_vander_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.7592065Z test_output_match_linalg_vander_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.7635170Z test_output_match_linalg_vander_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.7678863Z test_output_match_linalg_vecdot_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.7722189Z test_output_match_linalg_vector_norm_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.7765597Z test_output_match_linalg_vector_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.7808849Z test_output_match_linspace_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.7852659Z test_output_match_linspace_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.7895773Z test_output_match_linspace_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.7939368Z test_output_match_linspace_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.7982589Z test_output_match_linspace_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.8025998Z test_output_match_linspace_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.8069190Z test_output_match_log10_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.8112531Z test_output_match_log10_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.8155717Z test_output_match_log10_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.8199084Z test_output_match_log10_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.8242804Z test_output_match_log10_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.8285717Z test_output_match_log10_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.8329180Z test_output_match_log1p_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.8372219Z test_output_match_log1p_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.8414961Z test_output_match_log1p_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.8457766Z test_output_match_log1p_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.8501000Z test_output_match_log1p_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.8546809Z test_output_match_log1p_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:17.8590079Z test_output_match_log2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.8633254Z test_output_match_log2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.8676173Z test_output_match_log2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.8719006Z test_output_match_log2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.8762462Z test_output_match_log2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.8805237Z test_output_match_log2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.8848395Z test_output_match_log_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.8892681Z test_output_match_log_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.8935568Z test_output_match_log_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.8978798Z test_output_match_log_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.9021912Z test_output_match_log_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.9064825Z test_output_match_log_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.9107827Z test_output_match_log_softmax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.9150927Z test_output_match_log_softmax_dtype_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.9194136Z test_output_match_log_softmax_dtype_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.9237082Z test_output_match_log_softmax_dtype_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.9280467Z test_output_match_log_softmax_dtype_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.9323335Z test_output_match_log_softmax_dtype_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.9366442Z test_output_match_log_softmax_dtype_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.9409659Z test_output_match_log_softmax_dtype_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.9452871Z test_output_match_logaddexp2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.9496101Z test_output_match_logaddexp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.9539236Z test_output_match_logcumsumexp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.9585488Z test_output_match_logdet_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:17.9628606Z test_output_match_logical_and_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.9671579Z test_output_match_logical_and_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.9714807Z test_output_match_logical_and_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.9757682Z test_output_match_logical_and_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.9801541Z test_output_match_logical_and_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.9844379Z test_output_match_logical_and_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.9887133Z test_output_match_logical_and_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.9930296Z test_output_match_logical_not_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:17.9973236Z test_output_match_logical_not_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.0016044Z test_output_match_logical_not_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.0059042Z test_output_match_logical_not_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.0101942Z test_output_match_logical_not_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.0145313Z test_output_match_logical_not_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.0188026Z test_output_match_logical_not_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.0231196Z test_output_match_logical_or_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.0273786Z test_output_match_logical_or_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.0316804Z test_output_match_logical_or_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.0359756Z test_output_match_logical_or_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.0402777Z test_output_match_logical_or_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.0445634Z test_output_match_logical_or_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.0488333Z test_output_match_logical_or_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.0531438Z test_output_match_logical_xor_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.0574100Z test_output_match_logical_xor_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.0617046Z test_output_match_logical_xor_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.0660137Z test_output_match_logical_xor_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.0702768Z test_output_match_logical_xor_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.0745955Z test_output_match_logical_xor_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.0788603Z test_output_match_logical_xor_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.0831530Z test_output_match_logit_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.0874540Z test_output_match_logit_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.0917639Z test_output_match_logit_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.0960326Z test_output_match_logit_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.1003368Z test_output_match_logit_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.1046182Z test_output_match_logit_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.1088635Z test_output_match_logspace_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.1131589Z test_output_match_logspace_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.1174703Z test_output_match_logspace_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.1216994Z test_output_match_logspace_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.1259718Z test_output_match_logspace_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.1302397Z test_output_match_logsumexp_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.1345165Z test_output_match_logsumexp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.1388198Z test_output_match_logsumexp_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.1430946Z test_output_match_logsumexp_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.1473888Z test_output_match_logsumexp_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.1516449Z test_output_match_logsumexp_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.1559301Z test_output_match_long_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.1602032Z test_output_match_long_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.1644873Z test_output_match_long_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.1687768Z test_output_match_long_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.1730804Z test_output_match_long_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.1773751Z test_output_match_long_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.1816434Z test_output_match_long_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.1859784Z test_output_match_lt_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.1902412Z test_output_match_lt_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.1945267Z test_output_match_lt_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.1988097Z test_output_match_lt_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.2030953Z test_output_match_lt_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.2073626Z test_output_match_lt_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.2116241Z test_output_match_lt_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.2159455Z test_output_match_lu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.2202878Z test_output_match_lu_solve_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.2245304Z test_output_match_lu_unpack_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.2288046Z test_output_match_mH_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.2331359Z test_output_match_mH_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.2374309Z test_output_match_mH_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.2417802Z test_output_match_mH_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.2460613Z test_output_match_mH_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.2503990Z test_output_match_mH_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.2546941Z test_output_match_mH_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.2590216Z test_output_match_mT_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.2632888Z test_output_match_mT_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.2676414Z test_output_match_mT_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.2722538Z test_output_match_mT_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:18.2766245Z test_output_match_mT_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.2809909Z test_output_match_mT_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.2853205Z test_output_match_mT_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.2895939Z test_output_match_masked_fill_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.2939133Z test_output_match_masked_fill_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.2985429Z test_output_match_masked_fill_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:18.3029122Z test_output_match_masked_fill_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.3071824Z test_output_match_masked_fill_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.3114918Z test_output_match_masked_fill_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.3157928Z test_output_match_masked_fill_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.3201391Z test_output_match_masked_scatter_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.3247925Z test_output_match_masked_scatter_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:18.3291134Z test_output_match_masked_scatter_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.3334626Z test_output_match_masked_scatter_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.3377946Z test_output_match_masked_scatter_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.3420945Z test_output_match_masked_scatter_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.3464474Z test_output_match_masked_scatter_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.3511439Z test_output_match_masked_select_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:18.3554086Z test_output_match_masked_select_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.3597112Z test_output_match_masked_select_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.3639968Z test_output_match_masked_select_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.3682883Z test_output_match_masked_select_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.3725844Z test_output_match_masked_select_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.3768796Z test_output_match_masked_select_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.3811606Z test_output_match_matmul_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.3855144Z test_output_match_matmul_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.3897594Z test_output_match_matmul_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.3940369Z test_output_match_matmul_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.3983351Z test_output_match_matmul_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.4026623Z test_output_match_matrix_exp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.4069805Z test_output_match_max_binary_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.4112871Z test_output_match_max_binary_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.4155740Z test_output_match_max_binary_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.4199010Z test_output_match_max_binary_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.4243030Z test_output_match_max_binary_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.4286187Z test_output_match_max_binary_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.4329670Z test_output_match_max_binary_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.4372895Z test_output_match_max_reduction_no_dim_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.4416255Z test_output_match_max_reduction_no_dim_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.4459405Z test_output_match_max_reduction_no_dim_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.4502423Z test_output_match_max_reduction_no_dim_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.4545459Z test_output_match_max_reduction_no_dim_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.4588755Z test_output_match_max_reduction_no_dim_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.4631896Z test_output_match_max_reduction_no_dim_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.4675266Z test_output_match_max_reduction_with_dim_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.4718450Z test_output_match_max_reduction_with_dim_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.4761770Z test_output_match_max_reduction_with_dim_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.4804754Z test_output_match_max_reduction_with_dim_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.4847717Z test_output_match_max_reduction_with_dim_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.4891166Z test_output_match_max_reduction_with_dim_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.4933889Z test_output_match_max_reduction_with_dim_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.4977070Z test_output_match_maximum_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.5022722Z test_output_match_maximum_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.5067459Z test_output_match_maximum_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:18.5110671Z test_output_match_maximum_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.5153682Z test_output_match_maximum_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.5196853Z test_output_match_maximum_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.5239786Z test_output_match_maximum_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.5283128Z test_output_match_mean_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.5326253Z test_output_match_mean_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.5369497Z test_output_match_median_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.5412744Z test_output_match_median_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.5455726Z test_output_match_median_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.5498648Z test_output_match_median_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.5541740Z test_output_match_median_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.5588892Z test_output_match_meshgrid_list_of_tensors_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:18.5631347Z test_output_match_meshgrid_list_of_tensors_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.5675237Z test_output_match_meshgrid_list_of_tensors_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.5718830Z test_output_match_meshgrid_list_of_tensors_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.5762572Z test_output_match_meshgrid_list_of_tensors_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.5806050Z test_output_match_meshgrid_list_of_tensors_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.5848928Z test_output_match_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.5892350Z test_output_match_meshgrid_variadic_tensors_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.5935236Z test_output_match_meshgrid_variadic_tensors_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.5978397Z test_output_match_meshgrid_variadic_tensors_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.6021150Z test_output_match_meshgrid_variadic_tensors_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.6064350Z test_output_match_meshgrid_variadic_tensors_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.6107648Z test_output_match_meshgrid_variadic_tensors_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.6150569Z test_output_match_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.6193306Z test_output_match_min_binary_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.6236615Z test_output_match_min_binary_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.6279819Z test_output_match_min_binary_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.6322719Z test_output_match_min_binary_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.6365363Z test_output_match_min_binary_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.6408120Z test_output_match_min_binary_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.6451154Z test_output_match_min_binary_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.6494653Z test_output_match_min_reduction_no_dim_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.6537513Z test_output_match_min_reduction_no_dim_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.6580491Z test_output_match_min_reduction_no_dim_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.6623771Z test_output_match_min_reduction_no_dim_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.6666832Z test_output_match_min_reduction_no_dim_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.6709908Z test_output_match_min_reduction_no_dim_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.6753000Z test_output_match_min_reduction_no_dim_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.6796092Z test_output_match_min_reduction_with_dim_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.6838990Z test_output_match_min_reduction_with_dim_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.6882381Z test_output_match_min_reduction_with_dim_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.6925559Z test_output_match_min_reduction_with_dim_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.6968660Z test_output_match_min_reduction_with_dim_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.7012077Z test_output_match_min_reduction_with_dim_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.7054843Z test_output_match_min_reduction_with_dim_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.7097629Z test_output_match_minimum_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.7140869Z test_output_match_minimum_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.7184179Z test_output_match_minimum_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.7227255Z test_output_match_minimum_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.7270197Z test_output_match_minimum_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.7313435Z test_output_match_minimum_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.7356971Z test_output_match_minimum_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.7400273Z test_output_match_mm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.7443639Z test_output_match_mm_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.7486687Z test_output_match_mm_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.7529970Z test_output_match_mm_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.7573211Z test_output_match_mm_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.7616477Z test_output_match_mode_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.7659794Z test_output_match_mode_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.7703089Z test_output_match_mode_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.7746045Z test_output_match_mode_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.7789266Z test_output_match_mode_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.7832592Z test_output_match_mode_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.7876362Z test_output_match_mode_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.7919741Z test_output_match_movedim_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.7963086Z test_output_match_movedim_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.8006432Z test_output_match_movedim_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.8050040Z test_output_match_movedim_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.8093406Z test_output_match_movedim_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.8136846Z test_output_match_movedim_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.8180321Z test_output_match_movedim_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.8223561Z test_output_match_msort_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.8266250Z test_output_match_msort_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.8309151Z test_output_match_msort_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.8352124Z test_output_match_msort_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.8395093Z test_output_match_msort_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.8438122Z test_output_match_msort_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.8481192Z test_output_match_msort_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.8524239Z test_output_match_mul_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.8567581Z test_output_match_mul_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.8610833Z test_output_match_mul_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.8653898Z test_output_match_mul_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.8697362Z test_output_match_mul_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.8740667Z test_output_match_mul_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.8783810Z test_output_match_mul_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.8826934Z test_output_match_multinomial_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.8870316Z test_output_match_mv_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.8913378Z test_output_match_mv_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.8956444Z test_output_match_mv_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.8999654Z test_output_match_mv_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.9042816Z test_output_match_mv_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.9086062Z test_output_match_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.9129614Z test_output_match_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.9172808Z test_output_match_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.9216257Z test_output_match_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.9259330Z test_output_match_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.9302465Z test_output_match_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.9345797Z test_output_match_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.9388933Z test_output_match_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.9432027Z test_output_match_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.9475703Z test_output_match_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.9518717Z test_output_match_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.9561624Z test_output_match_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.9605330Z test_output_match_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.9648268Z test_output_match_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.9691505Z test_output_match_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.9734565Z test_output_match_nan_to_num_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.9777797Z test_output_match_nan_to_num_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.9820146Z test_output_match_nan_to_num_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.9862853Z test_output_match_nan_to_num_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.9906071Z test_output_match_nan_to_num_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.9949315Z test_output_match_nan_to_num_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:18.9992522Z test_output_match_nan_to_num_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.0035821Z test_output_match_nanmean_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.0078907Z test_output_match_nanmean_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.0121924Z test_output_match_nanmedian_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.0165021Z test_output_match_nanmedian_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.0208082Z test_output_match_nanmedian_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.0251660Z test_output_match_nanmedian_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.0294680Z test_output_match_nanmedian_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.0337594Z test_output_match_nanquantile_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.0380336Z test_output_match_nansum_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.0423599Z test_output_match_nansum_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.0466619Z test_output_match_nansum_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.0510049Z test_output_match_nansum_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.0553365Z test_output_match_nansum_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.0596517Z test_output_match_nansum_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.0639396Z test_output_match_nansum_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.0683033Z test_output_match_narrow_copy_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.0726105Z test_output_match_narrow_copy_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.0769752Z test_output_match_narrow_copy_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.0812886Z test_output_match_narrow_copy_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.0855902Z test_output_match_narrow_copy_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.0898859Z test_output_match_narrow_copy_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.0942143Z test_output_match_narrow_copy_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.0985323Z test_output_match_narrow_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.1028589Z test_output_match_narrow_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.1071799Z test_output_match_narrow_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.1114662Z test_output_match_narrow_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.1157852Z test_output_match_narrow_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.1200978Z test_output_match_narrow_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.1243982Z test_output_match_narrow_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.1287209Z test_output_match_native_layer_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.1330764Z test_output_match_ne_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.1374107Z test_output_match_ne_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.1416951Z test_output_match_ne_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.1460186Z test_output_match_ne_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.1503644Z test_output_match_ne_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.1546844Z test_output_match_ne_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.1589954Z test_output_match_ne_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.1632984Z test_output_match_neg_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.1676509Z test_output_match_neg_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.1719558Z test_output_match_neg_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.1762741Z test_output_match_neg_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.1805916Z test_output_match_neg_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.1849694Z test_output_match_neg_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.1892917Z test_output_match_new_empty_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.1936230Z test_output_match_new_empty_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.1979653Z test_output_match_new_empty_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.2022792Z test_output_match_new_empty_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.2065712Z test_output_match_new_empty_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.2109232Z test_output_match_new_empty_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.2152247Z test_output_match_new_empty_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.2195363Z test_output_match_new_empty_strided_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.2238612Z test_output_match_new_empty_strided_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.2281766Z test_output_match_new_empty_strided_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.2325057Z test_output_match_new_empty_strided_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.2368170Z test_output_match_new_empty_strided_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.2411800Z test_output_match_new_empty_strided_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.2454702Z test_output_match_new_empty_strided_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.2498042Z test_output_match_new_full_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.2541177Z test_output_match_new_full_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.2584427Z test_output_match_new_full_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.2627705Z test_output_match_new_full_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.2670718Z test_output_match_new_full_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.2713906Z test_output_match_new_full_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.2756763Z test_output_match_new_full_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.2799995Z test_output_match_new_ones_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.2844114Z test_output_match_new_ones_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.2887844Z test_output_match_new_ones_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.2931053Z test_output_match_new_ones_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.2974229Z test_output_match_new_ones_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.3017335Z test_output_match_new_ones_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.3060588Z test_output_match_new_ones_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.3103582Z test_output_match_new_zeros_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.3147137Z test_output_match_new_zeros_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.3190030Z test_output_match_new_zeros_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.3233182Z test_output_match_new_zeros_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.3276289Z test_output_match_new_zeros_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.3319642Z test_output_match_new_zeros_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.3362896Z test_output_match_new_zeros_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.3406353Z test_output_match_nextafter_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.3449527Z test_output_match_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.3492565Z test_output_match_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.3535790Z test_output_match_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.3579063Z test_output_match_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.3622174Z test_output_match_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.3665468Z test_output_match_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.3708572Z test_output_match_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.3751979Z test_output_match_nn_functional_avg_pool1d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.3795095Z test_output_match_nn_functional_avg_pool1d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.3838331Z test_output_match_nn_functional_avg_pool2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.3881711Z test_output_match_nn_functional_avg_pool2d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.3924834Z test_output_match_nn_functional_avg_pool3d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.3968363Z test_output_match_nn_functional_avg_pool3d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.4011136Z test_output_match_nn_functional_batch_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.4054266Z test_output_match_nn_functional_bilinear_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.4097344Z test_output_match_nn_functional_bilinear_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.4139972Z test_output_match_nn_functional_bilinear_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.4182809Z test_output_match_nn_functional_bilinear_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.4225591Z test_output_match_nn_functional_bilinear_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.4268895Z test_output_match_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.4311890Z test_output_match_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.4354910Z test_output_match_nn_functional_celu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.4398197Z test_output_match_nn_functional_conv1d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.4441206Z test_output_match_nn_functional_conv1d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.4484650Z test_output_match_nn_functional_conv2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.4527558Z test_output_match_nn_functional_conv2d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.4571043Z test_output_match_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.4614233Z test_output_match_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.4657484Z test_output_match_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.4700632Z test_output_match_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.4743866Z test_output_match_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.4787149Z test_output_match_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.4830548Z test_output_match_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.4873942Z test_output_match_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.4917372Z test_output_match_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.4960599Z test_output_match_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.5004073Z test_output_match_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.5047669Z test_output_match_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.5091280Z test_output_match_nn_functional_cosine_similarity_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.5134644Z test_output_match_nn_functional_cross_entropy_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.5177900Z test_output_match_nn_functional_ctc_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.5221404Z test_output_match_nn_functional_dropout2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.5264795Z test_output_match_nn_functional_dropout3d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.5308346Z test_output_match_nn_functional_dropout_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.5351284Z test_output_match_nn_functional_elu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.5394593Z test_output_match_nn_functional_embedding_bag_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.5438219Z test_output_match_nn_functional_embedding_bag_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.5480989Z test_output_match_nn_functional_embedding_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.5524516Z test_output_match_nn_functional_embedding_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.5567338Z test_output_match_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.5610729Z test_output_match_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.5653936Z test_output_match_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.5697831Z test_output_match_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.5741136Z test_output_match_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.5784067Z test_output_match_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.5827039Z test_output_match_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.5870284Z test_output_match_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.5913355Z test_output_match_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.5956654Z test_output_match_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.5999780Z test_output_match_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.6042991Z test_output_match_nn_functional_gelu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.6086334Z test_output_match_nn_functional_glu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.6129951Z test_output_match_nn_functional_grid_sample_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.6173071Z test_output_match_nn_functional_group_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.6216146Z test_output_match_nn_functional_hardshrink_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.6259304Z test_output_match_nn_functional_hardsigmoid_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.6302134Z test_output_match_nn_functional_hardswish_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.6345322Z test_output_match_nn_functional_hardtanh_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.6388750Z test_output_match_nn_functional_hardtanh_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.6431986Z test_output_match_nn_functional_hardtanh_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.6475206Z test_output_match_nn_functional_hardtanh_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.6518246Z test_output_match_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.6561190Z test_output_match_nn_functional_huber_loss_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.6604230Z test_output_match_nn_functional_huber_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.6647494Z test_output_match_nn_functional_instance_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.6690847Z test_output_match_nn_functional_interpolate_area_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.6734229Z test_output_match_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.6777721Z test_output_match_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.6820306Z test_output_match_nn_functional_interpolate_linear_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.6863595Z test_output_match_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.6906810Z test_output_match_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.6949977Z test_output_match_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.6993311Z test_output_match_nn_functional_kl_div_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.7036575Z test_output_match_nn_functional_l1_loss_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.7079645Z test_output_match_nn_functional_l1_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.7123015Z test_output_match_nn_functional_layer_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.7166594Z test_output_match_nn_functional_leaky_relu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.7209882Z test_output_match_nn_functional_linear_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.7252824Z test_output_match_nn_functional_linear_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.7296047Z test_output_match_nn_functional_linear_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.7339067Z test_output_match_nn_functional_linear_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.7382188Z test_output_match_nn_functional_linear_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.7425389Z test_output_match_nn_functional_local_response_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.7468563Z test_output_match_nn_functional_local_response_norm_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.7511674Z test_output_match_nn_functional_logsigmoid_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.7554786Z test_output_match_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.7597689Z test_output_match_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.7640842Z test_output_match_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.7683983Z test_output_match_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.7727168Z test_output_match_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.7770704Z test_output_match_nn_functional_max_pool1d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.7814091Z test_output_match_nn_functional_max_pool2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.7859928Z test_output_match_nn_functional_max_pool3d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:19.7903002Z test_output_match_nn_functional_max_unpool1d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.7945738Z test_output_match_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.7989074Z test_output_match_nn_functional_max_unpool2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.8032168Z test_output_match_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.8075599Z test_output_match_nn_functional_max_unpool3d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.8121705Z test_output_match_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:19.8164993Z test_output_match_nn_functional_mish_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.8208215Z test_output_match_nn_functional_mse_loss_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.8251355Z test_output_match_nn_functional_mse_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.8294417Z test_output_match_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.8337606Z test_output_match_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.8383996Z test_output_match_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:19.8427580Z test_output_match_nn_functional_nll_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.8470295Z test_output_match_nn_functional_normalize_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.8513418Z test_output_match_nn_functional_one_hot_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.8556451Z test_output_match_nn_functional_pad_circular_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.8599766Z test_output_match_nn_functional_pad_circular_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.8645801Z test_output_match_nn_functional_pad_circular_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:19.8689150Z test_output_match_nn_functional_pad_circular_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.8732502Z test_output_match_nn_functional_pad_circular_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.8775469Z test_output_match_nn_functional_pad_circular_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.8818266Z test_output_match_nn_functional_pad_circular_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.8862102Z test_output_match_nn_functional_pad_constant_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.8905005Z test_output_match_nn_functional_pad_constant_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.8948237Z test_output_match_nn_functional_pad_constant_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.8991266Z test_output_match_nn_functional_pad_constant_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.9034504Z test_output_match_nn_functional_pad_constant_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.9077588Z test_output_match_nn_functional_pad_constant_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.9120785Z test_output_match_nn_functional_pad_constant_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.9163948Z test_output_match_nn_functional_pad_reflect_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.9206964Z test_output_match_nn_functional_pad_replicate_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.9250611Z test_output_match_nn_functional_pairwise_distance_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.9293402Z test_output_match_nn_functional_pairwise_distance_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.9336673Z test_output_match_nn_functional_pairwise_distance_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.9380018Z test_output_match_nn_functional_pairwise_distance_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.9423502Z test_output_match_nn_functional_pairwise_distance_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.9466689Z test_output_match_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.9510002Z test_output_match_nn_functional_pdist_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.9553831Z test_output_match_nn_functional_pixel_shuffle_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.9597551Z test_output_match_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.9640789Z test_output_match_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.9684250Z test_output_match_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.9727668Z test_output_match_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.9771563Z test_output_match_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.9814897Z test_output_match_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.9858347Z test_output_match_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.9901570Z test_output_match_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.9945004Z test_output_match_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:19.9988281Z test_output_match_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.0031454Z test_output_match_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.0075135Z test_output_match_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.0118604Z test_output_match_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.0162010Z test_output_match_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.0205129Z test_output_match_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.0248461Z test_output_match_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.0292221Z test_output_match_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.0335622Z test_output_match_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.0378910Z test_output_match_nn_functional_prelu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.0422395Z test_output_match_nn_functional_relu6_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.0465810Z test_output_match_nn_functional_relu6_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.0509049Z test_output_match_nn_functional_relu6_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.0552145Z test_output_match_nn_functional_relu6_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.0595836Z test_output_match_nn_functional_relu6_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.0639445Z test_output_match_nn_functional_relu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.0683646Z test_output_match_nn_functional_relu_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.0726931Z test_output_match_nn_functional_relu_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.0771098Z test_output_match_nn_functional_relu_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.0814640Z test_output_match_nn_functional_relu_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.0858221Z test_output_match_nn_functional_rrelu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.0901564Z test_output_match_nn_functional_selu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.0944915Z test_output_match_nn_functional_silu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.0988524Z test_output_match_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.1031955Z test_output_match_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.1075014Z test_output_match_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.1118366Z test_output_match_nn_functional_softmin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.1162264Z test_output_match_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.1205739Z test_output_match_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.1249162Z test_output_match_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.1292623Z test_output_match_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.1336046Z test_output_match_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.1379934Z test_output_match_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.1422598Z test_output_match_nn_functional_softplus_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.1465612Z test_output_match_nn_functional_softshrink_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.1508669Z test_output_match_nn_functional_softsign_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.1551710Z test_output_match_nn_functional_softsign_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.1594840Z test_output_match_nn_functional_softsign_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.1637944Z test_output_match_nn_functional_softsign_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.1681008Z test_output_match_nn_functional_softsign_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.1723895Z test_output_match_nn_functional_softsign_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.1766908Z test_output_match_nn_functional_tanhshrink_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.1810239Z test_output_match_nn_functional_tanhshrink_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.1854451Z test_output_match_nn_functional_tanhshrink_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.1897984Z test_output_match_nn_functional_tanhshrink_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.1941674Z test_output_match_nn_functional_tanhshrink_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.1984994Z test_output_match_nn_functional_threshold_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.2028345Z test_output_match_nn_functional_threshold_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.2071894Z test_output_match_nn_functional_threshold_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.2115376Z test_output_match_nn_functional_threshold_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.2159040Z test_output_match_nn_functional_threshold_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.2202573Z test_output_match_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.2246041Z test_output_match_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.2289635Z test_output_match_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.2333096Z test_output_match_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.2376366Z test_output_match_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.2420393Z test_output_match_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.2463570Z test_output_match_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.2507001Z test_output_match_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.2550721Z test_output_match_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.2594518Z test_output_match_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.2637982Z test_output_match_nn_functional_unfold_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.2681570Z test_output_match_nn_functional_unfold_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.2725139Z test_output_match_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.2768861Z test_output_match_nn_functional_upsample_nearest_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.2812846Z test_output_match_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.2856647Z test_output_match_nonzero_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.2900385Z test_output_match_nonzero_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.2944314Z test_output_match_nonzero_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.2987903Z test_output_match_nonzero_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.3031630Z test_output_match_nonzero_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.3075444Z test_output_match_nonzero_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.3118731Z test_output_match_nonzero_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.3162203Z test_output_match_norm_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.3205949Z test_output_match_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.3249996Z test_output_match_norm_fro_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.3294093Z test_output_match_norm_inf_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.3337849Z test_output_match_norm_inf_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.3380969Z test_output_match_norm_nuc_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.3424464Z test_output_match_normal_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.3468152Z test_output_match_normal_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.3511838Z test_output_match_normal_number_mean_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.3555472Z test_output_match_normal_number_mean_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.3598961Z test_output_match_ones_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.3642266Z test_output_match_ones_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.3685741Z test_output_match_ones_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.3729338Z test_output_match_ones_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.3773138Z test_output_match_ones_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.3816735Z test_output_match_ones_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.3860005Z test_output_match_ones_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.3903731Z test_output_match_ones_like_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.3947219Z test_output_match_ones_like_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.3990701Z test_output_match_ones_like_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.4034391Z test_output_match_ones_like_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.4077661Z test_output_match_ones_like_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.4121227Z test_output_match_ones_like_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.4164652Z test_output_match_ones_like_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.4208302Z test_output_match_ormqr_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.4252130Z test_output_match_outer_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.4295730Z test_output_match_outer_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.4339706Z test_output_match_outer_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.4383043Z test_output_match_outer_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.4427271Z test_output_match_outer_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.4471245Z test_output_match_outer_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.4515047Z test_output_match_outer_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.4559587Z test_output_match_pca_lowrank_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.4603590Z test_output_match_permute_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.4647727Z test_output_match_permute_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.4691959Z test_output_match_permute_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.4735926Z test_output_match_permute_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.4779729Z test_output_match_permute_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.4823985Z test_output_match_permute_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.4867927Z test_output_match_permute_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.4911747Z test_output_match_pinverse_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.4955613Z test_output_match_polar_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.4999550Z test_output_match_polygamma_polygamma_n_0_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.5043501Z test_output_match_polygamma_polygamma_n_0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.5087942Z test_output_match_polygamma_polygamma_n_0_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.5132562Z test_output_match_polygamma_polygamma_n_0_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.5176667Z test_output_match_polygamma_polygamma_n_0_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.5220842Z test_output_match_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.5264859Z test_output_match_polygamma_polygamma_n_1_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.5308932Z test_output_match_polygamma_polygamma_n_1_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.5353021Z test_output_match_polygamma_polygamma_n_1_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.5396943Z test_output_match_polygamma_polygamma_n_1_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.5441327Z test_output_match_polygamma_polygamma_n_1_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.5485904Z test_output_match_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.5530000Z test_output_match_polygamma_polygamma_n_2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.5573949Z test_output_match_polygamma_polygamma_n_2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.5620587Z test_output_match_polygamma_polygamma_n_2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:20.5664782Z test_output_match_polygamma_polygamma_n_2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.5709649Z test_output_match_polygamma_polygamma_n_2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.5753865Z test_output_match_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.5798075Z test_output_match_polygamma_polygamma_n_3_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.5842005Z test_output_match_polygamma_polygamma_n_3_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.5886314Z test_output_match_polygamma_polygamma_n_3_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.5930768Z test_output_match_polygamma_polygamma_n_3_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.5974363Z test_output_match_polygamma_polygamma_n_3_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.6018283Z test_output_match_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.6062261Z test_output_match_polygamma_polygamma_n_4_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.6106104Z test_output_match_polygamma_polygamma_n_4_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.6149988Z test_output_match_polygamma_polygamma_n_4_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.6194241Z test_output_match_polygamma_polygamma_n_4_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.6238123Z test_output_match_polygamma_polygamma_n_4_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.6281913Z test_output_match_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.6325847Z test_output_match_positive_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.6369895Z test_output_match_positive_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.6413952Z test_output_match_positive_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.6457776Z test_output_match_positive_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.6501873Z test_output_match_positive_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.6545891Z test_output_match_positive_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.6589610Z test_output_match_pow_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.6633464Z test_output_match_pow_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.6677104Z test_output_match_pow_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.6721692Z test_output_match_pow_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.6765304Z test_output_match_pow_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.6809140Z test_output_match_pow_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.6853136Z test_output_match_prod_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.6897271Z test_output_match_prod_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.6941105Z test_output_match_prod_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.6984747Z test_output_match_prod_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.7028314Z test_output_match_prod_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.7071861Z test_output_match_prod_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.7114912Z test_output_match_put_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.7158540Z test_output_match_put_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.7201850Z test_output_match_put_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.7245566Z test_output_match_put_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.7288674Z test_output_match_put_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.7332181Z test_output_match_put_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.7375586Z test_output_match_put_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.7419154Z test_output_match_qr_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.7462681Z test_output_match_quantile_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.7506094Z test_output_match_rad2deg_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.7549194Z test_output_match_rad2deg_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.7592479Z test_output_match_rad2deg_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.7635896Z test_output_match_rad2deg_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.7678879Z test_output_match_rad2deg_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.7722262Z test_output_match_rad2deg_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.7765784Z test_output_match_rad2deg_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.7809145Z test_output_match_rand_like_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.7852503Z test_output_match_rand_like_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.7895828Z test_output_match_randint_like_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.7939076Z test_output_match_randint_like_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.7982073Z test_output_match_randint_like_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.8025673Z test_output_match_randint_like_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.8069010Z test_output_match_randint_like_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.8112180Z test_output_match_randint_like_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.8155603Z test_output_match_randn_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.8198715Z test_output_match_randn_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.8242147Z test_output_match_randn_like_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.8285322Z test_output_match_randn_like_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.8328626Z test_output_match_ravel_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.8371797Z test_output_match_ravel_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.8415072Z test_output_match_ravel_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.8458569Z test_output_match_ravel_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.8502035Z test_output_match_ravel_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.8545103Z test_output_match_ravel_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.8589368Z test_output_match_ravel_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.8632694Z test_output_match_real_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.8676004Z test_output_match_real_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.8719226Z test_output_match_real_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.8762388Z test_output_match_real_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.8805706Z test_output_match_real_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.8849142Z test_output_match_real_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.8892587Z test_output_match_real_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.8935725Z test_output_match_reciprocal_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.8978629Z test_output_match_reciprocal_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.9021927Z test_output_match_reciprocal_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.9064962Z test_output_match_reciprocal_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.9108016Z test_output_match_reciprocal_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.9151004Z test_output_match_reciprocal_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.9193881Z test_output_match_reciprocal_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.9237107Z test_output_match_remainder_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.9280132Z test_output_match_remainder_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.9323496Z test_output_match_remainder_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.9366513Z test_output_match_remainder_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.9410053Z test_output_match_remainder_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.9453052Z test_output_match_remainder_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.9496180Z test_output_match_renorm_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.9539169Z test_output_match_renorm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.9582900Z test_output_match_repeat_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.9629693Z test_output_match_repeat_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:20.9673165Z test_output_match_repeat_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.9716536Z test_output_match_repeat_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.9759771Z test_output_match_repeat_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.9803048Z test_output_match_repeat_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.9847175Z test_output_match_repeat_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.9890608Z test_output_match_repeat_interleave_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.9933947Z test_output_match_repeat_interleave_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:20.9977492Z test_output_match_repeat_interleave_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.0020828Z test_output_match_repeat_interleave_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.0064061Z test_output_match_repeat_interleave_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.0107274Z test_output_match_repeat_interleave_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.0150384Z test_output_match_repeat_interleave_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.0193728Z test_output_match_reshape_as_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.0237135Z test_output_match_reshape_as_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.0280519Z test_output_match_reshape_as_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.0323940Z test_output_match_reshape_as_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.0367591Z test_output_match_reshape_as_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.0410928Z test_output_match_reshape_as_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.0454222Z test_output_match_reshape_as_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.0497472Z test_output_match_reshape_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.0541041Z test_output_match_reshape_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.0584532Z test_output_match_reshape_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.0628121Z test_output_match_reshape_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.0670888Z test_output_match_reshape_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.0714515Z test_output_match_reshape_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.0757707Z test_output_match_reshape_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.0800962Z test_output_match_resize__cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.0844433Z test_output_match_resize__cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.0887461Z test_output_match_resize__cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.0930853Z test_output_match_resize__cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.0977927Z test_output_match_resize__cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:21.1020728Z test_output_match_resize__cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.1063900Z test_output_match_resize__cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.1107515Z test_output_match_resize_as__cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.1150789Z test_output_match_resize_as__cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.1194407Z test_output_match_resize_as__cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.1237824Z test_output_match_resize_as__cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.1281396Z test_output_match_resize_as__cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.1324786Z test_output_match_resize_as__cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.1368091Z test_output_match_resize_as__cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.1411647Z test_output_match_resolve_conj_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.1455114Z test_output_match_resolve_conj_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.1498354Z test_output_match_resolve_conj_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.1541567Z test_output_match_resolve_conj_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.1584809Z test_output_match_resolve_conj_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.1627871Z test_output_match_resolve_conj_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.1671101Z test_output_match_resolve_conj_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.1714628Z test_output_match_resolve_neg_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.1757951Z test_output_match_resolve_neg_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.1801455Z test_output_match_resolve_neg_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.1844752Z test_output_match_resolve_neg_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.1887816Z test_output_match_resolve_neg_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.1931287Z test_output_match_resolve_neg_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.1974568Z test_output_match_resolve_neg_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.2017769Z test_output_match_roll_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.2060725Z test_output_match_roll_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.2103855Z test_output_match_roll_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.2146797Z test_output_match_roll_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.2189938Z test_output_match_roll_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.2232973Z test_output_match_roll_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.2276263Z test_output_match_roll_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.2319094Z test_output_match_rot90_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.2361928Z test_output_match_rot90_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.2404898Z test_output_match_rot90_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.2447684Z test_output_match_rot90_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.2490856Z test_output_match_rot90_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.2533763Z test_output_match_rot90_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.2576489Z test_output_match_rot90_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.2619417Z test_output_match_round_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.2662247Z test_output_match_round_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.2705174Z test_output_match_round_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.2748078Z test_output_match_round_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.2791318Z test_output_match_round_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.2834183Z test_output_match_round_decimals_0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.2877259Z test_output_match_round_decimals_3_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.2920124Z test_output_match_round_decimals_neg_3_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.2962957Z test_output_match_rsqrt_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.3006131Z test_output_match_rsqrt_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.3049509Z test_output_match_rsqrt_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.3092446Z test_output_match_rsqrt_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.3135488Z test_output_match_rsqrt_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.3178234Z test_output_match_rsqrt_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.3221512Z test_output_match_rsub_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.3264911Z test_output_match_rsub_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.3308129Z test_output_match_rsub_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.3351393Z test_output_match_rsub_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.3394835Z test_output_match_rsub_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.3437973Z test_output_match_rsub_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.3481130Z test_output_match_scatter_add_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.3524879Z test_output_match_scatter_add_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.3571189Z test_output_match_scatter_add_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:21.3614209Z test_output_match_scatter_add_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.3657417Z test_output_match_scatter_add_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.3700478Z test_output_match_scatter_add_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.3743670Z test_output_match_scatter_add_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.3786666Z test_output_match_scatter_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.3829700Z test_output_match_scatter_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.3872791Z test_output_match_scatter_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.3916096Z test_output_match_scatter_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.3959017Z test_output_match_scatter_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.4002182Z test_output_match_scatter_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.4045514Z test_output_match_scatter_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.4088554Z test_output_match_scatter_reduce_amax_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.4131769Z test_output_match_scatter_reduce_amax_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.4175017Z test_output_match_scatter_reduce_amax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.4218249Z test_output_match_scatter_reduce_amax_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.4261570Z test_output_match_scatter_reduce_amax_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.4304726Z test_output_match_scatter_reduce_amax_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.4347784Z test_output_match_scatter_reduce_amax_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.4391395Z test_output_match_scatter_reduce_amin_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.4434061Z test_output_match_scatter_reduce_amin_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.4477362Z test_output_match_scatter_reduce_amin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.4520824Z test_output_match_scatter_reduce_amin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.4563997Z test_output_match_scatter_reduce_amin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.4607147Z test_output_match_scatter_reduce_amin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.4650449Z test_output_match_scatter_reduce_amin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.4693609Z test_output_match_scatter_reduce_mean_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.4736674Z test_output_match_scatter_reduce_mean_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.4779910Z test_output_match_scatter_reduce_mean_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.4823031Z test_output_match_scatter_reduce_mean_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.4866272Z test_output_match_scatter_reduce_mean_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.4909392Z test_output_match_scatter_reduce_mean_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.4952634Z test_output_match_scatter_reduce_prod_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.4995823Z test_output_match_scatter_reduce_prod_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.5039054Z test_output_match_scatter_reduce_prod_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.5082302Z test_output_match_scatter_reduce_prod_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.5125425Z test_output_match_scatter_reduce_prod_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.5168704Z test_output_match_scatter_reduce_prod_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.5211741Z test_output_match_scatter_reduce_prod_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.5255006Z test_output_match_scatter_reduce_sum_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.5297948Z test_output_match_scatter_reduce_sum_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.5341137Z test_output_match_scatter_reduce_sum_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.5384054Z test_output_match_scatter_reduce_sum_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.5426910Z test_output_match_scatter_reduce_sum_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.5469833Z test_output_match_scatter_reduce_sum_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.5512774Z test_output_match_scatter_reduce_sum_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.5555848Z test_output_match_searchsorted_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.5599050Z test_output_match_searchsorted_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.5642023Z test_output_match_searchsorted_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.5684878Z test_output_match_searchsorted_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.5728877Z test_output_match_searchsorted_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.5772400Z test_output_match_searchsorted_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.5815213Z test_output_match_segment_reduce_lengths_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.5858130Z test_output_match_segment_reduce_lengths_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.5901080Z test_output_match_segment_reduce_offsets_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.5943729Z test_output_match_segment_reduce_offsets_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.5986729Z test_output_match_select_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.6029606Z test_output_match_select_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.6072461Z test_output_match_select_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.6115384Z test_output_match_select_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.6158270Z test_output_match_select_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.6201312Z test_output_match_select_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.6244365Z test_output_match_select_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.6287477Z test_output_match_select_scatter_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.6330797Z test_output_match_select_scatter_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.6373690Z test_output_match_select_scatter_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.6417339Z test_output_match_select_scatter_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.6460076Z test_output_match_select_scatter_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.6503012Z test_output_match_select_scatter_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.6545909Z test_output_match_select_scatter_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.6588896Z test_output_match_sgn_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.6632018Z test_output_match_sgn_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.6674863Z test_output_match_sgn_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.6717580Z test_output_match_sgn_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.6760547Z test_output_match_sgn_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.6803390Z test_output_match_sgn_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.6846512Z test_output_match_sgn_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.6889625Z test_output_match_short_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.6932592Z test_output_match_short_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.6975602Z test_output_match_short_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.7018431Z test_output_match_short_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.7061398Z test_output_match_short_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.7104494Z test_output_match_short_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.7147446Z test_output_match_short_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.7191745Z test_output_match_sigmoid_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.7234451Z test_output_match_sigmoid_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.7277269Z test_output_match_sigmoid_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.7320499Z test_output_match_sigmoid_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.7363715Z test_output_match_sigmoid_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.7408000Z test_output_match_sigmoid_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.7450053Z test_output_match_sign_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.7493334Z test_output_match_sign_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.7536220Z test_output_match_sign_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.7579199Z test_output_match_sign_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.7622231Z test_output_match_sign_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.7665595Z test_output_match_sign_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.7708463Z test_output_match_sign_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.7751996Z test_output_match_signbit_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.7795113Z test_output_match_signbit_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.7838641Z test_output_match_signbit_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.7881648Z test_output_match_signbit_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.7924681Z test_output_match_signbit_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.7967581Z test_output_match_signbit_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.8010697Z test_output_match_signbit_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.8054225Z test_output_match_sin_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.8097201Z test_output_match_sin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.8140406Z test_output_match_sin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.8183506Z test_output_match_sin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.8226189Z test_output_match_sin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.8269206Z test_output_match_sin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.8312430Z test_output_match_sinc_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.8355572Z test_output_match_sinc_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.8398524Z test_output_match_sinc_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.8441521Z test_output_match_sinc_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.8484435Z test_output_match_sinc_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.8527467Z test_output_match_sinc_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.8570976Z test_output_match_sinh_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.8614030Z test_output_match_sinh_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.8657266Z test_output_match_sinh_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.8700175Z test_output_match_sinh_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.8743056Z test_output_match_sinh_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.8786373Z test_output_match_sinh_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.8829112Z test_output_match_slice_scatter_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.8872369Z test_output_match_slice_scatter_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.8915837Z test_output_match_slice_scatter_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.8958991Z test_output_match_slice_scatter_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.9005940Z test_output_match_slice_scatter_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:21.9048834Z test_output_match_slice_scatter_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.9092205Z test_output_match_slice_scatter_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.9135193Z test_output_match_softmax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.9178117Z test_output_match_softmax_with_dtype_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.9221387Z test_output_match_softmax_with_dtype_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.9267613Z test_output_match_softmax_with_dtype_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:21.9310795Z test_output_match_softmax_with_dtype_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.9353598Z test_output_match_softmax_with_dtype_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.9396575Z test_output_match_softmax_with_dtype_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.9439225Z test_output_match_softmax_with_dtype_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.9482309Z test_output_match_sort_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.9528638Z test_output_match_sort_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:21.9571771Z test_output_match_sort_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.9614333Z test_output_match_sort_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.9657410Z test_output_match_sort_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.9700332Z test_output_match_sort_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.9743199Z test_output_match_sort_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.9789594Z test_output_match_sparse_sampled_addmm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:21.9833249Z test_output_match_special_airy_ai_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.9876226Z test_output_match_special_airy_ai_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.9919105Z test_output_match_special_airy_ai_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:21.9961845Z test_output_match_special_airy_ai_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.0005034Z test_output_match_special_airy_ai_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.0051660Z test_output_match_special_airy_ai_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:22.0094838Z test_output_match_special_bessel_j0_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.0137893Z test_output_match_special_bessel_j0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.0180562Z test_output_match_special_bessel_j0_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.0223561Z test_output_match_special_bessel_j0_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.0267318Z test_output_match_special_bessel_j0_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.0312846Z test_output_match_special_bessel_j0_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:22.0356251Z test_output_match_special_bessel_j1_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.0398899Z test_output_match_special_bessel_j1_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.0441738Z test_output_match_special_bessel_j1_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.0484552Z test_output_match_special_bessel_j1_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.0527711Z test_output_match_special_bessel_j1_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.0574215Z test_output_match_special_bessel_j1_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:22.0616971Z test_output_match_special_bessel_y0_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.0660143Z test_output_match_special_bessel_y0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.0703338Z test_output_match_special_bessel_y0_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.0745723Z test_output_match_special_bessel_y0_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.0789889Z test_output_match_special_bessel_y0_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.0836143Z test_output_match_special_bessel_y0_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:22.0879556Z test_output_match_special_bessel_y1_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.0922390Z test_output_match_special_bessel_y1_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.0965189Z test_output_match_special_bessel_y1_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.1008101Z test_output_match_special_bessel_y1_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.1051331Z test_output_match_special_bessel_y1_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.1094262Z test_output_match_special_bessel_y1_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.1140202Z test_output_match_special_chebyshev_polynomial_t_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:22.1182970Z test_output_match_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.1225952Z test_output_match_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.1271916Z test_output_match_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:22.1314987Z test_output_match_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.1357784Z test_output_match_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.1400797Z test_output_match_special_chebyshev_polynomial_u_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.1443547Z test_output_match_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.1486811Z test_output_match_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.1529965Z test_output_match_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.1575955Z test_output_match_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:22.1619170Z test_output_match_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.1658373Z test_output_match_special_chebyshev_polynomial_v_cpu_bool (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T15:59:22.1696998Z test_output_match_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T15:59:22.1735993Z test_output_match_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T15:59:22.1774955Z test_output_match_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T15:59:22.1813732Z test_output_match_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T15:59:22.1852126Z test_output_match_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T15:59:22.1890721Z test_output_match_special_chebyshev_polynomial_w_cpu_bool (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T15:59:22.1929120Z test_output_match_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T15:59:22.1968456Z test_output_match_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T15:59:22.2006203Z test_output_match_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T15:59:22.2044743Z test_output_match_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T15:59:22.2083924Z test_output_match_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T15:59:22.2127782Z test_output_match_special_entr_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.2172118Z test_output_match_special_entr_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.2215219Z test_output_match_special_entr_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.2273044Z test_output_match_special_entr_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.2311479Z test_output_match_special_entr_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:22.2354482Z test_output_match_special_entr_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.2397873Z test_output_match_special_erfcx_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.2440944Z test_output_match_special_erfcx_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.2483900Z test_output_match_special_erfcx_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.2527055Z test_output_match_special_erfcx_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.2570516Z test_output_match_special_erfcx_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.2613100Z test_output_match_special_erfcx_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.2656047Z test_output_match_special_hermite_polynomial_h_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.2699709Z test_output_match_special_hermite_polynomial_h_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.2742113Z test_output_match_special_hermite_polynomial_h_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.2784970Z test_output_match_special_hermite_polynomial_h_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.2827935Z test_output_match_special_hermite_polynomial_h_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.2871065Z test_output_match_special_hermite_polynomial_h_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.2913975Z test_output_match_special_hermite_polynomial_he_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.2957126Z test_output_match_special_hermite_polynomial_he_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.2999957Z test_output_match_special_hermite_polynomial_he_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.3042984Z test_output_match_special_hermite_polynomial_he_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.3086040Z test_output_match_special_hermite_polynomial_he_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.3129152Z test_output_match_special_hermite_polynomial_he_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.3172251Z test_output_match_special_i0e_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.3215387Z test_output_match_special_i0e_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.3258497Z test_output_match_special_i0e_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.3301468Z test_output_match_special_i0e_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.3344683Z test_output_match_special_i0e_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.3387797Z test_output_match_special_i0e_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.3430757Z test_output_match_special_i1_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.3473800Z test_output_match_special_i1_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.3516966Z test_output_match_special_i1_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.3560044Z test_output_match_special_i1_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.3603365Z test_output_match_special_i1_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.3649905Z test_output_match_special_i1_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:22.3693197Z test_output_match_special_i1e_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.3736992Z test_output_match_special_i1e_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.3780490Z test_output_match_special_i1e_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.3823951Z test_output_match_special_i1e_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.3867564Z test_output_match_special_i1e_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.3911508Z test_output_match_special_i1e_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.3954659Z test_output_match_special_laguerre_polynomial_l_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.3998089Z test_output_match_special_laguerre_polynomial_l_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.4041256Z test_output_match_special_laguerre_polynomial_l_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.4084560Z test_output_match_special_laguerre_polynomial_l_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.4127996Z test_output_match_special_laguerre_polynomial_l_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.4171460Z test_output_match_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.4210814Z test_output_match_special_legendre_polynomial_p_cpu_bool (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T15:59:22.4249492Z test_output_match_special_legendre_polynomial_p_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T15:59:22.4288360Z test_output_match_special_legendre_polynomial_p_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T15:59:22.4326981Z test_output_match_special_legendre_polynomial_p_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T15:59:22.4365488Z test_output_match_special_legendre_polynomial_p_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T15:59:22.4403920Z test_output_match_special_legendre_polynomial_p_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T15:59:22.4447441Z test_output_match_special_log_ndtr_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.4491187Z test_output_match_special_log_ndtr_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.4534897Z test_output_match_special_log_ndtr_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.4578156Z test_output_match_special_log_ndtr_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.4621343Z test_output_match_special_log_ndtr_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.4664512Z test_output_match_special_log_ndtr_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.4707869Z test_output_match_special_modified_bessel_i0_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.4751069Z test_output_match_special_modified_bessel_i0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.4794433Z test_output_match_special_modified_bessel_i0_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.4837488Z test_output_match_special_modified_bessel_i0_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.4880712Z test_output_match_special_modified_bessel_i0_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.4923868Z test_output_match_special_modified_bessel_i0_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.4966995Z test_output_match_special_modified_bessel_i1_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.5010350Z test_output_match_special_modified_bessel_i1_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.5054078Z test_output_match_special_modified_bessel_i1_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.5096992Z test_output_match_special_modified_bessel_i1_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.5139930Z test_output_match_special_modified_bessel_i1_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.5183247Z test_output_match_special_modified_bessel_i1_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.5226413Z test_output_match_special_modified_bessel_k0_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.5269644Z test_output_match_special_modified_bessel_k0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.5312804Z test_output_match_special_modified_bessel_k0_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.5355887Z test_output_match_special_modified_bessel_k0_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.5399025Z test_output_match_special_modified_bessel_k0_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.5442218Z test_output_match_special_modified_bessel_k0_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.5485387Z test_output_match_special_modified_bessel_k1_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.5528344Z test_output_match_special_modified_bessel_k1_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.5571936Z test_output_match_special_modified_bessel_k1_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.5615233Z test_output_match_special_modified_bessel_k1_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.5658709Z test_output_match_special_modified_bessel_k1_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.5701706Z test_output_match_special_modified_bessel_k1_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.5745924Z test_output_match_special_ndtr_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.5789975Z test_output_match_special_ndtr_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.5833058Z test_output_match_special_ndtr_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.5876528Z test_output_match_special_ndtr_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.5919979Z test_output_match_special_ndtr_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.5963215Z test_output_match_special_ndtr_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.6006451Z test_output_match_special_ndtri_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.6049866Z test_output_match_special_ndtri_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.6092940Z test_output_match_special_ndtri_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.6135663Z test_output_match_special_ndtri_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.6178638Z test_output_match_special_ndtri_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.6221998Z test_output_match_special_ndtri_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.6264614Z test_output_match_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.6307359Z test_output_match_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.6350372Z test_output_match_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.6393285Z test_output_match_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.6436547Z test_output_match_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.6479411Z test_output_match_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.6522478Z test_output_match_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.6565295Z test_output_match_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.6608238Z test_output_match_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.6651488Z test_output_match_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.6694612Z test_output_match_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.6737438Z test_output_match_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.6780402Z test_output_match_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.6823453Z test_output_match_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.6866632Z test_output_match_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.6909655Z test_output_match_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.6952846Z test_output_match_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.6995704Z test_output_match_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.7034881Z 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-27T15:59:22.7073560Z 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-27T15:59:22.7112466Z 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-27T15:59:22.7151220Z 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-27T15:59:22.7189844Z 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-27T15:59:22.7228717Z 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-27T15:59:22.7267785Z 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-27T15:59:22.7306094Z 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-27T15:59:22.7344926Z 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-27T15:59:22.7383732Z 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-27T15:59:22.7422690Z 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-27T15:59:22.7461205Z 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-27T15:59:22.7499710Z 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-27T15:59:22.7538811Z 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-27T15:59:22.7580767Z 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-27T15:59:22.7619757Z 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-27T15:59:22.7658564Z 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-27T15:59:22.7697378Z 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-27T15:59:22.7736098Z 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-27T15:59:22.7774930Z 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-27T15:59:22.7813638Z 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-27T15:59:22.7852435Z 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-27T15:59:22.7891380Z 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-27T15:59:22.7930143Z 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-27T15:59:22.7974870Z test_output_match_special_spherical_bessel_j0_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.8019143Z test_output_match_special_spherical_bessel_j0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.8063100Z test_output_match_special_spherical_bessel_j0_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.8106672Z test_output_match_special_spherical_bessel_j0_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.8150295Z test_output_match_special_spherical_bessel_j0_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.8193671Z test_output_match_special_spherical_bessel_j0_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.8237100Z test_output_match_special_xlog1py_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.8280531Z test_output_match_special_xlog1py_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.8323194Z test_output_match_special_xlog1py_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.8366226Z test_output_match_special_xlog1py_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.8409932Z test_output_match_special_xlog1py_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.8453143Z test_output_match_special_xlog1py_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.8496463Z test_output_match_special_xlog1py_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.8539594Z test_output_match_special_zeta_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.8582927Z test_output_match_special_zeta_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.8625872Z test_output_match_special_zeta_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.8669155Z test_output_match_special_zeta_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.8712256Z test_output_match_special_zeta_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.8755296Z test_output_match_special_zeta_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.8798630Z test_output_match_split_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.8841477Z test_output_match_split_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.8884772Z test_output_match_split_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.8928004Z test_output_match_split_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.8971364Z test_output_match_split_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.9014358Z test_output_match_split_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.9057373Z test_output_match_split_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.9100526Z test_output_match_split_list_args_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.9144368Z test_output_match_split_list_args_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.9187393Z test_output_match_split_list_args_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.9230271Z test_output_match_split_list_args_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.9273565Z test_output_match_split_list_args_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.9316259Z test_output_match_split_list_args_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.9359583Z test_output_match_split_list_args_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.9402823Z test_output_match_split_with_sizes_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.9445911Z test_output_match_split_with_sizes_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.9488756Z test_output_match_split_with_sizes_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.9531979Z test_output_match_split_with_sizes_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.9575191Z test_output_match_split_with_sizes_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.9618436Z test_output_match_split_with_sizes_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.9661471Z test_output_match_split_with_sizes_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.9704660Z test_output_match_sqrt_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.9747734Z test_output_match_sqrt_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.9790920Z test_output_match_sqrt_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.9833983Z test_output_match_sqrt_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.9877404Z test_output_match_sqrt_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.9921027Z test_output_match_sqrt_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:22.9964493Z test_output_match_square_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.0007698Z test_output_match_square_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.0050833Z test_output_match_square_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.0093975Z test_output_match_square_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.0137405Z test_output_match_square_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.0180487Z test_output_match_square_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.0223711Z test_output_match_square_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.0266886Z test_output_match_squeeze_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.0309952Z test_output_match_squeeze_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.0352945Z test_output_match_squeeze_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.0395926Z test_output_match_squeeze_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.0439076Z test_output_match_squeeze_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.0482248Z test_output_match_squeeze_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.0525557Z test_output_match_squeeze_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.0568767Z test_output_match_stack_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.0612144Z test_output_match_stack_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.0655459Z test_output_match_stack_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.0698835Z test_output_match_stack_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.0742490Z test_output_match_stack_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.0785926Z test_output_match_stack_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.0829014Z test_output_match_stack_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.0872047Z test_output_match_std_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.0915450Z test_output_match_std_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.0958073Z test_output_match_std_mean_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.1001193Z test_output_match_std_mean_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.1044433Z test_output_match_stft_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.1087637Z test_output_match_sub_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.1130867Z test_output_match_sub_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.1174166Z test_output_match_sub_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.1217449Z test_output_match_sub_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.1260796Z test_output_match_sub_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.1304276Z test_output_match_sub_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.1347684Z test_output_match_sum_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.1390702Z test_output_match_sum_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.1433878Z test_output_match_sum_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.1477662Z test_output_match_sum_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.1520664Z test_output_match_sum_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.1563876Z test_output_match_sum_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.1607021Z test_output_match_sum_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.1650282Z test_output_match_sum_to_size_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.1693869Z test_output_match_sum_to_size_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.1737000Z test_output_match_sum_to_size_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.1780093Z test_output_match_sum_to_size_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.1823235Z test_output_match_sum_to_size_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.1866404Z test_output_match_sum_to_size_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.1909286Z test_output_match_sum_to_size_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.1953425Z test_output_match_svd_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.1996840Z test_output_match_svd_lowrank_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.2040473Z test_output_match_symeig_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.2083882Z test_output_match_t_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.2127188Z test_output_match_t_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.2170590Z test_output_match_t_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.2213941Z test_output_match_t_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.2256742Z test_output_match_t_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.2299969Z test_output_match_t_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.2343367Z test_output_match_t_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.2386911Z test_output_match_take_along_dim_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.2430454Z test_output_match_take_along_dim_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.2473766Z test_output_match_take_along_dim_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.2517234Z test_output_match_take_along_dim_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.2560814Z test_output_match_take_along_dim_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.2604521Z test_output_match_take_along_dim_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.2648169Z test_output_match_take_along_dim_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.2691721Z test_output_match_take_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.2734900Z test_output_match_take_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.2777967Z test_output_match_take_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.2821163Z test_output_match_take_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.2864388Z test_output_match_take_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.2907714Z test_output_match_take_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.2950965Z test_output_match_take_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.2994185Z test_output_match_tan_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.3037610Z test_output_match_tan_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.3081319Z test_output_match_tan_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.3124451Z test_output_match_tan_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.3167493Z test_output_match_tan_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.3210741Z test_output_match_tan_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.3253893Z test_output_match_tanh_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.3296958Z test_output_match_tanh_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.3340425Z test_output_match_tanh_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.3383121Z test_output_match_tanh_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.3426299Z test_output_match_tanh_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.3469407Z test_output_match_tanh_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.3512680Z test_output_match_tensor_split_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.3555689Z test_output_match_tensor_split_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.3598740Z test_output_match_tensor_split_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.3641912Z test_output_match_tensor_split_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.3685167Z test_output_match_tensor_split_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.3728195Z test_output_match_tensor_split_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.3771534Z test_output_match_tensor_split_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.3814812Z test_output_match_tensordot_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.3858352Z test_output_match_tensordot_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.3901631Z test_output_match_tensordot_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.3944641Z test_output_match_tensordot_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.3988026Z test_output_match_tensordot_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.4031587Z test_output_match_tile_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.4074720Z test_output_match_tile_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.4117871Z test_output_match_tile_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.4161153Z test_output_match_tile_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.4204683Z test_output_match_tile_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.4248014Z test_output_match_tile_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.4291569Z test_output_match_tile_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.4334524Z test_output_match_to_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.4377615Z test_output_match_to_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.4421175Z test_output_match_to_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.4464328Z test_output_match_to_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.4507662Z test_output_match_to_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.4551219Z test_output_match_to_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.4594612Z test_output_match_to_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.4637763Z test_output_match_to_sparse_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.4680947Z test_output_match_to_sparse_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.4724054Z test_output_match_to_sparse_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.4767273Z test_output_match_to_sparse_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.4810520Z test_output_match_to_sparse_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.4853875Z test_output_match_to_sparse_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.4896896Z test_output_match_to_sparse_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.4940297Z test_output_match_topk_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.4983511Z test_output_match_topk_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.5026575Z test_output_match_topk_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.5069731Z test_output_match_topk_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.5113057Z test_output_match_topk_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.5156229Z test_output_match_trace_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.5200464Z test_output_match_trace_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.5243531Z test_output_match_trace_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.5286848Z test_output_match_trace_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.5330369Z test_output_match_trace_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.5373628Z test_output_match_transpose_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.5416625Z test_output_match_transpose_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.5459663Z test_output_match_transpose_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.5502805Z test_output_match_transpose_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.5545973Z test_output_match_transpose_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.5589198Z test_output_match_transpose_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.5632447Z test_output_match_transpose_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.5675926Z test_output_match_trapezoid_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.5719812Z test_output_match_trapezoid_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.5762778Z test_output_match_trapezoid_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.5805994Z test_output_match_trapezoid_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.5850155Z test_output_match_trapezoid_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.5893631Z test_output_match_trapezoid_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.5936664Z test_output_match_trapz_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.5979893Z test_output_match_trapz_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.6023208Z test_output_match_trapz_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.6066820Z test_output_match_trapz_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.6110076Z test_output_match_trapz_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.6153390Z test_output_match_trapz_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.6196547Z test_output_match_triangular_solve_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.6239914Z test_output_match_tril_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.6283177Z test_output_match_tril_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.6326208Z test_output_match_tril_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.6369969Z test_output_match_tril_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.6413111Z test_output_match_tril_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.6456252Z test_output_match_tril_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.6499412Z test_output_match_tril_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.6542722Z test_output_match_tril_indices_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.6586261Z test_output_match_tril_indices_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.6629997Z test_output_match_triu_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.6673412Z test_output_match_triu_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.6717110Z test_output_match_triu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.6760447Z test_output_match_triu_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.6803698Z test_output_match_triu_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.6847127Z test_output_match_triu_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.6890575Z test_output_match_triu_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.6934123Z test_output_match_triu_indices_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.6977273Z test_output_match_triu_indices_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.7020846Z test_output_match_true_divide_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.7064102Z test_output_match_true_divide_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.7107366Z test_output_match_true_divide_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.7151072Z test_output_match_true_divide_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.7197515Z test_output_match_true_divide_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:23.7240657Z test_output_match_true_divide_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.7283852Z test_output_match_true_divide_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.7327053Z test_output_match_trunc_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.7370623Z test_output_match_trunc_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.7414137Z test_output_match_trunc_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.7460787Z test_output_match_trunc_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:23.7504171Z test_output_match_trunc_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.7547111Z test_output_match_unbind_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.7590290Z test_output_match_unbind_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.7633207Z test_output_match_unbind_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.7676562Z test_output_match_unbind_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.7723519Z test_output_match_unbind_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:23.7766386Z test_output_match_unbind_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.7809401Z test_output_match_unbind_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.7852701Z test_output_match_unflatten_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.7895892Z test_output_match_unflatten_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.7939735Z test_output_match_unflatten_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.7986664Z test_output_match_unflatten_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:23.8029925Z test_output_match_unflatten_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.8073312Z test_output_match_unflatten_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.8116467Z test_output_match_unflatten_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.8159469Z test_output_match_unfold_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.8202889Z test_output_match_unfold_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.8245788Z test_output_match_unfold_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.8289130Z test_output_match_unfold_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.8332212Z test_output_match_unfold_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.8375074Z test_output_match_unfold_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.8418050Z test_output_match_unfold_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.8461713Z test_output_match_uniform_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.8504685Z test_output_match_uniform_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.8547949Z test_output_match_unique_consecutive_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.8591283Z test_output_match_unique_consecutive_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.8634362Z test_output_match_unique_consecutive_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.8677642Z test_output_match_unique_consecutive_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.8721122Z test_output_match_unique_consecutive_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.8763839Z test_output_match_unique_consecutive_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.8806947Z test_output_match_unique_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.8850285Z test_output_match_unique_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.8893458Z test_output_match_unique_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.8936487Z test_output_match_unique_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.8979995Z test_output_match_unique_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.9023547Z test_output_match_unique_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.9066562Z test_output_match_unsqueeze_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.9109825Z test_output_match_unsqueeze_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.9153037Z test_output_match_unsqueeze_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.9196412Z test_output_match_unsqueeze_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.9239756Z test_output_match_unsqueeze_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.9282743Z test_output_match_unsqueeze_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.9326282Z test_output_match_unsqueeze_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.9370073Z test_output_match_var_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.9413090Z test_output_match_var_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.9456414Z test_output_match_var_mean_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.9500054Z test_output_match_var_mean_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.9543956Z test_output_match_vdot_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.9587770Z test_output_match_vdot_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.9631243Z test_output_match_vdot_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.9675016Z test_output_match_vdot_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.9718853Z test_output_match_vdot_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.9762763Z test_output_match_view_as_complex_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.9806186Z test_output_match_view_as_complex_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.9850161Z test_output_match_view_as_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.9894101Z test_output_match_view_as_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.9937868Z test_output_match_view_as_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:23.9981838Z test_output_match_view_as_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:24.0025511Z test_output_match_view_as_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:24.0069223Z test_output_match_view_as_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:24.0113226Z test_output_match_view_as_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:24.0156832Z test_output_match_view_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:24.0200587Z test_output_match_view_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:24.0244309Z test_output_match_view_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:24.0287831Z test_output_match_view_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:24.0331597Z test_output_match_view_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:24.0375281Z test_output_match_view_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:24.0418898Z test_output_match_view_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:24.0462589Z test_output_match_vsplit_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:24.0506054Z test_output_match_vsplit_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:24.0549642Z test_output_match_vsplit_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:24.0593534Z test_output_match_vsplit_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:24.0637718Z test_output_match_vsplit_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:24.0681499Z test_output_match_vsplit_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:24.0725730Z test_output_match_vsplit_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:24.0769723Z test_output_match_vstack_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:24.0813643Z test_output_match_vstack_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:24.0857789Z test_output_match_vstack_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:24.0901362Z test_output_match_vstack_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:24.0944969Z test_output_match_vstack_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:24.0988928Z test_output_match_vstack_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:24.1032616Z test_output_match_vstack_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:24.1075930Z test_output_match_where_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:24.1120574Z test_output_match_where_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:24.1164111Z test_output_match_where_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:24.1207941Z test_output_match_where_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:24.1252283Z test_output_match_where_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:24.1296367Z test_output_match_where_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:24.1340489Z test_output_match_where_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:24.1384529Z test_output_match_xlogy_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:24.1428564Z test_output_match_xlogy_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:24.1472780Z test_output_match_xlogy_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:24.1516846Z test_output_match_xlogy_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:24.1561023Z test_output_match_xlogy_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:24.1604981Z test_output_match_xlogy_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:24.1649172Z test_output_match_xlogy_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:24.1693122Z test_output_match_zero__cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:24.1737160Z test_output_match_zero__cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:24.1781055Z test_output_match_zero__cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:24.1825004Z test_output_match_zero__cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:24.1869536Z test_output_match_zero__cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:24.1913694Z test_output_match_zero__cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:24.1957864Z test_output_match_zero__cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:24.2001880Z test_output_match_zeros_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:24.2045892Z test_output_match_zeros_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:24.2090309Z test_output_match_zeros_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:24.2134309Z test_output_match_zeros_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:24.2178662Z test_output_match_zeros_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:24.2222962Z test_output_match_zeros_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:24.2266729Z test_output_match_zeros_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:24.2310897Z test_output_match_zeros_like_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:24.2354914Z test_output_match_zeros_like_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:24.2398951Z test_output_match_zeros_like_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:24.2442977Z test_output_match_zeros_like_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:24.2487300Z test_output_match_zeros_like_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:24.2531544Z test_output_match_zeros_like_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:24.2576037Z test_output_match_zeros_like_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:24.2576378Z 2022-09-27T15:59:24.2576799Z ---------------------------------------------------------------------- 2022-09-27T15:59:24.2577200Z Ran 2843 tests in 12.293s 2022-09-27T15:59:24.2577358Z 2022-09-27T15:59:24.2577474Z OK (skipped=2843) 2022-09-27T15:59:24.2577643Z 2022-09-27T15:59:24.2577773Z Generating XML reports... 2022-09-27T15:59:24.6060913Z Generated XML report: test-reports/python-unittest/test_mps/TEST-TestConsistencyCPU-20220927155911.xml 2022-09-27T15:59:25.0325208Z Running test_ops_gradients ... [2022-09-27 15:59:25.032144] 2022-09-27T15:59:25.0325797Z Executing ['/opt/conda/bin/python', '-bb', 'test_ops_gradients.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:59:25.032230] 2022-09-27T15:59:27.4836429Z Test results will be stored in test-reports/python-pytest/test_ops_gradients/test_ops_gradients.xml 2022-09-27T15:59:27.5612814Z ============================= test session starts ============================== 2022-09-27T15:59:27.5613682Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-09-27T15:59:27.5679250Z cachedir: .pytest_cache 2022-09-27T15:59:27.5680100Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-09-27T15:59:27.5680675Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-09-27T15:59:27.5681354Z plugins: hypothesis-5.35.1, forked-1.4.0, rerunfailures-10.2, xdist-2.5.0, xdoctest-1.0.2 2022-09-27T15:59:27.5681743Z 2022-09-27T15:59:27.6079214Z gw0 I / gw1 I / gw2 I / gw3 I 2022-09-27T15:59:27.6079563Z [gw0] linux Python 3.7.13 cwd: /var/lib/jenkins/workspace/test 2022-09-27T15:59:27.6079729Z 2022-09-27T15:59:27.6486876Z gw0 C / gw1 I / gw2 I / gw3 I 2022-09-27T15:59:27.6487425Z [gw1] linux Python 3.7.13 cwd: /var/lib/jenkins/workspace/test 2022-09-27T15:59:27.6487645Z 2022-09-27T15:59:27.6979179Z gw0 C / gw1 C / gw2 I / gw3 I 2022-09-27T15:59:27.6979716Z [gw2] linux Python 3.7.13 cwd: /var/lib/jenkins/workspace/test 2022-09-27T15:59:27.6979991Z 2022-09-27T15:59:27.7587421Z gw0 C / gw1 C / gw2 C / gw3 I 2022-09-27T15:59:27.7587888Z [gw3] linux Python 3.7.13 cwd: /var/lib/jenkins/workspace/test 2022-09-27T15:59:27.7588140Z 2022-09-27T15:59:27.9284502Z gw0 C / gw1 C / gw2 C / gw3 C 2022-09-27T15:59:27.9285226Z [gw0] Python 3.7.13 (default, Mar 29 2022, 02:18:16) -- [GCC 7.5.0] 2022-09-27T15:59:27.9285499Z 2022-09-27T15:59:27.9760029Z gw0 ok / gw1 C / gw2 C / gw3 C 2022-09-27T15:59:27.9760715Z [gw1] Python 3.7.13 (default, Mar 29 2022, 02:18:16) -- [GCC 7.5.0] 2022-09-27T15:59:27.9760958Z 2022-09-27T15:59:28.0123851Z gw0 ok / gw1 ok / gw2 C / gw3 C 2022-09-27T15:59:28.0124464Z [gw2] Python 3.7.13 (default, Mar 29 2022, 02:18:16) -- [GCC 7.5.0] 2022-09-27T15:59:28.0124683Z 2022-09-27T15:59:28.0692254Z gw0 ok / gw1 ok / gw2 ok / gw3 C 2022-09-27T15:59:28.0692921Z [gw3] Python 3.7.13 (default, Mar 29 2022, 02:18:16) -- [GCC 7.5.0] 2022-09-27T15:59:28.0693172Z 2022-09-27T15:59:31.3787139Z gw0 ok / gw1 ok / gw2 ok / gw3 ok 2022-09-27T15:59:31.4424352Z gw0 [7528] / gw1 ok / gw2 ok / gw3 ok 2022-09-27T15:59:31.4432088Z gw0 [7528] / gw1 ok / gw2 [7528] / gw3 ok 2022-09-27T15:59:31.4434955Z gw0 [7528] / gw1 ok / gw2 [7528] / gw3 [7528] 2022-09-27T15:59:31.4435251Z gw0 [7528] / gw1 [7528] / gw2 [7528] / gw3 [7528] 2022-09-27T15:59:31.4435477Z scheduling tests via LoadScheduling 2022-09-27T15:59:31.4930279Z 2022-09-27T15:59:31.4937568Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_H_cpu_complex128 2022-09-27T15:59:31.4937955Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_T_cpu_float64 2022-09-27T15:59:31.4945495Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_T_cpu_complex128 2022-09-27T15:59:31.4961332Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_H_cpu_float64 2022-09-27T15:59:31.5014084Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_H_cpu_complex128 2022-09-27T15:59:31.5016628Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_T_cpu_float64 2022-09-27T15:59:31.5019468Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_H_cpu_float64 2022-09-27T15:59:31.5022157Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_T_cpu_complex128 2022-09-27T15:59:31.5023151Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___radd___cpu_float64 2022-09-27T15:59:31.5024272Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___getitem___cpu_float64 2022-09-27T15:59:31.5025774Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___radd___cpu_complex128 2022-09-27T15:59:31.5026666Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___getitem___cpu_complex128 2022-09-27T15:59:31.5029907Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___getitem___cpu_float64 2022-09-27T15:59:31.5032657Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___radd___cpu_float64 2022-09-27T15:59:31.5035190Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___radd___cpu_complex128 2022-09-27T15:59:31.5344715Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___getitem___cpu_complex128 2022-09-27T15:59:31.5351117Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rdiv___cpu_complex128 2022-09-27T15:59:31.5353403Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmatmul___cpu_float64 2022-09-27T15:59:31.5354060Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmatmul___cpu_complex128 2022-09-27T15:59:31.5383971Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rdiv___cpu_float64 2022-09-27T15:59:31.5395666Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rdiv___cpu_float64 2022-09-27T15:59:31.5397306Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmatmul___cpu_complex128 2022-09-27T15:59:31.5400060Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rdiv___cpu_complex128 2022-09-27T15:59:31.5781463Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmatmul___cpu_float64 2022-09-27T15:59:31.5783714Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmul___cpu_complex128 2022-09-27T15:59:31.5789856Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmul___cpu_float64 2022-09-27T15:59:31.5797798Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmod___cpu_float64 2022-09-27T15:59:31.5814856Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rpow___cpu_complex128 2022-09-27T15:59:31.5825226Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmod___cpu_float64 2022-09-27T15:59:31.5827506Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmul___cpu_float64 2022-09-27T15:59:31.5829660Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rpow___cpu_complex128 2022-09-27T15:59:31.6222496Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rmul___cpu_complex128 2022-09-27T15:59:31.6228659Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_amax_cpu_float64 2022-09-27T15:59:31.6232590Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rsub___cpu_complex128 2022-09-27T15:59:31.6234948Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rpow___cpu_float64 2022-09-27T15:59:31.6247346Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rsub___cpu_float64 2022-09-27T15:59:31.6258597Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_amax_cpu_float64 2022-09-27T15:59:31.6265787Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rsub___cpu_complex128 2022-09-27T15:59:31.6268368Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rsub___cpu_float64 2022-09-27T15:59:31.6662551Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad___rpow___cpu_float64 2022-09-27T15:59:31.6668000Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_cumprod_cpu_complex128 2022-09-27T15:59:31.6677672Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_argmax_cpu_float64 2022-09-27T15:59:31.6694221Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_argmin_cpu_float64 2022-09-27T15:59:31.6695538Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_amin_cpu_float64 2022-09-27T15:59:31.6698656Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_cumprod_cpu_complex128 2022-09-27T15:59:31.6707006Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_argmax_cpu_float64 2022-09-27T15:59:31.6714645Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_amin_cpu_float64 2022-09-27T15:59:31.7105788Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_argmin_cpu_float64 2022-09-27T15:59:31.7108242Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_cumsum_cpu_float64 2022-09-27T15:59:31.7113273Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_cumprod_cpu_float64 2022-09-27T15:59:31.7114293Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_log_softmax_cpu_float64 2022-09-27T15:59:31.7132553Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_cumsum_cpu_complex128 2022-09-27T15:59:31.7144797Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_log_softmax_cpu_float64 2022-09-27T15:59:31.7147989Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_cumprod_cpu_float64 2022-09-27T15:59:31.7150448Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_cumsum_cpu_float64 2022-09-27T15:59:31.7543726Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_cumsum_cpu_complex128 2022-09-27T15:59:31.7546486Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_logaddexp_cpu_float64 2022-09-27T15:59:31.7547917Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_mean_cpu_complex128 2022-09-27T15:59:31.7548828Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_logsumexp_cpu_float64 2022-09-27T15:59:31.7569229Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_mean_cpu_float64 2022-09-27T15:59:31.7580086Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_logaddexp_cpu_float64 2022-09-27T15:59:31.7587245Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_logsumexp_cpu_float64 2022-09-27T15:59:31.7589597Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_mean_cpu_complex128 2022-09-27T15:59:31.7985322Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_mean_cpu_float64 2022-09-27T15:59:31.7991655Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_normalize_cpu_float64 2022-09-27T15:59:31.7993804Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_median_cpu_float64 2022-09-27T15:59:31.7996001Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_norm_cpu_float64 2022-09-27T15:59:31.8012346Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_normalize_cpu_complex128 2022-09-27T15:59:31.8024172Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_median_cpu_float64 2022-09-27T15:59:31.8026192Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_normalize_cpu_complex128 2022-09-27T15:59:31.8064390Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_norm_cpu_float64 2022-09-27T15:59:31.8421031Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_normalize_cpu_float64 2022-09-27T15:59:31.8425602Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_softmin_cpu_float64 2022-09-27T15:59:31.8431695Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_prod_cpu_float64 2022-09-27T15:59:31.8437719Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_softmax_cpu_float64 2022-09-27T15:59:31.8456321Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_prod_cpu_complex128 2022-09-27T15:59:31.8458765Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_softmin_cpu_float64 2022-09-27T15:59:31.8461805Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_prod_cpu_float64 2022-09-27T15:59:31.8470150Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_softmax_cpu_float64 2022-09-27T15:59:31.8862539Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_prod_cpu_complex128 2022-09-27T15:59:31.8868612Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_std_cpu_float64 2022-09-27T15:59:31.8873339Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_sum_cpu_float64 2022-09-27T15:59:31.8874792Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_sum_cpu_complex128 2022-09-27T15:59:31.8892779Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_std_cpu_complex128 2022-09-27T15:59:31.8900717Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_std_cpu_complex128 2022-09-27T15:59:31.8909595Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_sum_cpu_complex128 2022-09-27T15:59:31.8912420Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_std_cpu_float64 2022-09-27T15:59:31.9305105Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_sum_cpu_float64 2022-09-27T15:59:31.9307259Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_var_cpu_float64 2022-09-27T15:59:31.9309498Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_var_cpu_complex128 2022-09-27T15:59:31.9327203Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_abs_cpu_float64 2022-09-27T15:59:31.9335561Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_var_cpu_float64 2022-09-27T15:59:31.9336208Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_abs_cpu_complex128 2022-09-27T15:59:31.9347753Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_abs_cpu_float64 2022-09-27T15:59:31.9349532Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad__masked_var_cpu_complex128 2022-09-27T15:59:31.9741902Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_abs_cpu_complex128 2022-09-27T15:59:31.9766322Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acosh_cpu_complex128 2022-09-27T15:59:31.9767008Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acos_cpu_complex128 2022-09-27T15:59:31.9767404Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acos_cpu_float64 2022-09-27T15:59:31.9782821Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acosh_cpu_float64 2022-09-27T15:59:31.9785242Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acos_cpu_complex128 2022-09-27T15:59:31.9788058Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acosh_cpu_float64 2022-09-27T15:59:31.9790819Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acosh_cpu_complex128 2022-09-27T15:59:32.0183839Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_acos_cpu_float64 2022-09-27T15:59:32.0187907Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_add_cpu_float64 2022-09-27T15:59:32.0189625Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addbmm_cpu_float64 2022-09-27T15:59:32.0190158Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_add_cpu_complex128 2022-09-27T15:59:32.0214061Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addbmm_cpu_complex128 2022-09-27T15:59:32.0220449Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addbmm_cpu_float64 2022-09-27T15:59:32.0223269Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_add_cpu_complex128 2022-09-27T15:59:32.0226013Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addbmm_cpu_complex128 2022-09-27T15:59:32.0623013Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_add_cpu_float64 2022-09-27T15:59:32.0624479Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcdiv_cpu_complex128 2022-09-27T15:59:32.0627740Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcmul_cpu_float64 2022-09-27T15:59:32.0634208Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcdiv_cpu_float64 2022-09-27T15:59:32.0651259Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcmul_cpu_complex128 2022-09-27T15:59:32.0658088Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcdiv_cpu_complex128 2022-09-27T15:59:32.0665030Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcmul_cpu_complex128 2022-09-27T15:59:32.0668251Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcmul_cpu_float64 2022-09-27T15:59:32.1064750Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addcdiv_cpu_float64 2022-09-27T15:59:32.1067760Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_cpu_float64 2022-09-27T15:59:32.1070043Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_decomposed_cpu_complex128 2022-09-27T15:59:32.1078422Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_cpu_complex128 2022-09-27T15:59:32.1090741Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_decomposed_cpu_float64 2022-09-27T15:59:32.1106682Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_cpu_float64 2022-09-27T15:59:32.1109615Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_cpu_complex128 2022-09-27T15:59:32.1113158Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_decomposed_cpu_complex128 2022-09-27T15:59:32.1500971Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmm_decomposed_cpu_float64 2022-09-27T15:59:32.1501856Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addr_cpu_float64 2022-09-27T15:59:32.1512716Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmv_cpu_complex128 2022-09-27T15:59:32.1513574Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmv_cpu_float64 2022-09-27T15:59:32.1539702Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addr_cpu_complex128 2022-09-27T15:59:32.1541602Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addr_cpu_float64 2022-09-27T15:59:32.1545281Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmv_cpu_complex128 2022-09-27T15:59:32.1547490Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addr_cpu_complex128 2022-09-27T15:59:32.1943424Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_addmv_cpu_float64 2022-09-27T15:59:32.1944604Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_all_cpu_complex128 2022-09-27T15:59:32.1952860Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_allclose_cpu_float64 2022-09-27T15:59:32.1966268Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_allclose_cpu_complex128 2022-09-27T15:59:32.1982099Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_all_cpu_complex128 2022-09-27T15:59:32.1986059Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_allclose_cpu_float64 2022-09-27T15:59:32.1993279Z [gw2] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_allclose_cpu_complex128 2022-09-27T15:59:32.1994934Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_all_cpu_float64 2022-09-27T15:59:32.2384652Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_all_cpu_float64 2022-09-27T15:59:32.2390585Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_amax_cpu_float64 2022-09-27T15:59:32.2391304Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_angle_cpu_complex128 2022-09-27T15:59:32.2393412Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_aminmax_cpu_float64 2022-09-27T15:59:32.2415900Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_amin_cpu_float64 2022-09-27T15:59:32.2418579Z [gw0] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_amax_cpu_float64 2022-09-27T15:59:32.2426154Z [gw3] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_angle_cpu_complex128 2022-09-27T15:59:32.2428795Z [gw1] [ 0%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_amin_cpu_float64 2022-09-27T15:59:32.2820799Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_aminmax_cpu_float64 2022-09-27T15:59:32.2827372Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_any_cpu_complex128 2022-09-27T15:59:32.2833817Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_angle_cpu_float64 2022-09-27T15:59:32.2846907Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_arange_cpu_float64 2022-09-27T15:59:32.2859288Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_arange_cpu_float64 2022-09-27T15:59:32.2865884Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_any_cpu_complex128 2022-09-27T15:59:32.2868889Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_angle_cpu_float64 2022-09-27T15:59:32.2870068Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_any_cpu_float64 2022-09-27T15:59:32.3262052Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_any_cpu_float64 2022-09-27T15:59:32.3268780Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argmax_cpu_float64 2022-09-27T15:59:32.3270817Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argwhere_cpu_complex128 2022-09-27T15:59:32.3275684Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argsort_cpu_float64 2022-09-27T15:59:32.3286199Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argmin_cpu_float64 2022-09-27T15:59:32.3301056Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argsort_cpu_float64 2022-09-27T15:59:32.3303480Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argmax_cpu_float64 2022-09-27T15:59:32.3306115Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argwhere_cpu_complex128 2022-09-27T15:59:32.3701412Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argmin_cpu_float64 2022-09-27T15:59:32.3705117Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_scatter_cpu_complex128 2022-09-27T15:59:32.3724439Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_cpu_complex128 2022-09-27T15:59:32.3725300Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_cpu_float64 2022-09-27T15:59:32.3732228Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argwhere_cpu_float64 2022-09-27T15:59:32.3738505Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_cpu_complex128 2022-09-27T15:59:32.3744867Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_argwhere_cpu_float64 2022-09-27T15:59:32.3747730Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_scatter_cpu_complex128 2022-09-27T15:59:32.4143215Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_cpu_float64 2022-09-27T15:59:32.4145772Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asin_cpu_float64 2022-09-27T15:59:32.4146803Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asinh_cpu_complex128 2022-09-27T15:59:32.4153967Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asin_cpu_complex128 2022-09-27T15:59:32.4165537Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_scatter_cpu_float64 2022-09-27T15:59:32.4182713Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asinh_cpu_complex128 2022-09-27T15:59:32.4185444Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asin_cpu_complex128 2022-09-27T15:59:32.4188199Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asin_cpu_float64 2022-09-27T15:59:32.4583703Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_as_strided_scatter_cpu_float64 2022-09-27T15:59:32.4590419Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atan2_cpu_float64 2022-09-27T15:59:32.4597164Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asinh_cpu_float64 2022-09-27T15:59:32.4606944Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atan_cpu_complex128 2022-09-27T15:59:32.4608492Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atan_cpu_float64 2022-09-27T15:59:32.4619458Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_asinh_cpu_float64 2022-09-27T15:59:32.4626893Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atan_cpu_complex128 2022-09-27T15:59:32.4629505Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atan_cpu_float64 2022-09-27T15:59:32.5027432Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atan2_cpu_float64 2022-09-27T15:59:32.5028391Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atanh_cpu_complex128 2022-09-27T15:59:32.5029266Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atanh_cpu_float64 2022-09-27T15:59:32.5030076Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_1d_cpu_float64 2022-09-27T15:59:32.5053381Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_1d_cpu_complex128 2022-09-27T15:59:32.5065490Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atanh_cpu_float64 2022-09-27T15:59:32.5067906Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_1d_cpu_float64 2022-09-27T15:59:32.5070438Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_1d_cpu_complex128 2022-09-27T15:59:32.5467677Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atanh_cpu_complex128 2022-09-27T15:59:32.5472311Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_2d_cpu_float64 2022-09-27T15:59:32.5475254Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_3d_cpu_complex128 2022-09-27T15:59:32.5476382Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_2d_cpu_complex128 2022-09-27T15:59:32.5501901Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_3d_cpu_float64 2022-09-27T15:59:32.5504446Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_2d_cpu_float64 2022-09-27T15:59:32.5507192Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_3d_cpu_float64 2022-09-27T15:59:32.5509577Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_2d_cpu_complex128 2022-09-27T15:59:32.5905769Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_atleast_3d_cpu_complex128 2022-09-27T15:59:32.5906551Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_baddbmm_cpu_float64 2022-09-27T15:59:32.5909683Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bernoulli_cpu_float64 2022-09-27T15:59:32.5914851Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_baddbmm_cpu_complex128 2022-09-27T15:59:32.5934417Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bfloat16_cpu_complex128 2022-09-27T15:59:32.5945613Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_baddbmm_cpu_complex128 2022-09-27T15:59:32.5947958Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_baddbmm_cpu_float64 2022-09-27T15:59:32.5950511Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bfloat16_cpu_complex128 2022-09-27T15:59:32.6342047Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bernoulli_cpu_float64 2022-09-27T15:59:32.6349108Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bmm_cpu_complex128 2022-09-27T15:59:32.6350148Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bfloat16_cpu_float64 2022-09-27T15:59:32.6352660Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_block_diag_cpu_float64 2022-09-27T15:59:32.6367543Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_block_diag_cpu_complex128 2022-09-27T15:59:32.6382298Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bfloat16_cpu_float64 2022-09-27T15:59:32.6384374Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_block_diag_cpu_float64 2022-09-27T15:59:32.6386401Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_block_diag_cpu_complex128 2022-09-27T15:59:32.6781101Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bmm_cpu_complex128 2022-09-27T15:59:32.6789299Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_tensors_cpu_complex128 2022-09-27T15:59:32.6792604Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bool_cpu_float64 2022-09-27T15:59:32.6793486Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bool_cpu_complex128 2022-09-27T15:59:32.6817196Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bmm_cpu_float64 2022-09-27T15:59:32.6823480Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bool_cpu_complex128 2022-09-27T15:59:32.6826194Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bool_cpu_float64 2022-09-27T15:59:32.6828702Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bmm_cpu_float64 2022-09-27T15:59:32.7225743Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_tensors_cpu_complex128 2022-09-27T15:59:32.7227960Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_to_cpu_complex128 2022-09-27T15:59:32.7231564Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_tensors_cpu_float64 2022-09-27T15:59:32.7232391Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_to_cpu_float64 2022-09-27T15:59:32.7254953Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bucketize_cpu_float64 2022-09-27T15:59:32.7266245Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_to_cpu_complex128 2022-09-27T15:59:32.7268256Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_bucketize_cpu_float64 2022-09-27T15:59:32.7270832Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_to_cpu_float64 2022-09-27T15:59:32.7663699Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_broadcast_tensors_cpu_float64 2022-09-27T15:59:32.7664666Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_byte_cpu_complex128 2022-09-27T15:59:32.7667416Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_byte_cpu_float64 2022-09-27T15:59:32.7673308Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cartesian_prod_cpu_complex128 2022-09-27T15:59:32.7696626Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cartesian_prod_cpu_float64 2022-09-27T15:59:32.7703806Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cartesian_prod_cpu_complex128 2022-09-27T15:59:32.7706964Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_byte_cpu_float64 2022-09-27T15:59:32.7710451Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_byte_cpu_complex128 2022-09-27T15:59:32.8105915Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cartesian_prod_cpu_float64 2022-09-27T15:59:32.8107859Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ceil_cpu_float64 2022-09-27T15:59:32.8108883Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cdist_cpu_float64 2022-09-27T15:59:32.8113709Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cat_cpu_complex128 2022-09-27T15:59:32.8134429Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cat_cpu_float64 2022-09-27T15:59:32.8142088Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cat_cpu_float64 2022-09-27T15:59:32.8145346Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ceil_cpu_float64 2022-09-27T15:59:32.8547397Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cat_cpu_complex128 2022-09-27T15:59:32.8548625Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chalf_cpu_complex128 2022-09-27T15:59:32.8549143Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_char_cpu_float64 2022-09-27T15:59:32.8583514Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chalf_cpu_float64 2022-09-27T15:59:32.8586469Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chalf_cpu_complex128 2022-09-27T15:59:32.8589736Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_char_cpu_float64 2022-09-27T15:59:32.8592410Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chalf_cpu_float64 2022-09-27T15:59:32.8598653Z [gw2] [ 1%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cdist_cpu_float64 2022-09-27T15:59:32.8618912Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_char_cpu_complex128 2022-09-27T15:59:32.8984045Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_char_cpu_complex128 2022-09-27T15:59:32.8984580Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_cpu_float64 2022-09-27T15:59:32.8986737Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_inverse_cpu_float64 2022-09-27T15:59:32.9003973Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_cpu_complex128 2022-09-27T15:59:32.9014737Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_cpu_float64 2022-09-27T15:59:32.9021764Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_inverse_cpu_float64 2022-09-27T15:59:32.9028168Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_cpu_complex128 2022-09-27T15:59:32.9047276Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_inverse_cpu_complex128 2022-09-27T15:59:32.9423687Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_inverse_cpu_complex128 2022-09-27T15:59:32.9424253Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chunk_cpu_float64 2022-09-27T15:59:32.9424836Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_solve_cpu_float64 2022-09-27T15:59:32.9442986Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_solve_cpu_complex128 2022-09-27T15:59:32.9456044Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chunk_cpu_float64 2022-09-27T15:59:32.9458034Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_solve_cpu_complex128 2022-09-27T15:59:32.9468318Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cholesky_solve_cpu_float64 2022-09-27T15:59:32.9488062Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chunk_cpu_complex128 2022-09-27T15:59:32.9860904Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_chunk_cpu_complex128 2022-09-27T15:59:32.9864936Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clone_cpu_complex128 2022-09-27T15:59:32.9865546Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clamp_cpu_float64 2022-09-27T15:59:32.9884215Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clamp_max_cpu_float64 2022-09-27T15:59:32.9890097Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clamp_cpu_float64 2022-09-27T15:59:32.9898022Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clone_cpu_complex128 2022-09-27T15:59:32.9903384Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clamp_max_cpu_float64 2022-09-27T15:59:32.9923007Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clamp_min_cpu_float64 2022-09-27T15:59:33.0302813Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clamp_min_cpu_float64 2022-09-27T15:59:33.0303543Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_combinations_cpu_complex128 2022-09-27T15:59:33.0304296Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_column_stack_cpu_complex128 2022-09-27T15:59:33.0324533Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clone_cpu_float64 2022-09-27T15:59:33.0339309Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_clone_cpu_float64 2022-09-27T15:59:33.0345510Z [gw3] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_combinations_cpu_complex128 2022-09-27T15:59:33.0351967Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_column_stack_cpu_complex128 2022-09-27T15:59:33.0371295Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_column_stack_cpu_float64 2022-09-27T15:59:33.0739012Z [gw2] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_column_stack_cpu_float64 2022-09-27T15:59:33.0743098Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_complex_cpu_float64 2022-09-27T15:59:33.0745318Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_combinations_cpu_float64 2022-09-27T15:59:33.0767505Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_cpu_float64 2022-09-27T15:59:33.0777279Z [gw0] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_combinations_cpu_float64 2022-09-27T15:59:33.0779555Z [gw1] [ 1%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_complex_cpu_float64 2022-09-27T15:59:33.0786047Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_cpu_float64 2022-09-27T15:59:33.0805405Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_cpu_complex128 2022-09-27T15:59:33.1180660Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_cpu_complex128 2022-09-27T15:59:33.1182838Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_constant_pad_nd_cpu_float64 2022-09-27T15:59:33.1185345Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_physical_cpu_float64 2022-09-27T15:59:33.1203395Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_physical_cpu_complex128 2022-09-27T15:59:33.1216260Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_physical_cpu_complex128 2022-09-27T15:59:33.1219113Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_conj_physical_cpu_float64 2022-09-27T15:59:33.1225957Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_constant_pad_nd_cpu_float64 2022-09-27T15:59:33.1244965Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_constant_pad_nd_cpu_complex128 2022-09-27T15:59:33.1622123Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_constant_pad_nd_cpu_complex128 2022-09-27T15:59:33.1622764Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_contiguous_cpu_float64 2022-09-27T15:59:33.1623371Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_contiguous_cpu_complex128 2022-09-27T15:59:33.1648286Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_corrcoef_cpu_complex128 2022-09-27T15:59:33.1653901Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_contiguous_cpu_complex128 2022-09-27T15:59:33.1655928Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_contiguous_cpu_float64 2022-09-27T15:59:33.1663802Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_corrcoef_cpu_complex128 2022-09-27T15:59:33.1684233Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_copysign_cpu_float64 2022-09-27T15:59:33.2062820Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_copysign_cpu_float64 2022-09-27T15:59:33.2063403Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_corrcoef_cpu_float64 2022-09-27T15:59:33.2063821Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cosh_cpu_complex128 2022-09-27T15:59:33.2080980Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cos_cpu_complex128 2022-09-27T15:59:33.2093480Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_corrcoef_cpu_float64 2022-09-27T15:59:33.2101000Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cos_cpu_complex128 2022-09-27T15:59:33.2105965Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cosh_cpu_complex128 2022-09-27T15:59:33.2124863Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cos_cpu_float64 2022-09-27T15:59:33.2502140Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cos_cpu_float64 2022-09-27T15:59:33.2502620Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cosh_cpu_float64 2022-09-27T15:59:33.2503062Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_count_nonzero_cpu_complex128 2022-09-27T15:59:33.2519543Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cov_cpu_complex128 2022-09-27T15:59:33.2534774Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cosh_cpu_float64 2022-09-27T15:59:33.2538120Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_count_nonzero_cpu_complex128 2022-09-27T15:59:33.2544692Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cov_cpu_complex128 2022-09-27T15:59:33.2566243Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_count_nonzero_cpu_float64 2022-09-27T15:59:33.2941897Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_count_nonzero_cpu_float64 2022-09-27T15:59:33.2943102Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cross_cpu_complex128 2022-09-27T15:59:33.2943717Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cummax_cpu_float64 2022-09-27T15:59:33.2963626Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cov_cpu_float64 2022-09-27T15:59:33.2975854Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cov_cpu_float64 2022-09-27T15:59:33.2978215Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cummax_cpu_float64 2022-09-27T15:59:33.2983053Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cross_cpu_complex128 2022-09-27T15:59:33.3001495Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cross_cpu_float64 2022-09-27T15:59:33.3380007Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cross_cpu_float64 2022-09-27T15:59:33.3382846Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cummin_cpu_float64 2022-09-27T15:59:33.3383607Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumsum_cpu_complex128 2022-09-27T15:59:33.3402214Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumprod_cpu_complex128 2022-09-27T15:59:33.3408112Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cummin_cpu_float64 2022-09-27T15:59:33.3418256Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumprod_cpu_complex128 2022-09-27T15:59:33.3425389Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumsum_cpu_complex128 2022-09-27T15:59:33.3443871Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumprod_cpu_float64 2022-09-27T15:59:33.3820941Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumprod_cpu_float64 2022-09-27T15:59:33.3823342Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_deg2rad_cpu_float64 2022-09-27T15:59:33.3823738Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumulative_trapezoid_cpu_complex128 2022-09-27T15:59:33.3840813Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumsum_cpu_float64 2022-09-27T15:59:33.3853661Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumsum_cpu_float64 2022-09-27T15:59:33.3856724Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_deg2rad_cpu_float64 2022-09-27T15:59:33.3863526Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumulative_trapezoid_cpu_complex128 2022-09-27T15:59:33.3881724Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumulative_trapezoid_cpu_float64 2022-09-27T15:59:33.4260683Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_cumulative_trapezoid_cpu_float64 2022-09-27T15:59:33.4263608Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_cpu_float64 2022-09-27T15:59:33.4264335Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_embed_cpu_float64 2022-09-27T15:59:33.4283468Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_cpu_complex128 2022-09-27T15:59:33.4293803Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_cpu_complex128 2022-09-27T15:59:33.4300041Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_cpu_float64 2022-09-27T15:59:33.4306730Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_embed_cpu_float64 2022-09-27T15:59:33.4325396Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_embed_cpu_complex128 2022-09-27T15:59:33.4701612Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diag_embed_cpu_complex128 2022-09-27T15:59:33.4702430Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagflat_cpu_complex128 2022-09-27T15:59:33.4702814Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagonal_cpu_float64 2022-09-27T15:59:33.4726097Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagflat_cpu_float64 2022-09-27T15:59:33.4738428Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagflat_cpu_complex128 2022-09-27T15:59:33.4740448Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagflat_cpu_float64 2022-09-27T15:59:33.4745595Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagonal_cpu_float64 2022-09-27T15:59:33.4763620Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagonal_cpu_complex128 2022-09-27T15:59:33.5142607Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagonal_cpu_complex128 2022-09-27T15:59:33.5143063Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_digamma_cpu_float64 2022-09-27T15:59:33.5143436Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagonal_scatter_cpu_float64 2022-09-27T15:59:33.5160199Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diff_cpu_complex128 2022-09-27T15:59:33.5192250Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diagonal_scatter_cpu_float64 2022-09-27T15:59:33.5199792Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_digamma_cpu_float64 2022-09-27T15:59:33.5206463Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diff_cpu_complex128 2022-09-27T15:59:33.5225819Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diff_cpu_float64 2022-09-27T15:59:33.5581971Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_diff_cpu_float64 2022-09-27T15:59:33.5582585Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dist_cpu_complex128 2022-09-27T15:59:33.5583229Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_no_rounding_mode_cpu_complex128 2022-09-27T15:59:33.5605120Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dist_cpu_float64 2022-09-27T15:59:33.5615164Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dist_cpu_complex128 2022-09-27T15:59:33.5618158Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_no_rounding_mode_cpu_complex128 2022-09-27T15:59:33.5624842Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dist_cpu_float64 2022-09-27T15:59:33.5643144Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_floor_rounding_cpu_float64 2022-09-27T15:59:33.6021902Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_floor_rounding_cpu_float64 2022-09-27T15:59:33.6023060Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dot_cpu_float64 2022-09-27T15:59:33.6023736Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_trunc_rounding_cpu_float64 2022-09-27T15:59:33.6050139Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_no_rounding_mode_cpu_float64 2022-09-27T15:59:33.6052711Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_no_rounding_mode_cpu_float64 2022-09-27T15:59:33.6055548Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dot_cpu_float64 2022-09-27T15:59:33.6062324Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_div_trunc_rounding_cpu_float64 2022-09-27T15:59:33.6082260Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dot_cpu_complex128 2022-09-27T15:59:33.6464100Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dot_cpu_complex128 2022-09-27T15:59:33.6464716Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_double_cpu_float64 2022-09-27T15:59:33.6465117Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dsplit_cpu_float64 2022-09-27T15:59:33.6485950Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_double_cpu_complex128 2022-09-27T15:59:33.6497201Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_double_cpu_float64 2022-09-27T15:59:33.6499862Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_double_cpu_complex128 2022-09-27T15:59:33.6505959Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dsplit_cpu_float64 2022-09-27T15:59:33.6524415Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dsplit_cpu_complex128 2022-09-27T15:59:33.6902020Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dsplit_cpu_complex128 2022-09-27T15:59:33.6904935Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_einsum_cpu_float64 2022-09-27T15:59:33.6908635Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dstack_cpu_float64 2022-09-27T15:59:33.6930312Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dstack_cpu_complex128 2022-09-27T15:59:33.6932810Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dstack_cpu_float64 2022-09-27T15:59:33.6935481Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_einsum_cpu_float64 2022-09-27T15:59:33.6941837Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_dstack_cpu_complex128 2022-09-27T15:59:33.6960252Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_einsum_cpu_complex128 2022-09-27T15:59:33.7338494Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_einsum_cpu_complex128 2022-09-27T15:59:33.7342324Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_empty_cpu_complex128 2022-09-27T15:59:33.7343388Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_empty_like_cpu_float64 2022-09-27T15:59:33.7366637Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_empty_cpu_float64 2022-09-27T15:59:33.7373145Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_empty_cpu_float64 2022-09-27T15:59:33.7375996Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_empty_like_cpu_float64 2022-09-27T15:59:33.7380889Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_empty_cpu_complex128 2022-09-27T15:59:33.7406538Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_empty_like_cpu_complex128 2022-09-27T15:59:33.7780191Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_empty_like_cpu_complex128 2022-09-27T15:59:33.7780960Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_equal_cpu_float64 2022-09-27T15:59:33.7786428Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_eq_cpu_float64 2022-09-27T15:59:33.7809333Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_eq_cpu_complex128 2022-09-27T15:59:33.7812161Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_eq_cpu_float64 2022-09-27T15:59:33.7814810Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_eq_cpu_complex128 2022-09-27T15:59:33.7820998Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_equal_cpu_float64 2022-09-27T15:59:33.7843424Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_equal_cpu_complex128 2022-09-27T15:59:33.8223755Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_equal_cpu_complex128 2022-09-27T15:59:33.8224969Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_erf_cpu_float64 2022-09-27T15:59:33.8225554Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_exp2_cpu_float64 2022-09-27T15:59:33.8247732Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_erfc_cpu_float64 2022-09-27T15:59:33.8254890Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_erfc_cpu_float64 2022-09-27T15:59:33.8258114Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_erf_cpu_float64 2022-09-27T15:59:33.8265236Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_exp2_cpu_float64 2022-09-27T15:59:33.8288318Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_erfinv_cpu_float64 2022-09-27T15:59:33.8663521Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_erfinv_cpu_float64 2022-09-27T15:59:33.8664258Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_exp_cpu_float64 2022-09-27T15:59:33.8667916Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_as_cpu_float64 2022-09-27T15:59:33.8696158Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_exp_cpu_complex128 2022-09-27T15:59:33.8699160Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_exp_cpu_float64 2022-09-27T15:59:33.8703475Z [gw0] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_exp_cpu_complex128 2022-09-27T15:59:33.8709010Z [gw3] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_as_cpu_float64 2022-09-27T15:59:33.8723724Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_as_cpu_complex128 2022-09-27T15:59:33.9106172Z [gw2] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_as_cpu_complex128 2022-09-27T15:59:33.9107117Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_cpu_float64 2022-09-27T15:59:33.9107671Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_cpu_complex128 2022-09-27T15:59:33.9127571Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_eye_cpu_complex128 2022-09-27T15:59:33.9141563Z [gw1] [ 2%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_cpu_float64 2022-09-27T15:59:33.9144095Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expand_cpu_complex128 2022-09-27T15:59:33.9151685Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_eye_cpu_complex128 2022-09-27T15:59:33.9172494Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expm1_cpu_float64 2022-09-27T15:59:33.9542539Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_expm1_cpu_float64 2022-09-27T15:59:33.9543469Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft2_cpu_complex128 2022-09-27T15:59:33.9544179Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_eye_cpu_float64 2022-09-27T15:59:33.9564694Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft_cpu_complex128 2022-09-27T15:59:33.9581397Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft2_cpu_complex128 2022-09-27T15:59:33.9583645Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft_cpu_complex128 2022-09-27T15:59:33.9590763Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_eye_cpu_float64 2022-09-27T15:59:33.9611140Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft2_cpu_float64 2022-09-27T15:59:33.9984197Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft2_cpu_float64 2022-09-27T15:59:33.9985004Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft_cpu_float64 2022-09-27T15:59:33.9985534Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftn_cpu_complex128 2022-09-27T15:59:34.0005878Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftshift_cpu_complex128 2022-09-27T15:59:34.0013843Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftn_cpu_complex128 2022-09-27T15:59:34.0022710Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftshift_cpu_complex128 2022-09-27T15:59:34.0028783Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fft_cpu_float64 2022-09-27T15:59:34.0049448Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftn_cpu_float64 2022-09-27T15:59:34.0423879Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftn_cpu_float64 2022-09-27T15:59:34.0424385Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftshift_cpu_float64 2022-09-27T15:59:34.0424735Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft2_cpu_complex128 2022-09-27T15:59:34.0442055Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft_cpu_complex128 2022-09-27T15:59:34.0457221Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft2_cpu_complex128 2022-09-27T15:59:34.0460462Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_fftshift_cpu_float64 2022-09-27T15:59:34.0465552Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft_cpu_complex128 2022-09-27T15:59:34.0485937Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft2_cpu_float64 2022-09-27T15:59:34.0860357Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft2_cpu_float64 2022-09-27T15:59:34.0863979Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfftn_cpu_complex128 2022-09-27T15:59:34.0864832Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft2_cpu_complex128 2022-09-27T15:59:34.0883491Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft_cpu_float64 2022-09-27T15:59:34.0896611Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfftn_cpu_complex128 2022-09-27T15:59:34.0897833Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft2_cpu_complex128 2022-09-27T15:59:34.0904702Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfft_cpu_float64 2022-09-27T15:59:34.0924267Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfftn_cpu_float64 2022-09-27T15:59:34.1300326Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_hfftn_cpu_float64 2022-09-27T15:59:34.1303082Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft_cpu_complex128 2022-09-27T15:59:34.1304442Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft2_cpu_float64 2022-09-27T15:59:34.1319838Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftn_cpu_complex128 2022-09-27T15:59:34.1334308Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft_cpu_complex128 2022-09-27T15:59:34.1336198Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftn_cpu_complex128 2022-09-27T15:59:34.1343318Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft2_cpu_float64 2022-09-27T15:59:34.1363777Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft_cpu_float64 2022-09-27T15:59:34.1741455Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifft_cpu_float64 2022-09-27T15:59:34.1741980Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ihfft2_cpu_float64 2022-09-27T15:59:34.1742371Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftn_cpu_float64 2022-09-27T15:59:34.1758629Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftshift_cpu_complex128 2022-09-27T15:59:34.1773739Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftshift_cpu_complex128 2022-09-27T15:59:34.1776173Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftn_cpu_float64 2022-09-27T15:59:34.1783016Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ihfft2_cpu_float64 2022-09-27T15:59:34.1805938Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftshift_cpu_float64 2022-09-27T15:59:34.2181241Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ifftshift_cpu_float64 2022-09-27T15:59:34.2185455Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ihfftn_cpu_float64 2022-09-27T15:59:34.2186277Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ihfft_cpu_float64 2022-09-27T15:59:34.2207431Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft2_cpu_float64 2022-09-27T15:59:34.2215131Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ihfft_cpu_float64 2022-09-27T15:59:34.2221251Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_ihfftn_cpu_float64 2022-09-27T15:59:34.2256117Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft2_cpu_float64 2022-09-27T15:59:34.2278245Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft2_cpu_complex128 2022-09-27T15:59:34.2623668Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft2_cpu_complex128 2022-09-27T15:59:34.2624138Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft_cpu_float64 2022-09-27T15:59:34.2624989Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft_cpu_complex128 2022-09-27T15:59:34.2647433Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfftn_cpu_float64 2022-09-27T15:59:34.2653803Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft_cpu_complex128 2022-09-27T15:59:34.2659778Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfftn_cpu_float64 2022-09-27T15:59:34.2696409Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfft_cpu_float64 2022-09-27T15:59:34.2716476Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfftn_cpu_complex128 2022-09-27T15:59:34.3061940Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_irfftn_cpu_complex128 2022-09-27T15:59:34.3063219Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_rfft2_cpu_float64 2022-09-27T15:59:34.3063800Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_rfft_cpu_float64 2022-09-27T15:59:34.3089550Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fill_cpu_complex128 2022-09-27T15:59:34.3096233Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_rfft_cpu_float64 2022-09-27T15:59:34.3099206Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_rfft2_cpu_float64 2022-09-27T15:59:34.3135834Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fill_cpu_complex128 2022-09-27T15:59:34.3154890Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_rfftn_cpu_float64 2022-09-27T15:59:34.3500937Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fft_rfftn_cpu_float64 2022-09-27T15:59:34.3501794Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fill_cpu_float64 2022-09-27T15:59:34.3502994Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flip_cpu_complex128 2022-09-27T15:59:34.3526876Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flatten_cpu_complex128 2022-09-27T15:59:34.3530543Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fill_cpu_float64 2022-09-27T15:59:34.3533156Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flip_cpu_complex128 2022-09-27T15:59:34.3575274Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flatten_cpu_complex128 2022-09-27T15:59:34.3594191Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flatten_cpu_float64 2022-09-27T15:59:34.3939163Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flatten_cpu_float64 2022-09-27T15:59:34.3941708Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fliplr_cpu_complex128 2022-09-27T15:59:34.3946625Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flip_cpu_float64 2022-09-27T15:59:34.3976020Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flipud_cpu_complex128 2022-09-27T15:59:34.3977964Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fliplr_cpu_complex128 2022-09-27T15:59:34.3980196Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flipud_cpu_complex128 2022-09-27T15:59:34.4015450Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flip_cpu_float64 2022-09-27T15:59:34.4034048Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fliplr_cpu_float64 2022-09-27T15:59:34.4381616Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fliplr_cpu_float64 2022-09-27T15:59:34.4382340Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_cpu_complex128 2022-09-27T15:59:34.4382947Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_power_cpu_complex128 2022-09-27T15:59:34.4401337Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flipud_cpu_float64 2022-09-27T15:59:34.4414581Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_flipud_cpu_float64 2022-09-27T15:59:34.4417066Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_power_cpu_complex128 2022-09-27T15:59:34.4455239Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_cpu_complex128 2022-09-27T15:59:34.4474537Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_cpu_float64 2022-09-27T15:59:34.4820969Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_cpu_float64 2022-09-27T15:59:34.4823482Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_floor_cpu_float64 2022-09-27T15:59:34.4824324Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fmax_cpu_float64 2022-09-27T15:59:34.4850406Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_power_cpu_float64 2022-09-27T15:59:34.4852838Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_float_power_cpu_float64 2022-09-27T15:59:34.4854835Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fmax_cpu_float64 2022-09-27T15:59:34.4896127Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_floor_cpu_float64 2022-09-27T15:59:34.4913967Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_floor_divide_cpu_float64 2022-09-27T15:59:34.5260721Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_floor_divide_cpu_float64 2022-09-27T15:59:34.5263255Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fmod_cpu_float64 2022-09-27T15:59:34.5264105Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fmin_cpu_float64 2022-09-27T15:59:34.5287915Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_frexp_cpu_float64 2022-09-27T15:59:34.5296217Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fmin_cpu_float64 2022-09-27T15:59:34.5298694Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_frexp_cpu_float64 2022-09-27T15:59:34.5335108Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_fmod_cpu_float64 2022-09-27T15:59:34.5355317Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_frac_cpu_float64 2022-09-27T15:59:34.5700702Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_frac_cpu_float64 2022-09-27T15:59:34.5703423Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_full_like_cpu_float64 2022-09-27T15:59:34.5704550Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_full_like_cpu_complex128 2022-09-27T15:59:34.5726187Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gather_cpu_float64 2022-09-27T15:59:34.5735147Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gather_cpu_float64 2022-09-27T15:59:34.5738066Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_full_like_cpu_float64 2022-09-27T15:59:34.5775635Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_full_like_cpu_complex128 2022-09-27T15:59:34.5794195Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gather_cpu_complex128 2022-09-27T15:59:34.6139995Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gather_cpu_complex128 2022-09-27T15:59:34.6141121Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gradient_cpu_complex128 2022-09-27T15:59:34.6141773Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_geqrf_cpu_complex128 2022-09-27T15:59:34.6167090Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ge_cpu_float64 2022-09-27T15:59:34.6170665Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ge_cpu_float64 2022-09-27T15:59:34.6172930Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_geqrf_cpu_complex128 2022-09-27T15:59:34.6215369Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gradient_cpu_complex128 2022-09-27T15:59:34.6232575Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_geqrf_cpu_float64 2022-09-27T15:59:34.6581007Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_geqrf_cpu_float64 2022-09-27T15:59:34.6583562Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_half_cpu_float64 2022-09-27T15:59:34.6587206Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gt_cpu_float64 2022-09-27T15:59:34.6609934Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gradient_cpu_float64 2022-09-27T15:59:34.6612751Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gradient_cpu_float64 2022-09-27T15:59:34.6614868Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_gt_cpu_float64 2022-09-27T15:59:34.6655286Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_half_cpu_float64 2022-09-27T15:59:34.6676037Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_half_cpu_complex128 2022-09-27T15:59:34.7019954Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_half_cpu_complex128 2022-09-27T15:59:34.7025613Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_histc_cpu_float64 2022-09-27T15:59:34.7027107Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_histogramdd_cpu_float64 2022-09-27T15:59:34.7051545Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_heaviside_cpu_float64 2022-09-27T15:59:34.7054094Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_histogramdd_cpu_float64 2022-09-27T15:59:34.7056270Z [gw0] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_heaviside_cpu_float64 2022-09-27T15:59:34.7095665Z [gw1] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_histc_cpu_float64 2022-09-27T15:59:34.7113793Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_histogram_cpu_float64 2022-09-27T15:59:34.7463010Z [gw2] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_histogram_cpu_float64 2022-09-27T15:59:34.7463392Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hstack_cpu_float64 2022-09-27T15:59:34.7465210Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hsplit_cpu_complex128 2022-09-27T15:59:34.7486615Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hsplit_cpu_float64 2022-09-27T15:59:34.7498090Z [gw3] [ 3%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hstack_cpu_float64 2022-09-27T15:59:34.7500673Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hsplit_cpu_complex128 2022-09-27T15:59:34.7536106Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hsplit_cpu_float64 2022-09-27T15:59:34.7555364Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hstack_cpu_complex128 2022-09-27T15:59:34.7899726Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hstack_cpu_complex128 2022-09-27T15:59:34.7902696Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_i0_cpu_float64 2022-09-27T15:59:34.7903396Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_igammac_cpu_float64 2022-09-27T15:59:34.7930929Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hypot_cpu_float64 2022-09-27T15:59:34.7938150Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_igammac_cpu_float64 2022-09-27T15:59:34.7940546Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_i0_cpu_float64 2022-09-27T15:59:34.7975881Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_hypot_cpu_float64 2022-09-27T15:59:34.7994589Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_igamma_cpu_float64 2022-09-27T15:59:34.8341007Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_igamma_cpu_float64 2022-09-27T15:59:34.8344039Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_add_cpu_complex128 2022-09-27T15:59:34.8345012Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_copy_cpu_complex128 2022-09-27T15:59:34.8367136Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_imag_cpu_complex128 2022-09-27T15:59:34.8370017Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_copy_cpu_complex128 2022-09-27T15:59:34.8376110Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_add_cpu_complex128 2022-09-27T15:59:34.8415391Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_imag_cpu_complex128 2022-09-27T15:59:34.8435601Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_add_cpu_float64 2022-09-27T15:59:34.8779614Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_add_cpu_float64 2022-09-27T15:59:34.8783606Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_fill_cpu_complex128 2022-09-27T15:59:34.8784515Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_copy_cpu_float64 2022-09-27T15:59:34.8803521Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_put_cpu_complex128 2022-09-27T15:59:34.8814396Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_put_cpu_complex128 2022-09-27T15:59:34.8816930Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_fill_cpu_complex128 2022-09-27T15:59:34.8855408Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_copy_cpu_float64 2022-09-27T15:59:34.8874155Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_fill_cpu_float64 2022-09-27T15:59:34.9220968Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_fill_cpu_float64 2022-09-27T15:59:34.9224182Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_put_cpu_float64 2022-09-27T15:59:34.9228151Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_reduce_cpu_float64 2022-09-27T15:59:34.9255619Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_select_cpu_float64 2022-09-27T15:59:34.9258354Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_select_cpu_float64 2022-09-27T15:59:34.9260749Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_reduce_cpu_float64 2022-09-27T15:59:34.9296096Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_put_cpu_float64 2022-09-27T15:59:34.9314169Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_select_cpu_complex128 2022-09-27T15:59:34.9662401Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_index_select_cpu_complex128 2022-09-27T15:59:34.9664946Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_inner_cpu_float64 2022-09-27T15:59:34.9667098Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_inner_cpu_complex128 2022-09-27T15:59:34.9685745Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_int_cpu_float64 2022-09-27T15:59:34.9697767Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_inner_cpu_float64 2022-09-27T15:59:34.9700782Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_int_cpu_float64 2022-09-27T15:59:34.9736172Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_inner_cpu_complex128 2022-09-27T15:59:34.9756195Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_int_cpu_complex128 2022-09-27T15:59:35.0101030Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_int_cpu_complex128 2022-09-27T15:59:35.0101665Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isfinite_cpu_float64 2022-09-27T15:59:35.0102317Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isclose_cpu_complex128 2022-09-27T15:59:35.0118509Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isclose_cpu_float64 2022-09-27T15:59:35.0133207Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isclose_cpu_complex128 2022-09-27T15:59:35.0135089Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isfinite_cpu_float64 2022-09-27T15:59:35.0175670Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isclose_cpu_float64 2022-09-27T15:59:35.0194766Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isfinite_cpu_complex128 2022-09-27T15:59:35.0540360Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isfinite_cpu_complex128 2022-09-27T15:59:35.0543230Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isin_cpu_float64 2022-09-27T15:59:35.0544011Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isinf_cpu_complex128 2022-09-27T15:59:35.0559436Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isnan_cpu_complex128 2022-09-27T15:59:35.0570645Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isin_cpu_float64 2022-09-27T15:59:35.0576481Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isnan_cpu_complex128 2022-09-27T15:59:35.0615340Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isinf_cpu_complex128 2022-09-27T15:59:35.0633745Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isinf_cpu_float64 2022-09-27T15:59:35.0979203Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isinf_cpu_float64 2022-09-27T15:59:35.0981024Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isnan_cpu_float64 2022-09-27T15:59:35.0981894Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isreal_cpu_complex128 2022-09-27T15:59:35.1001054Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isneginf_cpu_float64 2022-09-27T15:59:35.1015270Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isnan_cpu_float64 2022-09-27T15:59:35.1016703Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isreal_cpu_complex128 2022-09-27T15:59:35.1055295Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isneginf_cpu_float64 2022-09-27T15:59:35.1072793Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isposinf_cpu_float64 2022-09-27T15:59:35.1420344Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isposinf_cpu_float64 2022-09-27T15:59:35.1420958Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isreal_cpu_float64 2022-09-27T15:59:35.1421641Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T15:59:35.1438682Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_istft_cpu_complex128 2022-09-27T15:59:35.1446711Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_isreal_cpu_float64 2022-09-27T15:59:35.1456301Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T15:59:35.1495856Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_istft_cpu_complex128 2022-09-27T15:59:35.1517464Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_istft_cpu_float64 2022-09-27T15:59:35.1859649Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_istft_cpu_float64 2022-09-27T15:59:35.1860451Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T15:59:35.1861172Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_cpu_complex128 2022-09-27T15:59:35.1887940Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T15:59:35.1893837Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T15:59:35.1896144Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T15:59:35.1935529Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_cpu_complex128 2022-09-27T15:59:35.1953421Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T15:59:35.2302090Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T15:59:35.2302640Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_unary_cpu_complex128 2022-09-27T15:59:35.2303263Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_cpu_float64 2022-09-27T15:59:35.2330618Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T15:59:35.2333240Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T15:59:35.2335556Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_cpu_float64 2022-09-27T15:59:35.2375579Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_unary_cpu_complex128 2022-09-27T15:59:35.2393522Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T15:59:35.2742059Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T15:59:35.2742658Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_kron_cpu_complex128 2022-09-27T15:59:35.2743012Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_kthvalue_cpu_float64 2022-09-27T15:59:35.2763309Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_unary_cpu_float64 2022-09-27T15:59:35.2770804Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_jiterator_unary_cpu_float64 2022-09-27T15:59:35.2776047Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_kron_cpu_complex128 2022-09-27T15:59:35.2815543Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_kthvalue_cpu_float64 2022-09-27T15:59:35.2833285Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_kron_cpu_float64 2022-09-27T15:59:35.3181825Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_kron_cpu_float64 2022-09-27T15:59:35.3182347Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lerp_cpu_complex128 2022-09-27T15:59:35.3183010Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ldexp_cpu_complex128 2022-09-27T15:59:35.3206688Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ldexp_cpu_float64 2022-09-27T15:59:35.3212860Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lerp_cpu_complex128 2022-09-27T15:59:35.3216293Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ldexp_cpu_complex128 2022-09-27T15:59:35.3255365Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ldexp_cpu_float64 2022-09-27T15:59:35.3275104Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_le_cpu_float64 2022-09-27T15:59:35.3622020Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_le_cpu_float64 2022-09-27T15:59:35.3623642Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lgamma_cpu_float64 2022-09-27T15:59:35.3624999Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lerp_cpu_float64 2022-09-27T15:59:35.3645267Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_cpu_float64 2022-09-27T15:59:35.3652526Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lgamma_cpu_float64 2022-09-27T15:59:35.3657980Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lerp_cpu_float64 2022-09-27T15:59:35.3695269Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_cpu_float64 2022-09-27T15:59:35.3713826Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_cpu_complex128 2022-09-27T15:59:35.4059667Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_cpu_complex128 2022-09-27T15:59:35.4063600Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_ex_cpu_float64 2022-09-27T15:59:35.4064567Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cond_cpu_float64 2022-09-27T15:59:35.4084201Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_ex_cpu_complex128 2022-09-27T15:59:35.4096339Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_ex_cpu_float64 2022-09-27T15:59:35.4099112Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cholesky_ex_cpu_complex128 2022-09-27T15:59:35.4135475Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cond_cpu_float64 2022-09-27T15:59:35.4155728Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cond_cpu_complex128 2022-09-27T15:59:35.4502961Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cond_cpu_complex128 2022-09-27T15:59:35.4503565Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cross_cpu_complex128 2022-09-27T15:59:35.4504173Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cross_cpu_float64 2022-09-27T15:59:35.4526587Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_cpu_float64 2022-09-27T15:59:35.4534646Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cross_cpu_float64 2022-09-27T15:59:35.4542360Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_cross_cpu_complex128 2022-09-27T15:59:35.4575978Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_cpu_float64 2022-09-27T15:59:35.4596511Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_cpu_complex128 2022-09-27T15:59:35.4941763Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_cpu_complex128 2022-09-27T15:59:35.4942458Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_singular_cpu_float64 2022-09-27T15:59:35.4943113Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eig_cpu_float64 2022-09-27T15:59:35.4965982Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_singular_cpu_complex128 2022-09-27T15:59:35.4977866Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_singular_cpu_float64 2022-09-27T15:59:35.4980570Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_det_singular_cpu_complex128 2022-09-27T15:59:35.5015659Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eig_cpu_float64 2022-09-27T15:59:35.5035538Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eig_cpu_complex128 2022-09-27T15:59:35.5379649Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eig_cpu_complex128 2022-09-27T15:59:35.5381974Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigh_cpu_float64 2022-09-27T15:59:35.5383076Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigh_cpu_complex128 2022-09-27T15:59:35.5398703Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvals_cpu_float64 2022-09-27T15:59:35.5413760Z [gw1] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigh_cpu_float64 2022-09-27T15:59:35.5415646Z [gw0] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigh_cpu_complex128 2022-09-27T15:59:35.5455339Z [gw3] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvals_cpu_float64 2022-09-27T15:59:35.5473498Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvals_cpu_complex128 2022-09-27T15:59:35.5821864Z [gw2] [ 4%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvals_cpu_complex128 2022-09-27T15:59:35.5822420Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvalsh_cpu_complex128 2022-09-27T15:59:35.5823240Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_householder_product_cpu_float64 2022-09-27T15:59:35.5839836Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvalsh_cpu_float64 2022-09-27T15:59:35.5854806Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvalsh_cpu_float64 2022-09-27T15:59:35.5858186Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_householder_product_cpu_float64 2022-09-27T15:59:35.5896225Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_eigvalsh_cpu_complex128 2022-09-27T15:59:35.5915501Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_householder_product_cpu_complex128 2022-09-27T15:59:35.6259900Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_householder_product_cpu_complex128 2022-09-27T15:59:35.6262750Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_cpu_complex128 2022-09-27T15:59:35.6264992Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_cpu_float64 2022-09-27T15:59:35.6281073Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_ex_cpu_float64 2022-09-27T15:59:35.6293307Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_cpu_float64 2022-09-27T15:59:35.6295948Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_ex_cpu_float64 2022-09-27T15:59:35.6335670Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_cpu_complex128 2022-09-27T15:59:35.6357897Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_ex_cpu_complex128 2022-09-27T15:59:35.6700712Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_inv_ex_cpu_complex128 2022-09-27T15:59:35.6702810Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_ex_cpu_float64 2022-09-27T15:59:35.6703791Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_cpu_complex128 2022-09-27T15:59:35.6733485Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_cpu_float64 2022-09-27T15:59:35.6736132Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_cpu_float64 2022-09-27T15:59:35.6738378Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_ex_cpu_float64 2022-09-27T15:59:35.6776396Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_cpu_complex128 2022-09-27T15:59:35.6796192Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T15:59:35.7139669Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T15:59:35.7145049Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_solve_cpu_float64 2022-09-27T15:59:35.7145910Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_cpu_float64 2022-09-27T15:59:35.7162580Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_solve_cpu_complex128 2022-09-27T15:59:35.7169374Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_cpu_float64 2022-09-27T15:59:35.7172449Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_solve_cpu_float64 2022-09-27T15:59:35.7217073Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_ldl_solve_cpu_complex128 2022-09-27T15:59:35.7230014Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_cpu_complex128 2022-09-27T15:59:35.7578772Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_cpu_complex128 2022-09-27T15:59:35.7581394Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_cpu_float64 2022-09-27T15:59:35.7582450Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T15:59:35.7599920Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T15:59:35.7614489Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T15:59:35.7615960Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T15:59:35.7655552Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_cpu_float64 2022-09-27T15:59:35.7674505Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_cpu_complex128 2022-09-27T15:59:35.8022166Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_cpu_complex128 2022-09-27T15:59:35.8023113Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_ex_cpu_float64 2022-09-27T15:59:35.8030595Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_cpu_float64 2022-09-27T15:59:35.8044564Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_cpu_complex128 2022-09-27T15:59:35.8056698Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_cpu_float64 2022-09-27T15:59:35.8063721Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_ex_cpu_float64 2022-09-27T15:59:35.8095517Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_cpu_complex128 2022-09-27T15:59:35.8116365Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_ex_cpu_complex128 2022-09-27T15:59:35.8461812Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_factor_ex_cpu_complex128 2022-09-27T15:59:35.8464178Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_solve_cpu_float64 2022-09-27T15:59:35.8466656Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_solve_cpu_complex128 2022-09-27T15:59:35.8493394Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_norm_cpu_float64 2022-09-27T15:59:35.8496130Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_solve_cpu_complex128 2022-09-27T15:59:35.8498253Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_norm_cpu_float64 2022-09-27T15:59:35.8535542Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_lu_solve_cpu_float64 2022-09-27T15:59:35.8556914Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_norm_cpu_complex128 2022-09-27T15:59:35.8900155Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_norm_cpu_complex128 2022-09-27T15:59:35.8903362Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_cpu_float64 2022-09-27T15:59:35.8904112Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_power_cpu_complex128 2022-09-27T15:59:35.8928075Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_power_cpu_float64 2022-09-27T15:59:35.8930425Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_cpu_float64 2022-09-27T15:59:35.8937338Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_power_cpu_complex128 2022-09-27T15:59:35.8975765Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_power_cpu_float64 2022-09-27T15:59:35.8997155Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_cpu_complex128 2022-09-27T15:59:35.9339391Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_cpu_complex128 2022-09-27T15:59:35.9347326Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_multi_dot_cpu_float64 2022-09-27T15:59:35.9347798Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T15:59:35.9369977Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T15:59:35.9372483Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T15:59:35.9374594Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_multi_dot_cpu_float64 2022-09-27T15:59:35.9416024Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T15:59:35.9435066Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_multi_dot_cpu_complex128 2022-09-27T15:59:35.9782844Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_multi_dot_cpu_complex128 2022-09-27T15:59:35.9784074Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_cpu_complex128 2022-09-27T15:59:35.9784704Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_cpu_float64 2022-09-27T15:59:35.9814665Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T15:59:35.9816991Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_cpu_float64 2022-09-27T15:59:35.9819521Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_cpu_complex128 2022-09-27T15:59:35.9856867Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T15:59:35.9879060Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T15:59:36.0225121Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T15:59:36.0225844Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_cpu_complex128 2022-09-27T15:59:36.0226656Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_cpu_float64 2022-09-27T15:59:36.0253000Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_hermitian_cpu_float64 2022-09-27T15:59:36.0258756Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_cpu_complex128 2022-09-27T15:59:36.0261094Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_hermitian_cpu_float64 2022-09-27T15:59:36.0296309Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_cpu_float64 2022-09-27T15:59:36.0315713Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_hermitian_cpu_complex128 2022-09-27T15:59:36.0661333Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_hermitian_cpu_complex128 2022-09-27T15:59:36.0663471Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_singular_cpu_complex128 2022-09-27T15:59:36.0664413Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_singular_cpu_float64 2022-09-27T15:59:36.0690348Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_qr_cpu_float64 2022-09-27T15:59:36.0693487Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_qr_cpu_float64 2022-09-27T15:59:36.0697062Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_singular_cpu_complex128 2022-09-27T15:59:36.0735799Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_pinv_singular_cpu_float64 2022-09-27T15:59:36.0755692Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_qr_cpu_complex128 2022-09-27T15:59:36.1102090Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_qr_cpu_complex128 2022-09-27T15:59:36.1104439Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_slogdet_cpu_complex128 2022-09-27T15:59:36.1105077Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_slogdet_cpu_float64 2022-09-27T15:59:36.1135203Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_cpu_float64 2022-09-27T15:59:36.1137899Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_slogdet_cpu_complex128 2022-09-27T15:59:36.1139934Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_slogdet_cpu_float64 2022-09-27T15:59:36.1176317Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_cpu_float64 2022-09-27T15:59:36.1198892Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_cpu_complex128 2022-09-27T15:59:36.1544186Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_cpu_complex128 2022-09-27T15:59:36.1545024Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_ex_cpu_float64 2022-09-27T15:59:36.1545467Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_triangular_cpu_float64 2022-09-27T15:59:36.1575846Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_ex_cpu_complex128 2022-09-27T15:59:36.1577927Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_ex_cpu_float64 2022-09-27T15:59:36.1580370Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_ex_cpu_complex128 2022-09-27T15:59:36.1616341Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_triangular_cpu_float64 2022-09-27T15:59:36.1636896Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_triangular_cpu_complex128 2022-09-27T15:59:36.1984770Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_solve_triangular_cpu_complex128 2022-09-27T15:59:36.1985531Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svdvals_cpu_float64 2022-09-27T15:59:36.1986192Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svd_cpu_complex128 2022-09-27T15:59:36.2009605Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svd_cpu_float64 2022-09-27T15:59:36.2019421Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svd_cpu_float64 2022-09-27T15:59:36.2022273Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svdvals_cpu_float64 2022-09-27T15:59:36.2056531Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svd_cpu_complex128 2022-09-27T15:59:36.2078952Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svdvals_cpu_complex128 2022-09-27T15:59:36.2425587Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_svdvals_cpu_complex128 2022-09-27T15:59:36.2426229Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorinv_cpu_float64 2022-09-27T15:59:36.2427357Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorsolve_cpu_float64 2022-09-27T15:59:36.2451116Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorinv_cpu_complex128 2022-09-27T15:59:36.2457410Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorsolve_cpu_float64 2022-09-27T15:59:36.2464162Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorinv_cpu_float64 2022-09-27T15:59:36.2495953Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorinv_cpu_complex128 2022-09-27T15:59:36.2516474Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorsolve_cpu_complex128 2022-09-27T15:59:36.2863684Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_tensorsolve_cpu_complex128 2022-09-27T15:59:36.2864211Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vander_cpu_float64 2022-09-27T15:59:36.2864846Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vecdot_cpu_float64 2022-09-27T15:59:36.2885153Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vander_cpu_complex128 2022-09-27T15:59:36.2891458Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vander_cpu_complex128 2022-09-27T15:59:36.2899379Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vecdot_cpu_float64 2022-09-27T15:59:36.2935913Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vander_cpu_float64 2022-09-27T15:59:36.2955701Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vecdot_cpu_complex128 2022-09-27T15:59:36.3302694Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vecdot_cpu_complex128 2022-09-27T15:59:36.3303421Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vector_norm_cpu_complex128 2022-09-27T15:59:36.3305011Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vector_norm_cpu_float64 2022-09-27T15:59:36.3333268Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linspace_cpu_float64 2022-09-27T15:59:36.3335516Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linspace_cpu_float64 2022-09-27T15:59:36.3338334Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vector_norm_cpu_complex128 2022-09-27T15:59:36.3375720Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linalg_vector_norm_cpu_float64 2022-09-27T15:59:36.3395862Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linspace_cpu_complex128 2022-09-27T15:59:36.3741266Z [gw2] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_linspace_cpu_complex128 2022-09-27T15:59:36.3742142Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log10_cpu_float64 2022-09-27T15:59:36.3742526Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log10_cpu_complex128 2022-09-27T15:59:36.3768433Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log2_cpu_complex128 2022-09-27T15:59:36.3775190Z [gw3] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log2_cpu_complex128 2022-09-27T15:59:36.3777198Z [gw1] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log10_cpu_float64 2022-09-27T15:59:36.3815309Z [gw0] [ 5%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log10_cpu_complex128 2022-09-27T15:59:36.3834208Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log1p_cpu_float64 2022-09-27T15:59:36.4180856Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log1p_cpu_float64 2022-09-27T15:59:36.4184799Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log2_cpu_float64 2022-09-27T15:59:36.4185531Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_cpu_complex128 2022-09-27T15:59:36.4203707Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_softmax_cpu_float64 2022-09-27T15:59:36.4213710Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_cpu_complex128 2022-09-27T15:59:36.4216083Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_softmax_cpu_float64 2022-09-27T15:59:36.4255490Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log2_cpu_float64 2022-09-27T15:59:36.4275378Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_cpu_float64 2022-09-27T15:59:36.4621330Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_cpu_float64 2022-09-27T15:59:36.4622854Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_softmax_dtype_cpu_float64 2022-09-27T15:59:36.4623439Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logaddexp_cpu_float64 2022-09-27T15:59:36.4644644Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_softmax_dtype_cpu_complex128 2022-09-27T15:59:36.4651824Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logaddexp_cpu_float64 2022-09-27T15:59:36.4666640Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_softmax_dtype_cpu_complex128 2022-09-27T15:59:36.4695366Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_log_softmax_dtype_cpu_float64 2022-09-27T15:59:36.4714112Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logaddexp2_cpu_float64 2022-09-27T15:59:36.5063461Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logaddexp2_cpu_float64 2022-09-27T15:59:36.5064491Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_and_cpu_complex128 2022-09-27T15:59:36.5065284Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logcumsumexp_cpu_float64 2022-09-27T15:59:36.5094024Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logdet_cpu_complex128 2022-09-27T15:59:36.5096299Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logdet_cpu_complex128 2022-09-27T15:59:36.5098405Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logcumsumexp_cpu_float64 2022-09-27T15:59:36.5135844Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_and_cpu_complex128 2022-09-27T15:59:36.5155680Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logdet_cpu_float64 2022-09-27T15:59:36.5500958Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logdet_cpu_float64 2022-09-27T15:59:36.5502949Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_and_cpu_float64 2022-09-27T15:59:36.5504013Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_or_cpu_complex128 2022-09-27T15:59:36.5520398Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_not_cpu_complex128 2022-09-27T15:59:36.5533124Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_or_cpu_complex128 2022-09-27T15:59:36.5534653Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_not_cpu_complex128 2022-09-27T15:59:36.5575444Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_and_cpu_float64 2022-09-27T15:59:36.5593236Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_not_cpu_float64 2022-09-27T15:59:36.5938826Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_not_cpu_float64 2022-09-27T15:59:36.5942212Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logit_cpu_float64 2022-09-27T15:59:36.5942629Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_or_cpu_float64 2022-09-27T15:59:36.5957148Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_xor_cpu_complex128 2022-09-27T15:59:36.5972549Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logit_cpu_float64 2022-09-27T15:59:36.5973963Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_xor_cpu_complex128 2022-09-27T15:59:36.6015448Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_or_cpu_float64 2022-09-27T15:59:36.6038077Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_xor_cpu_float64 2022-09-27T15:59:36.6380573Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logical_xor_cpu_float64 2022-09-27T15:59:36.6383820Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logspace_cpu_complex128 2022-09-27T15:59:36.6385715Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_long_cpu_complex128 2022-09-27T15:59:36.6400395Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logspace_cpu_float64 2022-09-27T15:59:36.6411902Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_long_cpu_complex128 2022-09-27T15:59:36.6414595Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logspace_cpu_float64 2022-09-27T15:59:36.6455425Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logspace_cpu_complex128 2022-09-27T15:59:36.6473522Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logsumexp_cpu_float64 2022-09-27T15:59:36.6820041Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_logsumexp_cpu_float64 2022-09-27T15:59:36.6822215Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_cpu_float64 2022-09-27T15:59:36.6824459Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_long_cpu_float64 2022-09-27T15:59:36.6843636Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lt_cpu_float64 2022-09-27T15:59:36.6854439Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lt_cpu_float64 2022-09-27T15:59:36.6857395Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_cpu_float64 2022-09-27T15:59:36.6895038Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_long_cpu_float64 2022-09-27T15:59:36.6912832Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_cpu_complex128 2022-09-27T15:59:36.7263112Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_cpu_complex128 2022-09-27T15:59:36.7264011Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_solve_cpu_float64 2022-09-27T15:59:36.7264573Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_unpack_cpu_float64 2022-09-27T15:59:36.7287865Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_solve_cpu_complex128 2022-09-27T15:59:36.7298847Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_solve_cpu_float64 2022-09-27T15:59:36.7301044Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_solve_cpu_complex128 2022-09-27T15:59:36.7335417Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_unpack_cpu_float64 2022-09-27T15:59:36.7354139Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_unpack_cpu_complex128 2022-09-27T15:59:36.7701240Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_lu_unpack_cpu_complex128 2022-09-27T15:59:36.7701783Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mT_cpu_float64 2022-09-27T15:59:36.7705069Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mH_cpu_complex128 2022-09-27T15:59:36.7730635Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mH_cpu_float64 2022-09-27T15:59:36.7732890Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mH_cpu_complex128 2022-09-27T15:59:36.7735260Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mH_cpu_float64 2022-09-27T15:59:36.7775927Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mT_cpu_float64 2022-09-27T15:59:36.7794327Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mT_cpu_complex128 2022-09-27T15:59:36.8141146Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mT_cpu_complex128 2022-09-27T15:59:36.8141617Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_fill_cpu_float64 2022-09-27T15:59:36.8144459Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_fill_cpu_complex128 2022-09-27T15:59:36.8163811Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_scatter_cpu_float64 2022-09-27T15:59:36.8173581Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_scatter_cpu_float64 2022-09-27T15:59:36.8175800Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_fill_cpu_float64 2022-09-27T15:59:36.8215603Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_fill_cpu_complex128 2022-09-27T15:59:36.8236285Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_scatter_cpu_complex128 2022-09-27T15:59:36.8582164Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_scatter_cpu_complex128 2022-09-27T15:59:36.8584124Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matmul_cpu_float64 2022-09-27T15:59:36.8584762Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_select_cpu_complex128 2022-09-27T15:59:36.8612456Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_select_cpu_float64 2022-09-27T15:59:36.8614851Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matmul_cpu_float64 2022-09-27T15:59:36.8617217Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_select_cpu_float64 2022-09-27T15:59:36.8655728Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_masked_select_cpu_complex128 2022-09-27T15:59:36.8675251Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matmul_cpu_complex128 2022-09-27T15:59:36.9025988Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matmul_cpu_complex128 2022-09-27T15:59:36.9026637Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matrix_exp_cpu_float64 2022-09-27T15:59:36.9027123Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matrix_exp_cpu_complex128 2022-09-27T15:59:36.9051055Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_max_reduction_no_dim_cpu_float64 2022-09-27T15:59:36.9057379Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matrix_exp_cpu_complex128 2022-09-27T15:59:36.9060244Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_matrix_exp_cpu_float64 2022-09-27T15:59:36.9095720Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_max_reduction_no_dim_cpu_float64 2022-09-27T15:59:36.9114177Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_max_binary_cpu_float64 2022-09-27T15:59:36.9462532Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_max_binary_cpu_float64 2022-09-27T15:59:36.9464979Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_max_reduction_with_dim_cpu_float64 2022-09-27T15:59:36.9466134Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mean_cpu_float64 2022-09-27T15:59:36.9493419Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_maximum_cpu_float64 2022-09-27T15:59:36.9495872Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_maximum_cpu_float64 2022-09-27T15:59:36.9497872Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_max_reduction_with_dim_cpu_float64 2022-09-27T15:59:36.9535439Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mean_cpu_float64 2022-09-27T15:59:36.9553955Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mean_cpu_complex128 2022-09-27T15:59:36.9901420Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mean_cpu_complex128 2022-09-27T15:59:36.9902078Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:59:36.9902851Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_median_cpu_float64 2022-09-27T15:59:36.9932342Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:59:36.9934533Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:59:36.9936669Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_median_cpu_float64 2022-09-27T15:59:36.9975949Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:59:36.9994106Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:59:37.0343366Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:59:37.0343978Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_min_reduction_with_dim_cpu_float64 2022-09-27T15:59:37.0344354Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_min_binary_cpu_float64 2022-09-27T15:59:37.0377323Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:59:37.0379780Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:59:37.0382083Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_min_binary_cpu_float64 2022-09-27T15:59:37.0416765Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_min_reduction_with_dim_cpu_float64 2022-09-27T15:59:37.0438476Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_min_reduction_no_dim_cpu_float64 2022-09-27T15:59:37.0784276Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_min_reduction_no_dim_cpu_float64 2022-09-27T15:59:37.0784772Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mm_cpu_complex128 2022-09-27T15:59:37.0785112Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_minimum_cpu_float64 2022-09-27T15:59:37.0818096Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mode_cpu_float64 2022-09-27T15:59:37.0820537Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mode_cpu_float64 2022-09-27T15:59:37.0822966Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mm_cpu_complex128 2022-09-27T15:59:37.0896545Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_minimum_cpu_float64 2022-09-27T15:59:37.0918444Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mm_cpu_float64 2022-09-27T15:59:37.1220748Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mm_cpu_float64 2022-09-27T15:59:37.1222853Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mul_cpu_complex128 2022-09-27T15:59:37.1226025Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_movedim_cpu_float64 2022-09-27T15:59:37.1240273Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_movedim_cpu_complex128 2022-09-27T15:59:37.1252239Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mul_cpu_complex128 2022-09-27T15:59:37.1256613Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_movedim_cpu_complex128 2022-09-27T15:59:37.1335937Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_movedim_cpu_float64 2022-09-27T15:59:37.1354458Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_msort_cpu_float64 2022-09-27T15:59:37.1660035Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_msort_cpu_float64 2022-09-27T15:59:37.1661254Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mul_cpu_float64 2022-09-27T15:59:37.1662533Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mv_cpu_float64 2022-09-27T15:59:37.1681410Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_multinomial_cpu_float64 2022-09-27T15:59:37.1692571Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mv_cpu_float64 2022-09-27T15:59:37.1699514Z [gw0] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mul_cpu_float64 2022-09-27T15:59:37.1775407Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_multinomial_cpu_float64 2022-09-27T15:59:37.1793297Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mv_cpu_complex128 2022-09-27T15:59:37.2101440Z [gw2] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mv_cpu_complex128 2022-09-27T15:59:37.2102066Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T15:59:37.2102671Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nan_to_num_cpu_float64 2022-09-27T15:59:37.2123727Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T15:59:37.2134621Z [gw3] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nan_to_num_cpu_float64 2022-09-27T15:59:37.2136736Z [gw1] [ 6%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T15:59:37.2216659Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T15:59:37.2236686Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T15:59:37.2544836Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T15:59:37.2545618Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nansum_cpu_float64 2022-09-27T15:59:37.2546028Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nanmean_cpu_float64 2022-09-27T15:59:37.2562763Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nanmedian_cpu_float64 2022-09-27T15:59:37.2571761Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nansum_cpu_float64 2022-09-27T15:59:37.2580984Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nanmedian_cpu_float64 2022-09-27T15:59:37.2656440Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nanmean_cpu_float64 2022-09-27T15:59:37.2677116Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nanquantile_cpu_float64 2022-09-27T15:59:37.2982394Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nanquantile_cpu_float64 2022-09-27T15:59:37.2983127Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_narrow_copy_cpu_float64 2022-09-27T15:59:37.2983640Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_narrow_cpu_float64 2022-09-27T15:59:37.3006024Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_narrow_copy_cpu_complex128 2022-09-27T15:59:37.3016519Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_narrow_cpu_float64 2022-09-27T15:59:37.3018927Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_narrow_copy_cpu_complex128 2022-09-27T15:59:37.3096340Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_narrow_copy_cpu_float64 2022-09-27T15:59:37.3117448Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_narrow_cpu_complex128 2022-09-27T15:59:37.3424174Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_narrow_cpu_complex128 2022-09-27T15:59:37.3424853Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_neg_cpu_complex128 2022-09-27T15:59:37.3425405Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ne_cpu_complex128 2022-09-27T15:59:37.3446656Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_native_layer_norm_cpu_float64 2022-09-27T15:59:37.3456965Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_neg_cpu_complex128 2022-09-27T15:59:37.3458323Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ne_cpu_complex128 2022-09-27T15:59:37.3536600Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_native_layer_norm_cpu_float64 2022-09-27T15:59:37.3556340Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ne_cpu_float64 2022-09-27T15:59:37.3863948Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ne_cpu_float64 2022-09-27T15:59:37.3864793Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_empty_strided_cpu_complex128 2022-09-27T15:59:37.3865181Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_neg_cpu_float64 2022-09-27T15:59:37.3883241Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_empty_cpu_complex128 2022-09-27T15:59:37.3898452Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_empty_strided_cpu_complex128 2022-09-27T15:59:37.3899991Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_neg_cpu_float64 2022-09-27T15:59:37.3977233Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_empty_cpu_complex128 2022-09-27T15:59:37.3997120Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_empty_cpu_float64 2022-09-27T15:59:37.4304093Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_empty_cpu_float64 2022-09-27T15:59:37.4305021Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_empty_strided_cpu_float64 2022-09-27T15:59:37.4305385Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_full_cpu_complex128 2022-09-27T15:59:37.4322661Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_ones_cpu_complex128 2022-09-27T15:59:37.4338234Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_ones_cpu_complex128 2022-09-27T15:59:37.4340492Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_empty_strided_cpu_float64 2022-09-27T15:59:37.4416633Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_full_cpu_complex128 2022-09-27T15:59:37.4437526Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_full_cpu_float64 2022-09-27T15:59:37.4743342Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_full_cpu_float64 2022-09-27T15:59:37.4744027Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nextafter_cpu_float64 2022-09-27T15:59:37.4744445Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_ones_cpu_float64 2022-09-27T15:59:37.4763501Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_zeros_cpu_complex128 2022-09-27T15:59:37.4779068Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nextafter_cpu_float64 2022-09-27T15:59:37.4781900Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_ones_cpu_float64 2022-09-27T15:59:37.4856819Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_zeros_cpu_complex128 2022-09-27T15:59:37.4878231Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_zeros_cpu_float64 2022-09-27T15:59:37.5181873Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_new_zeros_cpu_float64 2022-09-27T15:59:37.5185293Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T15:59:37.5186349Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T15:59:37.5203493Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T15:59:37.5218235Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T15:59:37.5220284Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T15:59:37.5296264Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T15:59:37.5316321Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T15:59:37.5621192Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T15:59:37.5623122Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T15:59:37.5624315Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_avg_pool2d_cpu_float64 2022-09-27T15:59:37.5647334Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T15:59:37.5655073Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T15:59:37.5661399Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_avg_pool2d_cpu_float64 2022-09-27T15:59:37.5736441Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T15:59:37.5759330Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_avg_pool1d_cpu_float64 2022-09-27T15:59:37.6065626Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_avg_pool1d_cpu_float64 2022-09-27T15:59:37.6066340Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_batch_norm_cpu_float64 2022-09-27T15:59:37.6067066Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T15:59:37.6092766Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_avg_pool3d_cpu_float64 2022-09-27T15:59:37.6100340Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_avg_pool3d_cpu_float64 2022-09-27T15:59:37.6103179Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T15:59:37.6177174Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_batch_norm_cpu_float64 2022-09-27T15:59:37.6197285Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_bilinear_cpu_float64 2022-09-27T15:59:37.6502839Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_bilinear_cpu_float64 2022-09-27T15:59:37.6503550Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T15:59:37.6504176Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv1d_cpu_float64 2022-09-27T15:59:37.6529484Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_celu_cpu_float64 2022-09-27T15:59:37.6535898Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_celu_cpu_float64 2022-09-27T15:59:37.6542433Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T15:59:37.6616533Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv1d_cpu_float64 2022-09-27T15:59:37.6637469Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv1d_cpu_complex128 2022-09-27T15:59:37.6943008Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv1d_cpu_complex128 2022-09-27T15:59:37.6943713Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv2d_cpu_complex128 2022-09-27T15:59:37.6944355Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T15:59:37.6962573Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv2d_cpu_float64 2022-09-27T15:59:37.6975170Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T15:59:37.6977464Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv2d_cpu_float64 2022-09-27T15:59:37.7055932Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv2d_cpu_complex128 2022-09-27T15:59:37.7076699Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T15:59:37.7382032Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T15:59:37.7383279Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T15:59:37.7384228Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T15:59:37.7405499Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_cosine_similarity_cpu_float64 2022-09-27T15:59:37.7413105Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T15:59:37.7419082Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_cosine_similarity_cpu_float64 2022-09-27T15:59:37.7496037Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T15:59:37.7516312Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T15:59:37.7820639Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T15:59:37.7823014Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_ctc_loss_cpu_float64 2022-09-27T15:59:37.7823808Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout3d_cpu_float64 2022-09-27T15:59:37.7841990Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_cross_entropy_cpu_float64 2022-09-27T15:59:37.7853248Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout3d_cpu_float64 2022-09-27T15:59:37.7855857Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_cross_entropy_cpu_float64 2022-09-27T15:59:37.7935661Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_ctc_loss_cpu_float64 2022-09-27T15:59:37.7954567Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout2d_cpu_float64 2022-09-27T15:59:37.8262054Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout2d_cpu_float64 2022-09-27T15:59:37.8262718Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout_cpu_float64 2022-09-27T15:59:37.8264987Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_embedding_cpu_float64 2022-09-27T15:59:37.8286226Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_elu_cpu_float64 2022-09-27T15:59:37.8294546Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_elu_cpu_float64 2022-09-27T15:59:37.8296711Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_embedding_cpu_float64 2022-09-27T15:59:37.8376375Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_dropout_cpu_float64 2022-09-27T15:59:37.8421351Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_embedding_bag_cpu_float64 2022-09-27T15:59:37.8701529Z [gw2] [ 7%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_embedding_bag_cpu_float64 2022-09-27T15:59:37.8703586Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T15:59:37.8704837Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T15:59:37.8724946Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T15:59:37.8731207Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T15:59:37.8739371Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T15:59:37.8816543Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T15:59:37.8836457Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T15:59:37.9143767Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T15:59:37.9144241Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_glu_cpu_float64 2022-09-27T15:59:37.9145940Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T15:59:37.9172435Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T15:59:37.9178890Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T15:59:37.9181027Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T15:59:37.9256441Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_glu_cpu_float64 2022-09-27T15:59:37.9285194Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_gelu_cpu_float64 2022-09-27T15:59:37.9582937Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_gelu_cpu_float64 2022-09-27T15:59:37.9583803Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardsigmoid_cpu_float64 2022-09-27T15:59:37.9584467Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_grid_sample_cpu_float64 2022-09-27T15:59:37.9605592Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_group_norm_cpu_float64 2022-09-27T15:59:37.9665425Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_group_norm_cpu_float64 2022-09-27T15:59:37.9695769Z [gw0] [ 7%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_grid_sample_cpu_float64 2022-09-27T15:59:37.9716851Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardshrink_cpu_float64 2022-09-27T15:59:37.9801402Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardshrink_cpu_float64 2022-09-27T15:59:38.0018498Z [gw3] [ 7%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardsigmoid_cpu_float64 2022-09-27T15:59:38.0022317Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_huber_loss_cpu_float64 2022-09-27T15:59:38.0022901Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardswish_cpu_float64 2022-09-27T15:59:38.0041748Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardtanh_cpu_float64 2022-09-27T15:59:38.0052477Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardswish_cpu_float64 2022-09-27T15:59:38.0057369Z [gw3] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_huber_loss_cpu_float64 2022-09-27T15:59:38.0135814Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hardtanh_cpu_float64 2022-09-27T15:59:38.0154360Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:59:38.0460340Z [gw2] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:59:38.0461299Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_area_cpu_float64 2022-09-27T15:59:38.0465678Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T15:59:38.0487855Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_instance_norm_cpu_float64 2022-09-27T15:59:38.0495315Z [gw0] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_instance_norm_cpu_float64 2022-09-27T15:59:38.0501042Z [gw1] [ 7%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_area_cpu_float64 2022-09-27T15:59:38.0575482Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T15:59:38.0599964Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T15:59:38.0900912Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T15:59:38.0906431Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T15:59:38.0908647Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_linear_cpu_float64 2022-09-27T15:59:38.0936520Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_kl_div_cpu_float64 2022-09-27T15:59:38.0938886Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_kl_div_cpu_float64 2022-09-27T15:59:38.0941068Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T15:59:38.1016257Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_linear_cpu_float64 2022-09-27T15:59:38.1034643Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T15:59:38.1365016Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T15:59:38.1365803Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_l1_loss_cpu_float64 2022-09-27T15:59:38.1366507Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:59:38.1367162Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:59:38.1380486Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_l1_loss_cpu_float64 2022-09-27T15:59:38.1382999Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:59:38.1455946Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:59:38.1475693Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_layer_norm_cpu_float64 2022-09-27T15:59:38.1784344Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_layer_norm_cpu_float64 2022-09-27T15:59:38.1785103Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_linear_cpu_float64 2022-09-27T15:59:38.1785536Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_linear_cpu_complex128 2022-09-27T15:59:38.1804075Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_logsigmoid_cpu_float64 2022-09-27T15:59:38.1817431Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_linear_cpu_float64 2022-09-27T15:59:38.1819296Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_logsigmoid_cpu_float64 2022-09-27T15:59:38.1896429Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_linear_cpu_complex128 2022-09-27T15:59:38.1917657Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_local_response_norm_cpu_float64 2022-09-27T15:59:38.2220381Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_local_response_norm_cpu_float64 2022-09-27T15:59:38.2221897Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:59:38.2222403Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_pool1d_cpu_float64 2022-09-27T15:59:38.2238755Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_pool3d_cpu_float64 2022-09-27T15:59:38.2246908Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_pool1d_cpu_float64 2022-09-27T15:59:38.2257197Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_pool3d_cpu_float64 2022-09-27T15:59:38.2336080Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:59:38.2356457Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_pool2d_cpu_float64 2022-09-27T15:59:38.2659014Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_pool2d_cpu_float64 2022-09-27T15:59:38.2661709Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool1d_cpu_float64 2022-09-27T15:59:38.2662761Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T15:59:38.2679424Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T15:59:38.2693815Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T15:59:38.2695438Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T15:59:38.2775655Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool1d_cpu_float64 2022-09-27T15:59:38.2795210Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool2d_cpu_float64 2022-09-27T15:59:38.3099066Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool2d_cpu_float64 2022-09-27T15:59:38.3102167Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool3d_cpu_float64 2022-09-27T15:59:38.3102680Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_mse_loss_cpu_float64 2022-09-27T15:59:38.3123398Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T15:59:38.3135288Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T15:59:38.3137913Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_max_unpool3d_cpu_float64 2022-09-27T15:59:38.3215130Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_mse_loss_cpu_float64 2022-09-27T15:59:38.3232954Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_mish_cpu_float64 2022-09-27T15:59:38.3541182Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_mish_cpu_float64 2022-09-27T15:59:38.3541949Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T15:59:38.3544031Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_nll_loss_cpu_float64 2022-09-27T15:59:38.3565714Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T15:59:38.3585090Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_nll_loss_cpu_float64 2022-09-27T15:59:38.3590584Z [gw0] [ 8%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T15:59:38.3656030Z [gw1] [ 8%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T15:59:38.3676205Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T15:59:38.3980383Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T15:59:38.3982970Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_normalize_cpu_complex128 2022-09-27T15:59:38.3983625Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_circular_cpu_float64 2022-09-27T15:59:38.4000603Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_normalize_cpu_float64 2022-09-27T15:59:38.4015160Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_normalize_cpu_float64 2022-09-27T15:59:38.4017081Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_circular_cpu_float64 2022-09-27T15:59:38.4095859Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_normalize_cpu_complex128 2022-09-27T15:59:38.4116730Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_circular_cpu_complex128 2022-09-27T15:59:38.4419797Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_circular_cpu_complex128 2022-09-27T15:59:38.4422292Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_constant_cpu_complex128 2022-09-27T15:59:38.4423403Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_constant_cpu_float64 2022-09-27T15:59:38.4440635Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_reflect_cpu_float64 2022-09-27T15:59:38.4454874Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_constant_cpu_float64 2022-09-27T15:59:38.4456364Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_reflect_cpu_float64 2022-09-27T15:59:38.4535700Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_constant_cpu_complex128 2022-09-27T15:59:38.4554774Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_reflect_cpu_complex128 2022-09-27T15:59:38.4860074Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_reflect_cpu_complex128 2022-09-27T15:59:38.4862154Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_replicate_cpu_complex128 2022-09-27T15:59:38.4862932Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_replicate_cpu_float64 2022-09-27T15:59:38.4883338Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:59:38.4890510Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_replicate_cpu_float64 2022-09-27T15:59:38.4896489Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pad_replicate_cpu_complex128 2022-09-27T15:59:38.4975613Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:59:38.4994462Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:59:38.5300006Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:59:38.5300741Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T15:59:38.5302820Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T15:59:38.5328365Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pdist_cpu_float64 2022-09-27T15:59:38.5337843Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T15:59:38.5390341Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T15:59:38.5415628Z [gw0] [ 8%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pdist_cpu_float64 2022-09-27T15:59:38.5436914Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T15:59:38.5739910Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T15:59:38.5742112Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T15:59:38.5743227Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:59:38.5759674Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_relu6_cpu_float64 2022-09-27T15:59:38.5771061Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:59:38.5776508Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T15:59:38.5856036Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_relu6_cpu_float64 2022-09-27T15:59:38.5875149Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_prelu_cpu_float64 2022-09-27T15:59:38.6181060Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_prelu_cpu_float64 2022-09-27T15:59:38.6181689Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_relu_cpu_float64 2022-09-27T15:59:38.6182274Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_rrelu_cpu_float64 2022-09-27T15:59:38.6198983Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_silu_complex_cpu_complex128 2022-09-27T15:59:38.6213242Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_rrelu_cpu_float64 2022-09-27T15:59:38.6215152Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_relu_cpu_float64 2022-09-27T15:59:38.6295623Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_silu_complex_cpu_complex128 2022-09-27T15:59:38.6313258Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_selu_cpu_float64 2022-09-27T15:59:38.6638873Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_selu_cpu_float64 2022-09-27T15:59:38.6639542Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softmin_cpu_float64 2022-09-27T15:59:38.6639916Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_silu_cpu_float64 2022-09-27T15:59:38.6648174Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T15:59:38.6654112Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T15:59:38.6655320Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_silu_cpu_float64 2022-09-27T15:59:38.6735444Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softmin_cpu_float64 2022-09-27T15:59:38.6753289Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T15:59:38.7058829Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T15:59:38.7062181Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softshrink_cpu_float64 2022-09-27T15:59:38.7062849Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T15:59:38.7091801Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T15:59:38.7094650Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softshrink_cpu_float64 2022-09-27T15:59:38.7097402Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T15:59:38.7174969Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T15:59:38.7194924Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softplus_cpu_float64 2022-09-27T15:59:38.7500871Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softplus_cpu_float64 2022-09-27T15:59:38.7503022Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:59:38.7503694Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softsign_cpu_float64 2022-09-27T15:59:38.7526203Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softsign_cpu_complex128 2022-09-27T15:59:38.7533978Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softsign_cpu_float64 2022-09-27T15:59:38.7536858Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:59:38.7615955Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_softsign_cpu_complex128 2022-09-27T15:59:38.7635459Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:59:38.7942134Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:59:38.7942825Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_threshold_cpu_float64 2022-09-27T15:59:38.7944938Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T15:59:38.7968939Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T15:59:38.7976383Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_threshold_cpu_float64 2022-09-27T15:59:38.7979024Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T15:59:38.8055864Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T15:59:38.8075960Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T15:59:38.8382174Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T15:59:38.8383225Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_unfold_cpu_complex128 2022-09-27T15:59:38.8384343Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T15:59:38.8412335Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T15:59:38.8415139Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_unfold_cpu_complex128 2022-09-27T15:59:38.8418730Z [gw3] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T15:59:38.8495673Z [gw0] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T15:59:38.8514685Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_unfold_cpu_float64 2022-09-27T15:59:38.8820751Z [gw2] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_unfold_cpu_float64 2022-09-27T15:59:38.8821673Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nonzero_cpu_complex128 2022-09-27T15:59:38.8826444Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_cpu_complex128 2022-09-27T15:59:38.8842365Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_upsample_nearest_cpu_float64 2022-09-27T15:59:38.8853036Z [gw1] [ 8%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nonzero_cpu_complex128 2022-09-27T15:59:38.8855538Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nn_functional_upsample_nearest_cpu_float64 2022-09-27T15:59:38.8935277Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_cpu_complex128 2022-09-27T15:59:38.8953523Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nonzero_cpu_float64 2022-09-27T15:59:38.9261969Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_nonzero_cpu_float64 2022-09-27T15:59:38.9262528Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_inf_cpu_complex128 2022-09-27T15:59:38.9262970Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_cpu_float64 2022-09-27T15:59:38.9283878Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_fro_cpu_complex128 2022-09-27T15:59:38.9295493Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_inf_cpu_complex128 2022-09-27T15:59:38.9297458Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_cpu_float64 2022-09-27T15:59:38.9375457Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_fro_cpu_complex128 2022-09-27T15:59:38.9394939Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_fro_cpu_float64 2022-09-27T15:59:38.9701637Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_fro_cpu_float64 2022-09-27T15:59:38.9702402Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_nuc_cpu_complex128 2022-09-27T15:59:38.9703004Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_inf_cpu_float64 2022-09-27T15:59:38.9731143Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_normal_cpu_float64 2022-09-27T15:59:38.9733785Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_normal_cpu_float64 2022-09-27T15:59:38.9736350Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_inf_cpu_float64 2022-09-27T15:59:38.9815236Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_nuc_cpu_complex128 2022-09-27T15:59:38.9833566Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_nuc_cpu_float64 2022-09-27T15:59:39.0140310Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_norm_nuc_cpu_float64 2022-09-27T15:59:39.0142148Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ones_like_cpu_complex128 2022-09-27T15:59:39.0143230Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ones_cpu_complex128 2022-09-27T15:59:39.0163516Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_normal_number_mean_cpu_float64 2022-09-27T15:59:39.0165872Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_normal_number_mean_cpu_float64 2022-09-27T15:59:39.0168485Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ones_like_cpu_complex128 2022-09-27T15:59:39.0255454Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ones_cpu_complex128 2022-09-27T15:59:39.0276602Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ones_cpu_float64 2022-09-27T15:59:39.0581963Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ones_cpu_float64 2022-09-27T15:59:39.0583185Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_outer_cpu_complex128 2022-09-27T15:59:39.0583832Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ones_like_cpu_float64 2022-09-27T15:59:39.0612440Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ormqr_cpu_complex128 2022-09-27T15:59:39.0615044Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_outer_cpu_complex128 2022-09-27T15:59:39.0617145Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ormqr_cpu_complex128 2022-09-27T15:59:39.0695945Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ones_like_cpu_float64 2022-09-27T15:59:39.0714457Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ormqr_cpu_float64 2022-09-27T15:59:39.1019441Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ormqr_cpu_float64 2022-09-27T15:59:39.1024741Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_permute_cpu_float64 2022-09-27T15:59:39.1026278Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_outer_cpu_float64 2022-09-27T15:59:39.1040964Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pca_lowrank_cpu_float64 2022-09-27T15:59:39.1052967Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_permute_cpu_float64 2022-09-27T15:59:39.1055331Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pca_lowrank_cpu_float64 2022-09-27T15:59:39.1135723Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_outer_cpu_float64 2022-09-27T15:59:39.1155694Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_permute_cpu_complex128 2022-09-27T15:59:39.1462403Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_permute_cpu_complex128 2022-09-27T15:59:39.1463300Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pinverse_cpu_complex128 2022-09-27T15:59:39.1464121Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pinverse_cpu_float64 2022-09-27T15:59:39.1483419Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_0_cpu_float64 2022-09-27T15:59:39.1491337Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pinverse_cpu_complex128 2022-09-27T15:59:39.1499956Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pinverse_cpu_float64 2022-09-27T15:59:39.1576516Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_0_cpu_float64 2022-09-27T15:59:39.1597950Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polar_cpu_float64 2022-09-27T15:59:39.1905061Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polar_cpu_float64 2022-09-27T15:59:39.1906025Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_1_cpu_float64 2022-09-27T15:59:39.1906644Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_2_cpu_float64 2022-09-27T15:59:39.1921098Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_4_cpu_float64 2022-09-27T15:59:39.1935409Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_1_cpu_float64 2022-09-27T15:59:39.1938170Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_4_cpu_float64 2022-09-27T15:59:39.2016109Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_2_cpu_float64 2022-09-27T15:59:39.2030582Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_3_cpu_float64 2022-09-27T15:59:39.2340933Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_polygamma_polygamma_n_3_cpu_float64 2022-09-27T15:59:39.2344064Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_positive_cpu_complex128 2022-09-27T15:59:39.2344766Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pow_cpu_float64 2022-09-27T15:59:39.2361537Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_positive_cpu_float64 2022-09-27T15:59:39.2375855Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_positive_cpu_complex128 2022-09-27T15:59:39.2378037Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pow_cpu_float64 2022-09-27T15:59:39.2455631Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_positive_cpu_float64 2022-09-27T15:59:39.2475140Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pow_cpu_complex128 2022-09-27T15:59:39.2779902Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_pow_cpu_complex128 2022-09-27T15:59:39.2783481Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_prod_cpu_complex128 2022-09-27T15:59:39.2784239Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_prod_cpu_float64 2022-09-27T15:59:39.2802863Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_put_cpu_float64 2022-09-27T15:59:39.2812964Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_prod_cpu_float64 2022-09-27T15:59:39.2815508Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_prod_cpu_complex128 2022-09-27T15:59:39.2895527Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_put_cpu_float64 2022-09-27T15:59:39.2914122Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_put_cpu_complex128 2022-09-27T15:59:39.3219915Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_put_cpu_complex128 2022-09-27T15:59:39.3224899Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rad2deg_cpu_float64 2022-09-27T15:59:39.3225489Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_qr_cpu_complex128 2022-09-27T15:59:39.3249529Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_qr_cpu_float64 2022-09-27T15:59:39.3252179Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_qr_cpu_complex128 2022-09-27T15:59:39.3254250Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rad2deg_cpu_float64 2022-09-27T15:59:39.3336335Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_qr_cpu_float64 2022-09-27T15:59:39.3356187Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_quantile_cpu_float64 2022-09-27T15:59:39.3663111Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_quantile_cpu_float64 2022-09-27T15:59:39.3664179Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rand_like_cpu_complex128 2022-09-27T15:59:39.3664538Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randn_cpu_complex128 2022-09-27T15:59:39.3691293Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rand_like_cpu_float64 2022-09-27T15:59:39.3697170Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rand_like_cpu_float64 2022-09-27T15:59:39.3699262Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rand_like_cpu_complex128 2022-09-27T15:59:39.3775928Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randn_cpu_complex128 2022-09-27T15:59:39.3795091Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randint_like_cpu_float64 2022-09-27T15:59:39.4101598Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randint_like_cpu_float64 2022-09-27T15:59:39.4102765Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ravel_cpu_complex128 2022-09-27T15:59:39.4105105Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randn_cpu_float64 2022-09-27T15:59:39.4131030Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randn_like_cpu_complex128 2022-09-27T15:59:39.4137339Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randn_like_cpu_complex128 2022-09-27T15:59:39.4139501Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ravel_cpu_complex128 2022-09-27T15:59:39.4215865Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randn_cpu_float64 2022-09-27T15:59:39.4235601Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randn_like_cpu_float64 2022-09-27T15:59:39.4542744Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_randn_like_cpu_float64 2022-09-27T15:59:39.4543495Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reciprocal_cpu_complex128 2022-09-27T15:59:39.4544027Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ravel_cpu_float64 2022-09-27T15:59:39.4579096Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_real_cpu_complex128 2022-09-27T15:59:39.4581501Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_ravel_cpu_float64 2022-09-27T15:59:39.4584136Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reciprocal_cpu_complex128 2022-09-27T15:59:39.4656142Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_real_cpu_complex128 2022-09-27T15:59:39.4678897Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_real_cpu_float64 2022-09-27T15:59:39.4983879Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_real_cpu_float64 2022-09-27T15:59:39.4984503Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_renorm_cpu_float64 2022-09-27T15:59:39.4985096Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reciprocal_cpu_float64 2022-09-27T15:59:39.5013954Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_remainder_cpu_float64 2022-09-27T15:59:39.5016419Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reciprocal_cpu_float64 2022-09-27T15:59:39.5018155Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_remainder_cpu_float64 2022-09-27T15:59:39.5096833Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_renorm_cpu_float64 2022-09-27T15:59:39.5118388Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_renorm_cpu_complex128 2022-09-27T15:59:39.5423296Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_renorm_cpu_complex128 2022-09-27T15:59:39.5424170Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_interleave_cpu_float64 2022-09-27T15:59:39.5425202Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_cpu_float64 2022-09-27T15:59:39.5450255Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_cpu_complex128 2022-09-27T15:59:39.5456788Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_cpu_float64 2022-09-27T15:59:39.5459013Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_interleave_cpu_float64 2022-09-27T15:59:39.5535866Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_cpu_complex128 2022-09-27T15:59:39.5555680Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_interleave_cpu_complex128 2022-09-27T15:59:39.5861230Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_repeat_interleave_cpu_complex128 2022-09-27T15:59:39.5863040Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_as_cpu_complex128 2022-09-27T15:59:39.5863831Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_cpu_float64 2022-09-27T15:59:39.5884829Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_as_cpu_float64 2022-09-27T15:59:39.5896654Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_as_cpu_float64 2022-09-27T15:59:39.5900480Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_as_cpu_complex128 2022-09-27T15:59:39.5976064Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_cpu_float64 2022-09-27T15:59:39.5997023Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_cpu_complex128 2022-09-27T15:59:39.6301738Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_reshape_cpu_complex128 2022-09-27T15:59:39.6302470Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resize_as__cpu_float64 2022-09-27T15:59:39.6303006Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resize__cpu_float64 2022-09-27T15:59:39.6329981Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resize__cpu_complex128 2022-09-27T15:59:39.6332941Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resize_as__cpu_float64 2022-09-27T15:59:39.6335564Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resize__cpu_float64 2022-09-27T15:59:39.6415903Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resize__cpu_complex128 2022-09-27T15:59:39.6435351Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resize_as__cpu_complex128 2022-09-27T15:59:39.6742413Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resize_as__cpu_complex128 2022-09-27T15:59:39.6743153Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_conj_cpu_complex128 2022-09-27T15:59:39.6743864Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_conj_cpu_float64 2022-09-27T15:59:39.6772388Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_neg_cpu_float64 2022-09-27T15:59:39.6776242Z [gw0] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_conj_cpu_complex128 2022-09-27T15:59:39.6779233Z [gw3] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_neg_cpu_float64 2022-09-27T15:59:39.6855976Z [gw1] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_conj_cpu_float64 2022-09-27T15:59:39.6875273Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_neg_cpu_complex128 2022-09-27T15:59:39.7179643Z [gw2] [ 9%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_resolve_neg_cpu_complex128 2022-09-27T15:59:39.7181588Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rot90_cpu_float64 2022-09-27T15:59:39.7182639Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_roll_cpu_complex128 2022-09-27T15:59:39.7211206Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_roll_cpu_float64 2022-09-27T15:59:39.7214183Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_roll_cpu_complex128 2022-09-27T15:59:39.7216575Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_roll_cpu_float64 2022-09-27T15:59:39.7296155Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rot90_cpu_float64 2022-09-27T15:59:39.7316599Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rot90_cpu_complex128 2022-09-27T15:59:39.7622378Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rot90_cpu_complex128 2022-09-27T15:59:39.7623483Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_decimals_neg_3_cpu_float64 2022-09-27T15:59:39.7624078Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_cpu_float64 2022-09-27T15:59:39.7635976Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_decimals_0_cpu_float64 2022-09-27T15:59:39.7645363Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_decimals_neg_3_cpu_float64 2022-09-27T15:59:39.7652608Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_decimals_0_cpu_float64 2022-09-27T15:59:39.7736194Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_cpu_float64 2022-09-27T15:59:39.7750864Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_decimals_3_cpu_float64 2022-09-27T15:59:39.8060889Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_round_decimals_3_cpu_float64 2022-09-27T15:59:39.8064398Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsqrt_cpu_float64 2022-09-27T15:59:39.8065363Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsub_cpu_float64 2022-09-27T15:59:39.8085506Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsqrt_cpu_complex128 2022-09-27T15:59:39.8093128Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsqrt_cpu_float64 2022-09-27T15:59:39.8099456Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsqrt_cpu_complex128 2022-09-27T15:59:39.8176726Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsub_cpu_float64 2022-09-27T15:59:39.8197553Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsub_cpu_complex128 2022-09-27T15:59:39.8502795Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_rsub_cpu_complex128 2022-09-27T15:59:39.8503187Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_cpu_float64 2022-09-27T15:59:39.8503549Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_add_cpu_complex128 2022-09-27T15:59:39.8525376Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_add_cpu_float64 2022-09-27T15:59:39.8532770Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_add_cpu_complex128 2022-09-27T15:59:39.8538087Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_add_cpu_float64 2022-09-27T15:59:39.8615765Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_cpu_float64 2022-09-27T15:59:39.8637126Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_cpu_complex128 2022-09-27T15:59:39.8940489Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_cpu_complex128 2022-09-27T15:59:39.8943345Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_amin_cpu_float64 2022-09-27T15:59:39.8944383Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_amax_cpu_float64 2022-09-27T15:59:39.8966169Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_prod_cpu_float64 2022-09-27T15:59:39.8976405Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_amax_cpu_float64 2022-09-27T15:59:39.8978513Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_amin_cpu_float64 2022-09-27T15:59:39.9055671Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_prod_cpu_float64 2022-09-27T15:59:39.9075076Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_mean_cpu_float64 2022-09-27T15:59:39.9382586Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_mean_cpu_float64 2022-09-27T15:59:39.9383248Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_segment_reduce_offsets_cpu_float64 2022-09-27T15:59:39.9383889Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_searchsorted_cpu_float64 2022-09-27T15:59:39.9410661Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_sum_cpu_float64 2022-09-27T15:59:39.9413839Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_scatter_reduce_sum_cpu_float64 2022-09-27T15:59:39.9420798Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_searchsorted_cpu_float64 2022-09-27T15:59:39.9496356Z [gw3] [ 10%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_segment_reduce_offsets_cpu_float64 2022-09-27T15:59:39.9532917Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_segment_reduce_lengths_cpu_float64 2022-09-27T15:59:39.9821312Z [gw2] [ 10%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_segment_reduce_lengths_cpu_float64 2022-09-27T15:59:39.9825783Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_select_cpu_float64 2022-09-27T15:59:39.9826201Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_select_cpu_complex128 2022-09-27T15:59:39.9849515Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sgn_cpu_complex128 2022-09-27T15:59:39.9856138Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sgn_cpu_complex128 2022-09-27T15:59:39.9859831Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_select_cpu_float64 2022-09-27T15:59:39.9936251Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_select_cpu_complex128 2022-09-27T15:59:39.9957060Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_select_scatter_cpu_float64 2022-09-27T15:59:40.0264469Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_select_scatter_cpu_float64 2022-09-27T15:59:40.0264991Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sgn_cpu_float64 2022-09-27T15:59:40.0266982Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sigmoid_cpu_complex128 2022-09-27T15:59:40.0290748Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_short_cpu_complex128 2022-09-27T15:59:40.0297697Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sigmoid_cpu_complex128 2022-09-27T15:59:40.0300033Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sgn_cpu_float64 2022-09-27T15:59:40.0375911Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_short_cpu_complex128 2022-09-27T15:59:40.0396266Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_short_cpu_float64 2022-09-27T15:59:40.0702431Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_short_cpu_float64 2022-09-27T15:59:40.0703227Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sign_cpu_float64 2022-09-27T15:59:40.0706028Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sigmoid_cpu_float64 2022-09-27T15:59:40.0732423Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sin_cpu_complex128 2022-09-27T15:59:40.0734978Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sigmoid_cpu_float64 2022-09-27T15:59:40.0737369Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sin_cpu_complex128 2022-09-27T15:59:40.0815674Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sign_cpu_float64 2022-09-27T15:59:40.0834518Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_signbit_cpu_float64 2022-09-27T15:59:40.1142032Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_signbit_cpu_float64 2022-09-27T15:59:40.1142664Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinc_cpu_complex128 2022-09-27T15:59:40.1143259Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sin_cpu_float64 2022-09-27T15:59:40.1165667Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinh_cpu_complex128 2022-09-27T15:59:40.1177056Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinh_cpu_complex128 2022-09-27T15:59:40.1179323Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinc_cpu_complex128 2022-09-27T15:59:40.1255851Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sin_cpu_float64 2022-09-27T15:59:40.1275203Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinc_cpu_float64 2022-09-27T15:59:40.1581526Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinc_cpu_float64 2022-09-27T15:59:40.1582201Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_slice_scatter_cpu_float64 2022-09-27T15:59:40.1583210Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_softmax_with_dtype_cpu_complex128 2022-09-27T15:59:40.1608141Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinh_cpu_float64 2022-09-27T15:59:40.1610585Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_softmax_with_dtype_cpu_complex128 2022-09-27T15:59:40.1617813Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_slice_scatter_cpu_float64 2022-09-27T15:59:40.1695492Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sinh_cpu_float64 2022-09-27T15:59:40.1713275Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_softmax_cpu_float64 2022-09-27T15:59:40.2022376Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_softmax_cpu_float64 2022-09-27T15:59:40.2024010Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sort_cpu_float64 2022-09-27T15:59:40.2024645Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sparse_sampled_addmm_cpu_float64 2022-09-27T15:59:40.2053753Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_softmax_with_dtype_cpu_float64 2022-09-27T15:59:40.2056152Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sparse_sampled_addmm_cpu_float64 2022-09-27T15:59:40.2058771Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sort_cpu_float64 2022-09-27T15:59:40.2136470Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_softmax_with_dtype_cpu_float64 2022-09-27T15:59:40.2156299Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sparse_sampled_addmm_cpu_complex128 2022-09-27T15:59:40.2465234Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sparse_sampled_addmm_cpu_complex128 2022-09-27T15:59:40.2465805Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_bessel_y0_cpu_float64 2022-09-27T15:59:40.2466584Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_bessel_j0_cpu_float64 2022-09-27T15:59:40.2492822Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_airy_ai_cpu_float64 2022-09-27T15:59:40.2501414Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_bessel_j0_cpu_float64 2022-09-27T15:59:40.2504106Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_bessel_y0_cpu_float64 2022-09-27T15:59:40.2576321Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_airy_ai_cpu_float64 2022-09-27T15:59:40.2596442Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_bessel_j1_cpu_float64 2022-09-27T15:59:40.2904290Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_bessel_j1_cpu_float64 2022-09-27T15:59:40.2905048Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T15:59:40.2905468Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T15:59:40.2915995Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_bessel_y1_cpu_float64 2022-09-27T15:59:40.2927570Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T15:59:40.2935559Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T15:59:40.3017065Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_bessel_y1_cpu_float64 2022-09-27T15:59:40.3037845Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T15:59:40.3339796Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T15:59:40.3343896Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_entr_cpu_float64 2022-09-27T15:59:40.3344354Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T15:59:40.3356651Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_hermite_polynomial_h_cpu_float64 2022-09-27T15:59:40.3367161Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T15:59:40.3374947Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_entr_cpu_float64 2022-09-27T15:59:40.3456018Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_hermite_polynomial_h_cpu_float64 2022-09-27T15:59:40.3476936Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_erfcx_cpu_float64 2022-09-27T15:59:40.3781152Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_erfcx_cpu_float64 2022-09-27T15:59:40.3784027Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_hermite_polynomial_he_cpu_float64 2022-09-27T15:59:40.3784732Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_i0e_cpu_float64 2022-09-27T15:59:40.3814329Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_i1e_cpu_float64 2022-09-27T15:59:40.3816518Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_i1e_cpu_float64 2022-09-27T15:59:40.3818580Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_i0e_cpu_float64 2022-09-27T15:59:40.3896575Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_hermite_polynomial_he_cpu_float64 2022-09-27T15:59:40.3917491Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_i1_cpu_float64 2022-09-27T15:59:40.4223849Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_i1_cpu_float64 2022-09-27T15:59:40.4224359Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_i0_cpu_float64 2022-09-27T15:59:40.4225017Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_legendre_polynomial_p_cpu_float64 2022-09-27T15:59:40.4236965Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_laguerre_polynomial_l_cpu_float64 2022-09-27T15:59:40.4248081Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_legendre_polynomial_p_cpu_float64 2022-09-27T15:59:40.4253588Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_laguerre_polynomial_l_cpu_float64 2022-09-27T15:59:40.4338691Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_i0_cpu_float64 2022-09-27T15:59:40.4358133Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_log_ndtr_cpu_float64 2022-09-27T15:59:40.4662654Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_log_ndtr_cpu_float64 2022-09-27T15:59:40.4663235Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_ndtr_cpu_float64 2022-09-27T15:59:40.4663689Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_k0_cpu_float64 2022-09-27T15:59:40.4684021Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_i1_cpu_float64 2022-09-27T15:59:40.4695330Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_k0_cpu_float64 2022-09-27T15:59:40.4698336Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_i1_cpu_float64 2022-09-27T15:59:40.4776064Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_ndtr_cpu_float64 2022-09-27T15:59:40.4795736Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_k1_cpu_float64 2022-09-27T15:59:40.5102918Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_modified_bessel_k1_cpu_float64 2022-09-27T15:59:40.5103744Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T15:59:40.5104312Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_ndtri_cpu_float64 2022-09-27T15:59:40.5135295Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T15:59:40.5137117Z [gw3] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T15:59:40.5139234Z [gw0] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_ndtri_cpu_float64 2022-09-27T15:59:40.5216270Z [gw1] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T15:59:40.5236749Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T15:59:40.5542152Z [gw2] [ 10%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T15:59:40.5542829Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T15:59:40.5543812Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T15:59:40.5562507Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T15:59:40.5569937Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T15:59:40.5572894Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T15:59:40.5655983Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T15:59:40.5669241Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T15:59:40.5978980Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T15:59:40.5982164Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_cpu_complex128 2022-09-27T15:59:40.5984252Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_spherical_bessel_j0_cpu_float64 2022-09-27T15:59:40.6001963Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_xlog1py_cpu_float64 2022-09-27T15:59:40.6009406Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_spherical_bessel_j0_cpu_float64 2022-09-27T15:59:40.6016356Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_xlog1py_cpu_float64 2022-09-27T15:59:40.6095669Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_cpu_complex128 2022-09-27T15:59:40.6114606Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_zeta_cpu_float64 2022-09-27T15:59:40.6419981Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_special_zeta_cpu_float64 2022-09-27T15:59:40.6423719Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_cpu_float64 2022-09-27T15:59:40.6424854Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_list_args_cpu_complex128 2022-09-27T15:59:40.6452836Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_with_sizes_cpu_complex128 2022-09-27T15:59:40.6455308Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_with_sizes_cpu_complex128 2022-09-27T15:59:40.6457922Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_cpu_float64 2022-09-27T15:59:40.6535793Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_list_args_cpu_complex128 2022-09-27T15:59:40.6556375Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_list_args_cpu_float64 2022-09-27T15:59:40.6862585Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_list_args_cpu_float64 2022-09-27T15:59:40.6864059Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_square_cpu_complex128 2022-09-27T15:59:40.6864638Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_with_sizes_cpu_float64 2022-09-27T15:59:40.6886927Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sqrt_cpu_complex128 2022-09-27T15:59:40.6894924Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_square_cpu_complex128 2022-09-27T15:59:40.6901296Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_split_with_sizes_cpu_float64 2022-09-27T15:59:40.6975473Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sqrt_cpu_complex128 2022-09-27T15:59:40.6993882Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sqrt_cpu_float64 2022-09-27T15:59:40.7298770Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sqrt_cpu_float64 2022-09-27T15:59:40.7300977Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_squeeze_cpu_complex128 2022-09-27T15:59:40.7302658Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_square_cpu_float64 2022-09-27T15:59:40.7323497Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stack_cpu_complex128 2022-09-27T15:59:40.7333594Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_square_cpu_float64 2022-09-27T15:59:40.7336633Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_squeeze_cpu_complex128 2022-09-27T15:59:40.7415379Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stack_cpu_complex128 2022-09-27T15:59:40.7433868Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_squeeze_cpu_float64 2022-09-27T15:59:40.7741400Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_squeeze_cpu_float64 2022-09-27T15:59:40.7742099Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stack_cpu_float64 2022-09-27T15:59:40.7742732Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_mean_cpu_complex128 2022-09-27T15:59:40.7762958Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_cpu_complex128 2022-09-27T15:59:40.7775358Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stack_cpu_float64 2022-09-27T15:59:40.7778644Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_cpu_complex128 2022-09-27T15:59:40.7855603Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_mean_cpu_complex128 2022-09-27T15:59:40.7875914Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_cpu_float64 2022-09-27T15:59:40.8179813Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_cpu_float64 2022-09-27T15:59:40.8180462Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_mean_cpu_float64 2022-09-27T15:59:40.8181030Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stft_cpu_complex128 2022-09-27T15:59:40.8202640Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sub_cpu_complex128 2022-09-27T15:59:40.8216381Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_std_mean_cpu_float64 2022-09-27T15:59:40.8218573Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sub_cpu_complex128 2022-09-27T15:59:40.8295502Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stft_cpu_complex128 2022-09-27T15:59:40.8314844Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stft_cpu_float64 2022-09-27T15:59:40.8618101Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_stft_cpu_float64 2022-09-27T15:59:40.8621762Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_to_size_cpu_complex128 2022-09-27T15:59:40.8623520Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sub_cpu_float64 2022-09-27T15:59:40.8637496Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_cpu_complex128 2022-09-27T15:59:40.8651874Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sub_cpu_float64 2022-09-27T15:59:40.8654129Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_cpu_complex128 2022-09-27T15:59:40.8735290Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_to_size_cpu_complex128 2022-09-27T15:59:40.8755402Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_cpu_float64 2022-09-27T15:59:40.9058718Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_cpu_float64 2022-09-27T15:59:40.9062371Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_to_size_cpu_float64 2022-09-27T15:59:40.9062926Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_svd_lowrank_cpu_float64 2022-09-27T15:59:40.9077379Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_svd_cpu_complex128 2022-09-27T15:59:40.9090046Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_sum_to_size_cpu_float64 2022-09-27T15:59:40.9094092Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_svd_lowrank_cpu_float64 2022-09-27T15:59:40.9175474Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_svd_cpu_complex128 2022-09-27T15:59:40.9194290Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_svd_cpu_float64 2022-09-27T15:59:40.9500099Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_svd_cpu_float64 2022-09-27T15:59:40.9503867Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_symeig_cpu_complex128 2022-09-27T15:59:40.9504319Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_symeig_cpu_float64 2022-09-27T15:59:40.9524125Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_t_cpu_float64 2022-09-27T15:59:40.9536037Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_symeig_cpu_complex128 2022-09-27T15:59:40.9538543Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_t_cpu_float64 2022-09-27T15:59:40.9615824Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_symeig_cpu_float64 2022-09-27T15:59:40.9634803Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_t_cpu_complex128 2022-09-27T15:59:40.9938219Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_t_cpu_complex128 2022-09-27T15:59:40.9941404Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_cpu_float64 2022-09-27T15:59:40.9943498Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_along_dim_cpu_complex128 2022-09-27T15:59:40.9968207Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_along_dim_cpu_float64 2022-09-27T15:59:40.9973345Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_along_dim_cpu_complex128 2022-09-27T15:59:40.9974608Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_along_dim_cpu_float64 2022-09-27T15:59:41.0055171Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_cpu_float64 2022-09-27T15:59:41.0073441Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_cpu_complex128 2022-09-27T15:59:41.0378397Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_take_cpu_complex128 2022-09-27T15:59:41.0382558Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tan_cpu_complex128 2022-09-27T15:59:41.0383106Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tan_cpu_float64 2022-09-27T15:59:41.0397716Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tanh_cpu_float64 2022-09-27T15:59:41.0409885Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tan_cpu_complex128 2022-09-27T15:59:41.0416245Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tanh_cpu_float64 2022-09-27T15:59:41.0495355Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tan_cpu_float64 2022-09-27T15:59:41.0513184Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tanh_cpu_complex128 2022-09-27T15:59:41.0820326Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tanh_cpu_complex128 2022-09-27T15:59:41.0821005Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensor_split_cpu_complex128 2022-09-27T15:59:41.0821789Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensordot_cpu_float64 2022-09-27T15:59:41.0838732Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensor_split_cpu_float64 2022-09-27T15:59:41.0853395Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensor_split_cpu_complex128 2022-09-27T15:59:41.0855828Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensordot_cpu_float64 2022-09-27T15:59:41.0935663Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensor_split_cpu_float64 2022-09-27T15:59:41.0955115Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensordot_cpu_complex128 2022-09-27T15:59:41.1259799Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tensordot_cpu_complex128 2022-09-27T15:59:41.1262669Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tile_cpu_complex128 2022-09-27T15:59:41.1263143Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tile_cpu_float64 2022-09-27T15:59:41.1289478Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_cpu_float64 2022-09-27T15:59:41.1298462Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_cpu_float64 2022-09-27T15:59:41.1300917Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tile_cpu_complex128 2022-09-27T15:59:41.1375182Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tile_cpu_float64 2022-09-27T15:59:41.1393096Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_cpu_complex128 2022-09-27T15:59:41.1700559Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_cpu_complex128 2022-09-27T15:59:41.1701360Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trace_cpu_complex128 2022-09-27T15:59:41.1702027Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_sparse_cpu_complex128 2022-09-27T15:59:41.1718081Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_sparse_cpu_float64 2022-09-27T15:59:41.1728698Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_sparse_cpu_float64 2022-09-27T15:59:41.1736777Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trace_cpu_complex128 2022-09-27T15:59:41.1815821Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_to_sparse_cpu_complex128 2022-09-27T15:59:41.1834793Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_topk_cpu_float64 2022-09-27T15:59:41.2142271Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_topk_cpu_float64 2022-09-27T15:59:41.2142987Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trace_cpu_float64 2022-09-27T15:59:41.2143933Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapezoid_cpu_complex128 2022-09-27T15:59:41.2162926Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_transpose_cpu_complex128 2022-09-27T15:59:41.2173058Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_transpose_cpu_complex128 2022-09-27T15:59:41.2180071Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapezoid_cpu_complex128 2022-09-27T15:59:41.2255860Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trace_cpu_float64 2022-09-27T15:59:41.2273762Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_transpose_cpu_float64 2022-09-27T15:59:41.2580287Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_transpose_cpu_float64 2022-09-27T15:59:41.2587010Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triangular_solve_cpu_complex128 2022-09-27T15:59:41.2591867Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapezoid_cpu_float64 2022-09-27T15:59:41.2611276Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapz_cpu_complex128 2022-09-27T15:59:41.2617309Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triangular_solve_cpu_complex128 2022-09-27T15:59:41.2621413Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapezoid_cpu_float64 2022-09-27T15:59:41.2696231Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapz_cpu_complex128 2022-09-27T15:59:41.2718283Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapz_cpu_float64 2022-09-27T15:59:41.3024775Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trapz_cpu_float64 2022-09-27T15:59:41.3025552Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triu_cpu_complex128 2022-09-27T15:59:41.3025991Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tril_cpu_complex128 2022-09-27T15:59:41.3049203Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triangular_solve_cpu_float64 2022-09-27T15:59:41.3063232Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triangular_solve_cpu_float64 2022-09-27T15:59:41.3065513Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triu_cpu_complex128 2022-09-27T15:59:41.3136245Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tril_cpu_complex128 2022-09-27T15:59:41.3157820Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tril_cpu_float64 2022-09-27T15:59:41.3460673Z [gw2] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_tril_cpu_float64 2022-09-27T15:59:41.3461740Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trunc_cpu_float64 2022-09-27T15:59:41.3462438Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triu_cpu_float64 2022-09-27T15:59:41.3488174Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_true_divide_cpu_complex128 2022-09-27T15:59:41.3494134Z [gw0] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_triu_cpu_float64 2022-09-27T15:59:41.3496464Z [gw3] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_trunc_cpu_float64 2022-09-27T15:59:41.3575040Z [gw1] [ 11%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_true_divide_cpu_complex128 2022-09-27T15:59:41.3596634Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_true_divide_cpu_float64 2022-09-27T15:59:41.3898617Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_true_divide_cpu_float64 2022-09-27T15:59:41.3901740Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unflatten_cpu_float64 2022-09-27T15:59:41.3909767Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unbind_cpu_complex128 2022-09-27T15:59:41.3930028Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unbind_cpu_float64 2022-09-27T15:59:41.3933022Z [gw3] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unflatten_cpu_float64 2022-09-27T15:59:41.3936070Z [gw0] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unbind_cpu_complex128 2022-09-27T15:59:41.4015041Z [gw1] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unbind_cpu_float64 2022-09-27T15:59:41.4034941Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unflatten_cpu_complex128 2022-09-27T15:59:41.4338978Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unflatten_cpu_complex128 2022-09-27T15:59:41.4342168Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unfold_cpu_float64 2022-09-27T15:59:41.4343340Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unfold_cpu_complex128 2022-09-27T15:59:41.4365187Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_uniform_cpu_float64 2022-09-27T15:59:41.4371832Z [gw1] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unfold_cpu_float64 2022-09-27T15:59:41.4374369Z [gw0] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unfold_cpu_complex128 2022-09-27T15:59:41.4454993Z [gw3] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_uniform_cpu_float64 2022-09-27T15:59:41.4472976Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_uniform_cpu_complex128 2022-09-27T15:59:41.4780973Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_uniform_cpu_complex128 2022-09-27T15:59:41.4783153Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unique_consecutive_cpu_float64 2022-09-27T15:59:41.4785661Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unique_cpu_float64 2022-09-27T15:59:41.4811544Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unsqueeze_cpu_float64 2022-09-27T15:59:41.4813941Z [gw1] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unique_cpu_float64 2022-09-27T15:59:41.4816640Z [gw0] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unique_consecutive_cpu_float64 2022-09-27T15:59:41.4895488Z [gw3] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unsqueeze_cpu_float64 2022-09-27T15:59:41.4914275Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unsqueeze_cpu_complex128 2022-09-27T15:59:41.5220194Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_unsqueeze_cpu_complex128 2022-09-27T15:59:41.5224715Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_cpu_complex128 2022-09-27T15:59:41.5225520Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_cpu_float64 2022-09-27T15:59:41.5246344Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_mean_cpu_float64 2022-09-27T15:59:41.5253618Z [gw3] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_mean_cpu_float64 2022-09-27T15:59:41.5256512Z [gw0] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_cpu_complex128 2022-09-27T15:59:41.5335759Z [gw1] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_cpu_float64 2022-09-27T15:59:41.5353703Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_mean_cpu_complex128 2022-09-27T15:59:41.5658908Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_var_mean_cpu_complex128 2022-09-27T15:59:41.5665317Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vdot_cpu_complex128 2022-09-27T15:59:41.5666559Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_cpu_complex128 2022-09-27T15:59:41.5688316Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vdot_cpu_float64 2022-09-27T15:59:41.5694909Z [gw3] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_cpu_complex128 2022-09-27T15:59:41.5697213Z [gw0] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vdot_cpu_complex128 2022-09-27T15:59:41.5775655Z [gw1] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vdot_cpu_float64 2022-09-27T15:59:41.5793790Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_complex_cpu_float64 2022-09-27T15:59:41.6100500Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_complex_cpu_float64 2022-09-27T15:59:41.6101339Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_real_cpu_complex128 2022-09-27T15:59:41.6104467Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_cpu_float64 2022-09-27T15:59:41.6127797Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_cpu_float64 2022-09-27T15:59:41.6134992Z [gw3] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_cpu_float64 2022-09-27T15:59:41.6137698Z [gw1] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_real_cpu_complex128 2022-09-27T15:59:41.6215254Z [gw0] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_as_cpu_float64 2022-09-27T15:59:41.6233637Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_cpu_complex128 2022-09-27T15:59:41.6541138Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_view_cpu_complex128 2022-09-27T15:59:41.6542065Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vstack_cpu_float64 2022-09-27T15:59:41.6543360Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vsplit_cpu_float64 2022-09-27T15:59:41.6559385Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vsplit_cpu_complex128 2022-09-27T15:59:41.6572580Z [gw1] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vsplit_cpu_float64 2022-09-27T15:59:41.6574546Z [gw0] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vsplit_cpu_complex128 2022-09-27T15:59:41.6655369Z [gw3] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vstack_cpu_float64 2022-09-27T15:59:41.6674344Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vstack_cpu_complex128 2022-09-27T15:59:41.6980216Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_vstack_cpu_complex128 2022-09-27T15:59:41.6980976Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_where_cpu_complex128 2022-09-27T15:59:41.6982889Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_where_cpu_float64 2022-09-27T15:59:41.6998185Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zero__cpu_complex128 2022-09-27T15:59:41.7013025Z [gw0] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_where_cpu_complex128 2022-09-27T15:59:41.7014891Z [gw3] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zero__cpu_complex128 2022-09-27T15:59:41.7095692Z [gw1] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_where_cpu_float64 2022-09-27T15:59:41.7114752Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_xlogy_cpu_float64 2022-09-27T15:59:41.7420926Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_xlogy_cpu_float64 2022-09-27T15:59:41.7421467Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zero__cpu_float64 2022-09-27T15:59:41.7423129Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zeros_like_cpu_complex128 2022-09-27T15:59:41.7438485Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zeros_cpu_complex128 2022-09-27T15:59:41.7449861Z [gw0] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zero__cpu_float64 2022-09-27T15:59:41.7457423Z [gw3] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zeros_like_cpu_complex128 2022-09-27T15:59:41.7535359Z [gw1] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zeros_cpu_complex128 2022-09-27T15:59:41.7552907Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zeros_cpu_float64 2022-09-27T15:59:41.7861513Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zeros_cpu_float64 2022-09-27T15:59:41.7864905Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_H_cpu_complex128 2022-09-27T15:59:41.7866425Z test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zeros_like_cpu_float64 2022-09-27T15:59:41.7882900Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_T_cpu_complex128 2022-09-27T15:59:41.7975874Z [gw0] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fail_gradgrad_zeros_like_cpu_float64 2022-09-27T15:59:41.8053136Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_H_cpu_float64 2022-09-27T15:59:41.8275214Z [gw2] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_H_cpu_float64 2022-09-27T15:59:41.8299066Z [gw3] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_T_cpu_complex128 2022-09-27T15:59:41.8301619Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___radd___cpu_complex128 2022-09-27T15:59:41.8438439Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_T_cpu_float64 2022-09-27T15:59:41.8461511Z [gw1] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_H_cpu_complex128 2022-09-27T15:59:41.8464718Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___getitem___cpu_complex128 2022-09-27T15:59:41.8483464Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___getitem___cpu_float64 2022-09-27T15:59:41.8738209Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_T_cpu_float64 2022-09-27T15:59:41.9624882Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___radd___cpu_float64 2022-09-27T15:59:41.9778156Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___radd___cpu_float64 2022-09-27T15:59:41.9962916Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmatmul___cpu_float64 2022-09-27T15:59:41.9978520Z [gw2] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___getitem___cpu_float64 2022-09-27T15:59:42.1545739Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rdiv___cpu_float64 2022-09-27T15:59:42.1562111Z [gw2] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rdiv___cpu_float64 2022-09-27T15:59:42.2015027Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmul___cpu_complex128 2022-09-27T15:59:42.2044747Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmatmul___cpu_float64 2022-09-27T15:59:42.2080418Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rpow___cpu_complex128 2022-09-27T15:59:42.2615565Z [gw0] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rpow___cpu_complex128 2022-09-27T15:59:42.4338534Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_amax_cpu_float64 2022-09-27T15:59:42.4339673Z [gw3] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___radd___cpu_complex128 2022-09-27T15:59:42.4348874Z [gw1] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___getitem___cpu_complex128 2022-09-27T15:59:42.4376794Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmatmul___cpu_complex128 2022-09-27T15:59:42.8584429Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rdiv___cpu_complex128 2022-09-27T15:59:42.8601494Z [gw2] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmul___cpu_complex128 2022-09-27T15:59:43.0508321Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rsub___cpu_complex128 2022-09-27T15:59:43.0539009Z [gw1] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rdiv___cpu_complex128 2022-09-27T15:59:43.1223269Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmod___cpu_float64 2022-09-27T15:59:43.1247240Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_amax_cpu_float64 2022-09-27T15:59:43.1410845Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_cumprod_cpu_complex128 2022-09-27T15:59:43.1433109Z [gw1] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmod___cpu_float64 2022-09-27T15:59:43.1460551Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rpow___cpu_float64 2022-09-27T15:59:43.1935894Z [gw1] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rpow___cpu_float64 2022-09-27T15:59:43.4016926Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_amin_cpu_float64 2022-09-27T15:59:43.4035349Z [gw2] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rsub___cpu_complex128 2022-09-27T15:59:43.4068987Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_argmax_cpu_float64 2022-09-27T15:59:43.4501106Z [gw2] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_argmax_cpu_float64 2022-09-27T15:59:43.8159915Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_cumsum_cpu_complex128 2022-09-27T15:59:43.8180676Z [gw3] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmatmul___cpu_complex128 2022-09-27T15:59:43.8239765Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmul___cpu_float64 2022-09-27T15:59:43.8269633Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_cumprod_cpu_complex128 2022-09-27T15:59:43.9306076Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_log_softmax_cpu_float64 2022-09-27T15:59:43.9332111Z [gw3] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rmul___cpu_float64 2022-09-27T15:59:44.0225885Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rsub___cpu_float64 2022-09-27T15:59:44.0252488Z [gw3] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad___rsub___cpu_float64 2022-09-27T15:59:44.0413665Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_argmin_cpu_float64 2022-09-27T15:59:44.0428637Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_log_softmax_cpu_float64 2022-09-27T15:59:44.0450427Z [gw3] [ 12%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_argmin_cpu_float64 2022-09-27T15:59:44.0736445Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_mean_cpu_float64 2022-09-27T15:59:44.2039938Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_cumsum_cpu_float64 2022-09-27T15:59:44.2070070Z [gw3] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_cumsum_cpu_float64 2022-09-27T15:59:44.2427766Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_mean_cpu_complex128 2022-09-27T15:59:44.2458322Z [gw1] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_amin_cpu_float64 2022-09-27T15:59:44.2776870Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_cumprod_cpu_float64 2022-09-27T15:59:44.2795297Z [gw2] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_cumsum_cpu_complex128 2022-09-27T15:59:44.4548159Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_logsumexp_cpu_float64 2022-09-27T15:59:44.4565172Z [gw1] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_cumprod_cpu_float64 2022-09-27T15:59:44.8065866Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_logaddexp_cpu_float64 2022-09-27T15:59:44.8094023Z [gw1] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_logaddexp_cpu_float64 2022-09-27T15:59:44.8753418Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_median_cpu_float64 2022-09-27T15:59:44.8774314Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_mean_cpu_float64 2022-09-27T15:59:44.9413921Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_normalize_cpu_float64 2022-09-27T15:59:44.9441940Z [gw1] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_median_cpu_float64 2022-09-27T15:59:45.4433059Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_prod_cpu_complex128 2022-09-27T15:59:45.4458272Z [gw2] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_logsumexp_cpu_float64 2022-09-27T15:59:45.4704616Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_norm_cpu_float64 2022-09-27T15:59:45.4816202Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_normalize_cpu_float64 2022-09-27T15:59:45.7244532Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_softmin_cpu_float64 2022-09-27T15:59:45.7270480Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_softmin_cpu_float64 2022-09-27T15:59:46.1161276Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_sum_cpu_float64 2022-09-27T15:59:46.1195054Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_sum_cpu_float64 2022-09-27T15:59:46.1313470Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_abs_cpu_float64 2022-09-27T15:59:46.1651921Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_abs_cpu_float64 2022-09-27T15:59:46.1784048Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acosh_cpu_float64 2022-09-27T15:59:46.2081020Z [gw0] [ 12%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acosh_cpu_float64 2022-09-27T15:59:46.3840732Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addbmm_cpu_float64 2022-09-27T15:59:46.3885661Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addbmm_cpu_float64 2022-09-27T15:59:46.5572982Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcmul_cpu_float64 2022-09-27T15:59:46.5599383Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcmul_cpu_float64 2022-09-27T15:59:46.5892195Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_decomposed_cpu_float64 2022-09-27T15:59:46.6019950Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_decomposed_cpu_float64 2022-09-27T15:59:46.6395704Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addr_cpu_float64 2022-09-27T15:59:46.6458682Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addr_cpu_float64 2022-09-27T15:59:46.6487233Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_allclose_cpu_float64 2022-09-27T15:59:46.6977713Z [gw0] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_allclose_cpu_float64 2022-09-27T15:59:46.7291469Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_angle_cpu_complex128 2022-09-27T15:59:46.7338383Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_angle_cpu_complex128 2022-09-27T15:59:46.7422889Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_arange_cpu_float64 2022-09-27T15:59:46.7857282Z [gw0] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_arange_cpu_float64 2022-09-27T15:59:46.7866635Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argwhere_cpu_complex128 2022-09-27T15:59:46.8279045Z [gw0] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argwhere_cpu_complex128 2022-09-27T15:59:46.8284679Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_scatter_cpu_complex128 2022-09-27T15:59:46.8701884Z [gw0] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_scatter_cpu_complex128 2022-09-27T15:59:46.9031083Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asinh_cpu_complex128 2022-09-27T15:59:46.9140030Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asinh_cpu_complex128 2022-09-27T15:59:46.9207158Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atan_cpu_float64 2022-09-27T15:59:46.9622600Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atan_cpu_float64 2022-09-27T15:59:47.0297591Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_1d_cpu_float64 2022-09-27T15:59:47.0335852Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_1d_cpu_float64 2022-09-27T15:59:47.1143444Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_3d_cpu_float64 2022-09-27T15:59:47.1182913Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_3d_cpu_float64 2022-09-27T15:59:47.1357295Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bfloat16_cpu_complex128 2022-09-27T15:59:47.1700764Z [gw0] [ 13%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bfloat16_cpu_complex128 2022-09-27T15:59:47.2289388Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bmm_cpu_complex128 2022-09-27T15:59:47.2328713Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bmm_cpu_complex128 2022-09-27T15:59:47.5225116Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_tensors_cpu_complex128 2022-09-27T15:59:47.5251425Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_tensors_cpu_complex128 2022-09-27T15:59:47.5288855Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bucketize_cpu_float64 2022-09-27T15:59:47.5768459Z [gw0] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bucketize_cpu_float64 2022-09-27T15:59:47.5970586Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cartesian_prod_cpu_float64 2022-09-27T15:59:47.6246731Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cartesian_prod_cpu_float64 2022-09-27T15:59:47.6256907Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ceil_cpu_float64 2022-09-27T15:59:47.6659454Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ceil_cpu_float64 2022-09-27T15:59:47.6664373Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_char_cpu_float64 2022-09-27T15:59:47.7137625Z [gw0] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_char_cpu_float64 2022-09-27T15:59:47.9540435Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_inverse_cpu_float64 2022-09-27T15:59:47.9578635Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_inverse_cpu_float64 2022-09-27T15:59:48.0057590Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chunk_cpu_float64 2022-09-27T15:59:48.0091683Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chunk_cpu_float64 2022-09-27T15:59:48.0539986Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clone_cpu_complex128 2022-09-27T15:59:48.0569369Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clone_cpu_complex128 2022-09-27T15:59:48.2060566Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_combinations_cpu_complex128 2022-09-27T15:59:48.2086921Z [gw1] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_prod_cpu_complex128 2022-09-27T15:59:48.6237860Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_std_cpu_complex128 2022-09-27T15:59:48.6259227Z [gw3] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_mean_cpu_complex128 2022-09-27T15:59:48.7511418Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_normalize_cpu_complex128 2022-09-27T15:59:48.7524878Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_combinations_cpu_complex128 2022-09-27T15:59:48.7631824Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_cpu_float64 2022-09-27T15:59:48.7943898Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_cpu_float64 2022-09-27T15:59:49.0210010Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_constant_pad_nd_cpu_float64 2022-09-27T15:59:49.0340711Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_norm_cpu_float64 2022-09-27T15:59:49.0954838Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_prod_cpu_float64 2022-09-27T15:59:49.0979960Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_constant_pad_nd_cpu_float64 2022-09-27T15:59:49.3843235Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_corrcoef_cpu_complex128 2022-09-27T15:59:49.3869384Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_corrcoef_cpu_complex128 2022-09-27T15:59:49.4392196Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cosh_cpu_complex128 2022-09-27T15:59:49.4419837Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cosh_cpu_complex128 2022-09-27T15:59:49.4447225Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cov_cpu_complex128 2022-09-27T15:59:49.4897242Z [gw0] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cov_cpu_complex128 2022-09-27T15:59:49.4944958Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cummax_cpu_float64 2022-09-27T15:59:49.5337026Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cummax_cpu_float64 2022-09-27T15:59:49.6768929Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumsum_cpu_complex128 2022-09-27T15:59:49.6857877Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumsum_cpu_complex128 2022-09-27T15:59:49.7112973Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_deg2rad_cpu_float64 2022-09-27T15:59:49.7333589Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_deg2rad_cpu_float64 2022-09-27T15:59:49.8481760Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_embed_cpu_float64 2022-09-27T15:59:49.8522154Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_embed_cpu_float64 2022-09-27T15:59:49.9093569Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_cpu_float64 2022-09-27T15:59:49.9116854Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_prod_cpu_float64 2022-09-27T15:59:49.9172737Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_std_cpu_float64 2022-09-27T15:59:49.9186211Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_cpu_float64 2022-09-27T15:59:49.9289670Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_digamma_cpu_float64 2022-09-27T15:59:49.9621796Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_digamma_cpu_float64 2022-09-27T15:59:50.6104479Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_no_rounding_mode_cpu_complex128 2022-09-27T15:59:50.6136735Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_no_rounding_mode_cpu_complex128 2022-09-27T15:59:50.6224471Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dot_cpu_float64 2022-09-27T15:59:50.6606084Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dot_cpu_float64 2022-09-27T15:59:50.6910681Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dsplit_cpu_float64 2022-09-27T15:59:50.6978597Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dsplit_cpu_float64 2022-09-27T15:59:50.7238110Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_einsum_cpu_float64 2022-09-27T15:59:50.7282295Z [gw3] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_normalize_cpu_complex128 2022-09-27T15:59:50.8418542Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_softmax_cpu_float64 2022-09-27T15:59:50.8441057Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_einsum_cpu_float64 2022-09-27T15:59:50.8497903Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_empty_like_cpu_float64 2022-09-27T15:59:50.8889089Z [gw0] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_empty_like_cpu_float64 2022-09-27T15:59:50.8894861Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_equal_cpu_float64 2022-09-27T15:59:50.8994903Z [gw0] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_equal_cpu_float64 2022-09-27T15:59:50.9029944Z [gw3] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_softmax_cpu_float64 2022-09-27T15:59:50.9061436Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_sum_cpu_complex128 2022-09-27T15:59:50.9075642Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_std_cpu_float64 2022-09-27T15:59:50.9351673Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_var_cpu_float64 2022-09-27T15:59:50.9497336Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_exp2_cpu_float64 2022-09-27T15:59:50.9808537Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_exp2_cpu_float64 2022-09-27T15:59:50.9983554Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_as_cpu_float64 2022-09-27T15:59:51.0251028Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_as_cpu_float64 2022-09-27T15:59:51.0259317Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_eye_cpu_complex128 2022-09-27T15:59:51.0737101Z [gw0] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_eye_cpu_complex128 2022-09-27T15:59:51.4801382Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft_cpu_complex128 2022-09-27T15:59:51.4810744Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft_cpu_complex128 2022-09-27T15:59:51.6636168Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftshift_cpu_complex128 2022-09-27T15:59:51.6652103Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftshift_cpu_complex128 2022-09-27T15:59:52.0463815Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft_cpu_complex128 2022-09-27T15:59:52.0475514Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft_cpu_complex128 2022-09-27T15:59:52.0931425Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft2_cpu_complex128 2022-09-27T15:59:52.0944547Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_var_cpu_float64 2022-09-27T15:59:52.1337644Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acos_cpu_float64 2022-09-27T15:59:52.1380430Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acos_cpu_float64 2022-09-27T15:59:52.2179148Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_add_cpu_float64 2022-09-27T15:59:52.2220584Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft2_cpu_complex128 2022-09-27T15:59:52.2417556Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftn_cpu_complex128 2022-09-27T15:59:52.2441300Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_add_cpu_float64 2022-09-27T15:59:52.4860811Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcdiv_cpu_float64 2022-09-27T15:59:52.4899439Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcdiv_cpu_float64 2022-09-27T15:59:52.5325705Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_cpu_float64 2022-09-27T15:59:52.5378185Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_cpu_float64 2022-09-27T15:59:52.6140765Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmv_cpu_float64 2022-09-27T15:59:52.6166400Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmv_cpu_float64 2022-09-27T15:59:52.6203061Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_all_cpu_float64 2022-09-27T15:59:52.6697834Z [gw2] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_all_cpu_float64 2022-09-27T15:59:52.7041006Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_amin_cpu_float64 2022-09-27T15:59:52.7066745Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftn_cpu_complex128 2022-09-27T15:59:52.7902691Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfft2_cpu_float64 2022-09-27T15:59:52.7957634Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_amin_cpu_float64 2022-09-27T15:59:52.8017475Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_any_cpu_complex128 2022-09-27T15:59:52.8414970Z [gw2] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_any_cpu_complex128 2022-09-27T15:59:52.8423966Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argmin_cpu_float64 2022-09-27T15:59:52.8674613Z [gw2] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argmin_cpu_float64 2022-09-27T15:59:52.8700010Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfft2_cpu_float64 2022-09-27T15:59:52.8830443Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft2_cpu_float64 2022-09-27T15:59:52.8858784Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_cpu_complex128 2022-09-27T15:59:52.9184963Z [gw2] [ 13%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_cpu_complex128 2022-09-27T15:59:52.9208929Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft2_cpu_float64 2022-09-27T15:59:52.9335977Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfftn_cpu_float64 2022-09-27T15:59:52.9895238Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asin_cpu_complex128 2022-09-27T15:59:52.9921283Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asin_cpu_complex128 2022-09-27T15:59:53.0515867Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atan2_cpu_float64 2022-09-27T15:59:53.0543650Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfftn_cpu_float64 2022-09-27T15:59:53.1346615Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fill_cpu_complex128 2022-09-27T15:59:53.1374841Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atan2_cpu_float64 2022-09-27T15:59:53.1532582Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atanh_cpu_float64 2022-09-27T15:59:53.1550562Z [gw2] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atanh_cpu_float64 2022-09-27T15:59:53.1559997Z [gw0] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fill_cpu_complex128 2022-09-27T15:59:53.1856451Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flip_cpu_complex128 2022-09-27T15:59:53.2350045Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_2d_cpu_float64 2022-09-27T15:59:53.2378401Z [gw3] [ 13%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_sum_cpu_complex128 2022-09-27T15:59:53.2423407Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_abs_cpu_complex128 2022-09-27T15:59:53.2458691Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_2d_cpu_float64 2022-09-27T15:59:53.2810728Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_baddbmm_cpu_float64 2022-09-27T15:59:53.2835952Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_abs_cpu_complex128 2022-09-27T15:59:53.3684101Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acosh_cpu_complex128 2022-09-27T15:59:53.3715795Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acosh_cpu_complex128 2022-09-27T15:59:53.4373260Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addbmm_cpu_complex128 2022-09-27T15:59:53.4384594Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flip_cpu_complex128 2022-09-27T15:59:53.4664274Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flipud_cpu_complex128 2022-09-27T15:59:53.4689776Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_baddbmm_cpu_float64 2022-09-27T15:59:53.4723696Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_block_diag_cpu_complex128 2022-09-27T15:59:53.4819116Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flipud_cpu_complex128 2022-09-27T15:59:53.5196765Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_power_cpu_complex128 2022-09-27T15:59:53.5211524Z [gw1] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_std_cpu_complex128 2022-09-27T15:59:53.8078378Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_var_cpu_complex128 2022-09-27T15:59:53.8211917Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_block_diag_cpu_complex128 2022-09-27T15:59:53.8248072Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bool_cpu_complex128 2022-09-27T15:59:53.8674858Z [gw2] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bool_cpu_complex128 2022-09-27T15:59:54.1424114Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_to_cpu_complex128 2022-09-27T15:59:54.1466805Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_to_cpu_complex128 2022-09-27T15:59:54.1555120Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_byte_cpu_float64 2022-09-27T15:59:54.1976835Z [gw2] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_byte_cpu_float64 2022-09-27T15:59:54.2636756Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cat_cpu_float64 2022-09-27T15:59:54.2699722Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cat_cpu_float64 2022-09-27T15:59:54.2988561Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chalf_cpu_float64 2022-09-27T15:59:54.3140125Z [gw2] [ 14%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chalf_cpu_float64 2022-09-27T15:59:54.3352799Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_cpu_float64 2022-09-27T15:59:54.3581488Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_cpu_float64 2022-09-27T15:59:54.5429999Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_solve_cpu_float64 2022-09-27T15:59:54.5455649Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_power_cpu_complex128 2022-09-27T15:59:54.5746298Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fmax_cpu_float64 2022-09-27T15:59:54.5765504Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_solve_cpu_float64 2022-09-27T15:59:54.6003483Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clamp_max_cpu_float64 2022-09-27T15:59:54.6027784Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fmax_cpu_float64 2022-09-27T15:59:54.6142635Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_frexp_cpu_float64 2022-09-27T15:59:54.6536000Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_frexp_cpu_float64 2022-09-27T15:59:54.6662047Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gather_cpu_float64 2022-09-27T15:59:54.6941859Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gather_cpu_float64 2022-09-27T15:59:54.6947374Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gradient_cpu_complex128 2022-09-27T15:59:54.6971494Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clamp_max_cpu_float64 2022-09-27T15:59:54.8543600Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_column_stack_cpu_complex128 2022-09-27T15:59:54.8573940Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_column_stack_cpu_complex128 2022-09-27T15:59:55.1564062Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_complex_cpu_float64 2022-09-27T15:59:55.1589194Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_complex_cpu_float64 2022-09-27T15:59:55.1663293Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_physical_cpu_float64 2022-09-27T15:59:55.2032624Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_physical_cpu_float64 2022-09-27T15:59:55.2107776Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_contiguous_cpu_float64 2022-09-27T15:59:55.2498090Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_contiguous_cpu_float64 2022-09-27T15:59:55.3869484Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cos_cpu_complex128 2022-09-27T15:59:55.4033292Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cos_cpu_complex128 2022-09-27T15:59:55.4066436Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_count_nonzero_cpu_complex128 2022-09-27T15:59:55.4461127Z [gw2] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_count_nonzero_cpu_complex128 2022-09-27T15:59:55.5053943Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cross_cpu_complex128 2022-09-27T15:59:55.5075626Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addbmm_cpu_complex128 2022-09-27T15:59:55.6214053Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcmul_cpu_complex128 2022-09-27T15:59:55.6237166Z [gw2] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cross_cpu_complex128 2022-09-27T15:59:55.8315006Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumprod_cpu_complex128 2022-09-27T15:59:55.8337984Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gradient_cpu_complex128 2022-09-27T15:59:55.8424434Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_half_cpu_float64 2022-09-27T15:59:55.8746246Z [gw0] [ 14%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_half_cpu_float64 2022-09-27T15:59:55.8782156Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_histogramdd_cpu_float64 2022-09-27T15:59:55.9242472Z [gw0] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_histogramdd_cpu_float64 2022-09-27T15:59:55.9447580Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hstack_cpu_float64 2022-09-27T15:59:55.9657365Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hstack_cpu_float64 2022-09-27T15:59:55.9658170Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_igammac_cpu_float64 2022-09-27T15:59:56.0074179Z [gw0] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_igammac_cpu_float64 2022-09-27T15:59:56.1485260Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_copy_cpu_complex128 2022-09-27T15:59:56.1499714Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_copy_cpu_complex128 2022-09-27T15:59:56.3347187Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_put_cpu_complex128 2022-09-27T15:59:56.3373462Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcmul_cpu_complex128 2022-09-27T15:59:56.4151323Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_decomposed_cpu_complex128 2022-09-27T15:59:56.4200748Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_put_cpu_complex128 2022-09-27T15:59:56.4503778Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_select_cpu_float64 2022-09-27T15:59:56.4661255Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_select_cpu_float64 2022-09-27T15:59:56.4710416Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_int_cpu_float64 2022-09-27T15:59:56.5137850Z [gw0] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_int_cpu_float64 2022-09-27T15:59:56.5149778Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isfinite_cpu_float64 2022-09-27T15:59:56.5576860Z [gw0] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isfinite_cpu_float64 2022-09-27T15:59:56.5585711Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isnan_cpu_complex128 2022-09-27T15:59:56.6018234Z [gw0] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isnan_cpu_complex128 2022-09-27T15:59:56.6027040Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isreal_cpu_complex128 2022-09-27T15:59:56.6421319Z [gw0] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isreal_cpu_complex128 2022-09-27T15:59:56.6456569Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T15:59:56.6861260Z [gw0] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T15:59:56.6892574Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_cpu_complex128 2022-09-27T15:59:56.7300664Z [gw0] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_cpu_complex128 2022-09-27T15:59:56.7334190Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_unary_cpu_complex128 2022-09-27T15:59:56.7740157Z [gw0] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_unary_cpu_complex128 2022-09-27T15:59:56.7827476Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_kthvalue_cpu_float64 2022-09-27T15:59:56.7940144Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_decomposed_cpu_complex128 2022-09-27T15:59:56.8584320Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addr_cpu_complex128 2022-09-27T15:59:56.8598483Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_kthvalue_cpu_float64 2022-09-27T15:59:57.1526986Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lerp_cpu_complex128 2022-09-27T15:59:57.1553494Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addr_cpu_complex128 2022-09-27T15:59:57.1590441Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_allclose_cpu_complex128 2022-09-27T15:59:57.2019178Z [gw3] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_allclose_cpu_complex128 2022-09-27T15:59:57.2029751Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_aminmax_cpu_float64 2022-09-27T15:59:57.2460074Z [gw3] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_aminmax_cpu_float64 2022-09-27T15:59:57.2470855Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_any_cpu_float64 2022-09-27T15:59:57.2939506Z [gw3] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_any_cpu_float64 2022-09-27T15:59:57.2945587Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argsort_cpu_float64 2022-09-27T15:59:57.3340648Z [gw3] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argsort_cpu_float64 2022-09-27T15:59:57.3355719Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_cpu_float64 2022-09-27T15:59:57.3780821Z [gw3] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_cpu_float64 2022-09-27T15:59:57.3879929Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asin_cpu_float64 2022-09-27T15:59:57.4298072Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asin_cpu_float64 2022-09-27T15:59:57.5225620Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atan_cpu_complex128 2022-09-27T15:59:57.5244320Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atan_cpu_complex128 2022-09-27T15:59:57.8238482Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_1d_cpu_complex128 2022-09-27T15:59:57.8256742Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_1d_cpu_complex128 2022-09-27T15:59:58.1603346Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_3d_cpu_complex128 2022-09-27T15:59:58.1637481Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_3d_cpu_complex128 2022-09-27T15:59:58.2550968Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bernoulli_cpu_float64 2022-09-27T15:59:58.2588280Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bernoulli_cpu_float64 2022-09-27T15:59:58.2782076Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_block_diag_cpu_float64 2022-09-27T15:59:58.2952757Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lerp_cpu_complex128 2022-09-27T15:59:58.3215902Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_cpu_float64 2022-09-27T15:59:58.3246413Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_block_diag_cpu_float64 2022-09-27T15:59:58.3299448Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bool_cpu_float64 2022-09-27T15:59:58.3696252Z [gw3] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bool_cpu_float64 2022-09-27T15:59:58.4019595Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_to_cpu_float64 2022-09-27T15:59:58.4099011Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_to_cpu_float64 2022-09-27T15:59:58.4828473Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cartesian_prod_cpu_complex128 2022-09-27T15:59:58.4861660Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_cpu_float64 2022-09-27T15:59:58.5479336Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cond_cpu_float64 2022-09-27T15:59:58.5530299Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cond_cpu_float64 2022-09-27T15:59:58.6178846Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_cpu_float64 2022-09-27T15:59:58.6229376Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cartesian_prod_cpu_complex128 2022-09-27T15:59:58.6340595Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cdist_cpu_float64 2022-09-27T15:59:58.6366290Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_cpu_float64 2022-09-27T15:59:58.6911653Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eig_cpu_float64 2022-09-27T15:59:58.6946563Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cdist_cpu_float64 2022-09-27T15:59:58.7001246Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_char_cpu_complex128 2022-09-27T15:59:58.7443954Z [gw3] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_char_cpu_complex128 2022-09-27T15:59:58.8853594Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_inverse_cpu_complex128 2022-09-27T15:59:58.8870691Z [gw1] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad__masked_var_cpu_complex128 2022-09-27T15:59:59.0065263Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acos_cpu_complex128 2022-09-27T15:59:59.0101118Z [gw1] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_acos_cpu_complex128 2022-09-27T15:59:59.0219072Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_add_cpu_complex128 2022-09-27T15:59:59.0239078Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eig_cpu_float64 2022-09-27T15:59:59.1495540Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvals_cpu_float64 2022-09-27T15:59:59.1521693Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvals_cpu_float64 2022-09-27T15:59:59.5338644Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_householder_product_cpu_float64 2022-09-27T15:59:59.5377540Z [gw3] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_inverse_cpu_complex128 2022-09-27T15:59:59.6230442Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chunk_cpu_complex128 2022-09-27T15:59:59.6257069Z [gw1] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_add_cpu_complex128 2022-09-27T15:59:59.7208092Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcdiv_cpu_complex128 2022-09-27T15:59:59.7230943Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_householder_product_cpu_float64 2022-09-27T15:59:59.7921720Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_ex_cpu_float64 2022-09-27T15:59:59.7951268Z [gw0] [ 14%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_ex_cpu_float64 2022-09-27T15:59:59.7989061Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_ex_cpu_float64 2022-09-27T15:59:59.8341637Z [gw0] [ 14%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_ex_cpu_float64 2022-09-27T15:59:59.8361497Z [gw3] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chunk_cpu_complex128 2022-09-27T15:59:59.8445320Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clamp_min_cpu_float64 2022-09-27T15:59:59.8451343Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_cpu_float64 2022-09-27T15:59:59.8873186Z [gw0] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_cpu_float64 2022-09-27T15:59:59.8897686Z [gw3] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clamp_min_cpu_float64 2022-09-27T15:59:59.8906994Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_column_stack_cpu_float64 2022-09-27T15:59:59.9178567Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_cpu_float64 2022-09-27T15:59:59.9299853Z [gw3] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_column_stack_cpu_float64 2022-09-27T16:00:00.0101879Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_cpu_complex128 2022-09-27T16:00:00.0141112Z [gw3] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_cpu_complex128 2022-09-27T16:00:00.5966006Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_constant_pad_nd_cpu_complex128 2022-09-27T16:00:00.6008525Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_cpu_float64 2022-09-27T16:00:00.6403730Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_ex_cpu_float64 2022-09-27T16:00:00.6426879Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addcdiv_cpu_complex128 2022-09-27T16:00:00.9780328Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_cpu_complex128 2022-09-27T16:00:00.9821949Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_ex_cpu_float64 2022-09-27T16:00:01.2787065Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_norm_cpu_float64 2022-09-27T16:00:01.2805564Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmm_cpu_complex128 2022-09-27T16:00:01.3668481Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmv_cpu_complex128 2022-09-27T16:00:01.3696190Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_norm_cpu_float64 2022-09-27T16:00:01.3734550Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_cpu_float64 2022-09-27T16:00:01.4143153Z [gw0] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_cpu_float64 2022-09-27T16:00:01.5118830Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_multi_dot_cpu_float64 2022-09-27T16:00:01.5145800Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_multi_dot_cpu_float64 2022-09-27T16:00:01.5398523Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T16:00:01.5657425Z [gw0] [ 15%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T16:00:01.6834906Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_hermitian_cpu_float64 2022-09-27T16:00:01.6873183Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_hermitian_cpu_float64 2022-09-27T16:00:01.7182360Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_qr_cpu_float64 2022-09-27T16:00:01.7209591Z [gw3] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_constant_pad_nd_cpu_complex128 2022-09-27T16:00:01.8009597Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_copysign_cpu_float64 2022-09-27T16:00:01.8033148Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_addmv_cpu_complex128 2022-09-27T16:00:01.8062583Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_all_cpu_complex128 2022-09-27T16:00:01.8085981Z [gw3] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_copysign_cpu_float64 2022-09-27T16:00:01.8094250Z [gw1] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_all_cpu_complex128 2022-09-27T16:00:01.8299166Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cos_cpu_float64 2022-09-27T16:00:01.8578735Z [gw3] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cos_cpu_float64 2022-09-27T16:00:01.8627646Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_amax_cpu_float64 2022-09-27T16:00:01.8633953Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_count_nonzero_cpu_float64 2022-09-27T16:00:01.9065330Z [gw3] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_count_nonzero_cpu_float64 2022-09-27T16:00:01.9284093Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cross_cpu_float64 2022-09-27T16:00:01.9359039Z [gw3] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cross_cpu_float64 2022-09-27T16:00:01.9386638Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_amax_cpu_float64 2022-09-27T16:00:01.9483835Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_angle_cpu_float64 2022-09-27T16:00:01.9561500Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_angle_cpu_float64 2022-09-27T16:00:01.9860312Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumprod_cpu_float64 2022-09-27T16:00:01.9866267Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argmax_cpu_float64 2022-09-27T16:00:02.0301139Z [gw1] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argmax_cpu_float64 2022-09-27T16:00:02.0309453Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argwhere_cpu_float64 2022-09-27T16:00:02.0731007Z [gw1] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_argwhere_cpu_float64 2022-09-27T16:00:02.0741079Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_scatter_cpu_float64 2022-09-27T16:00:02.1223880Z [gw1] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_as_strided_scatter_cpu_float64 2022-09-27T16:00:02.1233993Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asinh_cpu_float64 2022-09-27T16:00:02.1659147Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_asinh_cpu_float64 2022-09-27T16:00:02.2373740Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atanh_cpu_complex128 2022-09-27T16:00:02.2553777Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atanh_cpu_complex128 2022-09-27T16:00:02.2803869Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_2d_cpu_complex128 2022-09-27T16:00:02.2878140Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_qr_cpu_float64 2022-09-27T16:00:02.5231038Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_cpu_float64 2022-09-27T16:00:02.5258032Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_cpu_float64 2022-09-27T16:00:02.8730223Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_triangular_cpu_float64 2022-09-27T16:00:02.8756128Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_atleast_2d_cpu_complex128 2022-09-27T16:00:04.4069311Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_baddbmm_cpu_complex128 2022-09-27T16:00:04.4095681Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_baddbmm_cpu_complex128 2022-09-27T16:00:04.4184308Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bfloat16_cpu_float64 2022-09-27T16:00:04.4524352Z [gw1] [ 15%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bfloat16_cpu_float64 2022-09-27T16:00:04.4943127Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bmm_cpu_float64 2022-09-27T16:00:04.4980275Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_bmm_cpu_float64 2022-09-27T16:00:04.5392831Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_tensors_cpu_float64 2022-09-27T16:00:04.5411316Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_broadcast_tensors_cpu_float64 2022-09-27T16:00:04.5433793Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_byte_cpu_complex128 2022-09-27T16:00:04.5824961Z [gw1] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_byte_cpu_complex128 2022-09-27T16:00:04.8703434Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cat_cpu_complex128 2022-09-27T16:00:04.8719505Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cat_cpu_complex128 2022-09-27T16:00:04.8833880Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chalf_cpu_complex128 2022-09-27T16:00:04.9143657Z [gw1] [ 15%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_chalf_cpu_complex128 2022-09-27T16:00:04.9280128Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_cpu_complex128 2022-09-27T16:00:04.9583648Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_cpu_complex128 2022-09-27T16:00:05.0199798Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_solve_cpu_complex128 2022-09-27T16:00:05.0210139Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_triangular_cpu_float64 2022-09-27T16:00:05.2770916Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svdvals_cpu_float64 2022-09-27T16:00:05.2797785Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svdvals_cpu_float64 2022-09-27T16:00:05.3834541Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorsolve_cpu_float64 2022-09-27T16:00:05.3863243Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorsolve_cpu_float64 2022-09-27T16:00:05.6870437Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vecdot_cpu_float64 2022-09-27T16:00:05.6891303Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vecdot_cpu_float64 2022-09-27T16:00:05.6925173Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linspace_cpu_float64 2022-09-27T16:00:05.7416449Z [gw0] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linspace_cpu_float64 2022-09-27T16:00:05.8344138Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log2_cpu_complex128 2022-09-27T16:00:05.8357725Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log2_cpu_complex128 2022-09-27T16:00:05.8612527Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_cpu_float64 2022-09-27T16:00:05.8781674Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_cpu_float64 2022-09-27T16:00:05.8913163Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logaddexp_cpu_float64 2022-09-27T16:00:05.9262066Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logaddexp_cpu_float64 2022-09-27T16:00:05.9272884Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_and_cpu_complex128 2022-09-27T16:00:05.9702658Z [gw0] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_and_cpu_complex128 2022-09-27T16:00:05.9712662Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_or_cpu_complex128 2022-09-27T16:00:06.0123428Z [gw0] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_or_cpu_complex128 2022-09-27T16:00:06.0469281Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logit_cpu_float64 2022-09-27T16:00:06.0540091Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logit_cpu_float64 2022-09-27T16:00:06.0583519Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_long_cpu_complex128 2022-09-27T16:00:06.0689640Z [gw0] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_long_cpu_complex128 2022-09-27T16:00:06.0711353Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cholesky_solve_cpu_complex128 2022-09-27T16:00:06.1005150Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clamp_cpu_float64 2022-09-27T16:00:06.1093775Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_cpu_float64 2022-09-27T16:00:06.1177725Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clamp_cpu_float64 2022-09-27T16:00:06.1258537Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clone_cpu_float64 2022-09-27T16:00:06.1736503Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_clone_cpu_float64 2022-09-27T16:00:06.3388716Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_combinations_cpu_float64 2022-09-27T16:00:06.3466580Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_combinations_cpu_float64 2022-09-27T16:00:06.3871389Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_physical_cpu_complex128 2022-09-27T16:00:06.3899132Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_conj_physical_cpu_complex128 2022-09-27T16:00:06.4513627Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_contiguous_cpu_complex128 2022-09-27T16:00:06.4549626Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_contiguous_cpu_complex128 2022-09-27T16:00:06.5894182Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_corrcoef_cpu_float64 2022-09-27T16:00:06.5934327Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_corrcoef_cpu_float64 2022-09-27T16:00:06.6141509Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cosh_cpu_float64 2022-09-27T16:00:06.6364869Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cosh_cpu_float64 2022-09-27T16:00:06.6369560Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cov_cpu_float64 2022-09-27T16:00:06.6859261Z [gw1] [ 15%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cov_cpu_float64 2022-09-27T16:00:06.6985023Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cummin_cpu_float64 2022-09-27T16:00:06.7014691Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_cpu_float64 2022-09-27T16:00:06.7027895Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_unpack_cpu_float64 2022-09-27T16:00:06.7292908Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cummin_cpu_float64 2022-09-27T16:00:06.7504211Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumsum_cpu_float64 2022-09-27T16:00:06.7769282Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumsum_cpu_float64 2022-09-27T16:00:06.7920139Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_cpu_complex128 2022-09-27T16:00:06.7944035Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_unpack_cpu_float64 2022-09-27T16:00:06.8132404Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mT_cpu_float64 2022-09-27T16:00:06.8456620Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mT_cpu_float64 2022-09-27T16:00:06.8692929Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_scatter_cpu_float64 2022-09-27T16:00:06.8896841Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_scatter_cpu_float64 2022-09-27T16:00:07.0971401Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matmul_cpu_float64 2022-09-27T16:00:07.0998111Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_cpu_complex128 2022-09-27T16:00:07.1026717Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagflat_cpu_complex128 2022-09-27T16:00:07.1058704Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matmul_cpu_float64 2022-09-27T16:00:07.1160119Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_max_reduction_no_dim_cpu_float64 2022-09-27T16:00:07.1578389Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_max_reduction_no_dim_cpu_float64 2022-09-27T16:00:07.1816498Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mean_cpu_float64 2022-09-27T16:00:07.1843186Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagflat_cpu_complex128 2022-09-27T16:00:07.2505209Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_scatter_cpu_float64 2022-09-27T16:00:07.2528136Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mean_cpu_float64 2022-09-27T16:00:07.2592134Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T16:00:07.2616927Z [gw1] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_scatter_cpu_float64 2022-09-27T16:00:07.8614297Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dist_cpu_complex128 2022-09-27T16:00:07.8637005Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T16:00:07.8780652Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_min_reduction_with_dim_cpu_float64 2022-09-27T16:00:07.9175358Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_min_reduction_with_dim_cpu_float64 2022-09-27T16:00:07.9406904Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mode_cpu_float64 2022-09-27T16:00:07.9538806Z [gw0] [ 15%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mode_cpu_float64 2022-09-27T16:00:08.1828904Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mul_cpu_complex128 2022-09-27T16:00:08.1841094Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mul_cpu_complex128 2022-09-27T16:00:08.1905187Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mv_cpu_float64 2022-09-27T16:00:08.2263132Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mv_cpu_float64 2022-09-27T16:00:08.2424910Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nan_to_num_cpu_float64 2022-09-27T16:00:08.2702846Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nan_to_num_cpu_float64 2022-09-27T16:00:08.3665644Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nansum_cpu_float64 2022-09-27T16:00:08.3680048Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumprod_cpu_float64 2022-09-27T16:00:08.3731328Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumulative_trapezoid_cpu_float64 2022-09-27T16:00:08.3742084Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nansum_cpu_float64 2022-09-27T16:00:08.4144026Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_narrow_cpu_float64 2022-09-27T16:00:08.4165493Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_narrow_cpu_float64 2022-09-27T16:00:08.4586644Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_neg_cpu_complex128 2022-09-27T16:00:08.4587573Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_neg_cpu_complex128 2022-09-27T16:00:08.4609923Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumulative_trapezoid_cpu_float64 2022-09-27T16:00:08.4617264Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_embed_cpu_complex128 2022-09-27T16:00:08.4659024Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_strided_cpu_complex128 2022-09-27T16:00:08.5137495Z [gw0] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_strided_cpu_complex128 2022-09-27T16:00:08.5143632Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_ones_cpu_complex128 2022-09-27T16:00:08.5578383Z [gw0] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_ones_cpu_complex128 2022-09-27T16:00:08.5584219Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nextafter_cpu_float64 2022-09-27T16:00:08.5990115Z [gw0] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nextafter_cpu_float64 2022-09-27T16:00:08.6540154Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T16:00:08.6552595Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T16:00:08.7153328Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool2d_cpu_float64 2022-09-27T16:00:08.7185636Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool2d_cpu_float64 2022-09-27T16:00:08.8162400Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T16:00:08.8189814Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_embed_cpu_complex128 2022-09-27T16:00:09.0650192Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_cpu_complex128 2022-09-27T16:00:09.0664417Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagonal_cpu_complex128 2022-09-27T16:00:09.4910112Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diff_cpu_float64 2022-09-27T16:00:09.4924808Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diff_cpu_float64 2022-09-27T16:00:09.5340709Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_floor_rounding_cpu_float64 2022-09-27T16:00:09.5354767Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_floor_rounding_cpu_float64 2022-09-27T16:00:09.5671200Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dot_cpu_complex128 2022-09-27T16:00:09.5689742Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dist_cpu_complex128 2022-09-27T16:00:09.6037127Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_no_rounding_mode_cpu_float64 2022-09-27T16:00:09.6055218Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dot_cpu_complex128 2022-09-27T16:00:09.6249292Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dsplit_cpu_complex128 2022-09-27T16:00:09.6266822Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_no_rounding_mode_cpu_float64 2022-09-27T16:00:09.6902731Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_double_cpu_complex128 2022-09-27T16:00:09.6924589Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_double_cpu_complex128 2022-09-27T16:00:09.7314662Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dstack_cpu_complex128 2022-09-27T16:00:09.7328845Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dsplit_cpu_complex128 2022-09-27T16:00:09.8011958Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_einsum_cpu_complex128 2022-09-27T16:00:09.8032625Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dstack_cpu_complex128 2022-09-27T16:00:09.8065275Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_empty_cpu_complex128 2022-09-27T16:00:09.8493540Z [gw1] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_empty_cpu_complex128 2022-09-27T16:00:09.8500216Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_eq_cpu_complex128 2022-09-27T16:00:09.8941930Z [gw1] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_eq_cpu_complex128 2022-09-27T16:00:09.9021141Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_erf_cpu_float64 2022-09-27T16:00:09.9444183Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_erf_cpu_float64 2022-09-27T16:00:10.0130466Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_exp_cpu_complex128 2022-09-27T16:00:10.0248807Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_exp_cpu_complex128 2022-09-27T16:00:10.1347911Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_cpu_complex128 2022-09-27T16:00:10.1358941Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_einsum_cpu_complex128 2022-09-27T16:00:10.1387274Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_empty_like_cpu_complex128 2022-09-27T16:00:10.1819991Z [gw3] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_empty_like_cpu_complex128 2022-09-27T16:00:10.1829628Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_equal_cpu_complex128 2022-09-27T16:00:10.2298890Z [gw3] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_equal_cpu_complex128 2022-09-27T16:00:10.2338894Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_erfinv_cpu_float64 2022-09-27T16:00:10.2816775Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_erfinv_cpu_float64 2022-09-27T16:00:10.3224653Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_as_cpu_complex128 2022-09-27T16:00:10.3275139Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_cpu_complex128 2022-09-27T16:00:10.3283588Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_eye_cpu_float64 2022-09-27T16:00:10.3422597Z [gw1] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_eye_cpu_float64 2022-09-27T16:00:10.3436277Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_as_cpu_complex128 2022-09-27T16:00:10.3523683Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expm1_cpu_float64 2022-09-27T16:00:10.3690872Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expm1_cpu_float64 2022-09-27T16:00:10.3891059Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft_cpu_float64 2022-09-27T16:00:10.4876986Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft2_cpu_float64 2022-09-27T16:00:10.4898522Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft_cpu_float64 2022-09-27T16:00:10.5119812Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftshift_cpu_float64 2022-09-27T16:00:10.5302082Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftshift_cpu_float64 2022-09-27T16:00:10.5317520Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft_cpu_float64 2022-09-27T16:00:10.5336675Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft2_cpu_float64 2022-09-27T16:00:10.6077114Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftn_cpu_float64 2022-09-27T16:00:10.6097953Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft_cpu_float64 2022-09-27T16:00:10.6280828Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft2_cpu_float64 2022-09-27T16:00:10.6297667Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftn_cpu_float64 2022-09-27T16:00:10.7053595Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft2_cpu_float64 2022-09-27T16:00:10.7080306Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft2_cpu_float64 2022-09-27T16:00:10.8068347Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfftn_cpu_float64 2022-09-27T16:00:10.8107399Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfftn_cpu_float64 2022-09-27T16:00:10.8460404Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft_cpu_float64 2022-09-27T16:00:10.8500404Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft2_cpu_float64 2022-09-27T16:00:10.9255255Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftn_cpu_float64 2022-09-27T16:00:10.9282440Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T16:00:10.9843563Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv1d_cpu_float64 2022-09-27T16:00:10.9874726Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft_cpu_float64 2022-09-27T16:00:11.0208281Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftshift_cpu_float64 2022-09-27T16:00:11.0338806Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftshift_cpu_float64 2022-09-27T16:00:11.0973796Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft2_cpu_complex128 2022-09-27T16:00:11.1012236Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftn_cpu_float64 2022-09-27T16:00:11.2394152Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfft_cpu_float64 2022-09-27T16:00:11.2423644Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft2_cpu_complex128 2022-09-27T16:00:11.2964918Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfftn_cpu_complex128 2022-09-27T16:00:11.2987305Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfft_cpu_float64 2022-09-27T16:00:11.4521406Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft_cpu_complex128 2022-09-27T16:00:11.4555904Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfftn_cpu_complex128 2022-09-27T16:00:11.5439647Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfftn_cpu_float64 2022-09-27T16:00:11.5465034Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv1d_cpu_float64 2022-09-27T16:00:11.5987750Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T16:00:11.6008911Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfftn_cpu_float64 2022-09-27T16:00:11.6273831Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flatten_cpu_float64 2022-09-27T16:00:11.6421293Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flatten_cpu_float64 2022-09-27T16:00:11.6504197Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fliplr_cpu_float64 2022-09-27T16:00:11.6667125Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fliplr_cpu_float64 2022-09-27T16:00:11.6693122Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft_cpu_complex128 2022-09-27T16:00:11.6945275Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfft2_cpu_float64 2022-09-27T16:00:11.6954614Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_cpu_float64 2022-09-27T16:00:11.7378968Z [gw3] [ 16%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_cpu_float64 2022-09-27T16:00:11.7386412Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_floor_divide_cpu_float64 2022-09-27T16:00:11.7585170Z [gw3] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_floor_divide_cpu_float64 2022-09-27T16:00:11.7611456Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfft2_cpu_float64 2022-09-27T16:00:11.7734878Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fill_cpu_float64 2022-09-27T16:00:11.7781084Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fill_cpu_float64 2022-09-27T16:00:11.7883562Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_frac_cpu_float64 2022-09-27T16:00:11.8136281Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_frac_cpu_float64 2022-09-27T16:00:11.8295597Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flip_cpu_float64 2022-09-27T16:00:11.8628872Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gather_cpu_complex128 2022-09-27T16:00:11.8649533Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T16:00:11.8691117Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flip_cpu_float64 2022-09-27T16:00:11.8739145Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flipud_cpu_float64 2022-09-27T16:00:11.8991232Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cosine_similarity_cpu_float64 2022-09-27T16:00:11.9176393Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flipud_cpu_float64 2022-09-27T16:00:11.9964582Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_power_cpu_float64 2022-09-27T16:00:11.9987817Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gather_cpu_complex128 2022-09-27T16:00:12.0020946Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_geqrf_cpu_float64 2022-09-27T16:00:12.0261533Z [gw3] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_geqrf_cpu_float64 2022-09-27T16:00:12.0296075Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cosine_similarity_cpu_float64 2022-09-27T16:00:12.0402583Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout3d_cpu_float64 2022-09-27T16:00:12.0497935Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_power_cpu_float64 2022-09-27T16:00:12.0501289Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_half_cpu_complex128 2022-09-27T16:00:12.0527344Z [gw3] [ 16%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_half_cpu_complex128 2022-09-27T16:00:12.0938226Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fmin_cpu_float64 2022-09-27T16:00:12.0942105Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_histogram_cpu_float64 2022-09-27T16:00:12.1091731Z [gw3] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_histogram_cpu_float64 2022-09-27T16:00:12.1109767Z [gw1] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fmin_cpu_float64 2022-09-27T16:00:12.1140613Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_full_like_cpu_complex128 2022-09-27T16:00:12.1375794Z [gw1] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_full_like_cpu_complex128 2022-09-27T16:00:12.1613657Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hstack_cpu_complex128 2022-09-27T16:00:12.1619261Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ge_cpu_float64 2022-09-27T16:00:12.2138570Z [gw1] [ 16%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ge_cpu_float64 2022-09-27T16:00:12.2832075Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gradient_cpu_float64 2022-09-27T16:00:12.2851592Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout3d_cpu_float64 2022-09-27T16:00:12.3092722Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_embedding_cpu_float64 2022-09-27T16:00:12.3261386Z [gw0] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_embedding_cpu_float64 2022-09-27T16:00:12.3268745Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T16:00:12.3294454Z [gw3] [ 16%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hstack_cpu_complex128 2022-09-27T16:00:12.3344715Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_igamma_cpu_float64 2022-09-27T16:00:12.3816781Z [gw3] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_igamma_cpu_float64 2022-09-27T16:00:12.4554504Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_add_cpu_float64 2022-09-27T16:00:12.4589651Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_add_cpu_float64 2022-09-27T16:00:12.4892758Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_fill_cpu_float64 2022-09-27T16:00:12.5021053Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_fill_cpu_float64 2022-09-27T16:00:12.5405377Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_select_cpu_complex128 2022-09-27T16:00:12.5432032Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gradient_cpu_float64 2022-09-27T16:00:12.5484904Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_heaviside_cpu_float64 2022-09-27T16:00:12.5880126Z [gw1] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_heaviside_cpu_float64 2022-09-27T16:00:12.5890687Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_select_cpu_complex128 2022-09-27T16:00:12.5917391Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hsplit_cpu_complex128 2022-09-27T16:00:12.5962471Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_int_cpu_complex128 2022-09-27T16:00:12.6426342Z [gw3] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_int_cpu_complex128 2022-09-27T16:00:12.6436840Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isfinite_cpu_complex128 2022-09-27T16:00:12.6909377Z [gw3] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isfinite_cpu_complex128 2022-09-27T16:00:12.6921187Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isinf_cpu_float64 2022-09-27T16:00:12.7265723Z [gw3] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isinf_cpu_float64 2022-09-27T16:00:12.7341842Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hsplit_cpu_complex128 2022-09-27T16:00:12.7351667Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isposinf_cpu_float64 2022-09-27T16:00:12.7362567Z [gw3] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isposinf_cpu_float64 2022-09-27T16:00:12.7818518Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hypot_cpu_float64 2022-09-27T16:00:12.8331034Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_istft_cpu_float64 2022-09-27T16:00:12.8442596Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hypot_cpu_float64 2022-09-27T16:00:12.9182673Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_imag_cpu_complex128 2022-09-27T16:00:12.9200867Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_imag_cpu_complex128 2022-09-27T16:00:12.9454048Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_copy_cpu_float64 2022-09-27T16:00:12.9619955Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_copy_cpu_float64 2022-09-27T16:00:12.9965540Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_put_cpu_float64 2022-09-27T16:00:13.0099201Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_put_cpu_float64 2022-09-27T16:00:13.1494081Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_inner_cpu_complex128 2022-09-27T16:00:13.1544672Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_istft_cpu_float64 2022-09-27T16:00:13.1583355Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T16:00:13.1599039Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_inner_cpu_complex128 2022-09-27T16:00:13.1626865Z [gw3] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T16:00:13.1685554Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isclose_cpu_complex128 2022-09-27T16:00:13.2028319Z [gw1] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isclose_cpu_complex128 2022-09-27T16:00:13.2037292Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T16:00:13.2109712Z [gw3] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T16:00:13.2139381Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isin_cpu_float64 2022-09-27T16:00:13.2472217Z [gw1] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isin_cpu_float64 2022-09-27T16:00:13.2590692Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_kron_cpu_float64 2022-09-27T16:00:13.2615577Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_kron_cpu_float64 2022-09-27T16:00:13.2621935Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isnan_cpu_float64 2022-09-27T16:00:13.2905159Z [gw1] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isnan_cpu_float64 2022-09-27T16:00:13.2916071Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T16:00:13.2924525Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_le_cpu_float64 2022-09-27T16:00:13.2933616Z [gw3] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_le_cpu_float64 2022-09-27T16:00:13.3056638Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_glu_cpu_float64 2022-09-27T16:00:13.3062951Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isreal_cpu_float64 2022-09-27T16:00:13.3300286Z [gw1] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isreal_cpu_float64 2022-09-27T16:00:13.3492655Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_cpu_complex128 2022-09-27T16:00:13.3500954Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T16:00:13.3956613Z [gw1] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T16:00:13.3975308Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_cpu_float64 2022-09-27T16:00:13.4417671Z [gw1] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_cpu_float64 2022-09-27T16:00:13.4418320Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_unary_cpu_float64 2022-09-27T16:00:13.4854381Z [gw1] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_unary_cpu_float64 2022-09-27T16:00:13.5535424Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ldexp_cpu_complex128 2022-09-27T16:00:13.5560094Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_glu_cpu_float64 2022-09-27T16:00:13.5778056Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardsigmoid_cpu_float64 2022-09-27T16:00:13.6017847Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardsigmoid_cpu_float64 2022-09-27T16:00:13.6092873Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_huber_loss_cpu_float64 2022-09-27T16:00:13.6462623Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_huber_loss_cpu_float64 2022-09-27T16:00:13.7284820Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T16:00:13.7308545Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T16:00:13.9009288Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_kl_div_cpu_float64 2022-09-27T16:00:13.9020958Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_kl_div_cpu_float64 2022-09-27T16:00:13.9882374Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_leaky_relu_cpu_float64 2022-09-27T16:00:13.9913787Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_leaky_relu_cpu_float64 2022-09-27T16:00:14.0142239Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_logsigmoid_cpu_float64 2022-09-27T16:00:14.0417007Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_logsigmoid_cpu_float64 2022-09-27T16:00:14.0584162Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool3d_cpu_float64 2022-09-27T16:00:14.0600076Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ldexp_cpu_complex128 2022-09-27T16:00:14.1761148Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lerp_cpu_float64 2022-09-27T16:00:14.1778461Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_cpu_complex128 2022-09-27T16:00:14.2250311Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cond_cpu_complex128 2022-09-27T16:00:14.2277871Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lerp_cpu_float64 2022-09-27T16:00:14.3652251Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_ex_cpu_complex128 2022-09-27T16:00:14.3671447Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cond_cpu_complex128 2022-09-27T16:00:14.7388923Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_cpu_complex128 2022-09-27T16:00:14.7412525Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_cpu_complex128 2022-09-27T16:00:15.0298227Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eig_cpu_complex128 2022-09-27T16:00:15.0323629Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_ex_cpu_complex128 2022-09-27T16:00:15.1472271Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cross_cpu_complex128 2022-09-27T16:00:15.1497703Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cross_cpu_complex128 2022-09-27T16:00:15.2294552Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_singular_cpu_complex128 2022-09-27T16:00:15.2333410Z [gw1] [ 17%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_singular_cpu_complex128 2022-09-27T16:00:15.5830374Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigh_cpu_complex128 2022-09-27T16:00:15.5956558Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eig_cpu_complex128 2022-09-27T16:00:15.9764870Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvals_cpu_complex128 2022-09-27T16:00:15.9806240Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvals_cpu_complex128 2022-09-27T16:00:16.0515421Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_householder_product_cpu_complex128 2022-09-27T16:00:16.0541411Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigh_cpu_complex128 2022-09-27T16:00:16.4397522Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvalsh_cpu_complex128 2022-09-27T16:00:16.4423553Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvalsh_cpu_complex128 2022-09-27T16:00:16.7705285Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_cpu_complex128 2022-09-27T16:00:16.7732450Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_cpu_complex128 2022-09-27T16:00:16.7785506Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_cpu_complex128 2022-09-27T16:00:16.8176608Z [gw1] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_cpu_complex128 2022-09-27T16:00:16.8185932Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_solve_cpu_complex128 2022-09-27T16:00:16.8667550Z [gw1] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_solve_cpu_complex128 2022-09-27T16:00:19.1265612Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T16:00:19.1292168Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool3d_cpu_float64 2022-09-27T16:00:19.3258349Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T16:00:19.3284888Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T16:00:19.3718244Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_mse_loss_cpu_float64 2022-09-27T16:00:19.3739704Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_householder_product_cpu_complex128 2022-09-27T16:00:19.3939852Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_ex_cpu_complex128 2022-09-27T16:00:19.3970157Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_mse_loss_cpu_float64 2022-09-27T16:00:19.6639615Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_nll_loss_cpu_float64 2022-09-27T16:00:19.6668746Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_ex_cpu_complex128 2022-09-27T16:00:19.6709494Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T16:00:19.7129700Z [gw3] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T16:00:19.7134915Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_cpu_complex128 2022-09-27T16:00:19.7354403Z [gw3] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_cpu_complex128 2022-09-27T16:00:19.7397182Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_nll_loss_cpu_float64 2022-09-27T16:00:19.7583871Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_circular_cpu_float64 2022-09-27T16:00:19.8366863Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_cpu_complex128 2022-09-27T16:00:19.8403242Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_circular_cpu_float64 2022-09-27T16:00:19.9125656Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_reflect_cpu_float64 2022-09-27T16:00:19.9161176Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_reflect_cpu_float64 2022-09-27T16:00:20.0038799Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pairwise_distance_cpu_float64 2022-09-27T16:00:20.0071880Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pairwise_distance_cpu_float64 2022-09-27T16:00:20.0873479Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T16:00:20.0909136Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T16:00:20.1113332Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_relu6_cpu_float64 2022-09-27T16:00:20.1413101Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_relu6_cpu_float64 2022-09-27T16:00:20.1418071Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_silu_complex_cpu_complex128 2022-09-27T16:00:20.1896461Z [gw0] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_silu_complex_cpu_complex128 2022-09-27T16:00:20.2168265Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_cpu_float64 2022-09-27T16:00:20.2298623Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_cpu_float64 2022-09-27T16:00:20.2505383Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softshrink_cpu_float64 2022-09-27T16:00:20.2814033Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softshrink_cpu_float64 2022-09-27T16:00:20.2945874Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_tanhshrink_cpu_float64 2022-09-27T16:00:20.3336803Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_tanhshrink_cpu_float64 2022-09-27T16:00:21.4661561Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T16:00:21.4686271Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T16:00:21.5050300Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T16:00:21.5125326Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T16:00:23.1391980Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_cpu_complex128 2022-09-27T16:00:23.1420392Z [gw3] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_cpu_complex128 2022-09-27T16:00:23.2854981Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_ex_cpu_complex128 2022-09-27T16:00:23.2898725Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_cpu_complex128 2022-09-27T16:00:23.6747563Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_inf_cpu_complex128 2022-09-27T16:00:23.6801308Z [gw1] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T16:00:24.7930494Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_cpu_complex128 2022-09-27T16:00:24.7960680Z [gw0] [ 17%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_inf_cpu_complex128 2022-09-27T16:00:24.7992390Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_normal_cpu_float64 2022-09-27T16:00:24.8417533Z [gw0] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_normal_cpu_float64 2022-09-27T16:00:24.8427691Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ones_like_cpu_complex128 2022-09-27T16:00:24.8936893Z [gw0] [ 17%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ones_like_cpu_complex128 2022-09-27T16:00:24.9492235Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_outer_cpu_complex128 2022-09-27T16:00:24.9543841Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_outer_cpu_complex128 2022-09-27T16:00:24.9805277Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_permute_cpu_float64 2022-09-27T16:00:25.0015514Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_permute_cpu_float64 2022-09-27T16:00:25.0563411Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_0_cpu_float64 2022-09-27T16:00:25.0605474Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_0_cpu_float64 2022-09-27T16:00:25.0618065Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_4_cpu_float64 2022-09-27T16:00:25.1096960Z [gw0] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_4_cpu_float64 2022-09-27T16:00:25.2188200Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pow_cpu_float64 2022-09-27T16:00:25.2209310Z [gw3] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_ex_cpu_complex128 2022-09-27T16:00:25.2803253Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_norm_cpu_complex128 2022-09-27T16:00:25.2826165Z [gw1] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_cpu_complex128 2022-09-27T16:00:25.2851601Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_solve_cpu_complex128 2022-09-27T16:00:25.2949309Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pow_cpu_float64 2022-09-27T16:00:25.4498361Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_put_cpu_float64 2022-09-27T16:00:25.4511842Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_put_cpu_float64 2022-09-27T16:00:25.4611784Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rad2deg_cpu_float64 2022-09-27T16:00:25.4954414Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rad2deg_cpu_float64 2022-09-27T16:00:25.4982212Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randn_cpu_complex128 2022-09-27T16:00:25.5457742Z [gw0] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randn_cpu_complex128 2022-09-27T16:00:25.6230086Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ravel_cpu_complex128 2022-09-27T16:00:25.6308649Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ravel_cpu_complex128 2022-09-27T16:00:25.7814419Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reciprocal_cpu_complex128 2022-09-27T16:00:25.7862889Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reciprocal_cpu_complex128 2022-09-27T16:00:25.8098991Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_renorm_cpu_float64 2022-09-27T16:00:25.8299942Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_renorm_cpu_float64 2022-09-27T16:00:25.8621550Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_interleave_cpu_float64 2022-09-27T16:00:25.8739494Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_interleave_cpu_float64 2022-09-27T16:00:25.9298795Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_cpu_float64 2022-09-27T16:00:25.9349207Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_cpu_float64 2022-09-27T16:00:25.9428433Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resize_as__cpu_float64 2022-09-27T16:00:25.9855561Z [gw0] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resize_as__cpu_float64 2022-09-27T16:00:25.9860387Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_neg_cpu_float64 2022-09-27T16:00:26.0257421Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_neg_cpu_float64 2022-09-27T16:00:26.2751499Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rot90_cpu_float64 2022-09-27T16:00:26.2786019Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rot90_cpu_float64 2022-09-27T16:00:26.2823062Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_neg_3_cpu_float64 2022-09-27T16:00:26.3296809Z [gw0] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_neg_3_cpu_float64 2022-09-27T16:00:26.4032352Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsub_cpu_float64 2022-09-27T16:00:26.4084558Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsub_cpu_float64 2022-09-27T16:00:26.4769873Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_cpu_float64 2022-09-27T16:00:26.4796238Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_cpu_float64 2022-09-27T16:00:26.5811634Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_prod_cpu_float64 2022-09-27T16:00:26.5837496Z [gw0] [ 18%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_prod_cpu_float64 2022-09-27T16:00:26.5914816Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_segment_reduce_offsets_cpu_float64 2022-09-27T16:00:26.6338241Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_segment_reduce_offsets_cpu_float64 2022-09-27T16:00:26.6694879Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sgn_cpu_complex128 2022-09-27T16:00:26.6710175Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sgn_cpu_complex128 2022-09-27T16:00:26.7361878Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sigmoid_cpu_complex128 2022-09-27T16:00:26.7383923Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sigmoid_cpu_complex128 2022-09-27T16:00:26.7734364Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sin_cpu_complex128 2022-09-27T16:00:26.7897191Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sin_cpu_complex128 2022-09-27T16:00:26.8431044Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinh_cpu_complex128 2022-09-27T16:00:26.8454206Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinh_cpu_complex128 2022-09-27T16:00:26.9883877Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_softmax_with_dtype_cpu_complex128 2022-09-27T16:00:26.9900905Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_softmax_with_dtype_cpu_complex128 2022-09-27T16:00:26.9919930Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sparse_sampled_addmm_cpu_float64 2022-09-27T16:00:27.0340482Z [gw0] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sparse_sampled_addmm_cpu_float64 2022-09-27T16:00:27.0366532Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_y0_cpu_float64 2022-09-27T16:00:27.0781007Z [gw0] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_y0_cpu_float64 2022-09-27T16:00:27.0808427Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:00:27.1256296Z [gw0] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:00:27.1265126Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_hermite_polynomial_h_cpu_float64 2022-09-27T16:00:27.1660208Z [gw0] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_hermite_polynomial_h_cpu_float64 2022-09-27T16:00:27.1873093Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_i1e_cpu_float64 2022-09-27T16:00:27.2176069Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_i1e_cpu_float64 2022-09-27T16:00:27.2184131Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_i0_cpu_float64 2022-09-27T16:00:27.2657139Z [gw0] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_i0_cpu_float64 2022-09-27T16:00:27.3116920Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_ndtr_cpu_float64 2022-09-27T16:00:27.3153629Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_ndtr_cpu_float64 2022-09-27T16:00:27.3213361Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T16:00:27.3603923Z [gw0] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T16:00:27.3612927Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:00:27.4097257Z [gw0] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:00:27.5579814Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_cpu_complex128 2022-09-27T16:00:27.5616203Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_cpu_complex128 2022-09-27T16:00:27.7240122Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_with_sizes_cpu_complex128 2022-09-27T16:00:27.7264402Z [gw3] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_norm_cpu_complex128 2022-09-27T16:00:27.7315258Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_cpu_complex128 2022-09-27T16:00:27.7779018Z [gw3] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_cpu_complex128 2022-09-27T16:00:27.8777008Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_multi_dot_cpu_complex128 2022-09-27T16:00:27.8802673Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_with_sizes_cpu_complex128 2022-09-27T16:00:27.9355047Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_square_cpu_complex128 2022-09-27T16:00:27.9380455Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_square_cpu_complex128 2022-09-27T16:00:28.3992655Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stack_cpu_complex128 2022-09-27T16:00:28.4032650Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stack_cpu_complex128 2022-09-27T16:00:28.6733129Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_mean_cpu_complex128 2022-09-27T16:00:28.6773829Z [gw3] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_multi_dot_cpu_complex128 2022-09-27T16:00:28.7046628Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T16:00:28.7180181Z [gw3] [ 18%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T16:00:28.8553091Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_hermitian_cpu_complex128 2022-09-27T16:00:28.8580515Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_mean_cpu_complex128 2022-09-27T16:00:29.2772253Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sub_cpu_complex128 2022-09-27T16:00:29.2798622Z [gw3] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_hermitian_cpu_complex128 2022-09-27T16:00:29.4946684Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_qr_cpu_complex128 2022-09-27T16:00:29.4972675Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sub_cpu_complex128 2022-09-27T16:00:29.7875589Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_to_size_cpu_complex128 2022-09-27T16:00:29.7901000Z [gw0] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_to_size_cpu_complex128 2022-09-27T16:00:32.3234997Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_svd_lowrank_cpu_float64 2022-09-27T16:00:32.3261902Z [gw3] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_qr_cpu_complex128 2022-09-27T16:00:33.2269720Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_cpu_complex128 2022-09-27T16:00:33.2284053Z [gw3] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_cpu_complex128 2022-09-27T16:00:40.7662297Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_triangular_cpu_complex128 2022-09-27T16:00:40.7695747Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumprod_cpu_complex128 2022-09-27T16:00:40.9758008Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumulative_trapezoid_cpu_complex128 2022-09-27T16:00:40.9788519Z [gw1] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_solve_cpu_complex128 2022-09-27T16:00:41.2725166Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_power_cpu_complex128 2022-09-27T16:00:41.2756289Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_cumulative_trapezoid_cpu_complex128 2022-09-27T16:00:41.3629053Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_cpu_float64 2022-09-27T16:00:41.3660335Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diag_cpu_float64 2022-09-27T16:00:41.3869716Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagflat_cpu_float64 2022-09-27T16:00:41.4135128Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diagflat_cpu_float64 2022-09-27T16:00:41.7944742Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diff_cpu_complex128 2022-09-27T16:00:41.7968329Z [gw1] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_power_cpu_complex128 2022-09-27T16:00:41.8005704Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T16:00:41.8456904Z [gw1] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T16:00:44.6385996Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_cpu_complex128 2022-09-27T16:00:44.6412826Z [gw1] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_cpu_complex128 2022-09-27T16:00:45.1012857Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_cpu_complex128 2022-09-27T16:00:45.1016759Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_diff_cpu_complex128 2022-09-27T16:00:45.7997978Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dist_cpu_float64 2022-09-27T16:00:45.8024737Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dist_cpu_float64 2022-09-27T16:00:45.8458204Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_trunc_rounding_cpu_float64 2022-09-27T16:00:45.8484961Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_div_trunc_rounding_cpu_float64 2022-09-27T16:00:45.8629159Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_double_cpu_float64 2022-09-27T16:00:45.9018639Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_double_cpu_float64 2022-09-27T16:00:45.9129946Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dstack_cpu_float64 2022-09-27T16:00:45.9414143Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_dstack_cpu_float64 2022-09-27T16:00:45.9418122Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_empty_cpu_float64 2022-09-27T16:00:45.9895728Z [gw2] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_empty_cpu_float64 2022-09-27T16:00:45.9897986Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_eq_cpu_float64 2022-09-27T16:00:46.0338849Z [gw2] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_eq_cpu_float64 2022-09-27T16:00:46.0583281Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_erfc_cpu_float64 2022-09-27T16:00:46.0772315Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_erfc_cpu_float64 2022-09-27T16:00:46.0853049Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_exp_cpu_float64 2022-09-27T16:00:46.1251873Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_exp_cpu_float64 2022-09-27T16:00:46.1741137Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_cpu_float64 2022-09-27T16:00:46.1772689Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_expand_cpu_float64 2022-09-27T16:00:46.2601959Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft2_cpu_complex128 2022-09-27T16:00:46.2618461Z [gw1] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_cpu_complex128 2022-09-27T16:00:46.2654375Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_singular_cpu_complex128 2022-09-27T16:00:46.3089912Z [gw1] [ 18%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_singular_cpu_complex128 2022-09-27T16:00:46.5901175Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_slogdet_cpu_complex128 2022-09-27T16:00:46.5926800Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fft2_cpu_complex128 2022-09-27T16:00:46.8297461Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftn_cpu_complex128 2022-09-27T16:00:46.8309899Z [gw1] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_slogdet_cpu_complex128 2022-09-27T16:00:47.0549423Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_ex_cpu_complex128 2022-09-27T16:00:47.0576170Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_fftn_cpu_complex128 2022-09-27T16:00:47.4070156Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft2_cpu_complex128 2022-09-27T16:00:47.4096627Z [gw2] [ 18%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfft2_cpu_complex128 2022-09-27T16:00:47.6310573Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfftn_cpu_complex128 2022-09-27T16:00:47.6336659Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_hfftn_cpu_complex128 2022-09-27T16:00:47.8056107Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft_cpu_complex128 2022-09-27T16:00:47.8082280Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifft_cpu_complex128 2022-09-27T16:00:47.9024300Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftshift_cpu_complex128 2022-09-27T16:00:47.9049978Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ifftshift_cpu_complex128 2022-09-27T16:00:47.9322671Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfftn_cpu_float64 2022-09-27T16:00:47.9347415Z [gw1] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_ex_cpu_complex128 2022-09-27T16:00:48.0614630Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svd_cpu_complex128 2022-09-27T16:00:48.0667936Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_ihfftn_cpu_float64 2022-09-27T16:00:48.1523211Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft_cpu_float64 2022-09-27T16:00:48.1554556Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_irfft_cpu_float64 2022-09-27T16:00:48.3287735Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfft_cpu_float64 2022-09-27T16:00:48.3303588Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fft_rfft_cpu_float64 2022-09-27T16:00:48.4258009Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flatten_cpu_complex128 2022-09-27T16:00:48.4271578Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_flatten_cpu_complex128 2022-09-27T16:00:48.4601429Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fliplr_cpu_complex128 2022-09-27T16:00:48.4700449Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fliplr_cpu_complex128 2022-09-27T16:00:48.4806469Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_cpu_complex128 2022-09-27T16:00:48.5141972Z [gw2] [ 19%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_float_cpu_complex128 2022-09-27T16:00:48.5211172Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_floor_cpu_float64 2022-09-27T16:00:48.5580783Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_floor_cpu_float64 2022-09-27T16:00:48.6384129Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fmod_cpu_float64 2022-09-27T16:00:48.6434485Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_fmod_cpu_float64 2022-09-27T16:00:48.6494374Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_full_like_cpu_float64 2022-09-27T16:00:48.6861477Z [gw2] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_full_like_cpu_float64 2022-09-27T16:00:48.6895122Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_geqrf_cpu_complex128 2022-09-27T16:00:48.7337663Z [gw2] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_geqrf_cpu_complex128 2022-09-27T16:00:48.7346712Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gt_cpu_float64 2022-09-27T16:00:48.7778357Z [gw2] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_gt_cpu_float64 2022-09-27T16:00:48.7786851Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_histc_cpu_float64 2022-09-27T16:00:48.8197554Z [gw2] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_histc_cpu_float64 2022-09-27T16:00:48.8206638Z [gw3] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_triangular_cpu_complex128 2022-09-27T16:00:48.8254424Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svdvals_cpu_complex128 2022-09-27T16:00:48.8504056Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hsplit_cpu_float64 2022-09-27T16:00:48.8659683Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_hsplit_cpu_float64 2022-09-27T16:00:48.8852042Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_i0_cpu_float64 2022-09-27T16:00:48.9099531Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_i0_cpu_float64 2022-09-27T16:00:48.9874121Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_add_cpu_complex128 2022-09-27T16:00:48.9898777Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_svd_lowrank_cpu_float64 2022-09-27T16:00:48.9999249Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_t_cpu_float64 2022-09-27T16:00:49.0430920Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_t_cpu_float64 2022-09-27T16:00:49.0958495Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_cpu_float64 2022-09-27T16:00:49.0996173Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_cpu_float64 2022-09-27T16:00:49.1130323Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tanh_cpu_float64 2022-09-27T16:00:49.1479731Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tanh_cpu_float64 2022-09-27T16:00:49.1673693Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensordot_cpu_float64 2022-09-27T16:00:49.1897913Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensordot_cpu_float64 2022-09-27T16:00:49.2554897Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_cpu_float64 2022-09-27T16:00:49.2567909Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_add_cpu_complex128 2022-09-27T16:00:49.2744825Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_fill_cpu_complex128 2022-09-27T16:00:49.2769393Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_cpu_float64 2022-09-27T16:00:49.2982251Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trace_cpu_complex128 2022-09-27T16:00:49.3047643Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trace_cpu_complex128 2022-09-27T16:00:49.3059989Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_fill_cpu_complex128 2022-09-27T16:00:49.3134663Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_reduce_cpu_float64 2022-09-27T16:00:49.3217884Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_index_reduce_cpu_float64 2022-09-27T16:00:49.3535837Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapezoid_cpu_complex128 2022-09-27T16:00:49.3612107Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_inner_cpu_float64 2022-09-27T16:00:49.3936174Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_inner_cpu_float64 2022-09-27T16:00:49.3944586Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isclose_cpu_float64 2022-09-27T16:00:49.4418077Z [gw2] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isclose_cpu_float64 2022-09-27T16:00:49.4427569Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isinf_cpu_complex128 2022-09-27T16:00:49.4858901Z [gw2] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isinf_cpu_complex128 2022-09-27T16:00:49.4869011Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isneginf_cpu_float64 2022-09-27T16:00:49.5337719Z [gw2] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_isneginf_cpu_float64 2022-09-27T16:00:50.1164371Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_istft_cpu_complex128 2022-09-27T16:00:50.1192124Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapezoid_cpu_complex128 2022-09-27T16:00:50.4549148Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triangular_solve_cpu_complex128 2022-09-27T16:00:50.4608502Z [gw0] [ 19%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triangular_solve_cpu_complex128 2022-09-27T16:00:50.6511043Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triu_cpu_complex128 2022-09-27T16:00:50.6554425Z [gw3] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svdvals_cpu_complex128 2022-09-27T16:00:50.9455591Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorsolve_cpu_complex128 2022-09-27T16:00:50.9503753Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triu_cpu_complex128 2022-09-27T16:00:50.9636319Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trunc_cpu_float64 2022-09-27T16:00:51.0016647Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trunc_cpu_float64 2022-09-27T16:00:51.0562725Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unflatten_cpu_float64 2022-09-27T16:00:51.0611456Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unflatten_cpu_float64 2022-09-27T16:00:51.0670211Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_uniform_cpu_float64 2022-09-27T16:00:51.1091593Z [gw0] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_uniform_cpu_float64 2022-09-27T16:00:51.1100867Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unsqueeze_cpu_float64 2022-09-27T16:00:51.1139876Z [gw3] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorsolve_cpu_complex128 2022-09-27T16:00:51.1527387Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vecdot_cpu_complex128 2022-09-27T16:00:51.1566044Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unsqueeze_cpu_float64 2022-09-27T16:00:51.2957996Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_mean_cpu_float64 2022-09-27T16:00:51.3006520Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_mean_cpu_float64 2022-09-27T16:00:51.3521369Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_cpu_complex128 2022-09-27T16:00:51.3547736Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_istft_cpu_complex128 2022-09-27T16:00:51.3582562Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T16:00:51.4014791Z [gw2] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T16:00:51.4023534Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T16:00:51.4465923Z [gw2] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T16:00:51.4493435Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_kron_cpu_complex128 2022-09-27T16:00:51.4524523Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_cpu_complex128 2022-09-27T16:00:51.5013470Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_cpu_float64 2022-09-27T16:00:51.5040326Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_cpu_float64 2022-09-27T16:00:51.5433329Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vstack_cpu_float64 2022-09-27T16:00:51.5459066Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vstack_cpu_float64 2022-09-27T16:00:51.5698608Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zero__cpu_complex128 2022-09-27T16:00:51.5726302Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_kron_cpu_complex128 2022-09-27T16:00:51.6864352Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ldexp_cpu_float64 2022-09-27T16:00:51.6874483Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zero__cpu_complex128 2022-09-27T16:00:51.6888127Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ldexp_cpu_float64 2022-09-27T16:00:51.6898025Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zeros_like_cpu_complex128 2022-09-27T16:00:51.6924433Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lgamma_cpu_float64 2022-09-27T16:00:51.7114890Z [gw0] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zeros_like_cpu_complex128 2022-09-27T16:00:51.7376067Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lgamma_cpu_float64 2022-09-27T16:00:51.7396669Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcdiv_cpu_complex128 2022-09-27T16:00:51.9704304Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_ex_cpu_float64 2022-09-27T16:00:51.9735727Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cholesky_ex_cpu_float64 2022-09-27T16:00:52.0123837Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cross_cpu_float64 2022-09-27T16:00:52.0154610Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_cross_cpu_float64 2022-09-27T16:00:52.6666541Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_singular_cpu_float64 2022-09-27T16:00:52.6688938Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_det_singular_cpu_float64 2022-09-27T16:00:52.7667350Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigh_cpu_float64 2022-09-27T16:00:52.7688453Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigh_cpu_float64 2022-09-27T16:00:52.8100077Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvalsh_cpu_float64 2022-09-27T16:00:52.8122469Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_eigvalsh_cpu_float64 2022-09-27T16:00:52.8755751Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_cpu_float64 2022-09-27T16:00:52.8792908Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_inv_cpu_float64 2022-09-27T16:00:52.8858293Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_cpu_float64 2022-09-27T16:00:52.9254116Z [gw2] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_factor_cpu_float64 2022-09-27T16:00:52.9260691Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_solve_cpu_float64 2022-09-27T16:00:52.9777379Z [gw2] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_ldl_solve_cpu_float64 2022-09-27T16:00:53.2086766Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T16:00:53.2113422Z [gw3] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vecdot_cpu_complex128 2022-09-27T16:00:53.2156095Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linspace_cpu_complex128 2022-09-27T16:00:53.2462266Z [gw3] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linspace_cpu_complex128 2022-09-27T16:00:53.2481627Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcdiv_cpu_complex128 2022-09-27T16:00:53.2576527Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcdiv_cpu_float64 2022-09-27T16:00:53.2611120Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log1p_cpu_float64 2022-09-27T16:00:53.3020415Z [gw3] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log1p_cpu_float64 2022-09-27T16:00:53.3130860Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_cpu_float64 2022-09-27T16:00:53.3577526Z [gw3] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_cpu_float64 2022-09-27T16:00:53.3597516Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logaddexp2_cpu_float64 2022-09-27T16:00:53.3979585Z [gw3] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logaddexp2_cpu_float64 2022-09-27T16:00:53.4797583Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logdet_cpu_float64 2022-09-27T16:00:53.4921889Z [gw3] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logdet_cpu_float64 2022-09-27T16:00:53.4981244Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_not_cpu_float64 2022-09-27T16:00:53.5416914Z [gw3] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_not_cpu_float64 2022-09-27T16:00:53.5426552Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_xor_cpu_float64 2022-09-27T16:00:53.5490318Z [gw3] [ 19%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_xor_cpu_float64 2022-09-27T16:00:53.5498115Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcdiv_cpu_float64 2022-09-27T16:00:53.5896051Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcmul_cpu_complex128 2022-09-27T16:00:54.4543322Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logsumexp_cpu_float64 2022-09-27T16:00:54.4571057Z [gw3] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logsumexp_cpu_float64 2022-09-27T16:00:54.8408653Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_cpu_complex128 2022-09-27T16:00:54.8435595Z [gw2] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T16:00:54.8880939Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_cpu_float64 2022-09-27T16:00:54.8902172Z [gw0] [ 19%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcmul_cpu_complex128 2022-09-27T16:00:55.0896351Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcmul_cpu_float64 2022-09-27T16:00:55.0921960Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_factor_cpu_float64 2022-09-27T16:00:55.1152553Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_solve_cpu_float64 2022-09-27T16:00:55.1174678Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addcmul_cpu_float64 2022-09-27T16:00:55.8041198Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_cpu_complex128 2022-09-27T16:00:55.8090456Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_cpu_complex128 2022-09-27T16:00:55.9167684Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_cpu_float64 2022-09-27T16:00:55.9211177Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_cpu_float64 2022-09-27T16:00:56.6686195Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_decomposed_cpu_complex128 2022-09-27T16:00:56.6718151Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_decomposed_cpu_complex128 2022-09-27T16:00:56.7678345Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_decomposed_cpu_float64 2022-09-27T16:00:56.7718702Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmm_decomposed_cpu_float64 2022-09-27T16:00:57.7735091Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmv_cpu_complex128 2022-09-27T16:00:57.7820658Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmv_cpu_complex128 2022-09-27T16:00:58.0233670Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmv_cpu_float64 2022-09-27T16:00:58.0280329Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addmv_cpu_float64 2022-09-27T16:00:58.3097994Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addr_cpu_complex128 2022-09-27T16:00:58.3142603Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_cpu_complex128 2022-09-27T16:00:58.4766111Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_unpack_cpu_complex128 2022-09-27T16:00:58.4796035Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addr_cpu_complex128 2022-09-27T16:00:58.5654206Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addr_cpu_float64 2022-09-27T16:00:58.5683534Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addr_cpu_float64 2022-09-27T16:00:58.5726146Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_all_cpu_complex128 2022-09-27T16:00:58.6145486Z [gw0] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_all_cpu_complex128 2022-09-27T16:00:58.6156289Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_all_cpu_float64 2022-09-27T16:00:58.6585141Z [gw0] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_all_cpu_float64 2022-09-27T16:00:58.6595749Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_allclose_cpu_complex128 2022-09-27T16:00:58.6996127Z [gw0] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_allclose_cpu_complex128 2022-09-27T16:00:58.7039701Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_allclose_cpu_float64 2022-09-27T16:00:58.7499161Z [gw0] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_allclose_cpu_float64 2022-09-27T16:00:58.9168937Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_amax_cpu_float64 2022-09-27T16:00:58.9302216Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_amax_cpu_float64 2022-09-27T16:00:59.1794107Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_amin_cpu_float64 2022-09-27T16:00:59.1810397Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_amin_cpu_float64 2022-09-27T16:00:59.1870501Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_aminmax_cpu_float64 2022-09-27T16:00:59.2296721Z [gw0] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_aminmax_cpu_float64 2022-09-27T16:00:59.2812918Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_angle_cpu_complex128 2022-09-27T16:00:59.2827330Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_unpack_cpu_complex128 2022-09-27T16:00:59.2981978Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mT_cpu_complex128 2022-09-27T16:00:59.3064118Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_angle_cpu_complex128 2022-09-27T16:00:59.3072900Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_angle_cpu_float64 2022-09-27T16:00:59.3453427Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_angle_cpu_float64 2022-09-27T16:00:59.3462551Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_any_cpu_complex128 2022-09-27T16:00:59.3483417Z [gw0] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_any_cpu_complex128 2022-09-27T16:00:59.3507543Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_lu_solve_cpu_float64 2022-09-27T16:00:59.3894925Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_power_cpu_float64 2022-09-27T16:00:59.3904086Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_any_cpu_float64 2022-09-27T16:00:59.4008380Z [gw0] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_any_cpu_float64 2022-09-27T16:00:59.4022856Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mT_cpu_complex128 2022-09-27T16:00:59.4311384Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_scatter_cpu_complex128 2022-09-27T16:00:59.4348477Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_arange_cpu_float64 2022-09-27T16:00:59.4784954Z [gw0] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_arange_cpu_float64 2022-09-27T16:00:59.4800585Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argmax_cpu_float64 2022-09-27T16:00:59.4812022Z [gw0] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argmax_cpu_float64 2022-09-27T16:00:59.4829124Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_power_cpu_float64 2022-09-27T16:00:59.4838272Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T16:00:59.5225751Z [gw2] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T16:00:59.5238624Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argmin_cpu_float64 2022-09-27T16:00:59.5250879Z [gw0] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argmin_cpu_float64 2022-09-27T16:00:59.5668756Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_cpu_float64 2022-09-27T16:00:59.5680525Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argsort_cpu_float64 2022-09-27T16:00:59.5714627Z [gw0] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argsort_cpu_float64 2022-09-27T16:00:59.5735927Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_scatter_cpu_complex128 2022-09-27T16:00:59.6106265Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matmul_cpu_complex128 2022-09-27T16:00:59.6110242Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argwhere_cpu_complex128 2022-09-27T16:00:59.6539561Z [gw0] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argwhere_cpu_complex128 2022-09-27T16:00:59.6544578Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argwhere_cpu_float64 2022-09-27T16:00:59.6972888Z [gw0] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_argwhere_cpu_float64 2022-09-27T16:00:59.6977928Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_cpu_complex128 2022-09-27T16:00:59.7422135Z [gw0] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_cpu_complex128 2022-09-27T16:00:59.7427163Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_cpu_float64 2022-09-27T16:00:59.7867250Z [gw0] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_cpu_float64 2022-09-27T16:00:59.8810420Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_scatter_cpu_complex128 2022-09-27T16:00:59.8859460Z [gw0] [ 20%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_scatter_cpu_complex128 2022-09-27T16:00:59.9296422Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_scatter_cpu_float64 2022-09-27T16:00:59.9332402Z [gw0] [ 20%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_as_strided_scatter_cpu_float64 2022-09-27T16:01:00.0290360Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asin_cpu_complex128 2022-09-27T16:01:00.0311978Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asin_cpu_complex128 2022-09-27T16:01:00.0397633Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asin_cpu_float64 2022-09-27T16:01:00.0781847Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asin_cpu_float64 2022-09-27T16:01:00.1509547Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asinh_cpu_complex128 2022-09-27T16:01:00.1519036Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asinh_cpu_complex128 2022-09-27T16:01:00.1626179Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asinh_cpu_float64 2022-09-27T16:01:00.2055781Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_asinh_cpu_float64 2022-09-27T16:01:00.2796312Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atan2_cpu_float64 2022-09-27T16:01:00.2817963Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_norm_cpu_float64 2022-09-27T16:01:00.3161339Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_cpu_float64 2022-09-27T16:01:00.3217969Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matmul_cpu_complex128 2022-09-27T16:01:00.4272607Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_max_binary_cpu_float64 2022-09-27T16:01:00.4284348Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atan2_cpu_float64 2022-09-27T16:01:00.4489540Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atan_cpu_complex128 2022-09-27T16:01:00.4512351Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_max_binary_cpu_float64 2022-09-27T16:01:00.4747583Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mean_cpu_complex128 2022-09-27T16:01:00.4770747Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atan_cpu_complex128 2022-09-27T16:01:00.4875416Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atan_cpu_float64 2022-09-27T16:01:00.5296138Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atan_cpu_float64 2022-09-27T16:01:00.5447522Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atanh_cpu_complex128 2022-09-27T16:01:00.5473582Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_cpu_float64 2022-09-27T16:01:00.5523606Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_singular_cpu_float64 2022-09-27T16:01:00.5977806Z [gw2] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_pinv_singular_cpu_float64 2022-09-27T16:01:00.6046188Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_slogdet_cpu_float64 2022-09-27T16:01:00.6057711Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atanh_cpu_complex128 2022-09-27T16:01:00.6293388Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atanh_cpu_float64 2022-09-27T16:01:00.6497917Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atanh_cpu_float64 2022-09-27T16:01:00.6956519Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_1d_cpu_complex128 2022-09-27T16:01:00.7031455Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_slogdet_cpu_float64 2022-09-27T16:01:00.9141091Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_ex_cpu_float64 2022-09-27T16:01:00.9162625Z [gw2] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_solve_ex_cpu_float64 2022-09-27T16:01:00.9512163Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svd_cpu_float64 2022-09-27T16:01:00.9539271Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mean_cpu_complex128 2022-09-27T16:01:01.0968007Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_list_of_tensors_cpu_float64 2022-09-27T16:01:01.0988767Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_list_of_tensors_cpu_float64 2022-09-27T16:01:01.1087700Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_min_reduction_no_dim_cpu_float64 2022-09-27T16:01:01.1472642Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_min_reduction_no_dim_cpu_float64 2022-09-27T16:01:01.1635198Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mm_cpu_float64 2022-09-27T16:01:01.1864528Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mm_cpu_float64 2022-09-27T16:01:01.2316810Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_msort_cpu_float64 2022-09-27T16:01:01.2349690Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_msort_cpu_float64 2022-09-27T16:01:01.3314837Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mv_cpu_complex128 2022-09-27T16:01:01.3363896Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mv_cpu_complex128 2022-09-27T16:01:01.3531376Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T16:01:01.3552095Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_1d_cpu_complex128 2022-09-27T16:01:01.4086464Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_1d_cpu_float64 2022-09-27T16:01:01.4108261Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T16:01:01.4234758Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nanquantile_cpu_float64 2022-09-27T16:01:01.4255049Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_1d_cpu_float64 2022-09-27T16:01:01.9182112Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_2d_cpu_complex128 2022-09-27T16:01:01.9350325Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_2d_cpu_complex128 2022-09-27T16:01:02.0685918Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_2d_cpu_float64 2022-09-27T16:01:02.0729829Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_2d_cpu_float64 2022-09-27T16:01:02.3865319Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_3d_cpu_complex128 2022-09-27T16:01:02.3881756Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nanquantile_cpu_float64 2022-09-27T16:01:02.5795624Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_narrow_cpu_complex128 2022-09-27T16:01:02.5823307Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_3d_cpu_complex128 2022-09-27T16:01:02.6256176Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_3d_cpu_float64 2022-09-27T16:01:02.6274323Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_narrow_cpu_complex128 2022-09-27T16:01:02.6306095Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ne_cpu_float64 2022-09-27T16:01:02.6713360Z [gw3] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ne_cpu_float64 2022-09-27T16:01:02.6735046Z [gw0] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_atleast_3d_cpu_float64 2022-09-27T16:01:02.6740082Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_cpu_float64 2022-09-27T16:01:02.6757012Z [gw3] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_cpu_float64 2022-09-27T16:01:02.7178389Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_baddbmm_cpu_complex128 2022-09-27T16:01:02.7184930Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_full_cpu_float64 2022-09-27T16:01:02.7618677Z [gw3] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_full_cpu_float64 2022-09-27T16:01:02.7624800Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_zeros_cpu_float64 2022-09-27T16:01:02.8079745Z [gw3] [ 20%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_zeros_cpu_float64 2022-09-27T16:01:02.8993476Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T16:01:02.9113964Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T16:01:02.9924626Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool1d_cpu_float64 2022-09-27T16:01:03.0062103Z [gw3] [ 20%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool1d_cpu_float64 2022-09-27T16:01:04.0440793Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_bilinear_cpu_float64 2022-09-27T16:01:04.0471300Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svd_cpu_float64 2022-09-27T16:01:04.0776417Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorinv_cpu_float64 2022-09-27T16:01:04.0897484Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorinv_cpu_float64 2022-09-27T16:01:04.1631803Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vander_cpu_float64 2022-09-27T16:01:04.1657444Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vander_cpu_float64 2022-09-27T16:01:04.2154647Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vector_norm_cpu_float64 2022-09-27T16:01:04.2186874Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_bilinear_cpu_float64 2022-09-27T16:01:05.6586083Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv1d_cpu_complex128 2022-09-27T16:01:05.6603424Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_baddbmm_cpu_complex128 2022-09-27T16:01:05.7467450Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_baddbmm_cpu_float64 2022-09-27T16:01:05.7502023Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vector_norm_cpu_float64 2022-09-27T16:01:05.7735740Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log10_cpu_float64 2022-09-27T16:01:05.8015388Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log10_cpu_float64 2022-09-27T16:01:05.8964783Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_cpu_complex128 2022-09-27T16:01:05.9004731Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_cpu_complex128 2022-09-27T16:01:05.9575125Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_dtype_cpu_float64 2022-09-27T16:01:05.9615515Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_dtype_cpu_float64 2022-09-27T16:01:05.9865112Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logdet_cpu_complex128 2022-09-27T16:01:05.9886946Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_baddbmm_cpu_float64 2022-09-27T16:01:06.1100748Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bernoulli_cpu_float64 2022-09-27T16:01:06.1123739Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bernoulli_cpu_float64 2022-09-27T16:01:06.1425317Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bfloat16_cpu_complex128 2022-09-27T16:01:06.1578690Z [gw0] [ 21%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bfloat16_cpu_complex128 2022-09-27T16:01:06.1651533Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bfloat16_cpu_float64 2022-09-27T16:01:06.2056869Z [gw0] [ 21%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bfloat16_cpu_float64 2022-09-27T16:01:06.6829344Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_block_diag_cpu_complex128 2022-09-27T16:01:06.6873547Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logdet_cpu_complex128 2022-09-27T16:01:06.6944296Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_not_cpu_complex128 2022-09-27T16:01:06.7345019Z [gw2] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_not_cpu_complex128 2022-09-27T16:01:06.7353764Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_xor_cpu_complex128 2022-09-27T16:01:06.7590601Z [gw2] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_xor_cpu_complex128 2022-09-27T16:01:06.7608611Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_block_diag_cpu_complex128 2022-09-27T16:01:06.7759261Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_block_diag_cpu_float64 2022-09-27T16:01:06.7787577Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logspace_cpu_float64 2022-09-27T16:01:06.8263561Z [gw2] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logspace_cpu_float64 2022-09-27T16:01:06.8275877Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lt_cpu_float64 2022-09-27T16:01:06.8402066Z [gw2] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lt_cpu_float64 2022-09-27T16:01:06.8422581Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_block_diag_cpu_float64 2022-09-27T16:01:06.8736583Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bmm_cpu_complex128 2022-09-27T16:01:07.0213842Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_solve_cpu_float64 2022-09-27T16:01:07.0249507Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bmm_cpu_complex128 2022-09-27T16:01:07.0718211Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bmm_cpu_float64 2022-09-27T16:01:07.0748372Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bmm_cpu_float64 2022-09-27T16:01:07.0813717Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bool_cpu_complex128 2022-09-27T16:01:07.1253563Z [gw0] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bool_cpu_complex128 2022-09-27T16:01:07.1259347Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bool_cpu_float64 2022-09-27T16:01:07.1735167Z [gw0] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bool_cpu_float64 2022-09-27T16:01:07.4973850Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_tensors_cpu_complex128 2022-09-27T16:01:07.5013196Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_tensors_cpu_complex128 2022-09-27T16:01:07.5625309Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_tensors_cpu_float64 2022-09-27T16:01:07.5662814Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_tensors_cpu_float64 2022-09-27T16:01:07.8650440Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_to_cpu_complex128 2022-09-27T16:01:07.8668990Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_to_cpu_complex128 2022-09-27T16:01:07.9073187Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_to_cpu_float64 2022-09-27T16:01:07.9106893Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv1d_cpu_complex128 2022-09-27T16:01:07.9310231Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T16:01:07.9346286Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_broadcast_to_cpu_float64 2022-09-27T16:01:07.9403672Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bucketize_cpu_float64 2022-09-27T16:01:07.9815725Z [gw0] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_bucketize_cpu_float64 2022-09-27T16:01:07.9821298Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_byte_cpu_complex128 2022-09-27T16:01:07.9838576Z [gw0] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_byte_cpu_complex128 2022-09-27T16:01:07.9865661Z [gw1] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_svd_cpu_complex128 2022-09-27T16:01:08.0293978Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorinv_cpu_complex128 2022-09-27T16:01:08.0301433Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_byte_cpu_float64 2022-09-27T16:01:08.0816037Z [gw0] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_byte_cpu_float64 2022-09-27T16:01:08.1323926Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cartesian_prod_cpu_complex128 2022-09-27T16:01:08.1346579Z [gw1] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_tensorinv_cpu_complex128 2022-09-27T16:01:08.2007036Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vander_cpu_complex128 2022-09-27T16:01:08.2057364Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_solve_cpu_float64 2022-09-27T16:01:08.2462612Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mH_cpu_float64 2022-09-27T16:01:08.2539570Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mH_cpu_float64 2022-09-27T16:01:08.3048411Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_fill_cpu_float64 2022-09-27T16:01:08.3075004Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cartesian_prod_cpu_complex128 2022-09-27T16:01:08.3278590Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cartesian_prod_cpu_float64 2022-09-27T16:01:08.3310384Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_fill_cpu_float64 2022-09-27T16:01:08.3684019Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_select_cpu_float64 2022-09-27T16:01:08.3725328Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cartesian_prod_cpu_float64 2022-09-27T16:01:08.3910264Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cat_cpu_complex128 2022-09-27T16:01:08.3945519Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_select_cpu_float64 2022-09-27T16:01:08.4774093Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matrix_exp_cpu_float64 2022-09-27T16:01:08.4810927Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matrix_exp_cpu_float64 2022-09-27T16:01:08.6067839Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_maximum_cpu_float64 2022-09-27T16:01:08.6111064Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_maximum_cpu_float64 2022-09-27T16:01:08.6870851Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T16:01:08.6913256Z [gw1] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vander_cpu_complex128 2022-09-27T16:01:08.9721744Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vector_norm_cpu_complex128 2022-09-27T16:01:08.9755257Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cat_cpu_complex128 2022-09-27T16:01:09.1408393Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cat_cpu_float64 2022-09-27T16:01:09.1455465Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cat_cpu_float64 2022-09-27T16:01:09.1521789Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cdist_cpu_float64 2022-09-27T16:01:09.1899305Z [gw0] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cdist_cpu_float64 2022-09-27T16:01:09.1984685Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ceil_cpu_float64 2022-09-27T16:01:09.2376882Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ceil_cpu_float64 2022-09-27T16:01:09.2436895Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chalf_cpu_complex128 2022-09-27T16:01:09.2819133Z [gw0] [ 21%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chalf_cpu_complex128 2022-09-27T16:01:09.2875439Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chalf_cpu_float64 2022-09-27T16:01:09.3216227Z [gw0] [ 21%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chalf_cpu_float64 2022-09-27T16:01:09.3225334Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_char_cpu_complex128 2022-09-27T16:01:09.3657453Z [gw0] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_char_cpu_complex128 2022-09-27T16:01:09.3667795Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_char_cpu_float64 2022-09-27T16:01:09.4086467Z [gw0] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_char_cpu_float64 2022-09-27T16:01:09.8493897Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_cpu_complex128 2022-09-27T16:01:09.8519342Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T16:01:09.9256206Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_min_binary_cpu_float64 2022-09-27T16:01:09.9287981Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_min_binary_cpu_float64 2022-09-27T16:01:10.0583455Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mm_cpu_complex128 2022-09-27T16:01:10.0609432Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mm_cpu_complex128 2022-09-27T16:01:10.0697783Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_movedim_cpu_float64 2022-09-27T16:01:10.1071517Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_movedim_cpu_float64 2022-09-27T16:01:10.1083389Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_multinomial_cpu_float64 2022-09-27T16:01:10.1539624Z [gw2] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_multinomial_cpu_float64 2022-09-27T16:01:10.2348141Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T16:01:10.2380728Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T16:01:10.2944820Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nanmedian_cpu_float64 2022-09-27T16:01:10.2973389Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nanmedian_cpu_float64 2022-09-27T16:01:10.3016105Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_narrow_copy_cpu_float64 2022-09-27T16:01:10.3416304Z [gw2] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_narrow_copy_cpu_float64 2022-09-27T16:01:10.3425506Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ne_cpu_complex128 2022-09-27T16:01:10.3855735Z [gw2] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ne_cpu_complex128 2022-09-27T16:01:10.3864713Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_cpu_complex128 2022-09-27T16:01:10.4295109Z [gw2] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_cpu_complex128 2022-09-27T16:01:10.4305189Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_full_cpu_complex128 2022-09-27T16:01:10.4743387Z [gw2] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_full_cpu_complex128 2022-09-27T16:01:10.4754514Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_zeros_cpu_complex128 2022-09-27T16:01:10.5218489Z [gw2] [ 21%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_zeros_cpu_complex128 2022-09-27T16:01:10.6231621Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T16:01:10.6294520Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T16:01:10.8332961Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T16:01:10.8380019Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T16:01:10.9786813Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_batch_norm_cpu_float64 2022-09-27T16:01:10.9811891Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T16:01:11.0119440Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T16:01:11.0153152Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_cpu_complex128 2022-09-27T16:01:11.1595093Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_cpu_float64 2022-09-27T16:01:11.1620410Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_batch_norm_cpu_float64 2022-09-27T16:01:11.1743110Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_celu_cpu_float64 2022-09-27T16:01:11.2070193Z [gw2] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_celu_cpu_float64 2022-09-27T16:01:11.2126219Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv2d_cpu_float64 2022-09-27T16:01:11.2153637Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T16:01:11.3948142Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout2d_cpu_float64 2022-09-27T16:01:11.3969784Z [gw0] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_cpu_float64 2022-09-27T16:01:11.4312190Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_inverse_cpu_complex128 2022-09-27T16:01:11.4342100Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout2d_cpu_float64 2022-09-27T16:01:11.4452110Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_embedding_bag_cpu_float64 2022-09-27T16:01:11.4857680Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_embedding_bag_cpu_float64 2022-09-27T16:01:11.8017967Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T16:01:11.8043679Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T16:01:11.8618870Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_gelu_cpu_float64 2022-09-27T16:01:11.8649227Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_gelu_cpu_float64 2022-09-27T16:01:11.8970521Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardshrink_cpu_float64 2022-09-27T16:01:11.9060349Z [gw3] [ 21%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardshrink_cpu_float64 2022-09-27T16:01:11.9816460Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T16:01:11.9838420Z [gw2] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv2d_cpu_float64 2022-09-27T16:01:12.0705364Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T16:01:12.0718906Z [gw3] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T16:01:12.1666288Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T16:01:12.1679580Z [gw3] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T16:01:12.2691082Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T16:01:12.2707295Z [gw3] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T16:01:12.3837144Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_layer_norm_cpu_float64 2022-09-27T16:01:12.3862638Z [gw3] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_layer_norm_cpu_float64 2022-09-27T16:01:12.5365828Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_local_response_norm_cpu_float64 2022-09-27T16:01:12.5405957Z [gw3] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_local_response_norm_cpu_float64 2022-09-27T16:01:12.5720591Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool2d_cpu_float64 2022-09-27T16:01:12.5742575Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_inverse_cpu_complex128 2022-09-27T16:01:12.7904528Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_inverse_cpu_float64 2022-09-27T16:01:12.7939221Z [gw2] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T16:01:12.8350676Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_ctc_loss_cpu_float64 2022-09-27T16:01:12.8390934Z [gw2] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_ctc_loss_cpu_float64 2022-09-27T16:01:12.8620555Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_elu_cpu_float64 2022-09-27T16:01:12.8896510Z [gw2] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_elu_cpu_float64 2022-09-27T16:01:12.8955464Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T16:01:12.8989902Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_inverse_cpu_float64 2022-09-27T16:01:14.3631538Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_solve_cpu_complex128 2022-09-27T16:01:14.3657862Z [gw2] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T16:01:14.4659934Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T16:01:14.4687496Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_linalg_vector_norm_cpu_complex128 2022-09-27T16:01:14.5794369Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log10_cpu_complex128 2022-09-27T16:01:14.5838190Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log10_cpu_complex128 2022-09-27T16:01:14.6060554Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log2_cpu_float64 2022-09-27T16:01:14.6337324Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log2_cpu_float64 2022-09-27T16:01:14.7443128Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_dtype_cpu_complex128 2022-09-27T16:01:14.7468337Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_solve_cpu_complex128 2022-09-27T16:01:14.8472713Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_solve_cpu_float64 2022-09-27T16:01:14.8495825Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_log_softmax_dtype_cpu_complex128 2022-09-27T16:01:14.8662513Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logcumsumexp_cpu_float64 2022-09-27T16:01:14.8974667Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logcumsumexp_cpu_float64 2022-09-27T16:01:14.8987106Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_and_cpu_float64 2022-09-27T16:01:14.9414919Z [gw1] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_and_cpu_float64 2022-09-27T16:01:14.9419857Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_or_cpu_float64 2022-09-27T16:01:14.9897637Z [gw1] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logical_or_cpu_float64 2022-09-27T16:01:14.9903526Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logspace_cpu_complex128 2022-09-27T16:01:15.0335728Z [gw1] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_logspace_cpu_complex128 2022-09-27T16:01:15.0341670Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_long_cpu_float64 2022-09-27T16:01:15.0581652Z [gw1] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_long_cpu_float64 2022-09-27T16:01:15.0615849Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cholesky_solve_cpu_float64 2022-09-27T16:01:15.0823010Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chunk_cpu_complex128 2022-09-27T16:01:15.2995761Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_solve_cpu_complex128 2022-09-27T16:01:15.3021808Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chunk_cpu_complex128 2022-09-27T16:01:15.3666187Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chunk_cpu_float64 2022-09-27T16:01:15.3695265Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_chunk_cpu_float64 2022-09-27T16:01:15.5317910Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clamp_cpu_float64 2022-09-27T16:01:15.5359912Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clamp_cpu_float64 2022-09-27T16:01:15.7666726Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clamp_max_cpu_float64 2022-09-27T16:01:15.7695931Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clamp_max_cpu_float64 2022-09-27T16:01:15.9332657Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clamp_min_cpu_float64 2022-09-27T16:01:15.9358504Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clamp_min_cpu_float64 2022-09-27T16:01:15.9972997Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clone_cpu_complex128 2022-09-27T16:01:15.9999206Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clone_cpu_complex128 2022-09-27T16:01:16.0114067Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clone_cpu_float64 2022-09-27T16:01:16.0536984Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_clone_cpu_float64 2022-09-27T16:01:16.2773127Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_column_stack_cpu_complex128 2022-09-27T16:01:16.2821359Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_column_stack_cpu_complex128 2022-09-27T16:01:16.3361052Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_column_stack_cpu_float64 2022-09-27T16:01:16.3398374Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_column_stack_cpu_float64 2022-09-27T16:01:17.2113682Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_combinations_cpu_complex128 2022-09-27T16:01:17.2139752Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_combinations_cpu_complex128 2022-09-27T16:01:17.5024731Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_combinations_cpu_float64 2022-09-27T16:01:17.5063311Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_combinations_cpu_float64 2022-09-27T16:01:17.7301856Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_complex_cpu_float64 2022-09-27T16:01:17.7320237Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_complex_cpu_float64 2022-09-27T16:01:17.8116311Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_cpu_complex128 2022-09-27T16:01:17.8149641Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_cpu_complex128 2022-09-27T16:01:17.8403475Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_cpu_float64 2022-09-27T16:01:17.8612838Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_cpu_float64 2022-09-27T16:01:17.8969354Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_physical_cpu_complex128 2022-09-27T16:01:17.9059434Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_physical_cpu_complex128 2022-09-27T16:01:17.9145471Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_physical_cpu_float64 2022-09-27T16:01:17.9577844Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_conj_physical_cpu_float64 2022-09-27T16:01:19.6663186Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_constant_pad_nd_cpu_complex128 2022-09-27T16:01:19.6694247Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_lu_solve_cpu_complex128 2022-09-27T16:01:19.6930069Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mH_cpu_complex128 2022-09-27T16:01:19.6954468Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_constant_pad_nd_cpu_complex128 2022-09-27T16:01:19.8006941Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_constant_pad_nd_cpu_float64 2022-09-27T16:01:19.8029644Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mH_cpu_complex128 2022-09-27T16:01:19.9345845Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_fill_cpu_complex128 2022-09-27T16:01:19.9354263Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_constant_pad_nd_cpu_float64 2022-09-27T16:01:20.0037439Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_contiguous_cpu_complex128 2022-09-27T16:01:20.0060664Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_fill_cpu_complex128 2022-09-27T16:01:20.0083977Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_select_cpu_complex128 2022-09-27T16:01:20.0109223Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_contiguous_cpu_complex128 2022-09-27T16:01:20.0307398Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_contiguous_cpu_float64 2022-09-27T16:01:20.0618824Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_contiguous_cpu_float64 2022-09-27T16:01:20.1706654Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_copysign_cpu_float64 2022-09-27T16:01:20.1737734Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_copysign_cpu_float64 2022-09-27T16:01:20.2871480Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_corrcoef_cpu_complex128 2022-09-27T16:01:20.2898617Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_masked_select_cpu_complex128 2022-09-27T16:01:20.5611395Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matrix_exp_cpu_complex128 2022-09-27T16:01:20.5651059Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_matrix_exp_cpu_complex128 2022-09-27T16:01:20.5945518Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_max_reduction_with_dim_cpu_float64 2022-09-27T16:01:20.6100747Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_max_reduction_with_dim_cpu_float64 2022-09-27T16:01:20.6797094Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_median_cpu_float64 2022-09-27T16:01:20.6836510Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_median_cpu_float64 2022-09-27T16:01:20.8564506Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_variadic_tensors_cpu_float64 2022-09-27T16:01:20.8606884Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_meshgrid_variadic_tensors_cpu_float64 2022-09-27T16:01:20.9664312Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_minimum_cpu_float64 2022-09-27T16:01:20.9697133Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_corrcoef_cpu_complex128 2022-09-27T16:01:21.0134101Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_corrcoef_cpu_float64 2022-09-27T16:01:21.0171469Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_minimum_cpu_float64 2022-09-27T16:01:21.1048563Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_movedim_cpu_complex128 2022-09-27T16:01:21.1105779Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_corrcoef_cpu_float64 2022-09-27T16:01:21.1348213Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cos_cpu_complex128 2022-09-27T16:01:21.1385346Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_movedim_cpu_complex128 2022-09-27T16:01:21.2779135Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mul_cpu_float64 2022-09-27T16:01:21.2801186Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cos_cpu_complex128 2022-09-27T16:01:21.2832361Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mul_cpu_float64 2022-09-27T16:01:21.2841836Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cos_cpu_float64 2022-09-27T16:01:21.3257844Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T16:01:21.3317461Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cos_cpu_float64 2022-09-27T16:01:21.4179928Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cosh_cpu_complex128 2022-09-27T16:01:21.4217167Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T16:01:21.4798747Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nanmean_cpu_float64 2022-09-27T16:01:21.4841572Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cosh_cpu_complex128 2022-09-27T16:01:21.5164865Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cosh_cpu_float64 2022-09-27T16:01:21.5261140Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cosh_cpu_float64 2022-09-27T16:01:21.5328779Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_count_nonzero_cpu_complex128 2022-09-27T16:01:21.5703477Z [gw0] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_count_nonzero_cpu_complex128 2022-09-27T16:01:21.5736320Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_count_nonzero_cpu_float64 2022-09-27T16:01:21.6218062Z [gw0] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_count_nonzero_cpu_float64 2022-09-27T16:01:21.8233759Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cov_cpu_complex128 2022-09-27T16:01:21.8269164Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nanmean_cpu_float64 2022-09-27T16:01:21.8305011Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_narrow_copy_cpu_complex128 2022-09-27T16:01:21.8341408Z [gw0] [ 22%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cov_cpu_complex128 2022-09-27T16:01:21.8365899Z [gw1] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_narrow_copy_cpu_complex128 2022-09-27T16:01:21.8720444Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cov_cpu_float64 2022-09-27T16:01:21.9264953Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_native_layer_norm_cpu_float64 2022-09-27T16:01:21.9295609Z [gw0] [ 22%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cov_cpu_float64 2022-09-27T16:01:22.0382551Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cross_cpu_complex128 2022-09-27T16:01:22.0405372Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_native_layer_norm_cpu_float64 2022-09-27T16:01:22.0468986Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_neg_cpu_float64 2022-09-27T16:01:22.0864118Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_neg_cpu_float64 2022-09-27T16:01:22.0864904Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_strided_cpu_float64 2022-09-27T16:01:22.1341754Z [gw1] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_empty_strided_cpu_float64 2022-09-27T16:01:22.1342545Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_ones_cpu_float64 2022-09-27T16:01:22.1363958Z [gw1] [ 22%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_new_ones_cpu_float64 2022-09-27T16:01:22.1387731Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cross_cpu_complex128 2022-09-27T16:01:22.1778220Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cross_cpu_float64 2022-09-27T16:01:22.1815703Z [gw0] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cross_cpu_float64 2022-09-27T16:01:22.1823351Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T16:01:22.2065548Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cummax_cpu_float64 2022-09-27T16:01:22.2178442Z [gw1] [ 22%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T16:01:22.2378248Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T16:01:22.2378926Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cummax_cpu_float64 2022-09-27T16:01:22.2762279Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cummin_cpu_float64 2022-09-27T16:01:22.2855154Z [gw0] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cummin_cpu_float64 2022-09-27T16:01:22.3671491Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumprod_cpu_complex128 2022-09-27T16:01:22.3705137Z [gw1] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T16:01:22.4297816Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool3d_cpu_float64 2022-09-27T16:01:22.4328348Z [gw1] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_avg_pool3d_cpu_float64 2022-09-27T16:01:22.6555593Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T16:01:22.6586907Z [gw1] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T16:01:23.7200696Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv2d_cpu_complex128 2022-09-27T16:01:23.7217514Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool2d_cpu_float64 2022-09-27T16:01:23.8407583Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool2d_cpu_float64 2022-09-27T16:01:23.8433247Z [gw2] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T16:01:23.9244940Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_group_norm_cpu_float64 2022-09-27T16:01:23.9272629Z [gw2] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_group_norm_cpu_float64 2022-09-27T16:01:23.9485272Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardtanh_cpu_float64 2022-09-27T16:01:23.9700494Z [gw2] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardtanh_cpu_float64 2022-09-27T16:01:24.2464042Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_area_cpu_float64 2022-09-27T16:01:24.2548192Z [gw2] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_area_cpu_float64 2022-09-27T16:01:24.3574413Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T16:01:24.3596824Z [gw2] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T16:01:24.4527240Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_l1_loss_cpu_float64 2022-09-27T16:01:24.4560206Z [gw2] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_l1_loss_cpu_float64 2022-09-27T16:01:24.6752241Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_linear_cpu_float64 2022-09-27T16:01:24.6781819Z [gw2] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_linear_cpu_float64 2022-09-27T16:01:25.7289258Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool1d_cpu_float64 2022-09-27T16:01:25.7312681Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool2d_cpu_float64 2022-09-27T16:01:25.7624686Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_mish_cpu_float64 2022-09-27T16:01:25.7738586Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_mish_cpu_float64 2022-09-27T16:01:25.7943220Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T16:01:25.8255701Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T16:01:26.1373146Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_circular_cpu_complex128 2022-09-27T16:01:26.1510598Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_circular_cpu_complex128 2022-09-27T16:01:26.5022324Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_reflect_cpu_complex128 2022-09-27T16:01:26.5048343Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_reflect_cpu_complex128 2022-09-27T16:01:26.8104930Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T16:01:26.8136602Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T16:01:26.8357292Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T16:01:26.8617457Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T16:01:27.0654648Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_prelu_cpu_float64 2022-09-27T16:01:27.0695728Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_prelu_cpu_float64 2022-09-27T16:01:27.0898087Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_selu_cpu_float64 2022-09-27T16:01:27.1176644Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_selu_cpu_float64 2022-09-27T16:01:27.1210625Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T16:01:27.1617688Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T16:01:27.1666475Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softplus_cpu_float64 2022-09-27T16:01:27.2057211Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softplus_cpu_float64 2022-09-27T16:01:27.3170720Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_tanhshrink_cpu_complex128 2022-09-27T16:01:27.3216571Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_tanhshrink_cpu_complex128 2022-09-27T16:01:27.5214782Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T16:01:27.5263715Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T16:01:29.6511803Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_unfold_cpu_float64 2022-09-27T16:01:29.6543383Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_unfold_cpu_float64 2022-09-27T16:01:29.6595920Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nonzero_cpu_float64 2022-09-27T16:01:29.7098362Z [gw3] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nonzero_cpu_float64 2022-09-27T16:01:29.7179574Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_fro_cpu_float64 2022-09-27T16:01:29.7538449Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_fro_cpu_float64 2022-09-27T16:01:29.7730944Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_nuc_cpu_float64 2022-09-27T16:01:29.7938665Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_nuc_cpu_float64 2022-09-27T16:01:29.7939273Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ones_cpu_float64 2022-09-27T16:01:29.8421482Z [gw3] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ones_cpu_float64 2022-09-27T16:01:29.8422364Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ormqr_cpu_float64 2022-09-27T16:01:29.8887627Z [gw3] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ormqr_cpu_float64 2022-09-27T16:01:30.0337326Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_permute_cpu_complex128 2022-09-27T16:01:30.0368151Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_permute_cpu_complex128 2022-09-27T16:01:30.3649064Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polar_cpu_float64 2022-09-27T16:01:30.3680955Z [gw3] [ 23%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polar_cpu_float64 2022-09-27T16:01:30.3730383Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_3_cpu_float64 2022-09-27T16:01:30.4177315Z [gw3] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_3_cpu_float64 2022-09-27T16:01:31.5370746Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pow_cpu_complex128 2022-09-27T16:01:31.5397164Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pow_cpu_complex128 2022-09-27T16:01:31.7868880Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_put_cpu_complex128 2022-09-27T16:01:31.7888384Z [gw2] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_pool1d_cpu_float64 2022-09-27T16:01:32.0538277Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T16:01:32.0584486Z [gw2] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T16:01:32.2548026Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T16:01:32.2592770Z [gw2] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T16:01:32.2803315Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T16:01:32.3098051Z [gw2] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T16:01:32.4114451Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_normalize_cpu_float64 2022-09-27T16:01:32.4159260Z [gw2] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_normalize_cpu_float64 2022-09-27T16:01:32.4171047Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_put_cpu_complex128 2022-09-27T16:01:32.4196924Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_constant_cpu_float64 2022-09-27T16:01:32.7644810Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_quantile_cpu_float64 2022-09-27T16:01:32.7690661Z [gw2] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_constant_cpu_float64 2022-09-27T16:01:32.8591102Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_replicate_cpu_float64 2022-09-27T16:01:32.8633412Z [gw2] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_replicate_cpu_float64 2022-09-27T16:01:33.0457924Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T16:01:33.0498992Z [gw2] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T16:01:33.4221179Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T16:01:33.4242912Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_quantile_cpu_float64 2022-09-27T16:01:33.4292532Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randint_like_cpu_float64 2022-09-27T16:01:33.4661532Z [gw3] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randint_like_cpu_float64 2022-09-27T16:01:33.4694361Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randn_like_cpu_float64 2022-09-27T16:01:33.5135278Z [gw3] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randn_like_cpu_float64 2022-09-27T16:01:33.5241638Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_real_cpu_float64 2022-09-27T16:01:33.5616997Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_real_cpu_float64 2022-09-27T16:01:33.5649813Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_renorm_cpu_complex128 2022-09-27T16:01:33.6049111Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_renorm_cpu_complex128 2022-09-27T16:01:33.7558444Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_interleave_cpu_complex128 2022-09-27T16:01:33.7593405Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_interleave_cpu_complex128 2022-09-27T16:01:33.9089407Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_cpu_complex128 2022-09-27T16:01:33.9115899Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_cpu_complex128 2022-09-27T16:01:33.9153070Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resize_as__cpu_complex128 2022-09-27T16:01:33.9550460Z [gw3] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resize_as__cpu_complex128 2022-09-27T16:01:34.0041241Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_neg_cpu_complex128 2022-09-27T16:01:34.0080663Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_neg_cpu_complex128 2022-09-27T16:01:34.2486975Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rot90_cpu_complex128 2022-09-27T16:01:34.2516075Z [gw2] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T16:01:34.3907734Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_rrelu_cpu_float64 2022-09-27T16:01:34.3937048Z [gw2] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_rrelu_cpu_float64 2022-09-27T16:01:34.5192383Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T16:01:34.5238425Z [gw2] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T16:01:34.5836719Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T16:01:34.5881956Z [gw2] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T16:01:34.6237089Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softsign_cpu_float64 2022-09-27T16:01:34.6299984Z [gw2] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softsign_cpu_float64 2022-09-27T16:01:34.8270294Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T16:01:34.8296923Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rot90_cpu_complex128 2022-09-27T16:01:34.8325578Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_3_cpu_float64 2022-09-27T16:01:34.8817430Z [gw3] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_3_cpu_float64 2022-09-27T16:01:35.3852393Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsub_cpu_complex128 2022-09-27T16:01:35.3879034Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsub_cpu_complex128 2022-09-27T16:01:35.6484165Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_cpu_complex128 2022-09-27T16:01:35.6504194Z [gw2] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T16:01:35.6925343Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_unfold_cpu_complex128 2022-09-27T16:01:35.6973945Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_cpu_complex128 2022-09-27T16:01:35.9954701Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_mean_cpu_float64 2022-09-27T16:01:35.9978342Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_mean_cpu_float64 2022-09-27T16:01:36.0118231Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_segment_reduce_lengths_cpu_float64 2022-09-27T16:01:36.0423792Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_segment_reduce_lengths_cpu_float64 2022-09-27T16:01:36.0824109Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_select_scatter_cpu_float64 2022-09-27T16:01:36.0844248Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_select_scatter_cpu_float64 2022-09-27T16:01:36.0893850Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_short_cpu_float64 2022-09-27T16:01:36.1335378Z [gw3] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_short_cpu_float64 2022-09-27T16:01:36.1341415Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_signbit_cpu_float64 2022-09-27T16:01:36.1783011Z [gw3] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_signbit_cpu_float64 2022-09-27T16:01:36.1976543Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinc_cpu_float64 2022-09-27T16:01:36.2257035Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinc_cpu_float64 2022-09-27T16:01:36.2489344Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_softmax_cpu_float64 2022-09-27T16:01:36.2620874Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_softmax_cpu_float64 2022-09-27T16:01:36.2650710Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sparse_sampled_addmm_cpu_complex128 2022-09-27T16:01:36.3139130Z [gw3] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sparse_sampled_addmm_cpu_complex128 2022-09-27T16:01:36.3148720Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_j1_cpu_float64 2022-09-27T16:01:36.3559578Z [gw3] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_j1_cpu_float64 2022-09-27T16:01:36.3592666Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:01:36.4041945Z [gw3] [ 23%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:01:36.4112193Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_erfcx_cpu_float64 2022-09-27T16:01:36.4496764Z [gw3] [ 23%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_erfcx_cpu_float64 2022-09-27T16:01:36.4569727Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_i1_cpu_float64 2022-09-27T16:01:36.4937751Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_i1_cpu_float64 2022-09-27T16:01:36.5011891Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_log_ndtr_cpu_float64 2022-09-27T16:01:36.5331707Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_log_ndtr_cpu_float64 2022-09-27T16:01:36.5341373Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_k1_cpu_float64 2022-09-27T16:01:36.5773267Z [gw3] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_k1_cpu_float64 2022-09-27T16:01:36.5782263Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T16:01:36.6206839Z [gw3] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T16:01:36.6215714Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:01:36.6655766Z [gw3] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:01:36.6664979Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_zeta_cpu_float64 2022-09-27T16:01:36.7138723Z [gw3] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_zeta_cpu_float64 2022-09-27T16:01:36.7405920Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_list_args_cpu_float64 2022-09-27T16:01:36.7571993Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_list_args_cpu_float64 2022-09-27T16:01:36.7855456Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sqrt_cpu_float64 2022-09-27T16:01:36.7979275Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sqrt_cpu_float64 2022-09-27T16:01:36.8465267Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_squeeze_cpu_float64 2022-09-27T16:01:36.8499248Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_squeeze_cpu_float64 2022-09-27T16:01:36.9375877Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_cpu_float64 2022-09-27T16:01:36.9413443Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_cpu_float64 2022-09-27T16:01:37.2735992Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stft_cpu_float64 2022-09-27T16:01:37.2776703Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stft_cpu_float64 2022-09-27T16:01:37.3861973Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_cpu_float64 2022-09-27T16:01:37.3897123Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_cpu_float64 2022-09-27T16:01:38.0173852Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_svd_cpu_float64 2022-09-27T16:01:38.0229422Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv2d_cpu_complex128 2022-09-27T16:01:38.4233878Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T16:01:38.4265442Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T16:01:38.7379953Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cross_entropy_cpu_float64 2022-09-27T16:01:38.7398332Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_cross_entropy_cpu_float64 2022-09-27T16:01:38.9781642Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout_cpu_float64 2022-09-27T16:01:38.9802142Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_dropout_cpu_float64 2022-09-27T16:01:39.0806803Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T16:01:39.0832322Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T16:01:40.2384472Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T16:01:40.2414124Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T16:01:40.2678528Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_grid_sample_cpu_float64 2022-09-27T16:01:40.2818334Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_grid_sample_cpu_float64 2022-09-27T16:01:40.3131773Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardswish_cpu_float64 2022-09-27T16:01:40.3257802Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_hardswish_cpu_float64 2022-09-27T16:01:40.6651153Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_instance_norm_cpu_float64 2022-09-27T16:01:40.7182846Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_svd_cpu_float64 2022-09-27T16:01:40.7721536Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_t_cpu_complex128 2022-09-27T16:01:40.7739988Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_t_cpu_complex128 2022-09-27T16:01:40.7949231Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_cpu_complex128 2022-09-27T16:01:40.7974312Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_instance_norm_cpu_float64 2022-09-27T16:01:40.8903443Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_linear_cpu_float64 2022-09-27T16:01:40.8929112Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_interpolate_linear_cpu_float64 2022-09-27T16:01:40.9248648Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_l1_loss_cpu_complex128 2022-09-27T16:01:40.9272909Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_cpu_complex128 2022-09-27T16:01:40.9691732Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tanh_cpu_complex128 2022-09-27T16:01:40.9738917Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tanh_cpu_complex128 2022-09-27T16:01:41.0697918Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensordot_cpu_complex128 2022-09-27T16:01:41.0810194Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensordot_cpu_complex128 2022-09-27T16:01:41.6310334Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_cpu_complex128 2022-09-27T16:01:41.6333562Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_l1_loss_cpu_complex128 2022-09-27T16:01:41.7789317Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_linear_cpu_complex128 2022-09-27T16:01:41.7816344Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_cpu_complex128 2022-09-27T16:01:41.8266323Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_topk_cpu_float64 2022-09-27T16:01:41.8293017Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_topk_cpu_float64 2022-09-27T16:01:41.8487055Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_transpose_cpu_float64 2022-09-27T16:01:41.8698365Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_transpose_cpu_float64 2022-09-27T16:01:41.9353627Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapz_cpu_float64 2022-09-27T16:01:41.9375715Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapz_cpu_float64 2022-09-27T16:01:41.9688357Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tril_cpu_float64 2022-09-27T16:01:41.9777679Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tril_cpu_float64 2022-09-27T16:01:42.0791206Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_true_divide_cpu_float64 2022-09-27T16:01:42.0822169Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_true_divide_cpu_float64 2022-09-27T16:01:42.3948562Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unflatten_cpu_complex128 2022-09-27T16:01:42.3979238Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unflatten_cpu_complex128 2022-09-27T16:01:42.4032755Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_uniform_cpu_complex128 2022-09-27T16:01:42.4468915Z [gw3] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_uniform_cpu_complex128 2022-09-27T16:01:42.7254092Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unsqueeze_cpu_complex128 2022-09-27T16:01:42.7289268Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unsqueeze_cpu_complex128 2022-09-27T16:01:43.1006432Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_mean_cpu_complex128 2022-09-27T16:01:43.1046791Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_linear_cpu_complex128 2022-09-27T16:01:43.3244043Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T16:01:43.3282908Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T16:01:43.3928491Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool1d_cpu_float64 2022-09-27T16:01:43.3964680Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_mean_cpu_complex128 2022-09-27T16:01:43.4153835Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_complex_cpu_float64 2022-09-27T16:01:43.4453712Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_complex_cpu_float64 2022-09-27T16:01:43.6611050Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_cpu_complex128 2022-09-27T16:01:43.6651241Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_cpu_complex128 2022-09-27T16:01:43.8661116Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vstack_cpu_complex128 2022-09-27T16:01:43.8700764Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vstack_cpu_complex128 2022-09-27T16:01:44.0687849Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_xlogy_cpu_float64 2022-09-27T16:01:44.0714471Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_xlogy_cpu_float64 2022-09-27T16:01:44.0764603Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zeros_cpu_float64 2022-09-27T16:01:44.1257739Z [gw3] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zeros_cpu_float64 2022-09-27T16:01:44.1331159Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_H_cpu_complex128 2022-09-27T16:01:44.1681828Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_H_cpu_complex128 2022-09-27T16:01:44.1718760Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_H_cpu_float64 2022-09-27T16:01:44.2177467Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_H_cpu_float64 2022-09-27T16:01:44.2242260Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_T_cpu_complex128 2022-09-27T16:01:44.2639014Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_T_cpu_complex128 2022-09-27T16:01:44.2643466Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_T_cpu_float64 2022-09-27T16:01:44.3097942Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_T_cpu_float64 2022-09-27T16:01:44.5096828Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___getitem___cpu_complex128 2022-09-27T16:01:44.5130541Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___getitem___cpu_complex128 2022-09-27T16:01:44.5692150Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___getitem___cpu_float64 2022-09-27T16:01:44.5728375Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___getitem___cpu_float64 2022-09-27T16:01:44.7266250Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___radd___cpu_complex128 2022-09-27T16:01:44.7280226Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___radd___cpu_complex128 2022-09-27T16:01:44.7587665Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___radd___cpu_float64 2022-09-27T16:01:44.7640442Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___radd___cpu_float64 2022-09-27T16:01:44.7665377Z [gw2] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_unfold_cpu_complex128 2022-09-27T16:01:44.7699626Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nonzero_cpu_complex128 2022-09-27T16:01:44.7712718Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rdiv___cpu_complex128 2022-09-27T16:01:44.8178049Z [gw2] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nonzero_cpu_complex128 2022-09-27T16:01:44.8683600Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_fro_cpu_complex128 2022-09-27T16:01:44.8697720Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rdiv___cpu_complex128 2022-09-27T16:01:44.9101705Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rdiv___cpu_float64 2022-09-27T16:01:44.9219015Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rdiv___cpu_float64 2022-09-27T16:01:44.9471566Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmatmul___cpu_complex128 2022-09-27T16:01:44.9587200Z [gw2] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_fro_cpu_complex128 2022-09-27T16:01:45.0428552Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_nuc_cpu_complex128 2022-09-27T16:01:45.0473977Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool1d_cpu_float64 2022-09-27T16:01:45.1067532Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool3d_cpu_float64 2022-09-27T16:01:45.1088165Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmatmul___cpu_complex128 2022-09-27T16:01:45.1221731Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmatmul___cpu_float64 2022-09-27T16:01:45.1233868Z [gw2] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_nuc_cpu_complex128 2022-09-27T16:01:45.1268927Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ones_cpu_complex128 2022-09-27T16:01:45.1617755Z [gw2] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ones_cpu_complex128 2022-09-27T16:01:45.1641796Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmatmul___cpu_float64 2022-09-27T16:01:45.1693887Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmod___cpu_float64 2022-09-27T16:01:45.1699014Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ormqr_cpu_complex128 2022-09-27T16:01:45.2040455Z [gw2] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ormqr_cpu_complex128 2022-09-27T16:01:45.2059298Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmod___cpu_float64 2022-09-27T16:01:45.2135278Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmul___cpu_complex128 2022-09-27T16:01:45.3502937Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pca_lowrank_cpu_float64 2022-09-27T16:01:45.3521275Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmul___cpu_complex128 2022-09-27T16:01:45.3698396Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmul___cpu_float64 2022-09-27T16:01:45.3979966Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rmul___cpu_float64 2022-09-27T16:01:45.3991613Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rpow___cpu_complex128 2022-09-27T16:01:45.4417406Z [gw3] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rpow___cpu_complex128 2022-09-27T16:01:45.4427215Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rpow___cpu_float64 2022-09-27T16:01:45.4853791Z [gw3] [ 24%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rpow___cpu_float64 2022-09-27T16:01:45.6202317Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rsub___cpu_complex128 2022-09-27T16:01:45.6248659Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rsub___cpu_complex128 2022-09-27T16:01:45.6283346Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rsub___cpu_float64 2022-09-27T16:01:45.6305926Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_max_unpool3d_cpu_float64 2022-09-27T16:01:45.6382087Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T16:01:45.6470542Z [gw1] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T16:01:45.6659488Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad___rsub___cpu_float64 2022-09-27T16:01:45.6755647Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_amax_cpu_float64 2022-09-27T16:01:45.9840119Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_normalize_cpu_complex128 2022-09-27T16:01:45.9861055Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_amax_cpu_float64 2022-09-27T16:01:46.1667861Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_amin_cpu_float64 2022-09-27T16:01:46.1708109Z [gw3] [ 24%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_amin_cpu_float64 2022-09-27T16:01:46.1768511Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_argmax_cpu_float64 2022-09-27T16:01:46.2188964Z [gw3] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_argmax_cpu_float64 2022-09-27T16:01:46.2191560Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_argmin_cpu_float64 2022-09-27T16:01:46.2535179Z [gw3] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_argmin_cpu_float64 2022-09-27T16:01:46.2559303Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_normalize_cpu_complex128 2022-09-27T16:01:46.2656387Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_constant_cpu_complex128 2022-09-27T16:01:46.4855038Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_cumprod_cpu_complex128 2022-09-27T16:01:46.4983735Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_cumprod_cpu_complex128 2022-09-27T16:01:46.5750868Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_cumprod_cpu_float64 2022-09-27T16:01:46.5900145Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_cumprod_cpu_float64 2022-09-27T16:01:46.6926036Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_cumsum_cpu_complex128 2022-09-27T16:01:46.6951785Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_cumsum_cpu_complex128 2022-09-27T16:01:46.7459162Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_cumsum_cpu_float64 2022-09-27T16:01:46.7527070Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_cumsum_cpu_float64 2022-09-27T16:01:46.8200844Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_log_softmax_cpu_float64 2022-09-27T16:01:46.8232390Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_log_softmax_cpu_float64 2022-09-27T16:01:46.9079814Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_logaddexp_cpu_float64 2022-09-27T16:01:46.9114176Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_logaddexp_cpu_float64 2022-09-27T16:01:47.1999902Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_logsumexp_cpu_float64 2022-09-27T16:01:47.2025662Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_constant_cpu_complex128 2022-09-27T16:01:47.2530789Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_replicate_cpu_complex128 2022-09-27T16:01:47.2552193Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_logsumexp_cpu_float64 2022-09-27T16:01:47.5620685Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_mean_cpu_complex128 2022-09-27T16:01:47.5646366Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pad_replicate_cpu_complex128 2022-09-27T16:01:47.5737261Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pdist_cpu_float64 2022-09-27T16:01:47.6138702Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pdist_cpu_float64 2022-09-27T16:01:47.6192566Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T16:01:47.6617428Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T16:01:47.6684141Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_relu_cpu_float64 2022-09-27T16:01:47.7096434Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_relu_cpu_float64 2022-09-27T16:01:47.7148729Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_silu_cpu_float64 2022-09-27T16:01:47.7536703Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_silu_cpu_float64 2022-09-27T16:01:47.9729658Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T16:01:47.9742774Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T16:01:48.0459974Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softsign_cpu_complex128 2022-09-27T16:01:48.0473334Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_softsign_cpu_complex128 2022-09-27T16:01:48.0596755Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_threshold_cpu_float64 2022-09-27T16:01:48.0901381Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_threshold_cpu_float64 2022-09-27T16:01:48.2719494Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T16:01:48.2745124Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_mean_cpu_complex128 2022-09-27T16:01:48.2869660Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_mean_cpu_float64 2022-09-27T16:01:48.2894933Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T16:01:48.3613805Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_upsample_nearest_cpu_float64 2022-09-27T16:01:48.3645045Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_nn_functional_upsample_nearest_cpu_float64 2022-09-27T16:01:48.5706381Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_cpu_float64 2022-09-27T16:01:48.5727935Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_mean_cpu_float64 2022-09-27T16:01:48.6047603Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_median_cpu_float64 2022-09-27T16:01:48.6074323Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_cpu_float64 2022-09-27T16:01:48.6095550Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_inf_cpu_float64 2022-09-27T16:01:48.6137946Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_median_cpu_float64 2022-09-27T16:01:48.8305317Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_norm_cpu_float64 2022-09-27T16:01:48.8330918Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_norm_inf_cpu_float64 2022-09-27T16:01:48.8358987Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_normal_number_mean_cpu_float64 2022-09-27T16:01:48.8814413Z [gw1] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_normal_number_mean_cpu_float64 2022-09-27T16:01:48.8823751Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ones_like_cpu_float64 2022-09-27T16:01:48.9263213Z [gw1] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ones_like_cpu_float64 2022-09-27T16:01:48.9344324Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_outer_cpu_float64 2022-09-27T16:01:48.9688017Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_outer_cpu_float64 2022-09-27T16:01:49.3075950Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pinverse_cpu_complex128 2022-09-27T16:01:49.3091023Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pinverse_cpu_complex128 2022-09-27T16:01:49.3101936Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_1_cpu_float64 2022-09-27T16:01:49.3501396Z [gw1] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_1_cpu_float64 2022-09-27T16:01:49.3990179Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_positive_cpu_complex128 2022-09-27T16:01:49.4004320Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_norm_cpu_float64 2022-09-27T16:01:49.5095832Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_normalize_cpu_complex128 2022-09-27T16:01:49.5195123Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_positive_cpu_complex128 2022-09-27T16:01:49.7090851Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_prod_cpu_complex128 2022-09-27T16:01:49.7111927Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_normalize_cpu_complex128 2022-09-27T16:01:49.7825410Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_normalize_cpu_float64 2022-09-27T16:01:49.7846906Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_normalize_cpu_float64 2022-09-27T16:01:50.3927999Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_prod_cpu_complex128 2022-09-27T16:01:50.3953579Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_prod_cpu_complex128 2022-09-27T16:01:50.5474017Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_prod_cpu_float64 2022-09-27T16:01:50.5500042Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_prod_cpu_float64 2022-09-27T16:01:50.5855451Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_softmax_cpu_float64 2022-09-27T16:01:50.5940665Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_softmax_cpu_float64 2022-09-27T16:01:50.6303800Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_softmin_cpu_float64 2022-09-27T16:01:50.6381355Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_softmin_cpu_float64 2022-09-27T16:01:50.6612789Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_std_cpu_complex128 2022-09-27T16:01:50.6626195Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_prod_cpu_complex128 2022-09-27T16:01:52.0887293Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_qr_cpu_complex128 2022-09-27T16:01:52.0915334Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_std_cpu_complex128 2022-09-27T16:01:52.4170703Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_std_cpu_float64 2022-09-27T16:01:52.4202475Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_std_cpu_float64 2022-09-27T16:01:52.9871936Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_sum_cpu_complex128 2022-09-27T16:01:52.9878025Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_qr_cpu_complex128 2022-09-27T16:01:52.9903158Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rand_like_cpu_complex128 2022-09-27T16:01:53.0301638Z [gw1] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rand_like_cpu_complex128 2022-09-27T16:01:53.0334931Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randn_cpu_float64 2022-09-27T16:01:53.0739447Z [gw1] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randn_cpu_float64 2022-09-27T16:01:53.0841971Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ravel_cpu_float64 2022-09-27T16:01:53.1182666Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_ravel_cpu_float64 2022-09-27T16:01:53.1289261Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reciprocal_cpu_float64 2022-09-27T16:01:53.1605679Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reciprocal_cpu_float64 2022-09-27T16:01:53.1621295Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_sum_cpu_complex128 2022-09-27T16:01:53.1626158Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_sum_cpu_float64 2022-09-27T16:01:53.2889824Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_cpu_complex128 2022-09-27T16:01:53.2904894Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_sum_cpu_float64 2022-09-27T16:01:53.6212485Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_var_cpu_complex128 2022-09-27T16:01:53.6238507Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_cpu_complex128 2022-09-27T16:01:53.6887765Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_as_cpu_complex128 2022-09-27T16:01:53.6913110Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_as_cpu_complex128 2022-09-27T16:01:53.6949402Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resize__cpu_complex128 2022-09-27T16:01:53.7417272Z [gw1] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resize__cpu_complex128 2022-09-27T16:01:53.7792047Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_conj_cpu_complex128 2022-09-27T16:01:53.7829918Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_conj_cpu_complex128 2022-09-27T16:01:54.1400104Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_roll_cpu_complex128 2022-09-27T16:01:54.1449084Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_roll_cpu_complex128 2022-09-27T16:01:54.1555241Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_cpu_float64 2022-09-27T16:01:54.1937588Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_cpu_float64 2022-09-27T16:01:54.2484509Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsqrt_cpu_complex128 2022-09-27T16:01:54.2510209Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsqrt_cpu_complex128 2022-09-27T16:01:54.3372094Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_add_cpu_complex128 2022-09-27T16:01:54.3389754Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_var_cpu_complex128 2022-09-27T16:01:54.5508290Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_var_cpu_float64 2022-09-27T16:01:54.5531655Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_add_cpu_complex128 2022-09-27T16:01:54.5647201Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_amax_cpu_float64 2022-09-27T16:01:54.5671631Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad__masked_var_cpu_float64 2022-09-27T16:01:54.5743603Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_abs_cpu_complex128 2022-09-27T16:01:54.6187730Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_abs_cpu_complex128 2022-09-27T16:01:54.6196624Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_abs_cpu_float64 2022-09-27T16:01:54.6658139Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_abs_cpu_float64 2022-09-27T16:01:54.6944980Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acos_cpu_complex128 2022-09-27T16:01:54.7020974Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acos_cpu_complex128 2022-09-27T16:01:54.7103489Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acos_cpu_float64 2022-09-27T16:01:54.7461647Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acos_cpu_float64 2022-09-27T16:01:54.7486765Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acosh_cpu_complex128 2022-09-27T16:01:54.7497254Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_amax_cpu_float64 2022-09-27T16:01:54.7691261Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_sum_cpu_float64 2022-09-27T16:01:54.7900904Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acosh_cpu_complex128 2022-09-27T16:01:54.7968587Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acosh_cpu_float64 2022-09-27T16:01:54.8340244Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_acosh_cpu_float64 2022-09-27T16:01:54.8823511Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_add_cpu_complex128 2022-09-27T16:01:54.8845784Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_sum_cpu_float64 2022-09-27T16:01:54.9695269Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_select_cpu_complex128 2022-09-27T16:01:54.9717155Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_select_cpu_complex128 2022-09-27T16:01:54.9778462Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sgn_cpu_float64 2022-09-27T16:01:54.9909055Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sgn_cpu_float64 2022-09-27T16:01:54.9931235Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_add_cpu_complex128 2022-09-27T16:01:55.0185129Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_add_cpu_float64 2022-09-27T16:01:55.0188559Z [gw3] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_add_cpu_float64 2022-09-27T16:01:55.0247092Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sigmoid_cpu_float64 2022-09-27T16:01:55.0338366Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sigmoid_cpu_float64 2022-09-27T16:01:55.0632212Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addbmm_cpu_complex128 2022-09-27T16:01:55.0655139Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sin_cpu_float64 2022-09-27T16:01:55.1093531Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sin_cpu_float64 2022-09-27T16:01:55.1097749Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinh_cpu_float64 2022-09-27T16:01:55.1537593Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinh_cpu_float64 2022-09-27T16:01:55.1786936Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_softmax_with_dtype_cpu_float64 2022-09-27T16:01:55.1899478Z [gw1] [ 25%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_softmax_with_dtype_cpu_float64 2022-09-27T16:01:55.1932045Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_airy_ai_cpu_float64 2022-09-27T16:01:55.2376710Z [gw1] [ 25%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_airy_ai_cpu_float64 2022-09-27T16:01:55.2381384Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_y1_cpu_float64 2022-09-27T16:01:55.2805614Z [gw1] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_y1_cpu_float64 2022-09-27T16:01:55.2810276Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:01:55.3235538Z [gw1] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:01:55.3265050Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_hermite_polynomial_he_cpu_float64 2022-09-27T16:01:55.3696915Z [gw1] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_hermite_polynomial_he_cpu_float64 2022-09-27T16:01:55.3701204Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_laguerre_polynomial_l_cpu_float64 2022-09-27T16:01:55.3864259Z [gw1] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_laguerre_polynomial_l_cpu_float64 2022-09-27T16:01:55.3877944Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addbmm_cpu_complex128 2022-09-27T16:01:55.4136557Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addbmm_cpu_float64 2022-09-27T16:01:55.4141118Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_i1_cpu_float64 2022-09-27T16:01:55.4186901Z [gw1] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_i1_cpu_float64 2022-09-27T16:01:55.4299580Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addbmm_cpu_float64 2022-09-27T16:01:55.4572046Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcdiv_cpu_complex128 2022-09-27T16:01:55.4682250Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_ndtri_cpu_float64 2022-09-27T16:01:55.5006410Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_ndtri_cpu_float64 2022-09-27T16:01:55.5011768Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:01:55.5454894Z [gw1] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:01:55.5460106Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_spherical_bessel_j0_cpu_float64 2022-09-27T16:01:55.5785660Z [gw1] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_spherical_bessel_j0_cpu_float64 2022-09-27T16:01:55.5806532Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcdiv_cpu_complex128 2022-09-27T16:01:55.5868873Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcdiv_cpu_float64 2022-09-27T16:01:55.5977373Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_cpu_float64 2022-09-27T16:01:55.6130533Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_cpu_float64 2022-09-27T16:01:55.6218944Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcdiv_cpu_float64 2022-09-27T16:01:55.6341624Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcmul_cpu_complex128 2022-09-27T16:01:55.6726574Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_with_sizes_cpu_float64 2022-09-27T16:01:55.6751663Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_with_sizes_cpu_float64 2022-09-27T16:01:55.6887689Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_square_cpu_float64 2022-09-27T16:01:55.7179027Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_square_cpu_float64 2022-09-27T16:01:55.7909084Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stack_cpu_float64 2022-09-27T16:01:55.7928453Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stack_cpu_float64 2022-09-27T16:01:55.8529609Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_mean_cpu_float64 2022-09-27T16:01:55.8550597Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcmul_cpu_complex128 2022-09-27T16:01:55.8854879Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcmul_cpu_float64 2022-09-27T16:01:55.9018318Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addcmul_cpu_float64 2022-09-27T16:01:55.9151200Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_cpu_complex128 2022-09-27T16:01:55.9175671Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_mean_cpu_float64 2022-09-27T16:01:56.0286609Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sub_cpu_float64 2022-09-27T16:01:56.0307013Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sub_cpu_float64 2022-09-27T16:01:56.0315671Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_cpu_complex128 2022-09-27T16:01:56.0354735Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_to_size_cpu_float64 2022-09-27T16:01:56.0580860Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_cpu_float64 2022-09-27T16:01:56.0856260Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_cpu_float64 2022-09-27T16:01:56.1116437Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_decomposed_cpu_complex128 2022-09-27T16:01:56.1142088Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_to_size_cpu_float64 2022-09-27T16:01:56.1444944Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_symeig_cpu_complex128 2022-09-27T16:01:56.1581516Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_symeig_cpu_complex128 2022-09-27T16:01:56.1759739Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_along_dim_cpu_complex128 2022-09-27T16:01:56.1779129Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_decomposed_cpu_complex128 2022-09-27T16:01:56.1884621Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_decomposed_cpu_float64 2022-09-27T16:01:56.2339434Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmm_decomposed_cpu_float64 2022-09-27T16:01:56.2944758Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmv_cpu_complex128 2022-09-27T16:01:56.2967965Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_along_dim_cpu_complex128 2022-09-27T16:01:56.3275009Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tan_cpu_complex128 2022-09-27T16:01:56.3344827Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tan_cpu_complex128 2022-09-27T16:01:56.3362601Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmv_cpu_complex128 2022-09-27T16:01:56.3377984Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmv_cpu_float64 2022-09-27T16:01:56.3556611Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensor_split_cpu_complex128 2022-09-27T16:01:56.3780613Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addmv_cpu_float64 2022-09-27T16:01:56.4264381Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addr_cpu_complex128 2022-09-27T16:01:56.4277399Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addr_cpu_complex128 2022-09-27T16:01:56.4389134Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addr_cpu_float64 2022-09-27T16:01:56.4701462Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_addr_cpu_float64 2022-09-27T16:01:56.4730719Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_all_cpu_complex128 2022-09-27T16:01:56.5141583Z [gw3] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_all_cpu_complex128 2022-09-27T16:01:56.5176507Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_all_cpu_float64 2022-09-27T16:01:56.5580088Z [gw3] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_all_cpu_float64 2022-09-27T16:01:56.5617145Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_allclose_cpu_complex128 2022-09-27T16:01:56.6019776Z [gw3] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_allclose_cpu_complex128 2022-09-27T16:01:56.6056121Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_allclose_cpu_float64 2022-09-27T16:01:56.6459392Z [gw3] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_allclose_cpu_float64 2022-09-27T16:01:56.7039968Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_amax_cpu_float64 2022-09-27T16:01:56.7063475Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_amax_cpu_float64 2022-09-27T16:01:56.7846051Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_amin_cpu_float64 2022-09-27T16:01:56.7916768Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_amin_cpu_float64 2022-09-27T16:01:56.7968738Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_aminmax_cpu_float64 2022-09-27T16:01:56.8460050Z [gw3] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_aminmax_cpu_float64 2022-09-27T16:01:56.8475845Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_angle_cpu_complex128 2022-09-27T16:01:56.8822181Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_angle_cpu_complex128 2022-09-27T16:01:56.8868526Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_angle_cpu_float64 2022-09-27T16:01:56.9261252Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_angle_cpu_float64 2022-09-27T16:01:56.9299459Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_any_cpu_complex128 2022-09-27T16:01:56.9386229Z [gw3] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_any_cpu_complex128 2022-09-27T16:01:56.9413927Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensor_split_cpu_complex128 2022-09-27T16:01:56.9744756Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tile_cpu_complex128 2022-09-27T16:01:56.9745316Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_any_cpu_float64 2022-09-27T16:01:57.0180066Z [gw3] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_any_cpu_float64 2022-09-27T16:01:57.0180645Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_arange_cpu_float64 2022-09-27T16:01:57.0619764Z [gw3] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_arange_cpu_float64 2022-09-27T16:01:57.0620338Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argmax_cpu_float64 2022-09-27T16:01:57.1062766Z [gw3] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argmax_cpu_float64 2022-09-27T16:01:57.1063352Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argmin_cpu_float64 2022-09-27T16:01:57.1503738Z [gw3] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argmin_cpu_float64 2022-09-27T16:01:57.1504567Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argsort_cpu_float64 2022-09-27T16:01:57.1940019Z [gw3] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argsort_cpu_float64 2022-09-27T16:01:57.1943458Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argwhere_cpu_complex128 2022-09-27T16:01:57.2384848Z [gw3] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argwhere_cpu_complex128 2022-09-27T16:01:57.2388297Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argwhere_cpu_float64 2022-09-27T16:01:57.2812105Z [gw3] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_argwhere_cpu_float64 2022-09-27T16:01:57.2815385Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_cpu_complex128 2022-09-27T16:01:57.3219059Z [gw3] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_cpu_complex128 2022-09-27T16:01:57.3238840Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_cpu_float64 2022-09-27T16:01:57.3659731Z [gw3] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_cpu_float64 2022-09-27T16:01:57.3750716Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_scatter_cpu_complex128 2022-09-27T16:01:57.4099398Z [gw3] [ 26%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_scatter_cpu_complex128 2022-09-27T16:01:57.4164681Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_scatter_cpu_float64 2022-09-27T16:01:57.4359966Z [gw3] [ 26%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_as_strided_scatter_cpu_float64 2022-09-27T16:01:57.4372125Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tile_cpu_complex128 2022-09-27T16:01:57.4399803Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_sparse_cpu_complex128 2022-09-27T16:01:57.4537081Z [gw1] [ 26%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_sparse_cpu_complex128 2022-09-27T16:01:57.4654221Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asin_cpu_complex128 2022-09-27T16:01:57.4836028Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asin_cpu_complex128 2022-09-27T16:01:57.4839680Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trace_cpu_float64 2022-09-27T16:01:57.4976752Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trace_cpu_float64 2022-09-27T16:01:57.5023113Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asin_cpu_float64 2022-09-27T16:01:57.5294428Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asin_cpu_float64 2022-09-27T16:01:57.5495218Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapezoid_cpu_float64 2022-09-27T16:01:57.5542967Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asinh_cpu_complex128 2022-09-27T16:01:57.5865355Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asinh_cpu_complex128 2022-09-27T16:01:57.5915322Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asinh_cpu_float64 2022-09-27T16:01:57.6384496Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_asinh_cpu_float64 2022-09-27T16:01:57.6385188Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapezoid_cpu_float64 2022-09-27T16:01:57.6385812Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triangular_solve_cpu_float64 2022-09-27T16:01:57.6828520Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atan2_cpu_float64 2022-09-27T16:01:57.6883707Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atan2_cpu_float64 2022-09-27T16:01:57.7026934Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atan_cpu_complex128 2022-09-27T16:01:57.7109010Z [gw1] [ 26%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triangular_solve_cpu_float64 2022-09-27T16:01:57.7261727Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triu_cpu_float64 2022-09-27T16:01:57.7336550Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atan_cpu_complex128 2022-09-27T16:01:57.7347320Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atan_cpu_float64 2022-09-27T16:01:57.7458163Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atan_cpu_float64 2022-09-27T16:01:57.7538512Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_triu_cpu_float64 2022-09-27T16:01:57.7816307Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unbind_cpu_complex128 2022-09-27T16:01:57.7871560Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atanh_cpu_complex128 2022-09-27T16:01:57.8229398Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atanh_cpu_complex128 2022-09-27T16:01:57.8235321Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atanh_cpu_float64 2022-09-27T16:01:57.8696739Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atanh_cpu_float64 2022-09-27T16:01:58.0225954Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_1d_cpu_complex128 2022-09-27T16:01:58.0253560Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_1d_cpu_complex128 2022-09-27T16:01:58.0456989Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_1d_cpu_float64 2022-09-27T16:01:58.0737280Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_1d_cpu_float64 2022-09-27T16:01:58.2253510Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_2d_cpu_complex128 2022-09-27T16:01:58.2279767Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_2d_cpu_complex128 2022-09-27T16:01:58.2486689Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_2d_cpu_float64 2022-09-27T16:01:58.2702498Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_2d_cpu_float64 2022-09-27T16:01:58.3547746Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_3d_cpu_complex128 2022-09-27T16:01:58.3563538Z [gw3] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_3d_cpu_complex128 2022-09-27T16:01:58.3648778Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_3d_cpu_float64 2022-09-27T16:01:58.3661573Z [gw1] [ 26%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unbind_cpu_complex128 2022-09-27T16:01:58.3753367Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unfold_cpu_complex128 2022-09-27T16:01:58.3978813Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_atleast_3d_cpu_float64 2022-09-27T16:01:58.8104245Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_baddbmm_cpu_complex128 2022-09-27T16:01:58.8135111Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unfold_cpu_complex128 2022-09-27T16:01:58.8180007Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unique_consecutive_cpu_float64 2022-09-27T16:01:58.8198347Z [gw1] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unique_consecutive_cpu_float64 2022-09-27T16:01:58.8217410Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_baddbmm_cpu_complex128 2022-09-27T16:01:58.8657424Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_baddbmm_cpu_float64 2022-09-27T16:01:58.8670105Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_baddbmm_cpu_float64 2022-09-27T16:01:58.8677596Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_cpu_complex128 2022-09-27T16:01:58.8918558Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bernoulli_cpu_float64 2022-09-27T16:01:58.9208891Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bernoulli_cpu_float64 2022-09-27T16:01:58.9213032Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bfloat16_cpu_complex128 2022-09-27T16:01:58.9638845Z [gw3] [ 27%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bfloat16_cpu_complex128 2022-09-27T16:01:58.9683159Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bfloat16_cpu_float64 2022-09-27T16:01:59.0142339Z [gw3] [ 27%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bfloat16_cpu_float64 2022-09-27T16:01:59.0824041Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_block_diag_cpu_complex128 2022-09-27T16:01:59.0853600Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_block_diag_cpu_complex128 2022-09-27T16:01:59.1076823Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_block_diag_cpu_float64 2022-09-27T16:01:59.1318344Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_block_diag_cpu_float64 2022-09-27T16:01:59.1434604Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bmm_cpu_complex128 2022-09-27T16:01:59.1802315Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bmm_cpu_complex128 2022-09-27T16:01:59.1844976Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bmm_cpu_float64 2022-09-27T16:01:59.2253659Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bmm_cpu_float64 2022-09-27T16:01:59.2262912Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bool_cpu_complex128 2022-09-27T16:01:59.2695808Z [gw3] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bool_cpu_complex128 2022-09-27T16:01:59.2704719Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bool_cpu_float64 2022-09-27T16:01:59.2992470Z [gw3] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bool_cpu_float64 2022-09-27T16:01:59.3030867Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_cpu_complex128 2022-09-27T16:01:59.3116390Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vdot_cpu_complex128 2022-09-27T16:01:59.3872703Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_tensors_cpu_complex128 2022-09-27T16:01:59.3885938Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_tensors_cpu_complex128 2022-09-27T16:01:59.4081360Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_tensors_cpu_float64 2022-09-27T16:01:59.4286329Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_tensors_cpu_float64 2022-09-27T16:01:59.4299977Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vdot_cpu_complex128 2022-09-27T16:01:59.4319503Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_to_cpu_complex128 2022-09-27T16:01:59.4669998Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_cpu_float64 2022-09-27T16:01:59.4778595Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_cpu_float64 2022-09-27T16:01:59.4974958Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vsplit_cpu_complex128 2022-09-27T16:01:59.5012227Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_to_cpu_complex128 2022-09-27T16:01:59.5237922Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_to_cpu_float64 2022-09-27T16:01:59.5454731Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_broadcast_to_cpu_float64 2022-09-27T16:01:59.5459845Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bucketize_cpu_float64 2022-09-27T16:01:59.5896561Z [gw3] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_bucketize_cpu_float64 2022-09-27T16:01:59.5905749Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_byte_cpu_complex128 2022-09-27T16:01:59.6374952Z [gw3] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_byte_cpu_complex128 2022-09-27T16:01:59.6382910Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_byte_cpu_float64 2022-09-27T16:01:59.6520723Z [gw3] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_byte_cpu_float64 2022-09-27T16:01:59.6542477Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vsplit_cpu_complex128 2022-09-27T16:01:59.6859408Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_where_cpu_complex128 2022-09-27T16:01:59.7280139Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cartesian_prod_cpu_complex128 2022-09-27T16:01:59.7301545Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cartesian_prod_cpu_complex128 2022-09-27T16:01:59.7466143Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cartesian_prod_cpu_float64 2022-09-27T16:01:59.7739362Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cartesian_prod_cpu_float64 2022-09-27T16:01:59.8484100Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cat_cpu_complex128 2022-09-27T16:01:59.8510476Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_where_cpu_complex128 2022-09-27T16:01:59.8622785Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zero__cpu_float64 2022-09-27T16:01:59.8668500Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zero__cpu_float64 2022-09-27T16:01:59.8728174Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cat_cpu_complex128 2022-09-27T16:01:59.9021074Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cat_cpu_float64 2022-09-27T16:01:59.9030211Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zeros_like_cpu_float64 2022-09-27T16:01:59.9040422Z [gw1] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zeros_like_cpu_float64 2022-09-27T16:01:59.9138766Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cat_cpu_float64 2022-09-27T16:01:59.9497985Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cdist_cpu_float64 2022-09-27T16:01:59.9548581Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_nuc_cpu_float64 2022-09-27T16:01:59.9900217Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_nuc_cpu_float64 2022-09-27T16:01:59.9930383Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_normal_cpu_float64 2022-09-27T16:02:00.0370051Z [gw1] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_normal_cpu_float64 2022-09-27T16:02:00.0377820Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_normal_number_mean_cpu_float64 2022-09-27T16:02:00.0819889Z [gw1] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_normal_number_mean_cpu_float64 2022-09-27T16:02:00.0827365Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ones_cpu_complex128 2022-09-27T16:02:00.1272655Z [gw1] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ones_cpu_complex128 2022-09-27T16:02:00.1279564Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ones_cpu_float64 2022-09-27T16:02:00.1711071Z [gw1] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ones_cpu_float64 2022-09-27T16:02:00.1722205Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ones_like_cpu_complex128 2022-09-27T16:02:00.2154564Z [gw1] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ones_like_cpu_complex128 2022-09-27T16:02:00.2162973Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ones_like_cpu_float64 2022-09-27T16:02:00.2544131Z [gw1] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ones_like_cpu_float64 2022-09-27T16:02:00.2580161Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ormqr_cpu_complex128 2022-09-27T16:02:00.2980239Z [gw1] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ormqr_cpu_complex128 2022-09-27T16:02:00.3001079Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ormqr_cpu_float64 2022-09-27T16:02:00.3422343Z [gw1] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ormqr_cpu_float64 2022-09-27T16:02:00.3518552Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_outer_cpu_complex128 2022-09-27T16:02:00.3861131Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_outer_cpu_complex128 2022-09-27T16:02:00.3904106Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_outer_cpu_float64 2022-09-27T16:02:00.4303800Z [gw1] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_outer_cpu_float64 2022-09-27T16:02:00.4947044Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pca_lowrank_cpu_float64 2022-09-27T16:02:00.4954216Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cdist_cpu_float64 2022-09-27T16:02:00.4997692Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ceil_cpu_float64 2022-09-27T16:02:00.5382340Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ceil_cpu_float64 2022-09-27T16:02:00.5501611Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chalf_cpu_complex128 2022-09-27T16:02:00.5823254Z [gw3] [ 27%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chalf_cpu_complex128 2022-09-27T16:02:00.5931050Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chalf_cpu_float64 2022-09-27T16:02:00.6263813Z [gw3] [ 27%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chalf_cpu_float64 2022-09-27T16:02:00.6298740Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_char_cpu_complex128 2022-09-27T16:02:00.6738989Z [gw3] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_char_cpu_complex128 2022-09-27T16:02:00.6746341Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_char_cpu_float64 2022-09-27T16:02:00.7219090Z [gw3] [ 27%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_char_cpu_float64 2022-09-27T16:02:00.9554531Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_cpu_complex128 2022-09-27T16:02:00.9571719Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_cpu_complex128 2022-09-27T16:02:00.9947660Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_cpu_float64 2022-09-27T16:02:01.0022269Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_cpu_float64 2022-09-27T16:02:01.2016224Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_inverse_cpu_complex128 2022-09-27T16:02:01.2052746Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_inverse_cpu_complex128 2022-09-27T16:02:01.2626415Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_inverse_cpu_float64 2022-09-27T16:02:01.2659928Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_inverse_cpu_float64 2022-09-27T16:02:01.4165489Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_solve_cpu_complex128 2022-09-27T16:02:01.4180468Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_solve_cpu_complex128 2022-09-27T16:02:01.4585071Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_solve_cpu_float64 2022-09-27T16:02:01.4607983Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cholesky_solve_cpu_float64 2022-09-27T16:02:01.5285251Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chunk_cpu_complex128 2022-09-27T16:02:01.5308671Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chunk_cpu_complex128 2022-09-27T16:02:01.5514046Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chunk_cpu_float64 2022-09-27T16:02:01.5741940Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_chunk_cpu_float64 2022-09-27T16:02:01.5970173Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clamp_cpu_float64 2022-09-27T16:02:01.6259237Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clamp_cpu_float64 2022-09-27T16:02:01.6444981Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clamp_max_cpu_float64 2022-09-27T16:02:01.6622294Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clamp_max_cpu_float64 2022-09-27T16:02:01.6827423Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clamp_min_cpu_float64 2022-09-27T16:02:01.7061874Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clamp_min_cpu_float64 2022-09-27T16:02:01.7195592Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clone_cpu_complex128 2022-09-27T16:02:01.7503179Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clone_cpu_complex128 2022-09-27T16:02:01.7553723Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clone_cpu_float64 2022-09-27T16:02:01.7941033Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_clone_cpu_float64 2022-09-27T16:02:01.8214659Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_column_stack_cpu_complex128 2022-09-27T16:02:01.8381882Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_column_stack_cpu_complex128 2022-09-27T16:02:01.8460505Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_column_stack_cpu_float64 2022-09-27T16:02:01.8823934Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_column_stack_cpu_float64 2022-09-27T16:02:02.1504660Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_combinations_cpu_complex128 2022-09-27T16:02:02.1533302Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_combinations_cpu_complex128 2022-09-27T16:02:02.2295449Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_combinations_cpu_float64 2022-09-27T16:02:02.2324729Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_combinations_cpu_float64 2022-09-27T16:02:02.2722409Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_complex_cpu_float64 2022-09-27T16:02:02.2739429Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_complex_cpu_float64 2022-09-27T16:02:02.2917612Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_cpu_complex128 2022-09-27T16:02:02.3185964Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_cpu_complex128 2022-09-27T16:02:02.3246275Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_cpu_float64 2022-09-27T16:02:02.3698040Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_cpu_float64 2022-09-27T16:02:02.3717147Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_physical_cpu_complex128 2022-09-27T16:02:02.4115357Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_physical_cpu_complex128 2022-09-27T16:02:02.4115978Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_physical_cpu_float64 2022-09-27T16:02:02.4576693Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_conj_physical_cpu_float64 2022-09-27T16:02:02.8730939Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_constant_pad_nd_cpu_complex128 2022-09-27T16:02:02.8757250Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_constant_pad_nd_cpu_complex128 2022-09-27T16:02:02.9436117Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_constant_pad_nd_cpu_float64 2022-09-27T16:02:02.9448493Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_constant_pad_nd_cpu_float64 2022-09-27T16:02:02.9566923Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_contiguous_cpu_complex128 2022-09-27T16:02:02.9863056Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_contiguous_cpu_complex128 2022-09-27T16:02:02.9921237Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_contiguous_cpu_float64 2022-09-27T16:02:03.0302473Z [gw3] [ 27%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_contiguous_cpu_float64 2022-09-27T16:02:03.0508498Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_copysign_cpu_float64 2022-09-27T16:02:03.0743441Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_copysign_cpu_float64 2022-09-27T16:02:03.1396828Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_corrcoef_cpu_complex128 2022-09-27T16:02:03.1413040Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_corrcoef_cpu_complex128 2022-09-27T16:02:03.1578799Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_corrcoef_cpu_float64 2022-09-27T16:02:03.1822306Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_corrcoef_cpu_float64 2022-09-27T16:02:03.2152474Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cos_cpu_complex128 2022-09-27T16:02:03.2260797Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cos_cpu_complex128 2022-09-27T16:02:03.2331319Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cos_cpu_float64 2022-09-27T16:02:03.2778120Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cos_cpu_float64 2022-09-27T16:02:03.2888090Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cosh_cpu_complex128 2022-09-27T16:02:03.3219877Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cosh_cpu_complex128 2022-09-27T16:02:03.3230764Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cosh_cpu_float64 2022-09-27T16:02:03.3631343Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cosh_cpu_float64 2022-09-27T16:02:03.3642665Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_count_nonzero_cpu_complex128 2022-09-27T16:02:03.4061467Z [gw3] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_count_nonzero_cpu_complex128 2022-09-27T16:02:03.4072835Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_count_nonzero_cpu_float64 2022-09-27T16:02:03.4578099Z [gw3] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_count_nonzero_cpu_float64 2022-09-27T16:02:03.4923128Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cov_cpu_complex128 2022-09-27T16:02:03.4976931Z [gw3] [ 28%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cov_cpu_complex128 2022-09-27T16:02:03.5353096Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cov_cpu_float64 2022-09-27T16:02:03.5405165Z [gw3] [ 28%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cov_cpu_float64 2022-09-27T16:02:03.5967768Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cross_cpu_complex128 2022-09-27T16:02:03.6008323Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cross_cpu_complex128 2022-09-27T16:02:03.6199857Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cross_cpu_float64 2022-09-27T16:02:03.6617143Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cross_cpu_float64 2022-09-27T16:02:03.6617735Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cummax_cpu_float64 2022-09-27T16:02:03.6981871Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cummax_cpu_float64 2022-09-27T16:02:03.6990560Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cummin_cpu_float64 2022-09-27T16:02:03.7417483Z [gw3] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cummin_cpu_float64 2022-09-27T16:02:03.8925979Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumprod_cpu_complex128 2022-09-27T16:02:03.8960591Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pca_lowrank_cpu_float64 2022-09-27T16:02:03.9485894Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_permute_cpu_complex128 2022-09-27T16:02:03.9523342Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_permute_cpu_complex128 2022-09-27T16:02:03.9701392Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_permute_cpu_float64 2022-09-27T16:02:04.0008258Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_permute_cpu_float64 2022-09-27T16:02:04.1106196Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pinverse_cpu_complex128 2022-09-27T16:02:04.1129771Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pinverse_cpu_complex128 2022-09-27T16:02:04.1422110Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pinverse_cpu_float64 2022-09-27T16:02:04.1616556Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pinverse_cpu_float64 2022-09-27T16:02:04.2111009Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polar_cpu_float64 2022-09-27T16:02:04.2134216Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polar_cpu_float64 2022-09-27T16:02:04.2304577Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_0_cpu_float64 2022-09-27T16:02:04.2569655Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_0_cpu_float64 2022-09-27T16:02:04.2571638Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_1_cpu_float64 2022-09-27T16:02:04.3008164Z [gw1] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_1_cpu_float64 2022-09-27T16:02:04.3010126Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_2_cpu_float64 2022-09-27T16:02:04.3448563Z [gw1] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_2_cpu_float64 2022-09-27T16:02:04.3450240Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_3_cpu_float64 2022-09-27T16:02:04.3891841Z [gw1] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_3_cpu_float64 2022-09-27T16:02:04.3893679Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_4_cpu_float64 2022-09-27T16:02:04.4377460Z [gw1] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_polygamma_polygamma_n_4_cpu_float64 2022-09-27T16:02:04.4624871Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_positive_cpu_complex128 2022-09-27T16:02:04.4811506Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_positive_cpu_complex128 2022-09-27T16:02:04.4814065Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_positive_cpu_float64 2022-09-27T16:02:04.5256643Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_positive_cpu_float64 2022-09-27T16:02:04.5815722Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pow_cpu_complex128 2022-09-27T16:02:04.5835292Z [gw2] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pca_lowrank_cpu_float64 2022-09-27T16:02:04.7071095Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pinverse_cpu_float64 2022-09-27T16:02:04.7093837Z [gw2] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_pinverse_cpu_float64 2022-09-27T16:02:04.7140204Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_2_cpu_float64 2022-09-27T16:02:04.7299310Z [gw2] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_2_cpu_float64 2022-09-27T16:02:04.7316535Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pow_cpu_complex128 2022-09-27T16:02:04.7522099Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pow_cpu_float64 2022-09-27T16:02:04.7663075Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_positive_cpu_float64 2022-09-27T16:02:04.7740849Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_pow_cpu_float64 2022-09-27T16:02:04.7749745Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_prod_cpu_complex128 2022-09-27T16:02:04.7959099Z [gw2] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_positive_cpu_float64 2022-09-27T16:02:05.1573064Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_prod_cpu_float64 2022-09-27T16:02:05.1609747Z [gw2] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_prod_cpu_float64 2022-09-27T16:02:05.2197409Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_qr_cpu_float64 2022-09-27T16:02:05.2241198Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_prod_cpu_complex128 2022-09-27T16:02:05.3423593Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_prod_cpu_float64 2022-09-27T16:02:05.3470237Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_prod_cpu_float64 2022-09-27T16:02:05.6999891Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_put_cpu_complex128 2022-09-27T16:02:05.7028900Z [gw2] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_qr_cpu_float64 2022-09-27T16:02:05.7054919Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rand_like_cpu_float64 2022-09-27T16:02:05.7227612Z [gw2] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rand_like_cpu_float64 2022-09-27T16:02:05.7261092Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_put_cpu_complex128 2022-09-27T16:02:05.7500246Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_put_cpu_float64 2022-09-27T16:02:05.7538091Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randn_like_cpu_complex128 2022-09-27T16:02:05.7956043Z [gw2] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_randn_like_cpu_complex128 2022-09-27T16:02:05.8204419Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_real_cpu_complex128 2022-09-27T16:02:05.8219440Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_put_cpu_float64 2022-09-27T16:02:05.8692393Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_qr_cpu_complex128 2022-09-27T16:02:05.8718657Z [gw2] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_real_cpu_complex128 2022-09-27T16:02:05.9552154Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_remainder_cpu_float64 2022-09-27T16:02:05.9576812Z [gw2] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_remainder_cpu_float64 2022-09-27T16:02:06.0211622Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_cpu_float64 2022-09-27T16:02:06.0238059Z [gw2] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_repeat_cpu_float64 2022-09-27T16:02:06.0378891Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_as_cpu_float64 2022-09-27T16:02:06.0694947Z [gw2] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_reshape_as_cpu_float64 2022-09-27T16:02:06.0704284Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resize__cpu_float64 2022-09-27T16:02:06.1185733Z [gw2] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resize__cpu_float64 2022-09-27T16:02:06.1186376Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_conj_cpu_float64 2022-09-27T16:02:06.1618814Z [gw2] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_resolve_conj_cpu_float64 2022-09-27T16:02:06.2322775Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_roll_cpu_float64 2022-09-27T16:02:06.2350069Z [gw2] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_roll_cpu_float64 2022-09-27T16:02:06.2537695Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_0_cpu_float64 2022-09-27T16:02:06.2855273Z [gw2] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_round_decimals_0_cpu_float64 2022-09-27T16:02:06.2990413Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsqrt_cpu_float64 2022-09-27T16:02:06.3315264Z [gw2] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_rsqrt_cpu_float64 2022-09-27T16:02:06.3732785Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_add_cpu_float64 2022-09-27T16:02:06.3826134Z [gw2] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_add_cpu_float64 2022-09-27T16:02:06.6730786Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_amin_cpu_float64 2022-09-27T16:02:06.6754202Z [gw2] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_scatter_reduce_amin_cpu_float64 2022-09-27T16:02:06.6795724Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_searchsorted_cpu_float64 2022-09-27T16:02:06.6826953Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_qr_cpu_complex128 2022-09-27T16:02:06.6839619Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_qr_cpu_float64 2022-09-27T16:02:06.7285659Z [gw2] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_searchsorted_cpu_float64 2022-09-27T16:02:06.7411250Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_select_cpu_float64 2022-09-27T16:02:06.7696966Z [gw2] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_select_cpu_float64 2022-09-27T16:02:06.7706638Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_short_cpu_complex128 2022-09-27T16:02:06.8171411Z [gw2] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_short_cpu_complex128 2022-09-27T16:02:06.8181057Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sign_cpu_float64 2022-09-27T16:02:06.8657916Z [gw2] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sign_cpu_float64 2022-09-27T16:02:06.9905072Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinc_cpu_complex128 2022-09-27T16:02:06.9941477Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_qr_cpu_float64 2022-09-27T16:02:07.0188043Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_quantile_cpu_float64 2022-09-27T16:02:07.0221130Z [gw2] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sinc_cpu_complex128 2022-09-27T16:02:07.1864702Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_slice_scatter_cpu_float64 2022-09-27T16:02:07.1907129Z [gw2] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_slice_scatter_cpu_float64 2022-09-27T16:02:07.2782460Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sort_cpu_float64 2022-09-27T16:02:07.3018590Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_quantile_cpu_float64 2022-09-27T16:02:07.3021041Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rad2deg_cpu_float64 2022-09-27T16:02:07.3418192Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rad2deg_cpu_float64 2022-09-27T16:02:07.3423820Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rand_like_cpu_complex128 2022-09-27T16:02:07.3858933Z [gw1] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rand_like_cpu_complex128 2022-09-27T16:02:07.3868816Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rand_like_cpu_float64 2022-09-27T16:02:07.4299242Z [gw1] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rand_like_cpu_float64 2022-09-27T16:02:07.4308734Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randint_like_cpu_float64 2022-09-27T16:02:07.4740224Z [gw1] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randint_like_cpu_float64 2022-09-27T16:02:07.4749803Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randn_cpu_complex128 2022-09-27T16:02:07.5178772Z [gw1] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randn_cpu_complex128 2022-09-27T16:02:07.5188074Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randn_cpu_float64 2022-09-27T16:02:07.5619395Z [gw1] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randn_cpu_float64 2022-09-27T16:02:07.5628968Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randn_like_cpu_complex128 2022-09-27T16:02:07.5918488Z [gw1] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randn_like_cpu_complex128 2022-09-27T16:02:07.5942248Z [gw2] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sort_cpu_float64 2022-09-27T16:02:07.5993399Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_j0_cpu_float64 2022-09-27T16:02:07.6055043Z [gw2] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_bessel_j0_cpu_float64 2022-09-27T16:02:07.6063388Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randn_like_cpu_float64 2022-09-27T16:02:07.6416716Z [gw1] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_randn_like_cpu_float64 2022-09-27T16:02:07.6428108Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:02:07.6536040Z [gw2] [ 28%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:02:07.6733995Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ravel_cpu_complex128 2022-09-27T16:02:07.6854709Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ravel_cpu_complex128 2022-09-27T16:02:07.6900773Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_entr_cpu_float64 2022-09-27T16:02:07.6948062Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ravel_cpu_float64 2022-09-27T16:02:07.6994067Z [gw2] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_entr_cpu_float64 2022-09-27T16:02:07.7306257Z [gw1] [ 28%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ravel_cpu_float64 2022-09-27T16:02:07.7340885Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_i0e_cpu_float64 2022-09-27T16:02:07.7383518Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_real_cpu_complex128 2022-09-27T16:02:07.7487868Z [gw2] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_i0e_cpu_float64 2022-09-27T16:02:07.7727684Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_real_cpu_complex128 2022-09-27T16:02:07.7733489Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_legendre_polynomial_p_cpu_float64 2022-09-27T16:02:07.7848438Z [gw2] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_legendre_polynomial_p_cpu_float64 2022-09-27T16:02:07.7854230Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_real_cpu_float64 2022-09-27T16:02:07.8219140Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_real_cpu_float64 2022-09-27T16:02:07.8297800Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_k0_cpu_float64 2022-09-27T16:02:07.8304545Z [gw2] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_modified_bessel_k0_cpu_float64 2022-09-27T16:02:07.8433265Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reciprocal_cpu_complex128 2022-09-27T16:02:07.8537772Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reciprocal_cpu_complex128 2022-09-27T16:02:07.8558216Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumprod_cpu_complex128 2022-09-27T16:02:07.8701072Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumprod_cpu_float64 2022-09-27T16:02:07.8775537Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T16:02:07.8796440Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reciprocal_cpu_float64 2022-09-27T16:02:07.9087718Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reciprocal_cpu_float64 2022-09-27T16:02:07.9101256Z [gw2] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T16:02:07.9119416Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:02:07.9215857Z [gw2] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:02:07.9508949Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_remainder_cpu_float64 2022-09-27T16:02:07.9539055Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_remainder_cpu_float64 2022-09-27T16:02:07.9578892Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_xlog1py_cpu_float64 2022-09-27T16:02:07.9991574Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_renorm_cpu_complex128 2022-09-27T16:02:08.0058518Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_renorm_cpu_complex128 2022-09-27T16:02:08.0196064Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_renorm_cpu_float64 2022-09-27T16:02:08.0280669Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_renorm_cpu_float64 2022-09-27T16:02:08.0296133Z [gw2] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_special_xlog1py_cpu_float64 2022-09-27T16:02:08.0618223Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_list_args_cpu_complex128 2022-09-27T16:02:08.1745751Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_cpu_complex128 2022-09-27T16:02:08.1762111Z [gw2] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_split_list_args_cpu_complex128 2022-09-27T16:02:08.2217508Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sqrt_cpu_complex128 2022-09-27T16:02:08.2230213Z [gw2] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sqrt_cpu_complex128 2022-09-27T16:02:08.2684515Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_squeeze_cpu_complex128 2022-09-27T16:02:08.2706090Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_cpu_complex128 2022-09-27T16:02:08.3316084Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_cpu_float64 2022-09-27T16:02:08.3338598Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_cpu_float64 2022-09-27T16:02:08.4535912Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_interleave_cpu_complex128 2022-09-27T16:02:08.4585329Z [gw2] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_squeeze_cpu_complex128 2022-09-27T16:02:08.4857509Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_cpu_complex128 2022-09-27T16:02:08.4893186Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_interleave_cpu_complex128 2022-09-27T16:02:08.5175525Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_interleave_cpu_float64 2022-09-27T16:02:08.5300612Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_repeat_interleave_cpu_float64 2022-09-27T16:02:08.5497034Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_as_cpu_complex128 2022-09-27T16:02:08.5521358Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumprod_cpu_float64 2022-09-27T16:02:08.5792284Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumsum_cpu_complex128 2022-09-27T16:02:08.5844538Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumsum_cpu_complex128 2022-09-27T16:02:08.5869626Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_as_cpu_complex128 2022-09-27T16:02:08.6017135Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_as_cpu_float64 2022-09-27T16:02:08.6030124Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumsum_cpu_float64 2022-09-27T16:02:08.6076027Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumsum_cpu_float64 2022-09-27T16:02:08.6300970Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_as_cpu_float64 2022-09-27T16:02:08.6417298Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_cpu_complex128 2022-09-27T16:02:08.7478573Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumulative_trapezoid_cpu_complex128 2022-09-27T16:02:08.7501701Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_cpu_complex128 2022-09-27T16:02:08.7623919Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_cpu_float64 2022-09-27T16:02:08.7844103Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_reshape_cpu_float64 2022-09-27T16:02:08.7864065Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumulative_trapezoid_cpu_complex128 2022-09-27T16:02:08.7974779Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumulative_trapezoid_cpu_float64 2022-09-27T16:02:08.7979147Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize__cpu_complex128 2022-09-27T16:02:08.8098105Z [gw1] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize__cpu_complex128 2022-09-27T16:02:08.8367917Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_cumulative_trapezoid_cpu_float64 2022-09-27T16:02:08.8373619Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_deg2rad_cpu_float64 2022-09-27T16:02:08.8417759Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_deg2rad_cpu_float64 2022-09-27T16:02:08.8421882Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize__cpu_float64 2022-09-27T16:02:08.8597806Z [gw1] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize__cpu_float64 2022-09-27T16:02:08.8618391Z [gw2] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_std_cpu_complex128 2022-09-27T16:02:08.8818040Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stft_cpu_complex128 2022-09-27T16:02:08.8864855Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_cpu_complex128 2022-09-27T16:02:08.8865438Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize_as__cpu_complex128 2022-09-27T16:02:08.9338878Z [gw1] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize_as__cpu_complex128 2022-09-27T16:02:08.9339791Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize_as__cpu_float64 2022-09-27T16:02:08.9818357Z [gw1] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resize_as__cpu_float64 2022-09-27T16:02:08.9983326Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_conj_cpu_complex128 2022-09-27T16:02:09.0011838Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_conj_cpu_complex128 2022-09-27T16:02:09.0033725Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_cpu_complex128 2022-09-27T16:02:09.0251667Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_cpu_float64 2022-09-27T16:02:09.0257048Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_conj_cpu_float64 2022-09-27T16:02:09.0390184Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_conj_cpu_float64 2022-09-27T16:02:09.0459135Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_cpu_float64 2022-09-27T16:02:09.0659080Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_embed_cpu_complex128 2022-09-27T16:02:09.0758746Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_neg_cpu_complex128 2022-09-27T16:02:09.1132557Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_neg_cpu_complex128 2022-09-27T16:02:09.1133183Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_neg_cpu_float64 2022-09-27T16:02:09.1576993Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_resolve_neg_cpu_float64 2022-09-27T16:02:09.1827687Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_roll_cpu_complex128 2022-09-27T16:02:09.1853334Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_embed_cpu_complex128 2022-09-27T16:02:09.2091802Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_embed_cpu_float64 2022-09-27T16:02:09.2262082Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diag_embed_cpu_float64 2022-09-27T16:02:09.2553023Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagflat_cpu_complex128 2022-09-27T16:02:09.2700197Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagflat_cpu_complex128 2022-09-27T16:02:09.2777915Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagflat_cpu_float64 2022-09-27T16:02:09.2971067Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagflat_cpu_float64 2022-09-27T16:02:09.2983363Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_roll_cpu_complex128 2022-09-27T16:02:09.3138076Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_roll_cpu_float64 2022-09-27T16:02:09.3309310Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagonal_cpu_complex128 2022-09-27T16:02:09.3421976Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_roll_cpu_float64 2022-09-27T16:02:09.3506136Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rot90_cpu_complex128 2022-09-27T16:02:09.3516002Z [gw2] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_stft_cpu_complex128 2022-09-27T16:02:09.3967088Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_cpu_complex128 2022-09-27T16:02:09.3978741Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagonal_cpu_complex128 2022-09-27T16:02:09.4190498Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagonal_cpu_float64 2022-09-27T16:02:09.4380105Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagonal_cpu_float64 2022-09-27T16:02:09.4763414Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagonal_scatter_cpu_float64 2022-09-27T16:02:09.4862112Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diagonal_scatter_cpu_float64 2022-09-27T16:02:09.5405962Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diff_cpu_complex128 2022-09-27T16:02:09.5418277Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rot90_cpu_complex128 2022-09-27T16:02:09.5909200Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rot90_cpu_float64 2022-09-27T16:02:09.5921208Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rot90_cpu_float64 2022-09-27T16:02:09.5959950Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_cpu_float64 2022-09-27T16:02:09.6378715Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_cpu_float64 2022-09-27T16:02:09.6403887Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_decimals_0_cpu_float64 2022-09-27T16:02:09.6564234Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_decimals_0_cpu_float64 2022-09-27T16:02:09.6582085Z [gw2] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_sum_cpu_complex128 2022-09-27T16:02:09.6819730Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_svd_cpu_complex128 2022-09-27T16:02:09.6845335Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_decimals_3_cpu_float64 2022-09-27T16:02:09.7326011Z [gw1] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_decimals_3_cpu_float64 2022-09-27T16:02:09.7332077Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_decimals_neg_3_cpu_float64 2022-09-27T16:02:09.7816580Z [gw1] [ 29%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_round_decimals_neg_3_cpu_float64 2022-09-27T16:02:09.7935692Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsqrt_cpu_complex128 2022-09-27T16:02:09.8288422Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsqrt_cpu_complex128 2022-09-27T16:02:09.8293874Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsqrt_cpu_float64 2022-09-27T16:02:09.8776342Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsqrt_cpu_float64 2022-09-27T16:02:09.9823693Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsub_cpu_complex128 2022-09-27T16:02:09.9835878Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsub_cpu_complex128 2022-09-27T16:02:10.0046564Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsub_cpu_float64 2022-09-27T16:02:10.0260013Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_rsub_cpu_float64 2022-09-27T16:02:10.1062278Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_add_cpu_complex128 2022-09-27T16:02:10.1076517Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_add_cpu_complex128 2022-09-27T16:02:10.1261611Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_add_cpu_float64 2022-09-27T16:02:10.1398821Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_add_cpu_float64 2022-09-27T16:02:10.1408109Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diff_cpu_complex128 2022-09-27T16:02:10.1499161Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diff_cpu_float64 2022-09-27T16:02:10.2184599Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_cpu_complex128 2022-09-27T16:02:10.2196998Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_cpu_complex128 2022-09-27T16:02:10.2350523Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_cpu_float64 2022-09-27T16:02:10.2519307Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_cpu_float64 2022-09-27T16:02:10.2527026Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_diff_cpu_float64 2022-09-27T16:02:10.2586338Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_digamma_cpu_float64 2022-09-27T16:02:10.2736696Z [gw3] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_digamma_cpu_float64 2022-09-27T16:02:10.2982297Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_amax_cpu_float64 2022-09-27T16:02:10.3122531Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dist_cpu_complex128 2022-09-27T16:02:10.3132236Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_amax_cpu_float64 2022-09-27T16:02:10.3714609Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_amin_cpu_float64 2022-09-27T16:02:10.3727885Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_amin_cpu_float64 2022-09-27T16:02:10.4100693Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_mean_cpu_float64 2022-09-27T16:02:10.4141062Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_mean_cpu_float64 2022-09-27T16:02:10.4908861Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_prod_cpu_float64 2022-09-27T16:02:10.4933435Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_prod_cpu_float64 2022-09-27T16:02:10.5334462Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_sum_cpu_float64 2022-09-27T16:02:10.5352974Z [gw1] [ 29%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_scatter_reduce_sum_cpu_float64 2022-09-27T16:02:10.5373495Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_searchsorted_cpu_float64 2022-09-27T16:02:10.5651866Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_searchsorted_cpu_float64 2022-09-27T16:02:10.5660769Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dist_cpu_complex128 2022-09-27T16:02:10.5783819Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dist_cpu_float64 2022-09-27T16:02:10.6763053Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_segment_reduce_lengths_cpu_float64 2022-09-27T16:02:10.6776573Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dist_cpu_float64 2022-09-27T16:02:10.6982352Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_floor_rounding_cpu_float64 2022-09-27T16:02:10.7260226Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_floor_rounding_cpu_float64 2022-09-27T16:02:10.8164977Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_no_rounding_mode_cpu_complex128 2022-09-27T16:02:10.8179111Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_segment_reduce_lengths_cpu_float64 2022-09-27T16:02:10.8344393Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_segment_reduce_offsets_cpu_float64 2022-09-27T16:02:10.8358012Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_no_rounding_mode_cpu_complex128 2022-09-27T16:02:10.8560305Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_no_rounding_mode_cpu_float64 2022-09-27T16:02:10.8895580Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_no_rounding_mode_cpu_float64 2022-09-27T16:02:10.9060952Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_trunc_rounding_cpu_float64 2022-09-27T16:02:10.9376775Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_div_trunc_rounding_cpu_float64 2022-09-27T16:02:10.9438822Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dot_cpu_complex128 2022-09-27T16:02:10.9454524Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_segment_reduce_offsets_cpu_float64 2022-09-27T16:02:10.9513573Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_select_cpu_complex128 2022-09-27T16:02:10.9834502Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dot_cpu_complex128 2022-09-27T16:02:10.9843939Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dot_cpu_float64 2022-09-27T16:02:10.9964256Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dot_cpu_float64 2022-09-27T16:02:10.9988972Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_select_cpu_complex128 2022-09-27T16:02:11.0102095Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_select_cpu_float64 2022-09-27T16:02:11.0297499Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_select_cpu_float64 2022-09-27T16:02:11.0407011Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_double_cpu_complex128 2022-09-27T16:02:11.0535714Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_double_cpu_complex128 2022-09-27T16:02:11.0585109Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_select_scatter_cpu_float64 2022-09-27T16:02:11.0735666Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_select_scatter_cpu_float64 2022-09-27T16:02:11.0783063Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_double_cpu_float64 2022-09-27T16:02:11.0897636Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_double_cpu_float64 2022-09-27T16:02:11.1023021Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sgn_cpu_complex128 2022-09-27T16:02:11.1257012Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sgn_cpu_complex128 2022-09-27T16:02:11.1410265Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dsplit_cpu_complex128 2022-09-27T16:02:11.1419486Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sgn_cpu_float64 2022-09-27T16:02:11.1644536Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sgn_cpu_float64 2022-09-27T16:02:11.1672903Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dsplit_cpu_complex128 2022-09-27T16:02:11.1831569Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dsplit_cpu_float64 2022-09-27T16:02:11.1839609Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_short_cpu_complex128 2022-09-27T16:02:11.1874127Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_short_cpu_complex128 2022-09-27T16:02:11.2140003Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dsplit_cpu_float64 2022-09-27T16:02:11.2266861Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dstack_cpu_complex128 2022-09-27T16:02:11.2277605Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_short_cpu_float64 2022-09-27T16:02:11.2416505Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_short_cpu_float64 2022-09-27T16:02:11.2699605Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dstack_cpu_complex128 2022-09-27T16:02:11.2706276Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dstack_cpu_float64 2022-09-27T16:02:11.2734892Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_dstack_cpu_float64 2022-09-27T16:02:11.2848848Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sigmoid_cpu_complex128 2022-09-27T16:02:11.3102939Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sigmoid_cpu_complex128 2022-09-27T16:02:11.3108446Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sigmoid_cpu_float64 2022-09-27T16:02:11.3166527Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_einsum_cpu_complex128 2022-09-27T16:02:11.3741693Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sigmoid_cpu_float64 2022-09-27T16:02:11.3991329Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sign_cpu_float64 2022-09-27T16:02:11.4303137Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sign_cpu_float64 2022-09-27T16:02:11.4327712Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_signbit_cpu_float64 2022-09-27T16:02:11.4785514Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_signbit_cpu_float64 2022-09-27T16:02:11.4866867Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sin_cpu_complex128 2022-09-27T16:02:11.5276748Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sin_cpu_complex128 2022-09-27T16:02:11.5286286Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sin_cpu_float64 2022-09-27T16:02:11.5564252Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sin_cpu_float64 2022-09-27T16:02:11.5614540Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_einsum_cpu_complex128 2022-09-27T16:02:11.5735673Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_einsum_cpu_float64 2022-09-27T16:02:11.5899222Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinc_cpu_complex128 2022-09-27T16:02:11.6141513Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinc_cpu_complex128 2022-09-27T16:02:11.6182486Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinc_cpu_float64 2022-09-27T16:02:11.6207676Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinc_cpu_float64 2022-09-27T16:02:11.6234263Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_einsum_cpu_float64 2022-09-27T16:02:11.6287235Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_cpu_complex128 2022-09-27T16:02:11.6657230Z [gw3] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_cpu_complex128 2022-09-27T16:02:11.6668002Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinh_cpu_complex128 2022-09-27T16:02:11.6706544Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_cpu_float64 2022-09-27T16:02:11.6728551Z [gw3] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_cpu_float64 2022-09-27T16:02:11.7029304Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinh_cpu_complex128 2022-09-27T16:02:11.7082146Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinh_cpu_float64 2022-09-27T16:02:11.7174222Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sinh_cpu_float64 2022-09-27T16:02:11.7179695Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_like_cpu_complex128 2022-09-27T16:02:11.7501638Z [gw3] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_like_cpu_complex128 2022-09-27T16:02:11.7597223Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_slice_scatter_cpu_float64 2022-09-27T16:02:11.7620097Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_like_cpu_float64 2022-09-27T16:02:11.8059986Z [gw3] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_empty_like_cpu_float64 2022-09-27T16:02:11.8064901Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eq_cpu_complex128 2022-09-27T16:02:11.8343246Z [gw3] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eq_cpu_complex128 2022-09-27T16:02:11.8366006Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_slice_scatter_cpu_float64 2022-09-27T16:02:11.8465451Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_softmax_cpu_float64 2022-09-27T16:02:11.8505026Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_softmax_cpu_float64 2022-09-27T16:02:11.8505606Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eq_cpu_float64 2022-09-27T16:02:11.8849773Z [gw3] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eq_cpu_float64 2022-09-27T16:02:11.8977701Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_softmax_with_dtype_cpu_complex128 2022-09-27T16:02:11.8978532Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_equal_cpu_complex128 2022-09-27T16:02:11.9108042Z [gw3] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_equal_cpu_complex128 2022-09-27T16:02:11.9294486Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_softmax_with_dtype_cpu_complex128 2022-09-27T16:02:11.9372842Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_softmax_with_dtype_cpu_float64 2022-09-27T16:02:11.9422590Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_softmax_with_dtype_cpu_float64 2022-09-27T16:02:11.9427147Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_equal_cpu_float64 2022-09-27T16:02:11.9740494Z [gw3] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_equal_cpu_float64 2022-09-27T16:02:11.9820389Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sort_cpu_float64 2022-09-27T16:02:11.9874530Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_erf_cpu_float64 2022-09-27T16:02:12.0260990Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_erf_cpu_float64 2022-09-27T16:02:12.0336019Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_erfc_cpu_float64 2022-09-27T16:02:12.0702369Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_erfc_cpu_float64 2022-09-27T16:02:12.0752861Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_erfinv_cpu_float64 2022-09-27T16:02:12.1182710Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_erfinv_cpu_float64 2022-09-27T16:02:12.1252231Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_exp2_cpu_float64 2022-09-27T16:02:12.1319889Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_exp2_cpu_float64 2022-09-27T16:02:12.1344197Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sort_cpu_float64 2022-09-27T16:02:12.1377729Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sparse_sampled_addmm_cpu_complex128 2022-09-27T16:02:12.1697867Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sparse_sampled_addmm_cpu_complex128 2022-09-27T16:02:12.1780840Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_exp_cpu_complex128 2022-09-27T16:02:12.1806787Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sparse_sampled_addmm_cpu_float64 2022-09-27T16:02:12.1814782Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_exp_cpu_complex128 2022-09-27T16:02:12.2101921Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sparse_sampled_addmm_cpu_float64 2022-09-27T16:02:12.2189803Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_exp_cpu_float64 2022-09-27T16:02:12.2260633Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_exp_cpu_float64 2022-09-27T16:02:12.2296420Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_airy_ai_cpu_float64 2022-09-27T16:02:12.2542164Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_airy_ai_cpu_float64 2022-09-27T16:02:12.2742949Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_as_cpu_complex128 2022-09-27T16:02:12.2775920Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_bessel_j0_cpu_float64 2022-09-27T16:02:12.2793828Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_bessel_j0_cpu_float64 2022-09-27T16:02:12.2982147Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_as_cpu_complex128 2022-09-27T16:02:12.3069240Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_as_cpu_float64 2022-09-27T16:02:12.3221241Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_as_cpu_float64 2022-09-27T16:02:12.3249886Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_bessel_j1_cpu_float64 2022-09-27T16:02:12.3422520Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_bessel_j1_cpu_float64 2022-09-27T16:02:12.3703130Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_cpu_complex128 2022-09-27T16:02:12.3735749Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_bessel_y0_cpu_float64 2022-09-27T16:02:12.4070409Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_bessel_y0_cpu_float64 2022-09-27T16:02:12.4082069Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_cpu_complex128 2022-09-27T16:02:12.4140199Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_cpu_float64 2022-09-27T16:02:12.4172648Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_bessel_y1_cpu_float64 2022-09-27T16:02:12.4254748Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_bessel_y1_cpu_float64 2022-09-27T16:02:12.4504660Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expand_cpu_float64 2022-09-27T16:02:12.4556116Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expm1_cpu_float64 2022-09-27T16:02:12.4579803Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_expm1_cpu_float64 2022-09-27T16:02:12.4616272Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:02:12.4943390Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:02:12.4981154Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eye_cpu_complex128 2022-09-27T16:02:12.5062107Z [gw3] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eye_cpu_complex128 2022-09-27T16:02:12.5104227Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:02:12.5384594Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:02:12.5426491Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eye_cpu_float64 2022-09-27T16:02:12.5543130Z [gw3] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_eye_cpu_float64 2022-09-27T16:02:12.5583496Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:02:12.5821934Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:02:12.5982099Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft2_cpu_complex128 2022-09-27T16:02:12.6005348Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:02:12.6409398Z [gw1] [ 30%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:02:12.6419282Z [gw3] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft2_cpu_complex128 2022-09-27T16:02:12.6423790Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_entr_cpu_float64 2022-09-27T16:02:12.6487901Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft2_cpu_float64 2022-09-27T16:02:12.6633752Z [gw1] [ 30%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_entr_cpu_float64 2022-09-27T16:02:12.6864020Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft2_cpu_float64 2022-09-27T16:02:12.6873098Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_erfcx_cpu_float64 2022-09-27T16:02:12.6932320Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft_cpu_complex128 2022-09-27T16:02:12.7301852Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_erfcx_cpu_float64 2022-09-27T16:02:12.7335972Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_hermite_polynomial_h_cpu_float64 2022-09-27T16:02:12.7397250Z [gw1] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_hermite_polynomial_h_cpu_float64 2022-09-27T16:02:12.7413198Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft_cpu_complex128 2022-09-27T16:02:12.7645554Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft_cpu_float64 2022-09-27T16:02:12.7781863Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fft_cpu_float64 2022-09-27T16:02:12.7810153Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_hermite_polynomial_he_cpu_float64 2022-09-27T16:02:12.7822845Z [gw1] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_hermite_polynomial_he_cpu_float64 2022-09-27T16:02:12.8223276Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftn_cpu_complex128 2022-09-27T16:02:12.8285960Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_i0e_cpu_float64 2022-09-27T16:02:12.8441623Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_i0e_cpu_float64 2022-09-27T16:02:12.8451212Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftn_cpu_complex128 2022-09-27T16:02:12.8714159Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftn_cpu_float64 2022-09-27T16:02:12.8780059Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_i1_cpu_float64 2022-09-27T16:02:12.8846843Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftn_cpu_float64 2022-09-27T16:02:12.8865361Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_i1_cpu_float64 2022-09-27T16:02:12.9220370Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftshift_cpu_complex128 2022-09-27T16:02:12.9227995Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_i1e_cpu_float64 2022-09-27T16:02:12.9273570Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_i1e_cpu_float64 2022-09-27T16:02:12.9297497Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftshift_cpu_complex128 2022-09-27T16:02:12.9394312Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftshift_cpu_float64 2022-09-27T16:02:12.9616370Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_fftshift_cpu_float64 2022-09-27T16:02:12.9624521Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_laguerre_polynomial_l_cpu_float64 2022-09-27T16:02:12.9812529Z [gw1] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_laguerre_polynomial_l_cpu_float64 2022-09-27T16:02:13.0048018Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft2_cpu_complex128 2022-09-27T16:02:13.0057178Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_legendre_polynomial_p_cpu_float64 2022-09-27T16:02:13.0393523Z [gw1] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_legendre_polynomial_p_cpu_float64 2022-09-27T16:02:13.0418382Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft2_cpu_complex128 2022-09-27T16:02:13.0463019Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft2_cpu_float64 2022-09-27T16:02:13.0548629Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_log_ndtr_cpu_float64 2022-09-27T16:02:13.0830240Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_log_ndtr_cpu_float64 2022-09-27T16:02:13.0899274Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft2_cpu_float64 2022-09-27T16:02:13.0906307Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft_cpu_complex128 2022-09-27T16:02:13.0946248Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_modified_bessel_i0_cpu_float64 2022-09-27T16:02:13.1288559Z [gw1] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_modified_bessel_i0_cpu_float64 2022-09-27T16:02:13.1338488Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft_cpu_complex128 2022-09-27T16:02:13.1343640Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft_cpu_float64 2022-09-27T16:02:13.1380636Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_modified_bessel_i1_cpu_float64 2022-09-27T16:02:13.1545269Z [gw1] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_modified_bessel_i1_cpu_float64 2022-09-27T16:02:13.1813486Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfft_cpu_float64 2022-09-27T16:02:13.1817331Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_modified_bessel_k0_cpu_float64 2022-09-27T16:02:13.1823557Z [gw1] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_modified_bessel_k0_cpu_float64 2022-09-27T16:02:13.2266879Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfftn_cpu_complex128 2022-09-27T16:02:13.2270196Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_modified_bessel_k1_cpu_float64 2022-09-27T16:02:13.2738796Z [gw1] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_modified_bessel_k1_cpu_float64 2022-09-27T16:02:13.2759344Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_ndtr_cpu_float64 2022-09-27T16:02:13.2780225Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_ndtr_cpu_float64 2022-09-27T16:02:13.2802049Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfftn_cpu_complex128 2022-09-27T16:02:13.3179568Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfftn_cpu_float64 2022-09-27T16:02:13.3189485Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_ndtri_cpu_float64 2022-09-27T16:02:13.3298245Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_ndtri_cpu_float64 2022-09-27T16:02:13.3322982Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_hfftn_cpu_float64 2022-09-27T16:02:13.3593691Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft2_cpu_complex128 2022-09-27T16:02:13.3792944Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T16:02:13.4014254Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T16:02:13.4014983Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T16:02:13.4455152Z [gw1] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T16:02:13.4456414Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T16:02:13.4498768Z [gw1] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T16:02:13.4529361Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft2_cpu_complex128 2022-09-27T16:02:13.4865084Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft2_cpu_float64 2022-09-27T16:02:13.4900660Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:02:13.4985105Z [gw1] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:02:13.5009398Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft2_cpu_float64 2022-09-27T16:02:13.5340734Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft_cpu_complex128 2022-09-27T16:02:13.5341459Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:02:13.5770472Z [gw1] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:02:13.5771240Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:02:13.6214242Z [gw1] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:02:13.6214934Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:02:13.6374453Z [gw1] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:02:13.6390077Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft_cpu_complex128 2022-09-27T16:02:13.6623553Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft_cpu_float64 2022-09-27T16:02:13.6650460Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_spherical_bessel_j0_cpu_float64 2022-09-27T16:02:13.6705348Z [gw1] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_spherical_bessel_j0_cpu_float64 2022-09-27T16:02:13.6820044Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifft_cpu_float64 2022-09-27T16:02:13.7106054Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftn_cpu_complex128 2022-09-27T16:02:13.7363208Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_xlog1py_cpu_float64 2022-09-27T16:02:13.7373617Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftn_cpu_complex128 2022-09-27T16:02:13.7405583Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftn_cpu_float64 2022-09-27T16:02:13.7581505Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_xlog1py_cpu_float64 2022-09-27T16:02:13.7597483Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_zeta_cpu_float64 2022-09-27T16:02:13.7616445Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftn_cpu_float64 2022-09-27T16:02:13.7779373Z [gw1] [ 31%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_special_zeta_cpu_float64 2022-09-27T16:02:13.8035658Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftshift_cpu_complex128 2022-09-27T16:02:13.8059817Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftshift_cpu_complex128 2022-09-27T16:02:13.8218626Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_cpu_complex128 2022-09-27T16:02:13.8338860Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftshift_cpu_float64 2022-09-27T16:02:13.8349700Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_cpu_complex128 2022-09-27T16:02:13.8537989Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ifftshift_cpu_float64 2022-09-27T16:02:13.8597899Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_cpu_float64 2022-09-27T16:02:13.8657452Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_cpu_float64 2022-09-27T16:02:13.8811744Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ihfft2_cpu_float64 2022-09-27T16:02:13.9020350Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ihfft2_cpu_float64 2022-09-27T16:02:13.9101949Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_list_args_cpu_complex128 2022-09-27T16:02:13.9423924Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ihfft_cpu_float64 2022-09-27T16:02:13.9450475Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_list_args_cpu_complex128 2022-09-27T16:02:13.9500549Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ihfft_cpu_float64 2022-09-27T16:02:13.9539950Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_list_args_cpu_float64 2022-09-27T16:02:13.9676670Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ihfftn_cpu_float64 2022-09-27T16:02:13.9818270Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_list_args_cpu_float64 2022-09-27T16:02:14.0012077Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_ihfftn_cpu_float64 2022-09-27T16:02:14.0097669Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft2_cpu_complex128 2022-09-27T16:02:14.1271216Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_with_sizes_cpu_complex128 2022-09-27T16:02:14.1315845Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_with_sizes_cpu_complex128 2022-09-27T16:02:14.1351592Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_with_sizes_cpu_float64 2022-09-27T16:02:14.1382660Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft2_cpu_complex128 2022-09-27T16:02:14.1680564Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft2_cpu_float64 2022-09-27T16:02:14.1740752Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_split_with_sizes_cpu_float64 2022-09-27T16:02:14.1918387Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sqrt_cpu_complex128 2022-09-27T16:02:14.1995259Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sqrt_cpu_complex128 2022-09-27T16:02:14.2026524Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft2_cpu_float64 2022-09-27T16:02:14.2296145Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft_cpu_complex128 2022-09-27T16:02:14.2299302Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sqrt_cpu_float64 2022-09-27T16:02:14.2572848Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sqrt_cpu_float64 2022-09-27T16:02:14.2595152Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft_cpu_complex128 2022-09-27T16:02:14.2698640Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft_cpu_float64 2022-09-27T16:02:14.3000345Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_square_cpu_complex128 2022-09-27T16:02:14.3045325Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_square_cpu_complex128 2022-09-27T16:02:14.3068185Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfft_cpu_float64 2022-09-27T16:02:14.3100560Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfftn_cpu_complex128 2022-09-27T16:02:14.3206426Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_square_cpu_float64 2022-09-27T16:02:14.3549974Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_square_cpu_float64 2022-09-27T16:02:14.4508221Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_squeeze_cpu_complex128 2022-09-27T16:02:14.4576258Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_squeeze_cpu_complex128 2022-09-27T16:02:14.4735167Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_squeeze_cpu_float64 2022-09-27T16:02:14.4774384Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfftn_cpu_complex128 2022-09-27T16:02:14.4784782Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfftn_cpu_float64 2022-09-27T16:02:14.5018812Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_squeeze_cpu_float64 2022-09-27T16:02:14.5246593Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stack_cpu_complex128 2022-09-27T16:02:14.5285634Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_irfftn_cpu_float64 2022-09-27T16:02:14.5806576Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_rfft2_cpu_float64 2022-09-27T16:02:14.5845141Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_rfft2_cpu_float64 2022-09-27T16:02:14.6456112Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_rfft_cpu_float64 2022-09-27T16:02:14.6504248Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stack_cpu_complex128 2022-09-27T16:02:14.6670154Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_rfft_cpu_float64 2022-09-27T16:02:14.6801504Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stack_cpu_float64 2022-09-27T16:02:14.7050927Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_rfftn_cpu_float64 2022-09-27T16:02:14.7100755Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stack_cpu_float64 2022-09-27T16:02:14.7328117Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_cpu_complex128 2022-09-27T16:02:14.7341565Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fft_rfftn_cpu_float64 2022-09-27T16:02:14.7535120Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fill_cpu_complex128 2022-09-27T16:02:14.7781204Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fill_cpu_complex128 2022-09-27T16:02:14.7840490Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fill_cpu_float64 2022-09-27T16:02:14.8204009Z [gw3] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fill_cpu_float64 2022-09-27T16:02:14.8221436Z [gw1] [ 31%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_cpu_complex128 2022-09-27T16:02:14.8258307Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_cpu_float64 2022-09-27T16:02:14.8478076Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flatten_cpu_complex128 2022-09-27T16:02:14.8617722Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_cpu_float64 2022-09-27T16:02:14.8659721Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flatten_cpu_complex128 2022-09-27T16:02:14.8715575Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_mean_cpu_complex128 2022-09-27T16:02:14.8872673Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flatten_cpu_float64 2022-09-27T16:02:14.9259280Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flatten_cpu_float64 2022-09-27T16:02:14.9858870Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flip_cpu_complex128 2022-09-27T16:02:14.9869901Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flip_cpu_complex128 2022-09-27T16:02:15.0072654Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flip_cpu_float64 2022-09-27T16:02:15.0100553Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flip_cpu_float64 2022-09-27T16:02:15.0110484Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_mean_cpu_complex128 2022-09-27T16:02:15.0337281Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_mean_cpu_float64 2022-09-27T16:02:15.0369251Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fliplr_cpu_complex128 2022-09-27T16:02:15.0460943Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_std_mean_cpu_float64 2022-09-27T16:02:15.0537545Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fliplr_cpu_complex128 2022-09-27T16:02:15.0741313Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stft_cpu_complex128 2022-09-27T16:02:15.0813668Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fliplr_cpu_float64 2022-09-27T16:02:15.1256568Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fliplr_cpu_float64 2022-09-27T16:02:15.1327489Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flipud_cpu_complex128 2022-09-27T16:02:15.1681016Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flipud_cpu_complex128 2022-09-27T16:02:15.1752919Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flipud_cpu_float64 2022-09-27T16:02:15.2178384Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_flipud_cpu_float64 2022-09-27T16:02:15.2213125Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_cpu_complex128 2022-09-27T16:02:15.2332938Z [gw3] [ 32%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_cpu_complex128 2022-09-27T16:02:15.2360612Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stft_cpu_complex128 2022-09-27T16:02:15.2617227Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stft_cpu_float64 2022-09-27T16:02:15.2671636Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_cpu_float64 2022-09-27T16:02:15.3057928Z [gw3] [ 32%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_cpu_float64 2022-09-27T16:02:15.3063271Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_stft_cpu_float64 2022-09-27T16:02:15.3067341Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sub_cpu_complex128 2022-09-27T16:02:15.4998685Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_power_cpu_complex128 2022-09-27T16:02:15.5011897Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sub_cpu_complex128 2022-09-27T16:02:15.5226617Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sub_cpu_float64 2022-09-27T16:02:15.5403444Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sub_cpu_float64 2022-09-27T16:02:15.5460778Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_power_cpu_complex128 2022-09-27T16:02:15.5536323Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_cpu_complex128 2022-09-27T16:02:15.5934318Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_power_cpu_float64 2022-09-27T16:02:15.5979930Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_float_power_cpu_float64 2022-09-27T16:02:15.6026912Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_floor_cpu_float64 2022-09-27T16:02:15.6478531Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_floor_cpu_float64 2022-09-27T16:02:15.6509198Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_floor_divide_cpu_float64 2022-09-27T16:02:15.6539464Z [gw3] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_floor_divide_cpu_float64 2022-09-27T16:02:15.6559059Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_cpu_complex128 2022-09-27T16:02:15.6825305Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_cpu_float64 2022-09-27T16:02:15.6900935Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_cpu_float64 2022-09-27T16:02:15.6979519Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fmax_cpu_float64 2022-09-27T16:02:15.7234263Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_to_size_cpu_complex128 2022-09-27T16:02:15.7416923Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fmax_cpu_float64 2022-09-27T16:02:15.7704220Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fmin_cpu_float64 2022-09-27T16:02:15.7779609Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fmin_cpu_float64 2022-09-27T16:02:15.8206382Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fmod_cpu_float64 2022-09-27T16:02:15.8243478Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_fmod_cpu_float64 2022-09-27T16:02:15.8396769Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_frac_cpu_float64 2022-09-27T16:02:15.8779408Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_frac_cpu_float64 2022-09-27T16:02:15.8794069Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_frexp_cpu_float64 2022-09-27T16:02:15.9141107Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_frexp_cpu_float64 2022-09-27T16:02:15.9187947Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_full_like_cpu_complex128 2022-09-27T16:02:15.9264938Z [gw3] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_full_like_cpu_complex128 2022-09-27T16:02:15.9280862Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_to_size_cpu_complex128 2022-09-27T16:02:15.9494180Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_to_size_cpu_float64 2022-09-27T16:02:15.9581816Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_sum_to_size_cpu_float64 2022-09-27T16:02:15.9614804Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_full_like_cpu_float64 2022-09-27T16:02:15.9700736Z [gw3] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_full_like_cpu_float64 2022-09-27T16:02:16.0023161Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_svd_cpu_complex128 2022-09-27T16:02:16.0324516Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gather_cpu_complex128 2022-09-27T16:02:16.0562438Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gather_cpu_complex128 2022-09-27T16:02:16.0573852Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gather_cpu_float64 2022-09-27T16:02:16.0939933Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gather_cpu_float64 2022-09-27T16:02:16.0951445Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ge_cpu_float64 2022-09-27T16:02:16.1380993Z [gw3] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ge_cpu_float64 2022-09-27T16:02:16.1391450Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_geqrf_cpu_complex128 2022-09-27T16:02:16.1819478Z [gw3] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_geqrf_cpu_complex128 2022-09-27T16:02:16.1830503Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_geqrf_cpu_float64 2022-09-27T16:02:16.2232853Z [gw3] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_geqrf_cpu_float64 2022-09-27T16:02:16.4544800Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gradient_cpu_complex128 2022-09-27T16:02:16.4563179Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gradient_cpu_complex128 2022-09-27T16:02:16.5150079Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gradient_cpu_float64 2022-09-27T16:02:16.5167126Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gradient_cpu_float64 2022-09-27T16:02:16.5197576Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gt_cpu_float64 2022-09-27T16:02:16.5583050Z [gw3] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_gt_cpu_float64 2022-09-27T16:02:16.5698239Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_half_cpu_complex128 2022-09-27T16:02:16.6023375Z [gw3] [ 32%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_half_cpu_complex128 2022-09-27T16:02:16.6137214Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_half_cpu_float64 2022-09-27T16:02:16.6464217Z [gw3] [ 32%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_half_cpu_float64 2022-09-27T16:02:16.6505192Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_heaviside_cpu_float64 2022-09-27T16:02:16.6954974Z [gw3] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_heaviside_cpu_float64 2022-09-27T16:02:16.6995197Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_histc_cpu_float64 2022-09-27T16:02:16.7383637Z [gw3] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_histc_cpu_float64 2022-09-27T16:02:16.7410184Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_histogram_cpu_float64 2022-09-27T16:02:16.7823582Z [gw3] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_histogram_cpu_float64 2022-09-27T16:02:16.7853715Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_histogramdd_cpu_float64 2022-09-27T16:02:16.8303519Z [gw3] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_histogramdd_cpu_float64 2022-09-27T16:02:16.8736184Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hsplit_cpu_complex128 2022-09-27T16:02:16.8759618Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hsplit_cpu_complex128 2022-09-27T16:02:16.9228199Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hsplit_cpu_float64 2022-09-27T16:02:16.9251072Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hsplit_cpu_float64 2022-09-27T16:02:16.9838170Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hstack_cpu_complex128 2022-09-27T16:02:16.9865088Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hstack_cpu_complex128 2022-09-27T16:02:17.0044474Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hstack_cpu_float64 2022-09-27T16:02:17.0342880Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hstack_cpu_float64 2022-09-27T16:02:17.0707784Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hypot_cpu_float64 2022-09-27T16:02:17.0897633Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_hypot_cpu_float64 2022-09-27T16:02:17.0900211Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_i0_cpu_float64 2022-09-27T16:02:17.1303588Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_i0_cpu_float64 2022-09-27T16:02:17.1335008Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_igamma_cpu_float64 2022-09-27T16:02:17.1742418Z [gw3] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_igamma_cpu_float64 2022-09-27T16:02:17.1776983Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_igammac_cpu_float64 2022-09-27T16:02:17.2222386Z [gw3] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_igammac_cpu_float64 2022-09-27T16:02:17.2600123Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_imag_cpu_complex128 2022-09-27T16:02:17.2700913Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_imag_cpu_complex128 2022-09-27T16:02:17.4665916Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_add_cpu_complex128 2022-09-27T16:02:17.4780859Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_add_cpu_complex128 2022-09-27T16:02:17.5189021Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_add_cpu_float64 2022-09-27T16:02:17.5220396Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_add_cpu_float64 2022-09-27T16:02:17.5702801Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_copy_cpu_complex128 2022-09-27T16:02:17.5736653Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_copy_cpu_complex128 2022-09-27T16:02:17.5949885Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_copy_cpu_float64 2022-09-27T16:02:17.6218804Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_copy_cpu_float64 2022-09-27T16:02:17.6498880Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_fill_cpu_complex128 2022-09-27T16:02:17.6702563Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_fill_cpu_complex128 2022-09-27T16:02:17.6777048Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_fill_cpu_float64 2022-09-27T16:02:17.7143931Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_fill_cpu_float64 2022-09-27T16:02:17.7826489Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_put_cpu_complex128 2022-09-27T16:02:17.7849925Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_put_cpu_complex128 2022-09-27T16:02:17.8104998Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_put_cpu_float64 2022-09-27T16:02:17.8338102Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_put_cpu_float64 2022-09-27T16:02:17.9238003Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_reduce_cpu_float64 2022-09-27T16:02:17.9262161Z [gw1] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_svd_cpu_complex128 2022-09-27T16:02:17.9787335Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_svd_cpu_float64 2022-09-27T16:02:17.9814763Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_reduce_cpu_float64 2022-09-27T16:02:18.0203488Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_select_cpu_complex128 2022-09-27T16:02:18.0245090Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_select_cpu_complex128 2022-09-27T16:02:18.0348310Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_select_cpu_float64 2022-09-27T16:02:18.0395032Z [gw0] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumprod_cpu_complex128 2022-09-27T16:02:18.0416790Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_index_select_cpu_float64 2022-09-27T16:02:18.0737854Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumprod_cpu_float64 2022-09-27T16:02:18.1025834Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_inner_cpu_complex128 2022-09-27T16:02:18.1100665Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_inner_cpu_complex128 2022-09-27T16:02:18.1185733Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_inner_cpu_float64 2022-09-27T16:02:18.1544601Z [gw3] [ 32%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_inner_cpu_float64 2022-09-27T16:02:18.1601163Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_int_cpu_complex128 2022-09-27T16:02:18.2020386Z [gw3] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_int_cpu_complex128 2022-09-27T16:02:18.2030865Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_int_cpu_float64 2022-09-27T16:02:18.2424619Z [gw3] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_int_cpu_float64 2022-09-27T16:02:18.2484045Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isclose_cpu_complex128 2022-09-27T16:02:18.2906312Z [gw3] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isclose_cpu_complex128 2022-09-27T16:02:18.2919235Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isclose_cpu_float64 2022-09-27T16:02:18.3343098Z [gw3] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isclose_cpu_float64 2022-09-27T16:02:18.3353078Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isfinite_cpu_complex128 2022-09-27T16:02:18.3784130Z [gw3] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isfinite_cpu_complex128 2022-09-27T16:02:18.3826876Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isfinite_cpu_float64 2022-09-27T16:02:18.4297998Z [gw3] [ 32%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isfinite_cpu_float64 2022-09-27T16:02:18.4298711Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isin_cpu_float64 2022-09-27T16:02:18.4735104Z [gw3] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isin_cpu_float64 2022-09-27T16:02:18.4735830Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isinf_cpu_complex128 2022-09-27T16:02:18.4904695Z [gw3] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isinf_cpu_complex128 2022-09-27T16:02:18.4915960Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_svd_cpu_float64 2022-09-27T16:02:18.5177630Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_svd_lowrank_cpu_float64 2022-09-27T16:02:18.5178450Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isinf_cpu_float64 2022-09-27T16:02:18.5619612Z [gw3] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isinf_cpu_float64 2022-09-27T16:02:18.5620187Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isnan_cpu_complex128 2022-09-27T16:02:18.6096768Z [gw3] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isnan_cpu_complex128 2022-09-27T16:02:18.6100087Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isnan_cpu_float64 2022-09-27T16:02:18.6575217Z [gw3] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isnan_cpu_float64 2022-09-27T16:02:18.6581201Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isneginf_cpu_float64 2022-09-27T16:02:18.7015600Z [gw3] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isneginf_cpu_float64 2022-09-27T16:02:18.7024298Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isposinf_cpu_float64 2022-09-27T16:02:18.7422793Z [gw3] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isposinf_cpu_float64 2022-09-27T16:02:18.7463614Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isreal_cpu_complex128 2022-09-27T16:02:18.7935343Z [gw3] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isreal_cpu_complex128 2022-09-27T16:02:18.7935958Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isreal_cpu_float64 2022-09-27T16:02:18.8394507Z [gw3] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_isreal_cpu_float64 2022-09-27T16:02:21.4701563Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_istft_cpu_complex128 2022-09-27T16:02:21.4737670Z [gw3] [ 33%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_istft_cpu_complex128 2022-09-27T16:02:22.9006297Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_istft_cpu_float64 2022-09-27T16:02:22.9032415Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_svd_lowrank_cpu_float64 2022-09-27T16:02:22.9584422Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_symeig_cpu_complex128 2022-09-27T16:02:22.9611297Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_symeig_cpu_complex128 2022-09-27T16:02:23.0089191Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_symeig_cpu_float64 2022-09-27T16:02:23.0127702Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_symeig_cpu_float64 2022-09-27T16:02:23.0473087Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_t_cpu_complex128 2022-09-27T16:02:23.0537808Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_t_cpu_complex128 2022-09-27T16:02:23.0639638Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_t_cpu_float64 2022-09-27T16:02:23.1056491Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_t_cpu_float64 2022-09-27T16:02:23.1444257Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_along_dim_cpu_complex128 2022-09-27T16:02:23.1484999Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_along_dim_cpu_complex128 2022-09-27T16:02:23.1683058Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_along_dim_cpu_float64 2022-09-27T16:02:23.1975751Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_along_dim_cpu_float64 2022-09-27T16:02:23.2622954Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_cpu_complex128 2022-09-27T16:02:23.2664951Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_cpu_complex128 2022-09-27T16:02:23.2910801Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_cpu_float64 2022-09-27T16:02:23.3218181Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_take_cpu_float64 2022-09-27T16:02:23.3263891Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tan_cpu_complex128 2022-09-27T16:02:23.3675111Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tan_cpu_complex128 2022-09-27T16:02:23.3685158Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tan_cpu_float64 2022-09-27T16:02:23.4137860Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tan_cpu_float64 2022-09-27T16:02:23.4182054Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tanh_cpu_complex128 2022-09-27T16:02:23.4768650Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tanh_cpu_complex128 2022-09-27T16:02:23.4867774Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tanh_cpu_float64 2022-09-27T16:02:23.4962918Z [gw3] [ 33%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_istft_cpu_float64 2022-09-27T16:02:23.4984240Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T16:02:23.4995380Z [gw3] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T16:02:23.5004559Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tanh_cpu_float64 2022-09-27T16:02:23.5340255Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensor_split_cpu_complex128 2022-09-27T16:02:23.5350301Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T16:02:23.5784316Z [gw3] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T16:02:23.5787901Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T16:02:23.6205467Z [gw3] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T16:02:23.6225943Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensor_split_cpu_complex128 2022-09-27T16:02:23.6234392Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T16:02:23.6244775Z [gw3] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T16:02:23.6659770Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensor_split_cpu_float64 2022-09-27T16:02:23.6707833Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_cpu_complex128 2022-09-27T16:02:23.6855846Z [gw3] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_cpu_complex128 2022-09-27T16:02:23.6875619Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensor_split_cpu_float64 2022-09-27T16:02:23.7131415Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensordot_cpu_complex128 2022-09-27T16:02:23.7138153Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_cpu_float64 2022-09-27T16:02:23.7151355Z [gw3] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_cpu_float64 2022-09-27T16:02:23.7297827Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensordot_cpu_complex128 2022-09-27T16:02:23.7388429Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensordot_cpu_float64 2022-09-27T16:02:23.7539661Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tensordot_cpu_float64 2022-09-27T16:02:23.7584171Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T16:02:23.7739342Z [gw3] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T16:02:23.8016918Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tile_cpu_complex128 2022-09-27T16:02:23.8025691Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T16:02:23.8423054Z [gw3] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T16:02:23.8456541Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_unary_cpu_complex128 2022-09-27T16:02:23.8862086Z [gw3] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_unary_cpu_complex128 2022-09-27T16:02:23.8893663Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_unary_cpu_float64 2022-09-27T16:02:23.9377146Z [gw3] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_jiterator_unary_cpu_float64 2022-09-27T16:02:23.9532882Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_kron_cpu_complex128 2022-09-27T16:02:23.9573566Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_kron_cpu_complex128 2022-09-27T16:02:23.9597568Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tile_cpu_complex128 2022-09-27T16:02:23.9784406Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tile_cpu_float64 2022-09-27T16:02:23.9812256Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_kron_cpu_float64 2022-09-27T16:02:24.0039427Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_kron_cpu_float64 2022-09-27T16:02:24.0058120Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tile_cpu_float64 2022-09-27T16:02:24.0178822Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_cpu_complex128 2022-09-27T16:02:24.0480424Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_kthvalue_cpu_float64 2022-09-27T16:02:24.0618152Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_kthvalue_cpu_float64 2022-09-27T16:02:24.1314282Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ldexp_cpu_complex128 2022-09-27T16:02:24.1332166Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_cpu_complex128 2022-09-27T16:02:24.1852282Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_cpu_float64 2022-09-27T16:02:24.1869622Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_cpu_float64 2022-09-27T16:02:24.1911824Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_sparse_cpu_complex128 2022-09-27T16:02:24.2186054Z [gw1] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_sparse_cpu_complex128 2022-09-27T16:02:24.2285358Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ldexp_cpu_complex128 2022-09-27T16:02:24.2301119Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ldexp_cpu_float64 2022-09-27T16:02:24.2371752Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_sparse_cpu_float64 2022-09-27T16:02:24.2694364Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_to_sparse_cpu_float64 2022-09-27T16:02:24.2737981Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ldexp_cpu_float64 2022-09-27T16:02:24.2790421Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T16:02:24.3107742Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_topk_cpu_float64 2022-09-27T16:02:24.3218673Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_topk_cpu_float64 2022-09-27T16:02:24.3357770Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trace_cpu_complex128 2022-09-27T16:02:24.3738266Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trace_cpu_complex128 2022-09-27T16:02:24.3769918Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trace_cpu_float64 2022-09-27T16:02:24.4217673Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trace_cpu_float64 2022-09-27T16:02:24.5152127Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_transpose_cpu_complex128 2022-09-27T16:02:24.5191602Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_transpose_cpu_complex128 2022-09-27T16:02:24.5519516Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_transpose_cpu_float64 2022-09-27T16:02:24.5619924Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_transpose_cpu_float64 2022-09-27T16:02:24.6228493Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapezoid_cpu_complex128 2022-09-27T16:02:24.6269500Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T16:02:24.6334809Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool2d_cpu_float64 2022-09-27T16:02:24.6743621Z [gw3] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool2d_cpu_float64 2022-09-27T16:02:24.6936476Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T16:02:24.6954607Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapezoid_cpu_complex128 2022-09-27T16:02:24.7168447Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapezoid_cpu_float64 2022-09-27T16:02:24.7378530Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapezoid_cpu_float64 2022-09-27T16:02:24.8886116Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapz_cpu_complex128 2022-09-27T16:02:24.8918726Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapz_cpu_complex128 2022-09-27T16:02:24.9200599Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapz_cpu_float64 2022-09-27T16:02:24.9365531Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trapz_cpu_float64 2022-09-27T16:02:24.9374839Z [gw2] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_svd_cpu_complex128 2022-09-27T16:02:24.9493553Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triangular_solve_cpu_complex128 2022-09-27T16:02:24.9722906Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_symeig_cpu_float64 2022-09-27T16:02:24.9936808Z [gw2] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_symeig_cpu_float64 2022-09-27T16:02:25.0245575Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_along_dim_cpu_float64 2022-09-27T16:02:25.0380665Z [gw2] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_take_along_dim_cpu_float64 2022-09-27T16:02:25.0476806Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tan_cpu_float64 2022-09-27T16:02:25.0890858Z [gw2] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tan_cpu_float64 2022-09-27T16:02:25.1096517Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensor_split_cpu_float64 2022-09-27T16:02:25.1127694Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T16:02:25.1187623Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool3d_cpu_float64 2022-09-27T16:02:25.1572201Z [gw3] [ 33%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool3d_cpu_float64 2022-09-27T16:02:25.2312001Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T16:02:25.2347241Z [gw2] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tensor_split_cpu_float64 2022-09-27T16:02:25.2423915Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tile_cpu_float64 2022-09-27T16:02:25.2447957Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triangular_solve_cpu_complex128 2022-09-27T16:02:25.3023929Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triangular_solve_cpu_float64 2022-09-27T16:02:25.3048821Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triangular_solve_cpu_float64 2022-09-27T16:02:25.3864498Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tril_cpu_complex128 2022-09-27T16:02:25.3903387Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T16:02:25.4202450Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_mish_cpu_float64 2022-09-27T16:02:25.4241703Z [gw2] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tile_cpu_float64 2022-09-27T16:02:25.4397801Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_sparse_cpu_float64 2022-09-27T16:02:25.4427053Z [gw3] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_mish_cpu_float64 2022-09-27T16:02:25.4436416Z [gw1] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tril_cpu_complex128 2022-09-27T16:02:25.4441983Z [gw2] [ 33%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_to_sparse_cpu_float64 2022-09-27T16:02:25.4482453Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_mse_loss_cpu_float64 2022-09-27T16:02:25.4778781Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tril_cpu_float64 2022-09-27T16:02:25.4785724Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_transpose_cpu_complex128 2022-09-27T16:02:25.4900494Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_tril_cpu_float64 2022-09-27T16:02:25.5977633Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triu_cpu_complex128 2022-09-27T16:02:25.6010147Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_mse_loss_cpu_float64 2022-09-27T16:02:25.6065607Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T16:02:25.6351288Z [gw3] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T16:02:25.6381115Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triu_cpu_complex128 2022-09-27T16:02:25.6461296Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triu_cpu_float64 2022-09-27T16:02:25.6467391Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T16:02:25.6879352Z [gw3] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T16:02:25.7189311Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T16:02:25.7216691Z [gw2] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_transpose_cpu_complex128 2022-09-27T16:02:25.7383775Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapz_cpu_complex128 2022-09-27T16:02:25.7441930Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_triu_cpu_float64 2022-09-27T16:02:25.8268228Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_true_divide_cpu_complex128 2022-09-27T16:02:25.8282420Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T16:02:25.8301347Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_true_divide_cpu_complex128 2022-09-27T16:02:25.8302403Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_nll_loss_cpu_float64 2022-09-27T16:02:25.8513990Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_true_divide_cpu_float64 2022-09-27T16:02:25.8795741Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_true_divide_cpu_float64 2022-09-27T16:02:25.8796463Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trunc_cpu_float64 2022-09-27T16:02:25.9257015Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_trunc_cpu_float64 2022-09-27T16:02:26.0306469Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unbind_cpu_complex128 2022-09-27T16:02:26.0327710Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unbind_cpu_complex128 2022-09-27T16:02:26.0656804Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unbind_cpu_float64 2022-09-27T16:02:26.0739134Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unbind_cpu_float64 2022-09-27T16:02:26.1258190Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unflatten_cpu_complex128 2022-09-27T16:02:26.1279490Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unflatten_cpu_complex128 2022-09-27T16:02:26.1435126Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unflatten_cpu_float64 2022-09-27T16:02:26.1786261Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unflatten_cpu_float64 2022-09-27T16:02:26.1874710Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unfold_cpu_complex128 2022-09-27T16:02:26.2009249Z [gw2] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_trapz_cpu_complex128 2022-09-27T16:02:26.3449864Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tril_cpu_complex128 2022-09-27T16:02:26.3471840Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unfold_cpu_complex128 2022-09-27T16:02:26.3789593Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unfold_cpu_float64 2022-09-27T16:02:26.3818509Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_nll_loss_cpu_float64 2022-09-27T16:02:26.3863710Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_normalize_cpu_complex128 2022-09-27T16:02:26.3954677Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unfold_cpu_float64 2022-09-27T16:02:26.3973827Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_uniform_cpu_complex128 2022-09-27T16:02:26.4417152Z [gw1] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_uniform_cpu_complex128 2022-09-27T16:02:26.4421967Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_uniform_cpu_float64 2022-09-27T16:02:26.4850171Z [gw1] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_uniform_cpu_float64 2022-09-27T16:02:26.4866729Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unique_consecutive_cpu_float64 2022-09-27T16:02:26.5299774Z [gw1] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unique_consecutive_cpu_float64 2022-09-27T16:02:26.5306819Z [gw2] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_tril_cpu_complex128 2022-09-27T16:02:26.5311227Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unique_cpu_float64 2022-09-27T16:02:26.5317276Z [gw1] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unique_cpu_float64 2022-09-27T16:02:26.5817525Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_true_divide_cpu_complex128 2022-09-27T16:02:26.6498835Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unsqueeze_cpu_complex128 2022-09-27T16:02:26.6629719Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unsqueeze_cpu_complex128 2022-09-27T16:02:26.6893950Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unsqueeze_cpu_float64 2022-09-27T16:02:26.7096817Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_unsqueeze_cpu_float64 2022-09-27T16:02:26.7764236Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_cpu_complex128 2022-09-27T16:02:26.7800110Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_cpu_complex128 2022-09-27T16:02:26.8133255Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_cpu_float64 2022-09-27T16:02:26.8220220Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_cpu_float64 2022-09-27T16:02:26.9878296Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_mean_cpu_complex128 2022-09-27T16:02:26.9899755Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_mean_cpu_complex128 2022-09-27T16:02:26.9994319Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_mean_cpu_float64 2022-09-27T16:02:27.0031923Z [gw2] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_true_divide_cpu_complex128 2022-09-27T16:02:27.0171845Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unbind_cpu_float64 2022-09-27T16:02:27.0416183Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_var_mean_cpu_float64 2022-09-27T16:02:27.0531169Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vdot_cpu_complex128 2022-09-27T16:02:27.0577419Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vdot_cpu_complex128 2022-09-27T16:02:27.0597735Z [gw0] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumprod_cpu_float64 2022-09-27T16:02:27.0830184Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumsum_cpu_complex128 2022-09-27T16:02:27.0835468Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vdot_cpu_float64 2022-09-27T16:02:27.1277119Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vdot_cpu_float64 2022-09-27T16:02:27.1282401Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_complex_cpu_float64 2022-09-27T16:02:27.1431606Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_complex_cpu_float64 2022-09-27T16:02:27.1448009Z [gw2] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unbind_cpu_float64 2022-09-27T16:02:27.1600226Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unfold_cpu_float64 2022-09-27T16:02:27.1616181Z [gw0] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumsum_cpu_complex128 2022-09-27T16:02:27.1631534Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_normalize_cpu_complex128 2022-09-27T16:02:27.1638478Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumsum_cpu_float64 2022-09-27T16:02:27.1735815Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_normalize_cpu_float64 2022-09-27T16:02:27.1862887Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_cpu_complex128 2022-09-27T16:02:27.1968921Z [gw0] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumsum_cpu_float64 2022-09-27T16:02:27.2098535Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_cpu_complex128 2022-09-27T16:02:27.2102719Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_cpu_float64 2022-09-27T16:02:27.2181867Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumulative_trapezoid_cpu_complex128 2022-09-27T16:02:27.2600650Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_cpu_float64 2022-09-27T16:02:27.2603632Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_real_cpu_complex128 2022-09-27T16:02:27.2682043Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_as_real_cpu_complex128 2022-09-27T16:02:27.2705372Z [gw2] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unfold_cpu_float64 2022-09-27T16:02:27.2740858Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unique_cpu_float64 2022-09-27T16:02:27.3001008Z [gw2] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_unique_cpu_float64 2022-09-27T16:02:27.3007045Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_normalize_cpu_float64 2022-09-27T16:02:27.3026514Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_cpu_complex128 2022-09-27T16:02:27.3215608Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_circular_cpu_complex128 2022-09-27T16:02:27.3709847Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_cpu_float64 2022-09-27T16:02:27.3731389Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_cpu_complex128 2022-09-27T16:02:27.3960161Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_cpu_float64 2022-09-27T16:02:27.4038454Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_view_cpu_float64 2022-09-27T16:02:27.4075254Z [gw2] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_var_cpu_float64 2022-09-27T16:02:27.4216811Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vdot_cpu_float64 2022-09-27T16:02:27.4272953Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vsplit_cpu_complex128 2022-09-27T16:02:27.4558260Z [gw2] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vdot_cpu_float64 2022-09-27T16:02:27.4571021Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vsplit_cpu_complex128 2022-09-27T16:02:27.4578782Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_real_cpu_complex128 2022-09-27T16:02:27.4669583Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vsplit_cpu_float64 2022-09-27T16:02:27.4875413Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vsplit_cpu_float64 2022-09-27T16:02:27.4980571Z [gw2] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_view_as_real_cpu_complex128 2022-09-27T16:02:27.5018448Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vsplit_cpu_float64 2022-09-27T16:02:27.5342323Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vstack_cpu_complex128 2022-09-27T16:02:27.5459207Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vstack_cpu_complex128 2022-09-27T16:02:27.5506343Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vstack_cpu_float64 2022-09-27T16:02:27.5521857Z [gw2] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_vsplit_cpu_float64 2022-09-27T16:02:27.5532110Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_where_cpu_float64 2022-09-27T16:02:27.5901859Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_vstack_cpu_float64 2022-09-27T16:02:27.6138853Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_where_cpu_complex128 2022-09-27T16:02:27.6154984Z [gw2] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_where_cpu_float64 2022-09-27T16:02:27.6185292Z test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zeros_cpu_complex128 2022-09-27T16:02:27.6617205Z [gw2] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_fwgrad_bwgrad_zeros_cpu_complex128 2022-09-27T16:02:27.6628900Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_le_cpu_float64 2022-09-27T16:02:27.6768650Z [gw2] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_le_cpu_float64 2022-09-27T16:02:27.6785453Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_where_cpu_complex128 2022-09-27T16:02:27.7098327Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_where_cpu_float64 2022-09-27T16:02:27.7111122Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_where_cpu_float64 2022-09-27T16:02:27.7220335Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lerp_cpu_complex128 2022-09-27T16:02:27.7653472Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_xlogy_cpu_float64 2022-09-27T16:02:27.7699649Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_xlogy_cpu_float64 2022-09-27T16:02:27.7744918Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zero__cpu_complex128 2022-09-27T16:02:27.7761833Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_circular_cpu_complex128 2022-09-27T16:02:27.7963913Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_circular_cpu_float64 2022-09-27T16:02:27.8181505Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zero__cpu_complex128 2022-09-27T16:02:27.8193119Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zero__cpu_float64 2022-09-27T16:02:27.8589266Z [gw1] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zero__cpu_float64 2022-09-27T16:02:27.8601258Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zeros_cpu_complex128 2022-09-27T16:02:27.9070714Z [gw1] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zeros_cpu_complex128 2022-09-27T16:02:27.9082155Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zeros_cpu_float64 2022-09-27T16:02:27.9355136Z [gw1] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zeros_cpu_float64 2022-09-27T16:02:27.9381055Z [gw3] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_circular_cpu_float64 2022-09-27T16:02:27.9508544Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_constant_cpu_complex128 2022-09-27T16:02:27.9519308Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zeros_like_cpu_complex128 2022-09-27T16:02:27.9830523Z [gw1] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zeros_like_cpu_complex128 2022-09-27T16:02:27.9848035Z [gw0] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumulative_trapezoid_cpu_complex128 2022-09-27T16:02:27.9880221Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumulative_trapezoid_cpu_float64 2022-09-27T16:02:27.9903070Z [gw2] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lerp_cpu_complex128 2022-09-27T16:02:27.9910205Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lerp_cpu_float64 2022-09-27T16:02:27.9950741Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zeros_like_cpu_float64 2022-09-27T16:02:28.0301456Z [gw1] [ 34%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_zeros_like_cpu_float64 2022-09-27T16:02:28.0339117Z [gw2] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lerp_cpu_float64 2022-09-27T16:02:28.0398062Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lgamma_cpu_float64 2022-09-27T16:02:28.0430718Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_H_cpu_complex128 2022-09-27T16:02:28.0849862Z [gw2] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lgamma_cpu_float64 2022-09-27T16:02:28.0853468Z [gw0] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_cumulative_trapezoid_cpu_float64 2022-09-27T16:02:28.0870515Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_cpu_complex128 2022-09-27T16:02:28.1020650Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_deg2rad_cpu_float64 2022-09-27T16:02:28.1378558Z [gw0] [ 34%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_deg2rad_cpu_float64 2022-09-27T16:02:28.1563769Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_cpu_complex128 2022-09-27T16:02:28.1594721Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_H_cpu_complex128 2022-09-27T16:02:28.1977476Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_H_cpu_float64 2022-09-27T16:02:28.2020935Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_H_cpu_float64 2022-09-27T16:02:28.2627242Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_T_cpu_complex128 2022-09-27T16:02:28.2657287Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_cpu_complex128 2022-09-27T16:02:28.3187672Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_cpu_float64 2022-09-27T16:02:28.3226443Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_T_cpu_complex128 2022-09-27T16:02:28.3388089Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_T_cpu_float64 2022-09-27T16:02:28.3409477Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_cpu_float64 2022-09-27T16:02:28.3500213Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_ex_cpu_complex128 2022-09-27T16:02:28.3659848Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_T_cpu_float64 2022-09-27T16:02:28.6199167Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___getitem___cpu_complex128 2022-09-27T16:02:28.6255362Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_ex_cpu_complex128 2022-09-27T16:02:28.7107454Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_ex_cpu_float64 2022-09-27T16:02:28.7137883Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cholesky_ex_cpu_float64 2022-09-27T16:02:28.7521612Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cond_cpu_complex128 2022-09-27T16:02:28.7552820Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_cpu_complex128 2022-09-27T16:02:28.7587650Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_cpu_float64 2022-09-27T16:02:28.7616885Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cond_cpu_complex128 2022-09-27T16:02:28.7854927Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cond_cpu_float64 2022-09-27T16:02:28.8096533Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cond_cpu_float64 2022-09-27T16:02:28.8669323Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cross_cpu_complex128 2022-09-27T16:02:28.8700149Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cross_cpu_complex128 2022-09-27T16:02:28.8811291Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cross_cpu_float64 2022-09-27T16:02:28.8908778Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_cross_cpu_float64 2022-09-27T16:02:28.8940885Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_cpu_float64 2022-09-27T16:02:28.9177055Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_embed_cpu_complex128 2022-09-27T16:02:29.0386060Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_cpu_complex128 2022-09-27T16:02:29.0413102Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_cpu_complex128 2022-09-27T16:02:29.0867239Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_cpu_float64 2022-09-27T16:02:29.0892344Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_cpu_float64 2022-09-27T16:02:29.4462922Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_singular_cpu_complex128 2022-09-27T16:02:29.4491982Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___getitem___cpu_complex128 2022-09-27T16:02:29.5168920Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___getitem___cpu_float64 2022-09-27T16:02:29.5195123Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_embed_cpu_complex128 2022-09-27T16:02:29.5882602Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_embed_cpu_float64 2022-09-27T16:02:29.5908416Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diag_embed_cpu_float64 2022-09-27T16:02:29.6585930Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagflat_cpu_complex128 2022-09-27T16:02:29.6600666Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_singular_cpu_complex128 2022-09-27T16:02:29.6621906Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_singular_cpu_float64 2022-09-27T16:02:29.6654452Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___getitem___cpu_float64 2022-09-27T16:02:29.7222494Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___radd___cpu_complex128 2022-09-27T16:02:29.7260018Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagflat_cpu_complex128 2022-09-27T16:02:29.7727409Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagflat_cpu_float64 2022-09-27T16:02:29.7764889Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagflat_cpu_float64 2022-09-27T16:02:29.8045872Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagonal_cpu_complex128 2022-09-27T16:02:29.8069288Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_det_singular_cpu_float64 2022-09-27T16:02:30.0346268Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eig_cpu_complex128 2022-09-27T16:02:30.0373841Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eig_cpu_complex128 2022-09-27T16:02:30.1827602Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eig_cpu_float64 2022-09-27T16:02:30.1856017Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eig_cpu_float64 2022-09-27T16:02:30.3145554Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigh_cpu_complex128 2022-09-27T16:02:30.3174556Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigh_cpu_complex128 2022-09-27T16:02:30.3580883Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigh_cpu_float64 2022-09-27T16:02:30.3612931Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigh_cpu_float64 2022-09-27T16:02:30.3713645Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvals_cpu_complex128 2022-09-27T16:02:30.3744865Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_constant_cpu_complex128 2022-09-27T16:02:30.3949684Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_constant_cpu_float64 2022-09-27T16:02:30.3980956Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagonal_cpu_complex128 2022-09-27T16:02:30.4958325Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagonal_cpu_float64 2022-09-27T16:02:30.5000010Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvals_cpu_complex128 2022-09-27T16:02:30.5229431Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvals_cpu_float64 2022-09-27T16:02:30.5263876Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagonal_cpu_float64 2022-09-27T16:02:30.5708187Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagonal_scatter_cpu_float64 2022-09-27T16:02:30.5734634Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvals_cpu_float64 2022-09-27T16:02:30.6182739Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvalsh_cpu_complex128 2022-09-27T16:02:30.6221283Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___radd___cpu_complex128 2022-09-27T16:02:30.6473295Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___radd___cpu_float64 2022-09-27T16:02:30.6496542Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvalsh_cpu_complex128 2022-09-27T16:02:30.6812898Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvalsh_cpu_float64 2022-09-27T16:02:30.6956283Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_eigvalsh_cpu_float64 2022-09-27T16:02:30.7963848Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_householder_product_cpu_complex128 2022-09-27T16:02:30.7998406Z [gw0] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diagonal_scatter_cpu_float64 2022-09-27T16:02:30.8068145Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diff_cpu_complex128 2022-09-27T16:02:30.8106317Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___radd___cpu_float64 2022-09-27T16:02:30.8661719Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rdiv___cpu_complex128 2022-09-27T16:02:30.8724774Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_constant_cpu_float64 2022-09-27T16:02:31.0206022Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_reflect_cpu_complex128 2022-09-27T16:02:31.0226555Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_householder_product_cpu_complex128 2022-09-27T16:02:31.1106377Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_householder_product_cpu_float64 2022-09-27T16:02:31.1133675Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_householder_product_cpu_float64 2022-09-27T16:02:31.2563483Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_cpu_complex128 2022-09-27T16:02:31.2594762Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_cpu_complex128 2022-09-27T16:02:31.3090578Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_cpu_float64 2022-09-27T16:02:31.3118302Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_cpu_float64 2022-09-27T16:02:31.3855084Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_ex_cpu_complex128 2022-09-27T16:02:31.3982217Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_reflect_cpu_complex128 2022-09-27T16:02:31.4672519Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_reflect_cpu_float64 2022-09-27T16:02:31.4714130Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_ex_cpu_complex128 2022-09-27T16:02:31.5109174Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_ex_cpu_float64 2022-09-27T16:02:31.5146615Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_inv_ex_cpu_float64 2022-09-27T16:02:31.5161260Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_factor_cpu_complex128 2022-09-27T16:02:31.5184660Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_reflect_cpu_float64 2022-09-27T16:02:31.5213777Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_replicate_cpu_complex128 2022-09-27T16:02:31.5617665Z [gw2] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_factor_cpu_complex128 2022-09-27T16:02:31.5624464Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_factor_cpu_float64 2022-09-27T16:02:31.6059537Z [gw2] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_factor_cpu_float64 2022-09-27T16:02:31.6068956Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T16:02:31.6500841Z [gw2] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T16:02:31.6510477Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_factor_ex_cpu_float64 2022-09-27T16:02:31.6949267Z [gw2] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_factor_ex_cpu_float64 2022-09-27T16:02:31.6960362Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_solve_cpu_complex128 2022-09-27T16:02:31.7387280Z [gw2] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_solve_cpu_complex128 2022-09-27T16:02:31.7397969Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_solve_cpu_float64 2022-09-27T16:02:31.7816121Z [gw2] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_ldl_solve_cpu_float64 2022-09-27T16:02:31.7826780Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_cpu_complex128 2022-09-27T16:02:31.8257845Z [gw2] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_cpu_complex128 2022-09-27T16:02:31.8268045Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_cpu_float64 2022-09-27T16:02:31.8738465Z [gw2] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_cpu_float64 2022-09-27T16:02:32.0020390Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T16:02:32.0039611Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rdiv___cpu_complex128 2022-09-27T16:02:32.0330620Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rdiv___cpu_float64 2022-09-27T16:02:32.0349446Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_replicate_cpu_complex128 2022-09-27T16:02:32.1619029Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_replicate_cpu_float64 2022-09-27T16:02:32.1639807Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pad_replicate_cpu_float64 2022-09-27T16:02:32.2407529Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T16:02:32.2432243Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rdiv___cpu_float64 2022-09-27T16:02:33.0791941Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmatmul___cpu_complex128 2022-09-27T16:02:33.0884019Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T16:02:33.3238076Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pairwise_distance_cpu_float64 2022-09-27T16:02:33.3267649Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pairwise_distance_cpu_float64 2022-09-27T16:02:33.3344340Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pdist_cpu_float64 2022-09-27T16:02:33.3778406Z [gw3] [ 35%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pdist_cpu_float64 2022-09-27T16:02:33.4439697Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T16:02:33.4461131Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T16:02:33.4725526Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T16:02:33.4964345Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T16:02:33.5820918Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T16:02:33.5878775Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T16:02:33.6093553Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T16:02:33.6417254Z [gw3] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T16:02:33.8611066Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T16:02:33.8628179Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T16:02:34.1207613Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T16:02:34.1230851Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T16:02:34.2105953Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_cpu_complex128 2022-09-27T16:02:34.2120427Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmatmul___cpu_complex128 2022-09-27T16:02:34.4616605Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmatmul___cpu_float64 2022-09-27T16:02:34.4645510Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_cpu_complex128 2022-09-27T16:02:34.6146102Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_cpu_float64 2022-09-27T16:02:34.6172420Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmatmul___cpu_float64 2022-09-27T16:02:34.6258527Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmod___cpu_float64 2022-09-27T16:02:34.6291439Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_cpu_float64 2022-09-27T16:02:34.7888314Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_cpu_complex128 2022-09-27T16:02:34.7914677Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmod___cpu_float64 2022-09-27T16:02:35.0387618Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmul___cpu_complex128 2022-09-27T16:02:35.0413303Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_cpu_complex128 2022-09-27T16:02:35.2022822Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_cpu_float64 2022-09-27T16:02:35.2064870Z [gw2] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_cpu_float64 2022-09-27T16:02:35.5177650Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_ex_cpu_complex128 2022-09-27T16:02:35.5199332Z [gw1] [ 35%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmul___cpu_complex128 2022-09-27T16:02:35.6412515Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmul___cpu_float64 2022-09-27T16:02:35.6470573Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_ex_cpu_complex128 2022-09-27T16:02:35.6993392Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_ex_cpu_float64 2022-09-27T16:02:35.7018325Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rmul___cpu_float64 2022-09-27T16:02:35.7045939Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rpow___cpu_complex128 2022-09-27T16:02:35.7458496Z [gw1] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rpow___cpu_complex128 2022-09-27T16:02:35.7466065Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rpow___cpu_float64 2022-09-27T16:02:35.7531780Z [gw1] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rpow___cpu_float64 2022-09-27T16:02:35.7560281Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_factor_ex_cpu_float64 2022-09-27T16:02:35.7897949Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_solve_cpu_complex128 2022-09-27T16:02:35.8325052Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rsub___cpu_complex128 2022-09-27T16:02:35.8345092Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T16:02:36.1954070Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_prelu_cpu_float64 2022-09-27T16:02:36.1994083Z [gw3] [ 36%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_prelu_cpu_float64 2022-09-27T16:02:36.2300589Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_relu6_cpu_float64 2022-09-27T16:02:36.2418759Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_relu6_cpu_float64 2022-09-27T16:02:36.2740981Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_relu_cpu_float64 2022-09-27T16:02:36.2935700Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_relu_cpu_float64 2022-09-27T16:02:36.4105856Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_rrelu_cpu_float64 2022-09-27T16:02:36.4132286Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_rrelu_cpu_float64 2022-09-27T16:02:36.4459749Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_selu_cpu_float64 2022-09-27T16:02:36.4540931Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_selu_cpu_float64 2022-09-27T16:02:36.4574320Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_silu_complex_cpu_complex128 2022-09-27T16:02:36.4983668Z [gw3] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_silu_complex_cpu_complex128 2022-09-27T16:02:36.5440622Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_silu_cpu_float64 2022-09-27T16:02:36.5470684Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_silu_cpu_float64 2022-09-27T16:02:36.5823284Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T16:02:36.5855240Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rsub___cpu_complex128 2022-09-27T16:02:36.7345620Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rsub___cpu_float64 2022-09-27T16:02:36.7376929Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T16:02:36.7663829Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T16:02:36.7694538Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad___rsub___cpu_float64 2022-09-27T16:02:36.8305918Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_amax_cpu_float64 2022-09-27T16:02:36.8340173Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T16:02:36.8946682Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softmin_cpu_float64 2022-09-27T16:02:36.8977046Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softmin_cpu_float64 2022-09-27T16:02:37.1136761Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T16:02:37.1169317Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T16:02:37.1932144Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T16:02:37.1977067Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T16:02:37.2331075Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softplus_cpu_float64 2022-09-27T16:02:37.2379836Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softplus_cpu_float64 2022-09-27T16:02:37.2865211Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softshrink_cpu_float64 2022-09-27T16:02:37.2902952Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softshrink_cpu_float64 2022-09-27T16:02:37.5112719Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softsign_cpu_complex128 2022-09-27T16:02:37.5159452Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softsign_cpu_complex128 2022-09-27T16:02:37.5658644Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softsign_cpu_float64 2022-09-27T16:02:37.5696451Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_softsign_cpu_float64 2022-09-27T16:02:37.5791092Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_tanhshrink_cpu_complex128 2022-09-27T16:02:37.5814257Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diff_cpu_complex128 2022-09-27T16:02:37.6733280Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diff_cpu_float64 2022-09-27T16:02:37.6763496Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_tanhshrink_cpu_complex128 2022-09-27T16:02:37.6999216Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_tanhshrink_cpu_float64 2022-09-27T16:02:37.7257428Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_tanhshrink_cpu_float64 2022-09-27T16:02:37.7666840Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_threshold_cpu_float64 2022-09-27T16:02:37.7697570Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_threshold_cpu_float64 2022-09-27T16:02:37.8031533Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T16:02:37.8191350Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_amax_cpu_float64 2022-09-27T16:02:38.7225571Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_amin_cpu_float64 2022-09-27T16:02:38.7282811Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_amin_cpu_float64 2022-09-27T16:02:38.7287276Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_argmax_cpu_float64 2022-09-27T16:02:38.7704509Z [gw1] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_argmax_cpu_float64 2022-09-27T16:02:38.7714063Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_argmin_cpu_float64 2022-09-27T16:02:38.7784529Z [gw1] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_argmin_cpu_float64 2022-09-27T16:02:38.7798741Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_diff_cpu_float64 2022-09-27T16:02:38.8068296Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_digamma_cpu_float64 2022-09-27T16:02:38.8175727Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_digamma_cpu_float64 2022-09-27T16:02:38.8255649Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_cumprod_cpu_complex128 2022-09-27T16:02:39.1871849Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dist_cpu_complex128 2022-09-27T16:02:39.1886500Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T16:02:39.4319687Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T16:02:39.4345667Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T16:02:39.7095577Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T16:02:39.7101693Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_cumprod_cpu_complex128 2022-09-27T16:02:39.7903170Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_cumprod_cpu_float64 2022-09-27T16:02:39.7908395Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_cumprod_cpu_float64 2022-09-27T16:02:39.8376846Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_cumsum_cpu_complex128 2022-09-27T16:02:39.8394989Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_solve_cpu_complex128 2022-09-27T16:02:40.2127933Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_solve_cpu_float64 2022-09-27T16:02:40.2150145Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_cumsum_cpu_complex128 2022-09-27T16:02:40.3209585Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_cumsum_cpu_float64 2022-09-27T16:02:40.3232946Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_cumsum_cpu_float64 2022-09-27T16:02:40.4505567Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_log_softmax_cpu_float64 2022-09-27T16:02:40.4528147Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_log_softmax_cpu_float64 2022-09-27T16:02:40.4553345Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_logaddexp_cpu_float64 2022-09-27T16:02:40.5017973Z [gw1] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_logaddexp_cpu_float64 2022-09-27T16:02:40.5924681Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_logsumexp_cpu_float64 2022-09-27T16:02:40.5945260Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_lu_solve_cpu_float64 2022-09-27T16:02:40.7697077Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_norm_cpu_complex128 2022-09-27T16:02:40.7720402Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T16:02:40.8868272Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T16:02:40.8897162Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_norm_cpu_complex128 2022-09-27T16:02:41.0121089Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_norm_cpu_float64 2022-09-27T16:02:41.0144689Z [gw3] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T16:02:41.0326585Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_unfold_cpu_complex128 2022-09-27T16:02:41.0350785Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_norm_cpu_float64 2022-09-27T16:02:41.2534439Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_power_cpu_complex128 2022-09-27T16:02:41.2546876Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_power_cpu_complex128 2022-09-27T16:02:41.2689267Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_power_cpu_float64 2022-09-27T16:02:41.2702868Z [gw1] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_logsumexp_cpu_float64 2022-09-27T16:02:41.2799082Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_mean_cpu_complex128 2022-09-27T16:02:41.2978444Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_power_cpu_float64 2022-09-27T16:02:41.3011281Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_rank_cpu_complex128 2022-09-27T16:02:41.3422223Z [gw2] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_rank_cpu_complex128 2022-09-27T16:02:41.3453132Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_rank_cpu_float64 2022-09-27T16:02:41.3861520Z [gw2] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_rank_cpu_float64 2022-09-27T16:02:41.3896423Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T16:02:41.4301356Z [gw2] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T16:02:41.4333835Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T16:02:41.4741701Z [gw2] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T16:02:41.5303422Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_multi_dot_cpu_complex128 2022-09-27T16:02:41.5310665Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_multi_dot_cpu_complex128 2022-09-27T16:02:41.5505276Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_multi_dot_cpu_float64 2022-09-27T16:02:41.5741091Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_multi_dot_cpu_float64 2022-09-27T16:02:41.8587777Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_cpu_complex128 2022-09-27T16:02:41.8600829Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_cpu_complex128 2022-09-27T16:02:41.9817130Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_cpu_float64 2022-09-27T16:02:41.9830883Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_cpu_float64 2022-09-27T16:02:42.0574537Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T16:02:42.0587979Z [gw2] [ 36%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T16:02:42.1173930Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T16:02:42.1194514Z [gw2] [ 36%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T16:02:42.3237281Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_cpu_complex128 2022-09-27T16:02:42.3262504Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_cpu_complex128 2022-09-27T16:02:42.3643974Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_cpu_float64 2022-09-27T16:02:42.3697496Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_cpu_float64 2022-09-27T16:02:42.4965094Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_hermitian_cpu_complex128 2022-09-27T16:02:42.4995912Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_hermitian_cpu_complex128 2022-09-27T16:02:42.5162467Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_hermitian_cpu_float64 2022-09-27T16:02:42.5455811Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_hermitian_cpu_float64 2022-09-27T16:02:42.5461328Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_singular_cpu_complex128 2022-09-27T16:02:42.5943430Z [gw2] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_singular_cpu_complex128 2022-09-27T16:02:42.5948753Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_singular_cpu_float64 2022-09-27T16:02:42.6408710Z [gw2] [ 36%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_pinv_singular_cpu_float64 2022-09-27T16:02:43.0355031Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_qr_cpu_complex128 2022-09-27T16:02:43.0380122Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dist_cpu_complex128 2022-09-27T16:02:43.2101373Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dist_cpu_float64 2022-09-27T16:02:43.2123505Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_qr_cpu_complex128 2022-09-27T16:02:43.3236136Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_qr_cpu_float64 2022-09-27T16:02:43.3262116Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_qr_cpu_float64 2022-09-27T16:02:43.4214739Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_slogdet_cpu_complex128 2022-09-27T16:02:43.4239129Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_slogdet_cpu_complex128 2022-09-27T16:02:43.4512099Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_slogdet_cpu_float64 2022-09-27T16:02:43.4735561Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_slogdet_cpu_float64 2022-09-27T16:02:43.7737364Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_cpu_complex128 2022-09-27T16:02:43.7749161Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_cpu_complex128 2022-09-27T16:02:43.8121230Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_cpu_float64 2022-09-27T16:02:43.8178118Z [gw2] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_cpu_float64 2022-09-27T16:02:43.9698887Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_ex_cpu_complex128 2022-09-27T16:02:43.9727117Z [gw0] [ 36%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dist_cpu_float64 2022-09-27T16:02:44.0320374Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_floor_rounding_cpu_float64 2022-09-27T16:02:44.0346498Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_floor_rounding_cpu_float64 2022-09-27T16:02:44.2443204Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_no_rounding_mode_cpu_complex128 2022-09-27T16:02:44.2479460Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_ex_cpu_complex128 2022-09-27T16:02:44.3583580Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_ex_cpu_float64 2022-09-27T16:02:44.3619757Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_ex_cpu_float64 2022-09-27T16:02:45.0746613Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_triangular_cpu_complex128 2022-09-27T16:02:45.0772605Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_no_rounding_mode_cpu_complex128 2022-09-27T16:02:45.2897115Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_no_rounding_mode_cpu_float64 2022-09-27T16:02:45.2922304Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_no_rounding_mode_cpu_float64 2022-09-27T16:02:45.3942135Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_trunc_rounding_cpu_float64 2022-09-27T16:02:45.3969957Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_div_trunc_rounding_cpu_float64 2022-09-27T16:02:45.6242120Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dot_cpu_complex128 2022-09-27T16:02:45.6259712Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dot_cpu_complex128 2022-09-27T16:02:45.6403432Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dot_cpu_float64 2022-09-27T16:02:45.6779645Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dot_cpu_float64 2022-09-27T16:02:45.6791887Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_double_cpu_complex128 2022-09-27T16:02:45.6820340Z [gw1] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_mean_cpu_complex128 2022-09-27T16:02:45.9006986Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_mean_cpu_float64 2022-09-27T16:02:45.9032414Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_double_cpu_complex128 2022-09-27T16:02:45.9361109Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_double_cpu_float64 2022-09-27T16:02:45.9460416Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_double_cpu_float64 2022-09-27T16:02:46.0522688Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dsplit_cpu_complex128 2022-09-27T16:02:46.0548878Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dsplit_cpu_complex128 2022-09-27T16:02:46.0865786Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dsplit_cpu_float64 2022-09-27T16:02:46.1016172Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dsplit_cpu_float64 2022-09-27T16:02:46.3239978Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dstack_cpu_complex128 2022-09-27T16:02:46.3265869Z [gw1] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_mean_cpu_float64 2022-09-27T16:02:46.3530797Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_median_cpu_float64 2022-09-27T16:02:46.3555266Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dstack_cpu_complex128 2022-09-27T16:02:46.4164814Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dstack_cpu_float64 2022-09-27T16:02:46.4201539Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_dstack_cpu_float64 2022-09-27T16:02:46.4951539Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_einsum_cpu_complex128 2022-09-27T16:02:46.4978999Z [gw1] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_median_cpu_float64 2022-09-27T16:02:47.5019003Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_norm_cpu_float64 2022-09-27T16:02:47.5044301Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_einsum_cpu_complex128 2022-09-27T16:02:47.6943734Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_einsum_cpu_float64 2022-09-27T16:02:47.6966998Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_einsum_cpu_float64 2022-09-27T16:02:47.7006286Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_empty_cpu_complex128 2022-09-27T16:02:47.7424450Z [gw0] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_empty_cpu_complex128 2022-09-27T16:02:47.7432481Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_empty_cpu_float64 2022-09-27T16:02:47.7821796Z [gw0] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_empty_cpu_float64 2022-09-27T16:02:47.7868628Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_empty_like_cpu_complex128 2022-09-27T16:02:47.8300081Z [gw0] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_empty_like_cpu_complex128 2022-09-27T16:02:47.8310530Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_empty_like_cpu_float64 2022-09-27T16:02:47.8743526Z [gw0] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_empty_like_cpu_float64 2022-09-27T16:02:47.8753008Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_eq_cpu_complex128 2022-09-27T16:02:47.9151418Z [gw0] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_eq_cpu_complex128 2022-09-27T16:02:47.9188789Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_eq_cpu_float64 2022-09-27T16:02:47.9617970Z [gw0] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_eq_cpu_float64 2022-09-27T16:02:47.9628221Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_equal_cpu_complex128 2022-09-27T16:02:48.0055641Z [gw0] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_equal_cpu_complex128 2022-09-27T16:02:48.0064957Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_equal_cpu_float64 2022-09-27T16:02:48.0538293Z [gw0] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_equal_cpu_float64 2022-09-27T16:02:48.0584018Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_erf_cpu_float64 2022-09-27T16:02:48.0953872Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_erf_cpu_float64 2022-09-27T16:02:48.1149212Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_erfc_cpu_float64 2022-09-27T16:02:48.1342576Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_erfc_cpu_float64 2022-09-27T16:02:48.1498566Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_erfinv_cpu_float64 2022-09-27T16:02:48.1855923Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_erfinv_cpu_float64 2022-09-27T16:02:48.2037078Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_exp2_cpu_float64 2022-09-27T16:02:48.2337265Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_exp2_cpu_float64 2022-09-27T16:02:48.3547150Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_exp_cpu_complex128 2022-09-27T16:02:48.3590394Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_exp_cpu_complex128 2022-09-27T16:02:48.3938755Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_exp_cpu_float64 2022-09-27T16:02:48.4019206Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_exp_cpu_float64 2022-09-27T16:02:48.5273950Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_as_cpu_complex128 2022-09-27T16:02:48.5312276Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_as_cpu_complex128 2022-09-27T16:02:48.5661499Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_as_cpu_float64 2022-09-27T16:02:48.5741600Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_as_cpu_float64 2022-09-27T16:02:48.8842882Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_cpu_complex128 2022-09-27T16:02:48.8891071Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_cpu_complex128 2022-09-27T16:02:48.9660734Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_cpu_float64 2022-09-27T16:02:48.9686520Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_triangular_cpu_complex128 2022-09-27T16:02:48.9718048Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_triangular_cpu_float64 2022-09-27T16:02:48.9745384Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expand_cpu_float64 2022-09-27T16:02:48.9902265Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expm1_cpu_float64 2022-09-27T16:02:49.0214357Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_expm1_cpu_float64 2022-09-27T16:02:49.0218864Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_eye_cpu_complex128 2022-09-27T16:02:49.0657413Z [gw0] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_eye_cpu_complex128 2022-09-27T16:02:49.0664126Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_eye_cpu_float64 2022-09-27T16:02:49.1072800Z [gw0] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_eye_cpu_float64 2022-09-27T16:02:49.5942099Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft2_cpu_complex128 2022-09-27T16:02:49.5968305Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft2_cpu_complex128 2022-09-27T16:02:49.7228093Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft2_cpu_float64 2022-09-27T16:02:49.7243289Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft2_cpu_float64 2022-09-27T16:02:50.1612948Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft_cpu_complex128 2022-09-27T16:02:50.1627237Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_solve_triangular_cpu_float64 2022-09-27T16:02:50.3970246Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svd_cpu_complex128 2022-09-27T16:02:50.4008338Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft_cpu_complex128 2022-09-27T16:02:50.5302730Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft_cpu_float64 2022-09-27T16:02:50.5341971Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fft_cpu_float64 2022-09-27T16:02:50.6821186Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftn_cpu_complex128 2022-09-27T16:02:50.6842523Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_unfold_cpu_complex128 2022-09-27T16:02:50.8737354Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_unfold_cpu_float64 2022-09-27T16:02:50.8762459Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftn_cpu_complex128 2022-09-27T16:02:51.0526159Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftn_cpu_float64 2022-09-27T16:02:51.0547085Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftn_cpu_float64 2022-09-27T16:02:51.2314996Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftshift_cpu_complex128 2022-09-27T16:02:51.2361070Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftshift_cpu_complex128 2022-09-27T16:02:51.2774677Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftshift_cpu_float64 2022-09-27T16:02:51.2801351Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_fftshift_cpu_float64 2022-09-27T16:02:51.4443413Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft2_cpu_complex128 2022-09-27T16:02:51.4488404Z [gw1] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_norm_cpu_float64 2022-09-27T16:02:51.6351465Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_normalize_cpu_complex128 2022-09-27T16:02:51.6377975Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft2_cpu_complex128 2022-09-27T16:02:51.7635508Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft2_cpu_float64 2022-09-27T16:02:51.7678489Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft2_cpu_float64 2022-09-27T16:02:52.1573676Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft_cpu_complex128 2022-09-27T16:02:52.1619793Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft_cpu_complex128 2022-09-27T16:02:52.2854210Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft_cpu_float64 2022-09-27T16:02:52.2889491Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfft_cpu_float64 2022-09-27T16:02:52.3907592Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfftn_cpu_complex128 2022-09-27T16:02:52.3942895Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svd_cpu_complex128 2022-09-27T16:02:52.8533736Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svd_cpu_float64 2022-09-27T16:02:52.8559499Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfftn_cpu_complex128 2022-09-27T16:02:52.9282145Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfftn_cpu_float64 2022-09-27T16:02:52.9307640Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_hfftn_cpu_float64 2022-09-27T16:02:53.3025612Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft2_cpu_complex128 2022-09-27T16:02:53.3059374Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svd_cpu_float64 2022-09-27T16:02:53.4104006Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svdvals_cpu_complex128 2022-09-27T16:02:53.4139229Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_unfold_cpu_float64 2022-09-27T16:02:53.4601289Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T16:02:53.4678309Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T16:02:53.5426422Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_upsample_nearest_cpu_float64 2022-09-27T16:02:53.5449792Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft2_cpu_complex128 2022-09-27T16:02:53.5484949Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft2_cpu_float64 2022-09-27T16:02:53.5507438Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svdvals_cpu_complex128 2022-09-27T16:02:53.5946878Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svdvals_cpu_float64 2022-09-27T16:02:53.6111839Z [gw3] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_upsample_nearest_cpu_float64 2022-09-27T16:02:53.6169636Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nonzero_cpu_complex128 2022-09-27T16:02:53.6613134Z [gw3] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nonzero_cpu_complex128 2022-09-27T16:02:53.6619579Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_svdvals_cpu_float64 2022-09-27T16:02:53.6623999Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorinv_cpu_complex128 2022-09-27T16:02:53.6628714Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nonzero_cpu_float64 2022-09-27T16:02:53.6993958Z [gw3] [ 37%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nonzero_cpu_float64 2022-09-27T16:02:53.7009514Z [gw0] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft2_cpu_float64 2022-09-27T16:02:53.7094790Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft_cpu_complex128 2022-09-27T16:02:53.7103356Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_cpu_complex128 2022-09-27T16:02:53.7138353Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorinv_cpu_complex128 2022-09-27T16:02:53.7290334Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorinv_cpu_float64 2022-09-27T16:02:53.7655176Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorinv_cpu_float64 2022-09-27T16:02:53.8546988Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorsolve_cpu_complex128 2022-09-27T16:02:53.8565096Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorsolve_cpu_complex128 2022-09-27T16:02:53.8702143Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorsolve_cpu_float64 2022-09-27T16:02:53.9026265Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_tensorsolve_cpu_float64 2022-09-27T16:02:54.0511129Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vander_cpu_complex128 2022-09-27T16:02:54.0623848Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vander_cpu_complex128 2022-09-27T16:02:54.1015163Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vander_cpu_float64 2022-09-27T16:02:54.1102140Z [gw2] [ 37%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vander_cpu_float64 2022-09-27T16:02:54.1264715Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vecdot_cpu_complex128 2022-09-27T16:02:54.1291609Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft_cpu_complex128 2022-09-27T16:02:54.1996393Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft_cpu_float64 2022-09-27T16:02:54.2024041Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifft_cpu_float64 2022-09-27T16:02:54.6764688Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftn_cpu_complex128 2022-09-27T16:02:54.6789045Z [gw1] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_normalize_cpu_complex128 2022-09-27T16:02:54.6800404Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftn_cpu_complex128 2022-09-27T16:02:54.6814614Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftn_cpu_float64 2022-09-27T16:02:54.7367596Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_normalize_cpu_float64 2022-09-27T16:02:54.7395459Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vecdot_cpu_complex128 2022-09-27T16:02:54.7677385Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vecdot_cpu_float64 2022-09-27T16:02:54.7693211Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftn_cpu_float64 2022-09-27T16:02:54.8397115Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftshift_cpu_complex128 2022-09-27T16:02:54.8425213Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vecdot_cpu_float64 2022-09-27T16:02:55.0367157Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vector_norm_cpu_complex128 2022-09-27T16:02:55.0394510Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftshift_cpu_complex128 2022-09-27T16:02:55.1025431Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftshift_cpu_float64 2022-09-27T16:02:55.1051263Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ifftshift_cpu_float64 2022-09-27T16:02:55.1938819Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ihfft2_cpu_float64 2022-09-27T16:02:55.1996983Z [gw1] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_normalize_cpu_float64 2022-09-27T16:02:55.2047060Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_prod_cpu_complex128 2022-09-27T16:02:55.2073457Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ihfft2_cpu_float64 2022-09-27T16:02:55.2839254Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ihfft_cpu_float64 2022-09-27T16:02:55.2861507Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ihfft_cpu_float64 2022-09-27T16:02:55.3992643Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ihfftn_cpu_float64 2022-09-27T16:02:55.4021867Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_ihfftn_cpu_float64 2022-09-27T16:02:55.5568304Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft2_cpu_complex128 2022-09-27T16:02:55.5594572Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_cpu_complex128 2022-09-27T16:02:55.6878075Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_cpu_float64 2022-09-27T16:02:55.6905847Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft2_cpu_complex128 2022-09-27T16:02:55.7332879Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft2_cpu_float64 2022-09-27T16:02:55.7361164Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vector_norm_cpu_complex128 2022-09-27T16:02:55.7818424Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vector_norm_cpu_float64 2022-09-27T16:02:55.7848778Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft2_cpu_float64 2022-09-27T16:02:55.9637490Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft_cpu_complex128 2022-09-27T16:02:55.9663312Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_cpu_float64 2022-09-27T16:02:56.0505845Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_fro_cpu_complex128 2022-09-27T16:02:56.0531467Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_fro_cpu_complex128 2022-09-27T16:02:56.0734728Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_fro_cpu_float64 2022-09-27T16:02:56.0748444Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linalg_vector_norm_cpu_float64 2022-09-27T16:02:56.0763528Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linspace_cpu_complex128 2022-09-27T16:02:56.0782614Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_fro_cpu_float64 2022-09-27T16:02:56.1014947Z [gw2] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linspace_cpu_complex128 2022-09-27T16:02:56.1212842Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_inf_cpu_complex128 2022-09-27T16:02:56.1217616Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linspace_cpu_float64 2022-09-27T16:02:56.1618793Z [gw2] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_linspace_cpu_float64 2022-09-27T16:02:56.1638940Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log10_cpu_complex128 2022-09-27T16:02:56.1659933Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft_cpu_complex128 2022-09-27T16:02:56.1802451Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft_cpu_float64 2022-09-27T16:02:56.2064572Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log10_cpu_complex128 2022-09-27T16:02:56.2096944Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfft_cpu_float64 2022-09-27T16:02:56.2245322Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfftn_cpu_complex128 2022-09-27T16:02:56.2316287Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log10_cpu_float64 2022-09-27T16:02:56.2658684Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log10_cpu_float64 2022-09-27T16:02:56.2705688Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log1p_cpu_float64 2022-09-27T16:02:56.3141859Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log1p_cpu_float64 2022-09-27T16:02:56.3335273Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log2_cpu_complex128 2022-09-27T16:02:56.3580496Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log2_cpu_complex128 2022-09-27T16:02:56.3646782Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log2_cpu_float64 2022-09-27T16:02:56.4044176Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log2_cpu_float64 2022-09-27T16:02:56.4062666Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfftn_cpu_complex128 2022-09-27T16:02:56.4203937Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_cpu_complex128 2022-09-27T16:02:56.4382494Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfftn_cpu_float64 2022-09-27T16:02:56.4609925Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_cpu_complex128 2022-09-27T16:02:56.4615022Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_cpu_float64 2022-09-27T16:02:56.4903741Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_cpu_float64 2022-09-27T16:02:56.4926121Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_irfftn_cpu_float64 2022-09-27T16:02:56.5096008Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_rfft2_cpu_float64 2022-09-27T16:02:56.5131753Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_softmax_cpu_float64 2022-09-27T16:02:56.5487807Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_softmax_cpu_float64 2022-09-27T16:02:56.5498062Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_rfft2_cpu_float64 2022-09-27T16:02:56.5666884Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_softmax_dtype_cpu_complex128 2022-09-27T16:02:56.5856898Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_rfft_cpu_float64 2022-09-27T16:02:56.5978581Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_softmax_dtype_cpu_complex128 2022-09-27T16:02:56.6117203Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_softmax_dtype_cpu_float64 2022-09-27T16:02:56.6370589Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_log_softmax_dtype_cpu_float64 2022-09-27T16:02:56.6391314Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_rfft_cpu_float64 2022-09-27T16:02:56.6466136Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_rfftn_cpu_float64 2022-09-27T16:02:56.6508110Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logaddexp2_cpu_float64 2022-09-27T16:02:56.6939312Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logaddexp2_cpu_float64 2022-09-27T16:02:56.6997900Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logaddexp_cpu_float64 2022-09-27T16:02:56.7079176Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logaddexp_cpu_float64 2022-09-27T16:02:56.7099154Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fft_rfftn_cpu_float64 2022-09-27T16:02:56.7496681Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fill_cpu_complex128 2022-09-27T16:02:56.7597980Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logcumsumexp_cpu_float64 2022-09-27T16:02:56.7848649Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logcumsumexp_cpu_float64 2022-09-27T16:02:56.7868925Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fill_cpu_complex128 2022-09-27T16:02:56.7935730Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fill_cpu_float64 2022-09-27T16:02:56.8356916Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logdet_cpu_complex128 2022-09-27T16:02:56.8400580Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fill_cpu_float64 2022-09-27T16:02:56.9343577Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flatten_cpu_complex128 2022-09-27T16:02:56.9370314Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logdet_cpu_complex128 2022-09-27T16:02:56.9779061Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logdet_cpu_float64 2022-09-27T16:02:56.9805917Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logdet_cpu_float64 2022-09-27T16:02:56.9836680Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_and_cpu_complex128 2022-09-27T16:02:57.0254711Z [gw2] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_and_cpu_complex128 2022-09-27T16:02:57.0260638Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_and_cpu_float64 2022-09-27T16:02:57.0382044Z [gw2] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_and_cpu_float64 2022-09-27T16:02:57.0395156Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flatten_cpu_complex128 2022-09-27T16:02:57.0644081Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flatten_cpu_float64 2022-09-27T16:02:57.0695136Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flatten_cpu_float64 2022-09-27T16:02:57.0701090Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_not_cpu_complex128 2022-09-27T16:02:57.0821459Z [gw2] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_not_cpu_complex128 2022-09-27T16:02:57.1189411Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flip_cpu_complex128 2022-09-27T16:02:57.1197238Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_not_cpu_float64 2022-09-27T16:02:57.1660129Z [gw2] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_not_cpu_float64 2022-09-27T16:02:57.1665239Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_or_cpu_complex128 2022-09-27T16:02:57.2097944Z [gw2] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_or_cpu_complex128 2022-09-27T16:02:57.2103073Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_or_cpu_float64 2022-09-27T16:02:57.2537834Z [gw2] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_or_cpu_float64 2022-09-27T16:02:57.2542855Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_xor_cpu_complex128 2022-09-27T16:02:57.2974715Z [gw2] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_xor_cpu_complex128 2022-09-27T16:02:57.2979567Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_xor_cpu_float64 2022-09-27T16:02:57.3201178Z [gw2] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logical_xor_cpu_float64 2022-09-27T16:02:57.3224083Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_inf_cpu_complex128 2022-09-27T16:02:57.3309559Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_inf_cpu_float64 2022-09-27T16:02:57.3325531Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flip_cpu_complex128 2022-09-27T16:02:57.3381044Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flip_cpu_float64 2022-09-27T16:02:57.3513562Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logit_cpu_float64 2022-09-27T16:02:57.3821329Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logit_cpu_float64 2022-09-27T16:02:57.3851920Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logspace_cpu_complex128 2022-09-27T16:02:57.4141041Z [gw2] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logspace_cpu_complex128 2022-09-27T16:02:57.4153260Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flip_cpu_float64 2022-09-27T16:02:57.4296737Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fliplr_cpu_complex128 2022-09-27T16:02:57.4305379Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logspace_cpu_float64 2022-09-27T16:02:57.4629802Z [gw2] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logspace_cpu_float64 2022-09-27T16:02:57.4644709Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fliplr_cpu_complex128 2022-09-27T16:02:57.4775983Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fliplr_cpu_float64 2022-09-27T16:02:57.5070532Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logsumexp_cpu_float64 2022-09-27T16:02:57.5094495Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fliplr_cpu_float64 2022-09-27T16:02:57.5994041Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flipud_cpu_complex128 2022-09-27T16:02:57.6114756Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_inf_cpu_float64 2022-09-27T16:02:57.6123489Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flipud_cpu_complex128 2022-09-27T16:02:57.6250389Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_nuc_cpu_complex128 2022-09-27T16:02:57.6368324Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flipud_cpu_float64 2022-09-27T16:02:57.6381862Z [gw0] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_flipud_cpu_float64 2022-09-27T16:02:57.6412742Z [gw2] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_logsumexp_cpu_float64 2022-09-27T16:02:57.6475208Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_long_cpu_complex128 2022-09-27T16:02:57.6625692Z [gw2] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_long_cpu_complex128 2022-09-27T16:02:57.6752451Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_cpu_complex128 2022-09-27T16:02:57.6866201Z [gw0] [ 38%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_cpu_complex128 2022-09-27T16:02:57.6871521Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_long_cpu_float64 2022-09-27T16:02:57.7023545Z [gw2] [ 38%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_long_cpu_float64 2022-09-27T16:02:57.7043175Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_nuc_cpu_complex128 2022-09-27T16:02:57.7060798Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_nuc_cpu_float64 2022-09-27T16:02:57.7166594Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_cpu_float64 2022-09-27T16:02:57.7232838Z [gw0] [ 38%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_cpu_float64 2022-09-27T16:02:57.7296929Z [gw3] [ 38%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_norm_nuc_cpu_float64 2022-09-27T16:02:57.7335692Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lt_cpu_float64 2022-09-27T16:02:57.7521218Z [gw2] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lt_cpu_float64 2022-09-27T16:02:57.7527406Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_normal_cpu_float64 2022-09-27T16:02:57.7544700Z [gw3] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_normal_cpu_float64 2022-09-27T16:02:57.7854835Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_power_cpu_complex128 2022-09-27T16:02:57.7954227Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_cpu_complex128 2022-09-27T16:02:57.7969641Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_normal_number_mean_cpu_float64 2022-09-27T16:02:57.8412968Z [gw3] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_normal_number_mean_cpu_float64 2022-09-27T16:02:57.8416237Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ones_cpu_complex128 2022-09-27T16:02:57.8854317Z [gw3] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ones_cpu_complex128 2022-09-27T16:02:57.8860183Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ones_cpu_float64 2022-09-27T16:02:57.9293870Z [gw3] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ones_cpu_float64 2022-09-27T16:02:57.9298549Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ones_like_cpu_complex128 2022-09-27T16:02:57.9734444Z [gw3] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ones_like_cpu_complex128 2022-09-27T16:02:57.9739231Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ones_like_cpu_float64 2022-09-27T16:02:58.0174440Z [gw3] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ones_like_cpu_float64 2022-09-27T16:02:58.0179031Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ormqr_cpu_complex128 2022-09-27T16:02:58.0654947Z [gw3] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ormqr_cpu_complex128 2022-09-27T16:02:58.0660275Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ormqr_cpu_float64 2022-09-27T16:02:58.1137381Z [gw3] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ormqr_cpu_float64 2022-09-27T16:02:58.1859499Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_outer_cpu_complex128 2022-09-27T16:02:58.1880570Z [gw3] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_outer_cpu_complex128 2022-09-27T16:02:58.2262033Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_outer_cpu_float64 2022-09-27T16:02:58.2375344Z [gw3] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_outer_cpu_float64 2022-09-27T16:02:58.4039258Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pca_lowrank_cpu_float64 2022-09-27T16:02:58.4070740Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_cpu_complex128 2022-09-27T16:02:58.6080148Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_cpu_float64 2022-09-27T16:02:58.6103238Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_cpu_float64 2022-09-27T16:02:58.8454612Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_solve_cpu_complex128 2022-09-27T16:02:58.8475535Z [gw1] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_prod_cpu_complex128 2022-09-27T16:02:58.9642501Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_prod_cpu_float64 2022-09-27T16:02:58.9665043Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_power_cpu_complex128 2022-09-27T16:02:59.1230413Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_power_cpu_float64 2022-09-27T16:02:59.1261746Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_float_power_cpu_float64 2022-09-27T16:02:59.1422380Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_floor_cpu_float64 2022-09-27T16:02:59.1732233Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_floor_cpu_float64 2022-09-27T16:02:59.1736325Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_floor_divide_cpu_float64 2022-09-27T16:02:59.2177519Z [gw0] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_floor_divide_cpu_float64 2022-09-27T16:02:59.3823361Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fmax_cpu_float64 2022-09-27T16:02:59.3853288Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fmax_cpu_float64 2022-09-27T16:02:59.5343662Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fmin_cpu_float64 2022-09-27T16:02:59.5377354Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_solve_cpu_complex128 2022-09-27T16:02:59.5611908Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_solve_cpu_float64 2022-09-27T16:02:59.5653070Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fmin_cpu_float64 2022-09-27T16:02:59.7440321Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fmod_cpu_float64 2022-09-27T16:02:59.7476628Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_fmod_cpu_float64 2022-09-27T16:02:59.7735248Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_frac_cpu_float64 2022-09-27T16:02:59.7798611Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_frac_cpu_float64 2022-09-27T16:02:59.7823952Z [gw1] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_prod_cpu_float64 2022-09-27T16:02:59.7935379Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_softmax_cpu_float64 2022-09-27T16:02:59.8098100Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_frexp_cpu_float64 2022-09-27T16:02:59.8375403Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_frexp_cpu_float64 2022-09-27T16:02:59.8380297Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_full_like_cpu_complex128 2022-09-27T16:02:59.8815291Z [gw0] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_full_like_cpu_complex128 2022-09-27T16:02:59.8819506Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_full_like_cpu_float64 2022-09-27T16:02:59.9297180Z [gw0] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_full_like_cpu_float64 2022-09-27T16:02:59.9538967Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gather_cpu_complex128 2022-09-27T16:02:59.9557533Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_solve_cpu_float64 2022-09-27T16:03:00.0658212Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_unpack_cpu_complex128 2022-09-27T16:03:00.0678551Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gather_cpu_complex128 2022-09-27T16:03:00.0909900Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gather_cpu_float64 2022-09-27T16:03:00.1133086Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gather_cpu_float64 2022-09-27T16:03:00.1137340Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ge_cpu_float64 2022-09-27T16:03:00.1263686Z [gw0] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ge_cpu_float64 2022-09-27T16:03:00.1291006Z [gw1] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_softmax_cpu_float64 2022-09-27T16:03:00.1571303Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_softmin_cpu_float64 2022-09-27T16:03:00.1576986Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_geqrf_cpu_complex128 2022-09-27T16:03:00.2051351Z [gw0] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_geqrf_cpu_complex128 2022-09-27T16:03:00.2056692Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_geqrf_cpu_float64 2022-09-27T16:03:00.2574753Z [gw0] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_geqrf_cpu_float64 2022-09-27T16:03:00.3490112Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gradient_cpu_complex128 2022-09-27T16:03:00.3511034Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_unpack_cpu_complex128 2022-09-27T16:03:00.4068264Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_unpack_cpu_float64 2022-09-27T16:03:00.4089167Z [gw1] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_softmin_cpu_float64 2022-09-27T16:03:00.4790815Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_std_cpu_complex128 2022-09-27T16:03:00.4809132Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_lu_unpack_cpu_float64 2022-09-27T16:03:00.5224709Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mH_cpu_complex128 2022-09-27T16:03:00.5258628Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mH_cpu_complex128 2022-09-27T16:03:00.5557427Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mH_cpu_float64 2022-09-27T16:03:00.5699413Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mH_cpu_float64 2022-09-27T16:03:00.6393781Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mT_cpu_complex128 2022-09-27T16:03:00.6426503Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mT_cpu_complex128 2022-09-27T16:03:00.6646462Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mT_cpu_float64 2022-09-27T16:03:00.6936362Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mT_cpu_float64 2022-09-27T16:03:00.7864489Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_fill_cpu_complex128 2022-09-27T16:03:00.7884623Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_fill_cpu_complex128 2022-09-27T16:03:00.8136662Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_fill_cpu_float64 2022-09-27T16:03:00.8337952Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_fill_cpu_float64 2022-09-27T16:03:00.9094827Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_scatter_cpu_complex128 2022-09-27T16:03:00.9124737Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_scatter_cpu_complex128 2022-09-27T16:03:00.9381312Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_scatter_cpu_float64 2022-09-27T16:03:00.9577732Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_scatter_cpu_float64 2022-09-27T16:03:01.0063929Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_select_cpu_complex128 2022-09-27T16:03:01.0084849Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_select_cpu_complex128 2022-09-27T16:03:01.0221513Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_select_cpu_float64 2022-09-27T16:03:01.0579151Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_masked_select_cpu_float64 2022-09-27T16:03:01.2574140Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matmul_cpu_complex128 2022-09-27T16:03:01.2599444Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matmul_cpu_complex128 2022-09-27T16:03:01.2949266Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matmul_cpu_float64 2022-09-27T16:03:01.3097654Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matmul_cpu_float64 2022-09-27T16:03:01.3387774Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matrix_exp_cpu_complex128 2022-09-27T16:03:01.3407826Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gradient_cpu_complex128 2022-09-27T16:03:01.3592416Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gradient_cpu_float64 2022-09-27T16:03:01.3606412Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matrix_exp_cpu_complex128 2022-09-27T16:03:01.3715640Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matrix_exp_cpu_float64 2022-09-27T16:03:01.4098524Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_matrix_exp_cpu_float64 2022-09-27T16:03:01.4252552Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_max_binary_cpu_float64 2022-09-27T16:03:01.4525090Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_max_binary_cpu_float64 2022-09-27T16:03:01.4531651Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_max_reduction_no_dim_cpu_float64 2022-09-27T16:03:01.4917027Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_max_reduction_no_dim_cpu_float64 2022-09-27T16:03:01.4930682Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gradient_cpu_float64 2022-09-27T16:03:01.4941626Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_max_reduction_with_dim_cpu_float64 2022-09-27T16:03:01.4974962Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gt_cpu_float64 2022-09-27T16:03:01.5014406Z [gw0] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_gt_cpu_float64 2022-09-27T16:03:01.5496524Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_max_reduction_with_dim_cpu_float64 2022-09-27T16:03:01.5500336Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_maximum_cpu_float64 2022-09-27T16:03:01.5533834Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_half_cpu_complex128 2022-09-27T16:03:01.5719986Z [gw0] [ 39%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_half_cpu_complex128 2022-09-27T16:03:01.5777920Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_maximum_cpu_float64 2022-09-27T16:03:01.5976158Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mean_cpu_complex128 2022-09-27T16:03:01.6007309Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_half_cpu_float64 2022-09-27T16:03:01.6417378Z [gw0] [ 39%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_half_cpu_float64 2022-09-27T16:03:01.6422113Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_heaviside_cpu_float64 2022-09-27T16:03:01.6853826Z [gw0] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_heaviside_cpu_float64 2022-09-27T16:03:01.6860025Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_histc_cpu_float64 2022-09-27T16:03:01.7293668Z [gw0] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_histc_cpu_float64 2022-09-27T16:03:01.7299348Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_histogram_cpu_float64 2022-09-27T16:03:01.7447411Z [gw0] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_histogram_cpu_float64 2022-09-27T16:03:01.7470991Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mean_cpu_complex128 2022-09-27T16:03:01.7734102Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mean_cpu_float64 2022-09-27T16:03:01.7742155Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_histogramdd_cpu_float64 2022-09-27T16:03:01.7837553Z [gw0] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_histogramdd_cpu_float64 2022-09-27T16:03:01.7897485Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mean_cpu_float64 2022-09-27T16:03:01.8141035Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_median_cpu_float64 2022-09-27T16:03:01.8152287Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hsplit_cpu_complex128 2022-09-27T16:03:01.8338205Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_median_cpu_float64 2022-09-27T16:03:01.9065593Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T16:03:01.9084548Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hsplit_cpu_complex128 2022-09-27T16:03:01.9304423Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hsplit_cpu_float64 2022-09-27T16:03:01.9501323Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hsplit_cpu_float64 2022-09-27T16:03:02.0509676Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hstack_cpu_complex128 2022-09-27T16:03:02.0518186Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T16:03:02.0806533Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_list_of_tensors_cpu_float64 2022-09-27T16:03:02.0825115Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hstack_cpu_complex128 2022-09-27T16:03:02.1011262Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hstack_cpu_float64 2022-09-27T16:03:02.1110615Z [gw2] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_list_of_tensors_cpu_float64 2022-09-27T16:03:02.1160918Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T16:03:02.1299944Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hstack_cpu_float64 2022-09-27T16:03:02.2309628Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hypot_cpu_float64 2022-09-27T16:03:02.2340336Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_hypot_cpu_float64 2022-09-27T16:03:02.2508618Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_i0_cpu_float64 2022-09-27T16:03:02.2811514Z [gw0] [ 39%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_i0_cpu_float64 2022-09-27T16:03:02.2820372Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_igamma_cpu_float64 2022-09-27T16:03:02.3237111Z [gw0] [ 39%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_igamma_cpu_float64 2022-09-27T16:03:02.3258672Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T16:03:02.3262891Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_variadic_tensors_cpu_float64 2022-09-27T16:03:02.3297511Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_igammac_cpu_float64 2022-09-27T16:03:02.3671890Z [gw0] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_igammac_cpu_float64 2022-09-27T16:03:02.3699250Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_meshgrid_variadic_tensors_cpu_float64 2022-09-27T16:03:02.3739331Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_min_binary_cpu_float64 2022-09-27T16:03:02.3943293Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_imag_cpu_complex128 2022-09-27T16:03:02.4202826Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_min_binary_cpu_float64 2022-09-27T16:03:02.4207402Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_min_reduction_no_dim_cpu_float64 2022-09-27T16:03:02.4587125Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_min_reduction_no_dim_cpu_float64 2022-09-27T16:03:02.4673641Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_min_reduction_with_dim_cpu_float64 2022-09-27T16:03:02.5034054Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_min_reduction_with_dim_cpu_float64 2022-09-27T16:03:02.5137139Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_imag_cpu_complex128 2022-09-27T16:03:02.5205404Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_minimum_cpu_float64 2022-09-27T16:03:02.5362865Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_add_cpu_complex128 2022-09-27T16:03:02.5566154Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_minimum_cpu_float64 2022-09-27T16:03:02.5770271Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mm_cpu_complex128 2022-09-27T16:03:02.6043399Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mm_cpu_complex128 2022-09-27T16:03:02.6050892Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mm_cpu_float64 2022-09-27T16:03:02.6461215Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mm_cpu_float64 2022-09-27T16:03:02.6627298Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mode_cpu_float64 2022-09-27T16:03:02.6883242Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mode_cpu_float64 2022-09-27T16:03:02.7252888Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_movedim_cpu_complex128 2022-09-27T16:03:02.7299671Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_movedim_cpu_complex128 2022-09-27T16:03:02.7425837Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_movedim_cpu_float64 2022-09-27T16:03:02.7819725Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_movedim_cpu_float64 2022-09-27T16:03:02.7874117Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_msort_cpu_float64 2022-09-27T16:03:02.8181245Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_msort_cpu_float64 2022-09-27T16:03:02.9865674Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mul_cpu_complex128 2022-09-27T16:03:02.9876535Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mul_cpu_complex128 2022-09-27T16:03:03.0053499Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mul_cpu_float64 2022-09-27T16:03:03.0067076Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_add_cpu_complex128 2022-09-27T16:03:03.0079723Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mul_cpu_float64 2022-09-27T16:03:03.0566622Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_add_cpu_float64 2022-09-27T16:03:03.0568266Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_multinomial_cpu_float64 2022-09-27T16:03:03.0860815Z [gw2] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_multinomial_cpu_float64 2022-09-27T16:03:03.0882017Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_add_cpu_float64 2022-09-27T16:03:03.1021051Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_copy_cpu_complex128 2022-09-27T16:03:03.1167190Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mv_cpu_complex128 2022-09-27T16:03:03.1460773Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mv_cpu_complex128 2022-09-27T16:03:03.1519555Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mv_cpu_float64 2022-09-27T16:03:03.1940243Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mv_cpu_float64 2022-09-27T16:03:03.2106400Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T16:03:03.2120695Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_copy_cpu_complex128 2022-09-27T16:03:03.2132034Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T16:03:03.2383152Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_copy_cpu_float64 2022-09-27T16:03:03.2418391Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_copy_cpu_float64 2022-09-27T16:03:03.2538031Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T16:03:03.2636067Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_fill_cpu_complex128 2022-09-27T16:03:03.2860982Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T16:03:03.3044657Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T16:03:03.3159962Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T16:03:03.3172158Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_fill_cpu_complex128 2022-09-27T16:03:03.3298783Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_fill_cpu_float64 2022-09-27T16:03:03.3355447Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nan_to_num_cpu_float64 2022-09-27T16:03:03.3371099Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_fill_cpu_float64 2022-09-27T16:03:03.3581979Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nan_to_num_cpu_float64 2022-09-27T16:03:03.3780062Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_put_cpu_complex128 2022-09-27T16:03:03.4307290Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nanmean_cpu_float64 2022-09-27T16:03:03.4318513Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nanmean_cpu_float64 2022-09-27T16:03:03.4509382Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nanmedian_cpu_float64 2022-09-27T16:03:03.4741338Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nanmedian_cpu_float64 2022-09-27T16:03:03.5808229Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nanquantile_cpu_float64 2022-09-27T16:03:03.5821854Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_put_cpu_complex128 2022-09-27T16:03:03.6237892Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_put_cpu_float64 2022-09-27T16:03:03.6252639Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nanquantile_cpu_float64 2022-09-27T16:03:03.6709646Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nansum_cpu_float64 2022-09-27T16:03:03.6724728Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_put_cpu_float64 2022-09-27T16:03:03.7146090Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_reduce_cpu_float64 2022-09-27T16:03:03.7158143Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nansum_cpu_float64 2022-09-27T16:03:03.7342779Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_narrow_copy_cpu_complex128 2022-09-27T16:03:03.7617638Z [gw2] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_narrow_copy_cpu_complex128 2022-09-27T16:03:03.7626724Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_narrow_copy_cpu_float64 2022-09-27T16:03:03.8097633Z [gw2] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_narrow_copy_cpu_float64 2022-09-27T16:03:03.8861239Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_narrow_cpu_complex128 2022-09-27T16:03:03.8870007Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_narrow_cpu_complex128 2022-09-27T16:03:03.9058423Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_narrow_cpu_float64 2022-09-27T16:03:03.9303337Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_narrow_cpu_float64 2022-09-27T16:03:03.9844934Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_native_layer_norm_cpu_float64 2022-09-27T16:03:03.9862296Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_native_layer_norm_cpu_float64 2022-09-27T16:03:03.9889606Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ne_cpu_complex128 2022-09-27T16:03:04.0335317Z [gw2] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ne_cpu_complex128 2022-09-27T16:03:04.0346040Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ne_cpu_float64 2022-09-27T16:03:04.0800645Z [gw2] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_ne_cpu_float64 2022-09-27T16:03:04.0872857Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_neg_cpu_complex128 2022-09-27T16:03:04.1382678Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_neg_cpu_complex128 2022-09-27T16:03:04.1384222Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_neg_cpu_float64 2022-09-27T16:03:04.1455668Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_neg_cpu_float64 2022-09-27T16:03:04.1466402Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_reduce_cpu_float64 2022-09-27T16:03:04.1736791Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_select_cpu_complex128 2022-09-27T16:03:04.1746669Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_empty_cpu_complex128 2022-09-27T16:03:04.2082120Z [gw2] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_empty_cpu_complex128 2022-09-27T16:03:04.2099262Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_select_cpu_complex128 2022-09-27T16:03:04.2173514Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_select_cpu_float64 2022-09-27T16:03:04.2183120Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_empty_cpu_float64 2022-09-27T16:03:04.2305903Z [gw2] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_empty_cpu_float64 2022-09-27T16:03:04.2576808Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_index_select_cpu_float64 2022-09-27T16:03:04.2612756Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_inner_cpu_complex128 2022-09-27T16:03:04.2622108Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_empty_strided_cpu_complex128 2022-09-27T16:03:04.3056363Z [gw2] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_empty_strided_cpu_complex128 2022-09-27T16:03:04.3066101Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_empty_strided_cpu_float64 2022-09-27T16:03:04.3492700Z [gw2] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_empty_strided_cpu_float64 2022-09-27T16:03:04.3502711Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_full_cpu_complex128 2022-09-27T16:03:04.3899894Z [gw2] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_full_cpu_complex128 2022-09-27T16:03:04.3932776Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_full_cpu_float64 2022-09-27T16:03:04.4151836Z [gw2] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_full_cpu_float64 2022-09-27T16:03:04.4162096Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_inner_cpu_complex128 2022-09-27T16:03:04.4337873Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_inner_cpu_float64 2022-09-27T16:03:04.4368938Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_ones_cpu_complex128 2022-09-27T16:03:04.4436639Z [gw2] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_ones_cpu_complex128 2022-09-27T16:03:04.4578687Z [gw0] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_inner_cpu_float64 2022-09-27T16:03:04.4602297Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_int_cpu_complex128 2022-09-27T16:03:04.4779379Z [gw0] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_int_cpu_complex128 2022-09-27T16:03:04.4804727Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_ones_cpu_float64 2022-09-27T16:03:04.5020016Z [gw2] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_ones_cpu_float64 2022-09-27T16:03:04.5047212Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_int_cpu_float64 2022-09-27T16:03:04.5219247Z [gw0] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_int_cpu_float64 2022-09-27T16:03:04.5247715Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_zeros_cpu_complex128 2022-09-27T16:03:04.5460228Z [gw2] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_zeros_cpu_complex128 2022-09-27T16:03:04.5488056Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isclose_cpu_complex128 2022-09-27T16:03:04.5699684Z [gw0] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isclose_cpu_complex128 2022-09-27T16:03:04.5728599Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_zeros_cpu_float64 2022-09-27T16:03:04.5899100Z [gw2] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_new_zeros_cpu_float64 2022-09-27T16:03:04.5929569Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isclose_cpu_float64 2022-09-27T16:03:04.6138849Z [gw0] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isclose_cpu_float64 2022-09-27T16:03:04.6167962Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nextafter_cpu_float64 2022-09-27T16:03:04.6338704Z [gw2] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nextafter_cpu_float64 2022-09-27T16:03:04.6367078Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isfinite_cpu_complex128 2022-09-27T16:03:04.6580144Z [gw0] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isfinite_cpu_complex128 2022-09-27T16:03:04.6682243Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T16:03:04.6779552Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T16:03:04.6806936Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isfinite_cpu_float64 2022-09-27T16:03:04.7019542Z [gw0] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isfinite_cpu_float64 2022-09-27T16:03:04.7167468Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T16:03:04.7218504Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T16:03:04.7248065Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isin_cpu_float64 2022-09-27T16:03:04.7461210Z [gw0] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isin_cpu_float64 2022-09-27T16:03:04.7661014Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T16:03:04.7695058Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isinf_cpu_complex128 2022-09-27T16:03:04.7755855Z [gw0] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isinf_cpu_complex128 2022-09-27T16:03:04.7900093Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T16:03:04.8079509Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T16:03:04.8139734Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T16:03:04.8169272Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isinf_cpu_float64 2022-09-27T16:03:04.8339864Z [gw0] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isinf_cpu_float64 2022-09-27T16:03:04.8580610Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T16:03:04.8613327Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isnan_cpu_complex128 2022-09-27T16:03:04.8782194Z [gw0] [ 40%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isnan_cpu_complex128 2022-09-27T16:03:04.8796938Z [gw2] [ 40%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T16:03:04.9019078Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T16:03:04.9051010Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isnan_cpu_float64 2022-09-27T16:03:04.9203288Z [gw0] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isnan_cpu_float64 2022-09-27T16:03:04.9218286Z [gw2] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T16:03:04.9406210Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_avg_pool1d_cpu_float64 2022-09-27T16:03:04.9469646Z [gw2] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_avg_pool1d_cpu_float64 2022-09-27T16:03:04.9487944Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isneginf_cpu_float64 2022-09-27T16:03:04.9660309Z [gw0] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isneginf_cpu_float64 2022-09-27T16:03:04.9786681Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_avg_pool2d_cpu_float64 2022-09-27T16:03:04.9940121Z [gw2] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_avg_pool2d_cpu_float64 2022-09-27T16:03:04.9972615Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isposinf_cpu_float64 2022-09-27T16:03:05.0098839Z [gw0] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isposinf_cpu_float64 2022-09-27T16:03:05.0244340Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_avg_pool3d_cpu_float64 2022-09-27T16:03:05.0380956Z [gw2] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_avg_pool3d_cpu_float64 2022-09-27T16:03:05.0409689Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isreal_cpu_complex128 2022-09-27T16:03:05.0538769Z [gw0] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isreal_cpu_complex128 2022-09-27T16:03:05.0860286Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_batch_norm_cpu_float64 2022-09-27T16:03:05.0892942Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isreal_cpu_float64 2022-09-27T16:03:05.0957934Z [gw0] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_isreal_cpu_float64 2022-09-27T16:03:05.0980028Z [gw2] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_batch_norm_cpu_float64 2022-09-27T16:03:05.1341001Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_bilinear_cpu_float64 2022-09-27T16:03:05.4147721Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_istft_cpu_complex128 2022-09-27T16:03:05.4165998Z [gw2] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_bilinear_cpu_float64 2022-09-27T16:03:05.6625816Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T16:03:05.6640763Z [gw2] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T16:03:05.7679696Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T16:03:05.7701937Z [gw2] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T16:03:05.7827063Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_celu_cpu_float64 2022-09-27T16:03:05.8207138Z [gw2] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_celu_cpu_float64 2022-09-27T16:03:06.0225220Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv1d_cpu_complex128 2022-09-27T16:03:06.0243507Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_std_cpu_complex128 2022-09-27T16:03:06.3322810Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_std_cpu_float64 2022-09-27T16:03:06.3352730Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_istft_cpu_complex128 2022-09-27T16:03:06.5324245Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_istft_cpu_float64 2022-09-27T16:03:06.5351236Z [gw2] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv1d_cpu_complex128 2022-09-27T16:03:06.6064103Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv1d_cpu_float64 2022-09-27T16:03:06.6093718Z [gw2] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv1d_cpu_float64 2022-09-27T16:03:06.8133180Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv2d_cpu_complex128 2022-09-27T16:03:06.8175598Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_istft_cpu_float64 2022-09-27T16:03:06.8245510Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T16:03:06.8618504Z [gw0] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T16:03:06.8627442Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T16:03:06.9097680Z [gw0] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T16:03:06.9106853Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T16:03:06.9537066Z [gw0] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T16:03:06.9545977Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T16:03:06.9978866Z [gw0] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T16:03:06.9987725Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_cpu_complex128 2022-09-27T16:03:07.0459111Z [gw0] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_cpu_complex128 2022-09-27T16:03:07.0463577Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_cpu_float64 2022-09-27T16:03:07.0897047Z [gw0] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_cpu_float64 2022-09-27T16:03:07.0906031Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T16:03:07.1376978Z [gw0] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T16:03:07.1385845Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T16:03:07.1857286Z [gw0] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T16:03:07.1866099Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_unary_cpu_complex128 2022-09-27T16:03:07.2338826Z [gw0] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_unary_cpu_complex128 2022-09-27T16:03:07.2339471Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_unary_cpu_float64 2022-09-27T16:03:07.2817601Z [gw0] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_jiterator_unary_cpu_float64 2022-09-27T16:03:07.3444375Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_kron_cpu_complex128 2022-09-27T16:03:07.3460761Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_std_cpu_float64 2022-09-27T16:03:07.4111905Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_sum_cpu_complex128 2022-09-27T16:03:07.4127648Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_kron_cpu_complex128 2022-09-27T16:03:07.4465700Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_kron_cpu_float64 2022-09-27T16:03:07.4539887Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_kron_cpu_float64 2022-09-27T16:03:07.5509231Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_kthvalue_cpu_float64 2022-09-27T16:03:07.5550693Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_kthvalue_cpu_float64 2022-09-27T16:03:08.3977717Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ldexp_cpu_complex128 2022-09-27T16:03:08.4016047Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ldexp_cpu_complex128 2022-09-27T16:03:08.6340276Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ldexp_cpu_float64 2022-09-27T16:03:08.6379072Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ldexp_cpu_float64 2022-09-27T16:03:08.6435639Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_le_cpu_float64 2022-09-27T16:03:08.6936393Z [gw0] [ 41%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_le_cpu_float64 2022-09-27T16:03:09.5933064Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lerp_cpu_complex128 2022-09-27T16:03:09.5959683Z [gw2] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv2d_cpu_complex128 2022-09-27T16:03:10.0510541Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv2d_cpu_float64 2022-09-27T16:03:10.0536244Z [gw2] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv2d_cpu_float64 2022-09-27T16:03:10.8066153Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T16:03:10.8092610Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lerp_cpu_complex128 2022-09-27T16:03:10.8235726Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lerp_cpu_float64 2022-09-27T16:03:10.8265118Z [gw2] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T16:03:10.9174964Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T16:03:10.9191515Z [gw2] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T16:03:11.0251808Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T16:03:11.0364285Z [gw2] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T16:03:11.0439125Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T16:03:11.0474646Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lerp_cpu_float64 2022-09-27T16:03:11.0783115Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lgamma_cpu_float64 2022-09-27T16:03:11.0898632Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lgamma_cpu_float64 2022-09-27T16:03:11.2029079Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_cpu_complex128 2022-09-27T16:03:11.2075301Z [gw2] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T16:03:11.2748434Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T16:03:11.2787135Z [gw2] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T16:03:11.3445969Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_cosine_similarity_cpu_float64 2022-09-27T16:03:11.3496149Z [gw2] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_cosine_similarity_cpu_float64 2022-09-27T16:03:11.4687728Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_cross_entropy_cpu_float64 2022-09-27T16:03:11.4710096Z [gw2] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_cross_entropy_cpu_float64 2022-09-27T16:03:11.6633664Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_ctc_loss_cpu_float64 2022-09-27T16:03:11.6660689Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_sum_cpu_complex128 2022-09-27T16:03:12.5496447Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_sum_cpu_float64 2022-09-27T16:03:12.5538588Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_sum_cpu_float64 2022-09-27T16:03:12.6420716Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_var_cpu_complex128 2022-09-27T16:03:12.6438572Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_cpu_complex128 2022-09-27T16:03:12.8371069Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_cpu_float64 2022-09-27T16:03:12.8396878Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_cpu_float64 2022-09-27T16:03:14.4004506Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_ex_cpu_complex128 2022-09-27T16:03:14.4032219Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_ex_cpu_complex128 2022-09-27T16:03:14.6097540Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_ex_cpu_float64 2022-09-27T16:03:14.6125449Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cholesky_ex_cpu_float64 2022-09-27T16:03:14.8215635Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cond_cpu_complex128 2022-09-27T16:03:14.8241862Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cond_cpu_complex128 2022-09-27T16:03:14.8559115Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cond_cpu_float64 2022-09-27T16:03:14.8776155Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cond_cpu_float64 2022-09-27T16:03:15.0434243Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cross_cpu_complex128 2022-09-27T16:03:15.0462406Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cross_cpu_complex128 2022-09-27T16:03:15.0868937Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cross_cpu_float64 2022-09-27T16:03:15.0898008Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_cross_cpu_float64 2022-09-27T16:03:15.3269728Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_cpu_complex128 2022-09-27T16:03:15.3297947Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_cpu_complex128 2022-09-27T16:03:15.3986853Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_cpu_float64 2022-09-27T16:03:15.4019188Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_cpu_float64 2022-09-27T16:03:15.5100170Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_singular_cpu_complex128 2022-09-27T16:03:15.5121682Z [gw0] [ 41%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_singular_cpu_complex128 2022-09-27T16:03:16.1614058Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_singular_cpu_float64 2022-09-27T16:03:16.1628032Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_det_singular_cpu_float64 2022-09-27T16:03:16.8134609Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eig_cpu_complex128 2022-09-27T16:03:16.8161461Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eig_cpu_complex128 2022-09-27T16:03:17.0023831Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eig_cpu_float64 2022-09-27T16:03:17.0052186Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eig_cpu_float64 2022-09-27T16:03:17.8785236Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigh_cpu_complex128 2022-09-27T16:03:17.8851567Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigh_cpu_complex128 2022-09-27T16:03:18.0415149Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigh_cpu_float64 2022-09-27T16:03:18.0530103Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigh_cpu_float64 2022-09-27T16:03:18.4773401Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvals_cpu_complex128 2022-09-27T16:03:18.4795109Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvals_cpu_complex128 2022-09-27T16:03:18.5468131Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvals_cpu_float64 2022-09-27T16:03:18.5488928Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvals_cpu_float64 2022-09-27T16:03:18.9456499Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvalsh_cpu_complex128 2022-09-27T16:03:18.9479918Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvalsh_cpu_complex128 2022-09-27T16:03:19.0417652Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvalsh_cpu_float64 2022-09-27T16:03:19.0441606Z [gw0] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_eigvalsh_cpu_float64 2022-09-27T16:03:19.3691812Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_householder_product_cpu_complex128 2022-09-27T16:03:19.3712249Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_var_cpu_complex128 2022-09-27T16:03:20.7805239Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_var_cpu_float64 2022-09-27T16:03:20.7831141Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad__masked_var_cpu_float64 2022-09-27T16:03:20.8446603Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_abs_cpu_complex128 2022-09-27T16:03:20.8480512Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_abs_cpu_complex128 2022-09-27T16:03:20.8637348Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_abs_cpu_float64 2022-09-27T16:03:20.8975844Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_abs_cpu_float64 2022-09-27T16:03:21.0573536Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acos_cpu_complex128 2022-09-27T16:03:21.0610502Z [gw1] [ 41%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acos_cpu_complex128 2022-09-27T16:03:21.0967594Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acos_cpu_float64 2022-09-27T16:03:21.1017626Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acos_cpu_float64 2022-09-27T16:03:21.2522569Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acosh_cpu_complex128 2022-09-27T16:03:21.2557688Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acosh_cpu_complex128 2022-09-27T16:03:21.2879373Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acosh_cpu_float64 2022-09-27T16:03:21.3018375Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_acosh_cpu_float64 2022-09-27T16:03:21.3190075Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_add_cpu_complex128 2022-09-27T16:03:21.3221554Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pca_lowrank_cpu_float64 2022-09-27T16:03:21.4902624Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_permute_cpu_complex128 2022-09-27T16:03:21.4941766Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_permute_cpu_complex128 2022-09-27T16:03:21.5327109Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_permute_cpu_float64 2022-09-27T16:03:21.5377758Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_permute_cpu_float64 2022-09-27T16:03:22.1449305Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pinverse_cpu_complex128 2022-09-27T16:03:22.1488086Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_add_cpu_complex128 2022-09-27T16:03:22.3439038Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_add_cpu_float64 2022-09-27T16:03:22.3479364Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_add_cpu_float64 2022-09-27T16:03:22.4356672Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addbmm_cpu_complex128 2022-09-27T16:03:22.4390346Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pinverse_cpu_complex128 2022-09-27T16:03:22.5970407Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pinverse_cpu_float64 2022-09-27T16:03:22.6004315Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pinverse_cpu_float64 2022-09-27T16:03:22.8885190Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polar_cpu_float64 2022-09-27T16:03:22.8923641Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polar_cpu_float64 2022-09-27T16:03:22.9915275Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_0_cpu_float64 2022-09-27T16:03:22.9950660Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_0_cpu_float64 2022-09-27T16:03:22.9991447Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_1_cpu_float64 2022-09-27T16:03:23.0406171Z [gw3] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_1_cpu_float64 2022-09-27T16:03:23.0416793Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_2_cpu_float64 2022-09-27T16:03:23.0846635Z [gw3] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_2_cpu_float64 2022-09-27T16:03:23.0856004Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_3_cpu_float64 2022-09-27T16:03:23.1288771Z [gw3] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_3_cpu_float64 2022-09-27T16:03:23.1298219Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_4_cpu_float64 2022-09-27T16:03:23.1703408Z [gw3] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_polygamma_polygamma_n_4_cpu_float64 2022-09-27T16:03:23.2705004Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_positive_cpu_complex128 2022-09-27T16:03:23.2737160Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_positive_cpu_complex128 2022-09-27T16:03:23.3003496Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_positive_cpu_float64 2022-09-27T16:03:23.3139975Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_positive_cpu_float64 2022-09-27T16:03:24.2799023Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pow_cpu_complex128 2022-09-27T16:03:24.2840292Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_householder_product_cpu_complex128 2022-09-27T16:03:24.9186278Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_householder_product_cpu_float64 2022-09-27T16:03:24.9224338Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pow_cpu_complex128 2022-09-27T16:03:25.2364887Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pow_cpu_float64 2022-09-27T16:03:25.2403891Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_pow_cpu_float64 2022-09-27T16:03:25.4390371Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_prod_cpu_complex128 2022-09-27T16:03:25.4431010Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_householder_product_cpu_float64 2022-09-27T16:03:25.7634425Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_cpu_complex128 2022-09-27T16:03:25.7660280Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addbmm_cpu_complex128 2022-09-27T16:03:25.9284118Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addbmm_cpu_float64 2022-09-27T16:03:25.9324632Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_cpu_complex128 2022-09-27T16:03:26.0244961Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_cpu_float64 2022-09-27T16:03:26.0280600Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_cpu_float64 2022-09-27T16:03:26.1702176Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_ex_cpu_complex128 2022-09-27T16:03:26.1719360Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_addbmm_cpu_float64 2022-09-27T16:03:26.3280257Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensor_split_cpu_float64 2022-09-27T16:03:26.3306837Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensor_split_cpu_float64 2022-09-27T16:03:26.5271895Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensordot_cpu_complex128 2022-09-27T16:03:26.5308014Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_ex_cpu_complex128 2022-09-27T16:03:26.5544825Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_ex_cpu_float64 2022-09-27T16:03:26.5569246Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensordot_cpu_complex128 2022-09-27T16:03:26.5874818Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensordot_cpu_float64 2022-09-27T16:03:26.6096362Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensordot_cpu_float64 2022-09-27T16:03:26.6201766Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tile_cpu_complex128 2022-09-27T16:03:26.6234290Z [gw0] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_inv_ex_cpu_float64 2022-09-27T16:03:26.6290690Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_cpu_complex128 2022-09-27T16:03:26.6694956Z [gw0] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_cpu_complex128 2022-09-27T16:03:26.6704375Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_cpu_float64 2022-09-27T16:03:26.7175426Z [gw0] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_cpu_float64 2022-09-27T16:03:26.7184890Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T16:03:26.7655531Z [gw0] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T16:03:26.7664813Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_ex_cpu_float64 2022-09-27T16:03:26.8143992Z [gw0] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_factor_ex_cpu_float64 2022-09-27T16:03:26.8153513Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_solve_cpu_complex128 2022-09-27T16:03:26.8618186Z [gw0] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_solve_cpu_complex128 2022-09-27T16:03:26.8627761Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_solve_cpu_float64 2022-09-27T16:03:26.9088586Z [gw0] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_ldl_solve_cpu_float64 2022-09-27T16:03:26.9098277Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_cpu_complex128 2022-09-27T16:03:26.9567832Z [gw0] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_cpu_complex128 2022-09-27T16:03:26.9577464Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_cpu_float64 2022-09-27T16:03:27.0057992Z [gw0] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_cpu_float64 2022-09-27T16:03:27.7076038Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T16:03:27.7113287Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_prod_cpu_complex128 2022-09-27T16:03:27.7922303Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_prod_cpu_float64 2022-09-27T16:03:27.7976025Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tile_cpu_complex128 2022-09-27T16:03:28.0229461Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tile_cpu_float64 2022-09-27T16:03:28.0270401Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tile_cpu_float64 2022-09-27T16:03:28.3697411Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_cpu_complex128 2022-09-27T16:03:28.3718834Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_prod_cpu_float64 2022-09-27T16:03:29.3667845Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_put_cpu_complex128 2022-09-27T16:03:29.3904559Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_cpu_complex128 2022-09-27T16:03:29.4921357Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_cpu_float64 2022-09-27T16:03:29.4947108Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_put_cpu_complex128 2022-09-27T16:03:29.6659707Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_put_cpu_float64 2022-09-27T16:03:29.6685519Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_put_cpu_float64 2022-09-27T16:03:29.7154314Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_qr_cpu_complex128 2022-09-27T16:03:29.7176793Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_cpu_float64 2022-09-27T16:03:29.7228185Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_sparse_cpu_complex128 2022-09-27T16:03:29.7600321Z [gw1] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_sparse_cpu_complex128 2022-09-27T16:03:29.8083706Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_sparse_cpu_float64 2022-09-27T16:03:29.8120414Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_to_sparse_cpu_float64 2022-09-27T16:03:29.9379548Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_topk_cpu_float64 2022-09-27T16:03:29.9418682Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_topk_cpu_float64 2022-09-27T16:03:30.0105150Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trace_cpu_complex128 2022-09-27T16:03:30.0131630Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trace_cpu_complex128 2022-09-27T16:03:30.0212768Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trace_cpu_float64 2022-09-27T16:03:30.0616817Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trace_cpu_float64 2022-09-27T16:03:30.3612159Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_transpose_cpu_complex128 2022-09-27T16:03:30.3637185Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_transpose_cpu_complex128 2022-09-27T16:03:30.4403401Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_transpose_cpu_float64 2022-09-27T16:03:30.4429376Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_transpose_cpu_float64 2022-09-27T16:03:31.0902662Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapezoid_cpu_complex128 2022-09-27T16:03:31.0931678Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapezoid_cpu_complex128 2022-09-27T16:03:31.2386135Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapezoid_cpu_float64 2022-09-27T16:03:31.2413556Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapezoid_cpu_float64 2022-09-27T16:03:32.0997265Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapz_cpu_complex128 2022-09-27T16:03:32.1039881Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapz_cpu_complex128 2022-09-27T16:03:32.3077347Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapz_cpu_float64 2022-09-27T16:03:32.3123412Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trapz_cpu_float64 2022-09-27T16:03:34.1147868Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triangular_solve_cpu_complex128 2022-09-27T16:03:34.1190104Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triangular_solve_cpu_complex128 2022-09-27T16:03:34.4389744Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triangular_solve_cpu_float64 2022-09-27T16:03:34.4421505Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triangular_solve_cpu_float64 2022-09-27T16:03:34.7304051Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tril_cpu_complex128 2022-09-27T16:03:34.7327647Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_qr_cpu_complex128 2022-09-27T16:03:34.9047604Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_qr_cpu_float64 2022-09-27T16:03:34.9089608Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tril_cpu_complex128 2022-09-27T16:03:34.9905799Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tril_cpu_float64 2022-09-27T16:03:34.9921731Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tril_cpu_float64 2022-09-27T16:03:35.4907333Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triu_cpu_complex128 2022-09-27T16:03:35.4948447Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_qr_cpu_float64 2022-09-27T16:03:35.5146266Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_quantile_cpu_float64 2022-09-27T16:03:35.5167971Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triu_cpu_complex128 2022-09-27T16:03:35.6515692Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triu_cpu_float64 2022-09-27T16:03:35.6536888Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_triu_cpu_float64 2022-09-27T16:03:36.3465067Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_true_divide_cpu_complex128 2022-09-27T16:03:36.3504289Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_true_divide_cpu_complex128 2022-09-27T16:03:36.5443107Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_true_divide_cpu_float64 2022-09-27T16:03:36.5487962Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_true_divide_cpu_float64 2022-09-27T16:03:36.5610318Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trunc_cpu_float64 2022-09-27T16:03:36.5976551Z [gw1] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_trunc_cpu_float64 2022-09-27T16:03:36.7100465Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unbind_cpu_complex128 2022-09-27T16:03:36.7130741Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_quantile_cpu_float64 2022-09-27T16:03:36.7420495Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rad2deg_cpu_float64 2022-09-27T16:03:36.7610856Z [gw3] [ 42%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rad2deg_cpu_float64 2022-09-27T16:03:36.7613012Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rand_like_cpu_complex128 2022-09-27T16:03:36.8056250Z [gw3] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rand_like_cpu_complex128 2022-09-27T16:03:36.8061026Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rand_like_cpu_float64 2022-09-27T16:03:36.8537186Z [gw3] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rand_like_cpu_float64 2022-09-27T16:03:36.8541753Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randint_like_cpu_float64 2022-09-27T16:03:36.8975752Z [gw3] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randint_like_cpu_float64 2022-09-27T16:03:36.8980234Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randn_cpu_complex128 2022-09-27T16:03:36.9415295Z [gw3] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randn_cpu_complex128 2022-09-27T16:03:36.9419619Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randn_cpu_float64 2022-09-27T16:03:36.9854563Z [gw3] [ 42%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randn_cpu_float64 2022-09-27T16:03:36.9858957Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randn_like_cpu_complex128 2022-09-27T16:03:37.0293023Z [gw3] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randn_like_cpu_complex128 2022-09-27T16:03:37.0297218Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randn_like_cpu_float64 2022-09-27T16:03:37.0782896Z [gw3] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_randn_like_cpu_float64 2022-09-27T16:03:37.1835855Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ravel_cpu_complex128 2022-09-27T16:03:37.1868290Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ravel_cpu_complex128 2022-09-27T16:03:37.2106119Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ravel_cpu_float64 2022-09-27T16:03:37.2131661Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unbind_cpu_complex128 2022-09-27T16:03:37.2184903Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unbind_cpu_float64 2022-09-27T16:03:37.2346079Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ravel_cpu_float64 2022-09-27T16:03:37.2710683Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_real_cpu_complex128 2022-09-27T16:03:37.2732563Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unbind_cpu_float64 2022-09-27T16:03:37.3276684Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unflatten_cpu_complex128 2022-09-27T16:03:37.3301377Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_real_cpu_complex128 2022-09-27T16:03:37.3549971Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_real_cpu_float64 2022-09-27T16:03:37.3813619Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_real_cpu_float64 2022-09-27T16:03:37.4951082Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reciprocal_cpu_complex128 2022-09-27T16:03:37.4998113Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reciprocal_cpu_complex128 2022-09-27T16:03:37.5312386Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reciprocal_cpu_float64 2022-09-27T16:03:37.5418989Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reciprocal_cpu_float64 2022-09-27T16:03:37.5829962Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_remainder_cpu_float64 2022-09-27T16:03:37.5864933Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unflatten_cpu_complex128 2022-09-27T16:03:37.6664248Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unflatten_cpu_float64 2022-09-27T16:03:37.6698046Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unflatten_cpu_float64 2022-09-27T16:03:37.7321950Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unfold_cpu_complex128 2022-09-27T16:03:37.7360738Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_remainder_cpu_float64 2022-09-27T16:03:38.1357290Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_renorm_cpu_complex128 2022-09-27T16:03:38.1394284Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_renorm_cpu_complex128 2022-09-27T16:03:38.2262877Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_renorm_cpu_float64 2022-09-27T16:03:38.2301108Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_renorm_cpu_float64 2022-09-27T16:03:38.5995075Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_cpu_complex128 2022-09-27T16:03:38.6034030Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unfold_cpu_complex128 2022-09-27T16:03:38.7724607Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unfold_cpu_float64 2022-09-27T16:03:38.7761941Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unfold_cpu_float64 2022-09-27T16:03:38.7821051Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_uniform_cpu_complex128 2022-09-27T16:03:38.8209895Z [gw1] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_uniform_cpu_complex128 2022-09-27T16:03:38.8218918Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_uniform_cpu_float64 2022-09-27T16:03:38.8689891Z [gw1] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_uniform_cpu_float64 2022-09-27T16:03:38.8698770Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unique_consecutive_cpu_float64 2022-09-27T16:03:38.9130078Z [gw1] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unique_consecutive_cpu_float64 2022-09-27T16:03:38.9138896Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unique_cpu_float64 2022-09-27T16:03:38.9616147Z [gw1] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unique_cpu_float64 2022-09-27T16:03:39.1571757Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unsqueeze_cpu_complex128 2022-09-27T16:03:39.1606246Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_cpu_complex128 2022-09-27T16:03:39.3391768Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_cpu_float64 2022-09-27T16:03:39.3427551Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_cpu_float64 2022-09-27T16:03:39.3616189Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_interleave_cpu_complex128 2022-09-27T16:03:39.3650271Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unsqueeze_cpu_complex128 2022-09-27T16:03:39.4392217Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unsqueeze_cpu_float64 2022-09-27T16:03:39.4427150Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_unsqueeze_cpu_float64 2022-09-27T16:03:39.6211826Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_cpu_complex128 2022-09-27T16:03:39.6230387Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_interleave_cpu_complex128 2022-09-27T16:03:39.6705020Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_interleave_cpu_float64 2022-09-27T16:03:39.6738877Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_repeat_interleave_cpu_float64 2022-09-27T16:03:39.8371051Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_as_cpu_complex128 2022-09-27T16:03:39.8409932Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_as_cpu_complex128 2022-09-27T16:03:39.8818730Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_as_cpu_float64 2022-09-27T16:03:39.8848466Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_as_cpu_float64 2022-09-27T16:03:39.9299998Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_cpu_complex128 2022-09-27T16:03:39.9337013Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_cpu_complex128 2022-09-27T16:03:40.0394728Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_cpu_float64 2022-09-27T16:03:40.0428989Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_cpu_float64 2022-09-27T16:03:40.1727440Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_mean_cpu_complex128 2022-09-27T16:03:40.1761168Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_cpu_complex128 2022-09-27T16:03:40.2415478Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_cpu_float64 2022-09-27T16:03:40.2453045Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_reshape_cpu_float64 2022-09-27T16:03:40.2502746Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resize__cpu_complex128 2022-09-27T16:03:40.2892004Z [gw3] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resize__cpu_complex128 2022-09-27T16:03:40.2896823Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resize__cpu_float64 2022-09-27T16:03:40.3333382Z [gw3] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resize__cpu_float64 2022-09-27T16:03:40.3337889Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resize_as__cpu_complex128 2022-09-27T16:03:40.3814921Z [gw3] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resize_as__cpu_complex128 2022-09-27T16:03:40.3819416Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resize_as__cpu_float64 2022-09-27T16:03:40.4296138Z [gw3] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resize_as__cpu_float64 2022-09-27T16:03:40.4963834Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_conj_cpu_complex128 2022-09-27T16:03:40.4999042Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_conj_cpu_complex128 2022-09-27T16:03:40.5193789Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_conj_cpu_float64 2022-09-27T16:03:40.5495844Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_conj_cpu_float64 2022-09-27T16:03:40.6022886Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_neg_cpu_complex128 2022-09-27T16:03:40.6058042Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_neg_cpu_complex128 2022-09-27T16:03:40.6262449Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_neg_cpu_float64 2022-09-27T16:03:40.6615649Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_resolve_neg_cpu_float64 2022-09-27T16:03:40.7073501Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_roll_cpu_complex128 2022-09-27T16:03:40.7108219Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_mean_cpu_complex128 2022-09-27T16:03:40.8573085Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_mean_cpu_float64 2022-09-27T16:03:40.8606049Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_var_mean_cpu_float64 2022-09-27T16:03:41.0234007Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vdot_cpu_complex128 2022-09-27T16:03:41.0256022Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vdot_cpu_complex128 2022-09-27T16:03:41.0376965Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vdot_cpu_float64 2022-09-27T16:03:41.0701618Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vdot_cpu_float64 2022-09-27T16:03:41.0778762Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_complex_cpu_float64 2022-09-27T16:03:41.1215475Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_complex_cpu_float64 2022-09-27T16:03:41.2465223Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_cpu_complex128 2022-09-27T16:03:41.2485938Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_roll_cpu_complex128 2022-09-27T16:03:41.3148738Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_roll_cpu_float64 2022-09-27T16:03:41.3174787Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_cpu_complex128 2022-09-27T16:03:41.3615842Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_cpu_float64 2022-09-27T16:03:41.3639144Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_cpu_float64 2022-09-27T16:03:41.3856950Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_real_cpu_complex128 2022-09-27T16:03:41.3892189Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_roll_cpu_float64 2022-09-27T16:03:41.4103616Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rot90_cpu_complex128 2022-09-27T16:03:41.4149587Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_as_real_cpu_complex128 2022-09-27T16:03:41.6108855Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_cpu_complex128 2022-09-27T16:03:41.6143135Z [gw0] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T16:03:41.7514032Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T16:03:41.7560544Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_cpu_complex128 2022-09-27T16:03:41.8317493Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_cpu_float64 2022-09-27T16:03:41.8347644Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_view_cpu_float64 2022-09-27T16:03:42.0577193Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vsplit_cpu_complex128 2022-09-27T16:03:42.0619531Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vsplit_cpu_complex128 2022-09-27T16:03:42.1054418Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vsplit_cpu_float64 2022-09-27T16:03:42.1118217Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vsplit_cpu_float64 2022-09-27T16:03:42.4267761Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vstack_cpu_complex128 2022-09-27T16:03:42.4314058Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vstack_cpu_complex128 2022-09-27T16:03:42.4983201Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vstack_cpu_float64 2022-09-27T16:03:42.5018188Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_vstack_cpu_float64 2022-09-27T16:03:43.0710823Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_where_cpu_complex128 2022-09-27T16:03:43.0746466Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_where_cpu_complex128 2022-09-27T16:03:43.0762982Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_where_cpu_float64 2022-09-27T16:03:43.0792188Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rot90_cpu_complex128 2022-09-27T16:03:43.1884145Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rot90_cpu_float64 2022-09-27T16:03:43.1928125Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_where_cpu_float64 2022-09-27T16:03:43.4039116Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_xlogy_cpu_float64 2022-09-27T16:03:43.4073577Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rot90_cpu_float64 2022-09-27T16:03:43.4193530Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_cpu_float64 2022-09-27T16:03:43.4312560Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_cpu_float64 2022-09-27T16:03:43.4350218Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_xlogy_cpu_float64 2022-09-27T16:03:43.4608009Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zero__cpu_complex128 2022-09-27T16:03:43.4611865Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_decimals_0_cpu_float64 2022-09-27T16:03:43.4962531Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_decimals_0_cpu_float64 2022-09-27T16:03:43.4967133Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_decimals_3_cpu_float64 2022-09-27T16:03:43.5443281Z [gw3] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_decimals_3_cpu_float64 2022-09-27T16:03:43.5448045Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_decimals_neg_3_cpu_float64 2022-09-27T16:03:43.5784305Z [gw3] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_round_decimals_neg_3_cpu_float64 2022-09-27T16:03:43.5815474Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zero__cpu_complex128 2022-09-27T16:03:43.5975382Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zero__cpu_float64 2022-09-27T16:03:43.6170854Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsqrt_cpu_complex128 2022-09-27T16:03:43.6218628Z [gw1] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zero__cpu_float64 2022-09-27T16:03:43.6248345Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zeros_cpu_complex128 2022-09-27T16:03:43.6701732Z [gw1] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zeros_cpu_complex128 2022-09-27T16:03:43.6705645Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zeros_cpu_float64 2022-09-27T16:03:43.7140132Z [gw1] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zeros_cpu_float64 2022-09-27T16:03:43.7144380Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zeros_like_cpu_complex128 2022-09-27T16:03:43.7585742Z [gw1] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zeros_like_cpu_complex128 2022-09-27T16:03:43.7589853Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zeros_like_cpu_float64 2022-09-27T16:03:43.7641970Z [gw1] [ 43%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_zeros_like_cpu_float64 2022-09-27T16:03:43.7674816Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsqrt_cpu_complex128 2022-09-27T16:03:43.7994799Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsqrt_cpu_float64 2022-09-27T16:03:43.8054173Z [gw3] [ 43%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsqrt_cpu_float64 2022-09-27T16:03:43.8096640Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_H_cpu_complex128 2022-09-27T16:03:43.8114955Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsub_cpu_complex128 2022-09-27T16:03:43.8515036Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_H_cpu_complex128 2022-09-27T16:03:43.8519752Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_H_cpu_float64 2022-09-27T16:03:43.9016967Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_H_cpu_float64 2022-09-27T16:03:43.9096935Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_T_cpu_complex128 2022-09-27T16:03:43.9484173Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_T_cpu_complex128 2022-09-27T16:03:43.9489594Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_T_cpu_float64 2022-09-27T16:03:43.9976277Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_T_cpu_float64 2022-09-27T16:03:44.1903519Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___getitem___cpu_complex128 2022-09-27T16:03:44.1925235Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___getitem___cpu_complex128 2022-09-27T16:03:44.2461272Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___getitem___cpu_float64 2022-09-27T16:03:44.2481920Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___getitem___cpu_float64 2022-09-27T16:03:44.3838980Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___radd___cpu_complex128 2022-09-27T16:03:44.3864865Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___radd___cpu_complex128 2022-09-27T16:03:44.4078218Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___radd___cpu_float64 2022-09-27T16:03:44.4415244Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___radd___cpu_float64 2022-09-27T16:03:44.5274830Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rdiv___cpu_complex128 2022-09-27T16:03:44.5297533Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsub_cpu_complex128 2022-09-27T16:03:44.6394912Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsub_cpu_float64 2022-09-27T16:03:44.6417177Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_rsub_cpu_float64 2022-09-27T16:03:44.6613554Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_add_cpu_complex128 2022-09-27T16:03:44.6635620Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rdiv___cpu_complex128 2022-09-27T16:03:44.6887078Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rdiv___cpu_float64 2022-09-27T16:03:44.7136702Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rdiv___cpu_float64 2022-09-27T16:03:44.8631251Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmatmul___cpu_complex128 2022-09-27T16:03:44.8654199Z [gw0] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T16:03:44.9569307Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_cpu_complex128 2022-09-27T16:03:44.9604258Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmatmul___cpu_complex128 2022-09-27T16:03:45.0150985Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmatmul___cpu_float64 2022-09-27T16:03:45.0193336Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmatmul___cpu_float64 2022-09-27T16:03:45.0667217Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmod___cpu_float64 2022-09-27T16:03:45.0709108Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmod___cpu_float64 2022-09-27T16:03:45.2449707Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmul___cpu_complex128 2022-09-27T16:03:45.2479984Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmul___cpu_complex128 2022-09-27T16:03:45.2659600Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmul___cpu_float64 2022-09-27T16:03:45.2679384Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_add_cpu_complex128 2022-09-27T16:03:45.2734995Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_add_cpu_float64 2022-09-27T16:03:45.2921041Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rmul___cpu_float64 2022-09-27T16:03:45.2929679Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rpow___cpu_complex128 2022-09-27T16:03:45.3362073Z [gw1] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rpow___cpu_complex128 2022-09-27T16:03:45.3370926Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rpow___cpu_float64 2022-09-27T16:03:45.3693531Z [gw1] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rpow___cpu_float64 2022-09-27T16:03:45.3713433Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_add_cpu_float64 2022-09-27T16:03:45.3789809Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_cpu_complex128 2022-09-27T16:03:45.5620788Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rsub___cpu_complex128 2022-09-27T16:03:45.5721817Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rsub___cpu_complex128 2022-09-27T16:03:45.6143098Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rsub___cpu_float64 2022-09-27T16:03:45.6181518Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD___rsub___cpu_float64 2022-09-27T16:03:45.8321890Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_amax_cpu_float64 2022-09-27T16:03:45.8339216Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_cpu_complex128 2022-09-27T16:03:45.9529788Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_cpu_float64 2022-09-27T16:03:45.9556438Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_amax_cpu_float64 2022-09-27T16:03:45.9958924Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_amin_cpu_float64 2022-09-27T16:03:45.9982001Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_cpu_float64 2022-09-27T16:03:46.1605160Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_amax_cpu_float64 2022-09-27T16:03:46.1643574Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_amin_cpu_float64 2022-09-27T16:03:46.1702201Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_argmax_cpu_float64 2022-09-27T16:03:46.2096528Z [gw1] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_argmax_cpu_float64 2022-09-27T16:03:46.2106310Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_argmin_cpu_float64 2022-09-27T16:03:46.2578852Z [gw1] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_argmin_cpu_float64 2022-09-27T16:03:46.3278224Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_cumprod_cpu_complex128 2022-09-27T16:03:46.3319054Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_amax_cpu_float64 2022-09-27T16:03:46.4986193Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_amin_cpu_float64 2022-09-27T16:03:46.5030592Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_cumprod_cpu_complex128 2022-09-27T16:03:46.5699906Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_cumprod_cpu_float64 2022-09-27T16:03:46.5723271Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_cumprod_cpu_float64 2022-09-27T16:03:46.7594547Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_cumsum_cpu_complex128 2022-09-27T16:03:46.7619394Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_amin_cpu_float64 2022-09-27T16:03:46.8052830Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_mean_cpu_float64 2022-09-27T16:03:46.8078397Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_cumsum_cpu_complex128 2022-09-27T16:03:46.8658344Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_cumsum_cpu_float64 2022-09-27T16:03:46.8681981Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_cumsum_cpu_float64 2022-09-27T16:03:46.9594532Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_log_softmax_cpu_float64 2022-09-27T16:03:46.9618028Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_log_softmax_cpu_float64 2022-09-27T16:03:47.0845416Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_logaddexp_cpu_float64 2022-09-27T16:03:47.0902158Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_logaddexp_cpu_float64 2022-09-27T16:03:47.1077032Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_logsumexp_cpu_float64 2022-09-27T16:03:47.1102152Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_mean_cpu_float64 2022-09-27T16:03:47.4189023Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_prod_cpu_float64 2022-09-27T16:03:47.4221981Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_logsumexp_cpu_float64 2022-09-27T16:03:47.8661884Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_mean_cpu_complex128 2022-09-27T16:03:47.8677299Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_prod_cpu_float64 2022-09-27T16:03:48.1399488Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_sum_cpu_float64 2022-09-27T16:03:48.1418839Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_scatter_reduce_sum_cpu_float64 2022-09-27T16:03:48.1451181Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_searchsorted_cpu_float64 2022-09-27T16:03:48.1941048Z [gw3] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_searchsorted_cpu_float64 2022-09-27T16:03:48.1941920Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_segment_reduce_lengths_cpu_float64 2022-09-27T16:03:48.2419351Z [gw3] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_segment_reduce_lengths_cpu_float64 2022-09-27T16:03:48.2420077Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_segment_reduce_offsets_cpu_float64 2022-09-27T16:03:48.2863503Z [gw3] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_segment_reduce_offsets_cpu_float64 2022-09-27T16:03:48.4176474Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_select_cpu_complex128 2022-09-27T16:03:48.4202461Z [gw0] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_cpu_complex128 2022-09-27T16:03:48.4882389Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_cpu_float64 2022-09-27T16:03:48.4911352Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_select_cpu_complex128 2022-09-27T16:03:48.5372190Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_select_cpu_float64 2022-09-27T16:03:48.5395188Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_select_cpu_float64 2022-09-27T16:03:48.6338648Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_select_scatter_cpu_float64 2022-09-27T16:03:48.6377323Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_select_scatter_cpu_float64 2022-09-27T16:03:48.7084271Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sgn_cpu_complex128 2022-09-27T16:03:48.7109927Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sgn_cpu_complex128 2022-09-27T16:03:48.7177973Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sgn_cpu_float64 2022-09-27T16:03:48.7572574Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sgn_cpu_float64 2022-09-27T16:03:48.7581615Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_short_cpu_complex128 2022-09-27T16:03:48.8012644Z [gw3] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_short_cpu_complex128 2022-09-27T16:03:48.8021454Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_short_cpu_float64 2022-09-27T16:03:48.8536832Z [gw3] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_short_cpu_float64 2022-09-27T16:03:48.9480326Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sigmoid_cpu_complex128 2022-09-27T16:03:48.9538072Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sigmoid_cpu_complex128 2022-09-27T16:03:48.9672880Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sigmoid_cpu_float64 2022-09-27T16:03:48.9695713Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_mean_cpu_complex128 2022-09-27T16:03:48.9844496Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_mean_cpu_float64 2022-09-27T16:03:48.9931085Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sigmoid_cpu_float64 2022-09-27T16:03:48.9978380Z [gw0] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_cpu_float64 2022-09-27T16:03:49.0039162Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sign_cpu_float64 2022-09-27T16:03:49.0058281Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sign_cpu_float64 2022-09-27T16:03:49.0454592Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_cpu_complex128 2022-09-27T16:03:49.0460955Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_signbit_cpu_float64 2022-09-27T16:03:49.0937495Z [gw3] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_signbit_cpu_float64 2022-09-27T16:03:49.2087179Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sin_cpu_complex128 2022-09-27T16:03:49.2161893Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sin_cpu_complex128 2022-09-27T16:03:49.2276776Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sin_cpu_float64 2022-09-27T16:03:49.2655038Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sin_cpu_float64 2022-09-27T16:03:49.3199090Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinc_cpu_complex128 2022-09-27T16:03:49.3234037Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_mean_cpu_float64 2022-09-27T16:03:49.3635499Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_median_cpu_float64 2022-09-27T16:03:49.3660641Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_median_cpu_float64 2022-09-27T16:03:49.4369566Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_norm_cpu_float64 2022-09-27T16:03:49.4399562Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinc_cpu_complex128 2022-09-27T16:03:49.4836774Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinc_cpu_float64 2022-09-27T16:03:49.4865606Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinc_cpu_float64 2022-09-27T16:03:49.5562456Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinh_cpu_complex128 2022-09-27T16:03:49.5584346Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinh_cpu_complex128 2022-09-27T16:03:49.5680617Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinh_cpu_float64 2022-09-27T16:03:49.6058559Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sinh_cpu_float64 2022-09-27T16:03:49.9347856Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_slice_scatter_cpu_float64 2022-09-27T16:03:49.9380645Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_slice_scatter_cpu_float64 2022-09-27T16:03:49.9978483Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_softmax_cpu_float64 2022-09-27T16:03:50.0008023Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_softmax_cpu_float64 2022-09-27T16:03:50.2221477Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_softmax_with_dtype_cpu_complex128 2022-09-27T16:03:50.2252176Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_softmax_with_dtype_cpu_complex128 2022-09-27T16:03:50.3105467Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_softmax_with_dtype_cpu_float64 2022-09-27T16:03:50.3141393Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_softmax_with_dtype_cpu_float64 2022-09-27T16:03:50.5553049Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sort_cpu_float64 2022-09-27T16:03:50.5579081Z [gw1] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_norm_cpu_float64 2022-09-27T16:03:50.7746932Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_normalize_cpu_complex128 2022-09-27T16:03:50.7765241Z [gw3] [ 44%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sort_cpu_float64 2022-09-27T16:03:50.7799851Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sparse_sampled_addmm_cpu_complex128 2022-09-27T16:03:50.8202548Z [gw3] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sparse_sampled_addmm_cpu_complex128 2022-09-27T16:03:50.8211742Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sparse_sampled_addmm_cpu_float64 2022-09-27T16:03:50.8654560Z [gw3] [ 44%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sparse_sampled_addmm_cpu_float64 2022-09-27T16:03:50.8664129Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_airy_ai_cpu_float64 2022-09-27T16:03:50.9094262Z [gw3] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_airy_ai_cpu_float64 2022-09-27T16:03:50.9102922Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_bessel_j0_cpu_float64 2022-09-27T16:03:50.9535675Z [gw3] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_bessel_j0_cpu_float64 2022-09-27T16:03:50.9541760Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_bessel_j1_cpu_float64 2022-09-27T16:03:50.9976202Z [gw3] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_bessel_j1_cpu_float64 2022-09-27T16:03:50.9982546Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_bessel_y0_cpu_float64 2022-09-27T16:03:51.0415620Z [gw3] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_bessel_y0_cpu_float64 2022-09-27T16:03:51.0421892Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_bessel_y1_cpu_float64 2022-09-27T16:03:51.0472206Z [gw3] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_bessel_y1_cpu_float64 2022-09-27T16:03:51.0488725Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_normalize_cpu_complex128 2022-09-27T16:03:51.0856836Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_normalize_cpu_float64 2022-09-27T16:03:51.0859295Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:03:51.1297592Z [gw3] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:03:51.1299587Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:03:51.1313493Z [gw3] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:03:51.1332422Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_normalize_cpu_float64 2022-09-27T16:03:51.1729944Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_prod_cpu_complex128 2022-09-27T16:03:51.1732533Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:03:51.2166205Z [gw3] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:03:51.2168562Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:03:51.2617852Z [gw3] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:03:51.2716131Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_entr_cpu_float64 2022-09-27T16:03:51.3057671Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_entr_cpu_float64 2022-09-27T16:03:51.3199623Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_erfcx_cpu_float64 2022-09-27T16:03:51.3544609Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_erfcx_cpu_float64 2022-09-27T16:03:51.3548328Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_hermite_polynomial_h_cpu_float64 2022-09-27T16:03:51.3940845Z [gw3] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_hermite_polynomial_h_cpu_float64 2022-09-27T16:03:51.3941597Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_hermite_polynomial_he_cpu_float64 2022-09-27T16:03:51.4417473Z [gw3] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_hermite_polynomial_he_cpu_float64 2022-09-27T16:03:51.4490039Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_i0e_cpu_float64 2022-09-27T16:03:51.4828185Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_i0e_cpu_float64 2022-09-27T16:03:51.5139421Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_i1_cpu_float64 2022-09-27T16:03:51.5217797Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_i1_cpu_float64 2022-09-27T16:03:51.5609859Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_i1e_cpu_float64 2022-09-27T16:03:51.5666578Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_i1e_cpu_float64 2022-09-27T16:03:51.5707040Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_laguerre_polynomial_l_cpu_float64 2022-09-27T16:03:51.6142184Z [gw3] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_laguerre_polynomial_l_cpu_float64 2022-09-27T16:03:51.6164691Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_legendre_polynomial_p_cpu_float64 2022-09-27T16:03:51.6581346Z [gw3] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_legendre_polynomial_p_cpu_float64 2022-09-27T16:03:51.6911338Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_log_ndtr_cpu_float64 2022-09-27T16:03:51.7017507Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_log_ndtr_cpu_float64 2022-09-27T16:03:51.7050298Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_modified_bessel_i0_cpu_float64 2022-09-27T16:03:51.7458614Z [gw3] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_modified_bessel_i0_cpu_float64 2022-09-27T16:03:51.7490739Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_modified_bessel_i1_cpu_float64 2022-09-27T16:03:51.7748100Z [gw3] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_modified_bessel_i1_cpu_float64 2022-09-27T16:03:51.7766229Z [gw0] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_cpu_complex128 2022-09-27T16:03:51.7897364Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_cpu_float64 2022-09-27T16:03:51.7929726Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_modified_bessel_k0_cpu_float64 2022-09-27T16:03:51.8338480Z [gw3] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_modified_bessel_k0_cpu_float64 2022-09-27T16:03:51.8372657Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_modified_bessel_k1_cpu_float64 2022-09-27T16:03:51.8780051Z [gw3] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_modified_bessel_k1_cpu_float64 2022-09-27T16:03:51.8983590Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_ndtr_cpu_float64 2022-09-27T16:03:51.9259140Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_ndtr_cpu_float64 2022-09-27T16:03:51.9452457Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_ndtri_cpu_float64 2022-09-27T16:03:51.9699481Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_ndtri_cpu_float64 2022-09-27T16:03:52.0711261Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T16:03:52.0743957Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T16:03:52.0798956Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T16:03:52.1213230Z [gw3] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T16:03:52.1218782Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T16:03:52.1648508Z [gw3] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T16:03:52.1654819Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:03:52.2089186Z [gw3] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:03:52.2095136Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:03:52.2302099Z [gw3] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:03:52.2323103Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_prod_cpu_complex128 2022-09-27T16:03:52.2527481Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_prod_cpu_float64 2022-09-27T16:03:52.2532131Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:03:52.2968703Z [gw3] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:03:52.2973312Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:03:52.3417268Z [gw3] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:03:52.3421186Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_spherical_bessel_j0_cpu_float64 2022-09-27T16:03:52.3558368Z [gw3] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_spherical_bessel_j0_cpu_float64 2022-09-27T16:03:52.3579510Z [gw0] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_cpu_float64 2022-09-27T16:03:52.3895337Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_ex_cpu_complex128 2022-09-27T16:03:52.4681185Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_xlog1py_cpu_float64 2022-09-27T16:03:52.4709781Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_prod_cpu_float64 2022-09-27T16:03:52.5176702Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_softmax_cpu_float64 2022-09-27T16:03:52.5181892Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_softmax_cpu_float64 2022-09-27T16:03:52.5747663Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_softmin_cpu_float64 2022-09-27T16:03:52.5847691Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_xlog1py_cpu_float64 2022-09-27T16:03:52.5910876Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_zeta_cpu_float64 2022-09-27T16:03:52.6009551Z [gw3] [ 45%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_special_zeta_cpu_float64 2022-09-27T16:03:52.6044486Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_softmin_cpu_float64 2022-09-27T16:03:52.6336602Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_std_cpu_complex128 2022-09-27T16:03:52.7470917Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_cpu_complex128 2022-09-27T16:03:52.7493965Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_cpu_complex128 2022-09-27T16:03:52.7783172Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_cpu_float64 2022-09-27T16:03:52.7899674Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_cpu_float64 2022-09-27T16:03:53.0630219Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_list_args_cpu_complex128 2022-09-27T16:03:53.0671252Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_list_args_cpu_complex128 2022-09-27T16:03:53.1210105Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_list_args_cpu_float64 2022-09-27T16:03:53.1250567Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_list_args_cpu_float64 2022-09-27T16:03:53.3925789Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_with_sizes_cpu_complex128 2022-09-27T16:03:53.3953487Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_with_sizes_cpu_complex128 2022-09-27T16:03:53.4448118Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_with_sizes_cpu_float64 2022-09-27T16:03:53.4492470Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_split_with_sizes_cpu_float64 2022-09-27T16:03:53.5159210Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sqrt_cpu_complex128 2022-09-27T16:03:53.5201412Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sqrt_cpu_complex128 2022-09-27T16:03:53.5418383Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sqrt_cpu_float64 2022-09-27T16:03:53.5696828Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sqrt_cpu_float64 2022-09-27T16:03:53.6488304Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_square_cpu_complex128 2022-09-27T16:03:53.6515497Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_square_cpu_complex128 2022-09-27T16:03:53.6689897Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_square_cpu_float64 2022-09-27T16:03:53.7057052Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_square_cpu_float64 2022-09-27T16:03:53.8719942Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_squeeze_cpu_complex128 2022-09-27T16:03:53.8747005Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_squeeze_cpu_complex128 2022-09-27T16:03:53.9291281Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_squeeze_cpu_float64 2022-09-27T16:03:53.9333666Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_squeeze_cpu_float64 2022-09-27T16:03:54.2110413Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stack_cpu_complex128 2022-09-27T16:03:54.2137466Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_std_cpu_complex128 2022-09-27T16:03:54.6418041Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_std_cpu_float64 2022-09-27T16:03:54.6458755Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_std_cpu_float64 2022-09-27T16:03:54.6890321Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_sum_cpu_complex128 2022-09-27T16:03:54.6958191Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stack_cpu_complex128 2022-09-27T16:03:54.8705023Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stack_cpu_float64 2022-09-27T16:03:54.8735376Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stack_cpu_float64 2022-09-27T16:03:55.2443154Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_cpu_complex128 2022-09-27T16:03:55.2471431Z [gw0] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_ex_cpu_complex128 2022-09-27T16:03:55.3783207Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_ex_cpu_float64 2022-09-27T16:03:55.3809343Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_cpu_complex128 2022-09-27T16:03:55.4149771Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_cpu_float64 2022-09-27T16:03:55.4170855Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_sum_cpu_complex128 2022-09-27T16:03:55.4696801Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_sum_cpu_float64 2022-09-27T16:03:55.4735682Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_cpu_float64 2022-09-27T16:03:55.6580499Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_mean_cpu_complex128 2022-09-27T16:03:55.6610014Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_sum_cpu_float64 2022-09-27T16:03:55.7072303Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_var_cpu_complex128 2022-09-27T16:03:55.7091899Z [gw0] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_factor_ex_cpu_float64 2022-09-27T16:03:56.1481820Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_solve_cpu_complex128 2022-09-27T16:03:56.1508333Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_mean_cpu_complex128 2022-09-27T16:03:56.2663455Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_mean_cpu_float64 2022-09-27T16:03:56.2702316Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_std_mean_cpu_float64 2022-09-27T16:03:57.1952364Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stft_cpu_complex128 2022-09-27T16:03:57.1977503Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stft_cpu_complex128 2022-09-27T16:03:57.2250859Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stft_cpu_float64 2022-09-27T16:03:57.2282121Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_var_cpu_complex128 2022-09-27T16:03:57.3588195Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_var_cpu_float64 2022-09-27T16:03:57.3624575Z [gw3] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_stft_cpu_float64 2022-09-27T16:03:57.5334489Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sub_cpu_complex128 2022-09-27T16:03:57.5360586Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD__masked_var_cpu_float64 2022-09-27T16:03:57.5460597Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_abs_cpu_complex128 2022-09-27T16:03:57.5864023Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_abs_cpu_complex128 2022-09-27T16:03:57.5873139Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_abs_cpu_float64 2022-09-27T16:03:57.6374948Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_abs_cpu_float64 2022-09-27T16:03:57.6509110Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acos_cpu_complex128 2022-09-27T16:03:57.6807275Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acos_cpu_complex128 2022-09-27T16:03:57.6813205Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acos_cpu_float64 2022-09-27T16:03:57.7296006Z [gw1] [ 45%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acos_cpu_float64 2022-09-27T16:03:57.7418799Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acosh_cpu_complex128 2022-09-27T16:03:57.7720558Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acosh_cpu_complex128 2022-09-27T16:03:57.7725958Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acosh_cpu_float64 2022-09-27T16:03:57.8175481Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_acosh_cpu_float64 2022-09-27T16:03:57.9486525Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_add_cpu_complex128 2022-09-27T16:03:57.9529832Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_add_cpu_complex128 2022-09-27T16:03:57.9758408Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_add_cpu_float64 2022-09-27T16:03:58.0016422Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_add_cpu_float64 2022-09-27T16:03:58.0697555Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addbmm_cpu_complex128 2022-09-27T16:03:58.0718481Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sub_cpu_complex128 2022-09-27T16:03:58.1721171Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sub_cpu_float64 2022-09-27T16:03:58.1741409Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sub_cpu_float64 2022-09-27T16:03:58.5524292Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_cpu_complex128 2022-09-27T16:03:58.5549471Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_cpu_complex128 2022-09-27T16:03:58.6357461Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_cpu_float64 2022-09-27T16:03:58.6382917Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_cpu_float64 2022-09-27T16:03:58.8224125Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_to_size_cpu_complex128 2022-09-27T16:03:58.8260221Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addbmm_cpu_complex128 2022-09-27T16:03:58.9427442Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addbmm_cpu_float64 2022-09-27T16:03:58.9443353Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addbmm_cpu_float64 2022-09-27T16:03:58.9935044Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcdiv_cpu_complex128 2022-09-27T16:03:58.9960964Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_to_size_cpu_complex128 2022-09-27T16:03:59.0668970Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_to_size_cpu_float64 2022-09-27T16:03:59.0932633Z [gw3] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_sum_to_size_cpu_float64 2022-09-27T16:03:59.4714164Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_svd_cpu_complex128 2022-09-27T16:03:59.4736815Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcdiv_cpu_complex128 2022-09-27T16:03:59.5198276Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcdiv_cpu_float64 2022-09-27T16:03:59.5220351Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcdiv_cpu_float64 2022-09-27T16:03:59.9161235Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcmul_cpu_complex128 2022-09-27T16:03:59.9188915Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcmul_cpu_complex128 2022-09-27T16:03:59.9705674Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcmul_cpu_float64 2022-09-27T16:03:59.9733017Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addcmul_cpu_float64 2022-09-27T16:04:00.1293051Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_cpu_complex128 2022-09-27T16:04:00.1315044Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_cpu_complex128 2022-09-27T16:04:00.1468775Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_cpu_float64 2022-09-27T16:04:00.1856780Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_cpu_float64 2022-09-27T16:04:00.3891057Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_decomposed_cpu_complex128 2022-09-27T16:04:00.3912970Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_decomposed_cpu_complex128 2022-09-27T16:04:00.4053811Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_decomposed_cpu_float64 2022-09-27T16:04:00.4415803Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmm_decomposed_cpu_float64 2022-09-27T16:04:00.6461860Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmv_cpu_complex128 2022-09-27T16:04:00.6483396Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmv_cpu_complex128 2022-09-27T16:04:00.6738048Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmv_cpu_float64 2022-09-27T16:04:00.6976816Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addmv_cpu_float64 2022-09-27T16:04:00.8644259Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addr_cpu_complex128 2022-09-27T16:04:00.8681582Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addr_cpu_complex128 2022-09-27T16:04:00.9015750Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addr_cpu_float64 2022-09-27T16:04:00.9097332Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_addr_cpu_float64 2022-09-27T16:04:00.9134321Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_all_cpu_complex128 2022-09-27T16:04:00.9615526Z [gw1] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_all_cpu_complex128 2022-09-27T16:04:00.9620619Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_all_cpu_float64 2022-09-27T16:04:01.0055158Z [gw1] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_all_cpu_float64 2022-09-27T16:04:01.0065109Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_allclose_cpu_complex128 2022-09-27T16:04:01.0499117Z [gw1] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_allclose_cpu_complex128 2022-09-27T16:04:01.0508739Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_allclose_cpu_float64 2022-09-27T16:04:01.1018004Z [gw1] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_allclose_cpu_float64 2022-09-27T16:04:01.1135411Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_amax_cpu_float64 2022-09-27T16:04:01.1457344Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_amax_cpu_float64 2022-09-27T16:04:01.1541785Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_amin_cpu_float64 2022-09-27T16:04:01.1862017Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_amin_cpu_float64 2022-09-27T16:04:01.1898438Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_aminmax_cpu_float64 2022-09-27T16:04:01.2455546Z [gw1] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_aminmax_cpu_float64 2022-09-27T16:04:01.2464853Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_angle_cpu_complex128 2022-09-27T16:04:01.2833978Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_angle_cpu_complex128 2022-09-27T16:04:01.2838553Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_angle_cpu_float64 2022-09-27T16:04:01.3258748Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_angle_cpu_float64 2022-09-27T16:04:01.3263145Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_any_cpu_complex128 2022-09-27T16:04:01.3698045Z [gw1] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_any_cpu_complex128 2022-09-27T16:04:01.3702255Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_any_cpu_float64 2022-09-27T16:04:01.4134928Z [gw1] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_any_cpu_float64 2022-09-27T16:04:01.4143649Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_arange_cpu_float64 2022-09-27T16:04:01.4573105Z [gw1] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_arange_cpu_float64 2022-09-27T16:04:01.4581840Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argmax_cpu_float64 2022-09-27T16:04:01.5016698Z [gw1] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argmax_cpu_float64 2022-09-27T16:04:01.5025875Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argmin_cpu_float64 2022-09-27T16:04:01.5454080Z [gw1] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argmin_cpu_float64 2022-09-27T16:04:01.5462806Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argsort_cpu_float64 2022-09-27T16:04:01.5898753Z [gw1] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argsort_cpu_float64 2022-09-27T16:04:01.5907862Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argwhere_cpu_complex128 2022-09-27T16:04:01.6377103Z [gw1] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argwhere_cpu_complex128 2022-09-27T16:04:01.6386183Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argwhere_cpu_float64 2022-09-27T16:04:01.6807218Z [gw1] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_argwhere_cpu_float64 2022-09-27T16:04:01.6816249Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_cpu_complex128 2022-09-27T16:04:01.7287870Z [gw1] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_cpu_complex128 2022-09-27T16:04:01.7297100Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_cpu_float64 2022-09-27T16:04:01.7777440Z [gw1] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_cpu_float64 2022-09-27T16:04:01.8932729Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_scatter_cpu_complex128 2022-09-27T16:04:01.8970668Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_scatter_cpu_complex128 2022-09-27T16:04:01.9221038Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_scatter_cpu_float64 2022-09-27T16:04:01.9417386Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_as_strided_scatter_cpu_float64 2022-09-27T16:04:01.9524519Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asin_cpu_complex128 2022-09-27T16:04:01.9875981Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asin_cpu_complex128 2022-09-27T16:04:01.9881895Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asin_cpu_float64 2022-09-27T16:04:02.0378606Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asin_cpu_float64 2022-09-27T16:04:02.0434782Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asinh_cpu_complex128 2022-09-27T16:04:02.0795543Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asinh_cpu_complex128 2022-09-27T16:04:02.0801345Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asinh_cpu_float64 2022-09-27T16:04:02.1181367Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_asinh_cpu_float64 2022-09-27T16:04:02.1377687Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atan2_cpu_float64 2022-09-27T16:04:02.1620777Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atan2_cpu_float64 2022-09-27T16:04:02.1721846Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atan_cpu_complex128 2022-09-27T16:04:02.2061518Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atan_cpu_complex128 2022-09-27T16:04:02.2107767Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atan_cpu_float64 2022-09-27T16:04:02.2501536Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atan_cpu_float64 2022-09-27T16:04:02.2642782Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atanh_cpu_complex128 2022-09-27T16:04:02.2941502Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atanh_cpu_complex128 2022-09-27T16:04:02.2988559Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atanh_cpu_float64 2022-09-27T16:04:02.3496599Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atanh_cpu_float64 2022-09-27T16:04:02.4245757Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_1d_cpu_complex128 2022-09-27T16:04:02.4271077Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_1d_cpu_complex128 2022-09-27T16:04:02.4401787Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_1d_cpu_float64 2022-09-27T16:04:02.4700480Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_1d_cpu_float64 2022-09-27T16:04:02.5539267Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_2d_cpu_complex128 2022-09-27T16:04:02.5552158Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_2d_cpu_complex128 2022-09-27T16:04:02.5671759Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_2d_cpu_float64 2022-09-27T16:04:02.5983177Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_2d_cpu_float64 2022-09-27T16:04:02.6841058Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_3d_cpu_complex128 2022-09-27T16:04:02.6855772Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_3d_cpu_complex128 2022-09-27T16:04:02.6981706Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_3d_cpu_float64 2022-09-27T16:04:02.7260468Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_atleast_3d_cpu_float64 2022-09-27T16:04:03.3724065Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_baddbmm_cpu_complex128 2022-09-27T16:04:03.3747942Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_baddbmm_cpu_complex128 2022-09-27T16:04:03.4595615Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_baddbmm_cpu_float64 2022-09-27T16:04:03.4894155Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_baddbmm_cpu_float64 2022-09-27T16:04:03.5189229Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bernoulli_cpu_float64 2022-09-27T16:04:03.5452876Z [gw1] [ 46%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bernoulli_cpu_float64 2022-09-27T16:04:03.5480309Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bfloat16_cpu_complex128 2022-09-27T16:04:03.5848833Z [gw1] [ 46%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bfloat16_cpu_complex128 2022-09-27T16:04:03.5887802Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bfloat16_cpu_float64 2022-09-27T16:04:03.6338030Z [gw1] [ 46%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bfloat16_cpu_float64 2022-09-27T16:04:03.7413125Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_block_diag_cpu_complex128 2022-09-27T16:04:03.7477108Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_block_diag_cpu_complex128 2022-09-27T16:04:03.7672727Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_block_diag_cpu_float64 2022-09-27T16:04:03.7966474Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_block_diag_cpu_float64 2022-09-27T16:04:03.8769957Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bmm_cpu_complex128 2022-09-27T16:04:03.8792480Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bmm_cpu_complex128 2022-09-27T16:04:03.8968428Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bmm_cpu_float64 2022-09-27T16:04:03.9221217Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bmm_cpu_float64 2022-09-27T16:04:03.9255819Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bool_cpu_complex128 2022-09-27T16:04:03.9698582Z [gw1] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bool_cpu_complex128 2022-09-27T16:04:03.9704033Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bool_cpu_float64 2022-09-27T16:04:04.0178430Z [gw1] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bool_cpu_float64 2022-09-27T16:04:04.0717964Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_tensors_cpu_complex128 2022-09-27T16:04:04.0732939Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_tensors_cpu_complex128 2022-09-27T16:04:04.0867555Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_tensors_cpu_float64 2022-09-27T16:04:04.1141659Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_tensors_cpu_float64 2022-09-27T16:04:04.1574061Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_to_cpu_complex128 2022-09-27T16:04:04.1625117Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_to_cpu_complex128 2022-09-27T16:04:04.1763929Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_to_cpu_float64 2022-09-27T16:04:04.2141575Z [gw1] [ 46%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_broadcast_to_cpu_float64 2022-09-27T16:04:04.2142204Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bucketize_cpu_float64 2022-09-27T16:04:04.2622102Z [gw1] [ 46%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_bucketize_cpu_float64 2022-09-27T16:04:04.2622764Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_byte_cpu_complex128 2022-09-27T16:04:04.3100132Z [gw1] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_byte_cpu_complex128 2022-09-27T16:04:04.3100793Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_byte_cpu_float64 2022-09-27T16:04:04.3618126Z [gw1] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_byte_cpu_float64 2022-09-27T16:04:04.4115688Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cartesian_prod_cpu_complex128 2022-09-27T16:04:04.4146231Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cartesian_prod_cpu_complex128 2022-09-27T16:04:04.4274306Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cartesian_prod_cpu_float64 2022-09-27T16:04:04.4738609Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cartesian_prod_cpu_float64 2022-09-27T16:04:04.5565173Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cat_cpu_complex128 2022-09-27T16:04:04.5602225Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cat_cpu_complex128 2022-09-27T16:04:04.5917100Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cat_cpu_float64 2022-09-27T16:04:04.6019536Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cat_cpu_float64 2022-09-27T16:04:04.6594868Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cdist_cpu_float64 2022-09-27T16:04:04.6629496Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cdist_cpu_float64 2022-09-27T16:04:04.6711530Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ceil_cpu_float64 2022-09-27T16:04:04.7114658Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ceil_cpu_float64 2022-09-27T16:04:04.7168533Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chalf_cpu_complex128 2022-09-27T16:04:04.7541896Z [gw1] [ 47%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chalf_cpu_complex128 2022-09-27T16:04:04.7633439Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chalf_cpu_float64 2022-09-27T16:04:04.7981219Z [gw1] [ 47%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chalf_cpu_float64 2022-09-27T16:04:04.8010616Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_char_cpu_complex128 2022-09-27T16:04:04.8460264Z [gw1] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_char_cpu_complex128 2022-09-27T16:04:04.8489551Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_char_cpu_float64 2022-09-27T16:04:04.8940434Z [gw1] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_char_cpu_float64 2022-09-27T16:04:04.9037263Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_cpu_complex128 2022-09-27T16:04:04.9381056Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_cpu_complex128 2022-09-27T16:04:04.9508222Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_cpu_float64 2022-09-27T16:04:04.9821535Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_cpu_float64 2022-09-27T16:04:05.2585214Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_inverse_cpu_complex128 2022-09-27T16:04:05.2613125Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_inverse_cpu_complex128 2022-09-27T16:04:05.3137584Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_inverse_cpu_float64 2022-09-27T16:04:05.3164484Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_inverse_cpu_float64 2022-09-27T16:04:05.8034853Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_solve_cpu_complex128 2022-09-27T16:04:05.8052581Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_solve_cpu_complex128 2022-09-27T16:04:05.9174231Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_solve_cpu_float64 2022-09-27T16:04:05.9191901Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cholesky_solve_cpu_float64 2022-09-27T16:04:05.9788021Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chunk_cpu_complex128 2022-09-27T16:04:05.9806015Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chunk_cpu_complex128 2022-09-27T16:04:05.9893616Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chunk_cpu_float64 2022-09-27T16:04:06.0299634Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_chunk_cpu_float64 2022-09-27T16:04:06.0545684Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clamp_cpu_float64 2022-09-27T16:04:06.0737852Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clamp_cpu_float64 2022-09-27T16:04:06.1026098Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clamp_max_cpu_float64 2022-09-27T16:04:06.1100803Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clamp_max_cpu_float64 2022-09-27T16:04:06.1495171Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clamp_min_cpu_float64 2022-09-27T16:04:06.1540001Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clamp_min_cpu_float64 2022-09-27T16:04:06.1828256Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clone_cpu_complex128 2022-09-27T16:04:06.2037225Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clone_cpu_complex128 2022-09-27T16:04:06.2043862Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clone_cpu_float64 2022-09-27T16:04:06.2496889Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_clone_cpu_float64 2022-09-27T16:04:06.3025916Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_column_stack_cpu_complex128 2022-09-27T16:04:06.3052553Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_column_stack_cpu_complex128 2022-09-27T16:04:06.3179932Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_column_stack_cpu_float64 2022-09-27T16:04:06.3539570Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_column_stack_cpu_float64 2022-09-27T16:04:06.6004771Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_combinations_cpu_complex128 2022-09-27T16:04:06.6096331Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_combinations_cpu_complex128 2022-09-27T16:04:06.6238723Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_combinations_cpu_float64 2022-09-27T16:04:06.6496034Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_combinations_cpu_float64 2022-09-27T16:04:06.6694273Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_complex_cpu_float64 2022-09-27T16:04:06.6858334Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_complex_cpu_float64 2022-09-27T16:04:06.7088562Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_cpu_complex128 2022-09-27T16:04:06.7300331Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_cpu_complex128 2022-09-27T16:04:06.7344456Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_cpu_float64 2022-09-27T16:04:06.7743919Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_cpu_float64 2022-09-27T16:04:06.7835095Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_physical_cpu_complex128 2022-09-27T16:04:06.8223824Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_physical_cpu_complex128 2022-09-27T16:04:06.8265958Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_physical_cpu_float64 2022-09-27T16:04:06.8738163Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_conj_physical_cpu_float64 2022-09-27T16:04:07.3552917Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_constant_pad_nd_cpu_complex128 2022-09-27T16:04:07.3610785Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_constant_pad_nd_cpu_complex128 2022-09-27T16:04:07.4310413Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_constant_pad_nd_cpu_float64 2022-09-27T16:04:07.4335410Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_constant_pad_nd_cpu_float64 2022-09-27T16:04:07.4463906Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_contiguous_cpu_complex128 2022-09-27T16:04:07.4794770Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_contiguous_cpu_complex128 2022-09-27T16:04:07.4801227Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_contiguous_cpu_float64 2022-09-27T16:04:07.5256856Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_contiguous_cpu_float64 2022-09-27T16:04:07.5478441Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_copysign_cpu_float64 2022-09-27T16:04:07.5618637Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_copysign_cpu_float64 2022-09-27T16:04:07.6284043Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_corrcoef_cpu_complex128 2022-09-27T16:04:07.6363927Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_corrcoef_cpu_complex128 2022-09-27T16:04:07.6524923Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_corrcoef_cpu_float64 2022-09-27T16:04:07.6894630Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_corrcoef_cpu_float64 2022-09-27T16:04:07.6985095Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cos_cpu_complex128 2022-09-27T16:04:07.7288707Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cos_cpu_complex128 2022-09-27T16:04:07.7293695Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cos_cpu_float64 2022-09-27T16:04:07.7736651Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cos_cpu_float64 2022-09-27T16:04:07.7827983Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cosh_cpu_complex128 2022-09-27T16:04:07.8099777Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cosh_cpu_complex128 2022-09-27T16:04:07.8159420Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cosh_cpu_float64 2022-09-27T16:04:07.8539883Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cosh_cpu_float64 2022-09-27T16:04:07.8574995Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_count_nonzero_cpu_complex128 2022-09-27T16:04:07.9058108Z [gw1] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_count_nonzero_cpu_complex128 2022-09-27T16:04:07.9067634Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_count_nonzero_cpu_float64 2022-09-27T16:04:07.9498082Z [gw1] [ 47%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_count_nonzero_cpu_float64 2022-09-27T16:04:07.9615883Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cov_cpu_complex128 2022-09-27T16:04:07.9899990Z [gw1] [ 47%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cov_cpu_complex128 2022-09-27T16:04:08.0038406Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cov_cpu_float64 2022-09-27T16:04:08.0340850Z [gw1] [ 47%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cov_cpu_float64 2022-09-27T16:04:08.0940888Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cross_cpu_complex128 2022-09-27T16:04:08.0988463Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cross_cpu_complex128 2022-09-27T16:04:08.1084590Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cross_cpu_float64 2022-09-27T16:04:08.1418951Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cross_cpu_float64 2022-09-27T16:04:08.1484345Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cummax_cpu_float64 2022-09-27T16:04:08.1930266Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cummax_cpu_float64 2022-09-27T16:04:08.1939744Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cummin_cpu_float64 2022-09-27T16:04:08.2337184Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cummin_cpu_float64 2022-09-27T16:04:09.0292005Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumprod_cpu_complex128 2022-09-27T16:04:09.0316370Z [gw2] [ 47%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_ctc_loss_cpu_float64 2022-09-27T16:04:09.0819869Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_dropout2d_cpu_float64 2022-09-27T16:04:09.0868960Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_dropout2d_cpu_float64 2022-09-27T16:04:09.1433654Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_dropout3d_cpu_float64 2022-09-27T16:04:09.1457398Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_dropout3d_cpu_float64 2022-09-27T16:04:09.2111437Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_dropout_cpu_float64 2022-09-27T16:04:09.2134208Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_dropout_cpu_float64 2022-09-27T16:04:09.2202607Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_elu_cpu_float64 2022-09-27T16:04:09.2619237Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_elu_cpu_float64 2022-09-27T16:04:09.3749010Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_embedding_bag_cpu_float64 2022-09-27T16:04:09.3835112Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_embedding_bag_cpu_float64 2022-09-27T16:04:09.3989774Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_embedding_cpu_float64 2022-09-27T16:04:09.4338769Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_embedding_cpu_float64 2022-09-27T16:04:09.4699810Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T16:04:09.4715472Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T16:04:09.7792771Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T16:04:09.7805964Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T16:04:09.8589147Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T16:04:09.8597877Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T16:04:10.1899129Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T16:04:10.1920709Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T16:04:10.3979429Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T16:04:10.3985919Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T16:04:10.5274455Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T16:04:10.5280961Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumprod_cpu_complex128 2022-09-27T16:04:10.6713377Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumprod_cpu_float64 2022-09-27T16:04:10.6718513Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumprod_cpu_float64 2022-09-27T16:04:10.6906020Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumsum_cpu_complex128 2022-09-27T16:04:10.7137830Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumsum_cpu_complex128 2022-09-27T16:04:10.7370382Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_linear_cpu_float64 2022-09-27T16:04:10.7578684Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_linear_cpu_float64 2022-09-27T16:04:10.7914893Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_local_response_norm_cpu_float64 2022-09-27T16:04:10.8020200Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_local_response_norm_cpu_float64 2022-09-27T16:04:10.8083385Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_logsigmoid_cpu_float64 2022-09-27T16:04:10.8463680Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_logsigmoid_cpu_float64 2022-09-27T16:04:10.9042299Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T16:04:10.9058789Z [gw1] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T16:04:11.5131655Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_pool1d_cpu_float64 2022-09-27T16:04:11.5157260Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T16:04:11.5300353Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_gelu_cpu_float64 2022-09-27T16:04:11.5696099Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_gelu_cpu_float64 2022-09-27T16:04:11.6671819Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_glu_cpu_float64 2022-09-27T16:04:11.6697639Z [gw2] [ 47%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_glu_cpu_float64 2022-09-27T16:04:11.7411360Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_grid_sample_cpu_float64 2022-09-27T16:04:11.7436866Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_grid_sample_cpu_float64 2022-09-27T16:04:11.7583638Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_group_norm_cpu_float64 2022-09-27T16:04:11.7977293Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_group_norm_cpu_float64 2022-09-27T16:04:11.8014170Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardshrink_cpu_float64 2022-09-27T16:04:11.8447860Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardshrink_cpu_float64 2022-09-27T16:04:11.8457143Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardsigmoid_cpu_float64 2022-09-27T16:04:11.8880092Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardsigmoid_cpu_float64 2022-09-27T16:04:11.8955811Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardswish_cpu_float64 2022-09-27T16:04:11.9376468Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardswish_cpu_float64 2022-09-27T16:04:11.9411233Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardtanh_cpu_float64 2022-09-27T16:04:11.9816658Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hardtanh_cpu_float64 2022-09-27T16:04:11.9926955Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T16:04:11.9948938Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_pool1d_cpu_float64 2022-09-27T16:04:12.0166475Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_pool2d_cpu_float64 2022-09-27T16:04:12.0219001Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T16:04:12.0605813Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_huber_loss_cpu_float64 2022-09-27T16:04:12.0699004Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_huber_loss_cpu_float64 2022-09-27T16:04:12.1334895Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_instance_norm_cpu_float64 2022-09-27T16:04:12.1359142Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_instance_norm_cpu_float64 2022-09-27T16:04:12.1904453Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_area_cpu_float64 2022-09-27T16:04:12.1930132Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_area_cpu_float64 2022-09-27T16:04:12.2345686Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T16:04:12.2378940Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T16:04:12.2767567Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T16:04:12.2820294Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T16:04:12.3176376Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_linear_cpu_float64 2022-09-27T16:04:12.3297241Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_linear_cpu_float64 2022-09-27T16:04:12.3588872Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T16:04:12.3699583Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T16:04:12.3999157Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T16:04:12.4160825Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T16:04:12.4960039Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_kl_div_cpu_float64 2022-09-27T16:04:12.5140673Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_kl_div_cpu_float64 2022-09-27T16:04:12.5861556Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_l1_loss_cpu_complex128 2022-09-27T16:04:12.5892053Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_l1_loss_cpu_complex128 2022-09-27T16:04:12.6189073Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_l1_loss_cpu_float64 2022-09-27T16:04:12.6300829Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_l1_loss_cpu_float64 2022-09-27T16:04:12.6518050Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_layer_norm_cpu_float64 2022-09-27T16:04:12.6858510Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_layer_norm_cpu_float64 2022-09-27T16:04:12.6931655Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_leaky_relu_cpu_float64 2022-09-27T16:04:12.7220312Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_leaky_relu_cpu_float64 2022-09-27T16:04:13.0411727Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_linear_cpu_complex128 2022-09-27T16:04:13.0439394Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_linear_cpu_complex128 2022-09-27T16:04:13.0888105Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_linear_cpu_float64 2022-09-27T16:04:13.0917377Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_linear_cpu_float64 2022-09-27T16:04:13.1237332Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_local_response_norm_cpu_float64 2022-09-27T16:04:13.1339254Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_local_response_norm_cpu_float64 2022-09-27T16:04:13.1411080Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_logsigmoid_cpu_float64 2022-09-27T16:04:13.1818330Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_logsigmoid_cpu_float64 2022-09-27T16:04:13.2540217Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T16:04:13.2580009Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T16:04:14.6117962Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_pool1d_cpu_float64 2022-09-27T16:04:14.6132613Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_pool2d_cpu_float64 2022-09-27T16:04:15.6112430Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_pool3d_cpu_float64 2022-09-27T16:04:15.6144357Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_pool3d_cpu_float64 2022-09-27T16:04:15.6180276Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool1d_cpu_float64 2022-09-27T16:04:15.6608170Z [gw1] [ 48%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool1d_cpu_float64 2022-09-27T16:04:15.8302042Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T16:04:15.8314778Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T16:04:15.8718556Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool2d_cpu_float64 2022-09-27T16:04:15.8739701Z [gw1] [ 48%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool2d_cpu_float64 2022-09-27T16:04:15.9646619Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T16:04:15.9670842Z [gw2] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_pool1d_cpu_float64 2022-09-27T16:04:16.2525113Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_pool2d_cpu_float64 2022-09-27T16:04:16.2547712Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T16:04:16.3096038Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool3d_cpu_float64 2022-09-27T16:04:16.3121066Z [gw1] [ 48%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool3d_cpu_float64 2022-09-27T16:04:16.4554253Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T16:04:16.4618577Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T16:04:16.4718045Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_mish_cpu_float64 2022-09-27T16:04:16.5136879Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_mish_cpu_float64 2022-09-27T16:04:16.5318738Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_mse_loss_cpu_float64 2022-09-27T16:04:16.5439698Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_mse_loss_cpu_float64 2022-09-27T16:04:16.5459763Z [gw3] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_svd_cpu_complex128 2022-09-27T16:04:16.5567955Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_svd_cpu_float64 2022-09-27T16:04:16.5572713Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T16:04:16.6015393Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T16:04:16.6071334Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T16:04:16.6497624Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T16:04:16.6674883Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T16:04:16.6977639Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T16:04:16.7694104Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_nll_loss_cpu_float64 2022-09-27T16:04:16.7711996Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_nll_loss_cpu_float64 2022-09-27T16:04:16.8783641Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_normalize_cpu_complex128 2022-09-27T16:04:16.8814325Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_normalize_cpu_complex128 2022-09-27T16:04:16.9074865Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_normalize_cpu_float64 2022-09-27T16:04:16.9297561Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_normalize_cpu_float64 2022-09-27T16:04:16.9673007Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_circular_cpu_complex128 2022-09-27T16:04:16.9693843Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_circular_cpu_complex128 2022-09-27T16:04:16.9796012Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_circular_cpu_float64 2022-09-27T16:04:17.0177402Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_circular_cpu_float64 2022-09-27T16:04:17.3956607Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_constant_cpu_complex128 2022-09-27T16:04:17.3996175Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_constant_cpu_complex128 2022-09-27T16:04:17.5110914Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_constant_cpu_float64 2022-09-27T16:04:17.5136156Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_constant_cpu_float64 2022-09-27T16:04:17.6028284Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_reflect_cpu_complex128 2022-09-27T16:04:17.6054214Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_reflect_cpu_complex128 2022-09-27T16:04:17.6248110Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_reflect_cpu_float64 2022-09-27T16:04:17.6536399Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_reflect_cpu_float64 2022-09-27T16:04:17.7470732Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_replicate_cpu_complex128 2022-09-27T16:04:17.7497720Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_replicate_cpu_complex128 2022-09-27T16:04:17.7674933Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_replicate_cpu_float64 2022-09-27T16:04:17.8016600Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pad_replicate_cpu_float64 2022-09-27T16:04:17.8934562Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T16:04:17.8960144Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T16:04:17.9159907Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pairwise_distance_cpu_float64 2022-09-27T16:04:17.9378035Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pairwise_distance_cpu_float64 2022-09-27T16:04:17.9493062Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pdist_cpu_float64 2022-09-27T16:04:17.9837523Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pdist_cpu_float64 2022-09-27T16:04:18.0137861Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T16:04:18.0257607Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T16:04:18.0344104Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T16:04:18.0718040Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T16:04:18.1051874Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T16:04:18.1177972Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T16:04:18.1248848Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T16:04:18.1674755Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T16:04:18.5796388Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T16:04:18.5823173Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T16:04:18.6542058Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_prelu_cpu_float64 2022-09-27T16:04:18.6575048Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_prelu_cpu_float64 2022-09-27T16:04:18.6658393Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_relu6_cpu_float64 2022-09-27T16:04:18.7051450Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_relu6_cpu_float64 2022-09-27T16:04:18.7057156Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_relu_cpu_float64 2022-09-27T16:04:18.7496134Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_relu_cpu_float64 2022-09-27T16:04:18.7886423Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_rrelu_cpu_float64 2022-09-27T16:04:18.7928595Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_rrelu_cpu_float64 2022-09-27T16:04:18.7998742Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_selu_cpu_float64 2022-09-27T16:04:18.8374313Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_selu_cpu_float64 2022-09-27T16:04:18.8383525Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_silu_complex_cpu_complex128 2022-09-27T16:04:18.8863279Z [gw1] [ 48%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_silu_complex_cpu_complex128 2022-09-27T16:04:18.8877129Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_silu_cpu_float64 2022-09-27T16:04:18.9331769Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_silu_cpu_float64 2022-09-27T16:04:18.9621888Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T16:04:18.9738617Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T16:04:19.0012634Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T16:04:19.0139751Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T16:04:19.0290369Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softmin_cpu_float64 2022-09-27T16:04:19.0657941Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softmin_cpu_float64 2022-09-27T16:04:19.1382316Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T16:04:19.1409606Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T16:04:19.1637739Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T16:04:19.1887376Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T16:04:19.1892750Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softplus_cpu_float64 2022-09-27T16:04:19.2338593Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softplus_cpu_float64 2022-09-27T16:04:19.2365668Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softshrink_cpu_float64 2022-09-27T16:04:19.2776814Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softshrink_cpu_float64 2022-09-27T16:04:19.3005140Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softsign_cpu_complex128 2022-09-27T16:04:19.3140772Z [gw1] [ 48%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softsign_cpu_complex128 2022-09-27T16:04:19.3220379Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softsign_cpu_float64 2022-09-27T16:04:19.3656013Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_softsign_cpu_float64 2022-09-27T16:04:19.3811391Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_tanhshrink_cpu_complex128 2022-09-27T16:04:19.4091247Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_tanhshrink_cpu_complex128 2022-09-27T16:04:19.4096803Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_tanhshrink_cpu_float64 2022-09-27T16:04:19.4532478Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_tanhshrink_cpu_float64 2022-09-27T16:04:19.4537676Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_threshold_cpu_float64 2022-09-27T16:04:19.4976747Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_threshold_cpu_float64 2022-09-27T16:04:19.6705377Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T16:04:19.6720018Z [gw3] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_svd_cpu_float64 2022-09-27T16:04:19.8170237Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_svd_lowrank_cpu_float64 2022-09-27T16:04:19.8189723Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T16:04:19.8627730Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T16:04:19.8645591Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T16:04:20.1016118Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T16:04:20.1024645Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T16:04:20.1447471Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T16:04:20.1458961Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T16:04:20.2141972Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_unfold_cpu_complex128 2022-09-27T16:04:20.2157552Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_pool2d_cpu_float64 2022-09-27T16:04:22.1914610Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_pool3d_cpu_float64 2022-09-27T16:04:22.1960528Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_pool3d_cpu_float64 2022-09-27T16:04:22.2010198Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool1d_cpu_float64 2022-09-27T16:04:22.2402802Z [gw2] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool1d_cpu_float64 2022-09-27T16:04:22.4234282Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T16:04:22.4261791Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T16:04:22.4293980Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool2d_cpu_float64 2022-09-27T16:04:22.4798122Z [gw2] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool2d_cpu_float64 2022-09-27T16:04:22.5755863Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T16:04:22.5790346Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_unfold_cpu_complex128 2022-09-27T16:04:22.7260547Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_unfold_cpu_float64 2022-09-27T16:04:22.7290684Z [gw0] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_solve_cpu_complex128 2022-09-27T16:04:22.8195652Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_solve_cpu_float64 2022-09-27T16:04:22.8213430Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T16:04:22.8237962Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool3d_cpu_float64 2022-09-27T16:04:22.8641609Z [gw2] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool3d_cpu_float64 2022-09-27T16:04:23.0400750Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T16:04:23.0496962Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T16:04:23.0601151Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_mish_cpu_float64 2022-09-27T16:04:23.1018486Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_mish_cpu_float64 2022-09-27T16:04:23.1263387Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_mse_loss_cpu_float64 2022-09-27T16:04:23.1457018Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_mse_loss_cpu_float64 2022-09-27T16:04:23.1492786Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T16:04:23.1831434Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T16:04:23.1915880Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T16:04:23.2278528Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T16:04:23.2487881Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T16:04:23.2525260Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_unfold_cpu_float64 2022-09-27T16:04:23.2627456Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T16:04:23.2714643Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T16:04:23.2764455Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_nll_loss_cpu_float64 2022-09-27T16:04:23.2941863Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T16:04:23.3241412Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_upsample_nearest_cpu_float64 2022-09-27T16:04:23.3417198Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_upsample_nearest_cpu_float64 2022-09-27T16:04:23.3417883Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nonzero_cpu_complex128 2022-09-27T16:04:23.3856983Z [gw1] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nonzero_cpu_complex128 2022-09-27T16:04:23.3857745Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nonzero_cpu_float64 2022-09-27T16:04:23.4338824Z [gw1] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nonzero_cpu_float64 2022-09-27T16:04:23.4934494Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_cpu_complex128 2022-09-27T16:04:23.5017979Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_nll_loss_cpu_float64 2022-09-27T16:04:23.5987734Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_normalize_cpu_complex128 2022-09-27T16:04:23.6013603Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_normalize_cpu_complex128 2022-09-27T16:04:23.6204480Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_normalize_cpu_float64 2022-09-27T16:04:23.6456904Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_normalize_cpu_float64 2022-09-27T16:04:23.7178154Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_circular_cpu_complex128 2022-09-27T16:04:23.7198836Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_circular_cpu_complex128 2022-09-27T16:04:23.7338693Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_circular_cpu_float64 2022-09-27T16:04:23.7619882Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_circular_cpu_float64 2022-09-27T16:04:23.7972802Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_constant_cpu_complex128 2022-09-27T16:04:23.7983984Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_cpu_complex128 2022-09-27T16:04:23.8539254Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_cpu_float64 2022-09-27T16:04:23.8552078Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_cpu_float64 2022-09-27T16:04:23.8708820Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_fro_cpu_complex128 2022-09-27T16:04:23.8980760Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_fro_cpu_complex128 2022-09-27T16:04:23.9032938Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_fro_cpu_float64 2022-09-27T16:04:23.9419827Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_fro_cpu_float64 2022-09-27T16:04:23.9991169Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_inf_cpu_complex128 2022-09-27T16:04:24.0013417Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_constant_cpu_complex128 2022-09-27T16:04:24.1430376Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_constant_cpu_float64 2022-09-27T16:04:24.1439877Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_constant_cpu_float64 2022-09-27T16:04:24.2538526Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_reflect_cpu_complex128 2022-09-27T16:04:24.2556667Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_reflect_cpu_complex128 2022-09-27T16:04:24.2875204Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_reflect_cpu_float64 2022-09-27T16:04:24.3018978Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_reflect_cpu_float64 2022-09-27T16:04:24.3143525Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_replicate_cpu_complex128 2022-09-27T16:04:24.3163980Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_inf_cpu_complex128 2022-09-27T16:04:24.4090223Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_inf_cpu_float64 2022-09-27T16:04:24.4118347Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_replicate_cpu_complex128 2022-09-27T16:04:24.4138662Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_replicate_cpu_float64 2022-09-27T16:04:24.4175687Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_inf_cpu_float64 2022-09-27T16:04:24.4458586Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_nuc_cpu_complex128 2022-09-27T16:04:24.4535319Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pad_replicate_cpu_float64 2022-09-27T16:04:24.4556438Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_nuc_cpu_complex128 2022-09-27T16:04:24.4609975Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T16:04:24.4690772Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_nuc_cpu_float64 2022-09-27T16:04:24.4991018Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_norm_nuc_cpu_float64 2022-09-27T16:04:24.5016638Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T16:04:24.5050933Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pairwise_distance_cpu_float64 2022-09-27T16:04:24.5062516Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_normal_cpu_float64 2022-09-27T16:04:24.5214017Z [gw1] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_normal_cpu_float64 2022-09-27T16:04:24.5493028Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pairwise_distance_cpu_float64 2022-09-27T16:04:24.5498410Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_normal_number_mean_cpu_float64 2022-09-27T16:04:24.5504919Z [gw1] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_normal_number_mean_cpu_float64 2022-09-27T16:04:24.5595787Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pdist_cpu_float64 2022-09-27T16:04:24.5938051Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pdist_cpu_float64 2022-09-27T16:04:24.5946445Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ones_cpu_complex128 2022-09-27T16:04:24.5954241Z [gw1] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ones_cpu_complex128 2022-09-27T16:04:24.6036042Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T16:04:24.6365010Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T16:04:24.6379474Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T16:04:24.6391177Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T16:04:24.6396119Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ones_cpu_float64 2022-09-27T16:04:24.6820861Z [gw1] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ones_cpu_float64 2022-09-27T16:04:24.6828047Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ones_like_cpu_complex128 2022-09-27T16:04:24.6838858Z [gw1] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ones_like_cpu_complex128 2022-09-27T16:04:24.6915984Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T16:04:24.7202594Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T16:04:24.7223130Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T16:04:24.7269839Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ones_like_cpu_float64 2022-09-27T16:04:24.7274648Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T16:04:24.7702051Z [gw1] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ones_like_cpu_float64 2022-09-27T16:04:24.7708270Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ormqr_cpu_complex128 2022-09-27T16:04:24.7715835Z [gw1] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ormqr_cpu_complex128 2022-09-27T16:04:24.8139065Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T16:04:24.8146027Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ormqr_cpu_float64 2022-09-27T16:04:24.8617924Z [gw1] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ormqr_cpu_float64 2022-09-27T16:04:24.8783143Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_outer_cpu_complex128 2022-09-27T16:04:24.8979624Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_outer_cpu_complex128 2022-09-27T16:04:24.9025182Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_outer_cpu_float64 2022-09-27T16:04:24.9537901Z [gw1] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_outer_cpu_float64 2022-09-27T16:04:25.1052245Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pca_lowrank_cpu_float64 2022-09-27T16:04:25.1075668Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T16:04:25.1629747Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_prelu_cpu_float64 2022-09-27T16:04:25.1657228Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_prelu_cpu_float64 2022-09-27T16:04:25.1746855Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_relu6_cpu_float64 2022-09-27T16:04:25.2138241Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_relu6_cpu_float64 2022-09-27T16:04:25.2169327Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_relu_cpu_float64 2022-09-27T16:04:25.2577468Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_relu_cpu_float64 2022-09-27T16:04:25.2803831Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_rrelu_cpu_float64 2022-09-27T16:04:25.2940186Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_rrelu_cpu_float64 2022-09-27T16:04:25.3026020Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_selu_cpu_float64 2022-09-27T16:04:25.3424207Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_selu_cpu_float64 2022-09-27T16:04:25.3427397Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_silu_complex_cpu_complex128 2022-09-27T16:04:25.3900059Z [gw2] [ 49%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_silu_complex_cpu_complex128 2022-09-27T16:04:25.3910032Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_silu_cpu_float64 2022-09-27T16:04:25.4338897Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_silu_cpu_float64 2022-09-27T16:04:25.4511048Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T16:04:25.4703657Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T16:04:25.4884502Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T16:04:25.5143422Z [gw2] [ 49%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T16:04:25.5273524Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softmin_cpu_float64 2022-09-27T16:04:25.5582556Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softmin_cpu_float64 2022-09-27T16:04:25.5876133Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T16:04:25.6019925Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T16:04:25.6161953Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T16:04:25.6460388Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T16:04:25.6534396Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softplus_cpu_float64 2022-09-27T16:04:25.6901752Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softplus_cpu_float64 2022-09-27T16:04:25.7010527Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softshrink_cpu_float64 2022-09-27T16:04:25.7341506Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softshrink_cpu_float64 2022-09-27T16:04:25.7605114Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softsign_cpu_complex128 2022-09-27T16:04:25.7783522Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softsign_cpu_complex128 2022-09-27T16:04:25.7881461Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softsign_cpu_float64 2022-09-27T16:04:25.8225063Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_softsign_cpu_float64 2022-09-27T16:04:25.8476513Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_tanhshrink_cpu_complex128 2022-09-27T16:04:25.8665111Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_tanhshrink_cpu_complex128 2022-09-27T16:04:25.8750873Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_tanhshrink_cpu_float64 2022-09-27T16:04:25.9104047Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_tanhshrink_cpu_float64 2022-09-27T16:04:25.9192419Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_threshold_cpu_float64 2022-09-27T16:04:25.9660164Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_threshold_cpu_float64 2022-09-27T16:04:26.0815882Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T16:04:26.0893862Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T16:04:26.1481026Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T16:04:26.1493647Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T16:04:26.3020908Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T16:04:26.3062140Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T16:04:26.3408873Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T16:04:26.3500606Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T16:04:26.9142319Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_unfold_cpu_complex128 2022-09-27T16:04:26.9159367Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pca_lowrank_cpu_float64 2022-09-27T16:04:26.9447285Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_permute_cpu_complex128 2022-09-27T16:04:26.9578768Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_permute_cpu_complex128 2022-09-27T16:04:26.9645748Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_permute_cpu_float64 2022-09-27T16:04:27.0097159Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_permute_cpu_float64 2022-09-27T16:04:27.1361996Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pinverse_cpu_complex128 2022-09-27T16:04:27.1409423Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pinverse_cpu_complex128 2022-09-27T16:04:27.1730944Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pinverse_cpu_float64 2022-09-27T16:04:27.1822214Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pinverse_cpu_float64 2022-09-27T16:04:27.2158775Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polar_cpu_float64 2022-09-27T16:04:27.2258230Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polar_cpu_float64 2022-09-27T16:04:27.2437378Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_0_cpu_float64 2022-09-27T16:04:27.2722080Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_0_cpu_float64 2022-09-27T16:04:27.2724263Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_1_cpu_float64 2022-09-27T16:04:27.2914167Z [gw1] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_1_cpu_float64 2022-09-27T16:04:27.2932628Z [gw0] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_lu_solve_cpu_float64 2022-09-27T16:04:27.3166179Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_norm_cpu_complex128 2022-09-27T16:04:27.3171038Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_2_cpu_float64 2022-09-27T16:04:27.3605877Z [gw1] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_2_cpu_float64 2022-09-27T16:04:27.3609944Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_3_cpu_float64 2022-09-27T16:04:27.4021901Z [gw1] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_3_cpu_float64 2022-09-27T16:04:27.4046348Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_4_cpu_float64 2022-09-27T16:04:27.4460729Z [gw1] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_polygamma_polygamma_n_4_cpu_float64 2022-09-27T16:04:27.4663025Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_positive_cpu_complex128 2022-09-27T16:04:27.4899441Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_positive_cpu_complex128 2022-09-27T16:04:27.4958889Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_positive_cpu_float64 2022-09-27T16:04:27.5340218Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_positive_cpu_float64 2022-09-27T16:04:27.7789470Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pow_cpu_complex128 2022-09-27T16:04:27.7807147Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pow_cpu_complex128 2022-09-27T16:04:27.8238529Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pow_cpu_float64 2022-09-27T16:04:27.8254603Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_pow_cpu_float64 2022-09-27T16:04:28.1798367Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_prod_cpu_complex128 2022-09-27T16:04:28.1833137Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_prod_cpu_complex128 2022-09-27T16:04:28.3024371Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_prod_cpu_float64 2022-09-27T16:04:28.3142398Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_prod_cpu_float64 2022-09-27T16:04:28.4799043Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_put_cpu_complex128 2022-09-27T16:04:28.4813383Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_unfold_cpu_complex128 2022-09-27T16:04:28.5890627Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_unfold_cpu_float64 2022-09-27T16:04:28.5904803Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_put_cpu_complex128 2022-09-27T16:04:28.6157467Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_put_cpu_float64 2022-09-27T16:04:28.6340667Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_put_cpu_float64 2022-09-27T16:04:29.1346518Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_qr_cpu_complex128 2022-09-27T16:04:29.1379279Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_unfold_cpu_float64 2022-09-27T16:04:29.1570608Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T16:04:29.1829671Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T16:04:29.1885618Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_upsample_nearest_cpu_float64 2022-09-27T16:04:29.1910422Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_qr_cpu_complex128 2022-09-27T16:04:29.2183687Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_qr_cpu_float64 2022-09-27T16:04:29.2291250Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nn_functional_upsample_nearest_cpu_float64 2022-09-27T16:04:29.2350179Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nonzero_cpu_complex128 2022-09-27T16:04:29.2701580Z [gw2] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nonzero_cpu_complex128 2022-09-27T16:04:29.2743903Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nonzero_cpu_float64 2022-09-27T16:04:29.2859359Z [gw2] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_nonzero_cpu_float64 2022-09-27T16:04:29.2890605Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_qr_cpu_float64 2022-09-27T16:04:29.3216507Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_quantile_cpu_float64 2022-09-27T16:04:29.4233906Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_cpu_complex128 2022-09-27T16:04:29.4259672Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_quantile_cpu_float64 2022-09-27T16:04:29.4321700Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rad2deg_cpu_float64 2022-09-27T16:04:29.4690250Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rad2deg_cpu_float64 2022-09-27T16:04:29.4715029Z [gw0] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_norm_cpu_complex128 2022-09-27T16:04:29.4724575Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_norm_cpu_float64 2022-09-27T16:04:29.4736681Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rand_like_cpu_complex128 2022-09-27T16:04:29.5152547Z [gw1] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rand_like_cpu_complex128 2022-09-27T16:04:29.5173485Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rand_like_cpu_float64 2022-09-27T16:04:29.5581561Z [gw1] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rand_like_cpu_float64 2022-09-27T16:04:29.5618396Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randint_like_cpu_float64 2022-09-27T16:04:29.5653235Z [gw1] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randint_like_cpu_float64 2022-09-27T16:04:29.5661463Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_cpu_complex128 2022-09-27T16:04:29.6021999Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_cpu_float64 2022-09-27T16:04:29.6066772Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randn_cpu_complex128 2022-09-27T16:04:29.6212183Z [gw1] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randn_cpu_complex128 2022-09-27T16:04:29.6218874Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_cpu_float64 2022-09-27T16:04:29.6332605Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_fro_cpu_complex128 2022-09-27T16:04:29.6459443Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_fro_cpu_complex128 2022-09-27T16:04:29.6487721Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randn_cpu_float64 2022-09-27T16:04:29.6619002Z [gw1] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randn_cpu_float64 2022-09-27T16:04:29.6679511Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_fro_cpu_float64 2022-09-27T16:04:29.6899854Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_fro_cpu_float64 2022-09-27T16:04:29.6933243Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randn_like_cpu_complex128 2022-09-27T16:04:29.7058449Z [gw1] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randn_like_cpu_complex128 2022-09-27T16:04:29.7338850Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_inf_cpu_complex128 2022-09-27T16:04:29.7370253Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randn_like_cpu_float64 2022-09-27T16:04:29.7778817Z [gw1] [ 50%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_randn_like_cpu_float64 2022-09-27T16:04:29.7938628Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ravel_cpu_complex128 2022-09-27T16:04:29.8069393Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ravel_cpu_complex128 2022-09-27T16:04:29.8089852Z [gw0] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_norm_cpu_float64 2022-09-27T16:04:29.8114863Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_power_cpu_complex128 2022-09-27T16:04:29.8135206Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_inf_cpu_complex128 2022-09-27T16:04:29.8218449Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_inf_cpu_float64 2022-09-27T16:04:29.8286329Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ravel_cpu_float64 2022-09-27T16:04:29.8422489Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ravel_cpu_float64 2022-09-27T16:04:29.8617326Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_inf_cpu_float64 2022-09-27T16:04:29.8660417Z test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_nuc_cpu_complex128 2022-09-27T16:04:29.8818742Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_real_cpu_complex128 2022-09-27T16:04:29.8855163Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_real_cpu_complex128 2022-09-27T16:04:29.8980074Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_grad_norm_nuc_cpu_complex128 2022-09-27T16:04:29.9100121Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_norm_cpu_complex128 2022-09-27T16:04:29.9146507Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_real_cpu_float64 2022-09-27T16:04:29.9539366Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_real_cpu_float64 2022-09-27T16:04:29.9699218Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reciprocal_cpu_complex128 2022-09-27T16:04:30.0037241Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reciprocal_cpu_complex128 2022-09-27T16:04:30.0042118Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reciprocal_cpu_float64 2022-09-27T16:04:30.0461249Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reciprocal_cpu_float64 2022-09-27T16:04:30.0774130Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_remainder_cpu_float64 2022-09-27T16:04:30.0898715Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_remainder_cpu_float64 2022-09-27T16:04:30.0978610Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_renorm_cpu_complex128 2022-09-27T16:04:30.1390662Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_renorm_cpu_complex128 2022-09-27T16:04:30.1456368Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_renorm_cpu_float64 2022-09-27T16:04:30.1852490Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_renorm_cpu_float64 2022-09-27T16:04:30.4131855Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_cpu_complex128 2022-09-27T16:04:30.4143392Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_cpu_complex128 2022-09-27T16:04:30.4376065Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_cpu_float64 2022-09-27T16:04:30.4617764Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_cpu_float64 2022-09-27T16:04:30.4923037Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_interleave_cpu_complex128 2022-09-27T16:04:30.4979018Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_interleave_cpu_complex128 2022-09-27T16:04:30.5071315Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_interleave_cpu_float64 2022-09-27T16:04:30.5538336Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_repeat_interleave_cpu_float64 2022-09-27T16:04:30.5583595Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_as_cpu_complex128 2022-09-27T16:04:30.5596885Z [gw2] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_norm_cpu_complex128 2022-09-27T16:04:30.5864353Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_norm_cpu_float64 2022-09-27T16:04:30.5903231Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_as_cpu_complex128 2022-09-27T16:04:30.6064022Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_as_cpu_float64 2022-09-27T16:04:30.6431454Z [gw1] [ 50%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_as_cpu_float64 2022-09-27T16:04:30.6949870Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_cpu_complex128 2022-09-27T16:04:30.6974724Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_norm_cpu_float64 2022-09-27T16:04:30.7087929Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_power_cpu_complex128 2022-09-27T16:04:30.7103489Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_cpu_complex128 2022-09-27T16:04:30.7217829Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_cpu_float64 2022-09-27T16:04:30.7584515Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_reshape_cpu_float64 2022-09-27T16:04:30.7593230Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resize__cpu_complex128 2022-09-27T16:04:30.8015126Z [gw1] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resize__cpu_complex128 2022-09-27T16:04:30.8025616Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resize__cpu_float64 2022-09-27T16:04:30.8460938Z [gw1] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resize__cpu_float64 2022-09-27T16:04:30.8470302Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resize_as__cpu_complex128 2022-09-27T16:04:30.8902409Z [gw1] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resize_as__cpu_complex128 2022-09-27T16:04:30.8955553Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resize_as__cpu_float64 2022-09-27T16:04:30.8970871Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_power_cpu_complex128 2022-09-27T16:04:30.8981259Z [gw1] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resize_as__cpu_float64 2022-09-27T16:04:30.9417824Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_power_cpu_float64 2022-09-27T16:04:30.9490424Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_conj_cpu_complex128 2022-09-27T16:04:30.9663095Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_conj_cpu_complex128 2022-09-27T16:04:30.9673744Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_power_cpu_float64 2022-09-27T16:04:30.9692737Z [gw0] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_power_cpu_complex128 2022-09-27T16:04:30.9702074Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_power_cpu_float64 2022-09-27T16:04:30.9766954Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_cpu_complex128 2022-09-27T16:04:30.9849469Z [gw2] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_cpu_complex128 2022-09-27T16:04:30.9859674Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_conj_cpu_float64 2022-09-27T16:04:31.0136849Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_conj_cpu_float64 2022-09-27T16:04:31.0147659Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_cpu_float64 2022-09-27T16:04:31.0296770Z [gw2] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_cpu_float64 2022-09-27T16:04:31.0378882Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_neg_cpu_complex128 2022-09-27T16:04:31.0615276Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_neg_cpu_complex128 2022-09-27T16:04:31.0624225Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T16:04:31.0697258Z [gw2] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T16:04:31.0711072Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_neg_cpu_float64 2022-09-27T16:04:31.1053698Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_resolve_neg_cpu_float64 2022-09-27T16:04:31.1061996Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T16:04:31.1176378Z [gw2] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T16:04:31.1537172Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_roll_cpu_complex128 2022-09-27T16:04:31.2133421Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_multi_dot_cpu_complex128 2022-09-27T16:04:31.2144895Z [gw0] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_power_cpu_float64 2022-09-27T16:04:31.2160304Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_cpu_complex128 2022-09-27T16:04:31.2179226Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_roll_cpu_complex128 2022-09-27T16:04:31.2193220Z [gw0] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_cpu_complex128 2022-09-27T16:04:31.2402468Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_roll_cpu_float64 2022-09-27T16:04:31.2617802Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_roll_cpu_float64 2022-09-27T16:04:31.2623882Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_cpu_float64 2022-09-27T16:04:31.2633576Z [gw0] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_cpu_float64 2022-09-27T16:04:31.3056656Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rot90_cpu_complex128 2022-09-27T16:04:31.3063221Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T16:04:31.3173233Z [gw0] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T16:04:31.3186674Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_multi_dot_cpu_complex128 2022-09-27T16:04:31.3350815Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_multi_dot_cpu_float64 2022-09-27T16:04:31.3493761Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_multi_dot_cpu_float64 2022-09-27T16:04:31.3499203Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T16:04:31.3696843Z [gw0] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T16:04:31.3976674Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_cpu_complex128 2022-09-27T16:04:31.6168532Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_multi_dot_cpu_complex128 2022-09-27T16:04:31.6194226Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rot90_cpu_complex128 2022-09-27T16:04:31.6687797Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rot90_cpu_float64 2022-09-27T16:04:31.6712771Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rot90_cpu_float64 2022-09-27T16:04:31.6760268Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_cpu_float64 2022-09-27T16:04:31.7215155Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_cpu_float64 2022-09-27T16:04:31.7223106Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_decimals_0_cpu_float64 2022-09-27T16:04:31.7611963Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_decimals_0_cpu_float64 2022-09-27T16:04:31.7619724Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_decimals_3_cpu_float64 2022-09-27T16:04:31.8062286Z [gw1] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_decimals_3_cpu_float64 2022-09-27T16:04:31.8069532Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_decimals_neg_3_cpu_float64 2022-09-27T16:04:31.8498580Z [gw1] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_round_decimals_neg_3_cpu_float64 2022-09-27T16:04:31.8763196Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsqrt_cpu_complex128 2022-09-27T16:04:31.8900041Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsqrt_cpu_complex128 2022-09-27T16:04:31.8966118Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsqrt_cpu_float64 2022-09-27T16:04:31.9340808Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsqrt_cpu_float64 2022-09-27T16:04:31.9699083Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsub_cpu_complex128 2022-09-27T16:04:31.9712753Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_cpu_complex128 2022-09-27T16:04:32.0845959Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_cpu_float64 2022-09-27T16:04:32.0873244Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_cpu_float64 2022-09-27T16:04:32.0967771Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T16:04:32.0989005Z [gw0] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_multi_dot_cpu_complex128 2022-09-27T16:04:32.1019659Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_multi_dot_cpu_float64 2022-09-27T16:04:32.1040324Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsub_cpu_complex128 2022-09-27T16:04:32.1358058Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsub_cpu_float64 2022-09-27T16:04:32.1458131Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_rsub_cpu_float64 2022-09-27T16:04:32.2081235Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_add_cpu_complex128 2022-09-27T16:04:32.2105586Z [gw0] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_multi_dot_cpu_float64 2022-09-27T16:04:32.2252609Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_cpu_complex128 2022-09-27T16:04:32.2268551Z [gw2] [ 51%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T16:04:32.2684135Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T16:04:32.2711741Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_add_cpu_complex128 2022-09-27T16:04:32.2848494Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_add_cpu_float64 2022-09-27T16:04:32.2879000Z [gw2] [ 51%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T16:04:32.2942198Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_cpu_complex128 2022-09-27T16:04:32.3215434Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_add_cpu_float64 2022-09-27T16:04:32.5093747Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_cpu_complex128 2022-09-27T16:04:32.5235922Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_cpu_complex128 2022-09-27T16:04:32.5480031Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_cpu_float64 2022-09-27T16:04:32.5736100Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_cpu_float64 2022-09-27T16:04:32.6194847Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_amax_cpu_float64 2022-09-27T16:04:32.6245758Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_amax_cpu_float64 2022-09-27T16:04:32.6375098Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_amin_cpu_float64 2022-09-27T16:04:32.6401091Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_cpu_complex128 2022-09-27T16:04:32.6979036Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_cpu_float64 2022-09-27T16:04:32.7004022Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_cpu_float64 2022-09-27T16:04:32.7233261Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_hermitian_cpu_complex128 2022-09-27T16:04:32.7278808Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_amin_cpu_float64 2022-09-27T16:04:32.7494562Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_mean_cpu_float64 2022-09-27T16:04:32.7520009Z [gw0] [ 51%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_cpu_complex128 2022-09-27T16:04:32.7802146Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_cpu_float64 2022-09-27T16:04:32.7824398Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_hermitian_cpu_complex128 2022-09-27T16:04:32.7979502Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_hermitian_cpu_float64 2022-09-27T16:04:32.8296197Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_hermitian_cpu_float64 2022-09-27T16:04:32.8296966Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_singular_cpu_complex128 2022-09-27T16:04:32.8376584Z [gw2] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_singular_cpu_complex128 2022-09-27T16:04:32.8393099Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_mean_cpu_float64 2022-09-27T16:04:32.8570520Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_prod_cpu_float64 2022-09-27T16:04:32.8718388Z [gw1] [ 51%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_prod_cpu_float64 2022-09-27T16:04:32.8738692Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_singular_cpu_float64 2022-09-27T16:04:32.8833798Z [gw2] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_pinv_singular_cpu_float64 2022-09-27T16:04:32.9216829Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_sum_cpu_float64 2022-09-27T16:04:32.9688315Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_qr_cpu_complex128 2022-09-27T16:04:32.9718114Z [gw0] [ 51%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_cpu_float64 2022-09-27T16:04:32.9768863Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T16:04:32.9786030Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_scatter_reduce_sum_cpu_float64 2022-09-27T16:04:32.9804383Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_searchsorted_cpu_float64 2022-09-27T16:04:32.9971187Z [gw1] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_searchsorted_cpu_float64 2022-09-27T16:04:33.0139384Z [gw0] [ 51%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T16:04:33.0246073Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T16:04:33.0301564Z [gw0] [ 51%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T16:04:33.0304078Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_segment_reduce_lengths_cpu_float64 2022-09-27T16:04:33.0656702Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_segment_reduce_lengths_cpu_float64 2022-09-27T16:04:33.0783859Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_cpu_complex128 2022-09-27T16:04:33.0790707Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_segment_reduce_offsets_cpu_float64 2022-09-27T16:04:33.1258638Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_segment_reduce_offsets_cpu_float64 2022-09-27T16:04:33.1772013Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_select_cpu_complex128 2022-09-27T16:04:33.1804093Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_select_cpu_complex128 2022-09-27T16:04:33.1888825Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_select_cpu_float64 2022-09-27T16:04:33.2220381Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_select_cpu_float64 2022-09-27T16:04:33.2373536Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_select_scatter_cpu_float64 2022-09-27T16:04:33.2697150Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_select_scatter_cpu_float64 2022-09-27T16:04:33.2768515Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sgn_cpu_complex128 2022-09-27T16:04:33.3185904Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sgn_cpu_complex128 2022-09-27T16:04:33.3186534Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sgn_cpu_float64 2022-09-27T16:04:33.3659266Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sgn_cpu_float64 2022-09-27T16:04:33.3659887Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_short_cpu_complex128 2022-09-27T16:04:33.3863582Z [gw1] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_short_cpu_complex128 2022-09-27T16:04:33.3887874Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_qr_cpu_complex128 2022-09-27T16:04:33.4093492Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_qr_cpu_float64 2022-09-27T16:04:33.4102113Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_short_cpu_float64 2022-09-27T16:04:33.4531618Z [gw1] [ 51%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_short_cpu_float64 2022-09-27T16:04:33.4556320Z [gw2] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_qr_cpu_float64 2022-09-27T16:04:33.4616056Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_slogdet_cpu_complex128 2022-09-27T16:04:33.4669535Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sigmoid_cpu_complex128 2022-09-27T16:04:33.5002153Z [gw1] [ 51%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sigmoid_cpu_complex128 2022-09-27T16:04:33.5011375Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sigmoid_cpu_float64 2022-09-27T16:04:33.5314108Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sigmoid_cpu_float64 2022-09-27T16:04:33.5338427Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_slogdet_cpu_complex128 2022-09-27T16:04:33.5426904Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_slogdet_cpu_float64 2022-09-27T16:04:33.5434965Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sign_cpu_float64 2022-09-27T16:04:33.5556589Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sign_cpu_float64 2022-09-27T16:04:33.5853099Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_slogdet_cpu_float64 2022-09-27T16:04:33.5862198Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_signbit_cpu_float64 2022-09-27T16:04:33.5868662Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_signbit_cpu_float64 2022-09-27T16:04:33.6377997Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_cpu_complex128 2022-09-27T16:04:33.6450319Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sin_cpu_complex128 2022-09-27T16:04:33.6795210Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sin_cpu_complex128 2022-09-27T16:04:33.6801605Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sin_cpu_float64 2022-09-27T16:04:33.7256749Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sin_cpu_float64 2022-09-27T16:04:33.7423676Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinc_cpu_complex128 2022-09-27T16:04:33.7620173Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinc_cpu_complex128 2022-09-27T16:04:33.7694533Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinc_cpu_float64 2022-09-27T16:04:33.8060857Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinc_cpu_float64 2022-09-27T16:04:33.8206485Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinh_cpu_complex128 2022-09-27T16:04:33.8502150Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinh_cpu_complex128 2022-09-27T16:04:33.8550732Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinh_cpu_float64 2022-09-27T16:04:33.8941638Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sinh_cpu_float64 2022-09-27T16:04:34.0050913Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_slice_scatter_cpu_float64 2022-09-27T16:04:34.0098247Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_slice_scatter_cpu_float64 2022-09-27T16:04:34.0294568Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_softmax_cpu_float64 2022-09-27T16:04:34.0539356Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_softmax_cpu_float64 2022-09-27T16:04:34.0573577Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_softmax_with_dtype_cpu_complex128 2022-09-27T16:04:34.0596075Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_cpu_complex128 2022-09-27T16:04:34.1477258Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_cpu_float64 2022-09-27T16:04:34.1521482Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_softmax_with_dtype_cpu_complex128 2022-09-27T16:04:34.1674846Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_softmax_with_dtype_cpu_float64 2022-09-27T16:04:34.1706684Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_cpu_float64 2022-09-27T16:04:34.1766995Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_ex_cpu_complex128 2022-09-27T16:04:34.1976815Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_softmax_with_dtype_cpu_float64 2022-09-27T16:04:34.2794143Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sort_cpu_float64 2022-09-27T16:04:34.2802310Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sort_cpu_float64 2022-09-27T16:04:34.2819286Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sparse_sampled_addmm_cpu_complex128 2022-09-27T16:04:34.3253662Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sparse_sampled_addmm_cpu_complex128 2022-09-27T16:04:34.3258535Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sparse_sampled_addmm_cpu_float64 2022-09-27T16:04:34.3692922Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sparse_sampled_addmm_cpu_float64 2022-09-27T16:04:34.3696067Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_airy_ai_cpu_float64 2022-09-27T16:04:34.4135251Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_airy_ai_cpu_float64 2022-09-27T16:04:34.4137703Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_bessel_j0_cpu_float64 2022-09-27T16:04:34.4576352Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_bessel_j0_cpu_float64 2022-09-27T16:04:34.4581834Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_bessel_j1_cpu_float64 2022-09-27T16:04:34.5020860Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_bessel_j1_cpu_float64 2022-09-27T16:04:34.5027179Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_bessel_y0_cpu_float64 2022-09-27T16:04:34.5457872Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_bessel_y0_cpu_float64 2022-09-27T16:04:34.5463228Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_bessel_y1_cpu_float64 2022-09-27T16:04:34.5843718Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_bessel_y1_cpu_float64 2022-09-27T16:04:34.5860194Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_ex_cpu_complex128 2022-09-27T16:04:34.5863465Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_ex_cpu_float64 2022-09-27T16:04:34.5907537Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:04:34.6342855Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:04:34.6343691Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:04:34.6391783Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:04:34.6410913Z [gw2] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_ex_cpu_float64 2022-09-27T16:04:34.6771918Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_triangular_cpu_complex128 2022-09-27T16:04:34.6776177Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:04:34.7212432Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:04:34.7217114Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:04:34.7633691Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:04:34.7684061Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_entr_cpu_float64 2022-09-27T16:04:34.8063557Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_entr_cpu_float64 2022-09-27T16:04:34.8123606Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_erfcx_cpu_float64 2022-09-27T16:04:34.8503411Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_erfcx_cpu_float64 2022-09-27T16:04:34.8535251Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_hermite_polynomial_h_cpu_float64 2022-09-27T16:04:34.8943848Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_hermite_polynomial_h_cpu_float64 2022-09-27T16:04:34.8974689Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_hermite_polynomial_he_cpu_float64 2022-09-27T16:04:34.9384521Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_hermite_polynomial_he_cpu_float64 2022-09-27T16:04:34.9446903Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_i0e_cpu_float64 2022-09-27T16:04:34.9823658Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_i0e_cpu_float64 2022-09-27T16:04:34.9896395Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_i1_cpu_float64 2022-09-27T16:04:35.0263735Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_i1_cpu_float64 2022-09-27T16:04:35.0331662Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_i1e_cpu_float64 2022-09-27T16:04:35.0703249Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_i1e_cpu_float64 2022-09-27T16:04:35.0737507Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_laguerre_polynomial_l_cpu_float64 2022-09-27T16:04:35.1057526Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_laguerre_polynomial_l_cpu_float64 2022-09-27T16:04:35.1089735Z [gw0] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_cpu_complex128 2022-09-27T16:04:35.1140602Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_cpu_float64 2022-09-27T16:04:35.1172288Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_legendre_polynomial_p_cpu_float64 2022-09-27T16:04:35.1583982Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_legendre_polynomial_p_cpu_float64 2022-09-27T16:04:35.1658649Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_log_ndtr_cpu_float64 2022-09-27T16:04:35.2023384Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_log_ndtr_cpu_float64 2022-09-27T16:04:35.2057073Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_modified_bessel_i0_cpu_float64 2022-09-27T16:04:35.2463309Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_modified_bessel_i0_cpu_float64 2022-09-27T16:04:35.2492474Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_modified_bessel_i1_cpu_float64 2022-09-27T16:04:35.2937144Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_modified_bessel_i1_cpu_float64 2022-09-27T16:04:35.2941969Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_modified_bessel_k0_cpu_float64 2022-09-27T16:04:35.3381192Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_modified_bessel_k0_cpu_float64 2022-09-27T16:04:35.3387732Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_modified_bessel_k1_cpu_float64 2022-09-27T16:04:35.3859904Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_modified_bessel_k1_cpu_float64 2022-09-27T16:04:35.3869558Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_ndtr_cpu_float64 2022-09-27T16:04:35.4290264Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_ndtr_cpu_float64 2022-09-27T16:04:35.4299681Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_ndtri_cpu_float64 2022-09-27T16:04:35.4739660Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_ndtri_cpu_float64 2022-09-27T16:04:35.4826866Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T16:04:35.5100711Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T16:04:35.5132708Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T16:04:35.5352103Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T16:04:35.5370486Z [gw0] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_cpu_float64 2022-09-27T16:04:35.5541561Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_hermitian_cpu_complex128 2022-09-27T16:04:35.5583431Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T16:04:35.6104982Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T16:04:35.6105769Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:04:35.6454000Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:04:35.6458270Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:04:35.6897440Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:04:35.6903264Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:04:35.7334338Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:04:35.7338608Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:04:35.7785506Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:04:35.7789982Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_spherical_bessel_j0_cpu_float64 2022-09-27T16:04:35.8182957Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_spherical_bessel_j0_cpu_float64 2022-09-27T16:04:35.8568719Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_xlog1py_cpu_float64 2022-09-27T16:04:35.8632596Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_xlog1py_cpu_float64 2022-09-27T16:04:35.8661741Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_zeta_cpu_float64 2022-09-27T16:04:35.9060946Z [gw1] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_special_zeta_cpu_float64 2022-09-27T16:04:35.9217958Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_cpu_complex128 2022-09-27T16:04:35.9501399Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_cpu_complex128 2022-09-27T16:04:35.9561921Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_cpu_float64 2022-09-27T16:04:35.9943056Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_cpu_float64 2022-09-27T16:04:36.0190273Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_list_args_cpu_complex128 2022-09-27T16:04:36.0382243Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_list_args_cpu_complex128 2022-09-27T16:04:36.0464977Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_list_args_cpu_float64 2022-09-27T16:04:36.0823550Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_list_args_cpu_float64 2022-09-27T16:04:36.1129973Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_with_sizes_cpu_complex128 2022-09-27T16:04:36.1146413Z [gw0] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_hermitian_cpu_complex128 2022-09-27T16:04:36.1247593Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_hermitian_cpu_float64 2022-09-27T16:04:36.1312027Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_with_sizes_cpu_complex128 2022-09-27T16:04:36.1412027Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_with_sizes_cpu_float64 2022-09-27T16:04:36.1744034Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_split_with_sizes_cpu_float64 2022-09-27T16:04:36.1853574Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sqrt_cpu_complex128 2022-09-27T16:04:36.2183345Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sqrt_cpu_complex128 2022-09-27T16:04:36.2234382Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sqrt_cpu_float64 2022-09-27T16:04:36.2317929Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sqrt_cpu_float64 2022-09-27T16:04:36.2349298Z [gw0] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_hermitian_cpu_float64 2022-09-27T16:04:36.2402165Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_singular_cpu_complex128 2022-09-27T16:04:36.2621010Z [gw0] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_singular_cpu_complex128 2022-09-27T16:04:36.2801300Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_square_cpu_complex128 2022-09-27T16:04:36.2857056Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_square_cpu_complex128 2022-09-27T16:04:36.2857726Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_singular_cpu_float64 2022-09-27T16:04:36.3123807Z [gw0] [ 52%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_pinv_singular_cpu_float64 2022-09-27T16:04:36.3124467Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_square_cpu_float64 2022-09-27T16:04:36.3310023Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_square_cpu_float64 2022-09-27T16:04:36.3577303Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_qr_cpu_complex128 2022-09-27T16:04:36.3961402Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_squeeze_cpu_complex128 2022-09-27T16:04:36.4043616Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_squeeze_cpu_complex128 2022-09-27T16:04:36.4262159Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_squeeze_cpu_float64 2022-09-27T16:04:36.4462604Z [gw1] [ 52%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_squeeze_cpu_float64 2022-09-27T16:04:36.5943796Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stack_cpu_complex128 2022-09-27T16:04:36.6017197Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stack_cpu_complex128 2022-09-27T16:04:36.6305444Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stack_cpu_float64 2022-09-27T16:04:36.6458065Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stack_cpu_float64 2022-09-27T16:04:36.7037120Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_cpu_complex128 2022-09-27T16:04:36.7059786Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_cpu_complex128 2022-09-27T16:04:36.7185086Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_cpu_float64 2022-09-27T16:04:36.7578668Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_cpu_float64 2022-09-27T16:04:36.8652465Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_mean_cpu_complex128 2022-09-27T16:04:36.8681718Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_mean_cpu_complex128 2022-09-27T16:04:36.8905926Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_mean_cpu_float64 2022-09-27T16:04:36.9099952Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_std_mean_cpu_float64 2022-09-27T16:04:37.0301877Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stft_cpu_complex128 2022-09-27T16:04:37.0317158Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stft_cpu_complex128 2022-09-27T16:04:37.0857940Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stft_cpu_float64 2022-09-27T16:04:37.0905558Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_stft_cpu_float64 2022-09-27T16:04:37.3338759Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sub_cpu_complex128 2022-09-27T16:04:37.3357958Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sub_cpu_complex128 2022-09-27T16:04:37.3644546Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sub_cpu_float64 2022-09-27T16:04:37.3856047Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sub_cpu_float64 2022-09-27T16:04:37.5966437Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_cpu_complex128 2022-09-27T16:04:37.6002012Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_cpu_complex128 2022-09-27T16:04:37.6543402Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_cpu_float64 2022-09-27T16:04:37.6562413Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_cpu_float64 2022-09-27T16:04:37.7423325Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_to_size_cpu_complex128 2022-09-27T16:04:37.7445224Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_to_size_cpu_complex128 2022-09-27T16:04:37.7637412Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_to_size_cpu_float64 2022-09-27T16:04:37.7937124Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_sum_to_size_cpu_float64 2022-09-27T16:04:39.1014468Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_svd_cpu_complex128 2022-09-27T16:04:39.1039858Z [gw0] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_qr_cpu_complex128 2022-09-27T16:04:39.1351520Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_qr_cpu_float64 2022-09-27T16:04:39.1369386Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_triangular_cpu_complex128 2022-09-27T16:04:39.4300983Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_triangular_cpu_float64 2022-09-27T16:04:39.4324367Z [gw0] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_qr_cpu_float64 2022-09-27T16:04:39.8529962Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_slogdet_cpu_complex128 2022-09-27T16:04:39.8555778Z [gw0] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_slogdet_cpu_complex128 2022-09-27T16:04:39.8869089Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_slogdet_cpu_float64 2022-09-27T16:04:39.8888597Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_solve_triangular_cpu_float64 2022-09-27T16:04:39.9304049Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svd_cpu_complex128 2022-09-27T16:04:39.9327635Z [gw0] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_slogdet_cpu_float64 2022-09-27T16:04:40.6077362Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_cpu_complex128 2022-09-27T16:04:40.6082628Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_svd_cpu_complex128 2022-09-27T16:04:40.9361522Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_svd_cpu_float64 2022-09-27T16:04:40.9392882Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_svd_cpu_float64 2022-09-27T16:04:41.2093040Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_svd_lowrank_cpu_float64 2022-09-27T16:04:41.2118543Z [gw0] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_cpu_complex128 2022-09-27T16:04:41.4245599Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_cpu_float64 2022-09-27T16:04:41.4271531Z [gw0] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_cpu_float64 2022-09-27T16:04:42.6008786Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_ex_cpu_complex128 2022-09-27T16:04:42.6031373Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svd_cpu_complex128 2022-09-27T16:04:42.8023197Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svd_cpu_float64 2022-09-27T16:04:42.8053701Z [gw0] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_ex_cpu_complex128 2022-09-27T16:04:42.8924109Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_ex_cpu_float64 2022-09-27T16:04:42.8950155Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svd_cpu_float64 2022-09-27T16:04:43.1862239Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svdvals_cpu_complex128 2022-09-27T16:04:43.1891730Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svdvals_cpu_complex128 2022-09-27T16:04:43.2133164Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svdvals_cpu_float64 2022-09-27T16:04:43.2151285Z [gw0] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_ex_cpu_float64 2022-09-27T16:04:43.2305034Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_triangular_cpu_complex128 2022-09-27T16:04:43.2329403Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_svdvals_cpu_float64 2022-09-27T16:04:43.2531372Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorinv_cpu_complex128 2022-09-27T16:04:43.2842587Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorinv_cpu_complex128 2022-09-27T16:04:43.2851821Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorinv_cpu_float64 2022-09-27T16:04:43.3295408Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorinv_cpu_float64 2022-09-27T16:04:43.4494268Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorsolve_cpu_complex128 2022-09-27T16:04:43.4533789Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorsolve_cpu_complex128 2022-09-27T16:04:43.4870507Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorsolve_cpu_float64 2022-09-27T16:04:43.4937844Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_tensorsolve_cpu_float64 2022-09-27T16:04:43.5755887Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vander_cpu_complex128 2022-09-27T16:04:43.5781325Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vander_cpu_complex128 2022-09-27T16:04:43.5964981Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vander_cpu_float64 2022-09-27T16:04:43.6335914Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vander_cpu_float64 2022-09-27T16:04:44.0918511Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vecdot_cpu_complex128 2022-09-27T16:04:44.0944502Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vecdot_cpu_complex128 2022-09-27T16:04:44.1546543Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vecdot_cpu_float64 2022-09-27T16:04:44.1572713Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vecdot_cpu_float64 2022-09-27T16:04:44.8711083Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vector_norm_cpu_complex128 2022-09-27T16:04:44.8738264Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_svd_lowrank_cpu_float64 2022-09-27T16:04:44.8967484Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_symeig_cpu_complex128 2022-09-27T16:04:44.9261384Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_symeig_cpu_complex128 2022-09-27T16:04:44.9265988Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_symeig_cpu_float64 2022-09-27T16:04:44.9737232Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_symeig_cpu_float64 2022-09-27T16:04:44.9806842Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_t_cpu_complex128 2022-09-27T16:04:45.0154864Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_t_cpu_complex128 2022-09-27T16:04:45.0159495Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_t_cpu_float64 2022-09-27T16:04:45.0617464Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_t_cpu_float64 2022-09-27T16:04:45.0801388Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_along_dim_cpu_complex128 2022-09-27T16:04:45.1002434Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_along_dim_cpu_complex128 2022-09-27T16:04:45.1008033Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vector_norm_cpu_complex128 2022-09-27T16:04:45.1032765Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_along_dim_cpu_float64 2022-09-27T16:04:45.1061615Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vector_norm_cpu_float64 2022-09-27T16:04:45.1421479Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_along_dim_cpu_float64 2022-09-27T16:04:45.2355959Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_cpu_complex128 2022-09-27T16:04:45.2492758Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_cpu_complex128 2022-09-27T16:04:45.2525132Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_vector_norm_cpu_float64 2022-09-27T16:04:45.2538150Z [gw3] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_svd_lowrank_cpu_float64 2022-09-27T16:04:45.2548276Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linspace_cpu_complex128 2022-09-27T16:04:45.2552930Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_cpu_float64 2022-09-27T16:04:45.2703315Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_symeig_cpu_complex128 2022-09-27T16:04:45.2727642Z [gw2] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linspace_cpu_complex128 2022-09-27T16:04:45.3017553Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_take_cpu_float64 2022-09-27T16:04:45.3099752Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linspace_cpu_float64 2022-09-27T16:04:45.3106188Z [gw2] [ 53%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linspace_cpu_float64 2022-09-27T16:04:45.3157879Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tan_cpu_complex128 2022-09-27T16:04:45.3513478Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tan_cpu_complex128 2022-09-27T16:04:45.3518146Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log10_cpu_complex128 2022-09-27T16:04:45.3522988Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tan_cpu_float64 2022-09-27T16:04:45.3678923Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tan_cpu_float64 2022-09-27T16:04:45.3976448Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log10_cpu_complex128 2022-09-27T16:04:45.3982493Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log10_cpu_float64 2022-09-27T16:04:45.4057495Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tanh_cpu_complex128 2022-09-27T16:04:45.4098325Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log10_cpu_float64 2022-09-27T16:04:45.4361687Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tanh_cpu_complex128 2022-09-27T16:04:45.4381698Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log1p_cpu_float64 2022-09-27T16:04:45.4393245Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tanh_cpu_float64 2022-09-27T16:04:45.4445178Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log1p_cpu_float64 2022-09-27T16:04:45.4779634Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tanh_cpu_float64 2022-09-27T16:04:45.4861137Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log2_cpu_complex128 2022-09-27T16:04:45.5034296Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensor_split_cpu_complex128 2022-09-27T16:04:45.5265555Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log2_cpu_complex128 2022-09-27T16:04:45.5296895Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log2_cpu_float64 2022-09-27T16:04:45.5702688Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log2_cpu_float64 2022-09-27T16:04:45.5858292Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_cpu_complex128 2022-09-27T16:04:45.5875912Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensor_split_cpu_complex128 2022-09-27T16:04:45.5883473Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_cpu_complex128 2022-09-27T16:04:45.6052005Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensor_split_cpu_float64 2022-09-27T16:04:45.6179372Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensor_split_cpu_float64 2022-09-27T16:04:45.6243086Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_cpu_float64 2022-09-27T16:04:45.6299100Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_cpu_float64 2022-09-27T16:04:45.6579900Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensordot_cpu_complex128 2022-09-27T16:04:45.6660294Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensordot_cpu_complex128 2022-09-27T16:04:45.6764542Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_softmax_cpu_float64 2022-09-27T16:04:45.6779005Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_softmax_cpu_float64 2022-09-27T16:04:45.6843251Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensordot_cpu_float64 2022-09-27T16:04:45.6983566Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tensordot_cpu_float64 2022-09-27T16:04:45.6991422Z [gw3] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_symeig_cpu_complex128 2022-09-27T16:04:45.7097684Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_symeig_cpu_float64 2022-09-27T16:04:45.7218513Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_softmax_dtype_cpu_complex128 2022-09-27T16:04:45.7513794Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tile_cpu_complex128 2022-09-27T16:04:45.7539015Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_softmax_dtype_cpu_complex128 2022-09-27T16:04:45.7669769Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_softmax_dtype_cpu_float64 2022-09-27T16:04:45.7798386Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_log_softmax_dtype_cpu_float64 2022-09-27T16:04:45.7810728Z [gw3] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_symeig_cpu_float64 2022-09-27T16:04:45.7977799Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_t_cpu_complex128 2022-09-27T16:04:45.8034586Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logaddexp2_cpu_float64 2022-09-27T16:04:45.8418852Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logaddexp2_cpu_float64 2022-09-27T16:04:45.8477557Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logaddexp_cpu_float64 2022-09-27T16:04:45.8551328Z [gw2] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logaddexp_cpu_float64 2022-09-27T16:04:45.8563590Z [gw3] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_t_cpu_complex128 2022-09-27T16:04:45.8613274Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_t_cpu_float64 2022-09-27T16:04:45.8649873Z [gw1] [ 53%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tile_cpu_complex128 2022-09-27T16:04:45.8695843Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tile_cpu_float64 2022-09-27T16:04:45.8841456Z [gw3] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_t_cpu_float64 2022-09-27T16:04:45.8858338Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tile_cpu_float64 2022-09-27T16:04:45.8927997Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logcumsumexp_cpu_float64 2022-09-27T16:04:45.8976838Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logcumsumexp_cpu_float64 2022-09-27T16:04:45.9057799Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_along_dim_cpu_complex128 2022-09-27T16:04:45.9298775Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_cpu_complex128 2022-09-27T16:04:45.9989115Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logdet_cpu_complex128 2022-09-27T16:04:46.0006621Z [gw3] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_along_dim_cpu_complex128 2022-09-27T16:04:46.0265538Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_along_dim_cpu_float64 2022-09-27T16:04:46.0536725Z [gw3] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_along_dim_cpu_float64 2022-09-27T16:04:46.0919932Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_cpu_complex128 2022-09-27T16:04:46.0941136Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_cpu_complex128 2022-09-27T16:04:46.1003885Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_cpu_float64 2022-09-27T16:04:46.1032471Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logdet_cpu_complex128 2022-09-27T16:04:46.1398847Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logdet_cpu_float64 2022-09-27T16:04:46.1419784Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_cpu_float64 2022-09-27T16:04:46.1426389Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_sparse_cpu_complex128 2022-09-27T16:04:46.1459237Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logdet_cpu_float64 2022-09-27T16:04:46.1470163Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_and_cpu_complex128 2022-09-27T16:04:46.1497958Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_sparse_cpu_complex128 2022-09-27T16:04:46.1878298Z [gw2] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_and_cpu_complex128 2022-09-27T16:04:46.1975649Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_sparse_cpu_float64 2022-09-27T16:04:46.1979797Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_to_sparse_cpu_float64 2022-09-27T16:04:46.1986907Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_and_cpu_float64 2022-09-27T16:04:46.2298930Z [gw2] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_and_cpu_float64 2022-09-27T16:04:46.2455447Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_topk_cpu_float64 2022-09-27T16:04:46.2460192Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_not_cpu_complex128 2022-09-27T16:04:46.2509665Z [gw2] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_not_cpu_complex128 2022-09-27T16:04:46.2738940Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_topk_cpu_float64 2022-09-27T16:04:46.2815927Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trace_cpu_complex128 2022-09-27T16:04:46.2896500Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trace_cpu_complex128 2022-09-27T16:04:46.2901781Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_not_cpu_float64 2022-09-27T16:04:46.3227577Z [gw2] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_not_cpu_float64 2022-09-27T16:04:46.3231817Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trace_cpu_float64 2022-09-27T16:04:46.3258394Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trace_cpu_float64 2022-09-27T16:04:46.3293130Z [gw3] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_cpu_complex128 2022-09-27T16:04:46.3341475Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_cpu_float64 2022-09-27T16:04:46.3377825Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_or_cpu_complex128 2022-09-27T16:04:46.3641015Z [gw2] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_or_cpu_complex128 2022-09-27T16:04:46.3720689Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_transpose_cpu_complex128 2022-09-27T16:04:46.3738421Z [gw3] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_take_cpu_float64 2022-09-27T16:04:46.3816738Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tan_cpu_complex128 2022-09-27T16:04:46.3820527Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_or_cpu_float64 2022-09-27T16:04:46.4050518Z [gw2] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_or_cpu_float64 2022-09-27T16:04:46.4072890Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_transpose_cpu_complex128 2022-09-27T16:04:46.4173416Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_transpose_cpu_float64 2022-09-27T16:04:46.4191909Z [gw3] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tan_cpu_complex128 2022-09-27T16:04:46.4192750Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tan_cpu_float64 2022-09-27T16:04:46.4255270Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_transpose_cpu_float64 2022-09-27T16:04:46.4257075Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_xor_cpu_complex128 2022-09-27T16:04:46.4285955Z [gw2] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_xor_cpu_complex128 2022-09-27T16:04:46.4618294Z [gw3] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tan_cpu_float64 2022-09-27T16:04:46.4676065Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapezoid_cpu_complex128 2022-09-27T16:04:46.4703615Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tanh_cpu_complex128 2022-09-27T16:04:46.4709603Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_xor_cpu_float64 2022-09-27T16:04:46.5129739Z [gw2] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logical_xor_cpu_float64 2022-09-27T16:04:46.5202575Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logit_cpu_float64 2022-09-27T16:04:46.5330452Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logit_cpu_float64 2022-09-27T16:04:46.5355160Z [gw3] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tanh_cpu_complex128 2022-09-27T16:04:46.5522906Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tanh_cpu_float64 2022-09-27T16:04:46.5617229Z [gw3] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tanh_cpu_float64 2022-09-27T16:04:46.5622503Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logspace_cpu_complex128 2022-09-27T16:04:46.5747445Z [gw2] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logspace_cpu_complex128 2022-09-27T16:04:46.5764919Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapezoid_cpu_complex128 2022-09-27T16:04:46.5895007Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapezoid_cpu_float64 2022-09-27T16:04:46.5918628Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensor_split_cpu_complex128 2022-09-27T16:04:46.6098221Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapezoid_cpu_float64 2022-09-27T16:04:46.6100035Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logspace_cpu_float64 2022-09-27T16:04:46.6245115Z [gw2] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logspace_cpu_float64 2022-09-27T16:04:46.6575087Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapz_cpu_complex128 2022-09-27T16:04:46.7167727Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logsumexp_cpu_float64 2022-09-27T16:04:46.7183395Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapz_cpu_complex128 2022-09-27T16:04:46.7300620Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapz_cpu_float64 2022-09-27T16:04:46.7623015Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trapz_cpu_float64 2022-09-27T16:04:46.7985544Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triangular_solve_cpu_complex128 2022-09-27T16:04:46.7998686Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_logsumexp_cpu_float64 2022-09-27T16:04:46.8023951Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_long_cpu_complex128 2022-09-27T16:04:46.8462064Z [gw2] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_long_cpu_complex128 2022-09-27T16:04:46.8473108Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_long_cpu_float64 2022-09-27T16:04:46.8899614Z [gw2] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_long_cpu_float64 2022-09-27T16:04:46.8909302Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lt_cpu_float64 2022-09-27T16:04:46.9348163Z [gw2] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lt_cpu_float64 2022-09-27T16:04:47.0180341Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_cpu_complex128 2022-09-27T16:04:47.0198967Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triangular_solve_cpu_complex128 2022-09-27T16:04:47.1090595Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triangular_solve_cpu_float64 2022-09-27T16:04:47.1141048Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triangular_solve_cpu_float64 2022-09-27T16:04:47.2385440Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tril_cpu_complex128 2022-09-27T16:04:47.2455020Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tril_cpu_complex128 2022-09-27T16:04:47.2863322Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tril_cpu_float64 2022-09-27T16:04:47.2886455Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_tril_cpu_float64 2022-09-27T16:04:47.4496564Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triu_cpu_complex128 2022-09-27T16:04:47.4560770Z [gw3] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_tensor_split_cpu_complex128 2022-09-27T16:04:47.4625772Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumsum_cpu_float64 2022-09-27T16:04:47.4643222Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triu_cpu_complex128 2022-09-27T16:04:47.4699008Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triu_cpu_float64 2022-09-27T16:04:47.4877812Z [gw3] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumsum_cpu_float64 2022-09-27T16:04:47.5055542Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_triu_cpu_float64 2022-09-27T16:04:47.5134171Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumulative_trapezoid_cpu_complex128 2022-09-27T16:04:47.6590877Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_true_divide_cpu_complex128 2022-09-27T16:04:47.6607487Z [gw3] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumulative_trapezoid_cpu_complex128 2022-09-27T16:04:47.6835548Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumulative_trapezoid_cpu_float64 2022-09-27T16:04:47.7012885Z [gw3] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_cumulative_trapezoid_cpu_float64 2022-09-27T16:04:47.7022603Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_true_divide_cpu_complex128 2022-09-27T16:04:47.7030103Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_deg2rad_cpu_float64 2022-09-27T16:04:47.7081716Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_true_divide_cpu_float64 2022-09-27T16:04:47.7265311Z [gw3] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_deg2rad_cpu_float64 2022-09-27T16:04:47.7285080Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_true_divide_cpu_float64 2022-09-27T16:04:47.7303404Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_cpu_complex128 2022-09-27T16:04:47.7537372Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_cpu_float64 2022-09-27T16:04:47.7592717Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_cpu_complex128 2022-09-27T16:04:47.7597687Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trunc_cpu_float64 2022-09-27T16:04:47.8058159Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_trunc_cpu_float64 2022-09-27T16:04:47.8318702Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unbind_cpu_complex128 2022-09-27T16:04:47.8332354Z [gw3] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_cpu_complex128 2022-09-27T16:04:47.8389883Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_cpu_float64 2022-09-27T16:04:47.8409861Z [gw2] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_cpu_float64 2022-09-27T16:04:47.8624292Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_solve_cpu_complex128 2022-09-27T16:04:47.8722532Z [gw3] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_cpu_float64 2022-09-27T16:04:47.8817001Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unbind_cpu_complex128 2022-09-27T16:04:47.9057077Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_embed_cpu_complex128 2022-09-27T16:04:47.9262911Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unbind_cpu_float64 2022-09-27T16:04:47.9497114Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unbind_cpu_float64 2022-09-27T16:04:47.9966795Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unflatten_cpu_complex128 2022-09-27T16:04:47.9985036Z [gw3] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_embed_cpu_complex128 2022-09-27T16:04:48.0176249Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_embed_cpu_float64 2022-09-27T16:04:48.0191133Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unflatten_cpu_complex128 2022-09-27T16:04:48.0222059Z [gw3] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diag_embed_cpu_float64 2022-09-27T16:04:48.0419694Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unflatten_cpu_float64 2022-09-27T16:04:48.0495058Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagflat_cpu_complex128 2022-09-27T16:04:48.0638649Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unflatten_cpu_float64 2022-09-27T16:04:48.0657880Z [gw3] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagflat_cpu_complex128 2022-09-27T16:04:48.0963861Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unfold_cpu_complex128 2022-09-27T16:04:48.0964566Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagflat_cpu_float64 2022-09-27T16:04:48.1417424Z [gw3] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagflat_cpu_float64 2022-09-27T16:04:48.2570954Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagonal_cpu_complex128 2022-09-27T16:04:48.2609870Z [gw3] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagonal_cpu_complex128 2022-09-27T16:04:48.2625153Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unfold_cpu_complex128 2022-09-27T16:04:48.2631217Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagonal_cpu_float64 2022-09-27T16:04:48.2963699Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unfold_cpu_float64 2022-09-27T16:04:48.2993373Z [gw3] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagonal_cpu_float64 2022-09-27T16:04:48.3058323Z [gw1] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unfold_cpu_float64 2022-09-27T16:04:48.3064972Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_uniform_cpu_complex128 2022-09-27T16:04:48.3086027Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagonal_scatter_cpu_float64 2022-09-27T16:04:48.3534975Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_uniform_cpu_complex128 2022-09-27T16:04:48.3541814Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_uniform_cpu_float64 2022-09-27T16:04:48.3747271Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_uniform_cpu_float64 2022-09-27T16:04:48.3779679Z [gw3] [ 54%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diagonal_scatter_cpu_float64 2022-09-27T16:04:48.3971015Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diff_cpu_complex128 2022-09-27T16:04:48.3975993Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unique_consecutive_cpu_float64 2022-09-27T16:04:48.4413630Z [gw1] [ 54%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unique_consecutive_cpu_float64 2022-09-27T16:04:48.4419368Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unique_cpu_float64 2022-09-27T16:04:48.4839483Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unique_cpu_float64 2022-09-27T16:04:48.4865013Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_solve_cpu_complex128 2022-09-27T16:04:48.4895475Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_solve_cpu_float64 2022-09-27T16:04:48.5705710Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unsqueeze_cpu_complex128 2022-09-27T16:04:48.5719840Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unsqueeze_cpu_complex128 2022-09-27T16:04:48.5788917Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unsqueeze_cpu_float64 2022-09-27T16:04:48.6167619Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_unsqueeze_cpu_float64 2022-09-27T16:04:48.6179687Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_solve_cpu_float64 2022-09-27T16:04:48.6186369Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_cpu_complex128 2022-09-27T16:04:48.7241474Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_unpack_cpu_complex128 2022-09-27T16:04:48.7274060Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_cpu_complex128 2022-09-27T16:04:48.7532502Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_cpu_float64 2022-09-27T16:04:48.7668327Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_cpu_float64 2022-09-27T16:04:48.7692003Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_unpack_cpu_complex128 2022-09-27T16:04:48.7776350Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_unpack_cpu_float64 2022-09-27T16:04:48.8055910Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_mean_cpu_complex128 2022-09-27T16:04:48.8099553Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lu_unpack_cpu_float64 2022-09-27T16:04:48.8704570Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mH_cpu_complex128 2022-09-27T16:04:48.8725095Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mH_cpu_complex128 2022-09-27T16:04:48.8860322Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mH_cpu_float64 2022-09-27T16:04:48.8864474Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_mean_cpu_complex128 2022-09-27T16:04:48.8886764Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mH_cpu_float64 2022-09-27T16:04:48.8999045Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_mean_cpu_float64 2022-09-27T16:04:48.9177865Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_var_mean_cpu_float64 2022-09-27T16:04:48.9301475Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mT_cpu_complex128 2022-09-27T16:04:48.9607078Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vdot_cpu_complex128 2022-09-27T16:04:48.9633646Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mT_cpu_complex128 2022-09-27T16:04:48.9698793Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mT_cpu_float64 2022-09-27T16:04:48.9738425Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vdot_cpu_complex128 2022-09-27T16:04:48.9765256Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vdot_cpu_float64 2022-09-27T16:04:48.9802268Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mT_cpu_float64 2022-09-27T16:04:49.0058774Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vdot_cpu_float64 2022-09-27T16:04:49.0179808Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_fill_cpu_complex128 2022-09-27T16:04:49.0230372Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_complex_cpu_float64 2022-09-27T16:04:49.0566170Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_complex_cpu_float64 2022-09-27T16:04:49.0577410Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_fill_cpu_complex128 2022-09-27T16:04:49.0619733Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_fill_cpu_float64 2022-09-27T16:04:49.0669973Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_cpu_complex128 2022-09-27T16:04:49.0918409Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_fill_cpu_float64 2022-09-27T16:04:49.0978980Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_cpu_complex128 2022-09-27T16:04:49.1058402Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_scatter_cpu_complex128 2022-09-27T16:04:49.1140142Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_cpu_float64 2022-09-27T16:04:49.1412084Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_cpu_float64 2022-09-27T16:04:49.1458597Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_scatter_cpu_complex128 2022-09-27T16:04:49.1534595Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_scatter_cpu_float64 2022-09-27T16:04:49.1542863Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_scatter_cpu_float64 2022-09-27T16:04:49.1629972Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_real_cpu_complex128 2022-09-27T16:04:49.1898398Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_as_real_cpu_complex128 2022-09-27T16:04:49.1978430Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_select_cpu_complex128 2022-09-27T16:04:49.2336648Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_cpu_complex128 2022-09-27T16:04:49.2345415Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_select_cpu_complex128 2022-09-27T16:04:49.2448895Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_select_cpu_float64 2022-09-27T16:04:49.2454885Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_cpu_complex128 2022-09-27T16:04:49.2462039Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_masked_select_cpu_float64 2022-09-27T16:04:49.2548602Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_cpu_float64 2022-09-27T16:04:49.2780066Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_view_cpu_float64 2022-09-27T16:04:49.2859895Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matmul_cpu_complex128 2022-09-27T16:04:49.3008630Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vsplit_cpu_complex128 2022-09-27T16:04:49.3300219Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vsplit_cpu_complex128 2022-09-27T16:04:49.3342217Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vsplit_cpu_float64 2022-09-27T16:04:49.3380533Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vsplit_cpu_float64 2022-09-27T16:04:49.3388061Z [gw3] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diff_cpu_complex128 2022-09-27T16:04:49.3741163Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diff_cpu_float64 2022-09-27T16:04:49.4095749Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vstack_cpu_complex128 2022-09-27T16:04:49.4106082Z [gw3] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_diff_cpu_float64 2022-09-27T16:04:49.4146936Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_digamma_cpu_float64 2022-09-27T16:04:49.4283942Z [gw3] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_digamma_cpu_float64 2022-09-27T16:04:49.4297362Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vstack_cpu_complex128 2022-09-27T16:04:49.4397200Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vstack_cpu_float64 2022-09-27T16:04:49.4537473Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_vstack_cpu_float64 2022-09-27T16:04:49.4543553Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matmul_cpu_complex128 2022-09-27T16:04:49.4551057Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dist_cpu_complex128 2022-09-27T16:04:49.4740409Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matmul_cpu_float64 2022-09-27T16:04:49.4757328Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_where_cpu_complex128 2022-09-27T16:04:49.4978602Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matmul_cpu_float64 2022-09-27T16:04:49.5276814Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matrix_exp_cpu_complex128 2022-09-27T16:04:49.5376058Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matrix_exp_cpu_complex128 2022-09-27T16:04:49.5388671Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_where_cpu_complex128 2022-09-27T16:04:49.5456826Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_where_cpu_float64 2022-09-27T16:04:49.5522706Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matrix_exp_cpu_float64 2022-09-27T16:04:49.5551833Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_where_cpu_float64 2022-09-27T16:04:49.5820089Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_matrix_exp_cpu_float64 2022-09-27T16:04:49.5939781Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_xlogy_cpu_float64 2022-09-27T16:04:49.6082971Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_max_binary_cpu_float64 2022-09-27T16:04:49.6259413Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_xlogy_cpu_float64 2022-09-27T16:04:49.6288146Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zero__cpu_complex128 2022-09-27T16:04:49.6419043Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_max_binary_cpu_float64 2022-09-27T16:04:49.6435128Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_max_reduction_no_dim_cpu_float64 2022-09-27T16:04:49.6468833Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zero__cpu_complex128 2022-09-27T16:04:49.6740726Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_max_reduction_no_dim_cpu_float64 2022-09-27T16:04:49.6816631Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zero__cpu_float64 2022-09-27T16:04:49.6898724Z [gw1] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zero__cpu_float64 2022-09-27T16:04:49.7041220Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_max_reduction_with_dim_cpu_float64 2022-09-27T16:04:49.7255541Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_max_reduction_with_dim_cpu_float64 2022-09-27T16:04:49.7256473Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zeros_cpu_complex128 2022-09-27T16:04:49.7457064Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zeros_cpu_complex128 2022-09-27T16:04:49.7739204Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_maximum_cpu_float64 2022-09-27T16:04:49.7739871Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_maximum_cpu_float64 2022-09-27T16:04:49.7740471Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zeros_cpu_float64 2022-09-27T16:04:49.7818635Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zeros_cpu_float64 2022-09-27T16:04:49.8178911Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mean_cpu_complex128 2022-09-27T16:04:49.8179525Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zeros_like_cpu_complex128 2022-09-27T16:04:49.8618186Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zeros_like_cpu_complex128 2022-09-27T16:04:49.8626686Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zeros_like_cpu_float64 2022-09-27T16:04:49.9021253Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_zeros_like_cpu_float64 2022-09-27T16:04:49.9049233Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_H_cpu_complex128 2022-09-27T16:04:49.9223146Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_H_cpu_complex128 2022-09-27T16:04:49.9232697Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mean_cpu_complex128 2022-09-27T16:04:49.9413180Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mean_cpu_float64 2022-09-27T16:04:49.9457837Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mean_cpu_float64 2022-09-27T16:04:49.9482522Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_H_cpu_float64 2022-09-27T16:04:49.9659041Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_H_cpu_float64 2022-09-27T16:04:49.9795478Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_median_cpu_float64 2022-09-27T16:04:49.9898396Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_median_cpu_float64 2022-09-27T16:04:49.9924601Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_T_cpu_complex128 2022-09-27T16:04:50.0099964Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_T_cpu_complex128 2022-09-27T16:04:50.0341144Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T16:04:50.0370730Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_T_cpu_float64 2022-09-27T16:04:50.0782765Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_T_cpu_float64 2022-09-27T16:04:50.0814977Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___getitem___cpu_complex128 2022-09-27T16:04:50.1086935Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___getitem___cpu_complex128 2022-09-27T16:04:50.1102555Z [gw3] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dist_cpu_complex128 2022-09-27T16:04:50.1222488Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dist_cpu_float64 2022-09-27T16:04:50.1253685Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___getitem___cpu_float64 2022-09-27T16:04:50.1543765Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___getitem___cpu_float64 2022-09-27T16:04:50.1559305Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T16:04:50.1659592Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_list_of_tensors_cpu_float64 2022-09-27T16:04:50.1697105Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___radd___cpu_complex128 2022-09-27T16:04:50.1775417Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___radd___cpu_complex128 2022-09-27T16:04:50.1881962Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_list_of_tensors_cpu_float64 2022-09-27T16:04:50.1895119Z [gw3] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dist_cpu_float64 2022-09-27T16:04:50.1979400Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_floor_rounding_cpu_float64 2022-09-27T16:04:50.2106026Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T16:04:50.2139880Z [gw3] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_floor_rounding_cpu_float64 2022-09-27T16:04:50.2172413Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___radd___cpu_float64 2022-09-27T16:04:50.2300154Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___radd___cpu_float64 2022-09-27T16:04:50.2583335Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_no_rounding_mode_cpu_complex128 2022-09-27T16:04:50.2619843Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rdiv___cpu_complex128 2022-09-27T16:04:50.3023549Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rdiv___cpu_complex128 2022-09-27T16:04:50.3060861Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rdiv___cpu_float64 2022-09-27T16:04:50.3401690Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rdiv___cpu_float64 2022-09-27T16:04:50.3413200Z [gw3] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_no_rounding_mode_cpu_complex128 2022-09-27T16:04:50.3429342Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_no_rounding_mode_cpu_float64 2022-09-27T16:04:50.3439115Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T16:04:50.3498479Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_variadic_tensors_cpu_float64 2022-09-27T16:04:50.3501814Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmatmul___cpu_complex128 2022-09-27T16:04:50.3649333Z [gw1] [ 55%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmatmul___cpu_complex128 2022-09-27T16:04:50.3694606Z [gw2] [ 55%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_meshgrid_variadic_tensors_cpu_float64 2022-09-27T16:04:50.3817601Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_no_rounding_mode_cpu_float64 2022-09-27T16:04:50.3857357Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_trunc_rounding_cpu_float64 2022-09-27T16:04:50.3897404Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_min_binary_cpu_float64 2022-09-27T16:04:50.3919062Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmatmul___cpu_float64 2022-09-27T16:04:50.4050886Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmatmul___cpu_float64 2022-09-27T16:04:50.4068295Z [gw2] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_min_binary_cpu_float64 2022-09-27T16:04:50.4258000Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_div_trunc_rounding_cpu_float64 2022-09-27T16:04:50.4298403Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dot_cpu_complex128 2022-09-27T16:04:50.4345342Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_min_reduction_no_dim_cpu_float64 2022-09-27T16:04:50.4377992Z [gw2] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_min_reduction_no_dim_cpu_float64 2022-09-27T16:04:50.4399293Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmod___cpu_float64 2022-09-27T16:04:50.4481790Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmod___cpu_float64 2022-09-27T16:04:50.4697527Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dot_cpu_complex128 2022-09-27T16:04:50.4734948Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dot_cpu_float64 2022-09-27T16:04:50.4743623Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dot_cpu_float64 2022-09-27T16:04:50.4803260Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_min_reduction_with_dim_cpu_float64 2022-09-27T16:04:50.4816624Z [gw2] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_min_reduction_with_dim_cpu_float64 2022-09-27T16:04:50.4836762Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmul___cpu_complex128 2022-09-27T16:04:50.5139076Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmul___cpu_complex128 2022-09-27T16:04:50.5178435Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_double_cpu_complex128 2022-09-27T16:04:50.5259513Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_minimum_cpu_float64 2022-09-27T16:04:50.5290035Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmul___cpu_float64 2022-09-27T16:04:50.5373417Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rmul___cpu_float64 2022-09-27T16:04:50.5497585Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_double_cpu_complex128 2022-09-27T16:04:50.5577871Z [gw2] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_minimum_cpu_float64 2022-09-27T16:04:50.5617333Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_double_cpu_float64 2022-09-27T16:04:50.5648716Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mm_cpu_complex128 2022-09-27T16:04:50.5699319Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_double_cpu_float64 2022-09-27T16:04:50.5718736Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rpow___cpu_complex128 2022-09-27T16:04:50.6019311Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rpow___cpu_complex128 2022-09-27T16:04:50.6026176Z [gw2] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mm_cpu_complex128 2022-09-27T16:04:50.6058474Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dsplit_cpu_complex128 2022-09-27T16:04:50.6117146Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mm_cpu_float64 2022-09-27T16:04:50.6138993Z [gw2] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mm_cpu_float64 2022-09-27T16:04:50.6157377Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rpow___cpu_float64 2022-09-27T16:04:50.6172346Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rpow___cpu_float64 2022-09-27T16:04:50.6458396Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dsplit_cpu_complex128 2022-09-27T16:04:50.6512973Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dsplit_cpu_float64 2022-09-27T16:04:50.6514841Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mode_cpu_float64 2022-09-27T16:04:50.6578059Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dsplit_cpu_float64 2022-09-27T16:04:50.6610791Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rsub___cpu_complex128 2022-09-27T16:04:50.6643080Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rsub___cpu_complex128 2022-09-27T16:04:50.6900639Z [gw2] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mode_cpu_float64 2022-09-27T16:04:50.6998995Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dstack_cpu_complex128 2022-09-27T16:04:50.7060011Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_movedim_cpu_complex128 2022-09-27T16:04:50.7069003Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rsub___cpu_float64 2022-09-27T16:04:50.7081166Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD___rsub___cpu_float64 2022-09-27T16:04:50.7295842Z [gw2] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_movedim_cpu_complex128 2022-09-27T16:04:50.7339235Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dstack_cpu_complex128 2022-09-27T16:04:50.7395521Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dstack_cpu_float64 2022-09-27T16:04:50.7407636Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_movedim_cpu_float64 2022-09-27T16:04:50.7427570Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_dstack_cpu_float64 2022-09-27T16:04:50.7478226Z [gw2] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_movedim_cpu_float64 2022-09-27T16:04:50.7487186Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_amax_cpu_float64 2022-09-27T16:04:50.7778727Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_amax_cpu_float64 2022-09-27T16:04:50.7818255Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_einsum_cpu_complex128 2022-09-27T16:04:50.7900166Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_msort_cpu_float64 2022-09-27T16:04:50.7937752Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_amin_cpu_float64 2022-09-27T16:04:50.7965958Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_amin_cpu_float64 2022-09-27T16:04:50.8298873Z [gw2] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_msort_cpu_float64 2022-09-27T16:04:50.8367735Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mul_cpu_complex128 2022-09-27T16:04:50.8371378Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_argmax_cpu_float64 2022-09-27T16:04:50.8747617Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_argmax_cpu_float64 2022-09-27T16:04:50.8753540Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_einsum_cpu_complex128 2022-09-27T16:04:50.8777997Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_einsum_cpu_float64 2022-09-27T16:04:50.8801171Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_argmin_cpu_float64 2022-09-27T16:04:50.8886595Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_argmin_cpu_float64 2022-09-27T16:04:50.9177264Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_einsum_cpu_float64 2022-09-27T16:04:50.9186702Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_empty_cpu_complex128 2022-09-27T16:04:50.9196624Z [gw2] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mul_cpu_complex128 2022-09-27T16:04:50.9202192Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mul_cpu_float64 2022-09-27T16:04:50.9217550Z [gw3] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_empty_cpu_complex128 2022-09-27T16:04:50.9241459Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_cumprod_cpu_complex128 2022-09-27T16:04:50.9365325Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_cumprod_cpu_complex128 2022-09-27T16:04:50.9618125Z [gw2] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mul_cpu_float64 2022-09-27T16:04:50.9619390Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_empty_cpu_float64 2022-09-27T16:04:50.9640076Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_multinomial_cpu_float64 2022-09-27T16:04:50.9648472Z [gw3] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_empty_cpu_float64 2022-09-27T16:04:50.9656582Z [gw2] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_multinomial_cpu_float64 2022-09-27T16:04:50.9679971Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_cumprod_cpu_float64 2022-09-27T16:04:51.0059607Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_cumprod_cpu_float64 2022-09-27T16:04:51.0060226Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mv_cpu_complex128 2022-09-27T16:04:51.0078369Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_empty_like_cpu_complex128 2022-09-27T16:04:51.0097111Z [gw3] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_empty_like_cpu_complex128 2022-09-27T16:04:51.0119818Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_cumsum_cpu_complex128 2022-09-27T16:04:51.0181839Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_cumsum_cpu_complex128 2022-09-27T16:04:51.0498109Z [gw2] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mv_cpu_complex128 2022-09-27T16:04:51.0501273Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_empty_like_cpu_float64 2022-09-27T16:04:51.0519335Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mv_cpu_float64 2022-09-27T16:04:51.0538176Z [gw3] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_empty_like_cpu_float64 2022-09-27T16:04:51.0544792Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_cumsum_cpu_float64 2022-09-27T16:04:51.0558261Z [gw2] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mv_cpu_float64 2022-09-27T16:04:51.0938868Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_cumsum_cpu_float64 2022-09-27T16:04:51.0939788Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T16:04:51.0958284Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_eq_cpu_complex128 2022-09-27T16:04:51.0976883Z [gw3] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_eq_cpu_complex128 2022-09-27T16:04:51.0995677Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_log_softmax_cpu_float64 2022-09-27T16:04:51.1069241Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_log_softmax_cpu_float64 2022-09-27T16:04:51.1378467Z [gw2] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T16:04:51.1380034Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_eq_cpu_float64 2022-09-27T16:04:51.1403501Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T16:04:51.1416812Z [gw3] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_eq_cpu_float64 2022-09-27T16:04:51.1436523Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_logaddexp_cpu_float64 2022-09-27T16:04:51.1500177Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_logaddexp_cpu_float64 2022-09-27T16:04:51.1821115Z [gw2] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T16:04:51.1821727Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T16:04:51.1841149Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_equal_cpu_complex128 2022-09-27T16:04:51.1856633Z [gw3] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_equal_cpu_complex128 2022-09-27T16:04:51.1879104Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_logsumexp_cpu_float64 2022-09-27T16:04:51.1945579Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_logsumexp_cpu_float64 2022-09-27T16:04:51.2261136Z [gw2] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T16:04:51.2261580Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nan_to_num_cpu_float64 2022-09-27T16:04:51.2283089Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_equal_cpu_float64 2022-09-27T16:04:51.2298256Z [gw3] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_equal_cpu_float64 2022-09-27T16:04:51.2305177Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_mean_cpu_complex128 2022-09-27T16:04:51.2326392Z [gw2] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nan_to_num_cpu_float64 2022-09-27T16:04:51.2702255Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_mean_cpu_complex128 2022-09-27T16:04:51.2702955Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_erf_cpu_float64 2022-09-27T16:04:51.2742222Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nanmean_cpu_float64 2022-09-27T16:04:51.2749073Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_erf_cpu_float64 2022-09-27T16:04:51.2772217Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_mean_cpu_float64 2022-09-27T16:04:51.2953428Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_mean_cpu_float64 2022-09-27T16:04:51.3138929Z [gw2] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nanmean_cpu_float64 2022-09-27T16:04:51.3141255Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nanmedian_cpu_float64 2022-09-27T16:04:51.3178887Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_erfc_cpu_float64 2022-09-27T16:04:51.3194170Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_median_cpu_float64 2022-09-27T16:04:51.3209257Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_erfc_cpu_float64 2022-09-27T16:04:51.3276462Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_median_cpu_float64 2022-09-27T16:04:51.3580578Z [gw2] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nanmedian_cpu_float64 2022-09-27T16:04:51.3581557Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nanquantile_cpu_float64 2022-09-27T16:04:51.3613897Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_erfinv_cpu_float64 2022-09-27T16:04:51.3624737Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_erfinv_cpu_float64 2022-09-27T16:04:51.3655084Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_norm_cpu_float64 2022-09-27T16:04:51.4018661Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_norm_cpu_float64 2022-09-27T16:04:51.4059547Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_exp2_cpu_float64 2022-09-27T16:04:51.4065155Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_normalize_cpu_complex128 2022-09-27T16:04:51.4087339Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_exp2_cpu_float64 2022-09-27T16:04:51.4458740Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_normalize_cpu_complex128 2022-09-27T16:04:51.4498825Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_exp_cpu_complex128 2022-09-27T16:04:51.4530732Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_normalize_cpu_float64 2022-09-27T16:04:51.4553538Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_normalize_cpu_float64 2022-09-27T16:04:51.4562400Z [gw2] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nanquantile_cpu_float64 2022-09-27T16:04:51.4592737Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nansum_cpu_float64 2022-09-27T16:04:51.4743613Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_exp_cpu_complex128 2022-09-27T16:04:51.4897982Z [gw2] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nansum_cpu_float64 2022-09-27T16:04:51.4941890Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_exp_cpu_float64 2022-09-27T16:04:51.4946161Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_prod_cpu_complex128 2022-09-27T16:04:51.4967072Z [gw3] [ 56%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_exp_cpu_float64 2022-09-27T16:04:51.4976782Z [gw1] [ 56%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_prod_cpu_complex128 2022-09-27T16:04:51.4997425Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_narrow_copy_cpu_complex128 2022-09-27T16:04:51.5338351Z [gw2] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_narrow_copy_cpu_complex128 2022-09-27T16:04:51.5378153Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_as_cpu_complex128 2022-09-27T16:04:51.5411366Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_prod_cpu_float64 2022-09-27T16:04:51.5420056Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_prod_cpu_float64 2022-09-27T16:04:51.5440479Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_narrow_copy_cpu_float64 2022-09-27T16:04:51.5475824Z [gw2] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_narrow_copy_cpu_float64 2022-09-27T16:04:51.5776653Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_as_cpu_complex128 2022-09-27T16:04:51.5817535Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_as_cpu_float64 2022-09-27T16:04:51.5823531Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_softmax_cpu_float64 2022-09-27T16:04:51.5844453Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_as_cpu_float64 2022-09-27T16:04:51.5855958Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_softmax_cpu_float64 2022-09-27T16:04:51.6218878Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_narrow_cpu_complex128 2022-09-27T16:04:51.6258071Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_cpu_complex128 2022-09-27T16:04:51.6270003Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_softmin_cpu_float64 2022-09-27T16:04:51.6285082Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_narrow_cpu_complex128 2022-09-27T16:04:51.6296305Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_softmin_cpu_float64 2022-09-27T16:04:51.6396366Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_narrow_cpu_float64 2022-09-27T16:04:51.6564624Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_narrow_cpu_float64 2022-09-27T16:04:51.6655799Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_cpu_complex128 2022-09-27T16:04:51.6696507Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_cpu_float64 2022-09-27T16:04:51.6724876Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_std_cpu_complex128 2022-09-27T16:04:51.6736566Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_std_cpu_complex128 2022-09-27T16:04:51.6744795Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_native_layer_norm_cpu_float64 2022-09-27T16:04:51.6754565Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expand_cpu_float64 2022-09-27T16:04:51.7096633Z [gw2] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_native_layer_norm_cpu_float64 2022-09-27T16:04:51.7124147Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expm1_cpu_float64 2022-09-27T16:04:51.7136440Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_expm1_cpu_float64 2022-09-27T16:04:51.7169309Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_std_cpu_float64 2022-09-27T16:04:51.7178300Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_std_cpu_float64 2022-09-27T16:04:51.7197328Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ne_cpu_complex128 2022-09-27T16:04:51.7538614Z [gw2] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ne_cpu_complex128 2022-09-27T16:04:51.7558695Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_eye_cpu_complex128 2022-09-27T16:04:51.7577476Z [gw3] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_eye_cpu_complex128 2022-09-27T16:04:51.7607265Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_sum_cpu_complex128 2022-09-27T16:04:51.7617713Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_sum_cpu_complex128 2022-09-27T16:04:51.7639739Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ne_cpu_float64 2022-09-27T16:04:51.7980572Z [gw2] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ne_cpu_float64 2022-09-27T16:04:51.8000642Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_eye_cpu_float64 2022-09-27T16:04:51.8018035Z [gw3] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_eye_cpu_float64 2022-09-27T16:04:51.8047944Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_sum_cpu_float64 2022-09-27T16:04:51.8057917Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_sum_cpu_float64 2022-09-27T16:04:51.8126367Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_neg_cpu_complex128 2022-09-27T16:04:51.8417096Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_neg_cpu_complex128 2022-09-27T16:04:51.8459110Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft2_cpu_complex128 2022-09-27T16:04:51.8490290Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_var_cpu_complex128 2022-09-27T16:04:51.8506201Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_var_cpu_complex128 2022-09-27T16:04:51.8557545Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_neg_cpu_float64 2022-09-27T16:04:51.8747690Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_neg_cpu_float64 2022-09-27T16:04:51.8857966Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft2_cpu_complex128 2022-09-27T16:04:51.8901057Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft2_cpu_float64 2022-09-27T16:04:51.8935943Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_var_cpu_float64 2022-09-27T16:04:51.8939216Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD__masked_var_cpu_float64 2022-09-27T16:04:51.8951487Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft2_cpu_float64 2022-09-27T16:04:51.8978418Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_empty_cpu_complex128 2022-09-27T16:04:51.9298073Z [gw2] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_empty_cpu_complex128 2022-09-27T16:04:51.9337722Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft_cpu_complex128 2022-09-27T16:04:51.9361476Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_abs_cpu_complex128 2022-09-27T16:04:51.9378392Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_abs_cpu_complex128 2022-09-27T16:04:51.9416854Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_empty_cpu_float64 2022-09-27T16:04:51.9652380Z [gw2] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_empty_cpu_float64 2022-09-27T16:04:51.9737102Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft_cpu_complex128 2022-09-27T16:04:51.9778990Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft_cpu_float64 2022-09-27T16:04:51.9821093Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_abs_cpu_float64 2022-09-27T16:04:51.9824537Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fft_cpu_float64 2022-09-27T16:04:51.9845196Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_empty_strided_cpu_complex128 2022-09-27T16:04:51.9853748Z [gw1] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_abs_cpu_float64 2022-09-27T16:04:52.0179057Z [gw2] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_empty_strided_cpu_complex128 2022-09-27T16:04:52.0219386Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftn_cpu_complex128 2022-09-27T16:04:52.0261613Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acos_cpu_complex128 2022-09-27T16:04:52.0293884Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_empty_strided_cpu_float64 2022-09-27T16:04:52.0457418Z [gw2] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_empty_strided_cpu_float64 2022-09-27T16:04:52.0590451Z [gw1] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acos_cpu_complex128 2022-09-27T16:04:52.0617718Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftn_cpu_complex128 2022-09-27T16:04:52.0658204Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftn_cpu_float64 2022-09-27T16:04:52.0698692Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acos_cpu_float64 2022-09-27T16:04:52.0710700Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_full_cpu_complex128 2022-09-27T16:04:52.0729823Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftn_cpu_float64 2022-09-27T16:04:52.0737984Z [gw2] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_full_cpu_complex128 2022-09-27T16:04:52.1059361Z [gw1] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acos_cpu_float64 2022-09-27T16:04:52.1098061Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftshift_cpu_complex128 2022-09-27T16:04:52.1129746Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acosh_cpu_complex128 2022-09-27T16:04:52.1144093Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acosh_cpu_complex128 2022-09-27T16:04:52.1172507Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_full_cpu_float64 2022-09-27T16:04:52.1354924Z [gw2] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_full_cpu_float64 2022-09-27T16:04:52.1497342Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftshift_cpu_complex128 2022-09-27T16:04:52.1537786Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftshift_cpu_float64 2022-09-27T16:04:52.1566472Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acosh_cpu_float64 2022-09-27T16:04:52.1581290Z [gw1] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_acosh_cpu_float64 2022-09-27T16:04:52.1589098Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_fftshift_cpu_float64 2022-09-27T16:04:52.1615528Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_ones_cpu_complex128 2022-09-27T16:04:52.1938158Z [gw2] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_ones_cpu_complex128 2022-09-27T16:04:52.1978409Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft2_cpu_complex128 2022-09-27T16:04:52.2018237Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_add_cpu_complex128 2022-09-27T16:04:52.2047585Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_ones_cpu_float64 2022-09-27T16:04:52.2360118Z [gw2] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_ones_cpu_float64 2022-09-27T16:04:52.2377398Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft2_cpu_complex128 2022-09-27T16:04:52.2458792Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft2_cpu_float64 2022-09-27T16:04:52.2484831Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_zeros_cpu_complex128 2022-09-27T16:04:52.2502522Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft2_cpu_float64 2022-09-27T16:04:52.2818894Z [gw2] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_zeros_cpu_complex128 2022-09-27T16:04:52.2898106Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft_cpu_complex128 2022-09-27T16:04:52.2928153Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_zeros_cpu_float64 2022-09-27T16:04:52.3133758Z [gw2] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_new_zeros_cpu_float64 2022-09-27T16:04:52.3143339Z [gw1] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_add_cpu_complex128 2022-09-27T16:04:52.3246742Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_add_cpu_float64 2022-09-27T16:04:52.3256673Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft_cpu_complex128 2022-09-27T16:04:52.3338455Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft_cpu_float64 2022-09-27T16:04:52.3355999Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nextafter_cpu_float64 2022-09-27T16:04:52.3368486Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfft_cpu_float64 2022-09-27T16:04:52.3379147Z [gw1] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_add_cpu_float64 2022-09-27T16:04:52.3579269Z [gw2] [ 57%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nextafter_cpu_float64 2022-09-27T16:04:52.3774867Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addbmm_cpu_complex128 2022-09-27T16:04:52.3813566Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfftn_cpu_complex128 2022-09-27T16:04:52.3972524Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T16:04:52.4218492Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T16:04:52.4849807Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T16:04:52.4886215Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T16:04:52.4905639Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T16:04:52.4932769Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfftn_cpu_complex128 2022-09-27T16:04:52.5169302Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfftn_cpu_float64 2022-09-27T16:04:52.5457394Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_hfftn_cpu_float64 2022-09-27T16:04:52.5472511Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft2_cpu_complex128 2022-09-27T16:04:52.5517604Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T16:04:52.5777637Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T16:04:52.5816229Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft2_cpu_complex128 2022-09-27T16:04:52.5857177Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T16:04:52.5937859Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft2_cpu_float64 2022-09-27T16:04:52.5950409Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T16:04:52.6417146Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft2_cpu_float64 2022-09-27T16:04:52.6475768Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft_cpu_complex128 2022-09-27T16:04:52.6500800Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T16:04:52.7094924Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T16:04:52.7104538Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft_cpu_complex128 2022-09-27T16:04:52.7118342Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T16:04:52.7146451Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft_cpu_float64 2022-09-27T16:04:52.7352641Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool1d_cpu_float64 2022-09-27T16:04:52.7451450Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifft_cpu_float64 2022-09-27T16:04:52.7468964Z [gw1] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addbmm_cpu_complex128 2022-09-27T16:04:52.7502887Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addbmm_cpu_float64 2022-09-27T16:04:52.7617515Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool1d_cpu_float64 2022-09-27T16:04:52.7620534Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool2d_cpu_float64 2022-09-27T16:04:52.7827133Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftn_cpu_complex128 2022-09-27T16:04:52.7866286Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool2d_cpu_float64 2022-09-27T16:04:52.7936392Z [gw1] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addbmm_cpu_float64 2022-09-27T16:04:52.8105736Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcdiv_cpu_complex128 2022-09-27T16:04:52.8556814Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool3d_cpu_float64 2022-09-27T16:04:52.8595146Z [gw2] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_avg_pool3d_cpu_float64 2022-09-27T16:04:52.8718712Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_batch_norm_cpu_float64 2022-09-27T16:04:52.8744156Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftn_cpu_complex128 2022-09-27T16:04:52.9083359Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftn_cpu_float64 2022-09-27T16:04:52.9218229Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftn_cpu_float64 2022-09-27T16:04:52.9729592Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftshift_cpu_complex128 2022-09-27T16:04:52.9765337Z [gw3] [ 57%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftshift_cpu_complex128 2022-09-27T16:04:52.9854018Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftshift_cpu_float64 2022-09-27T16:04:52.9871601Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ifftshift_cpu_float64 2022-09-27T16:04:52.9883303Z [gw1] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcdiv_cpu_complex128 2022-09-27T16:04:53.0123517Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcdiv_cpu_float64 2022-09-27T16:04:53.0158552Z [gw1] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcdiv_cpu_float64 2022-09-27T16:04:53.0181925Z [gw2] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_batch_norm_cpu_float64 2022-09-27T16:04:53.0186450Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ihfft2_cpu_float64 2022-09-27T16:04:53.0287478Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_bilinear_cpu_float64 2022-09-27T16:04:53.0337300Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ihfft2_cpu_float64 2022-09-27T16:04:53.0681501Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcmul_cpu_complex128 2022-09-27T16:04:53.0886378Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ihfft_cpu_float64 2022-09-27T16:04:53.1161408Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ihfft_cpu_float64 2022-09-27T16:04:53.1350414Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ihfftn_cpu_float64 2022-09-27T16:04:53.1660712Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_ihfftn_cpu_float64 2022-09-27T16:04:53.2078924Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft2_cpu_complex128 2022-09-27T16:04:53.2110754Z [gw1] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcmul_cpu_complex128 2022-09-27T16:04:53.2432752Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcmul_cpu_float64 2022-09-27T16:04:53.2648746Z [gw1] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addcmul_cpu_float64 2022-09-27T16:04:53.2658075Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft2_cpu_complex128 2022-09-27T16:04:53.2682080Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_cpu_complex128 2022-09-27T16:04:53.2799369Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft2_cpu_float64 2022-09-27T16:04:53.3173246Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft2_cpu_float64 2022-09-27T16:04:53.3597067Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft_cpu_complex128 2022-09-27T16:04:53.3623055Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft_cpu_complex128 2022-09-27T16:04:53.3788173Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft_cpu_float64 2022-09-27T16:04:53.4127553Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfft_cpu_float64 2022-09-27T16:04:53.4148469Z [gw1] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_cpu_complex128 2022-09-27T16:04:53.4157914Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfftn_cpu_complex128 2022-09-27T16:04:53.4371486Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_cpu_float64 2022-09-27T16:04:53.4579073Z [gw1] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_cpu_float64 2022-09-27T16:04:53.5153086Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_decomposed_cpu_complex128 2022-09-27T16:04:53.5182308Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfftn_cpu_complex128 2022-09-27T16:04:53.5441978Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfftn_cpu_float64 2022-09-27T16:04:53.5677712Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_irfftn_cpu_float64 2022-09-27T16:04:53.5918001Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_rfft2_cpu_float64 2022-09-27T16:04:53.6158070Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_rfft2_cpu_float64 2022-09-27T16:04:53.6421697Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_rfft_cpu_float64 2022-09-27T16:04:53.6479598Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_rfft_cpu_float64 2022-09-27T16:04:53.6506240Z [gw1] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_decomposed_cpu_complex128 2022-09-27T16:04:53.6640715Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_decomposed_cpu_float64 2022-09-27T16:04:53.6651391Z [gw1] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmm_decomposed_cpu_float64 2022-09-27T16:04:53.6662245Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_rfftn_cpu_float64 2022-09-27T16:04:53.6674522Z [gw2] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_bilinear_cpu_float64 2022-09-27T16:04:53.7056347Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T16:04:53.7213617Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmv_cpu_complex128 2022-09-27T16:04:53.7254651Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fft_rfftn_cpu_float64 2022-09-27T16:04:53.7567385Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fill_cpu_complex128 2022-09-27T16:04:53.7698182Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fill_cpu_complex128 2022-09-27T16:04:53.7756232Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fill_cpu_float64 2022-09-27T16:04:53.8011165Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fill_cpu_float64 2022-09-27T16:04:53.8049339Z [gw1] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmv_cpu_complex128 2022-09-27T16:04:53.8215164Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmv_cpu_float64 2022-09-27T16:04:53.8361479Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flatten_cpu_complex128 2022-09-27T16:04:53.8428933Z [gw1] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addmv_cpu_float64 2022-09-27T16:04:53.8498538Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flatten_cpu_complex128 2022-09-27T16:04:53.8578809Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addr_cpu_complex128 2022-09-27T16:04:53.8688604Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flatten_cpu_float64 2022-09-27T16:04:53.9180475Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flatten_cpu_float64 2022-09-27T16:04:53.9310740Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flip_cpu_complex128 2022-09-27T16:04:53.9333606Z [gw1] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addr_cpu_complex128 2022-09-27T16:04:53.9485073Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addr_cpu_float64 2022-09-27T16:04:53.9545924Z [gw1] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_addr_cpu_float64 2022-09-27T16:04:53.9557091Z [gw2] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T16:04:53.9607382Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T16:04:53.9615702Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flip_cpu_complex128 2022-09-27T16:04:53.9741796Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flip_cpu_float64 2022-09-27T16:04:53.9751775Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flip_cpu_float64 2022-09-27T16:04:53.9781008Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_all_cpu_complex128 2022-09-27T16:04:54.0021938Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_all_cpu_complex128 2022-09-27T16:04:54.0160777Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fliplr_cpu_complex128 2022-09-27T16:04:54.0181112Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fliplr_cpu_complex128 2022-09-27T16:04:54.0217812Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_all_cpu_float64 2022-09-27T16:04:54.0460034Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_all_cpu_float64 2022-09-27T16:04:54.0523651Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fliplr_cpu_float64 2022-09-27T16:04:54.0570631Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fliplr_cpu_float64 2022-09-27T16:04:54.0585633Z [gw2] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T16:04:54.0645868Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_celu_cpu_float64 2022-09-27T16:04:54.2465376Z [gw2] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_celu_cpu_float64 2022-09-27T16:04:54.2522376Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_allclose_cpu_complex128 2022-09-27T16:04:54.2527502Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_allclose_cpu_complex128 2022-09-27T16:04:54.2531063Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_allclose_cpu_float64 2022-09-27T16:04:54.2533614Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_allclose_cpu_float64 2022-09-27T16:04:54.2541345Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flipud_cpu_complex128 2022-09-27T16:04:54.2547863Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_amax_cpu_float64 2022-09-27T16:04:54.2585296Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv1d_cpu_complex128 2022-09-27T16:04:54.2647727Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_amax_cpu_float64 2022-09-27T16:04:54.2664213Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flipud_cpu_complex128 2022-09-27T16:04:54.2714220Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flipud_cpu_float64 2022-09-27T16:04:54.3024273Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_flipud_cpu_float64 2022-09-27T16:04:54.3025117Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_amin_cpu_float64 2022-09-27T16:04:54.3118014Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_amin_cpu_float64 2022-09-27T16:04:54.3173987Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_cpu_complex128 2022-09-27T16:04:54.3459835Z [gw3] [ 58%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_cpu_complex128 2022-09-27T16:04:54.3463387Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_aminmax_cpu_float64 2022-09-27T16:04:54.3596076Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_aminmax_cpu_float64 2022-09-27T16:04:54.3596810Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_cpu_float64 2022-09-27T16:04:54.3862026Z [gw3] [ 58%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_cpu_float64 2022-09-27T16:04:54.3904602Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_angle_cpu_complex128 2022-09-27T16:04:54.4095424Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_angle_cpu_complex128 2022-09-27T16:04:54.4337613Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_power_cpu_complex128 2022-09-27T16:04:54.4344982Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_angle_cpu_float64 2022-09-27T16:04:54.4820126Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_angle_cpu_float64 2022-09-27T16:04:54.4827976Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_any_cpu_complex128 2022-09-27T16:04:54.5258860Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_any_cpu_complex128 2022-09-27T16:04:54.5266871Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_any_cpu_float64 2022-09-27T16:04:54.5698188Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_any_cpu_float64 2022-09-27T16:04:54.5706415Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_arange_cpu_float64 2022-09-27T16:04:54.6100662Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_arange_cpu_float64 2022-09-27T16:04:54.6128917Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argmax_cpu_float64 2022-09-27T16:04:54.6499985Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argmax_cpu_float64 2022-09-27T16:04:54.6509897Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_power_cpu_complex128 2022-09-27T16:04:54.6578559Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_power_cpu_float64 2022-09-27T16:04:54.6610374Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argmin_cpu_float64 2022-09-27T16:04:54.6842708Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argmin_cpu_float64 2022-09-27T16:04:54.6937801Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_float_power_cpu_float64 2022-09-27T16:04:54.6979324Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_floor_cpu_float64 2022-09-27T16:04:54.7018436Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_floor_cpu_float64 2022-09-27T16:04:54.7052260Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argsort_cpu_float64 2022-09-27T16:04:54.7380113Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argsort_cpu_float64 2022-09-27T16:04:54.7404776Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_floor_divide_cpu_float64 2022-09-27T16:04:54.7498415Z [gw3] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_floor_divide_cpu_float64 2022-09-27T16:04:54.7528099Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argwhere_cpu_complex128 2022-09-27T16:04:54.7819372Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argwhere_cpu_complex128 2022-09-27T16:04:54.7979633Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fmax_cpu_float64 2022-09-27T16:04:54.8015393Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argwhere_cpu_float64 2022-09-27T16:04:54.8059327Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_argwhere_cpu_float64 2022-09-27T16:04:54.8261055Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fmax_cpu_float64 2022-09-27T16:04:54.8265780Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fmin_cpu_float64 2022-09-27T16:04:54.8279952Z [gw2] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv1d_cpu_complex128 2022-09-27T16:04:54.8460855Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv1d_cpu_float64 2022-09-27T16:04:54.8479658Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_cpu_complex128 2022-09-27T16:04:54.8497204Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_cpu_complex128 2022-09-27T16:04:54.8698070Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fmin_cpu_float64 2022-09-27T16:04:54.8763129Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fmod_cpu_float64 2022-09-27T16:04:54.8774799Z [gw2] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv1d_cpu_float64 2022-09-27T16:04:54.8897049Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv2d_cpu_complex128 2022-09-27T16:04:54.8920740Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_cpu_float64 2022-09-27T16:04:54.8992420Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_cpu_float64 2022-09-27T16:04:54.9137995Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_fmod_cpu_float64 2022-09-27T16:04:54.9194811Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_frac_cpu_float64 2022-09-27T16:04:54.9377959Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_frac_cpu_float64 2022-09-27T16:04:54.9407208Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_scatter_cpu_complex128 2022-09-27T16:04:54.9577483Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_scatter_cpu_complex128 2022-09-27T16:04:54.9634744Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_frexp_cpu_float64 2022-09-27T16:04:54.9857740Z [gw3] [ 58%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_frexp_cpu_float64 2022-09-27T16:04:54.9885171Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_scatter_cpu_float64 2022-09-27T16:04:55.0017555Z [gw1] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_as_strided_scatter_cpu_float64 2022-09-27T16:04:55.0044138Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_full_like_cpu_complex128 2022-09-27T16:04:55.0340032Z [gw3] [ 58%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_full_like_cpu_complex128 2022-09-27T16:04:55.0460210Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asin_cpu_complex128 2022-09-27T16:04:55.0490953Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_full_like_cpu_float64 2022-09-27T16:04:55.0504687Z [gw1] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asin_cpu_complex128 2022-09-27T16:04:55.0868040Z [gw3] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_full_like_cpu_float64 2022-09-27T16:04:55.0943815Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asin_cpu_float64 2022-09-27T16:04:55.1029670Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gather_cpu_complex128 2022-09-27T16:04:55.1230789Z [gw1] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asin_cpu_float64 2022-09-27T16:04:55.1330673Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gather_cpu_complex128 2022-09-27T16:04:55.1334173Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asinh_cpu_complex128 2022-09-27T16:04:55.1378092Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asinh_cpu_complex128 2022-09-27T16:04:55.1449947Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gather_cpu_float64 2022-09-27T16:04:55.1777495Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gather_cpu_float64 2022-09-27T16:04:55.1784797Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asinh_cpu_float64 2022-09-27T16:04:55.1819412Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_asinh_cpu_float64 2022-09-27T16:04:55.1848906Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ge_cpu_float64 2022-09-27T16:04:55.2262601Z [gw3] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ge_cpu_float64 2022-09-27T16:04:55.2270095Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_geqrf_cpu_complex128 2022-09-27T16:04:55.2302854Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atan2_cpu_float64 2022-09-27T16:04:55.2408541Z [gw3] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_geqrf_cpu_complex128 2022-09-27T16:04:55.2621223Z [gw1] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atan2_cpu_float64 2022-09-27T16:04:55.2748753Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atan_cpu_complex128 2022-09-27T16:04:55.2753482Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_geqrf_cpu_float64 2022-09-27T16:04:55.2765123Z [gw3] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_geqrf_cpu_float64 2022-09-27T16:04:55.3116629Z [gw1] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atan_cpu_complex128 2022-09-27T16:04:55.3117246Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atan_cpu_float64 2022-09-27T16:04:55.3256226Z [gw1] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atan_cpu_float64 2022-09-27T16:04:55.3545928Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gradient_cpu_complex128 2022-09-27T16:04:55.3546730Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atanh_cpu_complex128 2022-09-27T16:04:55.3986419Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atanh_cpu_complex128 2022-09-27T16:04:55.3987078Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atanh_cpu_float64 2022-09-27T16:04:55.4428425Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atanh_cpu_float64 2022-09-27T16:04:55.4429377Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_1d_cpu_complex128 2022-09-27T16:04:55.4446523Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_1d_cpu_complex128 2022-09-27T16:04:55.4464858Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gradient_cpu_complex128 2022-09-27T16:04:55.4650551Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gradient_cpu_float64 2022-09-27T16:04:55.4821487Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gradient_cpu_float64 2022-09-27T16:04:55.4851293Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_1d_cpu_float64 2022-09-27T16:04:55.4978343Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_1d_cpu_float64 2022-09-27T16:04:55.4979056Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gt_cpu_float64 2022-09-27T16:04:55.5301115Z [gw3] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_gt_cpu_float64 2022-09-27T16:04:55.5336880Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_2d_cpu_complex128 2022-09-27T16:04:55.5462934Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_2d_cpu_complex128 2022-09-27T16:04:55.5463573Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_half_cpu_complex128 2022-09-27T16:04:55.5780491Z [gw3] [ 59%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_half_cpu_complex128 2022-09-27T16:04:55.5781230Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_2d_cpu_float64 2022-09-27T16:04:55.5897510Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_2d_cpu_float64 2022-09-27T16:04:55.5916758Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_half_cpu_float64 2022-09-27T16:04:55.6181756Z [gw3] [ 59%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_half_cpu_float64 2022-09-27T16:04:55.6211593Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_3d_cpu_complex128 2022-09-27T16:04:55.6298222Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_3d_cpu_complex128 2022-09-27T16:04:55.6327375Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_heaviside_cpu_float64 2022-09-27T16:04:55.6618764Z [gw3] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_heaviside_cpu_float64 2022-09-27T16:04:55.6649544Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_3d_cpu_float64 2022-09-27T16:04:55.6779008Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_atleast_3d_cpu_float64 2022-09-27T16:04:55.6807353Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_histc_cpu_float64 2022-09-27T16:04:55.7059735Z [gw3] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_histc_cpu_float64 2022-09-27T16:04:55.7218987Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_baddbmm_cpu_complex128 2022-09-27T16:04:55.7253115Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_histogram_cpu_float64 2022-09-27T16:04:55.7733664Z [gw3] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_histogram_cpu_float64 2022-09-27T16:04:55.7737933Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_histogramdd_cpu_float64 2022-09-27T16:04:55.8216707Z [gw3] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_histogramdd_cpu_float64 2022-09-27T16:04:55.8291152Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hsplit_cpu_complex128 2022-09-27T16:04:55.8633288Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hsplit_cpu_complex128 2022-09-27T16:04:55.8635922Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hsplit_cpu_float64 2022-09-27T16:04:55.9136863Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hsplit_cpu_float64 2022-09-27T16:04:55.9680872Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hstack_cpu_complex128 2022-09-27T16:04:55.9703745Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hstack_cpu_complex128 2022-09-27T16:04:55.9863117Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hstack_cpu_float64 2022-09-27T16:04:56.0219927Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hstack_cpu_float64 2022-09-27T16:04:56.0463538Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hypot_cpu_float64 2022-09-27T16:04:56.0558603Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_hypot_cpu_float64 2022-09-27T16:04:56.0589230Z [gw1] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_baddbmm_cpu_complex128 2022-09-27T16:04:56.0655884Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_baddbmm_cpu_float64 2022-09-27T16:04:56.0674219Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_i0_cpu_float64 2022-09-27T16:04:56.0803053Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_i0_cpu_float64 2022-09-27T16:04:56.1090577Z [gw1] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_baddbmm_cpu_float64 2022-09-27T16:04:56.1098962Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_igamma_cpu_float64 2022-09-27T16:04:56.1462079Z [gw3] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_igamma_cpu_float64 2022-09-27T16:04:56.1470328Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bernoulli_cpu_float64 2022-09-27T16:04:56.1534971Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bernoulli_cpu_float64 2022-09-27T16:04:56.1543172Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_igammac_cpu_float64 2022-09-27T16:04:56.1699036Z [gw3] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_igammac_cpu_float64 2022-09-27T16:04:56.1706975Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bfloat16_cpu_complex128 2022-09-27T16:04:56.2016802Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bfloat16_cpu_complex128 2022-09-27T16:04:56.2087155Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_imag_cpu_complex128 2022-09-27T16:04:56.2120831Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_imag_cpu_complex128 2022-09-27T16:04:56.2153408Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bfloat16_cpu_float64 2022-09-27T16:04:56.2417146Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bfloat16_cpu_float64 2022-09-27T16:04:56.2576555Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_add_cpu_complex128 2022-09-27T16:04:56.2577181Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_block_diag_cpu_complex128 2022-09-27T16:04:56.3014614Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_block_diag_cpu_complex128 2022-09-27T16:04:56.3017646Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_block_diag_cpu_float64 2022-09-27T16:04:56.3307466Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_block_diag_cpu_float64 2022-09-27T16:04:56.3323430Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_add_cpu_complex128 2022-09-27T16:04:56.3454273Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_add_cpu_float64 2022-09-27T16:04:56.3460716Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bmm_cpu_complex128 2022-09-27T16:04:56.3486928Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bmm_cpu_complex128 2022-09-27T16:04:56.3855451Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_add_cpu_float64 2022-09-27T16:04:56.3901480Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_copy_cpu_complex128 2022-09-27T16:04:56.3906375Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bmm_cpu_float64 2022-09-27T16:04:56.4222646Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bmm_cpu_float64 2022-09-27T16:04:56.4252121Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_copy_cpu_complex128 2022-09-27T16:04:56.4333819Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_copy_cpu_float64 2022-09-27T16:04:56.4337593Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bool_cpu_complex128 2022-09-27T16:04:56.4378921Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bool_cpu_complex128 2022-09-27T16:04:56.4738181Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_copy_cpu_float64 2022-09-27T16:04:56.4777657Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_fill_cpu_complex128 2022-09-27T16:04:56.4790839Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bool_cpu_float64 2022-09-27T16:04:56.4814119Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bool_cpu_float64 2022-09-27T16:04:56.5139513Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_fill_cpu_complex128 2022-09-27T16:04:56.5192806Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_fill_cpu_float64 2022-09-27T16:04:56.5202345Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_fill_cpu_float64 2022-09-27T16:04:56.5217771Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_broadcast_tensors_cpu_complex128 2022-09-27T16:04:56.5626401Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_broadcast_tensors_cpu_complex128 2022-09-27T16:04:56.5664791Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_broadcast_tensors_cpu_float64 2022-09-27T16:04:56.5675291Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_put_cpu_complex128 2022-09-27T16:04:56.6101845Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_broadcast_tensors_cpu_float64 2022-09-27T16:04:56.6111249Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_broadcast_to_cpu_complex128 2022-09-27T16:04:56.6384237Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_broadcast_to_cpu_complex128 2022-09-27T16:04:56.6409126Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_put_cpu_complex128 2022-09-27T16:04:56.6506154Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_put_cpu_float64 2022-09-27T16:04:56.6540420Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_broadcast_to_cpu_float64 2022-09-27T16:04:56.6572438Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_broadcast_to_cpu_float64 2022-09-27T16:04:56.6945506Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_put_cpu_float64 2022-09-27T16:04:56.6954370Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_reduce_cpu_float64 2022-09-27T16:04:56.7017233Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_reduce_cpu_float64 2022-09-27T16:04:56.7025947Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bucketize_cpu_float64 2022-09-27T16:04:56.7378719Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_bucketize_cpu_float64 2022-09-27T16:04:56.7464967Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_select_cpu_complex128 2022-09-27T16:04:56.7474903Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_byte_cpu_complex128 2022-09-27T16:04:56.7485543Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_byte_cpu_complex128 2022-09-27T16:04:56.7742280Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_select_cpu_complex128 2022-09-27T16:04:56.7798617Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_select_cpu_float64 2022-09-27T16:04:56.7869151Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_index_select_cpu_float64 2022-09-27T16:04:56.7910364Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_byte_cpu_float64 2022-09-27T16:04:56.8223779Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_byte_cpu_float64 2022-09-27T16:04:56.8338510Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_inner_cpu_complex128 2022-09-27T16:04:56.8348712Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cartesian_prod_cpu_complex128 2022-09-27T16:04:56.8552296Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cartesian_prod_cpu_complex128 2022-09-27T16:04:56.8659739Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_inner_cpu_complex128 2022-09-27T16:04:56.8715164Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_inner_cpu_float64 2022-09-27T16:04:56.8775522Z [gw3] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_inner_cpu_float64 2022-09-27T16:04:56.8784275Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cartesian_prod_cpu_float64 2022-09-27T16:04:56.8992292Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cartesian_prod_cpu_float64 2022-09-27T16:04:56.9005259Z [gw2] [ 59%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv2d_cpu_complex128 2022-09-27T16:04:56.9134983Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv2d_cpu_float64 2022-09-27T16:04:56.9143546Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_int_cpu_complex128 2022-09-27T16:04:56.9216253Z [gw3] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_int_cpu_complex128 2022-09-27T16:04:56.9224999Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cat_cpu_complex128 2022-09-27T16:04:56.9618063Z [gw1] [ 59%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cat_cpu_complex128 2022-09-27T16:04:56.9670472Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_int_cpu_float64 2022-09-27T16:04:56.9680608Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_int_cpu_float64 2022-09-27T16:04:56.9688610Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cat_cpu_float64 2022-09-27T16:04:57.0064636Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cat_cpu_float64 2022-09-27T16:04:57.0097548Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cdist_cpu_float64 2022-09-27T16:04:57.0115280Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cdist_cpu_float64 2022-09-27T16:04:57.0116041Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isclose_cpu_complex128 2022-09-27T16:04:57.0502597Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isclose_cpu_complex128 2022-09-27T16:04:57.0544185Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ceil_cpu_float64 2022-09-27T16:04:57.0552377Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isclose_cpu_float64 2022-09-27T16:04:57.0556858Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isclose_cpu_float64 2022-09-27T16:04:57.0941245Z [gw1] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ceil_cpu_float64 2022-09-27T16:04:57.0956322Z [gw2] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv2d_cpu_float64 2022-09-27T16:04:57.0962007Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isfinite_cpu_complex128 2022-09-27T16:04:57.0978688Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T16:04:57.0979634Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_chalf_cpu_complex128 2022-09-27T16:04:57.0989324Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_chalf_cpu_complex128 2022-09-27T16:04:57.1417235Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isfinite_cpu_complex128 2022-09-27T16:04:57.1421193Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_chalf_cpu_float64 2022-09-27T16:04:57.1445764Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_chalf_cpu_float64 2022-09-27T16:04:57.1462859Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isfinite_cpu_float64 2022-09-27T16:04:57.1857680Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isfinite_cpu_float64 2022-09-27T16:04:57.1858315Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_char_cpu_complex128 2022-09-27T16:04:57.1901809Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_char_cpu_complex128 2022-09-27T16:04:57.1903083Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isin_cpu_float64 2022-09-27T16:04:57.2386999Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isin_cpu_float64 2022-09-27T16:04:57.2388164Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isinf_cpu_complex128 2022-09-27T16:04:57.2390436Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isinf_cpu_complex128 2022-09-27T16:04:57.2392853Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_char_cpu_float64 2022-09-27T16:04:57.2830589Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_char_cpu_float64 2022-09-27T16:04:57.2834310Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isinf_cpu_float64 2022-09-27T16:04:57.2836780Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isinf_cpu_float64 2022-09-27T16:04:57.2838493Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_cpu_complex128 2022-09-27T16:04:57.3223722Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_cpu_complex128 2022-09-27T16:04:57.3258435Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isnan_cpu_complex128 2022-09-27T16:04:57.3264645Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_cpu_float64 2022-09-27T16:04:57.3268301Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_cpu_float64 2022-09-27T16:04:57.3686999Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isnan_cpu_complex128 2022-09-27T16:04:57.3702383Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_inverse_cpu_complex128 2022-09-27T16:04:57.3706904Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_inverse_cpu_complex128 2022-09-27T16:04:57.3707815Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isnan_cpu_float64 2022-09-27T16:04:57.4102496Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isnan_cpu_float64 2022-09-27T16:04:57.4103538Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isneginf_cpu_float64 2022-09-27T16:04:57.4134516Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_inverse_cpu_float64 2022-09-27T16:04:57.4146361Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isneginf_cpu_float64 2022-09-27T16:04:57.4542272Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_inverse_cpu_float64 2022-09-27T16:04:57.4543280Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isposinf_cpu_float64 2022-09-27T16:04:57.4582815Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_solve_cpu_complex128 2022-09-27T16:04:57.4587881Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_solve_cpu_complex128 2022-09-27T16:04:57.4981855Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isposinf_cpu_float64 2022-09-27T16:04:57.4984987Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_solve_cpu_float64 2022-09-27T16:04:57.5022270Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isreal_cpu_complex128 2022-09-27T16:04:57.5025768Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isreal_cpu_complex128 2022-09-27T16:04:57.5420772Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cholesky_solve_cpu_float64 2022-09-27T16:04:57.5421689Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_chunk_cpu_complex128 2022-09-27T16:04:57.5454008Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isreal_cpu_float64 2022-09-27T16:04:57.5464837Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_chunk_cpu_complex128 2022-09-27T16:04:57.5471968Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_isreal_cpu_float64 2022-09-27T16:04:57.5482185Z [gw2] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T16:04:57.5861311Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T16:04:57.5864624Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_istft_cpu_complex128 2022-09-27T16:04:57.5895304Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_chunk_cpu_float64 2022-09-27T16:04:57.6072820Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_chunk_cpu_float64 2022-09-27T16:04:57.6087084Z [gw2] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T16:04:57.6376214Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T16:04:57.6554232Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clamp_cpu_float64 2022-09-27T16:04:57.6816096Z [gw1] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clamp_cpu_float64 2022-09-27T16:04:57.6897145Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clamp_max_cpu_float64 2022-09-27T16:04:57.6910330Z [gw2] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T16:04:57.6926013Z [gw1] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clamp_max_cpu_float64 2022-09-27T16:04:57.7180668Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T16:04:57.7406845Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clamp_min_cpu_float64 2022-09-27T16:04:57.7620689Z [gw1] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clamp_min_cpu_float64 2022-09-27T16:04:57.7652363Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clone_cpu_complex128 2022-09-27T16:04:57.8090336Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clone_cpu_complex128 2022-09-27T16:04:57.8094742Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clone_cpu_float64 2022-09-27T16:04:57.8182579Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_clone_cpu_float64 2022-09-27T16:04:57.8199175Z [gw3] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_istft_cpu_complex128 2022-09-27T16:04:57.8501258Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_istft_cpu_float64 2022-09-27T16:04:57.8507869Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_column_stack_cpu_complex128 2022-09-27T16:04:57.8537053Z [gw3] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_istft_cpu_float64 2022-09-27T16:04:57.8617543Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_column_stack_cpu_complex128 2022-09-27T16:04:57.8650380Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T16:04:57.8951534Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T16:04:57.8984271Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_column_stack_cpu_float64 2022-09-27T16:04:57.9028462Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_column_stack_cpu_float64 2022-09-27T16:04:57.9044538Z [gw2] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T16:04:57.9100505Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T16:04:57.9137079Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T16:04:57.9413217Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T16:04:57.9417932Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_combinations_cpu_complex128 2022-09-27T16:04:57.9562079Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_combinations_cpu_complex128 2022-09-27T16:04:57.9571424Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T16:04:57.9679704Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T16:04:57.9695116Z [gw2] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T16:04:57.9852154Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_cosine_similarity_cpu_float64 2022-09-27T16:04:57.9857831Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_combinations_cpu_float64 2022-09-27T16:04:58.0000317Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_combinations_cpu_float64 2022-09-27T16:04:58.0009515Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T16:04:58.0240123Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T16:04:58.0256004Z [gw2] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_cosine_similarity_cpu_float64 2022-09-27T16:04:58.0294325Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_cross_entropy_cpu_float64 2022-09-27T16:04:58.0299036Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_complex_cpu_float64 2022-09-27T16:04:58.0452114Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_complex_cpu_float64 2022-09-27T16:04:58.0452868Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_cpu_complex128 2022-09-27T16:04:58.0698964Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_cpu_complex128 2022-09-27T16:04:58.0724836Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_cpu_complex128 2022-09-27T16:04:58.0857366Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_cpu_complex128 2022-09-27T16:04:58.0884840Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_cpu_float64 2022-09-27T16:04:58.0929200Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_cpu_float64 2022-09-27T16:04:58.0939286Z [gw2] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_cross_entropy_cpu_float64 2022-09-27T16:04:58.1048878Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_ctc_loss_cpu_float64 2022-09-27T16:04:58.1137380Z [gw2] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_ctc_loss_cpu_float64 2022-09-27T16:04:58.1161746Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_cpu_float64 2022-09-27T16:04:58.1338933Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_cpu_float64 2022-09-27T16:04:58.1362667Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T16:04:58.1387199Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T16:04:58.1656435Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_dropout2d_cpu_float64 2022-09-27T16:04:58.1672864Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_physical_cpu_complex128 2022-09-27T16:04:58.1779227Z [gw1] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_physical_cpu_complex128 2022-09-27T16:04:58.1804457Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T16:04:58.1963806Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T16:04:58.1987644Z [gw2] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_dropout2d_cpu_float64 2022-09-27T16:04:58.2024974Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_dropout3d_cpu_float64 2022-09-27T16:04:58.2066408Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_physical_cpu_float64 2022-09-27T16:04:58.2218135Z [gw1] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_conj_physical_cpu_float64 2022-09-27T16:04:58.2240927Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_unary_cpu_complex128 2022-09-27T16:04:58.2497869Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_unary_cpu_complex128 2022-09-27T16:04:58.2502997Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_constant_pad_nd_cpu_complex128 2022-09-27T16:04:58.2613386Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_constant_pad_nd_cpu_complex128 2022-09-27T16:04:58.2631672Z [gw2] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_dropout3d_cpu_float64 2022-09-27T16:04:58.2698807Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_dropout_cpu_float64 2022-09-27T16:04:58.2733745Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_unary_cpu_float64 2022-09-27T16:04:58.2933181Z [gw3] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_jiterator_unary_cpu_float64 2022-09-27T16:04:58.2936287Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_constant_pad_nd_cpu_float64 2022-09-27T16:04:58.3140443Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_constant_pad_nd_cpu_float64 2022-09-27T16:04:58.3378441Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_kron_cpu_complex128 2022-09-27T16:04:58.3388145Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_contiguous_cpu_complex128 2022-09-27T16:04:58.3397582Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_contiguous_cpu_complex128 2022-09-27T16:04:58.3406231Z [gw2] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_dropout_cpu_float64 2022-09-27T16:04:58.3410484Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_elu_cpu_float64 2022-09-27T16:04:58.3457535Z [gw3] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_kron_cpu_complex128 2022-09-27T16:04:58.3577467Z [gw2] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_elu_cpu_float64 2022-09-27T16:04:58.3630473Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_kron_cpu_float64 2022-09-27T16:04:58.3779071Z [gw3] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_kron_cpu_float64 2022-09-27T16:04:58.3805135Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_contiguous_cpu_float64 2022-09-27T16:04:58.3857395Z [gw1] [ 60%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_contiguous_cpu_float64 2022-09-27T16:04:58.3928789Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_embedding_bag_cpu_float64 2022-09-27T16:04:58.4018468Z [gw2] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_embedding_bag_cpu_float64 2022-09-27T16:04:58.4140667Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_kthvalue_cpu_float64 2022-09-27T16:04:58.4217336Z [gw3] [ 60%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_kthvalue_cpu_float64 2022-09-27T16:04:58.4297334Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_copysign_cpu_float64 2022-09-27T16:04:58.4357336Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_embedding_cpu_float64 2022-09-27T16:04:58.4369544Z [gw2] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_embedding_cpu_float64 2022-09-27T16:04:58.4456745Z [gw1] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_copysign_cpu_float64 2022-09-27T16:04:58.4659989Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ldexp_cpu_complex128 2022-09-27T16:04:58.4687001Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_corrcoef_cpu_complex128 2022-09-27T16:04:58.4739767Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_corrcoef_cpu_complex128 2022-09-27T16:04:58.4962039Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T16:04:58.5098188Z [gw2] [ 61%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T16:04:58.5127905Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_corrcoef_cpu_float64 2022-09-27T16:04:58.5177486Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_corrcoef_cpu_float64 2022-09-27T16:04:58.5464784Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T16:04:58.5477209Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ldexp_cpu_complex128 2022-09-27T16:04:58.5538814Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ldexp_cpu_float64 2022-09-27T16:04:58.5663214Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cos_cpu_complex128 2022-09-27T16:04:58.5711140Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_ldexp_cpu_float64 2022-09-27T16:04:58.5897974Z [gw1] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cos_cpu_complex128 2022-09-27T16:04:58.5922408Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_le_cpu_float64 2022-09-27T16:04:58.5976637Z [gw3] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_le_cpu_float64 2022-09-27T16:04:58.6038884Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cos_cpu_float64 2022-09-27T16:04:58.6338730Z [gw1] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cos_cpu_float64 2022-09-27T16:04:58.6417027Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lerp_cpu_complex128 2022-09-27T16:04:58.6589103Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cosh_cpu_complex128 2022-09-27T16:04:58.6859435Z [gw1] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cosh_cpu_complex128 2022-09-27T16:04:58.6920496Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cosh_cpu_float64 2022-09-27T16:04:58.7298806Z [gw1] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cosh_cpu_float64 2022-09-27T16:04:58.7326723Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_count_nonzero_cpu_complex128 2022-09-27T16:04:58.7740408Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_count_nonzero_cpu_complex128 2022-09-27T16:04:58.7771174Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_count_nonzero_cpu_float64 2022-09-27T16:04:58.8178775Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_count_nonzero_cpu_float64 2022-09-27T16:04:58.8208819Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cov_cpu_complex128 2022-09-27T16:04:58.8483475Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cov_cpu_complex128 2022-09-27T16:04:58.8497160Z [gw2] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T16:04:58.8618168Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T16:04:58.8644378Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cov_cpu_float64 2022-09-27T16:04:58.9059000Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cov_cpu_float64 2022-09-27T16:04:58.9093015Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cross_cpu_complex128 2022-09-27T16:04:58.9396146Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cross_cpu_complex128 2022-09-27T16:04:58.9411786Z [gw2] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T16:04:58.9573528Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T16:04:58.9577321Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cross_cpu_float64 2022-09-27T16:04:59.0052109Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cross_cpu_float64 2022-09-27T16:04:59.0420248Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cummax_cpu_float64 2022-09-27T16:04:59.0421054Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cummax_cpu_float64 2022-09-27T16:04:59.0443992Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cummin_cpu_float64 2022-09-27T16:04:59.0554704Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cummin_cpu_float64 2022-09-27T16:04:59.0564737Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lerp_cpu_complex128 2022-09-27T16:04:59.0858493Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lerp_cpu_float64 2022-09-27T16:04:59.1016575Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumprod_cpu_complex128 2022-09-27T16:04:59.1031553Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lerp_cpu_float64 2022-09-27T16:04:59.1086511Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lgamma_cpu_float64 2022-09-27T16:04:59.1392232Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_lgamma_cpu_float64 2022-09-27T16:04:59.1406014Z [gw2] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T16:04:59.1457474Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T16:04:59.2797863Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_cpu_complex128 2022-09-27T16:04:59.2824383Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_cpu_complex128 2022-09-27T16:04:59.3166287Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_cpu_float64 2022-09-27T16:04:59.3257658Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_cpu_float64 2022-09-27T16:04:59.3368034Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_ex_cpu_complex128 2022-09-27T16:04:59.3388678Z [gw2] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T16:04:59.4732487Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T16:04:59.4748244Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_ex_cpu_complex128 2022-09-27T16:04:59.4904938Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_ex_cpu_float64 2022-09-27T16:04:59.5179013Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cholesky_ex_cpu_float64 2022-09-27T16:04:59.5439699Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cond_cpu_complex128 2022-09-27T16:04:59.5618007Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cond_cpu_complex128 2022-09-27T16:04:59.5685777Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cond_cpu_float64 2022-09-27T16:04:59.6061224Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cond_cpu_float64 2022-09-27T16:04:59.6447674Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cross_cpu_complex128 2022-09-27T16:04:59.6499897Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cross_cpu_complex128 2022-09-27T16:04:59.6587949Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cross_cpu_float64 2022-09-27T16:04:59.6941558Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_cross_cpu_float64 2022-09-27T16:04:59.7532345Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_cpu_complex128 2022-09-27T16:04:59.7545838Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_cpu_complex128 2022-09-27T16:04:59.7700365Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_cpu_float64 2022-09-27T16:04:59.7939956Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_cpu_float64 2022-09-27T16:05:00.1049708Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_singular_cpu_complex128 2022-09-27T16:05:00.1057670Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_singular_cpu_complex128 2022-09-27T16:05:00.1837383Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_singular_cpu_float64 2022-09-27T16:05:00.1853582Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_det_singular_cpu_float64 2022-09-27T16:05:00.2781398Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eig_cpu_complex128 2022-09-27T16:05:00.2796028Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eig_cpu_complex128 2022-09-27T16:05:00.2987821Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eig_cpu_float64 2022-09-27T16:05:00.3221914Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eig_cpu_float64 2022-09-27T16:05:00.3987254Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigh_cpu_complex128 2022-09-27T16:05:00.4000647Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigh_cpu_complex128 2022-09-27T16:05:00.4153739Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigh_cpu_float64 2022-09-27T16:05:00.4420522Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigh_cpu_float64 2022-09-27T16:05:00.5244122Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvals_cpu_complex128 2022-09-27T16:05:00.5267647Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvals_cpu_complex128 2022-09-27T16:05:00.5448037Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvals_cpu_float64 2022-09-27T16:05:00.5703230Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvals_cpu_float64 2022-09-27T16:05:00.6421172Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvalsh_cpu_complex128 2022-09-27T16:05:00.6432280Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvalsh_cpu_complex128 2022-09-27T16:05:00.6572145Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvalsh_cpu_float64 2022-09-27T16:05:00.6861396Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_eigvalsh_cpu_float64 2022-09-27T16:05:00.9984245Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_householder_product_cpu_complex128 2022-09-27T16:05:00.9998722Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_householder_product_cpu_complex128 2022-09-27T16:05:01.0400897Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_householder_product_cpu_float64 2022-09-27T16:05:01.0460088Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_householder_product_cpu_float64 2022-09-27T16:05:01.0510466Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_cpu_complex128 2022-09-27T16:05:01.0521203Z [gw1] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumprod_cpu_complex128 2022-09-27T16:05:01.1208575Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumprod_cpu_float64 2022-09-27T16:05:01.1222199Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_cpu_complex128 2022-09-27T16:05:01.1400050Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_cpu_float64 2022-09-27T16:05:01.1619977Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_cpu_float64 2022-09-27T16:05:01.2261426Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_ex_cpu_complex128 2022-09-27T16:05:01.2274354Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_ex_cpu_complex128 2022-09-27T16:05:01.2446521Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_ex_cpu_float64 2022-09-27T16:05:01.2700047Z [gw3] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_inv_ex_cpu_float64 2022-09-27T16:05:01.2728176Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_cpu_complex128 2022-09-27T16:05:01.2741835Z [gw1] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumprod_cpu_float64 2022-09-27T16:05:01.2754816Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumsum_cpu_complex128 2022-09-27T16:05:01.2984156Z [gw3] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_cpu_complex128 2022-09-27T16:05:01.3140572Z [gw1] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumsum_cpu_complex128 2022-09-27T16:05:01.3145815Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_cpu_float64 2022-09-27T16:05:01.3169110Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumsum_cpu_float64 2022-09-27T16:05:01.3234650Z [gw3] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_cpu_float64 2022-09-27T16:05:01.3583711Z [gw1] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumsum_cpu_float64 2022-09-27T16:05:01.3590781Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumulative_trapezoid_cpu_complex128 2022-09-27T16:05:01.3623492Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T16:05:01.3635931Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumulative_trapezoid_cpu_complex128 2022-09-27T16:05:01.4022098Z [gw3] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T16:05:01.4025707Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumulative_trapezoid_cpu_float64 2022-09-27T16:05:01.4061153Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_ex_cpu_float64 2022-09-27T16:05:01.4069418Z [gw3] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_factor_ex_cpu_float64 2022-09-27T16:05:01.4460100Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_cumulative_trapezoid_cpu_float64 2022-09-27T16:05:01.4460709Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_deg2rad_cpu_float64 2022-09-27T16:05:01.4488554Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_solve_cpu_complex128 2022-09-27T16:05:01.4505912Z [gw3] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_solve_cpu_complex128 2022-09-27T16:05:01.4899285Z [gw1] [ 61%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_deg2rad_cpu_float64 2022-09-27T16:05:01.4925887Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_solve_cpu_float64 2022-09-27T16:05:01.4936875Z [gw3] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_ldl_solve_cpu_float64 2022-09-27T16:05:01.4961053Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diag_cpu_complex128 2022-09-27T16:05:01.5338141Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diag_cpu_complex128 2022-09-27T16:05:01.5359475Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_cpu_complex128 2022-09-27T16:05:01.5376372Z [gw3] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_cpu_complex128 2022-09-27T16:05:01.5401233Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diag_cpu_float64 2022-09-27T16:05:01.5779427Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diag_cpu_float64 2022-09-27T16:05:01.5798764Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_cpu_float64 2022-09-27T16:05:01.5817631Z [gw3] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_cpu_float64 2022-09-27T16:05:01.5842828Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diag_embed_cpu_complex128 2022-09-27T16:05:01.6221985Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diag_embed_cpu_complex128 2022-09-27T16:05:01.6284115Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T16:05:01.6293802Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diag_embed_cpu_float64 2022-09-27T16:05:01.6701485Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diag_embed_cpu_float64 2022-09-27T16:05:01.6735898Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagflat_cpu_complex128 2022-09-27T16:05:01.7142340Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagflat_cpu_complex128 2022-09-27T16:05:01.7171719Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagflat_cpu_float64 2022-09-27T16:05:01.7581339Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagflat_cpu_float64 2022-09-27T16:05:01.7615907Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagonal_cpu_complex128 2022-09-27T16:05:01.8020306Z [gw1] [ 61%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagonal_cpu_complex128 2022-09-27T16:05:01.8055898Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagonal_cpu_float64 2022-09-27T16:05:01.8109893Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagonal_cpu_float64 2022-09-27T16:05:01.8123137Z [gw2] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T16:05:01.8126351Z [gw0] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_triangular_cpu_complex128 2022-09-27T16:05:01.8133229Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_gelu_cpu_float64 2022-09-27T16:05:01.8294263Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_triangular_cpu_float64 2022-09-27T16:05:01.8505310Z [gw2] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_gelu_cpu_float64 2022-09-27T16:05:01.8509197Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagonal_scatter_cpu_float64 2022-09-27T16:05:01.8539435Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diagonal_scatter_cpu_float64 2022-09-27T16:05:01.8937712Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_glu_cpu_float64 2022-09-27T16:05:01.8944343Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diff_cpu_complex128 2022-09-27T16:05:01.9150946Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diff_cpu_complex128 2022-09-27T16:05:01.9172758Z [gw2] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_glu_cpu_float64 2022-09-27T16:05:01.9297682Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_grid_sample_cpu_float64 2022-09-27T16:05:01.9339547Z [gw2] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_grid_sample_cpu_float64 2022-09-27T16:05:01.9379620Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diff_cpu_float64 2022-09-27T16:05:01.9599136Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_diff_cpu_float64 2022-09-27T16:05:01.9857304Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_group_norm_cpu_float64 2022-09-27T16:05:01.9858253Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_digamma_cpu_float64 2022-09-27T16:05:02.0260636Z [gw1] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_digamma_cpu_float64 2022-09-27T16:05:02.0261446Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dist_cpu_complex128 2022-09-27T16:05:02.0435513Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dist_cpu_complex128 2022-09-27T16:05:02.0482697Z [gw2] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_group_norm_cpu_float64 2022-09-27T16:05:02.0699258Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardshrink_cpu_float64 2022-09-27T16:05:02.0699997Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dist_cpu_float64 2022-09-27T16:05:02.0724923Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dist_cpu_float64 2022-09-27T16:05:02.0962523Z [gw2] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardshrink_cpu_float64 2022-09-27T16:05:02.0963324Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardsigmoid_cpu_float64 2022-09-27T16:05:02.1176743Z [gw2] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardsigmoid_cpu_float64 2022-09-27T16:05:02.1260829Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_floor_rounding_cpu_float64 2022-09-27T16:05:02.1376150Z [gw1] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_floor_rounding_cpu_float64 2022-09-27T16:05:02.1423702Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardswish_cpu_float64 2022-09-27T16:05:02.1551058Z [gw2] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardswish_cpu_float64 2022-09-27T16:05:02.1856396Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_no_rounding_mode_cpu_complex128 2022-09-27T16:05:02.1880372Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardtanh_cpu_float64 2022-09-27T16:05:02.2296348Z [gw2] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hardtanh_cpu_float64 2022-09-27T16:05:02.2753597Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T16:05:02.2778726Z [gw1] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_no_rounding_mode_cpu_complex128 2022-09-27T16:05:02.2940627Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_no_rounding_mode_cpu_float64 2022-09-27T16:05:02.2965623Z [gw2] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T16:05:02.3142528Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_huber_loss_cpu_float64 2022-09-27T16:05:02.3256339Z [gw1] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_no_rounding_mode_cpu_float64 2022-09-27T16:05:02.3312320Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_trunc_rounding_cpu_float64 2022-09-27T16:05:02.3379206Z [gw2] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_huber_loss_cpu_float64 2022-09-27T16:05:02.3423713Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_instance_norm_cpu_float64 2022-09-27T16:05:02.3696490Z [gw1] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_div_trunc_rounding_cpu_float64 2022-09-27T16:05:02.3706251Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dot_cpu_complex128 2022-09-27T16:05:02.4093739Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dot_cpu_complex128 2022-09-27T16:05:02.4145192Z [gw2] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_instance_norm_cpu_float64 2022-09-27T16:05:02.4153656Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dot_cpu_float64 2022-09-27T16:05:02.4179622Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dot_cpu_float64 2022-09-27T16:05:02.4400229Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_area_cpu_float64 2022-09-27T16:05:02.4575388Z [gw2] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_area_cpu_float64 2022-09-27T16:05:02.4584619Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_double_cpu_complex128 2022-09-27T16:05:02.4617883Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_double_cpu_complex128 2022-09-27T16:05:02.4964030Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T16:05:02.5020228Z [gw2] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T16:05:02.5029186Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_double_cpu_float64 2022-09-27T16:05:02.5068982Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_double_cpu_float64 2022-09-27T16:05:02.5457383Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T16:05:02.5468127Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dsplit_cpu_complex128 2022-09-27T16:05:02.5479433Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dsplit_cpu_complex128 2022-09-27T16:05:02.5538068Z [gw2] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T16:05:02.5824140Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_linear_cpu_float64 2022-09-27T16:05:02.5896251Z [gw2] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_linear_cpu_float64 2022-09-27T16:05:02.5905848Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dsplit_cpu_float64 2022-09-27T16:05:02.6015553Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dsplit_cpu_float64 2022-09-27T16:05:02.6172405Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T16:05:02.6335496Z [gw2] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T16:05:02.6343701Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dstack_cpu_complex128 2022-09-27T16:05:02.6418825Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dstack_cpu_complex128 2022-09-27T16:05:02.6720617Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T16:05:02.6739499Z [gw2] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T16:05:02.6766848Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dstack_cpu_float64 2022-09-27T16:05:02.6859225Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_dstack_cpu_float64 2022-09-27T16:05:02.7218664Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_kl_div_cpu_float64 2022-09-27T16:05:02.7226383Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_einsum_cpu_complex128 2022-09-27T16:05:02.7367973Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_einsum_cpu_complex128 2022-09-27T16:05:02.7387262Z [gw2] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_kl_div_cpu_float64 2022-09-27T16:05:02.7631482Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_l1_loss_cpu_complex128 2022-09-27T16:05:02.7696629Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_einsum_cpu_float64 2022-09-27T16:05:02.8102460Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_einsum_cpu_float64 2022-09-27T16:05:02.8146608Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_empty_cpu_complex128 2022-09-27T16:05:02.8472279Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_empty_cpu_complex128 2022-09-27T16:05:02.8493387Z [gw2] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_l1_loss_cpu_complex128 2022-09-27T16:05:02.8621425Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_l1_loss_cpu_float64 2022-09-27T16:05:02.8622101Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_empty_cpu_float64 2022-09-27T16:05:02.8687809Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_empty_cpu_float64 2022-09-27T16:05:02.8902713Z [gw2] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_l1_loss_cpu_float64 2022-09-27T16:05:02.9101808Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_layer_norm_cpu_float64 2022-09-27T16:05:02.9102524Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_empty_like_cpu_complex128 2022-09-27T16:05:02.9547441Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_empty_like_cpu_complex128 2022-09-27T16:05:02.9548155Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_empty_like_cpu_float64 2022-09-27T16:05:02.9612282Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_empty_like_cpu_float64 2022-09-27T16:05:02.9624977Z [gw3] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T16:05:02.9802847Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T16:05:02.9831690Z [gw2] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_layer_norm_cpu_float64 2022-09-27T16:05:03.0016632Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_leaky_relu_cpu_float64 2022-09-27T16:05:03.0021599Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_eq_cpu_complex128 2022-09-27T16:05:03.0078560Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_eq_cpu_complex128 2022-09-27T16:05:03.0376479Z [gw2] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_leaky_relu_cpu_float64 2022-09-27T16:05:03.0472707Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_linear_cpu_complex128 2022-09-27T16:05:03.0504947Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_eq_cpu_float64 2022-09-27T16:05:03.0936885Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_eq_cpu_float64 2022-09-27T16:05:03.0942710Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_equal_cpu_complex128 2022-09-27T16:05:03.1422345Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_equal_cpu_complex128 2022-09-27T16:05:03.1422993Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_equal_cpu_float64 2022-09-27T16:05:03.1854325Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_equal_cpu_float64 2022-09-27T16:05:03.1881152Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_erf_cpu_float64 2022-09-27T16:05:03.2381343Z [gw1] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_erf_cpu_float64 2022-09-27T16:05:03.2381974Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_erfc_cpu_float64 2022-09-27T16:05:03.2650491Z [gw1] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_erfc_cpu_float64 2022-09-27T16:05:03.2666532Z [gw3] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T16:05:03.2797116Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_cpu_complex128 2022-09-27T16:05:03.2797736Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_erfinv_cpu_float64 2022-09-27T16:05:03.3154041Z [gw1] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_erfinv_cpu_float64 2022-09-27T16:05:03.3178406Z [gw2] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_nn_functional_linear_cpu_complex128 2022-09-27T16:05:03.3214399Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fft2_cpu_float64 2022-09-27T16:05:03.3230330Z [gw2] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fft2_cpu_float64 2022-09-27T16:05:03.3240307Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_exp2_cpu_float64 2022-09-27T16:05:03.3697789Z [gw1] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_exp2_cpu_float64 2022-09-27T16:05:03.3745826Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_exp_cpu_complex128 2022-09-27T16:05:03.3753696Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fft_cpu_complex128 2022-09-27T16:05:03.3789732Z [gw2] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fft_cpu_complex128 2022-09-27T16:05:03.4138354Z [gw1] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_exp_cpu_complex128 2022-09-27T16:05:03.4160960Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_exp_cpu_float64 2022-09-27T16:05:03.4221963Z [gw1] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_exp_cpu_float64 2022-09-27T16:05:03.4222602Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fft_cpu_float64 2022-09-27T16:05:03.4540400Z [gw2] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fft_cpu_float64 2022-09-27T16:05:03.4575377Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expand_as_cpu_complex128 2022-09-27T16:05:03.4660930Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expand_as_cpu_complex128 2022-09-27T16:05:03.4661623Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fftn_cpu_complex128 2022-09-27T16:05:03.4921305Z [gw2] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fftn_cpu_complex128 2022-09-27T16:05:03.4933112Z [gw3] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_cpu_complex128 2022-09-27T16:05:03.5019464Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_cpu_float64 2022-09-27T16:05:03.5020101Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expand_as_cpu_float64 2022-09-27T16:05:03.5099083Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expand_as_cpu_float64 2022-09-27T16:05:03.5100027Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fftn_cpu_float64 2022-09-27T16:05:03.5457882Z [gw2] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fftn_cpu_float64 2022-09-27T16:05:03.5458787Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expand_cpu_complex128 2022-09-27T16:05:03.5537334Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expand_cpu_complex128 2022-09-27T16:05:03.5538021Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fftshift_cpu_complex128 2022-09-27T16:05:03.5580302Z [gw2] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fftshift_cpu_complex128 2022-09-27T16:05:03.5593421Z [gw3] [ 62%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_cpu_float64 2022-09-27T16:05:03.5935766Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_cpu_complex128 2022-09-27T16:05:03.5943642Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expand_cpu_float64 2022-09-27T16:05:03.5997579Z [gw1] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expand_cpu_float64 2022-09-27T16:05:03.5998252Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fftshift_cpu_float64 2022-09-27T16:05:03.6416607Z [gw2] [ 62%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fftshift_cpu_float64 2022-09-27T16:05:03.6421807Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfft2_cpu_complex128 2022-09-27T16:05:03.6479471Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfft2_cpu_complex128 2022-09-27T16:05:03.6484300Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expm1_cpu_float64 2022-09-27T16:05:03.6892550Z [gw1] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_expm1_cpu_float64 2022-09-27T16:05:03.6909819Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_eye_cpu_complex128 2022-09-27T16:05:03.6916125Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_eye_cpu_complex128 2022-09-27T16:05:03.6920092Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfft2_cpu_float64 2022-09-27T16:05:03.7300591Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfft2_cpu_float64 2022-09-27T16:05:03.7344283Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfft_cpu_complex128 2022-09-27T16:05:03.7358031Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfft_cpu_complex128 2022-09-27T16:05:03.7362187Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_eye_cpu_float64 2022-09-27T16:05:03.7488589Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_eye_cpu_float64 2022-09-27T16:05:03.7502915Z [gw3] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_cpu_complex128 2022-09-27T16:05:03.7774872Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_cpu_float64 2022-09-27T16:05:03.7780137Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfft_cpu_float64 2022-09-27T16:05:03.7815002Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfft_cpu_float64 2022-09-27T16:05:03.7821153Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fft2_cpu_complex128 2022-09-27T16:05:03.8025096Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_fft2_cpu_complex128 2022-09-27T16:05:03.8039124Z [gw3] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_cpu_float64 2022-09-27T16:05:03.8214194Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_ex_cpu_complex128 2022-09-27T16:05:03.8219642Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfftn_cpu_complex128 2022-09-27T16:05:03.8252149Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfftn_cpu_complex128 2022-09-27T16:05:03.8267373Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_full_cpu_float64 2022-09-27T16:05:03.8659923Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_full_cpu_float64 2022-09-27T16:05:03.8660592Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfftn_cpu_float64 2022-09-27T16:05:03.8734762Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_hfftn_cpu_float64 2022-09-27T16:05:03.8738568Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_ones_cpu_complex128 2022-09-27T16:05:03.9101125Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_ones_cpu_complex128 2022-09-27T16:05:03.9102151Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifft2_cpu_complex128 2022-09-27T16:05:03.9197352Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifft2_cpu_complex128 2022-09-27T16:05:03.9222827Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_ones_cpu_float64 2022-09-27T16:05:03.9500392Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_ones_cpu_float64 2022-09-27T16:05:03.9525596Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifft2_cpu_float64 2022-09-27T16:05:03.9617897Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifft2_cpu_float64 2022-09-27T16:05:03.9642498Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_zeros_cpu_complex128 2022-09-27T16:05:03.9806680Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_zeros_cpu_complex128 2022-09-27T16:05:03.9818226Z [gw3] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_ex_cpu_complex128 2022-09-27T16:05:03.9973182Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_ex_cpu_float64 2022-09-27T16:05:03.9979502Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifft_cpu_complex128 2022-09-27T16:05:04.0133739Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifft_cpu_complex128 2022-09-27T16:05:04.0136884Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_zeros_cpu_float64 2022-09-27T16:05:04.0260402Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_zeros_cpu_float64 2022-09-27T16:05:04.0272655Z [gw3] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_factor_ex_cpu_float64 2022-09-27T16:05:04.0412115Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_solve_cpu_complex128 2022-09-27T16:05:04.0414855Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifft_cpu_float64 2022-09-27T16:05:04.0611999Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifft_cpu_float64 2022-09-27T16:05:04.0615827Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nextafter_cpu_float64 2022-09-27T16:05:04.0850728Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nextafter_cpu_float64 2022-09-27T16:05:04.0855641Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifftn_cpu_complex128 2022-09-27T16:05:04.1054041Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifftn_cpu_complex128 2022-09-27T16:05:04.1058926Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T16:05:04.1293178Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T16:05:04.1297835Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifftn_cpu_float64 2022-09-27T16:05:04.1494879Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifftn_cpu_float64 2022-09-27T16:05:04.1499892Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T16:05:04.1731482Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T16:05:04.1736360Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifftshift_cpu_complex128 2022-09-27T16:05:04.1930836Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifftshift_cpu_complex128 2022-09-27T16:05:04.1935765Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T16:05:04.2174529Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T16:05:04.2179445Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifftshift_cpu_float64 2022-09-27T16:05:04.2371677Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ifftshift_cpu_float64 2022-09-27T16:05:04.2376527Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T16:05:04.2613499Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T16:05:04.2619397Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ihfft2_cpu_float64 2022-09-27T16:05:04.2853321Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ihfft2_cpu_float64 2022-09-27T16:05:04.2858046Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T16:05:04.3036726Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T16:05:04.3051877Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ihfft_cpu_float64 2022-09-27T16:05:04.3335185Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ihfft_cpu_float64 2022-09-27T16:05:04.3340108Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T16:05:04.3494616Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T16:05:04.3499675Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ihfftn_cpu_float64 2022-09-27T16:05:04.3774411Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_ihfftn_cpu_float64 2022-09-27T16:05:04.3779256Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_avg_pool1d_cpu_float64 2022-09-27T16:05:04.3934073Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_avg_pool1d_cpu_float64 2022-09-27T16:05:04.3939088Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfft2_cpu_complex128 2022-09-27T16:05:04.4255107Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfft2_cpu_complex128 2022-09-27T16:05:04.4260217Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_avg_pool2d_cpu_float64 2022-09-27T16:05:04.4338089Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_avg_pool2d_cpu_float64 2022-09-27T16:05:04.4371761Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfft2_cpu_float64 2022-09-27T16:05:04.4699166Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfft2_cpu_float64 2022-09-27T16:05:04.4724426Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_avg_pool3d_cpu_float64 2022-09-27T16:05:04.4778854Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_avg_pool3d_cpu_float64 2022-09-27T16:05:04.4804985Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfft_cpu_complex128 2022-09-27T16:05:04.5140465Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfft_cpu_complex128 2022-09-27T16:05:04.5168638Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_batch_norm_cpu_float64 2022-09-27T16:05:04.5218394Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_batch_norm_cpu_float64 2022-09-27T16:05:04.5249291Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfft_cpu_float64 2022-09-27T16:05:04.5580947Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfft_cpu_float64 2022-09-27T16:05:04.5610844Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_bilinear_cpu_float64 2022-09-27T16:05:04.5659190Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_bilinear_cpu_float64 2022-09-27T16:05:04.5686390Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfftn_cpu_complex128 2022-09-27T16:05:04.6021555Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfftn_cpu_complex128 2022-09-27T16:05:04.6054229Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T16:05:04.6099001Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T16:05:04.6127086Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfftn_cpu_float64 2022-09-27T16:05:04.6460185Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_irfftn_cpu_float64 2022-09-27T16:05:04.6489776Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T16:05:04.6539346Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T16:05:04.6571398Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_rfft2_cpu_float64 2022-09-27T16:05:04.6900013Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_rfft2_cpu_float64 2022-09-27T16:05:04.6950596Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_celu_cpu_float64 2022-09-27T16:05:04.6976747Z [gw1] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_celu_cpu_float64 2022-09-27T16:05:04.6998918Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_rfft_cpu_float64 2022-09-27T16:05:04.7341986Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_rfft_cpu_float64 2022-09-27T16:05:04.7367158Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv1d_cpu_complex128 2022-09-27T16:05:04.7418600Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv1d_cpu_complex128 2022-09-27T16:05:04.7448477Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_rfftn_cpu_float64 2022-09-27T16:05:04.7780581Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fft_rfftn_cpu_float64 2022-09-27T16:05:04.7808726Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv1d_cpu_float64 2022-09-27T16:05:04.7858340Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv1d_cpu_float64 2022-09-27T16:05:04.8000287Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fill_cpu_complex128 2022-09-27T16:05:04.8220725Z [gw2] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fill_cpu_complex128 2022-09-27T16:05:04.8248947Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv2d_cpu_complex128 2022-09-27T16:05:04.8298372Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv2d_cpu_complex128 2022-09-27T16:05:04.8346253Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fill_cpu_float64 2022-09-27T16:05:04.8662060Z [gw2] [ 63%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fill_cpu_float64 2022-09-27T16:05:04.8689961Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv2d_cpu_float64 2022-09-27T16:05:04.8739186Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv2d_cpu_float64 2022-09-27T16:05:04.8772694Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flatten_cpu_complex128 2022-09-27T16:05:04.9101598Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flatten_cpu_complex128 2022-09-27T16:05:04.9134978Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T16:05:04.9179171Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T16:05:04.9212666Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flatten_cpu_float64 2022-09-27T16:05:04.9542114Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flatten_cpu_float64 2022-09-27T16:05:04.9575455Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T16:05:04.9619480Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T16:05:04.9652019Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flip_cpu_complex128 2022-09-27T16:05:04.9981210Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flip_cpu_complex128 2022-09-27T16:05:05.0019489Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T16:05:05.0059137Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T16:05:05.0089401Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flip_cpu_float64 2022-09-27T16:05:05.0420260Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flip_cpu_float64 2022-09-27T16:05:05.0451335Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T16:05:05.0498140Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T16:05:05.0528369Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fliplr_cpu_complex128 2022-09-27T16:05:05.0859637Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fliplr_cpu_complex128 2022-09-27T16:05:05.0892774Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T16:05:05.0937397Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T16:05:05.0966621Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fliplr_cpu_float64 2022-09-27T16:05:05.1298643Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fliplr_cpu_float64 2022-09-27T16:05:05.1327086Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_cosine_similarity_cpu_float64 2022-09-27T16:05:05.1377689Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_cosine_similarity_cpu_float64 2022-09-27T16:05:05.1406482Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flipud_cpu_complex128 2022-09-27T16:05:05.1739620Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flipud_cpu_complex128 2022-09-27T16:05:05.1767998Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_cross_entropy_cpu_float64 2022-09-27T16:05:05.1818535Z [gw1] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_cross_entropy_cpu_float64 2022-09-27T16:05:05.1856691Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flipud_cpu_float64 2022-09-27T16:05:05.1885735Z [gw2] [ 63%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_flipud_cpu_float64 2022-09-27T16:05:05.1893355Z [gw0] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_solve_triangular_cpu_float64 2022-09-27T16:05:05.2179645Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svd_cpu_complex128 2022-09-27T16:05:05.2206748Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_ctc_loss_cpu_float64 2022-09-27T16:05:05.2264241Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_ctc_loss_cpu_float64 2022-09-27T16:05:05.2311667Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_cpu_complex128 2022-09-27T16:05:05.2698497Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_cpu_complex128 2022-09-27T16:05:05.2761782Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout2d_cpu_float64 2022-09-27T16:05:05.2855715Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_cpu_float64 2022-09-27T16:05:05.3256626Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_cpu_float64 2022-09-27T16:05:05.3854877Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_power_cpu_complex128 2022-09-27T16:05:05.3893083Z [gw1] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout2d_cpu_float64 2022-09-27T16:05:05.4658799Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout3d_cpu_float64 2022-09-27T16:05:05.4670521Z [gw1] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout3d_cpu_float64 2022-09-27T16:05:05.5143336Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout_cpu_float64 2022-09-27T16:05:05.5159052Z [gw2] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_power_cpu_complex128 2022-09-27T16:05:05.5376940Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_power_cpu_float64 2022-09-27T16:05:05.5563504Z [gw2] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_float_power_cpu_float64 2022-09-27T16:05:05.5577322Z [gw1] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_dropout_cpu_float64 2022-09-27T16:05:05.5582639Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_elu_cpu_float64 2022-09-27T16:05:05.5629513Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_floor_cpu_float64 2022-09-27T16:05:05.5643988Z [gw2] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_floor_cpu_float64 2022-09-27T16:05:05.5983052Z [gw1] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_elu_cpu_float64 2022-09-27T16:05:05.6013698Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_embedding_bag_cpu_float64 2022-09-27T16:05:05.6060115Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_embedding_bag_cpu_float64 2022-09-27T16:05:05.6091117Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_floor_divide_cpu_float64 2022-09-27T16:05:05.6422054Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_floor_divide_cpu_float64 2022-09-27T16:05:05.6453789Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_embedding_cpu_float64 2022-09-27T16:05:05.6541498Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_embedding_cpu_float64 2022-09-27T16:05:05.6570896Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fmax_cpu_float64 2022-09-27T16:05:05.6862071Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fmax_cpu_float64 2022-09-27T16:05:05.7022563Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T16:05:05.7060922Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fmin_cpu_float64 2022-09-27T16:05:05.7081666Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fmin_cpu_float64 2022-09-27T16:05:05.7301105Z [gw1] [ 64%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T16:05:05.7502420Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T16:05:05.7716603Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fmod_cpu_float64 2022-09-27T16:05:05.7941071Z [gw2] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_fmod_cpu_float64 2022-09-27T16:05:05.8008057Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_frac_cpu_float64 2022-09-27T16:05:05.8382547Z [gw2] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_frac_cpu_float64 2022-09-27T16:05:05.8413467Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_frexp_cpu_float64 2022-09-27T16:05:05.8822643Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_frexp_cpu_float64 2022-09-27T16:05:05.8855740Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_full_like_cpu_complex128 2022-09-27T16:05:05.9262670Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_full_like_cpu_complex128 2022-09-27T16:05:05.9297554Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_full_like_cpu_float64 2022-09-27T16:05:05.9755254Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_full_like_cpu_float64 2022-09-27T16:05:05.9756400Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gather_cpu_complex128 2022-09-27T16:05:06.0221768Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gather_cpu_complex128 2022-09-27T16:05:06.0222740Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gather_cpu_float64 2022-09-27T16:05:06.0589614Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gather_cpu_float64 2022-09-27T16:05:06.0593443Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ge_cpu_float64 2022-09-27T16:05:06.0612128Z [gw1] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T16:05:06.0660511Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T16:05:06.1075587Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ge_cpu_float64 2022-09-27T16:05:06.1076438Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_geqrf_cpu_complex128 2022-09-27T16:05:06.1463012Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_geqrf_cpu_complex128 2022-09-27T16:05:06.1492557Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_geqrf_cpu_float64 2022-09-27T16:05:06.1537639Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_geqrf_cpu_float64 2022-09-27T16:05:06.1546845Z [gw1] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T16:05:06.1567059Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T16:05:06.1900806Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T16:05:06.1929813Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gradient_cpu_complex128 2022-09-27T16:05:06.1979420Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gradient_cpu_complex128 2022-09-27T16:05:06.2008040Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T16:05:06.2342708Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T16:05:06.2375724Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gradient_cpu_float64 2022-09-27T16:05:06.2419180Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gradient_cpu_float64 2022-09-27T16:05:06.2452843Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T16:05:06.2560922Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T16:05:06.2566202Z [gw3] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_solve_cpu_complex128 2022-09-27T16:05:06.2820810Z test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_solve_cpu_float64 2022-09-27T16:05:06.2866423Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gt_cpu_float64 2022-09-27T16:05:06.2911413Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_gt_cpu_float64 2022-09-27T16:05:06.2913953Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_gelu_cpu_float64 2022-09-27T16:05:06.3297909Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_gelu_cpu_float64 2022-09-27T16:05:06.3301371Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_half_cpu_complex128 2022-09-27T16:05:06.3374159Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_half_cpu_complex128 2022-09-27T16:05:06.3377626Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_glu_cpu_float64 2022-09-27T16:05:06.3777812Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_glu_cpu_float64 2022-09-27T16:05:06.3781408Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_half_cpu_float64 2022-09-27T16:05:06.3845225Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_half_cpu_float64 2022-09-27T16:05:06.3855727Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_grid_sample_cpu_float64 2022-09-27T16:05:06.4218006Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_grid_sample_cpu_float64 2022-09-27T16:05:06.4221556Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_heaviside_cpu_float64 2022-09-27T16:05:06.4335233Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_heaviside_cpu_float64 2022-09-27T16:05:06.4335919Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_group_norm_cpu_float64 2022-09-27T16:05:06.4651493Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_group_norm_cpu_float64 2022-09-27T16:05:06.4660571Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_histc_cpu_float64 2022-09-27T16:05:06.4758501Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_histc_cpu_float64 2022-09-27T16:05:06.4777543Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardshrink_cpu_float64 2022-09-27T16:05:06.5098740Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardshrink_cpu_float64 2022-09-27T16:05:06.5099394Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_histogram_cpu_float64 2022-09-27T16:05:06.5290219Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_histogram_cpu_float64 2022-09-27T16:05:06.5293916Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardsigmoid_cpu_float64 2022-09-27T16:05:06.5536137Z [gw1] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardsigmoid_cpu_float64 2022-09-27T16:05:06.5538241Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_histogramdd_cpu_float64 2022-09-27T16:05:06.5734155Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_histogramdd_cpu_float64 2022-09-27T16:05:06.5737628Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardswish_cpu_float64 2022-09-27T16:05:06.5940641Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardswish_cpu_float64 2022-09-27T16:05:06.5969537Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hsplit_cpu_complex128 2022-09-27T16:05:06.6178598Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hsplit_cpu_complex128 2022-09-27T16:05:06.6182228Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardtanh_cpu_float64 2022-09-27T16:05:06.6379466Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hardtanh_cpu_float64 2022-09-27T16:05:06.6393924Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hsplit_cpu_float64 2022-09-27T16:05:06.6411739Z [gw3] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_forward_mode_AD_linalg_lu_solve_cpu_float64 2022-09-27T16:05:06.6419296Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hsplit_cpu_float64 2022-09-27T16:05:06.6442423Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T16:05:06.6617745Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T16:05:06.6618511Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T16:05:06.6821062Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T16:05:06.6827323Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hstack_cpu_complex128 2022-09-27T16:05:06.6853633Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_cpu_complex128 2022-09-27T16:05:06.6877596Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hstack_cpu_complex128 2022-09-27T16:05:06.7035976Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_cpu_complex128 2022-09-27T16:05:06.7061309Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_huber_loss_cpu_float64 2022-09-27T16:05:06.7294082Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_huber_loss_cpu_float64 2022-09-27T16:05:06.7299693Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hstack_cpu_float64 2022-09-27T16:05:06.7312812Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hstack_cpu_float64 2022-09-27T16:05:06.7350837Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_cpu_float64 2022-09-27T16:05:06.7457338Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_cpu_float64 2022-09-27T16:05:06.7482637Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_instance_norm_cpu_float64 2022-09-27T16:05:06.7699769Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_instance_norm_cpu_float64 2022-09-27T16:05:06.7738926Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hypot_cpu_float64 2022-09-27T16:05:06.7775164Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_cpu_complex128 2022-09-27T16:05:06.7862063Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_cpu_complex128 2022-09-27T16:05:06.7898559Z [gw2] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_hypot_cpu_float64 2022-09-27T16:05:06.7928283Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_area_cpu_float64 2022-09-27T16:05:06.8139217Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_area_cpu_float64 2022-09-27T16:05:06.8179159Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_i0_cpu_float64 2022-09-27T16:05:06.8196753Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_cpu_float64 2022-09-27T16:05:06.8213364Z [gw2] [ 64%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_i0_cpu_float64 2022-09-27T16:05:06.8339120Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_cpu_float64 2022-09-27T16:05:06.8367556Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T16:05:06.8582089Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T16:05:06.8608892Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_igamma_cpu_float64 2022-09-27T16:05:06.8622494Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_igamma_cpu_float64 2022-09-27T16:05:06.8653464Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_ex_cpu_complex128 2022-09-27T16:05:06.8779510Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_ex_cpu_complex128 2022-09-27T16:05:06.8805991Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T16:05:06.9020833Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T16:05:06.9048069Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_igammac_cpu_float64 2022-09-27T16:05:06.9099520Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_igammac_cpu_float64 2022-09-27T16:05:06.9130970Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_ex_cpu_float64 2022-09-27T16:05:06.9219910Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_factor_ex_cpu_float64 2022-09-27T16:05:06.9246018Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_linear_cpu_float64 2022-09-27T16:05:06.9460638Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_linear_cpu_float64 2022-09-27T16:05:06.9488222Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_imag_cpu_complex128 2022-09-27T16:05:06.9539455Z [gw2] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_imag_cpu_complex128 2022-09-27T16:05:06.9570588Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_solve_cpu_complex128 2022-09-27T16:05:06.9659325Z [gw3] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_solve_cpu_complex128 2022-09-27T16:05:06.9687467Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T16:05:06.9900762Z [gw1] [ 64%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T16:05:06.9979520Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_add_cpu_complex128 2022-09-27T16:05:07.0013296Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_solve_cpu_float64 2022-09-27T16:05:07.0099151Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lu_solve_cpu_float64 2022-09-27T16:05:07.0129622Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T16:05:07.0421678Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T16:05:07.0457866Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_norm_cpu_complex128 2022-09-27T16:05:07.0539635Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_norm_cpu_complex128 2022-09-27T16:05:07.0574862Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_kl_div_cpu_float64 2022-09-27T16:05:07.0801032Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_kl_div_cpu_float64 2022-09-27T16:05:07.0809112Z [gw2] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_add_cpu_complex128 2022-09-27T16:05:07.0859638Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_add_cpu_float64 2022-09-27T16:05:07.0891968Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_norm_cpu_float64 2022-09-27T16:05:07.0953433Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_norm_cpu_float64 2022-09-27T16:05:07.0978288Z [gw2] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_add_cpu_float64 2022-09-27T16:05:07.1008776Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_l1_loss_cpu_complex128 2022-09-27T16:05:07.1220310Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_l1_loss_cpu_complex128 2022-09-27T16:05:07.1299907Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_copy_cpu_complex128 2022-09-27T16:05:07.1334255Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_power_cpu_complex128 2022-09-27T16:05:07.1420426Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_power_cpu_complex128 2022-09-27T16:05:07.1453599Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_l1_loss_cpu_float64 2022-09-27T16:05:07.1526885Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_l1_loss_cpu_float64 2022-09-27T16:05:07.1658545Z [gw2] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_copy_cpu_complex128 2022-09-27T16:05:07.1713558Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_copy_cpu_float64 2022-09-27T16:05:07.1738809Z [gw2] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_copy_cpu_float64 2022-09-27T16:05:07.1764776Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_power_cpu_float64 2022-09-27T16:05:07.1858148Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_power_cpu_float64 2022-09-27T16:05:07.1888568Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_layer_norm_cpu_float64 2022-09-27T16:05:07.2099255Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_layer_norm_cpu_float64 2022-09-27T16:05:07.2179352Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_fill_cpu_complex128 2022-09-27T16:05:07.2209801Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_cpu_complex128 2022-09-27T16:05:07.2237283Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_cpu_complex128 2022-09-27T16:05:07.2297597Z [gw2] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_fill_cpu_complex128 2022-09-27T16:05:07.2319385Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_leaky_relu_cpu_float64 2022-09-27T16:05:07.2538288Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_leaky_relu_cpu_float64 2022-09-27T16:05:07.2580303Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_fill_cpu_float64 2022-09-27T16:05:07.2617711Z [gw2] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_fill_cpu_float64 2022-09-27T16:05:07.2638159Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_cpu_float64 2022-09-27T16:05:07.2736819Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_cpu_float64 2022-09-27T16:05:07.2756596Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_linear_cpu_complex128 2022-09-27T16:05:07.2977347Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_linear_cpu_complex128 2022-09-27T16:05:07.3058487Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_put_cpu_complex128 2022-09-27T16:05:07.3092713Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T16:05:07.3178008Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T16:05:07.3202828Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_linear_cpu_float64 2022-09-27T16:05:07.3382035Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_linear_cpu_float64 2022-09-27T16:05:07.3416726Z [gw2] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_put_cpu_complex128 2022-09-27T16:05:07.3480460Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_put_cpu_float64 2022-09-27T16:05:07.3496956Z [gw2] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_put_cpu_float64 2022-09-27T16:05:07.3517864Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T16:05:07.3617312Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T16:05:07.3639439Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_local_response_norm_cpu_float64 2022-09-27T16:05:07.3857490Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_local_response_norm_cpu_float64 2022-09-27T16:05:07.3906765Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_reduce_cpu_float64 2022-09-27T16:05:07.3936498Z [gw2] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_reduce_cpu_float64 2022-09-27T16:05:07.3956922Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_multi_dot_cpu_complex128 2022-09-27T16:05:07.4056258Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_multi_dot_cpu_complex128 2022-09-27T16:05:07.4075526Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_logsigmoid_cpu_float64 2022-09-27T16:05:07.4296934Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_logsigmoid_cpu_float64 2022-09-27T16:05:07.4317397Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_select_cpu_complex128 2022-09-27T16:05:07.4376895Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_select_cpu_complex128 2022-09-27T16:05:07.4398692Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_multi_dot_cpu_float64 2022-09-27T16:05:07.4496524Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_multi_dot_cpu_float64 2022-09-27T16:05:07.4516202Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T16:05:07.4736899Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T16:05:07.4757783Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_select_cpu_float64 2022-09-27T16:05:07.4816635Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_index_select_cpu_float64 2022-09-27T16:05:07.4840503Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_cpu_complex128 2022-09-27T16:05:07.4936213Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_cpu_complex128 2022-09-27T16:05:07.4956982Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_pool1d_cpu_float64 2022-09-27T16:05:07.5176738Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_pool1d_cpu_float64 2022-09-27T16:05:07.5197424Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_inner_cpu_complex128 2022-09-27T16:05:07.5256192Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_inner_cpu_complex128 2022-09-27T16:05:07.5276624Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_cpu_float64 2022-09-27T16:05:07.5375937Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_cpu_float64 2022-09-27T16:05:07.5402442Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_pool2d_cpu_float64 2022-09-27T16:05:07.5616394Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_pool2d_cpu_float64 2022-09-27T16:05:07.5634498Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_inner_cpu_float64 2022-09-27T16:05:07.5695908Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_inner_cpu_float64 2022-09-27T16:05:07.5716393Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T16:05:07.5816388Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T16:05:07.5836730Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_pool3d_cpu_float64 2022-09-27T16:05:07.6056342Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_pool3d_cpu_float64 2022-09-27T16:05:07.6074338Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_int_cpu_complex128 2022-09-27T16:05:07.6136271Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_int_cpu_complex128 2022-09-27T16:05:07.6155228Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T16:05:07.6256288Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T16:05:07.6276824Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool1d_cpu_float64 2022-09-27T16:05:07.6496989Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool1d_cpu_float64 2022-09-27T16:05:07.6515376Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_int_cpu_float64 2022-09-27T16:05:07.6576260Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_int_cpu_float64 2022-09-27T16:05:07.6595477Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_cpu_complex128 2022-09-27T16:05:07.6696997Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_cpu_complex128 2022-09-27T16:05:07.6717907Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T16:05:07.6937733Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T16:05:07.6959036Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isclose_cpu_complex128 2022-09-27T16:05:07.7017369Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isclose_cpu_complex128 2022-09-27T16:05:07.7038376Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_cpu_float64 2022-09-27T16:05:07.7136924Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_cpu_float64 2022-09-27T16:05:07.7157925Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool2d_cpu_float64 2022-09-27T16:05:07.7376697Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool2d_cpu_float64 2022-09-27T16:05:07.7397917Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isclose_cpu_float64 2022-09-27T16:05:07.7455857Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isclose_cpu_float64 2022-09-27T16:05:07.7475361Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_hermitian_cpu_complex128 2022-09-27T16:05:07.7576207Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_hermitian_cpu_complex128 2022-09-27T16:05:07.7596170Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T16:05:07.7816451Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T16:05:07.7835793Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isfinite_cpu_complex128 2022-09-27T16:05:07.7896720Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isfinite_cpu_complex128 2022-09-27T16:05:07.7916377Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_hermitian_cpu_float64 2022-09-27T16:05:07.8016577Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_hermitian_cpu_float64 2022-09-27T16:05:07.8036004Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool3d_cpu_float64 2022-09-27T16:05:07.8256535Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool3d_cpu_float64 2022-09-27T16:05:07.8276821Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isfinite_cpu_float64 2022-09-27T16:05:07.8336048Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isfinite_cpu_float64 2022-09-27T16:05:07.8355151Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_singular_cpu_complex128 2022-09-27T16:05:07.8456070Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_singular_cpu_complex128 2022-09-27T16:05:07.8475953Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T16:05:07.8696186Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T16:05:07.8715931Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isin_cpu_float64 2022-09-27T16:05:07.8776040Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isin_cpu_float64 2022-09-27T16:05:07.8795303Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_singular_cpu_float64 2022-09-27T16:05:07.8895765Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_pinv_singular_cpu_float64 2022-09-27T16:05:07.8948256Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_mish_cpu_float64 2022-09-27T16:05:07.9136298Z [gw1] [ 65%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_mish_cpu_float64 2022-09-27T16:05:07.9154299Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isinf_cpu_complex128 2022-09-27T16:05:07.9216128Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isinf_cpu_complex128 2022-09-27T16:05:07.9237127Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_qr_cpu_complex128 2022-09-27T16:05:07.9336812Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_qr_cpu_complex128 2022-09-27T16:05:07.9355681Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_mse_loss_cpu_float64 2022-09-27T16:05:07.9578548Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_mse_loss_cpu_float64 2022-09-27T16:05:07.9598358Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isinf_cpu_float64 2022-09-27T16:05:07.9657706Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isinf_cpu_float64 2022-09-27T16:05:07.9683492Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_qr_cpu_float64 2022-09-27T16:05:07.9777299Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_qr_cpu_float64 2022-09-27T16:05:07.9797964Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T16:05:08.0018317Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T16:05:08.0039458Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isnan_cpu_complex128 2022-09-27T16:05:08.0096760Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isnan_cpu_complex128 2022-09-27T16:05:08.0118244Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_slogdet_cpu_complex128 2022-09-27T16:05:08.0216784Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_slogdet_cpu_complex128 2022-09-27T16:05:08.0240948Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T16:05:08.0456606Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T16:05:08.0474824Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isnan_cpu_float64 2022-09-27T16:05:08.0536011Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isnan_cpu_float64 2022-09-27T16:05:08.0554873Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_slogdet_cpu_float64 2022-09-27T16:05:08.0656053Z [gw3] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_slogdet_cpu_float64 2022-09-27T16:05:08.0674629Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T16:05:08.0897510Z [gw1] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T16:05:08.0916878Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isneginf_cpu_float64 2022-09-27T16:05:08.0976850Z [gw2] [ 65%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isneginf_cpu_float64 2022-09-27T16:05:08.0997834Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_cpu_complex128 2022-09-27T16:05:08.1096713Z [gw3] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_cpu_complex128 2022-09-27T16:05:08.1116762Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_nll_loss_cpu_float64 2022-09-27T16:05:08.1337724Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_nll_loss_cpu_float64 2022-09-27T16:05:08.1356655Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isposinf_cpu_float64 2022-09-27T16:05:08.1416358Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isposinf_cpu_float64 2022-09-27T16:05:08.1436860Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_cpu_float64 2022-09-27T16:05:08.1537882Z [gw3] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_cpu_float64 2022-09-27T16:05:08.1557970Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_normalize_cpu_complex128 2022-09-27T16:05:08.1778479Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_normalize_cpu_complex128 2022-09-27T16:05:08.1800760Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isreal_cpu_complex128 2022-09-27T16:05:08.1856400Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isreal_cpu_complex128 2022-09-27T16:05:08.1877192Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_ex_cpu_complex128 2022-09-27T16:05:08.1976219Z [gw3] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_ex_cpu_complex128 2022-09-27T16:05:08.1995694Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_normalize_cpu_float64 2022-09-27T16:05:08.2218093Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_normalize_cpu_float64 2022-09-27T16:05:08.2241020Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isreal_cpu_float64 2022-09-27T16:05:08.2297644Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_isreal_cpu_float64 2022-09-27T16:05:08.2318320Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_ex_cpu_float64 2022-09-27T16:05:08.2417940Z [gw3] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_ex_cpu_float64 2022-09-27T16:05:08.2441027Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_circular_cpu_complex128 2022-09-27T16:05:08.2658123Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_circular_cpu_complex128 2022-09-27T16:05:08.2678064Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_istft_cpu_complex128 2022-09-27T16:05:08.2736693Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_istft_cpu_complex128 2022-09-27T16:05:08.2758377Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_triangular_cpu_complex128 2022-09-27T16:05:08.2856734Z [gw3] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_triangular_cpu_complex128 2022-09-27T16:05:08.2879369Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_circular_cpu_float64 2022-09-27T16:05:08.3096719Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_circular_cpu_float64 2022-09-27T16:05:08.3116182Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_istft_cpu_float64 2022-09-27T16:05:08.3176838Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_istft_cpu_float64 2022-09-27T16:05:08.3197621Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_triangular_cpu_float64 2022-09-27T16:05:08.3297382Z [gw3] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_solve_triangular_cpu_float64 2022-09-27T16:05:08.3317516Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_constant_cpu_complex128 2022-09-27T16:05:08.3537659Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_constant_cpu_complex128 2022-09-27T16:05:08.3558423Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T16:05:08.3616766Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T16:05:08.3637895Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_svd_cpu_complex128 2022-09-27T16:05:08.3736969Z [gw3] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_svd_cpu_complex128 2022-09-27T16:05:08.3757548Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_constant_cpu_float64 2022-09-27T16:05:08.3977783Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_constant_cpu_float64 2022-09-27T16:05:08.3997972Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T16:05:08.4056820Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T16:05:08.4081752Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_svd_cpu_float64 2022-09-27T16:05:08.4177313Z [gw3] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_svd_cpu_float64 2022-09-27T16:05:08.4198100Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_reflect_cpu_complex128 2022-09-27T16:05:08.4418117Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_reflect_cpu_complex128 2022-09-27T16:05:08.4438398Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T16:05:08.4497096Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T16:05:08.4519841Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_svdvals_cpu_complex128 2022-09-27T16:05:08.4616700Z [gw3] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_svdvals_cpu_complex128 2022-09-27T16:05:08.4637580Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_reflect_cpu_float64 2022-09-27T16:05:08.4858274Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_reflect_cpu_float64 2022-09-27T16:05:08.4878669Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T16:05:08.4937282Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T16:05:08.4958393Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_svdvals_cpu_float64 2022-09-27T16:05:08.5056939Z [gw3] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_svdvals_cpu_float64 2022-09-27T16:05:08.5081307Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_replicate_cpu_complex128 2022-09-27T16:05:08.5297930Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_replicate_cpu_complex128 2022-09-27T16:05:08.5318990Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_cpu_complex128 2022-09-27T16:05:08.5377358Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_cpu_complex128 2022-09-27T16:05:08.5399427Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorinv_cpu_complex128 2022-09-27T16:05:08.5496972Z [gw3] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorinv_cpu_complex128 2022-09-27T16:05:08.5517971Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_replicate_cpu_float64 2022-09-27T16:05:08.5738231Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pad_replicate_cpu_float64 2022-09-27T16:05:08.5758863Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_cpu_float64 2022-09-27T16:05:08.5817311Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_cpu_float64 2022-09-27T16:05:08.5838345Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorinv_cpu_float64 2022-09-27T16:05:08.5936983Z [gw3] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorinv_cpu_float64 2022-09-27T16:05:08.5957653Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T16:05:08.6177395Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T16:05:08.6198252Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T16:05:08.6256737Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T16:05:08.6275697Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorsolve_cpu_complex128 2022-09-27T16:05:08.6376163Z [gw3] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorsolve_cpu_complex128 2022-09-27T16:05:08.6394703Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pairwise_distance_cpu_float64 2022-09-27T16:05:08.6616914Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pairwise_distance_cpu_float64 2022-09-27T16:05:08.6638432Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T16:05:08.6696553Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T16:05:08.6715915Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorsolve_cpu_float64 2022-09-27T16:05:08.6816876Z [gw3] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_tensorsolve_cpu_float64 2022-09-27T16:05:08.6836780Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pdist_cpu_float64 2022-09-27T16:05:08.7057305Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pdist_cpu_float64 2022-09-27T16:05:08.7075067Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_unary_cpu_complex128 2022-09-27T16:05:08.7136019Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_unary_cpu_complex128 2022-09-27T16:05:08.7155462Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vander_cpu_complex128 2022-09-27T16:05:08.7257120Z [gw3] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vander_cpu_complex128 2022-09-27T16:05:08.7277322Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T16:05:08.7498046Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T16:05:08.7518111Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_unary_cpu_float64 2022-09-27T16:05:08.7576918Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_jiterator_unary_cpu_float64 2022-09-27T16:05:08.7598485Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vander_cpu_float64 2022-09-27T16:05:08.7696756Z [gw3] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vander_cpu_float64 2022-09-27T16:05:08.7717120Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T16:05:08.7938201Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T16:05:08.7959008Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_kron_cpu_complex128 2022-09-27T16:05:08.8017258Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_kron_cpu_complex128 2022-09-27T16:05:08.8037294Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vecdot_cpu_complex128 2022-09-27T16:05:08.8136901Z [gw3] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vecdot_cpu_complex128 2022-09-27T16:05:08.8157693Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T16:05:08.8378332Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T16:05:08.8398969Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_kron_cpu_float64 2022-09-27T16:05:08.8457210Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_kron_cpu_float64 2022-09-27T16:05:08.8478877Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vecdot_cpu_float64 2022-09-27T16:05:08.8576659Z [gw3] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vecdot_cpu_float64 2022-09-27T16:05:08.8595889Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T16:05:08.8818225Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T16:05:08.8838752Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_kthvalue_cpu_float64 2022-09-27T16:05:08.8897112Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_kthvalue_cpu_float64 2022-09-27T16:05:08.8922102Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vector_norm_cpu_complex128 2022-09-27T16:05:08.9016547Z [gw3] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vector_norm_cpu_complex128 2022-09-27T16:05:08.9037326Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T16:05:08.9257322Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T16:05:08.9277469Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ldexp_cpu_complex128 2022-09-27T16:05:08.9336876Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ldexp_cpu_complex128 2022-09-27T16:05:08.9357648Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vector_norm_cpu_float64 2022-09-27T16:05:08.9456684Z [gw3] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_vector_norm_cpu_float64 2022-09-27T16:05:08.9479937Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_prelu_cpu_float64 2022-09-27T16:05:08.9698071Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_prelu_cpu_float64 2022-09-27T16:05:08.9721959Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ldexp_cpu_float64 2022-09-27T16:05:08.9776938Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ldexp_cpu_float64 2022-09-27T16:05:08.9801646Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linspace_cpu_complex128 2022-09-27T16:05:08.9897831Z [gw3] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linspace_cpu_complex128 2022-09-27T16:05:08.9921700Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_relu6_cpu_float64 2022-09-27T16:05:09.0139739Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_relu6_cpu_float64 2022-09-27T16:05:09.0164955Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_le_cpu_float64 2022-09-27T16:05:09.0218321Z [gw2] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_le_cpu_float64 2022-09-27T16:05:09.0244788Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linspace_cpu_float64 2022-09-27T16:05:09.0337860Z [gw3] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linspace_cpu_float64 2022-09-27T16:05:09.0364056Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_relu_cpu_float64 2022-09-27T16:05:09.0580123Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_relu_cpu_float64 2022-09-27T16:05:09.0658968Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lerp_cpu_complex128 2022-09-27T16:05:09.0782192Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log10_cpu_complex128 2022-09-27T16:05:09.0840351Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_rrelu_cpu_float64 2022-09-27T16:05:09.0953743Z [gw3] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log10_cpu_complex128 2022-09-27T16:05:09.1100190Z [gw1] [ 66%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_rrelu_cpu_float64 2022-09-27T16:05:09.1163537Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log10_cpu_float64 2022-09-27T16:05:09.1219068Z [gw3] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log10_cpu_float64 2022-09-27T16:05:09.1297231Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_selu_cpu_float64 2022-09-27T16:05:09.1539064Z [gw1] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_selu_cpu_float64 2022-09-27T16:05:09.1584757Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log1p_cpu_float64 2022-09-27T16:05:09.1657909Z [gw3] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log1p_cpu_float64 2022-09-27T16:05:09.1686367Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_silu_complex_cpu_complex128 2022-09-27T16:05:09.1978583Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_silu_complex_cpu_complex128 2022-09-27T16:05:09.2098316Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log2_cpu_complex128 2022-09-27T16:05:09.2151375Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_silu_cpu_float64 2022-09-27T16:05:09.2182340Z [gw3] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log2_cpu_complex128 2022-09-27T16:05:09.2418787Z [gw1] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_silu_cpu_float64 2022-09-27T16:05:09.2479764Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log2_cpu_float64 2022-09-27T16:05:09.2538666Z [gw3] [ 66%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log2_cpu_float64 2022-09-27T16:05:09.2569254Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T16:05:09.2756745Z [gw1] [ 66%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T16:05:09.2766563Z [gw2] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lerp_cpu_complex128 2022-09-27T16:05:09.2858403Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lerp_cpu_float64 2022-09-27T16:05:09.2970299Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_cpu_complex128 2022-09-27T16:05:09.3006861Z [gw2] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lerp_cpu_float64 2022-09-27T16:05:09.3017334Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T16:05:09.3110438Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T16:05:09.3179302Z [gw3] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_cpu_complex128 2022-09-27T16:05:09.3244229Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lgamma_cpu_float64 2022-09-27T16:05:09.3298592Z [gw2] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lgamma_cpu_float64 2022-09-27T16:05:09.3378829Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_cpu_float64 2022-09-27T16:05:09.3419029Z [gw3] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_cpu_float64 2022-09-27T16:05:09.3449630Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softmin_cpu_float64 2022-09-27T16:05:09.3620591Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softmin_cpu_float64 2022-09-27T16:05:09.3649684Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_cpu_complex128 2022-09-27T16:05:09.3738658Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_cpu_complex128 2022-09-27T16:05:09.3769266Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_softmax_cpu_float64 2022-09-27T16:05:09.3858329Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_softmax_cpu_float64 2022-09-27T16:05:09.3886929Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T16:05:09.4058206Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T16:05:09.4091935Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_cpu_float64 2022-09-27T16:05:09.4178000Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_cpu_float64 2022-09-27T16:05:09.4210661Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_softmax_dtype_cpu_complex128 2022-09-27T16:05:09.4297873Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_softmax_dtype_cpu_complex128 2022-09-27T16:05:09.4328199Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T16:05:09.4499170Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T16:05:09.4529255Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_ex_cpu_complex128 2022-09-27T16:05:09.4618744Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_ex_cpu_complex128 2022-09-27T16:05:09.4650096Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_softmax_dtype_cpu_float64 2022-09-27T16:05:09.4739492Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_log_softmax_dtype_cpu_float64 2022-09-27T16:05:09.4767100Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softplus_cpu_float64 2022-09-27T16:05:09.4940610Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softplus_cpu_float64 2022-09-27T16:05:09.4969986Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_ex_cpu_float64 2022-09-27T16:05:09.5060343Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cholesky_ex_cpu_float64 2022-09-27T16:05:09.5091390Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logaddexp2_cpu_float64 2022-09-27T16:05:09.5178956Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logaddexp2_cpu_float64 2022-09-27T16:05:09.5205523Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softshrink_cpu_float64 2022-09-27T16:05:09.5379565Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softshrink_cpu_float64 2022-09-27T16:05:09.5409738Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cond_cpu_complex128 2022-09-27T16:05:09.5498207Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cond_cpu_complex128 2022-09-27T16:05:09.5533052Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logaddexp_cpu_float64 2022-09-27T16:05:09.5618092Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logaddexp_cpu_float64 2022-09-27T16:05:09.5647047Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softsign_cpu_complex128 2022-09-27T16:05:09.5818638Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softsign_cpu_complex128 2022-09-27T16:05:09.5847746Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cond_cpu_float64 2022-09-27T16:05:09.5937653Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cond_cpu_float64 2022-09-27T16:05:09.5966996Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logcumsumexp_cpu_float64 2022-09-27T16:05:09.6057394Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logcumsumexp_cpu_float64 2022-09-27T16:05:09.6084827Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softsign_cpu_float64 2022-09-27T16:05:09.6258439Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_softsign_cpu_float64 2022-09-27T16:05:09.6286095Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cross_cpu_complex128 2022-09-27T16:05:09.6377805Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cross_cpu_complex128 2022-09-27T16:05:09.6410761Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logdet_cpu_complex128 2022-09-27T16:05:09.6497492Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logdet_cpu_complex128 2022-09-27T16:05:09.6524434Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_tanhshrink_cpu_complex128 2022-09-27T16:05:09.6739434Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_tanhshrink_cpu_complex128 2022-09-27T16:05:09.6767494Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cross_cpu_float64 2022-09-27T16:05:09.6819018Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_cross_cpu_float64 2022-09-27T16:05:09.6852040Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logdet_cpu_float64 2022-09-27T16:05:09.6937810Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logdet_cpu_float64 2022-09-27T16:05:09.6964726Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_tanhshrink_cpu_float64 2022-09-27T16:05:09.7178439Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_tanhshrink_cpu_float64 2022-09-27T16:05:09.7206895Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_det_cpu_complex128 2022-09-27T16:05:09.7257895Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_det_cpu_complex128 2022-09-27T16:05:09.7291292Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_and_cpu_complex128 2022-09-27T16:05:09.7377780Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_and_cpu_complex128 2022-09-27T16:05:09.7403051Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_threshold_cpu_float64 2022-09-27T16:05:09.7619043Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_threshold_cpu_float64 2022-09-27T16:05:09.7650140Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_det_cpu_float64 2022-09-27T16:05:09.7697579Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_det_cpu_float64 2022-09-27T16:05:09.7731185Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_and_cpu_float64 2022-09-27T16:05:09.7818642Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_and_cpu_float64 2022-09-27T16:05:09.7842821Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T16:05:09.8060763Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T16:05:09.8087465Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_det_singular_cpu_complex128 2022-09-27T16:05:09.8138586Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_det_singular_cpu_complex128 2022-09-27T16:05:09.8172970Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_not_cpu_complex128 2022-09-27T16:05:09.8257723Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_not_cpu_complex128 2022-09-27T16:05:09.8282403Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T16:05:09.8538433Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T16:05:09.8563585Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_det_singular_cpu_float64 2022-09-27T16:05:09.8577569Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_det_singular_cpu_float64 2022-09-27T16:05:09.8609535Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_not_cpu_float64 2022-09-27T16:05:09.8697856Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_not_cpu_float64 2022-09-27T16:05:09.8725295Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T16:05:09.9020828Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T16:05:09.9023158Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eig_cpu_complex128 2022-09-27T16:05:09.9050198Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_or_cpu_complex128 2022-09-27T16:05:09.9060775Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eig_cpu_complex128 2022-09-27T16:05:09.9141442Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_or_cpu_complex128 2022-09-27T16:05:09.9166576Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T16:05:09.9460519Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T16:05:09.9461276Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eig_cpu_float64 2022-09-27T16:05:09.9492144Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_or_cpu_float64 2022-09-27T16:05:09.9500180Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eig_cpu_float64 2022-09-27T16:05:09.9577578Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_or_cpu_float64 2022-09-27T16:05:09.9602236Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_unfold_cpu_complex128 2022-09-27T16:05:09.9898469Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_unfold_cpu_complex128 2022-09-27T16:05:09.9929929Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_xor_cpu_complex128 2022-09-27T16:05:09.9944933Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_xor_cpu_complex128 2022-09-27T16:05:09.9976998Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigh_cpu_complex128 2022-09-27T16:05:10.0017848Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigh_cpu_complex128 2022-09-27T16:05:10.0043472Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_unfold_cpu_float64 2022-09-27T16:05:10.0344961Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_unfold_cpu_float64 2022-09-27T16:05:10.0376042Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_xor_cpu_float64 2022-09-27T16:05:10.0418601Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logical_xor_cpu_float64 2022-09-27T16:05:10.0447783Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigh_cpu_float64 2022-09-27T16:05:10.0457656Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigh_cpu_float64 2022-09-27T16:05:10.0484694Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T16:05:10.0780163Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T16:05:10.0890315Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logit_cpu_float64 2022-09-27T16:05:10.0901280Z [gw3] [ 67%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logit_cpu_float64 2022-09-27T16:05:10.0905222Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_upsample_nearest_cpu_float64 2022-09-27T16:05:10.0939204Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvals_cpu_complex128 2022-09-27T16:05:10.0953508Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvals_cpu_complex128 2022-09-27T16:05:10.1257399Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nn_functional_upsample_nearest_cpu_float64 2022-09-27T16:05:10.1266903Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logspace_cpu_complex128 2022-09-27T16:05:10.1377882Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logspace_cpu_complex128 2022-09-27T16:05:10.1385603Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvals_cpu_float64 2022-09-27T16:05:10.1394727Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nonzero_cpu_complex128 2022-09-27T16:05:10.1399270Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nonzero_cpu_complex128 2022-09-27T16:05:10.1675624Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvals_cpu_float64 2022-09-27T16:05:10.1699767Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logspace_cpu_float64 2022-09-27T16:05:10.1847168Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logspace_cpu_float64 2022-09-27T16:05:10.1851447Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nonzero_cpu_float64 2022-09-27T16:05:10.1857298Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nonzero_cpu_float64 2022-09-27T16:05:10.1869724Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvalsh_cpu_complex128 2022-09-27T16:05:10.2098488Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvalsh_cpu_complex128 2022-09-27T16:05:10.2147330Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logsumexp_cpu_float64 2022-09-27T16:05:10.2260835Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_logsumexp_cpu_float64 2022-09-27T16:05:10.2270058Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_cpu_complex128 2022-09-27T16:05:10.2305589Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_cpu_complex128 2022-09-27T16:05:10.2322675Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvalsh_cpu_float64 2022-09-27T16:05:10.2538820Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_eigvalsh_cpu_float64 2022-09-27T16:05:10.2579390Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_long_cpu_complex128 2022-09-27T16:05:10.2699556Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_long_cpu_complex128 2022-09-27T16:05:10.2705631Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_cpu_float64 2022-09-27T16:05:10.2737776Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_cpu_float64 2022-09-27T16:05:10.2775326Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_householder_product_cpu_complex128 2022-09-27T16:05:10.2976694Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_householder_product_cpu_complex128 2022-09-27T16:05:10.2998492Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_long_cpu_float64 2022-09-27T16:05:10.3096923Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_long_cpu_float64 2022-09-27T16:05:10.3119370Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_fro_cpu_complex128 2022-09-27T16:05:10.3176557Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_fro_cpu_complex128 2022-09-27T16:05:10.3204135Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_householder_product_cpu_float64 2022-09-27T16:05:10.3417280Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_householder_product_cpu_float64 2022-09-27T16:05:10.3439463Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lt_cpu_float64 2022-09-27T16:05:10.3536430Z [gw3] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lt_cpu_float64 2022-09-27T16:05:10.3560722Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_fro_cpu_float64 2022-09-27T16:05:10.3616809Z [gw1] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_fro_cpu_float64 2022-09-27T16:05:10.3644810Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_cpu_complex128 2022-09-27T16:05:10.3859119Z [gw2] [ 67%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_cpu_complex128 2022-09-27T16:05:10.3880682Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_cpu_complex128 2022-09-27T16:05:10.3977976Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_cpu_complex128 2022-09-27T16:05:10.4001321Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_inf_cpu_complex128 2022-09-27T16:05:10.4058061Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_inf_cpu_complex128 2022-09-27T16:05:10.4088809Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_cpu_float64 2022-09-27T16:05:10.4299362Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_cpu_float64 2022-09-27T16:05:10.4319981Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_cpu_float64 2022-09-27T16:05:10.4417038Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_cpu_float64 2022-09-27T16:05:10.4440581Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_inf_cpu_float64 2022-09-27T16:05:10.4497230Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_inf_cpu_float64 2022-09-27T16:05:10.4528078Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_ex_cpu_complex128 2022-09-27T16:05:10.4737828Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_ex_cpu_complex128 2022-09-27T16:05:10.4761432Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_solve_cpu_complex128 2022-09-27T16:05:10.4856848Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_solve_cpu_complex128 2022-09-27T16:05:10.4880122Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_nuc_cpu_complex128 2022-09-27T16:05:10.4936758Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_nuc_cpu_complex128 2022-09-27T16:05:10.4966619Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_ex_cpu_float64 2022-09-27T16:05:10.5178572Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_inv_ex_cpu_float64 2022-09-27T16:05:10.5206594Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_solve_cpu_float64 2022-09-27T16:05:10.5296981Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_solve_cpu_float64 2022-09-27T16:05:10.5319696Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_nuc_cpu_float64 2022-09-27T16:05:10.5376435Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_norm_nuc_cpu_float64 2022-09-27T16:05:10.5405841Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_cpu_complex128 2022-09-27T16:05:10.5617582Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_cpu_complex128 2022-09-27T16:05:10.5640428Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_unpack_cpu_complex128 2022-09-27T16:05:10.5736909Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_unpack_cpu_complex128 2022-09-27T16:05:10.5753853Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_normal_cpu_float64 2022-09-27T16:05:10.5816698Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_normal_cpu_float64 2022-09-27T16:05:10.5846270Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_cpu_float64 2022-09-27T16:05:10.6056836Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_cpu_float64 2022-09-27T16:05:10.6079034Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_unpack_cpu_float64 2022-09-27T16:05:10.6176757Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_lu_unpack_cpu_float64 2022-09-27T16:05:10.6194370Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_normal_number_mean_cpu_float64 2022-09-27T16:05:10.6257898Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_normal_number_mean_cpu_float64 2022-09-27T16:05:10.6291433Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T16:05:10.6500029Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T16:05:10.6529767Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mH_cpu_complex128 2022-09-27T16:05:10.6618752Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mH_cpu_complex128 2022-09-27T16:05:10.6647927Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ones_cpu_complex128 2022-09-27T16:05:10.6698944Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ones_cpu_complex128 2022-09-27T16:05:10.6740013Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_ex_cpu_float64 2022-09-27T16:05:10.6938686Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_factor_ex_cpu_float64 2022-09-27T16:05:10.6964635Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mH_cpu_float64 2022-09-27T16:05:10.7058180Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mH_cpu_float64 2022-09-27T16:05:10.7083564Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ones_cpu_float64 2022-09-27T16:05:10.7137902Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ones_cpu_float64 2022-09-27T16:05:10.7175182Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_solve_cpu_complex128 2022-09-27T16:05:10.7379740Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_solve_cpu_complex128 2022-09-27T16:05:10.7403177Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mT_cpu_complex128 2022-09-27T16:05:10.7498621Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mT_cpu_complex128 2022-09-27T16:05:10.7527350Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ones_like_cpu_complex128 2022-09-27T16:05:10.7578234Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ones_like_cpu_complex128 2022-09-27T16:05:10.7611624Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_solve_cpu_float64 2022-09-27T16:05:10.7818972Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_ldl_solve_cpu_float64 2022-09-27T16:05:10.7842791Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mT_cpu_float64 2022-09-27T16:05:10.7938463Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mT_cpu_float64 2022-09-27T16:05:10.7967276Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ones_like_cpu_float64 2022-09-27T16:05:10.8017960Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ones_like_cpu_float64 2022-09-27T16:05:10.8039717Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_cpu_complex128 2022-09-27T16:05:10.8258645Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_cpu_complex128 2022-09-27T16:05:10.8378019Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_fill_cpu_complex128 2022-09-27T16:05:10.8412101Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ormqr_cpu_complex128 2022-09-27T16:05:10.8458287Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ormqr_cpu_complex128 2022-09-27T16:05:10.8482085Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_cpu_float64 2022-09-27T16:05:10.8634979Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_cpu_float64 2022-09-27T16:05:10.8697250Z [gw3] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_fill_cpu_complex128 2022-09-27T16:05:10.8773672Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_fill_cpu_float64 2022-09-27T16:05:10.8817778Z [gw3] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_fill_cpu_float64 2022-09-27T16:05:10.8847222Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ormqr_cpu_float64 2022-09-27T16:05:10.8898284Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ormqr_cpu_float64 2022-09-27T16:05:10.8930980Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T16:05:10.9139076Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T16:05:10.9259256Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_scatter_cpu_complex128 2022-09-27T16:05:10.9288773Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_outer_cpu_complex128 2022-09-27T16:05:10.9339208Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_outer_cpu_complex128 2022-09-27T16:05:10.9375546Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_ndtr_cpu_float64 2022-09-27T16:05:10.9480995Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_ndtr_cpu_float64 2022-09-27T16:05:10.9576699Z [gw3] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_scatter_cpu_complex128 2022-09-27T16:05:10.9639936Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_scatter_cpu_float64 2022-09-27T16:05:10.9698038Z [gw3] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_scatter_cpu_float64 2022-09-27T16:05:10.9727358Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_outer_cpu_float64 2022-09-27T16:05:10.9777550Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_outer_cpu_float64 2022-09-27T16:05:10.9809918Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_ndtri_cpu_float64 2022-09-27T16:05:11.0018336Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_ndtri_cpu_float64 2022-09-27T16:05:11.0041930Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_select_cpu_complex128 2022-09-27T16:05:11.0138757Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_select_cpu_complex128 2022-09-27T16:05:11.0167025Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pca_lowrank_cpu_float64 2022-09-27T16:05:11.0217676Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pca_lowrank_cpu_float64 2022-09-27T16:05:11.0248232Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T16:05:11.0458682Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T16:05:11.0483020Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_select_cpu_float64 2022-09-27T16:05:11.0578475Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_masked_select_cpu_float64 2022-09-27T16:05:11.0607134Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_permute_cpu_complex128 2022-09-27T16:05:11.0657808Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_permute_cpu_complex128 2022-09-27T16:05:11.0687481Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T16:05:11.0898047Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T16:05:11.0922514Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_matmul_cpu_complex128 2022-09-27T16:05:11.1017677Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_matmul_cpu_complex128 2022-09-27T16:05:11.1045876Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_permute_cpu_float64 2022-09-27T16:05:11.1097347Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_permute_cpu_float64 2022-09-27T16:05:11.1125274Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T16:05:11.1337585Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T16:05:11.1361385Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_matmul_cpu_float64 2022-09-27T16:05:11.1458318Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_matmul_cpu_float64 2022-09-27T16:05:11.1486727Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pinverse_cpu_complex128 2022-09-27T16:05:11.1538321Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pinverse_cpu_complex128 2022-09-27T16:05:11.1564819Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:05:11.1779801Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:05:11.1808764Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_matrix_exp_cpu_complex128 2022-09-27T16:05:11.1899476Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_matrix_exp_cpu_complex128 2022-09-27T16:05:11.1931168Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pinverse_cpu_float64 2022-09-27T16:05:11.1979553Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pinverse_cpu_float64 2022-09-27T16:05:11.2003659Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:05:11.2220287Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:05:11.2246438Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_matrix_exp_cpu_float64 2022-09-27T16:05:11.2339611Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_matrix_exp_cpu_float64 2022-09-27T16:05:11.2369561Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polar_cpu_float64 2022-09-27T16:05:11.2418370Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polar_cpu_float64 2022-09-27T16:05:11.2441807Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:05:11.2658669Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:05:11.2686826Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_max_binary_cpu_float64 2022-09-27T16:05:11.2778626Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_max_binary_cpu_float64 2022-09-27T16:05:11.2857766Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_0_cpu_float64 2022-09-27T16:05:11.2876821Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:05:11.2935051Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:05:11.3097902Z [gw1] [ 68%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_0_cpu_float64 2022-09-27T16:05:11.3122832Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_max_reduction_no_dim_cpu_float64 2022-09-27T16:05:11.3217714Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_max_reduction_no_dim_cpu_float64 2022-09-27T16:05:11.3233944Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_1_cpu_float64 2022-09-27T16:05:11.3297816Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_1_cpu_float64 2022-09-27T16:05:11.3324212Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_spherical_bessel_j0_cpu_float64 2022-09-27T16:05:11.3537958Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_spherical_bessel_j0_cpu_float64 2022-09-27T16:05:11.3562859Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_max_reduction_with_dim_cpu_float64 2022-09-27T16:05:11.3657884Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_max_reduction_with_dim_cpu_float64 2022-09-27T16:05:11.3674227Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_2_cpu_float64 2022-09-27T16:05:11.3737769Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_2_cpu_float64 2022-09-27T16:05:11.3765083Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_xlog1py_cpu_float64 2022-09-27T16:05:11.3978383Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_xlog1py_cpu_float64 2022-09-27T16:05:11.4006103Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_maximum_cpu_float64 2022-09-27T16:05:11.4097671Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_maximum_cpu_float64 2022-09-27T16:05:11.4114363Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_3_cpu_float64 2022-09-27T16:05:11.4178356Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_3_cpu_float64 2022-09-27T16:05:11.4207675Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_zeta_cpu_float64 2022-09-27T16:05:11.4424144Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_zeta_cpu_float64 2022-09-27T16:05:11.4453002Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mean_cpu_complex128 2022-09-27T16:05:11.4539249Z [gw3] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mean_cpu_complex128 2022-09-27T16:05:11.4561904Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_4_cpu_float64 2022-09-27T16:05:11.4619283Z [gw1] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_polygamma_polygamma_n_4_cpu_float64 2022-09-27T16:05:11.4650221Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_cpu_complex128 2022-09-27T16:05:11.4861390Z [gw2] [ 68%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_cpu_complex128 2022-09-27T16:05:11.4895106Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mean_cpu_float64 2022-09-27T16:05:11.4979413Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mean_cpu_float64 2022-09-27T16:05:11.5009913Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_positive_cpu_complex128 2022-09-27T16:05:11.5058825Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_positive_cpu_complex128 2022-09-27T16:05:11.5088416Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_cpu_float64 2022-09-27T16:05:11.5301417Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_cpu_float64 2022-09-27T16:05:11.5328116Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_median_cpu_float64 2022-09-27T16:05:11.5418585Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_median_cpu_float64 2022-09-27T16:05:11.5447551Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_positive_cpu_float64 2022-09-27T16:05:11.5498247Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_positive_cpu_float64 2022-09-27T16:05:11.5526660Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_list_args_cpu_complex128 2022-09-27T16:05:11.5738406Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_list_args_cpu_complex128 2022-09-27T16:05:11.5766822Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T16:05:11.5857871Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T16:05:11.5886740Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pow_cpu_complex128 2022-09-27T16:05:11.5937408Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pow_cpu_complex128 2022-09-27T16:05:11.5966248Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_list_args_cpu_float64 2022-09-27T16:05:11.6179305Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_list_args_cpu_float64 2022-09-27T16:05:11.6207896Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_meshgrid_list_of_tensors_cpu_float64 2022-09-27T16:05:11.6298487Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_meshgrid_list_of_tensors_cpu_float64 2022-09-27T16:05:11.6328401Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pow_cpu_float64 2022-09-27T16:05:11.6377794Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_pow_cpu_float64 2022-09-27T16:05:11.6414466Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_with_sizes_cpu_complex128 2022-09-27T16:05:11.6618207Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_with_sizes_cpu_complex128 2022-09-27T16:05:11.6647182Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T16:05:11.6737542Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T16:05:11.6766512Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_prod_cpu_complex128 2022-09-27T16:05:11.6817539Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_prod_cpu_complex128 2022-09-27T16:05:11.6844822Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_with_sizes_cpu_float64 2022-09-27T16:05:11.7059046Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_split_with_sizes_cpu_float64 2022-09-27T16:05:11.7087866Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_meshgrid_variadic_tensors_cpu_float64 2022-09-27T16:05:11.7177151Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_meshgrid_variadic_tensors_cpu_float64 2022-09-27T16:05:11.7200425Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_prod_cpu_float64 2022-09-27T16:05:11.7256521Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_prod_cpu_float64 2022-09-27T16:05:11.7332238Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sqrt_cpu_complex128 2022-09-27T16:05:11.7496941Z [gw2] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sqrt_cpu_complex128 2022-09-27T16:05:11.7519361Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_min_binary_cpu_float64 2022-09-27T16:05:11.7616485Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_min_binary_cpu_float64 2022-09-27T16:05:11.7696118Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_put_cpu_complex128 2022-09-27T16:05:11.7727916Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sqrt_cpu_float64 2022-09-27T16:05:11.7937235Z [gw2] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sqrt_cpu_float64 2022-09-27T16:05:11.7960228Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_min_reduction_no_dim_cpu_float64 2022-09-27T16:05:11.8136600Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_min_reduction_no_dim_cpu_float64 2022-09-27T16:05:11.8279620Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_square_cpu_complex128 2022-09-27T16:05:11.8377724Z [gw2] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_square_cpu_complex128 2022-09-27T16:05:11.8400596Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_min_reduction_with_dim_cpu_float64 2022-09-27T16:05:11.8577092Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_min_reduction_with_dim_cpu_float64 2022-09-27T16:05:11.8624696Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_square_cpu_float64 2022-09-27T16:05:11.8817158Z [gw2] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_square_cpu_float64 2022-09-27T16:05:11.8842781Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_minimum_cpu_float64 2022-09-27T16:05:11.9017770Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_minimum_cpu_float64 2022-09-27T16:05:11.9098679Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_squeeze_cpu_complex128 2022-09-27T16:05:11.9109458Z [gw1] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_put_cpu_complex128 2022-09-27T16:05:11.9257464Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_put_cpu_float64 2022-09-27T16:05:11.9265953Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mm_cpu_complex128 2022-09-27T16:05:11.9285833Z [gw2] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_squeeze_cpu_complex128 2022-09-27T16:05:11.9333160Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mm_cpu_complex128 2022-09-27T16:05:11.9455937Z [gw1] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_put_cpu_float64 2022-09-27T16:05:11.9512682Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_squeeze_cpu_float64 2022-09-27T16:05:11.9536513Z [gw2] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_squeeze_cpu_float64 2022-09-27T16:05:11.9556837Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_qr_cpu_complex128 2022-09-27T16:05:11.9696971Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_qr_cpu_complex128 2022-09-27T16:05:11.9725937Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mm_cpu_float64 2022-09-27T16:05:11.9896887Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mm_cpu_float64 2022-09-27T16:05:11.9917518Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_stack_cpu_complex128 2022-09-27T16:05:12.0017127Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_stack_cpu_complex128 2022-09-27T16:05:12.0037567Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_qr_cpu_float64 2022-09-27T16:05:12.0136696Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_qr_cpu_float64 2022-09-27T16:05:12.0164901Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mode_cpu_float64 2022-09-27T16:05:12.0336792Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mode_cpu_float64 2022-09-27T16:05:12.0357651Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_stack_cpu_float64 2022-09-27T16:05:12.0464887Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_stack_cpu_float64 2022-09-27T16:05:12.0478160Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_quantile_cpu_float64 2022-09-27T16:05:12.0577492Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_quantile_cpu_float64 2022-09-27T16:05:12.0606680Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_movedim_cpu_complex128 2022-09-27T16:05:12.0777483Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_movedim_cpu_complex128 2022-09-27T16:05:12.0796691Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_std_cpu_complex128 2022-09-27T16:05:12.0897105Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_std_cpu_complex128 2022-09-27T16:05:12.0942910Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rad2deg_cpu_float64 2022-09-27T16:05:12.1017873Z [gw1] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rad2deg_cpu_float64 2022-09-27T16:05:12.1047912Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_movedim_cpu_float64 2022-09-27T16:05:12.1217839Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_movedim_cpu_float64 2022-09-27T16:05:12.1238757Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_std_cpu_float64 2022-09-27T16:05:12.1337869Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_std_cpu_float64 2022-09-27T16:05:12.1359304Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rand_like_cpu_complex128 2022-09-27T16:05:12.1458004Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rand_like_cpu_complex128 2022-09-27T16:05:12.1487757Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_msort_cpu_float64 2022-09-27T16:05:12.1657128Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_msort_cpu_float64 2022-09-27T16:05:12.1678793Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_std_mean_cpu_complex128 2022-09-27T16:05:12.1776878Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_std_mean_cpu_complex128 2022-09-27T16:05:12.1796749Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rand_like_cpu_float64 2022-09-27T16:05:12.1898021Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rand_like_cpu_float64 2022-09-27T16:05:12.2098832Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mul_cpu_complex128 2022-09-27T16:05:12.2119935Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_std_mean_cpu_float64 2022-09-27T16:05:12.2218702Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_std_mean_cpu_float64 2022-09-27T16:05:12.2252310Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randint_like_cpu_float64 2022-09-27T16:05:12.2539797Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randint_like_cpu_float64 2022-09-27T16:05:12.2553954Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_stft_cpu_complex128 2022-09-27T16:05:12.2570747Z [gw3] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mul_cpu_complex128 2022-09-27T16:05:12.2571682Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mul_cpu_float64 2022-09-27T16:05:12.2657415Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_stft_cpu_complex128 2022-09-27T16:05:12.2682249Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randn_cpu_complex128 2022-09-27T16:05:12.2687738Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randn_cpu_complex128 2022-09-27T16:05:12.2978312Z [gw3] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mul_cpu_float64 2022-09-27T16:05:12.2980421Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_multinomial_cpu_float64 2022-09-27T16:05:12.3005841Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_stft_cpu_float64 2022-09-27T16:05:12.3008348Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_multinomial_cpu_float64 2022-09-27T16:05:12.3096151Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_stft_cpu_float64 2022-09-27T16:05:12.3115229Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randn_cpu_float64 2022-09-27T16:05:12.3419604Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randn_cpu_float64 2022-09-27T16:05:12.3420123Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mv_cpu_complex128 2022-09-27T16:05:12.3443354Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sub_cpu_complex128 2022-09-27T16:05:12.3536833Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mv_cpu_complex128 2022-09-27T16:05:12.3560863Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randn_like_cpu_complex128 2022-09-27T16:05:12.3858686Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randn_like_cpu_complex128 2022-09-27T16:05:12.3883300Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mv_cpu_float64 2022-09-27T16:05:12.3976798Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mv_cpu_float64 2022-09-27T16:05:12.4004942Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randn_like_cpu_float64 2022-09-27T16:05:12.4084021Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_randn_like_cpu_float64 2022-09-27T16:05:12.4092053Z [gw2] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sub_cpu_complex128 2022-09-27T16:05:12.4224641Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sub_cpu_float64 2022-09-27T16:05:12.4296926Z [gw2] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sub_cpu_float64 2022-09-27T16:05:12.4417549Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T16:05:12.4446461Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ravel_cpu_complex128 2022-09-27T16:05:12.4450494Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ravel_cpu_complex128 2022-09-27T16:05:12.4496452Z [gw3] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T16:05:12.4516619Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sum_cpu_complex128 2022-09-27T16:05:12.4739335Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sum_cpu_complex128 2022-09-27T16:05:12.4859491Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T16:05:12.4880504Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ravel_cpu_float64 2022-09-27T16:05:12.4889677Z [gw3] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T16:05:12.4937366Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ravel_cpu_float64 2022-09-27T16:05:12.4959320Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sum_cpu_float64 2022-09-27T16:05:12.5177160Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sum_cpu_float64 2022-09-27T16:05:12.5299622Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T16:05:12.5315650Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_real_cpu_complex128 2022-09-27T16:05:12.5329909Z [gw3] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T16:05:12.5377305Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_real_cpu_complex128 2022-09-27T16:05:12.5398861Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sum_to_size_cpu_complex128 2022-09-27T16:05:12.5619313Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sum_to_size_cpu_complex128 2022-09-27T16:05:12.5669328Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nan_to_num_cpu_float64 2022-09-27T16:05:12.5737978Z [gw3] [ 69%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nan_to_num_cpu_float64 2022-09-27T16:05:12.5758209Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_real_cpu_float64 2022-09-27T16:05:12.5817704Z [gw1] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_real_cpu_float64 2022-09-27T16:05:12.5838729Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sum_to_size_cpu_float64 2022-09-27T16:05:12.6057709Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sum_to_size_cpu_float64 2022-09-27T16:05:12.6082313Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nanmean_cpu_float64 2022-09-27T16:05:12.6176761Z [gw3] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nanmean_cpu_float64 2022-09-27T16:05:12.6257081Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reciprocal_cpu_complex128 2022-09-27T16:05:12.6280426Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_svd_cpu_complex128 2022-09-27T16:05:12.6317659Z [gw2] [ 69%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_svd_cpu_complex128 2022-09-27T16:05:12.6496719Z [gw1] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reciprocal_cpu_complex128 2022-09-27T16:05:12.6519479Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nanmedian_cpu_float64 2022-09-27T16:05:12.6616339Z [gw3] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nanmedian_cpu_float64 2022-09-27T16:05:12.6659346Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reciprocal_cpu_float64 2022-09-27T16:05:12.6696031Z [gw1] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reciprocal_cpu_float64 2022-09-27T16:05:12.6715667Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_svd_cpu_float64 2022-09-27T16:05:12.6936657Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_svd_cpu_float64 2022-09-27T16:05:12.6959754Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nanquantile_cpu_float64 2022-09-27T16:05:12.7056547Z [gw3] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nanquantile_cpu_float64 2022-09-27T16:05:12.7137659Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_remainder_cpu_float64 2022-09-27T16:05:12.7161820Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_svd_lowrank_cpu_float64 2022-09-27T16:05:12.7191202Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_svd_lowrank_cpu_float64 2022-09-27T16:05:12.7377857Z [gw1] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_remainder_cpu_float64 2022-09-27T16:05:12.7401772Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nansum_cpu_float64 2022-09-27T16:05:12.7496349Z [gw3] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_nansum_cpu_float64 2022-09-27T16:05:12.7552789Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_renorm_cpu_complex128 2022-09-27T16:05:12.7577011Z [gw1] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_renorm_cpu_complex128 2022-09-27T16:05:12.7597774Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_symeig_cpu_complex128 2022-09-27T16:05:12.7817752Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_symeig_cpu_complex128 2022-09-27T16:05:12.7841765Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_narrow_copy_cpu_complex128 2022-09-27T16:05:12.7937157Z [gw3] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_narrow_copy_cpu_complex128 2022-09-27T16:05:12.7984737Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_renorm_cpu_float64 2022-09-27T16:05:12.8016737Z [gw1] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_renorm_cpu_float64 2022-09-27T16:05:12.8036700Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_symeig_cpu_float64 2022-09-27T16:05:12.8256891Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_symeig_cpu_float64 2022-09-27T16:05:12.8280218Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_narrow_copy_cpu_float64 2022-09-27T16:05:12.8376566Z [gw3] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_narrow_copy_cpu_float64 2022-09-27T16:05:12.8396828Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_repeat_cpu_complex128 2022-09-27T16:05:12.8457655Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_repeat_cpu_complex128 2022-09-27T16:05:12.8565055Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_t_cpu_complex128 2022-09-27T16:05:12.8696625Z [gw2] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_t_cpu_complex128 2022-09-27T16:05:12.8719217Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_narrow_cpu_complex128 2022-09-27T16:05:12.8816124Z [gw3] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_narrow_cpu_complex128 2022-09-27T16:05:12.8836196Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_repeat_cpu_float64 2022-09-27T16:05:12.8896546Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_repeat_cpu_float64 2022-09-27T16:05:12.8928193Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_t_cpu_float64 2022-09-27T16:05:12.9136712Z [gw2] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_t_cpu_float64 2022-09-27T16:05:12.9159103Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_narrow_cpu_float64 2022-09-27T16:05:12.9256619Z [gw3] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_narrow_cpu_float64 2022-09-27T16:05:12.9276072Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_repeat_interleave_cpu_complex128 2022-09-27T16:05:12.9336686Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_repeat_interleave_cpu_complex128 2022-09-27T16:05:12.9356133Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_take_along_dim_cpu_complex128 2022-09-27T16:05:12.9577167Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_take_along_dim_cpu_complex128 2022-09-27T16:05:12.9600035Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_native_layer_norm_cpu_float64 2022-09-27T16:05:12.9696153Z [gw3] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_native_layer_norm_cpu_float64 2022-09-27T16:05:12.9716876Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_repeat_interleave_cpu_float64 2022-09-27T16:05:12.9776400Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_repeat_interleave_cpu_float64 2022-09-27T16:05:12.9795538Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_take_along_dim_cpu_float64 2022-09-27T16:05:13.0018865Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_take_along_dim_cpu_float64 2022-09-27T16:05:13.0044643Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ne_cpu_complex128 2022-09-27T16:05:13.0137418Z [gw3] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ne_cpu_complex128 2022-09-27T16:05:13.0160269Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reshape_as_cpu_complex128 2022-09-27T16:05:13.0217259Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reshape_as_cpu_complex128 2022-09-27T16:05:13.0237925Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_take_cpu_complex128 2022-09-27T16:05:13.0456784Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_take_cpu_complex128 2022-09-27T16:05:13.0479904Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ne_cpu_float64 2022-09-27T16:05:13.0576534Z [gw3] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_ne_cpu_float64 2022-09-27T16:05:13.0597717Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reshape_as_cpu_float64 2022-09-27T16:05:13.0656324Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reshape_as_cpu_float64 2022-09-27T16:05:13.0674467Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_take_cpu_float64 2022-09-27T16:05:13.0896456Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_take_cpu_float64 2022-09-27T16:05:13.0969431Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_neg_cpu_complex128 2022-09-27T16:05:13.1016024Z [gw3] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_neg_cpu_complex128 2022-09-27T16:05:13.1036576Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reshape_cpu_complex128 2022-09-27T16:05:13.1095804Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reshape_cpu_complex128 2022-09-27T16:05:13.1181627Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tan_cpu_complex128 2022-09-27T16:05:13.1336309Z [gw2] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tan_cpu_complex128 2022-09-27T16:05:13.1369662Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_neg_cpu_float64 2022-09-27T16:05:13.1456024Z [gw3] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_neg_cpu_float64 2022-09-27T16:05:13.1474941Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reshape_cpu_float64 2022-09-27T16:05:13.1536107Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_reshape_cpu_float64 2022-09-27T16:05:13.1567537Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tan_cpu_float64 2022-09-27T16:05:13.1776417Z [gw2] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tan_cpu_float64 2022-09-27T16:05:13.1798928Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_empty_cpu_complex128 2022-09-27T16:05:13.1896068Z [gw3] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_empty_cpu_complex128 2022-09-27T16:05:13.1914356Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resize__cpu_complex128 2022-09-27T16:05:13.1976608Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resize__cpu_complex128 2022-09-27T16:05:13.2064754Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tanh_cpu_complex128 2022-09-27T16:05:13.2216882Z [gw2] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tanh_cpu_complex128 2022-09-27T16:05:13.2239930Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_empty_cpu_float64 2022-09-27T16:05:13.2336984Z [gw3] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_empty_cpu_float64 2022-09-27T16:05:13.2356695Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resize__cpu_float64 2022-09-27T16:05:13.2416668Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resize__cpu_float64 2022-09-27T16:05:13.2450154Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tanh_cpu_float64 2022-09-27T16:05:13.2657610Z [gw2] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tanh_cpu_float64 2022-09-27T16:05:13.2681429Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_empty_strided_cpu_complex128 2022-09-27T16:05:13.2778518Z [gw3] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_empty_strided_cpu_complex128 2022-09-27T16:05:13.2798353Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resize_as__cpu_complex128 2022-09-27T16:05:13.2856864Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resize_as__cpu_complex128 2022-09-27T16:05:13.2881664Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tensor_split_cpu_complex128 2022-09-27T16:05:13.3097208Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tensor_split_cpu_complex128 2022-09-27T16:05:13.3120431Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_empty_strided_cpu_float64 2022-09-27T16:05:13.3216378Z [gw3] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_empty_strided_cpu_float64 2022-09-27T16:05:13.3237064Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resize_as__cpu_float64 2022-09-27T16:05:13.3296322Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resize_as__cpu_float64 2022-09-27T16:05:13.3319941Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tensor_split_cpu_float64 2022-09-27T16:05:13.3536132Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tensor_split_cpu_float64 2022-09-27T16:05:13.3559471Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_full_cpu_complex128 2022-09-27T16:05:13.3655692Z [gw3] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_new_full_cpu_complex128 2022-09-27T16:05:13.3675964Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resolve_conj_cpu_complex128 2022-09-27T16:05:13.3736674Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resolve_conj_cpu_complex128 2022-09-27T16:05:13.3759192Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tensordot_cpu_complex128 2022-09-27T16:05:13.3976280Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tensordot_cpu_complex128 2022-09-27T16:05:13.3999181Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rdiv___cpu_complex128 2022-09-27T16:05:13.4095808Z [gw3] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rdiv___cpu_complex128 2022-09-27T16:05:13.4115577Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resolve_conj_cpu_float64 2022-09-27T16:05:13.4175819Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resolve_conj_cpu_float64 2022-09-27T16:05:13.4197885Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tensordot_cpu_float64 2022-09-27T16:05:13.4416297Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tensordot_cpu_float64 2022-09-27T16:05:13.4438681Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rdiv___cpu_float64 2022-09-27T16:05:13.4535743Z [gw3] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rdiv___cpu_float64 2022-09-27T16:05:13.4562618Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resolve_neg_cpu_complex128 2022-09-27T16:05:13.4616180Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resolve_neg_cpu_complex128 2022-09-27T16:05:13.4641662Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tile_cpu_complex128 2022-09-27T16:05:13.4858460Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tile_cpu_complex128 2022-09-27T16:05:13.4882971Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmatmul___cpu_complex128 2022-09-27T16:05:13.4978607Z [gw3] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmatmul___cpu_complex128 2022-09-27T16:05:13.5004122Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resolve_neg_cpu_float64 2022-09-27T16:05:13.5058280Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_resolve_neg_cpu_float64 2022-09-27T16:05:13.5086192Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tile_cpu_float64 2022-09-27T16:05:13.5298800Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tile_cpu_float64 2022-09-27T16:05:13.5327124Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmatmul___cpu_float64 2022-09-27T16:05:13.5417963Z [gw3] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmatmul___cpu_float64 2022-09-27T16:05:13.5442726Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_roll_cpu_complex128 2022-09-27T16:05:13.5498098Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_roll_cpu_complex128 2022-09-27T16:05:13.5524432Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_to_cpu_complex128 2022-09-27T16:05:13.5737991Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_to_cpu_complex128 2022-09-27T16:05:13.5764258Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmod___cpu_float64 2022-09-27T16:05:13.5857566Z [gw3] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmod___cpu_float64 2022-09-27T16:05:13.5885113Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_roll_cpu_float64 2022-09-27T16:05:13.5937862Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_roll_cpu_float64 2022-09-27T16:05:13.5964981Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_to_cpu_float64 2022-09-27T16:05:13.6179102Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_to_cpu_float64 2022-09-27T16:05:13.6207511Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmul___cpu_complex128 2022-09-27T16:05:13.6298244Z [gw3] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmul___cpu_complex128 2022-09-27T16:05:13.6324511Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rot90_cpu_complex128 2022-09-27T16:05:13.6378140Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rot90_cpu_complex128 2022-09-27T16:05:13.6407166Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_to_sparse_cpu_complex128 2022-09-27T16:05:13.6619995Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_to_sparse_cpu_complex128 2022-09-27T16:05:13.6650948Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmul___cpu_float64 2022-09-27T16:05:13.6738648Z [gw3] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rmul___cpu_float64 2022-09-27T16:05:13.6768472Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rot90_cpu_float64 2022-09-27T16:05:13.6818297Z [gw1] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rot90_cpu_float64 2022-09-27T16:05:13.6846357Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_to_sparse_cpu_float64 2022-09-27T16:05:13.7058419Z [gw2] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_to_sparse_cpu_float64 2022-09-27T16:05:13.7074324Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rpow___cpu_complex128 2022-09-27T16:05:13.7178630Z [gw3] [ 70%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rpow___cpu_complex128 2022-09-27T16:05:13.7219714Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_cpu_float64 2022-09-27T16:05:13.7257864Z [gw1] [ 70%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_cpu_float64 2022-09-27T16:05:13.7286760Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_topk_cpu_float64 2022-09-27T16:05:13.7498457Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_topk_cpu_float64 2022-09-27T16:05:13.7518672Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rpow___cpu_float64 2022-09-27T16:05:13.7618659Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rpow___cpu_float64 2022-09-27T16:05:13.7676009Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_decimals_0_cpu_float64 2022-09-27T16:05:13.7697963Z [gw1] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_decimals_0_cpu_float64 2022-09-27T16:05:13.7723405Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trace_cpu_complex128 2022-09-27T16:05:13.7939606Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trace_cpu_complex128 2022-09-27T16:05:13.7966615Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rsub___cpu_complex128 2022-09-27T16:05:13.8058337Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rsub___cpu_complex128 2022-09-27T16:05:13.8078334Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_decimals_3_cpu_float64 2022-09-27T16:05:13.8137810Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_decimals_3_cpu_float64 2022-09-27T16:05:13.8165344Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trace_cpu_float64 2022-09-27T16:05:13.8378503Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trace_cpu_float64 2022-09-27T16:05:13.8406540Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rsub___cpu_float64 2022-09-27T16:05:13.8498229Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___rsub___cpu_float64 2022-09-27T16:05:13.8517139Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_decimals_neg_3_cpu_float64 2022-09-27T16:05:13.8578116Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_round_decimals_neg_3_cpu_float64 2022-09-27T16:05:13.8819292Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_transpose_cpu_complex128 2022-09-27T16:05:13.8850848Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_amax_cpu_float64 2022-09-27T16:05:13.8923391Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_amax_cpu_float64 2022-09-27T16:05:13.8938280Z [gw2] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_transpose_cpu_complex128 2022-09-27T16:05:13.9017693Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsqrt_cpu_complex128 2022-09-27T16:05:13.9099268Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_transpose_cpu_float64 2022-09-27T16:05:13.9117136Z [gw2] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_transpose_cpu_float64 2022-09-27T16:05:13.9258374Z [gw1] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsqrt_cpu_complex128 2022-09-27T16:05:13.9286000Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_amin_cpu_float64 2022-09-27T16:05:13.9377974Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_amin_cpu_float64 2022-09-27T16:05:13.9432990Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsqrt_cpu_float64 2022-09-27T16:05:13.9458154Z [gw1] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsqrt_cpu_float64 2022-09-27T16:05:13.9483713Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trapezoid_cpu_complex128 2022-09-27T16:05:13.9698225Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trapezoid_cpu_complex128 2022-09-27T16:05:13.9724192Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_argmax_cpu_float64 2022-09-27T16:05:13.9818396Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_argmax_cpu_float64 2022-09-27T16:05:13.9846777Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsub_cpu_complex128 2022-09-27T16:05:13.9898060Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsub_cpu_complex128 2022-09-27T16:05:13.9923491Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trapezoid_cpu_float64 2022-09-27T16:05:14.0138665Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trapezoid_cpu_float64 2022-09-27T16:05:14.0168719Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_argmin_cpu_float64 2022-09-27T16:05:14.0259347Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_argmin_cpu_float64 2022-09-27T16:05:14.0287629Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsub_cpu_float64 2022-09-27T16:05:14.0338201Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_rsub_cpu_float64 2022-09-27T16:05:14.0364742Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trapz_cpu_complex128 2022-09-27T16:05:14.0578983Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trapz_cpu_complex128 2022-09-27T16:05:14.0604374Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_cumprod_cpu_complex128 2022-09-27T16:05:14.0698400Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_cumprod_cpu_complex128 2022-09-27T16:05:14.0777881Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_add_cpu_complex128 2022-09-27T16:05:14.0806447Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trapz_cpu_float64 2022-09-27T16:05:14.1018377Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trapz_cpu_float64 2022-09-27T16:05:14.1044781Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_cumprod_cpu_float64 2022-09-27T16:05:14.1218217Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_cumprod_cpu_float64 2022-09-27T16:05:14.1243595Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triangular_solve_cpu_complex128 2022-09-27T16:05:14.1457992Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triangular_solve_cpu_complex128 2022-09-27T16:05:14.1487615Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_cumsum_cpu_complex128 2022-09-27T16:05:14.1611598Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_cumsum_cpu_complex128 2022-09-27T16:05:14.1625442Z [gw1] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_add_cpu_complex128 2022-09-27T16:05:14.1657658Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_add_cpu_float64 2022-09-27T16:05:14.1687031Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triangular_solve_cpu_float64 2022-09-27T16:05:14.1793504Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triangular_solve_cpu_float64 2022-09-27T16:05:14.1897391Z [gw1] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_add_cpu_float64 2022-09-27T16:05:14.1920768Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_cumsum_cpu_float64 2022-09-27T16:05:14.2057447Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_cumsum_cpu_float64 2022-09-27T16:05:14.2097384Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_cpu_complex128 2022-09-27T16:05:14.2372277Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tril_cpu_complex128 2022-09-27T16:05:14.2375670Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_log_softmax_cpu_float64 2022-09-27T16:05:14.2815090Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_log_softmax_cpu_float64 2022-09-27T16:05:14.2817192Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_logaddexp_cpu_float64 2022-09-27T16:05:14.3005988Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_logaddexp_cpu_float64 2022-09-27T16:05:14.3018852Z [gw1] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_cpu_complex128 2022-09-27T16:05:14.3066985Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_cpu_float64 2022-09-27T16:05:14.3084014Z [gw2] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tril_cpu_complex128 2022-09-27T16:05:14.3192524Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tril_cpu_float64 2022-09-27T16:05:14.3265007Z [gw1] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_cpu_float64 2022-09-27T16:05:14.3269987Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_logsumexp_cpu_float64 2022-09-27T16:05:14.3372870Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_logsumexp_cpu_float64 2022-09-27T16:05:14.3496903Z [gw2] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_tril_cpu_float64 2022-09-27T16:05:14.3573192Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triu_cpu_complex128 2022-09-27T16:05:14.3701836Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_amax_cpu_float64 2022-09-27T16:05:14.3706376Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_mean_cpu_complex128 2022-09-27T16:05:14.4081947Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_mean_cpu_complex128 2022-09-27T16:05:14.4105542Z [gw1] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_amax_cpu_float64 2022-09-27T16:05:14.4141906Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_amin_cpu_float64 2022-09-27T16:05:14.4146808Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_mean_cpu_float64 2022-09-27T16:05:14.4540299Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_mean_cpu_float64 2022-09-27T16:05:14.4581289Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_median_cpu_float64 2022-09-27T16:05:14.4591134Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_median_cpu_float64 2022-09-27T16:05:14.4607583Z [gw2] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triu_cpu_complex128 2022-09-27T16:05:14.4733897Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triu_cpu_float64 2022-09-27T16:05:14.4784898Z [gw2] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_triu_cpu_float64 2022-09-27T16:05:14.4797902Z [gw1] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_amin_cpu_float64 2022-09-27T16:05:14.5022909Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_mean_cpu_float64 2022-09-27T16:05:14.5027810Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_norm_cpu_float64 2022-09-27T16:05:14.5133594Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_norm_cpu_float64 2022-09-27T16:05:14.5402917Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_true_divide_cpu_complex128 2022-09-27T16:05:14.5417566Z [gw1] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_mean_cpu_float64 2022-09-27T16:05:14.5452842Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_prod_cpu_float64 2022-09-27T16:05:14.5457279Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_normalize_cpu_complex128 2022-09-27T16:05:14.5510580Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_normalize_cpu_complex128 2022-09-27T16:05:14.5908211Z [gw1] [ 71%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_prod_cpu_float64 2022-09-27T16:05:14.5917052Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_normalize_cpu_float64 2022-09-27T16:05:14.5923580Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_normalize_cpu_float64 2022-09-27T16:05:14.5929548Z [gw2] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_true_divide_cpu_complex128 2022-09-27T16:05:14.5933593Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_true_divide_cpu_float64 2022-09-27T16:05:14.6132094Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_sum_cpu_float64 2022-09-27T16:05:14.6344302Z [gw2] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_true_divide_cpu_float64 2022-09-27T16:05:14.6348761Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_prod_cpu_complex128 2022-09-27T16:05:14.6412792Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_prod_cpu_complex128 2022-09-27T16:05:14.6419174Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trunc_cpu_float64 2022-09-27T16:05:14.6427626Z [gw2] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_trunc_cpu_float64 2022-09-27T16:05:14.6440465Z [gw1] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_scatter_reduce_sum_cpu_float64 2022-09-27T16:05:14.6469468Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_searchsorted_cpu_float64 2022-09-27T16:05:14.6739525Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_searchsorted_cpu_float64 2022-09-27T16:05:14.6764124Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_prod_cpu_float64 2022-09-27T16:05:14.6805722Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_prod_cpu_float64 2022-09-27T16:05:14.6812276Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unbind_cpu_complex128 2022-09-27T16:05:14.6859079Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unbind_cpu_complex128 2022-09-27T16:05:14.6883264Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_segment_reduce_lengths_cpu_float64 2022-09-27T16:05:14.7181756Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_segment_reduce_lengths_cpu_float64 2022-09-27T16:05:14.7211275Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_softmax_cpu_float64 2022-09-27T16:05:14.7225937Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_softmax_cpu_float64 2022-09-27T16:05:14.7256513Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unbind_cpu_float64 2022-09-27T16:05:14.7298786Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unbind_cpu_float64 2022-09-27T16:05:14.7330170Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_segment_reduce_offsets_cpu_float64 2022-09-27T16:05:14.7522915Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_segment_reduce_offsets_cpu_float64 2022-09-27T16:05:14.7531594Z [gw0] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svd_cpu_complex128 2022-09-27T16:05:14.7618064Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svd_cpu_float64 2022-09-27T16:05:14.7648669Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_softmin_cpu_float64 2022-09-27T16:05:14.7662004Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_softmin_cpu_float64 2022-09-27T16:05:14.7693354Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unflatten_cpu_complex128 2022-09-27T16:05:14.7737780Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unflatten_cpu_complex128 2022-09-27T16:05:14.7767304Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_select_cpu_complex128 2022-09-27T16:05:14.8059443Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_select_cpu_complex128 2022-09-27T16:05:14.8091791Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_std_cpu_complex128 2022-09-27T16:05:14.8102978Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_std_cpu_complex128 2022-09-27T16:05:14.8132649Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unflatten_cpu_float64 2022-09-27T16:05:14.8177653Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unflatten_cpu_float64 2022-09-27T16:05:14.8206230Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_select_cpu_float64 2022-09-27T16:05:14.8498573Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_select_cpu_float64 2022-09-27T16:05:14.8526400Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_std_cpu_float64 2022-09-27T16:05:14.8540237Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_std_cpu_float64 2022-09-27T16:05:14.8571633Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unfold_cpu_complex128 2022-09-27T16:05:14.8617438Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unfold_cpu_complex128 2022-09-27T16:05:14.8644737Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_select_scatter_cpu_float64 2022-09-27T16:05:14.8938713Z [gw1] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_select_scatter_cpu_float64 2022-09-27T16:05:14.8967901Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_sum_cpu_complex128 2022-09-27T16:05:14.8980772Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_sum_cpu_complex128 2022-09-27T16:05:14.9008763Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unfold_cpu_float64 2022-09-27T16:05:14.9057378Z [gw2] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unfold_cpu_float64 2022-09-27T16:05:14.9161874Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sgn_cpu_complex128 2022-09-27T16:05:14.9378876Z [gw1] [ 71%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sgn_cpu_complex128 2022-09-27T16:05:14.9416442Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_sum_cpu_float64 2022-09-27T16:05:14.9426095Z [gw3] [ 71%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_sum_cpu_float64 2022-09-27T16:05:14.9449774Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_uniform_cpu_complex128 2022-09-27T16:05:14.9497967Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_uniform_cpu_complex128 2022-09-27T16:05:14.9539990Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sgn_cpu_float64 2022-09-27T16:05:14.9818647Z [gw1] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sgn_cpu_float64 2022-09-27T16:05:14.9850392Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_var_cpu_complex128 2022-09-27T16:05:14.9859417Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_var_cpu_complex128 2022-09-27T16:05:14.9891847Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_uniform_cpu_float64 2022-09-27T16:05:14.9937372Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_uniform_cpu_float64 2022-09-27T16:05:14.9962021Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_short_cpu_complex128 2022-09-27T16:05:15.0260507Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_short_cpu_complex128 2022-09-27T16:05:15.0291577Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_var_cpu_float64 2022-09-27T16:05:15.0304485Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad__masked_var_cpu_float64 2022-09-27T16:05:15.0331734Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unique_consecutive_cpu_float64 2022-09-27T16:05:15.0377480Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unique_consecutive_cpu_float64 2022-09-27T16:05:15.0402639Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_short_cpu_float64 2022-09-27T16:05:15.0699315Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_short_cpu_float64 2022-09-27T16:05:15.0721210Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_abs_cpu_complex128 2022-09-27T16:05:15.0738565Z [gw3] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_abs_cpu_complex128 2022-09-27T16:05:15.0768412Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unique_cpu_float64 2022-09-27T16:05:15.0817236Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unique_cpu_float64 2022-09-27T16:05:15.0978227Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sigmoid_cpu_complex128 2022-09-27T16:05:15.1139020Z [gw1] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sigmoid_cpu_complex128 2022-09-27T16:05:15.1177870Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_abs_cpu_float64 2022-09-27T16:05:15.1190885Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unsqueeze_cpu_complex128 2022-09-27T16:05:15.1257582Z [gw3] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_abs_cpu_float64 2022-09-27T16:05:15.1313721Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sigmoid_cpu_float64 2022-09-27T16:05:15.1580996Z [gw1] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sigmoid_cpu_float64 2022-09-27T16:05:15.1588960Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acos_cpu_complex128 2022-09-27T16:05:15.1616667Z [gw2] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unsqueeze_cpu_complex128 2022-09-27T16:05:15.1731860Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unsqueeze_cpu_float64 2022-09-27T16:05:15.1736764Z [gw2] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_unsqueeze_cpu_float64 2022-09-27T16:05:15.1745908Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sign_cpu_float64 2022-09-27T16:05:15.1834747Z [gw1] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sign_cpu_float64 2022-09-27T16:05:15.2017470Z [gw3] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acos_cpu_complex128 2022-09-27T16:05:15.2057238Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acos_cpu_float64 2022-09-27T16:05:15.2082080Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_var_cpu_complex128 2022-09-27T16:05:15.2100821Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_var_cpu_complex128 2022-09-27T16:05:15.2137487Z [gw3] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acos_cpu_float64 2022-09-27T16:05:15.2164849Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_signbit_cpu_float64 2022-09-27T16:05:15.2457635Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_signbit_cpu_float64 2022-09-27T16:05:15.2488015Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acosh_cpu_complex128 2022-09-27T16:05:15.2500220Z [gw3] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acosh_cpu_complex128 2022-09-27T16:05:15.2524661Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_var_cpu_float64 2022-09-27T16:05:15.2577667Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_var_cpu_float64 2022-09-27T16:05:15.2703334Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sin_cpu_complex128 2022-09-27T16:05:15.2898919Z [gw1] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sin_cpu_complex128 2022-09-27T16:05:15.2930299Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acosh_cpu_float64 2022-09-27T16:05:15.2943464Z [gw3] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_acosh_cpu_float64 2022-09-27T16:05:15.2969996Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_var_mean_cpu_complex128 2022-09-27T16:05:15.3017997Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_var_mean_cpu_complex128 2022-09-27T16:05:15.3063428Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sin_cpu_float64 2022-09-27T16:05:15.3339761Z [gw1] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sin_cpu_float64 2022-09-27T16:05:15.3378355Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_add_cpu_complex128 2022-09-27T16:05:15.3404695Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_var_mean_cpu_float64 2022-09-27T16:05:15.3458011Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_var_mean_cpu_float64 2022-09-27T16:05:15.3661277Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinc_cpu_complex128 2022-09-27T16:05:15.3818175Z [gw1] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinc_cpu_complex128 2022-09-27T16:05:15.3846129Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vdot_cpu_complex128 2022-09-27T16:05:15.3897592Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vdot_cpu_complex128 2022-09-27T16:05:15.3966003Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinc_cpu_float64 2022-09-27T16:05:15.4109807Z [gw1] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinc_cpu_float64 2022-09-27T16:05:15.4122353Z [gw3] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_add_cpu_complex128 2022-09-27T16:05:15.4258891Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_add_cpu_float64 2022-09-27T16:05:15.4270928Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vdot_cpu_float64 2022-09-27T16:05:15.4288804Z [gw3] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_add_cpu_float64 2022-09-27T16:05:15.4336931Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vdot_cpu_float64 2022-09-27T16:05:15.4429571Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinh_cpu_complex128 2022-09-27T16:05:15.4537098Z [gw1] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinh_cpu_complex128 2022-09-27T16:05:15.4698690Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addbmm_cpu_complex128 2022-09-27T16:05:15.4724228Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_as_complex_cpu_float64 2022-09-27T16:05:15.4777857Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_as_complex_cpu_float64 2022-09-27T16:05:15.4819411Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinh_cpu_float64 2022-09-27T16:05:15.5140357Z [gw1] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sinh_cpu_float64 2022-09-27T16:05:15.5165768Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_as_cpu_complex128 2022-09-27T16:05:15.5198528Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_as_cpu_complex128 2022-09-27T16:05:15.5210406Z [gw3] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addbmm_cpu_complex128 2022-09-27T16:05:15.5217844Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addbmm_cpu_float64 2022-09-27T16:05:15.5247518Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_slice_scatter_cpu_float64 2022-09-27T16:05:15.5301501Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_slice_scatter_cpu_float64 2022-09-27T16:05:15.5579895Z [gw3] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addbmm_cpu_float64 2022-09-27T16:05:15.5607597Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_as_cpu_float64 2022-09-27T16:05:15.5617299Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_as_cpu_float64 2022-09-27T16:05:15.5659168Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcdiv_cpu_complex128 2022-09-27T16:05:15.5692206Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_softmax_cpu_float64 2022-09-27T16:05:15.6020918Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_softmax_cpu_float64 2022-09-27T16:05:15.6053615Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_as_real_cpu_complex128 2022-09-27T16:05:15.6098477Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_as_real_cpu_complex128 2022-09-27T16:05:15.6127910Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_softmax_with_dtype_cpu_complex128 2022-09-27T16:05:15.6338380Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_softmax_with_dtype_cpu_complex128 2022-09-27T16:05:15.6351904Z [gw3] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcdiv_cpu_complex128 2022-09-27T16:05:15.6459543Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcdiv_cpu_float64 2022-09-27T16:05:15.6492031Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_cpu_complex128 2022-09-27T16:05:15.6530180Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_cpu_complex128 2022-09-27T16:05:15.6539657Z [gw3] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcdiv_cpu_float64 2022-09-27T16:05:15.6574216Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_softmax_with_dtype_cpu_float64 2022-09-27T16:05:15.6781423Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_softmax_with_dtype_cpu_float64 2022-09-27T16:05:15.6900669Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcmul_cpu_complex128 2022-09-27T16:05:15.6932443Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_cpu_float64 2022-09-27T16:05:15.6978728Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_view_cpu_float64 2022-09-27T16:05:15.7010542Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sort_cpu_float64 2022-09-27T16:05:15.7341622Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sort_cpu_float64 2022-09-27T16:05:15.7365219Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vsplit_cpu_complex128 2022-09-27T16:05:15.7418291Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vsplit_cpu_complex128 2022-09-27T16:05:15.7443808Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sparse_sampled_addmm_cpu_complex128 2022-09-27T16:05:15.7462617Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sparse_sampled_addmm_cpu_complex128 2022-09-27T16:05:15.7475492Z [gw3] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcmul_cpu_complex128 2022-09-27T16:05:15.7614694Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcmul_cpu_float64 2022-09-27T16:05:15.7780436Z [gw3] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addcmul_cpu_float64 2022-09-27T16:05:15.7806786Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vsplit_cpu_float64 2022-09-27T16:05:15.7858621Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vsplit_cpu_float64 2022-09-27T16:05:15.7884574Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sparse_sampled_addmm_cpu_float64 2022-09-27T16:05:15.7897803Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_sparse_sampled_addmm_cpu_float64 2022-09-27T16:05:15.8221691Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_cpu_complex128 2022-09-27T16:05:15.8250938Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vstack_cpu_complex128 2022-09-27T16:05:15.8291536Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vstack_cpu_complex128 2022-09-27T16:05:15.8298960Z [gw3] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_cpu_complex128 2022-09-27T16:05:15.8326253Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_airy_ai_cpu_float64 2022-09-27T16:05:15.8340358Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_airy_ai_cpu_float64 2022-09-27T16:05:15.8400269Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_cpu_float64 2022-09-27T16:05:15.8661115Z [gw3] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_cpu_float64 2022-09-27T16:05:15.8692967Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vstack_cpu_float64 2022-09-27T16:05:15.8738859Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_vstack_cpu_float64 2022-09-27T16:05:15.8768786Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_bessel_j0_cpu_float64 2022-09-27T16:05:15.8777989Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_bessel_j0_cpu_float64 2022-09-27T16:05:15.9101390Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_decomposed_cpu_complex128 2022-09-27T16:05:15.9132588Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_where_cpu_complex128 2022-09-27T16:05:15.9178783Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_where_cpu_complex128 2022-09-27T16:05:15.9194704Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_bessel_j1_cpu_float64 2022-09-27T16:05:15.9213192Z [gw3] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_decomposed_cpu_complex128 2022-09-27T16:05:15.9222611Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_bessel_j1_cpu_float64 2022-09-27T16:05:15.9276219Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_decomposed_cpu_float64 2022-09-27T16:05:15.9541354Z [gw3] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmm_decomposed_cpu_float64 2022-09-27T16:05:15.9570058Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_where_cpu_float64 2022-09-27T16:05:15.9619157Z [gw2] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_where_cpu_float64 2022-09-27T16:05:15.9650630Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_bessel_y0_cpu_float64 2022-09-27T16:05:15.9715483Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_bessel_y0_cpu_float64 2022-09-27T16:05:15.9946619Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmv_cpu_complex128 2022-09-27T16:05:16.0092302Z [gw3] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmv_cpu_complex128 2022-09-27T16:05:16.0102150Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_xlogy_cpu_float64 2022-09-27T16:05:16.0106435Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_bessel_y1_cpu_float64 2022-09-27T16:05:16.0201545Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_bessel_y1_cpu_float64 2022-09-27T16:05:16.0295858Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmv_cpu_float64 2022-09-27T16:05:16.0309524Z [gw2] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_xlogy_cpu_float64 2022-09-27T16:05:16.0417910Z [gw3] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addmv_cpu_float64 2022-09-27T16:05:16.0535960Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zero__cpu_complex128 2022-09-27T16:05:16.0538902Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:05:16.0695369Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:05:16.0923445Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addr_cpu_complex128 2022-09-27T16:05:16.0940602Z [gw2] [ 72%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zero__cpu_complex128 2022-09-27T16:05:16.0945960Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zero__cpu_float64 2022-09-27T16:05:16.1019337Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:05:16.1054139Z [gw1] [ 72%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:05:16.1075005Z [gw2] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zero__cpu_float64 2022-09-27T16:05:16.1096548Z [gw3] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addr_cpu_complex128 2022-09-27T16:05:16.1173363Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addr_cpu_float64 2022-09-27T16:05:16.1381958Z [gw3] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_addr_cpu_float64 2022-09-27T16:05:16.1383292Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:05:16.1403060Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zeros_cpu_complex128 2022-09-27T16:05:16.1413788Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:05:16.1539362Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zeros_cpu_complex128 2022-09-27T16:05:16.1568787Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_all_cpu_complex128 2022-09-27T16:05:16.1820066Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_all_cpu_complex128 2022-09-27T16:05:16.1835571Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:05:16.1858752Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:05:16.1888431Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zeros_cpu_float64 2022-09-27T16:05:16.1978904Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zeros_cpu_float64 2022-09-27T16:05:16.2009546Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_all_cpu_float64 2022-09-27T16:05:16.2260412Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_all_cpu_float64 2022-09-27T16:05:16.2282747Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_entr_cpu_float64 2022-09-27T16:05:16.2339247Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_entr_cpu_float64 2022-09-27T16:05:16.2373703Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zeros_like_cpu_complex128 2022-09-27T16:05:16.2418277Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zeros_like_cpu_complex128 2022-09-27T16:05:16.2451022Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_allclose_cpu_complex128 2022-09-27T16:05:16.2699528Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_allclose_cpu_complex128 2022-09-27T16:05:16.2727934Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_erfcx_cpu_float64 2022-09-27T16:05:16.2777762Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_erfcx_cpu_float64 2022-09-27T16:05:16.2809360Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zeros_like_cpu_float64 2022-09-27T16:05:16.2897716Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_zeros_like_cpu_float64 2022-09-27T16:05:16.2929251Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_allclose_cpu_float64 2022-09-27T16:05:16.3140232Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_allclose_cpu_float64 2022-09-27T16:05:16.3168051Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_hermite_polynomial_h_cpu_float64 2022-09-27T16:05:16.3218146Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_hermite_polynomial_h_cpu_float64 2022-09-27T16:05:16.3249830Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_H_cpu_complex128 2022-09-27T16:05:16.3379088Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_H_cpu_complex128 2022-09-27T16:05:16.3410599Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_amax_cpu_float64 2022-09-27T16:05:16.3579016Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_amax_cpu_float64 2022-09-27T16:05:16.3608259Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_hermite_polynomial_he_cpu_float64 2022-09-27T16:05:16.3698940Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_hermite_polynomial_he_cpu_float64 2022-09-27T16:05:16.3723343Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_H_cpu_float64 2022-09-27T16:05:16.3736678Z [gw0] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svd_cpu_float64 2022-09-27T16:05:16.3745807Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_H_cpu_float64 2022-09-27T16:05:16.3817128Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svdvals_cpu_complex128 2022-09-27T16:05:16.3840315Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_amin_cpu_float64 2022-09-27T16:05:16.4021670Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_amin_cpu_float64 2022-09-27T16:05:16.4046340Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_i0e_cpu_float64 2022-09-27T16:05:16.4137050Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_i0e_cpu_float64 2022-09-27T16:05:16.4158388Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_T_cpu_complex128 2022-09-27T16:05:16.4256771Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_T_cpu_complex128 2022-09-27T16:05:16.4280293Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_aminmax_cpu_float64 2022-09-27T16:05:16.4457531Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_aminmax_cpu_float64 2022-09-27T16:05:16.4480614Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_i1_cpu_float64 2022-09-27T16:05:16.4617453Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_i1_cpu_float64 2022-09-27T16:05:16.4644608Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_T_cpu_float64 2022-09-27T16:05:16.4697434Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_T_cpu_float64 2022-09-27T16:05:16.4725935Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_angle_cpu_complex128 2022-09-27T16:05:16.4898611Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_angle_cpu_complex128 2022-09-27T16:05:16.4925322Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_i1e_cpu_float64 2022-09-27T16:05:16.5098631Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_i1e_cpu_float64 2022-09-27T16:05:16.5126694Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___getitem___cpu_complex128 2022-09-27T16:05:16.5137512Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___getitem___cpu_complex128 2022-09-27T16:05:16.5166772Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_angle_cpu_float64 2022-09-27T16:05:16.5337158Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_angle_cpu_float64 2022-09-27T16:05:16.5361975Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_laguerre_polynomial_l_cpu_float64 2022-09-27T16:05:16.5538988Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_laguerre_polynomial_l_cpu_float64 2022-09-27T16:05:16.5567023Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___getitem___cpu_float64 2022-09-27T16:05:16.5577364Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___getitem___cpu_float64 2022-09-27T16:05:16.5609439Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_any_cpu_complex128 2022-09-27T16:05:16.5777128Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_any_cpu_complex128 2022-09-27T16:05:16.5793084Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_legendre_polynomial_p_cpu_float64 2022-09-27T16:05:16.5982321Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_legendre_polynomial_p_cpu_float64 2022-09-27T16:05:16.6008340Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___radd___cpu_complex128 2022-09-27T16:05:16.6017614Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___radd___cpu_complex128 2022-09-27T16:05:16.6048140Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_any_cpu_float64 2022-09-27T16:05:16.6218250Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_any_cpu_float64 2022-09-27T16:05:16.6247124Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_log_ndtr_cpu_float64 2022-09-27T16:05:16.6418987Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_log_ndtr_cpu_float64 2022-09-27T16:05:16.6443454Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___radd___cpu_float64 2022-09-27T16:05:16.6458214Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad___radd___cpu_float64 2022-09-27T16:05:16.6492784Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_arange_cpu_float64 2022-09-27T16:05:16.6657225Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_arange_cpu_float64 2022-09-27T16:05:16.6681607Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_i0_cpu_float64 2022-09-27T16:05:16.6858645Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_i0_cpu_float64 2022-09-27T16:05:16.6885312Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cdist_cpu_float64 2022-09-27T16:05:16.6930043Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cdist_cpu_float64 2022-09-27T16:05:16.6930726Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argmax_cpu_float64 2022-09-27T16:05:16.7097751Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argmax_cpu_float64 2022-09-27T16:05:16.7123099Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_i1_cpu_float64 2022-09-27T16:05:16.7298705Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_i1_cpu_float64 2022-09-27T16:05:16.7339632Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ceil_cpu_float64 2022-09-27T16:05:16.7348207Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argmin_cpu_float64 2022-09-27T16:05:16.7371507Z [gw2] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ceil_cpu_float64 2022-09-27T16:05:16.7537934Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argmin_cpu_float64 2022-09-27T16:05:16.7564644Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_k0_cpu_float64 2022-09-27T16:05:16.7780146Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_k0_cpu_float64 2022-09-27T16:05:16.7781364Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argsort_cpu_float64 2022-09-27T16:05:16.7816281Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chalf_cpu_complex128 2022-09-27T16:05:16.7819292Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argsort_cpu_float64 2022-09-27T16:05:16.8018068Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chalf_cpu_complex128 2022-09-27T16:05:16.8045772Z test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_k1_cpu_float64 2022-09-27T16:05:16.8256885Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_forward_mode_AD_special_modified_bessel_k1_cpu_float64 2022-09-27T16:05:16.8257581Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argwhere_cpu_complex128 2022-09-27T16:05:16.8260744Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chalf_cpu_float64 2022-09-27T16:05:16.8264378Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chalf_cpu_float64 2022-09-27T16:05:16.8461072Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argwhere_cpu_complex128 2022-09-27T16:05:16.8556095Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft2_cpu_complex128 2022-09-27T16:05:16.8697152Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft2_cpu_complex128 2022-09-27T16:05:16.8699987Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argwhere_cpu_float64 2022-09-27T16:05:16.8700999Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_char_cpu_complex128 2022-09-27T16:05:16.8703506Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_argwhere_cpu_float64 2022-09-27T16:05:16.8900209Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_char_cpu_complex128 2022-09-27T16:05:16.8928783Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft2_cpu_float64 2022-09-27T16:05:16.9102156Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft2_cpu_float64 2022-09-27T16:05:16.9103034Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_cpu_complex128 2022-09-27T16:05:16.9120170Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_char_cpu_float64 2022-09-27T16:05:16.9137717Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_cpu_complex128 2022-09-27T16:05:16.9339124Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_char_cpu_float64 2022-09-27T16:05:16.9367201Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft_cpu_complex128 2022-09-27T16:05:16.9556280Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft_cpu_complex128 2022-09-27T16:05:16.9557137Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_cpu_complex128 2022-09-27T16:05:16.9558068Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_cpu_float64 2022-09-27T16:05:16.9567887Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_cpu_float64 2022-09-27T16:05:16.9818781Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_cpu_complex128 2022-09-27T16:05:16.9847241Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft_cpu_float64 2022-09-27T16:05:16.9977742Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfft_cpu_float64 2022-09-27T16:05:17.0002252Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_scatter_cpu_complex128 2022-09-27T16:05:17.0017485Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_scatter_cpu_complex128 2022-09-27T16:05:17.0046897Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_cpu_float64 2022-09-27T16:05:17.0257745Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_cpu_float64 2022-09-27T16:05:17.0285368Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfftn_cpu_complex128 2022-09-27T16:05:17.0418075Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfftn_cpu_complex128 2022-09-27T16:05:17.0441656Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_scatter_cpu_float64 2022-09-27T16:05:17.0457459Z [gw3] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_as_strided_scatter_cpu_float64 2022-09-27T16:05:17.0485991Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_inverse_cpu_complex128 2022-09-27T16:05:17.0615869Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_inverse_cpu_complex128 2022-09-27T16:05:17.0623440Z [gw0] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svdvals_cpu_complex128 2022-09-27T16:05:17.0697813Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svdvals_cpu_float64 2022-09-27T16:05:17.0725313Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfftn_cpu_float64 2022-09-27T16:05:17.0857575Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_hfftn_cpu_float64 2022-09-27T16:05:17.0897307Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asin_cpu_complex128 2022-09-27T16:05:17.0928880Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_inverse_cpu_float64 2022-09-27T16:05:17.0982545Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_inverse_cpu_float64 2022-09-27T16:05:17.1138441Z [gw3] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asin_cpu_complex128 2022-09-27T16:05:17.1166013Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft2_cpu_complex128 2022-09-27T16:05:17.1298833Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft2_cpu_complex128 2022-09-27T16:05:17.1338611Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asin_cpu_float64 2022-09-27T16:05:17.1349856Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_solve_cpu_complex128 2022-09-27T16:05:17.1373869Z [gw3] [ 73%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asin_cpu_float64 2022-09-27T16:05:17.1580334Z [gw2] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_solve_cpu_complex128 2022-09-27T16:05:17.1610349Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft2_cpu_float64 2022-09-27T16:05:17.1739600Z [gw1] [ 73%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft2_cpu_float64 2022-09-27T16:05:17.1767506Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asinh_cpu_complex128 2022-09-27T16:05:17.1782055Z [gw3] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asinh_cpu_complex128 2022-09-27T16:05:17.1811531Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_solve_cpu_float64 2022-09-27T16:05:17.1933523Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cholesky_solve_cpu_float64 2022-09-27T16:05:17.1942699Z [gw0] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_svdvals_cpu_float64 2022-09-27T16:05:17.2059966Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorinv_cpu_complex128 2022-09-27T16:05:17.2090346Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft_cpu_complex128 2022-09-27T16:05:17.2179623Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft_cpu_complex128 2022-09-27T16:05:17.2211015Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asinh_cpu_float64 2022-09-27T16:05:17.2223967Z [gw3] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_asinh_cpu_float64 2022-09-27T16:05:17.2255226Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chunk_cpu_complex128 2022-09-27T16:05:17.2500275Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chunk_cpu_complex128 2022-09-27T16:05:17.2531370Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft_cpu_float64 2022-09-27T16:05:17.2619673Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifft_cpu_float64 2022-09-27T16:05:17.2659135Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atan2_cpu_float64 2022-09-27T16:05:17.2691310Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chunk_cpu_float64 2022-09-27T16:05:17.2733900Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_chunk_cpu_float64 2022-09-27T16:05:17.2744091Z [gw0] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorinv_cpu_complex128 2022-09-27T16:05:17.2756930Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorinv_cpu_float64 2022-09-27T16:05:17.2905835Z [gw3] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atan2_cpu_float64 2022-09-27T16:05:17.2938597Z [gw0] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorinv_cpu_float64 2022-09-27T16:05:17.2964107Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftn_cpu_complex128 2022-09-27T16:05:17.3058294Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftn_cpu_complex128 2022-09-27T16:05:17.3097605Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atan_cpu_complex128 2022-09-27T16:05:17.3178935Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clamp_cpu_float64 2022-09-27T16:05:17.3187738Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorsolve_cpu_complex128 2022-09-27T16:05:17.3251005Z [gw3] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atan_cpu_complex128 2022-09-27T16:05:17.3379313Z [gw2] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clamp_cpu_float64 2022-09-27T16:05:17.3409393Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftn_cpu_float64 2022-09-27T16:05:17.3499321Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftn_cpu_float64 2022-09-27T16:05:17.3538572Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atan_cpu_float64 2022-09-27T16:05:17.3549068Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clamp_max_cpu_float64 2022-09-27T16:05:17.3671571Z [gw3] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atan_cpu_float64 2022-09-27T16:05:17.3820180Z [gw2] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clamp_max_cpu_float64 2022-09-27T16:05:17.3846749Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftshift_cpu_complex128 2022-09-27T16:05:17.3940590Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftshift_cpu_complex128 2022-09-27T16:05:17.3969801Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atanh_cpu_complex128 2022-09-27T16:05:17.3983328Z [gw3] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atanh_cpu_complex128 2022-09-27T16:05:17.4128497Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clamp_min_cpu_float64 2022-09-27T16:05:17.4260123Z [gw2] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clamp_min_cpu_float64 2022-09-27T16:05:17.4286030Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftshift_cpu_float64 2022-09-27T16:05:17.4379903Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ifftshift_cpu_float64 2022-09-27T16:05:17.4410064Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atanh_cpu_float64 2022-09-27T16:05:17.4420239Z [gw3] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atanh_cpu_float64 2022-09-27T16:05:17.4447125Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clone_cpu_complex128 2022-09-27T16:05:17.4701434Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clone_cpu_complex128 2022-09-27T16:05:17.4727120Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ihfft2_cpu_float64 2022-09-27T16:05:17.4820085Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ihfft2_cpu_float64 2022-09-27T16:05:17.4854114Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_1d_cpu_complex128 2022-09-27T16:05:17.4870148Z [gw3] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_1d_cpu_complex128 2022-09-27T16:05:17.4894760Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clone_cpu_float64 2022-09-27T16:05:17.5140552Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_clone_cpu_float64 2022-09-27T16:05:17.5165536Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ihfft_cpu_float64 2022-09-27T16:05:17.5259430Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ihfft_cpu_float64 2022-09-27T16:05:17.5292288Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_1d_cpu_float64 2022-09-27T16:05:17.5305039Z [gw3] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_1d_cpu_float64 2022-09-27T16:05:17.5330609Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_column_stack_cpu_complex128 2022-09-27T16:05:17.5580634Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_column_stack_cpu_complex128 2022-09-27T16:05:17.5608299Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ihfftn_cpu_float64 2022-09-27T16:05:17.5699708Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_ihfftn_cpu_float64 2022-09-27T16:05:17.5734525Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_2d_cpu_complex128 2022-09-27T16:05:17.5778828Z [gw3] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_2d_cpu_complex128 2022-09-27T16:05:17.5808371Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_column_stack_cpu_float64 2022-09-27T16:05:17.5869477Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_column_stack_cpu_float64 2022-09-27T16:05:17.5880003Z [gw0] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorsolve_cpu_complex128 2022-09-27T16:05:17.6019007Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorsolve_cpu_float64 2022-09-27T16:05:17.6044779Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft2_cpu_complex128 2022-09-27T16:05:17.6138852Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft2_cpu_complex128 2022-09-27T16:05:17.6169529Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_2d_cpu_float64 2022-09-27T16:05:17.6218386Z [gw3] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_2d_cpu_float64 2022-09-27T16:05:17.6248747Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_combinations_cpu_complex128 2022-09-27T16:05:17.6405486Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_combinations_cpu_complex128 2022-09-27T16:05:17.6413496Z [gw0] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_tensorsolve_cpu_float64 2022-09-27T16:05:17.6498014Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vander_cpu_complex128 2022-09-27T16:05:17.6524744Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft2_cpu_float64 2022-09-27T16:05:17.6578495Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft2_cpu_float64 2022-09-27T16:05:17.6607300Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_3d_cpu_complex128 2022-09-27T16:05:17.6658008Z [gw3] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_3d_cpu_complex128 2022-09-27T16:05:17.6686571Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_combinations_cpu_float64 2022-09-27T16:05:17.6939179Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_combinations_cpu_float64 2022-09-27T16:05:17.6967447Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft_cpu_complex128 2022-09-27T16:05:17.7018334Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft_cpu_complex128 2022-09-27T16:05:17.7044482Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_3d_cpu_float64 2022-09-27T16:05:17.7138682Z [gw3] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_atleast_3d_cpu_float64 2022-09-27T16:05:17.7169331Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_complex_cpu_float64 2022-09-27T16:05:17.7379771Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_complex_cpu_float64 2022-09-27T16:05:17.7406725Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft_cpu_float64 2022-09-27T16:05:17.7458458Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfft_cpu_float64 2022-09-27T16:05:17.7618544Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_baddbmm_cpu_complex128 2022-09-27T16:05:17.7662748Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_cpu_complex128 2022-09-27T16:05:17.7856263Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_cpu_complex128 2022-09-27T16:05:17.7861178Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfftn_cpu_complex128 2022-09-27T16:05:17.8091971Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfftn_cpu_complex128 2022-09-27T16:05:17.8096914Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_cpu_float64 2022-09-27T16:05:17.8282688Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_cpu_float64 2022-09-27T16:05:17.8293235Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfftn_cpu_float64 2022-09-27T16:05:17.8376914Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_irfftn_cpu_float64 2022-09-27T16:05:17.8388796Z [gw3] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_baddbmm_cpu_complex128 2022-09-27T16:05:17.8477969Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_baddbmm_cpu_float64 2022-09-27T16:05:17.8498808Z [gw3] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_baddbmm_cpu_float64 2022-09-27T16:05:17.8596285Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_physical_cpu_complex128 2022-09-27T16:05:17.8726687Z [gw2] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_physical_cpu_complex128 2022-09-27T16:05:17.8727964Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_rfft2_cpu_float64 2022-09-27T16:05:17.8817415Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_rfft2_cpu_float64 2022-09-27T16:05:17.8849623Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bernoulli_cpu_float64 2022-09-27T16:05:17.8978485Z [gw3] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bernoulli_cpu_float64 2022-09-27T16:05:17.9039541Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_physical_cpu_float64 2022-09-27T16:05:17.9413793Z [gw2] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_conj_physical_cpu_float64 2022-09-27T16:05:17.9416942Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_rfft_cpu_float64 2022-09-27T16:05:17.9457852Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_rfft_cpu_float64 2022-09-27T16:05:17.9490835Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_constant_pad_nd_cpu_complex128 2022-09-27T16:05:17.9574120Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_constant_pad_nd_cpu_complex128 2022-09-27T16:05:17.9719174Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bfloat16_cpu_complex128 2022-09-27T16:05:17.9734018Z [gw0] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vander_cpu_complex128 2022-09-27T16:05:17.9735323Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_rfftn_cpu_float64 2022-09-27T16:05:17.9745147Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_rfftn_cpu_float64 2022-09-27T16:05:17.9936753Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vander_cpu_float64 2022-09-27T16:05:17.9939103Z [gw3] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bfloat16_cpu_complex128 2022-09-27T16:05:17.9940561Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_constant_pad_nd_cpu_float64 2022-09-27T16:05:18.0057057Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_constant_pad_nd_cpu_float64 2022-09-27T16:05:18.0086373Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bfloat16_cpu_float64 2022-09-27T16:05:18.0233020Z [gw3] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bfloat16_cpu_float64 2022-09-27T16:05:18.0314899Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fill_cpu_complex128 2022-09-27T16:05:18.0373952Z [gw1] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fill_cpu_complex128 2022-09-27T16:05:18.0375615Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_contiguous_cpu_complex128 2022-09-27T16:05:18.0538576Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_contiguous_cpu_complex128 2022-09-27T16:05:18.0570193Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_block_diag_cpu_complex128 2022-09-27T16:05:18.0573144Z [gw3] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_block_diag_cpu_complex128 2022-09-27T16:05:18.0582496Z [gw0] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vander_cpu_float64 2022-09-27T16:05:18.0583782Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vecdot_cpu_complex128 2022-09-27T16:05:18.0641589Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fill_cpu_float64 2022-09-27T16:05:18.0818725Z [gw1] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fill_cpu_float64 2022-09-27T16:05:18.0843151Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_contiguous_cpu_float64 2022-09-27T16:05:18.0980071Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_contiguous_cpu_float64 2022-09-27T16:05:18.1006704Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_block_diag_cpu_float64 2022-09-27T16:05:18.1057974Z [gw3] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_block_diag_cpu_float64 2022-09-27T16:05:18.1087728Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flatten_cpu_complex128 2022-09-27T16:05:18.1258592Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flatten_cpu_complex128 2022-09-27T16:05:18.1399259Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_copysign_cpu_float64 2022-09-27T16:05:18.1418455Z [gw2] [ 74%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_copysign_cpu_float64 2022-09-27T16:05:18.1448714Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bmm_cpu_complex128 2022-09-27T16:05:18.1498466Z [gw3] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bmm_cpu_complex128 2022-09-27T16:05:18.1523887Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flatten_cpu_float64 2022-09-27T16:05:18.1700676Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flatten_cpu_float64 2022-09-27T16:05:18.1729400Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_corrcoef_cpu_complex128 2022-09-27T16:05:18.1860748Z [gw2] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_corrcoef_cpu_complex128 2022-09-27T16:05:18.1886069Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bmm_cpu_float64 2022-09-27T16:05:18.1939097Z [gw3] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bmm_cpu_float64 2022-09-27T16:05:18.1964811Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flip_cpu_complex128 2022-09-27T16:05:18.2139962Z [gw1] [ 74%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flip_cpu_complex128 2022-09-27T16:05:18.2165830Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_corrcoef_cpu_float64 2022-09-27T16:05:18.2299451Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_corrcoef_cpu_float64 2022-09-27T16:05:18.2328272Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bool_cpu_complex128 2022-09-27T16:05:18.2378639Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bool_cpu_complex128 2022-09-27T16:05:18.2406928Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flip_cpu_float64 2022-09-27T16:05:18.2578565Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flip_cpu_float64 2022-09-27T16:05:18.2727812Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cos_cpu_complex128 2022-09-27T16:05:18.2738270Z [gw2] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cos_cpu_complex128 2022-09-27T16:05:18.2758360Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bool_cpu_float64 2022-09-27T16:05:18.2817365Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bool_cpu_float64 2022-09-27T16:05:18.2838649Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fliplr_cpu_complex128 2022-09-27T16:05:18.3018066Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fliplr_cpu_complex128 2022-09-27T16:05:18.3074236Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cos_cpu_float64 2022-09-27T16:05:18.3177761Z [gw2] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cos_cpu_float64 2022-09-27T16:05:18.3197547Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_tensors_cpu_complex128 2022-09-27T16:05:18.3257190Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_tensors_cpu_complex128 2022-09-27T16:05:18.3287542Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fliplr_cpu_float64 2022-09-27T16:05:18.3460192Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fliplr_cpu_float64 2022-09-27T16:05:18.3621711Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cosh_cpu_complex128 2022-09-27T16:05:18.3629651Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_tensors_cpu_float64 2022-09-27T16:05:18.3650139Z [gw2] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cosh_cpu_complex128 2022-09-27T16:05:18.3698218Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_tensors_cpu_float64 2022-09-27T16:05:18.3725788Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flipud_cpu_complex128 2022-09-27T16:05:18.3900910Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flipud_cpu_complex128 2022-09-27T16:05:18.3982916Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cosh_cpu_float64 2022-09-27T16:05:18.4060586Z [gw2] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cosh_cpu_float64 2022-09-27T16:05:18.4090142Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_to_cpu_complex128 2022-09-27T16:05:18.4139141Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_to_cpu_complex128 2022-09-27T16:05:18.4166879Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flipud_cpu_float64 2022-09-27T16:05:18.4341229Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_flipud_cpu_float64 2022-09-27T16:05:18.4370129Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_count_nonzero_cpu_complex128 2022-09-27T16:05:18.4500511Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_count_nonzero_cpu_complex128 2022-09-27T16:05:18.4531850Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_to_cpu_float64 2022-09-27T16:05:18.4578783Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_broadcast_to_cpu_float64 2022-09-27T16:05:18.4608342Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_cpu_complex128 2022-09-27T16:05:18.4780480Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_cpu_complex128 2022-09-27T16:05:18.4806306Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_count_nonzero_cpu_float64 2022-09-27T16:05:18.4940420Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_count_nonzero_cpu_float64 2022-09-27T16:05:18.4975640Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bucketize_cpu_float64 2022-09-27T16:05:18.5018554Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_bucketize_cpu_float64 2022-09-27T16:05:18.5045067Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_cpu_float64 2022-09-27T16:05:18.5219657Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_cpu_float64 2022-09-27T16:05:18.5245198Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cov_cpu_complex128 2022-09-27T16:05:18.5378975Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cov_cpu_complex128 2022-09-27T16:05:18.5410237Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_byte_cpu_complex128 2022-09-27T16:05:18.5458883Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_byte_cpu_complex128 2022-09-27T16:05:18.5661345Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_power_cpu_complex128 2022-09-27T16:05:18.5689859Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cov_cpu_float64 2022-09-27T16:05:18.5820354Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cov_cpu_float64 2022-09-27T16:05:18.5851097Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_byte_cpu_float64 2022-09-27T16:05:18.6102705Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_byte_cpu_float64 2022-09-27T16:05:18.6113672Z [gw1] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_power_cpu_complex128 2022-09-27T16:05:18.6116555Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cross_cpu_complex128 2022-09-27T16:05:18.6140928Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_power_cpu_float64 2022-09-27T16:05:18.6261836Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cross_cpu_complex128 2022-09-27T16:05:18.6270976Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cartesian_prod_cpu_complex128 2022-09-27T16:05:18.6299403Z [gw1] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_float_power_cpu_float64 2022-09-27T16:05:18.6541914Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cartesian_prod_cpu_complex128 2022-09-27T16:05:18.6543223Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_floor_cpu_float64 2022-09-27T16:05:18.6568933Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cross_cpu_float64 2022-09-27T16:05:18.6584944Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cross_cpu_float64 2022-09-27T16:05:18.6698021Z [gw1] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_floor_cpu_float64 2022-09-27T16:05:18.6727484Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cartesian_prod_cpu_float64 2022-09-27T16:05:18.6981042Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cartesian_prod_cpu_float64 2022-09-27T16:05:18.6985243Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cummax_cpu_float64 2022-09-27T16:05:18.7018757Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_floor_divide_cpu_float64 2022-09-27T16:05:18.7024079Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cummax_cpu_float64 2022-09-27T16:05:18.7139726Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_floor_divide_cpu_float64 2022-09-27T16:05:18.7170434Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cat_cpu_complex128 2022-09-27T16:05:18.7421513Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cat_cpu_complex128 2022-09-27T16:05:18.7424873Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cummin_cpu_float64 2022-09-27T16:05:18.7457277Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fmax_cpu_float64 2022-09-27T16:05:18.7461434Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fmax_cpu_float64 2022-09-27T16:05:18.7578798Z [gw2] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cummin_cpu_float64 2022-09-27T16:05:18.7608608Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cat_cpu_float64 2022-09-27T16:05:18.7859713Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cat_cpu_float64 2022-09-27T16:05:18.7898722Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumprod_cpu_complex128 2022-09-27T16:05:18.7930618Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fmin_cpu_float64 2022-09-27T16:05:18.8018133Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fmin_cpu_float64 2022-09-27T16:05:18.8049279Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T16:05:18.8340070Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T16:05:18.8458981Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fmod_cpu_float64 2022-09-27T16:05:18.8490957Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T16:05:18.8518971Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T16:05:18.8779076Z [gw1] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fmod_cpu_float64 2022-09-27T16:05:18.8862548Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_frac_cpu_float64 2022-09-27T16:05:18.8899015Z [gw1] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_frac_cpu_float64 2022-09-27T16:05:18.8926518Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_cpu_complex128 2022-09-27T16:05:18.9218558Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_cpu_complex128 2022-09-27T16:05:18.9250479Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_frexp_cpu_float64 2022-09-27T16:05:18.9337780Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_frexp_cpu_float64 2022-09-27T16:05:18.9366665Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_cpu_float64 2022-09-27T16:05:18.9699576Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_cpu_float64 2022-09-27T16:05:18.9732739Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_full_like_cpu_complex128 2022-09-27T16:05:18.9777623Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_full_like_cpu_complex128 2022-09-27T16:05:18.9805136Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T16:05:19.0178271Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T16:05:19.0209551Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_full_like_cpu_float64 2022-09-27T16:05:19.0219561Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_full_like_cpu_float64 2022-09-27T16:05:19.0295675Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T16:05:19.0619387Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T16:05:19.0648347Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gather_cpu_complex128 2022-09-27T16:05:19.0659851Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gather_cpu_complex128 2022-09-27T16:05:19.0686501Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_unary_cpu_complex128 2022-09-27T16:05:19.1060737Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_unary_cpu_complex128 2022-09-27T16:05:19.1089948Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gather_cpu_float64 2022-09-27T16:05:19.1101344Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gather_cpu_float64 2022-09-27T16:05:19.1122285Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_unary_cpu_float64 2022-09-27T16:05:19.1498546Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_unary_cpu_float64 2022-09-27T16:05:19.1527196Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ge_cpu_float64 2022-09-27T16:05:19.1544263Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ge_cpu_float64 2022-09-27T16:05:19.1573218Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_kron_cpu_complex128 2022-09-27T16:05:19.1938769Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_kron_cpu_complex128 2022-09-27T16:05:19.1966666Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_geqrf_cpu_complex128 2022-09-27T16:05:19.1980457Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_geqrf_cpu_complex128 2022-09-27T16:05:19.2008835Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_kron_cpu_float64 2022-09-27T16:05:19.2378673Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_kron_cpu_float64 2022-09-27T16:05:19.2407614Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_geqrf_cpu_float64 2022-09-27T16:05:19.2423468Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_geqrf_cpu_float64 2022-09-27T16:05:19.2448618Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_kthvalue_cpu_float64 2022-09-27T16:05:19.2817476Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_kthvalue_cpu_float64 2022-09-27T16:05:19.2854077Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gradient_cpu_complex128 2022-09-27T16:05:19.2863327Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gradient_cpu_complex128 2022-09-27T16:05:19.2918664Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ldexp_cpu_complex128 2022-09-27T16:05:19.3302371Z [gw3] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ldexp_cpu_complex128 2022-09-27T16:05:19.3307185Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gradient_cpu_float64 2022-09-27T16:05:19.3314612Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gradient_cpu_float64 2022-09-27T16:05:19.3361599Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ldexp_cpu_float64 2022-09-27T16:05:19.3737424Z [gw3] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ldexp_cpu_float64 2022-09-27T16:05:19.3758124Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_le_cpu_float64 2022-09-27T16:05:19.3770857Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gt_cpu_float64 2022-09-27T16:05:19.3783428Z [gw3] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_le_cpu_float64 2022-09-27T16:05:19.4178118Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_gt_cpu_float64 2022-09-27T16:05:19.4182423Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_half_cpu_complex128 2022-09-27T16:05:19.4223356Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lerp_cpu_complex128 2022-09-27T16:05:19.4660622Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_half_cpu_complex128 2022-09-27T16:05:19.4664841Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_half_cpu_float64 2022-09-27T16:05:19.5101262Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_half_cpu_float64 2022-09-27T16:05:19.5104329Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_heaviside_cpu_float64 2022-09-27T16:05:19.5538846Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_heaviside_cpu_float64 2022-09-27T16:05:19.5544187Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_histc_cpu_float64 2022-09-27T16:05:19.5973278Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_histc_cpu_float64 2022-09-27T16:05:19.5978709Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_histogram_cpu_float64 2022-09-27T16:05:19.6418774Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_histogram_cpu_float64 2022-09-27T16:05:19.6427300Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_histogramdd_cpu_float64 2022-09-27T16:05:19.6800748Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_histogramdd_cpu_float64 2022-09-27T16:05:19.6821663Z [gw3] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lerp_cpu_complex128 2022-09-27T16:05:19.6860104Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lerp_cpu_float64 2022-09-27T16:05:19.6903350Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hsplit_cpu_complex128 2022-09-27T16:05:19.7156850Z [gw1] [ 75%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hsplit_cpu_complex128 2022-09-27T16:05:19.7257114Z [gw3] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lerp_cpu_float64 2022-09-27T16:05:19.7321093Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lgamma_cpu_float64 2022-09-27T16:05:19.7338555Z [gw3] [ 75%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lgamma_cpu_float64 2022-09-27T16:05:19.7346245Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hsplit_cpu_float64 2022-09-27T16:05:19.7645003Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hsplit_cpu_float64 2022-09-27T16:05:19.7661565Z [gw0] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vecdot_cpu_complex128 2022-09-27T16:05:19.7728820Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vecdot_cpu_float64 2022-09-27T16:05:19.7731431Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_cpu_complex128 2022-09-27T16:05:19.7740442Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_cpu_complex128 2022-09-27T16:05:19.7780871Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hstack_cpu_complex128 2022-09-27T16:05:19.8171106Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hstack_cpu_complex128 2022-09-27T16:05:19.8176563Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_cpu_float64 2022-09-27T16:05:19.8244297Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_cpu_float64 2022-09-27T16:05:19.8249978Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hstack_cpu_float64 2022-09-27T16:05:19.8652181Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hstack_cpu_float64 2022-09-27T16:05:19.8657169Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_ex_cpu_complex128 2022-09-27T16:05:19.8694091Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_ex_cpu_complex128 2022-09-27T16:05:19.8783960Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hypot_cpu_float64 2022-09-27T16:05:19.9093485Z [gw1] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_hypot_cpu_float64 2022-09-27T16:05:19.9098505Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_ex_cpu_float64 2022-09-27T16:05:19.9144512Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cholesky_ex_cpu_float64 2022-09-27T16:05:19.9149995Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_i0_cpu_float64 2022-09-27T16:05:19.9534680Z [gw1] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_i0_cpu_float64 2022-09-27T16:05:19.9544596Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cond_cpu_complex128 2022-09-27T16:05:19.9551318Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cond_cpu_complex128 2022-09-27T16:05:19.9556510Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_igamma_cpu_float64 2022-09-27T16:05:19.9976796Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_igamma_cpu_float64 2022-09-27T16:05:19.9988643Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cond_cpu_float64 2022-09-27T16:05:19.9996236Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cond_cpu_float64 2022-09-27T16:05:20.0001498Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_igammac_cpu_float64 2022-09-27T16:05:20.0412943Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_igammac_cpu_float64 2022-09-27T16:05:20.0418509Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cross_cpu_complex128 2022-09-27T16:05:20.0472745Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cross_cpu_complex128 2022-09-27T16:05:20.0477800Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_imag_cpu_complex128 2022-09-27T16:05:20.0824594Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_imag_cpu_complex128 2022-09-27T16:05:20.0856192Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cross_cpu_float64 2022-09-27T16:05:20.0928394Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_cross_cpu_float64 2022-09-27T16:05:20.1260167Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_add_cpu_complex128 2022-09-27T16:05:20.1296021Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_cpu_complex128 2022-09-27T16:05:20.1576474Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_cpu_complex128 2022-09-27T16:05:20.1600464Z [gw0] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vecdot_cpu_float64 2022-09-27T16:05:20.1739793Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vector_norm_cpu_complex128 2022-09-27T16:05:20.1787363Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_cpu_float64 2022-09-27T16:05:20.2215877Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_cpu_float64 2022-09-27T16:05:20.2217676Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_singular_cpu_complex128 2022-09-27T16:05:20.2272412Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_singular_cpu_complex128 2022-09-27T16:05:20.2288592Z [gw1] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_add_cpu_complex128 2022-09-27T16:05:20.2526754Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_add_cpu_float64 2022-09-27T16:05:20.2677156Z [gw1] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_add_cpu_float64 2022-09-27T16:05:20.2707098Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_singular_cpu_float64 2022-09-27T16:05:20.2718682Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_det_singular_cpu_float64 2022-09-27T16:05:20.3080423Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_copy_cpu_complex128 2022-09-27T16:05:20.3172493Z [gw1] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_copy_cpu_complex128 2022-09-27T16:05:20.3174438Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eig_cpu_complex128 2022-09-27T16:05:20.3183746Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eig_cpu_complex128 2022-09-27T16:05:20.3297363Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_copy_cpu_float64 2022-09-27T16:05:20.3579717Z [gw1] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_copy_cpu_float64 2022-09-27T16:05:20.3608508Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eig_cpu_float64 2022-09-27T16:05:20.3618656Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eig_cpu_float64 2022-09-27T16:05:20.3820102Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_fill_cpu_complex128 2022-09-27T16:05:20.4018919Z [gw1] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_fill_cpu_complex128 2022-09-27T16:05:20.4044621Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigh_cpu_complex128 2022-09-27T16:05:20.4061161Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigh_cpu_complex128 2022-09-27T16:05:20.4149658Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_fill_cpu_float64 2022-09-27T16:05:20.4502441Z [gw1] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_fill_cpu_float64 2022-09-27T16:05:20.4503085Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_put_cpu_complex128 2022-09-27T16:05:20.4539331Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigh_cpu_float64 2022-09-27T16:05:20.4894262Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigh_cpu_float64 2022-09-27T16:05:20.4941357Z [gw1] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_put_cpu_complex128 2022-09-27T16:05:20.4943752Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_put_cpu_float64 2022-09-27T16:05:20.4984825Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvals_cpu_complex128 2022-09-27T16:05:20.5050981Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvals_cpu_complex128 2022-09-27T16:05:20.5379876Z [gw1] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_put_cpu_float64 2022-09-27T16:05:20.5420538Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_reduce_cpu_float64 2022-09-27T16:05:20.5459431Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvals_cpu_float64 2022-09-27T16:05:20.5861042Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvals_cpu_float64 2022-09-27T16:05:20.5893272Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvalsh_cpu_complex128 2022-09-27T16:05:20.6059968Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvalsh_cpu_complex128 2022-09-27T16:05:20.6072625Z [gw1] [ 76%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_reduce_cpu_float64 2022-09-27T16:05:20.6093881Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_select_cpu_complex128 2022-09-27T16:05:20.6301180Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_select_cpu_complex128 2022-09-27T16:05:20.6337942Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvalsh_cpu_float64 2022-09-27T16:05:20.6497417Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_eigvalsh_cpu_float64 2022-09-27T16:05:20.6518262Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_select_cpu_float64 2022-09-27T16:05:20.6738384Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_index_select_cpu_float64 2022-09-27T16:05:20.6769697Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_householder_product_cpu_complex128 2022-09-27T16:05:20.6937882Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_householder_product_cpu_complex128 2022-09-27T16:05:20.6960779Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_inner_cpu_complex128 2022-09-27T16:05:20.7179510Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_inner_cpu_complex128 2022-09-27T16:05:20.7211460Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_householder_product_cpu_float64 2022-09-27T16:05:20.7378409Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_householder_product_cpu_float64 2022-09-27T16:05:20.7401815Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_inner_cpu_float64 2022-09-27T16:05:20.7618853Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_inner_cpu_float64 2022-09-27T16:05:20.7649567Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_cpu_complex128 2022-09-27T16:05:20.7818571Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_cpu_complex128 2022-09-27T16:05:20.7844724Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_int_cpu_complex128 2022-09-27T16:05:20.8058225Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_int_cpu_complex128 2022-09-27T16:05:20.8089750Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_cpu_float64 2022-09-27T16:05:20.8258169Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_cpu_float64 2022-09-27T16:05:20.8286480Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_int_cpu_float64 2022-09-27T16:05:20.8499047Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_int_cpu_float64 2022-09-27T16:05:20.8532280Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_ex_cpu_complex128 2022-09-27T16:05:20.8698342Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_ex_cpu_complex128 2022-09-27T16:05:20.8730203Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isclose_cpu_complex128 2022-09-27T16:05:20.8938662Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isclose_cpu_complex128 2022-09-27T16:05:20.8972191Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_ex_cpu_float64 2022-09-27T16:05:20.9138002Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_inv_ex_cpu_float64 2022-09-27T16:05:20.9164094Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isclose_cpu_float64 2022-09-27T16:05:20.9379671Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isclose_cpu_float64 2022-09-27T16:05:20.9411517Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_factor_cpu_complex128 2022-09-27T16:05:20.9579247Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_factor_cpu_complex128 2022-09-27T16:05:20.9610077Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isfinite_cpu_complex128 2022-09-27T16:05:20.9819621Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isfinite_cpu_complex128 2022-09-27T16:05:20.9852144Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_factor_cpu_float64 2022-09-27T16:05:21.0019406Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_factor_cpu_float64 2022-09-27T16:05:21.0047061Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isfinite_cpu_float64 2022-09-27T16:05:21.0259256Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isfinite_cpu_float64 2022-09-27T16:05:21.0293620Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T16:05:21.0483338Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T16:05:21.0484230Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isin_cpu_float64 2022-09-27T16:05:21.0697963Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isin_cpu_float64 2022-09-27T16:05:21.0749861Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_factor_ex_cpu_float64 2022-09-27T16:05:21.0928845Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_factor_ex_cpu_float64 2022-09-27T16:05:21.0933408Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isinf_cpu_complex128 2022-09-27T16:05:21.1181628Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isinf_cpu_complex128 2022-09-27T16:05:21.1185961Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_solve_cpu_complex128 2022-09-27T16:05:21.1370545Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_solve_cpu_complex128 2022-09-27T16:05:21.1375583Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isinf_cpu_float64 2022-09-27T16:05:21.1623934Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isinf_cpu_float64 2022-09-27T16:05:21.1628621Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_solve_cpu_float64 2022-09-27T16:05:21.1812738Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_ldl_solve_cpu_float64 2022-09-27T16:05:21.1817619Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isnan_cpu_complex128 2022-09-27T16:05:21.2045091Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isnan_cpu_complex128 2022-09-27T16:05:21.2050758Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_cpu_complex128 2022-09-27T16:05:21.2322190Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_cpu_complex128 2022-09-27T16:05:21.2322796Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isnan_cpu_float64 2022-09-27T16:05:21.2475872Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isnan_cpu_float64 2022-09-27T16:05:21.2507098Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_cpu_float64 2022-09-27T16:05:21.2779762Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_cpu_float64 2022-09-27T16:05:21.2788663Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isneginf_cpu_float64 2022-09-27T16:05:21.2948515Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isneginf_cpu_float64 2022-09-27T16:05:21.2959627Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T16:05:21.3257646Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T16:05:21.3268090Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isposinf_cpu_float64 2022-09-27T16:05:21.3385996Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isposinf_cpu_float64 2022-09-27T16:05:21.3396583Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T16:05:21.3695349Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T16:05:21.3705776Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isreal_cpu_complex128 2022-09-27T16:05:21.3825945Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isreal_cpu_complex128 2022-09-27T16:05:21.3837377Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_cpu_complex128 2022-09-27T16:05:21.4134905Z [gw3] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_cpu_complex128 2022-09-27T16:05:21.4144202Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isreal_cpu_float64 2022-09-27T16:05:21.4263967Z [gw1] [ 76%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_isreal_cpu_float64 2022-09-27T16:05:21.4273971Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_cpu_float64 2022-09-27T16:05:21.4541408Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_cpu_float64 2022-09-27T16:05:21.4570598Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_istft_cpu_complex128 2022-09-27T16:05:21.4660738Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_istft_cpu_complex128 2022-09-27T16:05:21.4687026Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_cpu_complex128 2022-09-27T16:05:21.4981351Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_cpu_complex128 2022-09-27T16:05:21.5011595Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_istft_cpu_float64 2022-09-27T16:05:21.5098981Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_istft_cpu_float64 2022-09-27T16:05:21.5129869Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_cpu_float64 2022-09-27T16:05:21.5420084Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_cpu_float64 2022-09-27T16:05:21.5450547Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T16:05:21.5539009Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T16:05:21.5573572Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_ex_cpu_complex128 2022-09-27T16:05:21.5859826Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_ex_cpu_complex128 2022-09-27T16:05:21.5886528Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T16:05:21.5979572Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T16:05:21.6021614Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_ex_cpu_float64 2022-09-27T16:05:21.6351590Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_factor_ex_cpu_float64 2022-09-27T16:05:21.6357849Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorsolve_cpu_complex128 2022-09-27T16:05:21.6364610Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorsolve_cpu_complex128 2022-09-27T16:05:21.6371165Z [gw2] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumprod_cpu_complex128 2022-09-27T16:05:21.6459065Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumprod_cpu_float64 2022-09-27T16:05:21.6507850Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_solve_cpu_complex128 2022-09-27T16:05:21.6778548Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_solve_cpu_complex128 2022-09-27T16:05:21.6781166Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorsolve_cpu_float64 2022-09-27T16:05:21.6941452Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorsolve_cpu_float64 2022-09-27T16:05:21.6942368Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_solve_cpu_float64 2022-09-27T16:05:21.7217349Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_lu_solve_cpu_float64 2022-09-27T16:05:21.7220036Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vander_cpu_complex128 2022-09-27T16:05:21.7371975Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vander_cpu_complex128 2022-09-27T16:05:21.7389038Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_norm_cpu_complex128 2022-09-27T16:05:21.7654823Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_norm_cpu_complex128 2022-09-27T16:05:21.7658439Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vander_cpu_float64 2022-09-27T16:05:21.7849705Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vander_cpu_float64 2022-09-27T16:05:21.7859841Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_norm_cpu_float64 2022-09-27T16:05:21.8092858Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_norm_cpu_float64 2022-09-27T16:05:21.8096623Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vecdot_cpu_complex128 2022-09-27T16:05:21.8340657Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vecdot_cpu_complex128 2022-09-27T16:05:21.8344710Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_power_cpu_complex128 2022-09-27T16:05:21.8575314Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_power_cpu_complex128 2022-09-27T16:05:21.8578940Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vecdot_cpu_float64 2022-09-27T16:05:21.8820858Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vecdot_cpu_float64 2022-09-27T16:05:21.8824598Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_power_cpu_float64 2022-09-27T16:05:21.9054564Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_power_cpu_float64 2022-09-27T16:05:21.9058346Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vector_norm_cpu_complex128 2022-09-27T16:05:21.9298645Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vector_norm_cpu_complex128 2022-09-27T16:05:21.9302105Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_rank_cpu_complex128 2022-09-27T16:05:21.9533603Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_rank_cpu_complex128 2022-09-27T16:05:21.9537339Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vector_norm_cpu_float64 2022-09-27T16:05:21.9784199Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_vector_norm_cpu_float64 2022-09-27T16:05:21.9788259Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_rank_cpu_float64 2022-09-27T16:05:22.0014959Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_rank_cpu_float64 2022-09-27T16:05:22.0019117Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linspace_cpu_complex128 2022-09-27T16:05:22.0220903Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linspace_cpu_complex128 2022-09-27T16:05:22.0224950Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T16:05:22.0454530Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T16:05:22.0458372Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linspace_cpu_float64 2022-09-27T16:05:22.0660609Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linspace_cpu_float64 2022-09-27T16:05:22.0661250Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T16:05:22.0974730Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T16:05:22.1058109Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log10_cpu_complex128 2022-09-27T16:05:22.1105810Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_multi_dot_cpu_complex128 2022-09-27T16:05:22.1143229Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_multi_dot_cpu_complex128 2022-09-27T16:05:22.1175808Z [gw1] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log10_cpu_complex128 2022-09-27T16:05:22.1185957Z [gw2] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumprod_cpu_float64 2022-09-27T16:05:22.1337633Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumsum_cpu_complex128 2022-09-27T16:05:22.1396105Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log10_cpu_float64 2022-09-27T16:05:22.1446946Z [gw1] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log10_cpu_float64 2022-09-27T16:05:22.1537637Z [gw2] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumsum_cpu_complex128 2022-09-27T16:05:22.1564071Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_multi_dot_cpu_float64 2022-09-27T16:05:22.1616515Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_multi_dot_cpu_float64 2022-09-27T16:05:22.1686864Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumsum_cpu_float64 2022-09-27T16:05:22.1777793Z [gw2] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumsum_cpu_float64 2022-09-27T16:05:22.1820249Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log1p_cpu_float64 2022-09-27T16:05:22.2020309Z [gw1] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log1p_cpu_float64 2022-09-27T16:05:22.2051861Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_cpu_complex128 2022-09-27T16:05:22.2065415Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_cpu_complex128 2022-09-27T16:05:22.2094291Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumulative_trapezoid_cpu_complex128 2022-09-27T16:05:22.2258930Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumulative_trapezoid_cpu_complex128 2022-09-27T16:05:22.2441636Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log2_cpu_complex128 2022-09-27T16:05:22.2457968Z [gw1] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log2_cpu_complex128 2022-09-27T16:05:22.2489365Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_cpu_float64 2022-09-27T16:05:22.2502617Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_cpu_float64 2022-09-27T16:05:22.2535324Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumulative_trapezoid_cpu_float64 2022-09-27T16:05:22.2699471Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_cumulative_trapezoid_cpu_float64 2022-09-27T16:05:22.2764037Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log2_cpu_float64 2022-09-27T16:05:22.2940137Z [gw1] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log2_cpu_float64 2022-09-27T16:05:22.2943904Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T16:05:22.2973348Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_deg2rad_cpu_float64 2022-09-27T16:05:22.3011573Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T16:05:22.3138919Z [gw2] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_deg2rad_cpu_float64 2022-09-27T16:05:22.3283667Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_cpu_complex128 2022-09-27T16:05:22.3380137Z [gw1] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_cpu_complex128 2022-09-27T16:05:22.3381171Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_cpu_complex128 2022-09-27T16:05:22.3406438Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T16:05:22.3414641Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_cpu_complex128 2022-09-27T16:05:22.3619206Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T16:05:22.3684773Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_cpu_float64 2022-09-27T16:05:22.3820777Z [gw1] [ 77%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_cpu_float64 2022-09-27T16:05:22.3821226Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_cpu_complex128 2022-09-27T16:05:22.3856521Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_cpu_float64 2022-09-27T16:05:22.3859554Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_cpu_float64 2022-09-27T16:05:22.4057712Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_cpu_complex128 2022-09-27T16:05:22.4078658Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_softmax_cpu_float64 2022-09-27T16:05:22.4258430Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_softmax_cpu_float64 2022-09-27T16:05:22.4261316Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_cpu_float64 2022-09-27T16:05:22.4290459Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_embed_cpu_complex128 2022-09-27T16:05:22.4297038Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_embed_cpu_complex128 2022-09-27T16:05:22.4496960Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_cpu_float64 2022-09-27T16:05:22.4516579Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_softmax_dtype_cpu_complex128 2022-09-27T16:05:22.4698201Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_softmax_dtype_cpu_complex128 2022-09-27T16:05:22.4700051Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_hermitian_cpu_complex128 2022-09-27T16:05:22.4725719Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_embed_cpu_float64 2022-09-27T16:05:22.4731758Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diag_embed_cpu_float64 2022-09-27T16:05:22.4937438Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_hermitian_cpu_complex128 2022-09-27T16:05:22.4956269Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_softmax_dtype_cpu_float64 2022-09-27T16:05:22.5139054Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_log_softmax_dtype_cpu_float64 2022-09-27T16:05:22.5139481Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_hermitian_cpu_float64 2022-09-27T16:05:22.5166739Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagflat_cpu_complex128 2022-09-27T16:05:22.5177049Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagflat_cpu_complex128 2022-09-27T16:05:22.5378166Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_hermitian_cpu_float64 2022-09-27T16:05:22.5397976Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logaddexp2_cpu_float64 2022-09-27T16:05:22.5580047Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logaddexp2_cpu_float64 2022-09-27T16:05:22.5580502Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_singular_cpu_complex128 2022-09-27T16:05:22.5610552Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagflat_cpu_float64 2022-09-27T16:05:22.5614847Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_singular_cpu_complex128 2022-09-27T16:05:22.5817424Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagflat_cpu_float64 2022-09-27T16:05:22.5839044Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logaddexp_cpu_float64 2022-09-27T16:05:22.6018048Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logaddexp_cpu_float64 2022-09-27T16:05:22.6020548Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagonal_cpu_complex128 2022-09-27T16:05:22.6047429Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_singular_cpu_float64 2022-09-27T16:05:22.6056313Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_pinv_singular_cpu_float64 2022-09-27T16:05:22.6256712Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagonal_cpu_complex128 2022-09-27T16:05:22.6276936Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logcumsumexp_cpu_float64 2022-09-27T16:05:22.6458256Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logcumsumexp_cpu_float64 2022-09-27T16:05:22.6458813Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagonal_cpu_float64 2022-09-27T16:05:22.6484286Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_qr_cpu_complex128 2022-09-27T16:05:22.6492030Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_qr_cpu_complex128 2022-09-27T16:05:22.6696368Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagonal_cpu_float64 2022-09-27T16:05:22.6715509Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logdet_cpu_complex128 2022-09-27T16:05:22.6897960Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logdet_cpu_complex128 2022-09-27T16:05:22.6899038Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_qr_cpu_float64 2022-09-27T16:05:22.6927970Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagonal_scatter_cpu_float64 2022-09-27T16:05:22.6934430Z [gw3] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_qr_cpu_float64 2022-09-27T16:05:22.7136904Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diagonal_scatter_cpu_float64 2022-09-27T16:05:22.7156871Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logdet_cpu_float64 2022-09-27T16:05:22.7338777Z [gw1] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logdet_cpu_float64 2022-09-27T16:05:22.7339639Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diff_cpu_complex128 2022-09-27T16:05:22.7366726Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_slogdet_cpu_complex128 2022-09-27T16:05:22.7373678Z [gw2] [ 77%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diff_cpu_complex128 2022-09-27T16:05:22.7576731Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_slogdet_cpu_complex128 2022-09-27T16:05:22.7598827Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_and_cpu_complex128 2022-09-27T16:05:22.7779096Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_and_cpu_complex128 2022-09-27T16:05:22.7779723Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diff_cpu_float64 2022-09-27T16:05:22.7808159Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_slogdet_cpu_float64 2022-09-27T16:05:22.7812754Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_diff_cpu_float64 2022-09-27T16:05:22.8016517Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_slogdet_cpu_float64 2022-09-27T16:05:22.8034695Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_and_cpu_float64 2022-09-27T16:05:22.8218492Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_and_cpu_float64 2022-09-27T16:05:22.8220365Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_cpu_complex128 2022-09-27T16:05:22.8244804Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_digamma_cpu_float64 2022-09-27T16:05:22.8280193Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_cpu_complex128 2022-09-27T16:05:22.8456408Z [gw2] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_digamma_cpu_float64 2022-09-27T16:05:22.8476460Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_not_cpu_complex128 2022-09-27T16:05:22.8658208Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_not_cpu_complex128 2022-09-27T16:05:22.8661052Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_cpu_float64 2022-09-27T16:05:22.8686351Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dist_cpu_complex128 2022-09-27T16:05:22.8695870Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dist_cpu_complex128 2022-09-27T16:05:22.8897863Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_cpu_float64 2022-09-27T16:05:22.8917305Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_not_cpu_float64 2022-09-27T16:05:22.9099101Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_not_cpu_float64 2022-09-27T16:05:22.9099468Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dist_cpu_float64 2022-09-27T16:05:22.9127690Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_ex_cpu_complex128 2022-09-27T16:05:22.9132112Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_ex_cpu_complex128 2022-09-27T16:05:22.9336685Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dist_cpu_float64 2022-09-27T16:05:22.9355557Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_or_cpu_complex128 2022-09-27T16:05:22.9538820Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_or_cpu_complex128 2022-09-27T16:05:22.9539971Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_floor_rounding_cpu_float64 2022-09-27T16:05:22.9564967Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_ex_cpu_float64 2022-09-27T16:05:22.9651485Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_ex_cpu_float64 2022-09-27T16:05:22.9777596Z [gw2] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_floor_rounding_cpu_float64 2022-09-27T16:05:22.9801762Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_or_cpu_float64 2022-09-27T16:05:23.0005733Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_or_cpu_float64 2022-09-27T16:05:23.0007129Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_triangular_cpu_complex128 2022-09-27T16:05:23.0014361Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_no_rounding_mode_cpu_complex128 2022-09-27T16:05:23.0217759Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_triangular_cpu_complex128 2022-09-27T16:05:23.0242756Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_xor_cpu_complex128 2022-09-27T16:05:23.0416855Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_xor_cpu_complex128 2022-09-27T16:05:23.0442525Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_triangular_cpu_float64 2022-09-27T16:05:23.0640158Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_solve_triangular_cpu_float64 2022-09-27T16:05:23.0651944Z [gw2] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_no_rounding_mode_cpu_complex128 2022-09-27T16:05:23.0658124Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_no_rounding_mode_cpu_float64 2022-09-27T16:05:23.0686704Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_xor_cpu_float64 2022-09-27T16:05:23.0814560Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logical_xor_cpu_float64 2022-09-27T16:05:23.0857540Z [gw2] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_no_rounding_mode_cpu_float64 2022-09-27T16:05:23.0886142Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svd_cpu_complex128 2022-09-27T16:05:23.1058121Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svd_cpu_complex128 2022-09-27T16:05:23.1098643Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_trunc_rounding_cpu_float64 2022-09-27T16:05:23.1205694Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logit_cpu_float64 2022-09-27T16:05:23.1214211Z [gw2] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_div_trunc_rounding_cpu_float64 2022-09-27T16:05:23.1297332Z [gw1] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logit_cpu_float64 2022-09-27T16:05:23.1330155Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svd_cpu_float64 2022-09-27T16:05:23.1499855Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svd_cpu_float64 2022-09-27T16:05:23.1536484Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dot_cpu_complex128 2022-09-27T16:05:23.1552974Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dot_cpu_complex128 2022-09-27T16:05:23.1580099Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logspace_cpu_complex128 2022-09-27T16:05:23.1747754Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logspace_cpu_complex128 2022-09-27T16:05:23.1793584Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svdvals_cpu_complex128 2022-09-27T16:05:23.1985013Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svdvals_cpu_complex128 2022-09-27T16:05:23.1991771Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dot_cpu_float64 2022-09-27T16:05:23.2051925Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dot_cpu_float64 2022-09-27T16:05:23.2058704Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logspace_cpu_float64 2022-09-27T16:05:23.2220386Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logspace_cpu_float64 2022-09-27T16:05:23.2226158Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svdvals_cpu_float64 2022-09-27T16:05:23.2421394Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_svdvals_cpu_float64 2022-09-27T16:05:23.2427351Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_double_cpu_complex128 2022-09-27T16:05:23.2443446Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_double_cpu_complex128 2022-09-27T16:05:23.2489254Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logsumexp_cpu_float64 2022-09-27T16:05:23.2618609Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_logsumexp_cpu_float64 2022-09-27T16:05:23.2659968Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorinv_cpu_complex128 2022-09-27T16:05:23.2818765Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorinv_cpu_complex128 2022-09-27T16:05:23.2864667Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_double_cpu_float64 2022-09-27T16:05:23.2891575Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_double_cpu_float64 2022-09-27T16:05:23.2932059Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_long_cpu_complex128 2022-09-27T16:05:23.3057987Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_long_cpu_complex128 2022-09-27T16:05:23.3100068Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorinv_cpu_float64 2022-09-27T16:05:23.3258110Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_linalg_tensorinv_cpu_float64 2022-09-27T16:05:23.3286072Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dsplit_cpu_complex128 2022-09-27T16:05:23.3297979Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dsplit_cpu_complex128 2022-09-27T16:05:23.3327627Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_long_cpu_float64 2022-09-27T16:05:23.3498344Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_long_cpu_float64 2022-09-27T16:05:23.3524246Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_logsigmoid_cpu_float64 2022-09-27T16:05:23.3697763Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_logsigmoid_cpu_float64 2022-09-27T16:05:23.3725765Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dsplit_cpu_float64 2022-09-27T16:05:23.3738991Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dsplit_cpu_float64 2022-09-27T16:05:23.3765741Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lt_cpu_float64 2022-09-27T16:05:23.3937224Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lt_cpu_float64 2022-09-27T16:05:23.3957773Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T16:05:23.4137232Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T16:05:23.4157931Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dstack_cpu_complex128 2022-09-27T16:05:23.4177726Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dstack_cpu_complex128 2022-09-27T16:05:23.4200031Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_cpu_complex128 2022-09-27T16:05:23.4439818Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_cpu_complex128 2022-09-27T16:05:23.4463851Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_pool1d_cpu_float64 2022-09-27T16:05:23.4577633Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_pool1d_cpu_float64 2022-09-27T16:05:23.4602438Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dstack_cpu_float64 2022-09-27T16:05:23.4616530Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_dstack_cpu_float64 2022-09-27T16:05:23.4638029Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_cpu_float64 2022-09-27T16:05:23.4817703Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_cpu_float64 2022-09-27T16:05:23.4837030Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_pool2d_cpu_float64 2022-09-27T16:05:23.5019392Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_pool2d_cpu_float64 2022-09-27T16:05:23.5043890Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_einsum_cpu_complex128 2022-09-27T16:05:23.5057758Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_einsum_cpu_complex128 2022-09-27T16:05:23.5082715Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_solve_cpu_complex128 2022-09-27T16:05:23.5257418Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_solve_cpu_complex128 2022-09-27T16:05:23.5283334Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_pool3d_cpu_float64 2022-09-27T16:05:23.5458383Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_pool3d_cpu_float64 2022-09-27T16:05:23.5486843Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_einsum_cpu_float64 2022-09-27T16:05:23.5497156Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_einsum_cpu_float64 2022-09-27T16:05:23.5522324Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_solve_cpu_float64 2022-09-27T16:05:23.5698319Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_solve_cpu_float64 2022-09-27T16:05:23.5720379Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool1d_cpu_float64 2022-09-27T16:05:23.5897398Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool1d_cpu_float64 2022-09-27T16:05:23.5923018Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_empty_cpu_complex128 2022-09-27T16:05:23.5936841Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_empty_cpu_complex128 2022-09-27T16:05:23.5962713Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_unpack_cpu_complex128 2022-09-27T16:05:23.6136993Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_unpack_cpu_complex128 2022-09-27T16:05:23.6156729Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T16:05:23.6338052Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T16:05:23.6361863Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_empty_cpu_float64 2022-09-27T16:05:23.6377523Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_empty_cpu_float64 2022-09-27T16:05:23.6403213Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_unpack_cpu_float64 2022-09-27T16:05:23.6578949Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_lu_unpack_cpu_float64 2022-09-27T16:05:23.6607250Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool2d_cpu_float64 2022-09-27T16:05:23.6778758Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool2d_cpu_float64 2022-09-27T16:05:23.6804539Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_empty_like_cpu_complex128 2022-09-27T16:05:23.6818207Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_empty_like_cpu_complex128 2022-09-27T16:05:23.6845836Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mH_cpu_complex128 2022-09-27T16:05:23.7018595Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mH_cpu_complex128 2022-09-27T16:05:23.7044409Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T16:05:23.7218242Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T16:05:23.7243773Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_empty_like_cpu_float64 2022-09-27T16:05:23.7258195Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_empty_like_cpu_float64 2022-09-27T16:05:23.7288568Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mH_cpu_float64 2022-09-27T16:05:23.7457274Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mH_cpu_float64 2022-09-27T16:05:23.7483201Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool3d_cpu_float64 2022-09-27T16:05:23.7659217Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool3d_cpu_float64 2022-09-27T16:05:23.7683739Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_eq_cpu_complex128 2022-09-27T16:05:23.7697752Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_eq_cpu_complex128 2022-09-27T16:05:23.7723631Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mT_cpu_complex128 2022-09-27T16:05:23.7897786Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mT_cpu_complex128 2022-09-27T16:05:23.7924855Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T16:05:23.8098577Z [gw3] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T16:05:23.8126869Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_eq_cpu_float64 2022-09-27T16:05:23.8138126Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_eq_cpu_float64 2022-09-27T16:05:23.8162654Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mT_cpu_float64 2022-09-27T16:05:23.8338267Z [gw1] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mT_cpu_float64 2022-09-27T16:05:23.8407443Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_mish_cpu_float64 2022-09-27T16:05:23.8538134Z [gw3] [ 78%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_mish_cpu_float64 2022-09-27T16:05:23.8569278Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_equal_cpu_complex128 2022-09-27T16:05:23.8582113Z [gw2] [ 78%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_equal_cpu_complex128 2022-09-27T16:05:23.8779994Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_fill_cpu_complex128 2022-09-27T16:05:23.8810532Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_mse_loss_cpu_float64 2022-09-27T16:05:23.8981709Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_mse_loss_cpu_float64 2022-09-27T16:05:23.8996283Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_equal_cpu_float64 2022-09-27T16:05:23.9010447Z [gw1] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_fill_cpu_complex128 2022-09-27T16:05:23.9024871Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_equal_cpu_float64 2022-09-27T16:05:23.9140762Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_fill_cpu_float64 2022-09-27T16:05:23.9218666Z [gw1] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_fill_cpu_float64 2022-09-27T16:05:23.9251472Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T16:05:23.9419457Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T16:05:23.9458070Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_erf_cpu_float64 2022-09-27T16:05:23.9477645Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_scatter_cpu_complex128 2022-09-27T16:05:23.9659709Z [gw2] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_erf_cpu_float64 2022-09-27T16:05:23.9691743Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T16:05:23.9751538Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T16:05:23.9857801Z [gw1] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_scatter_cpu_complex128 2022-09-27T16:05:23.9895717Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_erfc_cpu_float64 2022-09-27T16:05:23.9946272Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_scatter_cpu_float64 2022-09-27T16:05:23.9964457Z [gw2] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_erfc_cpu_float64 2022-09-27T16:05:24.0097408Z [gw1] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_scatter_cpu_float64 2022-09-27T16:05:24.0120574Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T16:05:24.0297349Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T16:05:24.0336180Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_erfinv_cpu_float64 2022-09-27T16:05:24.0359317Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_select_cpu_complex128 2022-09-27T16:05:24.0362007Z [gw2] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_erfinv_cpu_float64 2022-09-27T16:05:24.0537884Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_select_cpu_complex128 2022-09-27T16:05:24.0562512Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_nll_loss_cpu_float64 2022-09-27T16:05:24.0733352Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_nll_loss_cpu_float64 2022-09-27T16:05:24.0741012Z [gw0] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vector_norm_cpu_complex128 2022-09-27T16:05:24.0744772Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vector_norm_cpu_float64 2022-09-27T16:05:24.0777232Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_exp2_cpu_float64 2022-09-27T16:05:24.0799732Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_select_cpu_float64 2022-09-27T16:05:24.0805829Z [gw2] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_exp2_cpu_float64 2022-09-27T16:05:24.0977002Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_masked_select_cpu_float64 2022-09-27T16:05:24.0997705Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_normalize_cpu_complex128 2022-09-27T16:05:24.1176939Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_normalize_cpu_complex128 2022-09-27T16:05:24.1217596Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_exp_cpu_complex128 2022-09-27T16:05:24.1241147Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matmul_cpu_complex128 2022-09-27T16:05:24.1318654Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matmul_cpu_complex128 2022-09-27T16:05:24.1416886Z [gw2] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_exp_cpu_complex128 2022-09-27T16:05:24.1436362Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_normalize_cpu_float64 2022-09-27T16:05:24.1617621Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_normalize_cpu_float64 2022-09-27T16:05:24.1657919Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_exp_cpu_float64 2022-09-27T16:05:24.1668327Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matmul_cpu_float64 2022-09-27T16:05:24.1678745Z [gw2] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_exp_cpu_float64 2022-09-27T16:05:24.1856206Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matmul_cpu_float64 2022-09-27T16:05:24.1876035Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_circular_cpu_complex128 2022-09-27T16:05:24.2056381Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_circular_cpu_complex128 2022-09-27T16:05:24.2074782Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_as_cpu_complex128 2022-09-27T16:05:24.2095845Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_as_cpu_complex128 2022-09-27T16:05:24.2115657Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matrix_exp_cpu_complex128 2022-09-27T16:05:24.2296416Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matrix_exp_cpu_complex128 2022-09-27T16:05:24.2314988Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_circular_cpu_float64 2022-09-27T16:05:24.2496352Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_circular_cpu_float64 2022-09-27T16:05:24.2515925Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_as_cpu_float64 2022-09-27T16:05:24.2536356Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_as_cpu_float64 2022-09-27T16:05:24.2555333Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matrix_exp_cpu_float64 2022-09-27T16:05:24.2736469Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_matrix_exp_cpu_float64 2022-09-27T16:05:24.2754939Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_constant_cpu_complex128 2022-09-27T16:05:24.2936547Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_constant_cpu_complex128 2022-09-27T16:05:24.2959307Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_cpu_complex128 2022-09-27T16:05:24.2976239Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_cpu_complex128 2022-09-27T16:05:24.2997316Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_max_binary_cpu_float64 2022-09-27T16:05:24.3176099Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_max_binary_cpu_float64 2022-09-27T16:05:24.3194978Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_constant_cpu_float64 2022-09-27T16:05:24.3376699Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_constant_cpu_float64 2022-09-27T16:05:24.3395512Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_cpu_float64 2022-09-27T16:05:24.3415800Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expand_cpu_float64 2022-09-27T16:05:24.3434771Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_max_reduction_no_dim_cpu_float64 2022-09-27T16:05:24.3615743Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_max_reduction_no_dim_cpu_float64 2022-09-27T16:05:24.3635835Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_reflect_cpu_complex128 2022-09-27T16:05:24.3817469Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_reflect_cpu_complex128 2022-09-27T16:05:24.3852245Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expm1_cpu_float64 2022-09-27T16:05:24.3863388Z [gw2] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_expm1_cpu_float64 2022-09-27T16:05:24.3883808Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_max_reduction_with_dim_cpu_float64 2022-09-27T16:05:24.4057110Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_max_reduction_with_dim_cpu_float64 2022-09-27T16:05:24.4084843Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_reflect_cpu_float64 2022-09-27T16:05:24.4257206Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_reflect_cpu_float64 2022-09-27T16:05:24.4279805Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_eye_cpu_complex128 2022-09-27T16:05:24.4296682Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_eye_cpu_complex128 2022-09-27T16:05:24.4320114Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_maximum_cpu_float64 2022-09-27T16:05:24.4496070Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_maximum_cpu_float64 2022-09-27T16:05:24.4519595Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_replicate_cpu_complex128 2022-09-27T16:05:24.4698051Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_replicate_cpu_complex128 2022-09-27T16:05:24.4723676Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_eye_cpu_float64 2022-09-27T16:05:24.4738285Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_eye_cpu_float64 2022-09-27T16:05:24.4762137Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mean_cpu_complex128 2022-09-27T16:05:24.4940061Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mean_cpu_complex128 2022-09-27T16:05:24.4970878Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_replicate_cpu_float64 2022-09-27T16:05:24.5140159Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pad_replicate_cpu_float64 2022-09-27T16:05:24.5169874Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft2_cpu_complex128 2022-09-27T16:05:24.5179164Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft2_cpu_complex128 2022-09-27T16:05:24.5206841Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mean_cpu_float64 2022-09-27T16:05:24.5377788Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mean_cpu_float64 2022-09-27T16:05:24.5407147Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T16:05:24.5577990Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T16:05:24.5602268Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft2_cpu_float64 2022-09-27T16:05:24.5617579Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft2_cpu_float64 2022-09-27T16:05:24.5643954Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_median_cpu_float64 2022-09-27T16:05:24.5816849Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_median_cpu_float64 2022-09-27T16:05:24.5842402Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pairwise_distance_cpu_float64 2022-09-27T16:05:24.6018674Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pairwise_distance_cpu_float64 2022-09-27T16:05:24.6047110Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft_cpu_complex128 2022-09-27T16:05:24.6097803Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft_cpu_complex128 2022-09-27T16:05:24.6122925Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T16:05:24.6257761Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T16:05:24.6285039Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pdist_cpu_float64 2022-09-27T16:05:24.6458536Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pdist_cpu_float64 2022-09-27T16:05:24.6484128Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft_cpu_float64 2022-09-27T16:05:24.6538266Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fft_cpu_float64 2022-09-27T16:05:24.6567890Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_list_of_tensors_cpu_float64 2022-09-27T16:05:24.6698493Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_list_of_tensors_cpu_float64 2022-09-27T16:05:24.6726040Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T16:05:24.6898321Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T16:05:24.6924885Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftn_cpu_complex128 2022-09-27T16:05:24.6978545Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftn_cpu_complex128 2022-09-27T16:05:24.7003532Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T16:05:24.7137358Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T16:05:24.7166148Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T16:05:24.7339976Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T16:05:24.7366208Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftn_cpu_float64 2022-09-27T16:05:24.7417963Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftn_cpu_float64 2022-09-27T16:05:24.7443863Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_variadic_tensors_cpu_float64 2022-09-27T16:05:24.7578397Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_meshgrid_variadic_tensors_cpu_float64 2022-09-27T16:05:24.7604215Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T16:05:24.7778859Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T16:05:24.7805019Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftshift_cpu_complex128 2022-09-27T16:05:24.7861789Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftshift_cpu_complex128 2022-09-27T16:05:24.7889519Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_min_binary_cpu_float64 2022-09-27T16:05:24.8017716Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_min_binary_cpu_float64 2022-09-27T16:05:24.8046252Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T16:05:24.8259406Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T16:05:24.8286627Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftshift_cpu_float64 2022-09-27T16:05:24.8338050Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_fft_fftshift_cpu_float64 2022-09-27T16:05:24.8367223Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_min_reduction_no_dim_cpu_float64 2022-09-27T16:05:24.8457560Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_min_reduction_no_dim_cpu_float64 2022-09-27T16:05:24.8489173Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T16:05:24.8698913Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T16:05:24.8725110Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nanmedian_cpu_float64 2022-09-27T16:05:24.8778015Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nanmedian_cpu_float64 2022-09-27T16:05:24.8803091Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_min_reduction_with_dim_cpu_float64 2022-09-27T16:05:24.8886026Z [gw1] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_min_reduction_with_dim_cpu_float64 2022-09-27T16:05:24.8894105Z [gw0] [ 79%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linalg_vector_norm_cpu_float64 2022-09-27T16:05:24.8901528Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linspace_cpu_complex128 2022-09-27T16:05:24.8919267Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_prelu_cpu_float64 2022-09-27T16:05:24.8926919Z [gw0] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linspace_cpu_complex128 2022-09-27T16:05:24.9178792Z [gw3] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_prelu_cpu_float64 2022-09-27T16:05:24.9203819Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nanquantile_cpu_float64 2022-09-27T16:05:24.9257206Z [gw2] [ 79%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nanquantile_cpu_float64 2022-09-27T16:05:24.9285559Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_minimum_cpu_float64 2022-09-27T16:05:24.9296420Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_minimum_cpu_float64 2022-09-27T16:05:24.9320629Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linspace_cpu_float64 2022-09-27T16:05:24.9336648Z [gw0] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_linspace_cpu_float64 2022-09-27T16:05:24.9361644Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_relu6_cpu_float64 2022-09-27T16:05:24.9616385Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_relu6_cpu_float64 2022-09-27T16:05:24.9636228Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nansum_cpu_float64 2022-09-27T16:05:24.9695888Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nansum_cpu_float64 2022-09-27T16:05:24.9717115Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mm_cpu_complex128 2022-09-27T16:05:24.9735632Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mm_cpu_complex128 2022-09-27T16:05:24.9775556Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log10_cpu_complex128 2022-09-27T16:05:24.9795041Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_relu_cpu_float64 2022-09-27T16:05:25.0058126Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_relu_cpu_float64 2022-09-27T16:05:25.0083169Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_narrow_copy_cpu_complex128 2022-09-27T16:05:25.0137340Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_narrow_copy_cpu_complex128 2022-09-27T16:05:25.0162347Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mm_cpu_float64 2022-09-27T16:05:25.0216770Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mm_cpu_float64 2022-09-27T16:05:25.0367642Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_rrelu_cpu_float64 2022-09-27T16:05:25.0379346Z [gw0] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log10_cpu_complex128 2022-09-27T16:05:25.0394094Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log10_cpu_float64 2022-09-27T16:05:25.0497469Z [gw3] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_rrelu_cpu_float64 2022-09-27T16:05:25.0517422Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_narrow_copy_cpu_float64 2022-09-27T16:05:25.0529374Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_narrow_copy_cpu_float64 2022-09-27T16:05:25.0577400Z [gw0] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log10_cpu_float64 2022-09-27T16:05:25.0602229Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mode_cpu_float64 2022-09-27T16:05:25.0656433Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mode_cpu_float64 2022-09-27T16:05:25.0718964Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_selu_cpu_float64 2022-09-27T16:05:25.0816546Z [gw3] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_selu_cpu_float64 2022-09-27T16:05:25.0882137Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log1p_cpu_float64 2022-09-27T16:05:25.0939579Z [gw0] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log1p_cpu_float64 2022-09-27T16:05:25.0961116Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_narrow_cpu_complex128 2022-09-27T16:05:25.1017147Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_narrow_cpu_complex128 2022-09-27T16:05:25.1041427Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_movedim_cpu_complex128 2022-09-27T16:05:25.1136628Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_movedim_cpu_complex128 2022-09-27T16:05:25.1161726Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_silu_complex_cpu_complex128 2022-09-27T16:05:25.1256633Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_silu_complex_cpu_complex128 2022-09-27T16:05:25.1379218Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log2_cpu_complex128 2022-09-27T16:05:25.1404156Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_narrow_cpu_float64 2022-09-27T16:05:25.1458320Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_narrow_cpu_float64 2022-09-27T16:05:25.1487885Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_movedim_cpu_float64 2022-09-27T16:05:25.1578448Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_movedim_cpu_float64 2022-09-27T16:05:25.1648601Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_silu_cpu_float64 2022-09-27T16:05:25.1791428Z [gw3] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_silu_cpu_float64 2022-09-27T16:05:25.1798585Z [gw0] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log2_cpu_complex128 2022-09-27T16:05:25.1817694Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log2_cpu_float64 2022-09-27T16:05:25.1844061Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_native_layer_norm_cpu_float64 2022-09-27T16:05:25.1896972Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_native_layer_norm_cpu_float64 2022-09-27T16:05:25.1922641Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_msort_cpu_float64 2022-09-27T16:05:25.1947913Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_msort_cpu_float64 2022-09-27T16:05:25.2057046Z [gw0] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log2_cpu_float64 2022-09-27T16:05:25.2082098Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T16:05:25.2217213Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T16:05:25.2257160Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_cpu_complex128 2022-09-27T16:05:25.2282415Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ne_cpu_complex128 2022-09-27T16:05:25.2336559Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ne_cpu_complex128 2022-09-27T16:05:25.2497660Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mul_cpu_complex128 2022-09-27T16:05:25.2526654Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T16:05:25.2698426Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T16:05:25.2727399Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ne_cpu_float64 2022-09-27T16:05:25.2774079Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ne_cpu_float64 2022-09-27T16:05:25.2781190Z [gw0] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_cpu_complex128 2022-09-27T16:05:25.2815570Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_cpu_float64 2022-09-27T16:05:25.2823793Z [gw1] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mul_cpu_complex128 2022-09-27T16:05:25.2897921Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mul_cpu_float64 2022-09-27T16:05:25.2936980Z [gw0] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_cpu_float64 2022-09-27T16:05:25.2947807Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softmin_cpu_float64 2022-09-27T16:05:25.2961021Z [gw1] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mul_cpu_float64 2022-09-27T16:05:25.3136593Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softmin_cpu_float64 2022-09-27T16:05:25.3216572Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_neg_cpu_complex128 2022-09-27T16:05:25.3226813Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_softmax_cpu_float64 2022-09-27T16:05:25.3257519Z [gw2] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_neg_cpu_complex128 2022-09-27T16:05:25.3283360Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_multinomial_cpu_float64 2022-09-27T16:05:25.3385973Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_multinomial_cpu_float64 2022-09-27T16:05:25.3405097Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T16:05:25.3482672Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T16:05:25.3577295Z [gw0] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_softmax_cpu_float64 2022-09-27T16:05:25.3617582Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_neg_cpu_float64 2022-09-27T16:05:25.3656752Z [gw2] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_neg_cpu_float64 2022-09-27T16:05:25.3737980Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_softmax_dtype_cpu_complex128 2022-09-27T16:05:25.3766151Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mv_cpu_complex128 2022-09-27T16:05:25.3857910Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mv_cpu_complex128 2022-09-27T16:05:25.3887316Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T16:05:25.4019121Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T16:05:25.4052126Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_empty_cpu_complex128 2022-09-27T16:05:25.4178359Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_empty_cpu_complex128 2022-09-27T16:05:25.4206244Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mv_cpu_float64 2022-09-27T16:05:25.4298309Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mv_cpu_float64 2022-09-27T16:05:25.4329463Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softplus_cpu_float64 2022-09-27T16:05:25.4458505Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softplus_cpu_float64 2022-09-27T16:05:25.4482328Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_empty_cpu_float64 2022-09-27T16:05:25.4618471Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_empty_cpu_float64 2022-09-27T16:05:25.4738958Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T16:05:25.4774787Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softshrink_cpu_float64 2022-09-27T16:05:25.4777703Z [gw0] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_softmax_dtype_cpu_complex128 2022-09-27T16:05:25.4784623Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softshrink_cpu_float64 2022-09-27T16:05:25.4800984Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_softmax_dtype_cpu_float64 2022-09-27T16:05:25.4898390Z [gw1] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T16:05:25.4924687Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_empty_strided_cpu_complex128 2022-09-27T16:05:25.5046528Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_empty_strided_cpu_complex128 2022-09-27T16:05:25.5057332Z [gw0] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_log_softmax_dtype_cpu_float64 2022-09-27T16:05:25.5177237Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T16:05:25.5202714Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softsign_cpu_complex128 2022-09-27T16:05:25.5217990Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softsign_cpu_complex128 2022-09-27T16:05:25.5240431Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logaddexp2_cpu_float64 2022-09-27T16:05:25.5338102Z [gw1] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T16:05:25.5351488Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_empty_strided_cpu_float64 2022-09-27T16:05:25.5365742Z [gw0] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logaddexp2_cpu_float64 2022-09-27T16:05:25.5499168Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_empty_strided_cpu_float64 2022-09-27T16:05:25.5619939Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T16:05:25.5650887Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softsign_cpu_float64 2022-09-27T16:05:25.5662129Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_softsign_cpu_float64 2022-09-27T16:05:25.5684912Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logaddexp_cpu_float64 2022-09-27T16:05:25.5778758Z [gw1] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T16:05:25.5798816Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_full_cpu_complex128 2022-09-27T16:05:25.5814036Z [gw0] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logaddexp_cpu_float64 2022-09-27T16:05:25.5938193Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_full_cpu_complex128 2022-09-27T16:05:25.6003669Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nan_to_num_cpu_float64 2022-09-27T16:05:25.6099667Z [gw1] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nan_to_num_cpu_float64 2022-09-27T16:05:25.6102669Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logcumsumexp_cpu_float64 2022-09-27T16:05:25.6123868Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_tanhshrink_cpu_complex128 2022-09-27T16:05:25.6217409Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_tanhshrink_cpu_complex128 2022-09-27T16:05:25.6242777Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_full_cpu_float64 2022-09-27T16:05:25.6377287Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_full_cpu_float64 2022-09-27T16:05:25.6402251Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nanmean_cpu_float64 2022-09-27T16:05:25.6576967Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nanmean_cpu_float64 2022-09-27T16:05:25.6600815Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_tanhshrink_cpu_float64 2022-09-27T16:05:25.6658316Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_tanhshrink_cpu_float64 2022-09-27T16:05:25.6687105Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_ones_cpu_complex128 2022-09-27T16:05:25.6800285Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_ones_cpu_complex128 2022-09-27T16:05:25.6810654Z [gw0] [ 80%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logcumsumexp_cpu_float64 2022-09-27T16:05:25.6858032Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logdet_cpu_complex128 2022-09-27T16:05:25.6886895Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_outer_cpu_complex128 2022-09-27T16:05:25.7059632Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_outer_cpu_complex128 2022-09-27T16:05:25.7089281Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_threshold_cpu_float64 2022-09-27T16:05:25.7098984Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_threshold_cpu_float64 2022-09-27T16:05:25.7130729Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_ones_cpu_float64 2022-09-27T16:05:25.7300470Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_ones_cpu_float64 2022-09-27T16:05:25.7329364Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_outer_cpu_float64 2022-09-27T16:05:25.7541954Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_outer_cpu_float64 2022-09-27T16:05:25.7542725Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_zeros_cpu_complex128 2022-09-27T16:05:25.7565562Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T16:05:25.7581250Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_zeros_cpu_complex128 2022-09-27T16:05:25.7739213Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T16:05:25.7768407Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pca_lowrank_cpu_float64 2022-09-27T16:05:25.7978946Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pca_lowrank_cpu_float64 2022-09-27T16:05:25.8004520Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_zeros_cpu_float64 2022-09-27T16:05:25.8020104Z [gw2] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_new_zeros_cpu_float64 2022-09-27T16:05:25.8050698Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T16:05:25.8178517Z [gw3] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T16:05:25.8206935Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_permute_cpu_complex128 2022-09-27T16:05:25.8419348Z [gw1] [ 80%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_permute_cpu_complex128 2022-09-27T16:05:25.8446683Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nextafter_cpu_float64 2022-09-27T16:05:25.8498458Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nextafter_cpu_float64 2022-09-27T16:05:25.8529999Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T16:05:25.8618412Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T16:05:25.8650305Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_permute_cpu_float64 2022-09-27T16:05:25.8858974Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_permute_cpu_float64 2022-09-27T16:05:25.8887896Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T16:05:25.8978554Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T16:05:25.9027700Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T16:05:25.9098156Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T16:05:25.9127767Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pinverse_cpu_complex128 2022-09-27T16:05:25.9298377Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pinverse_cpu_complex128 2022-09-27T16:05:25.9326672Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T16:05:25.9418077Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T16:05:25.9447514Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_unfold_cpu_complex128 2022-09-27T16:05:25.9537907Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_unfold_cpu_complex128 2022-09-27T16:05:25.9567421Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pinverse_cpu_float64 2022-09-27T16:05:25.9738846Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pinverse_cpu_float64 2022-09-27T16:05:25.9764570Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T16:05:25.9857758Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T16:05:25.9888328Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_unfold_cpu_float64 2022-09-27T16:05:25.9978070Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_unfold_cpu_float64 2022-09-27T16:05:26.0011244Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polar_cpu_float64 2022-09-27T16:05:26.0121374Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polar_cpu_float64 2022-09-27T16:05:26.0128175Z [gw0] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logdet_cpu_complex128 2022-09-27T16:05:26.0178302Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logdet_cpu_float64 2022-09-27T16:05:26.0202694Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T16:05:26.0298024Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T16:05:26.0329825Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T16:05:26.0457891Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T16:05:26.0621727Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_0_cpu_float64 2022-09-27T16:05:26.0650831Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T16:05:26.0679199Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T16:05:26.0730278Z [gw1] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_0_cpu_float64 2022-09-27T16:05:26.0743700Z [gw0] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logdet_cpu_float64 2022-09-27T16:05:26.0747901Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_and_cpu_complex128 2022-09-27T16:05:26.0776266Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_upsample_nearest_cpu_float64 2022-09-27T16:05:26.0778806Z [gw0] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_and_cpu_complex128 2022-09-27T16:05:26.0896565Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_upsample_nearest_cpu_float64 2022-09-27T16:05:26.0909145Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_1_cpu_float64 2022-09-27T16:05:26.1057491Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_1_cpu_float64 2022-09-27T16:05:26.1084031Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T16:05:26.1179156Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T16:05:26.1181431Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nonzero_cpu_complex128 2022-09-27T16:05:26.1208260Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_and_cpu_float64 2022-09-27T16:05:26.1211101Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nonzero_cpu_complex128 2022-09-27T16:05:26.1336528Z [gw0] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_and_cpu_float64 2022-09-27T16:05:26.1352787Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_2_cpu_float64 2022-09-27T16:05:26.1497820Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_2_cpu_float64 2022-09-27T16:05:26.1525750Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_avg_pool1d_cpu_float64 2022-09-27T16:05:26.1620344Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_avg_pool1d_cpu_float64 2022-09-27T16:05:26.1621025Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_not_cpu_complex128 2022-09-27T16:05:26.1648917Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nonzero_cpu_float64 2022-09-27T16:05:26.1652538Z [gw0] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_not_cpu_complex128 2022-09-27T16:05:26.1776998Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nonzero_cpu_float64 2022-09-27T16:05:26.1790926Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_3_cpu_float64 2022-09-27T16:05:26.1937030Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_3_cpu_float64 2022-09-27T16:05:26.1961756Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_avg_pool2d_cpu_float64 2022-09-27T16:05:26.2057781Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_avg_pool2d_cpu_float64 2022-09-27T16:05:26.2061059Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_not_cpu_float64 2022-09-27T16:05:26.2088223Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_cpu_complex128 2022-09-27T16:05:26.2096176Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_cpu_complex128 2022-09-27T16:05:26.2216771Z [gw0] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_not_cpu_float64 2022-09-27T16:05:26.2231335Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_4_cpu_float64 2022-09-27T16:05:26.2378773Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_polygamma_polygamma_n_4_cpu_float64 2022-09-27T16:05:26.2404026Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_avg_pool3d_cpu_float64 2022-09-27T16:05:26.2500432Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_avg_pool3d_cpu_float64 2022-09-27T16:05:26.2502762Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_or_cpu_complex128 2022-09-27T16:05:26.2528631Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_cpu_float64 2022-09-27T16:05:26.2534704Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_cpu_float64 2022-09-27T16:05:26.2658479Z [gw0] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_or_cpu_complex128 2022-09-27T16:05:26.2679638Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_positive_cpu_complex128 2022-09-27T16:05:26.2819379Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_positive_cpu_complex128 2022-09-27T16:05:26.2839659Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_batch_norm_cpu_float64 2022-09-27T16:05:26.2939716Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_batch_norm_cpu_float64 2022-09-27T16:05:26.2941370Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_fro_cpu_complex128 2022-09-27T16:05:26.2964137Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_or_cpu_float64 2022-09-27T16:05:26.2969709Z [gw0] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_or_cpu_float64 2022-09-27T16:05:26.3098427Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_fro_cpu_complex128 2022-09-27T16:05:26.3120211Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_positive_cpu_float64 2022-09-27T16:05:26.3257600Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_positive_cpu_float64 2022-09-27T16:05:26.3278873Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_bilinear_cpu_float64 2022-09-27T16:05:26.3380288Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_bilinear_cpu_float64 2022-09-27T16:05:26.3380972Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_xor_cpu_complex128 2022-09-27T16:05:26.3405339Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_fro_cpu_float64 2022-09-27T16:05:26.3407624Z [gw0] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_xor_cpu_complex128 2022-09-27T16:05:26.3537470Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_fro_cpu_float64 2022-09-27T16:05:26.3580017Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pow_cpu_complex128 2022-09-27T16:05:26.3697512Z [gw1] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pow_cpu_complex128 2022-09-27T16:05:26.3717343Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T16:05:26.3819249Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T16:05:26.3819728Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_xor_cpu_float64 2022-09-27T16:05:26.3842596Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_inf_cpu_complex128 2022-09-27T16:05:26.3848789Z [gw0] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logical_xor_cpu_float64 2022-09-27T16:05:26.3977158Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_inf_cpu_complex128 2022-09-27T16:05:26.4006714Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pow_cpu_float64 2022-09-27T16:05:26.4137266Z [gw1] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_pow_cpu_float64 2022-09-27T16:05:26.4158943Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T16:05:26.4260215Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T16:05:26.4260968Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_inf_cpu_float64 2022-09-27T16:05:26.4287665Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logit_cpu_float64 2022-09-27T16:05:26.4419424Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_inf_cpu_float64 2022-09-27T16:05:26.4443902Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_prod_cpu_complex128 2022-09-27T16:05:26.4512172Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_prod_cpu_complex128 2022-09-27T16:05:26.4578583Z [gw0] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logit_cpu_float64 2022-09-27T16:05:26.4649926Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_celu_cpu_float64 2022-09-27T16:05:26.4698471Z [gw2] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_celu_cpu_float64 2022-09-27T16:05:26.4701454Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logspace_cpu_complex128 2022-09-27T16:05:26.4724140Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_nuc_cpu_complex128 2022-09-27T16:05:26.4736141Z [gw0] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logspace_cpu_complex128 2022-09-27T16:05:26.4859154Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_nuc_cpu_complex128 2022-09-27T16:05:26.4880485Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_prod_cpu_float64 2022-09-27T16:05:26.5020034Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_prod_cpu_float64 2022-09-27T16:05:26.5045908Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv1d_cpu_complex128 2022-09-27T16:05:26.5140004Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv1d_cpu_complex128 2022-09-27T16:05:26.5144283Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_nuc_cpu_float64 2022-09-27T16:05:26.5171395Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logspace_cpu_float64 2022-09-27T16:05:26.5176174Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_norm_nuc_cpu_float64 2022-09-27T16:05:26.5298214Z [gw0] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logspace_cpu_float64 2022-09-27T16:05:26.5459479Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_put_cpu_complex128 2022-09-27T16:05:26.5485343Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv1d_cpu_float64 2022-09-27T16:05:26.5580536Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv1d_cpu_float64 2022-09-27T16:05:26.5583849Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_normal_cpu_float64 2022-09-27T16:05:26.5601031Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logsumexp_cpu_float64 2022-09-27T16:05:26.5899188Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_normal_cpu_float64 2022-09-27T16:05:26.5932158Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv2d_cpu_complex128 2022-09-27T16:05:26.6017559Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv2d_cpu_complex128 2022-09-27T16:05:26.6040156Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_normal_number_mean_cpu_float64 2022-09-27T16:05:26.6340078Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_normal_number_mean_cpu_float64 2022-09-27T16:05:26.6376845Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv2d_cpu_float64 2022-09-27T16:05:26.6458887Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv2d_cpu_float64 2022-09-27T16:05:26.6495539Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ones_cpu_complex128 2022-09-27T16:05:26.6673049Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ones_cpu_complex128 2022-09-27T16:05:26.6682018Z [gw1] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_put_cpu_complex128 2022-09-27T16:05:26.6779965Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_put_cpu_float64 2022-09-27T16:05:26.6810858Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T16:05:26.6898114Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T16:05:26.6927603Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ones_cpu_float64 2022-09-27T16:05:26.7021488Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ones_cpu_float64 2022-09-27T16:05:26.7095823Z [gw1] [ 81%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_put_cpu_float64 2022-09-27T16:05:26.7118511Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_qr_cpu_complex128 2022-09-27T16:05:26.7217274Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_qr_cpu_complex128 2022-09-27T16:05:26.7237016Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T16:05:26.7337368Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T16:05:26.7362680Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ones_like_cpu_complex128 2022-09-27T16:05:26.7537142Z [gw3] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ones_like_cpu_complex128 2022-09-27T16:05:26.7561239Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_qr_cpu_float64 2022-09-27T16:05:26.7658466Z [gw1] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_qr_cpu_float64 2022-09-27T16:05:26.7690994Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T16:05:26.7779635Z [gw2] [ 81%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T16:05:26.7805913Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ones_like_cpu_float64 2022-09-27T16:05:26.7980636Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ones_like_cpu_float64 2022-09-27T16:05:26.8010996Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_quantile_cpu_float64 2022-09-27T16:05:26.8099564Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_quantile_cpu_float64 2022-09-27T16:05:26.8134081Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T16:05:26.8218708Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T16:05:26.8248711Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ormqr_cpu_complex128 2022-09-27T16:05:26.8419967Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ormqr_cpu_complex128 2022-09-27T16:05:26.8491235Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rad2deg_cpu_float64 2022-09-27T16:05:26.8539319Z [gw1] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rad2deg_cpu_float64 2022-09-27T16:05:26.8573832Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T16:05:26.8658562Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T16:05:26.8684567Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ormqr_cpu_float64 2022-09-27T16:05:26.8858878Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ormqr_cpu_float64 2022-09-27T16:05:26.8888299Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rand_like_cpu_complex128 2022-09-27T16:05:26.8978417Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rand_like_cpu_complex128 2022-09-27T16:05:26.9011703Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_cosine_similarity_cpu_float64 2022-09-27T16:05:26.9097841Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_cosine_similarity_cpu_float64 2022-09-27T16:05:26.9299256Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_mean_cpu_float64 2022-09-27T16:05:26.9329398Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rand_like_cpu_float64 2022-09-27T16:05:26.9418850Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rand_like_cpu_float64 2022-09-27T16:05:26.9450160Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_cross_entropy_cpu_float64 2022-09-27T16:05:26.9588942Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_cross_entropy_cpu_float64 2022-09-27T16:05:26.9601833Z [gw3] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_mean_cpu_float64 2022-09-27T16:05:26.9739071Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_prod_cpu_float64 2022-09-27T16:05:26.9766080Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randint_like_cpu_float64 2022-09-27T16:05:26.9774975Z [gw0] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_logsumexp_cpu_float64 2022-09-27T16:05:26.9781267Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randint_like_cpu_float64 2022-09-27T16:05:26.9800174Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_long_cpu_complex128 2022-09-27T16:05:26.9858229Z [gw0] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_long_cpu_complex128 2022-09-27T16:05:26.9883571Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_ctc_loss_cpu_float64 2022-09-27T16:05:27.0144988Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_ctc_loss_cpu_float64 2022-09-27T16:05:27.0155154Z [gw3] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_prod_cpu_float64 2022-09-27T16:05:27.0178239Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_sum_cpu_float64 2022-09-27T16:05:27.0210521Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randn_cpu_complex128 2022-09-27T16:05:27.0219879Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randn_cpu_complex128 2022-09-27T16:05:27.0247026Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_long_cpu_float64 2022-09-27T16:05:27.0298212Z [gw0] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_long_cpu_float64 2022-09-27T16:05:27.0497040Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_dropout2d_cpu_float64 2022-09-27T16:05:27.0577596Z [gw3] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_sum_cpu_float64 2022-09-27T16:05:27.0602835Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_searchsorted_cpu_float64 2022-09-27T16:05:27.0617913Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_searchsorted_cpu_float64 2022-09-27T16:05:27.0643288Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randn_cpu_float64 2022-09-27T16:05:27.0697811Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randn_cpu_float64 2022-09-27T16:05:27.0723793Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lt_cpu_float64 2022-09-27T16:05:27.0799051Z [gw0] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lt_cpu_float64 2022-09-27T16:05:27.0819335Z [gw2] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_dropout2d_cpu_float64 2022-09-27T16:05:27.1019381Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_dropout3d_cpu_float64 2022-09-27T16:05:27.1049444Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_segment_reduce_lengths_cpu_float64 2022-09-27T16:05:27.1060610Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_segment_reduce_lengths_cpu_float64 2022-09-27T16:05:27.1089491Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randn_like_cpu_complex128 2022-09-27T16:05:27.1138260Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randn_like_cpu_complex128 2022-09-27T16:05:27.1256784Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_cpu_complex128 2022-09-27T16:05:27.1266947Z [gw2] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_dropout3d_cpu_float64 2022-09-27T16:05:27.1458620Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_dropout_cpu_float64 2022-09-27T16:05:27.1484780Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_segment_reduce_offsets_cpu_float64 2022-09-27T16:05:27.1522550Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_segment_reduce_offsets_cpu_float64 2022-09-27T16:05:27.1525339Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randn_like_cpu_float64 2022-09-27T16:05:27.1877646Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_randn_like_cpu_float64 2022-09-27T16:05:27.1885698Z [gw2] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_dropout_cpu_float64 2022-09-27T16:05:27.1897993Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_elu_cpu_float64 2022-09-27T16:05:27.1921019Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_select_cpu_complex128 2022-09-27T16:05:27.1937610Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_select_cpu_complex128 2022-09-27T16:05:27.1955344Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ravel_cpu_complex128 2022-09-27T16:05:27.1966917Z [gw2] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_elu_cpu_float64 2022-09-27T16:05:27.2299741Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ravel_cpu_complex128 2022-09-27T16:05:27.2328908Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_embedding_bag_cpu_float64 2022-09-27T16:05:27.2338470Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_embedding_bag_cpu_float64 2022-09-27T16:05:27.2367394Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_select_cpu_float64 2022-09-27T16:05:27.2377800Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_select_cpu_float64 2022-09-27T16:05:27.2408891Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ravel_cpu_float64 2022-09-27T16:05:27.2740848Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_ravel_cpu_float64 2022-09-27T16:05:27.2768701Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_embedding_cpu_float64 2022-09-27T16:05:27.2819561Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_embedding_cpu_float64 2022-09-27T16:05:27.2820323Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_real_cpu_complex128 2022-09-27T16:05:27.2844122Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_select_scatter_cpu_float64 2022-09-27T16:05:27.2857049Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_real_cpu_complex128 2022-09-27T16:05:27.3180207Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_select_scatter_cpu_float64 2022-09-27T16:05:27.3258784Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T16:05:27.3263916Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sgn_cpu_complex128 2022-09-27T16:05:27.3299414Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_real_cpu_float64 2022-09-27T16:05:27.3368438Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_real_cpu_float64 2022-09-27T16:05:27.3504141Z [gw3] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sgn_cpu_complex128 2022-09-27T16:05:27.3618062Z [gw2] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T16:05:27.3700229Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T16:05:27.3701868Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sgn_cpu_float64 2022-09-27T16:05:27.3746046Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reciprocal_cpu_complex128 2022-09-27T16:05:27.3952609Z [gw3] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sgn_cpu_float64 2022-09-27T16:05:27.4140205Z [gw1] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reciprocal_cpu_complex128 2022-09-27T16:05:27.4141826Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_short_cpu_complex128 2022-09-27T16:05:27.4172960Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reciprocal_cpu_float64 2022-09-27T16:05:27.4220424Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_short_cpu_complex128 2022-09-27T16:05:27.4613811Z [gw1] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reciprocal_cpu_float64 2022-09-27T16:05:27.4618907Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_remainder_cpu_float64 2022-09-27T16:05:27.4630990Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_short_cpu_float64 2022-09-27T16:05:27.4719277Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_short_cpu_float64 2022-09-27T16:05:27.5127824Z [gw1] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_remainder_cpu_float64 2022-09-27T16:05:27.5132771Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_renorm_cpu_complex128 2022-09-27T16:05:27.5271383Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sigmoid_cpu_complex128 2022-09-27T16:05:27.5386086Z [gw3] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sigmoid_cpu_complex128 2022-09-27T16:05:27.5483672Z [gw1] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_renorm_cpu_complex128 2022-09-27T16:05:27.5486761Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_renorm_cpu_float64 2022-09-27T16:05:27.5535017Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sigmoid_cpu_float64 2022-09-27T16:05:27.5594405Z [gw3] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sigmoid_cpu_float64 2022-09-27T16:05:27.5941816Z [gw1] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_renorm_cpu_float64 2022-09-27T16:05:27.5943677Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sign_cpu_float64 2022-09-27T16:05:27.5981458Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_cpu_complex128 2022-09-27T16:05:27.5998684Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_cpu_complex128 2022-09-27T16:05:27.6345218Z [gw3] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sign_cpu_float64 2022-09-27T16:05:27.6357153Z [gw2] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T16:05:27.6419924Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T16:05:27.6421994Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_signbit_cpu_float64 2022-09-27T16:05:27.6451127Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_cpu_float64 2022-09-27T16:05:27.6463278Z [gw3] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_signbit_cpu_float64 2022-09-27T16:05:27.6867572Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_cpu_float64 2022-09-27T16:05:27.6881061Z [gw2] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T16:05:27.6901301Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T16:05:27.6922350Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_interleave_cpu_complex128 2022-09-27T16:05:27.6931616Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sin_cpu_complex128 2022-09-27T16:05:27.6945016Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T16:05:27.7088101Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_interleave_cpu_complex128 2022-09-27T16:05:27.7301653Z [gw3] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sin_cpu_complex128 2022-09-27T16:05:27.7335277Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T16:05:27.7382320Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T16:05:27.7384382Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sin_cpu_float64 2022-09-27T16:05:27.7387733Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_interleave_cpu_float64 2022-09-27T16:05:27.7404086Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_repeat_interleave_cpu_float64 2022-09-27T16:05:27.7741976Z [gw3] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sin_cpu_float64 2022-09-27T16:05:27.7772225Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T16:05:27.7785064Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T16:05:27.7788000Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinc_cpu_complex128 2022-09-27T16:05:27.7821574Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_as_cpu_complex128 2022-09-27T16:05:27.7990890Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_as_cpu_complex128 2022-09-27T16:05:27.8180714Z [gw3] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinc_cpu_complex128 2022-09-27T16:05:27.8209854Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_gelu_cpu_float64 2022-09-27T16:05:27.8260707Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_gelu_cpu_float64 2022-09-27T16:05:27.8262573Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinc_cpu_float64 2022-09-27T16:05:27.8300352Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_as_cpu_float64 2022-09-27T16:05:27.8336036Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_as_cpu_float64 2022-09-27T16:05:27.8661322Z [gw3] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinc_cpu_float64 2022-09-27T16:05:27.8693729Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_glu_cpu_float64 2022-09-27T16:05:27.8709153Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_glu_cpu_float64 2022-09-27T16:05:27.8714755Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_cpu_complex128 2022-09-27T16:05:27.8733641Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinh_cpu_complex128 2022-09-27T16:05:27.8835690Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_cpu_complex128 2022-09-27T16:05:27.9098504Z [gw3] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinh_cpu_complex128 2022-09-27T16:05:27.9125254Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_grid_sample_cpu_float64 2022-09-27T16:05:27.9166985Z [gw2] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_grid_sample_cpu_float64 2022-09-27T16:05:27.9172246Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_cpu_float64 2022-09-27T16:05:27.9174420Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinh_cpu_float64 2022-09-27T16:05:27.9185416Z [gw1] [ 82%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_reshape_cpu_float64 2022-09-27T16:05:27.9538291Z [gw3] [ 82%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sinh_cpu_float64 2022-09-27T16:05:27.9561472Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_group_norm_cpu_float64 2022-09-27T16:05:27.9611544Z [gw2] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_group_norm_cpu_float64 2022-09-27T16:05:27.9615128Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resize__cpu_complex128 2022-09-27T16:05:27.9617927Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_slice_scatter_cpu_float64 2022-09-27T16:05:27.9620963Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_slice_scatter_cpu_float64 2022-09-27T16:05:27.9978374Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resize__cpu_complex128 2022-09-27T16:05:28.0001513Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardshrink_cpu_float64 2022-09-27T16:05:28.0079507Z [gw2] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardshrink_cpu_float64 2022-09-27T16:05:28.0096958Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resize__cpu_float64 2022-09-27T16:05:28.0100054Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_softmax_cpu_float64 2022-09-27T16:05:28.0103471Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resize__cpu_float64 2022-09-27T16:05:28.0417893Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_softmax_cpu_float64 2022-09-27T16:05:28.0481388Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardsigmoid_cpu_float64 2022-09-27T16:05:28.0499769Z [gw2] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardsigmoid_cpu_float64 2022-09-27T16:05:28.0500416Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resize_as__cpu_complex128 2022-09-27T16:05:28.0534562Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_softmax_with_dtype_cpu_complex128 2022-09-27T16:05:28.0537853Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resize_as__cpu_complex128 2022-09-27T16:05:28.0858403Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_softmax_with_dtype_cpu_complex128 2022-09-27T16:05:28.0882156Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardswish_cpu_float64 2022-09-27T16:05:28.0978873Z [gw2] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardswish_cpu_float64 2022-09-27T16:05:28.0982262Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_softmax_with_dtype_cpu_float64 2022-09-27T16:05:28.1012887Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resize_as__cpu_float64 2022-09-27T16:05:28.1019506Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_softmax_with_dtype_cpu_float64 2022-09-27T16:05:28.1299164Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resize_as__cpu_float64 2022-09-27T16:05:28.1329246Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardtanh_cpu_float64 2022-09-27T16:05:28.1420502Z [gw2] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hardtanh_cpu_float64 2022-09-27T16:05:28.1443819Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_conj_cpu_complex128 2022-09-27T16:05:28.1448588Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sort_cpu_float64 2022-09-27T16:05:28.1456053Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_conj_cpu_complex128 2022-09-27T16:05:28.1738218Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sort_cpu_float64 2022-09-27T16:05:28.1764484Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T16:05:28.1859408Z [gw2] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T16:05:28.1860432Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_conj_cpu_float64 2022-09-27T16:05:28.1895075Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sparse_sampled_addmm_cpu_complex128 2022-09-27T16:05:28.1897544Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sparse_sampled_addmm_cpu_complex128 2022-09-27T16:05:28.2177786Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_conj_cpu_float64 2022-09-27T16:05:28.2201070Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_huber_loss_cpu_float64 2022-09-27T16:05:28.2302561Z [gw2] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_huber_loss_cpu_float64 2022-09-27T16:05:28.2303554Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_neg_cpu_complex128 2022-09-27T16:05:28.2336050Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sparse_sampled_addmm_cpu_float64 2022-09-27T16:05:28.2337419Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_neg_cpu_complex128 2022-09-27T16:05:28.2618133Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sparse_sampled_addmm_cpu_float64 2022-09-27T16:05:28.2643364Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_instance_norm_cpu_float64 2022-09-27T16:05:28.2737564Z [gw2] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_instance_norm_cpu_float64 2022-09-27T16:05:28.2739837Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_neg_cpu_float64 2022-09-27T16:05:28.2765043Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_airy_ai_cpu_float64 2022-09-27T16:05:28.2778836Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_resolve_neg_cpu_float64 2022-09-27T16:05:28.3059099Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_airy_ai_cpu_float64 2022-09-27T16:05:28.3085920Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_area_cpu_float64 2022-09-27T16:05:28.3179205Z [gw2] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_area_cpu_float64 2022-09-27T16:05:28.3183682Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_roll_cpu_complex128 2022-09-27T16:05:28.3214382Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_bessel_j0_cpu_float64 2022-09-27T16:05:28.3217113Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_roll_cpu_complex128 2022-09-27T16:05:28.3498296Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_bessel_j0_cpu_float64 2022-09-27T16:05:28.3524812Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T16:05:28.3618478Z [gw2] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T16:05:28.3621003Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_roll_cpu_float64 2022-09-27T16:05:28.3648551Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_bessel_j1_cpu_float64 2022-09-27T16:05:28.3658186Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_roll_cpu_float64 2022-09-27T16:05:28.3938365Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_bessel_j1_cpu_float64 2022-09-27T16:05:28.3966022Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T16:05:28.4059553Z [gw2] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T16:05:28.4064021Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rot90_cpu_complex128 2022-09-27T16:05:28.4094175Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_bessel_y0_cpu_float64 2022-09-27T16:05:28.4098316Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_bessel_y0_cpu_float64 2022-09-27T16:05:28.4378141Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rot90_cpu_complex128 2022-09-27T16:05:28.4400738Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_linear_cpu_float64 2022-09-27T16:05:28.4500964Z [gw2] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_linear_cpu_float64 2022-09-27T16:05:28.4503768Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rot90_cpu_float64 2022-09-27T16:05:28.4533878Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_bessel_y1_cpu_float64 2022-09-27T16:05:28.4536838Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_bessel_y1_cpu_float64 2022-09-27T16:05:28.4819001Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rot90_cpu_float64 2022-09-27T16:05:28.4844014Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T16:05:28.4940453Z [gw2] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T16:05:28.4944750Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_cpu_float64 2022-09-27T16:05:28.4966995Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:05:28.4990166Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:05:28.5258620Z [gw1] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_cpu_float64 2022-09-27T16:05:28.5285340Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T16:05:28.5379715Z [gw2] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T16:05:28.5383945Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_decimals_0_cpu_float64 2022-09-27T16:05:28.5406340Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:05:28.5446979Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:05:28.5698094Z [gw1] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_decimals_0_cpu_float64 2022-09-27T16:05:28.5724512Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_kl_div_cpu_float64 2022-09-27T16:05:28.5820003Z [gw2] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_kl_div_cpu_float64 2022-09-27T16:05:28.5822255Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_decimals_3_cpu_float64 2022-09-27T16:05:28.5844731Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:05:28.5848030Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_decimals_3_cpu_float64 2022-09-27T16:05:28.6137612Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:05:28.6161099Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_l1_loss_cpu_complex128 2022-09-27T16:05:28.6259331Z [gw2] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_l1_loss_cpu_complex128 2022-09-27T16:05:28.6263721Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_decimals_neg_3_cpu_float64 2022-09-27T16:05:28.6278263Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:05:28.6291908Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:05:28.6578425Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_round_decimals_neg_3_cpu_float64 2022-09-27T16:05:28.6604311Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_l1_loss_cpu_float64 2022-09-27T16:05:28.6699629Z [gw2] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_l1_loss_cpu_float64 2022-09-27T16:05:28.6702684Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsqrt_cpu_complex128 2022-09-27T16:05:28.6726069Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_entr_cpu_float64 2022-09-27T16:05:28.6891713Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_entr_cpu_float64 2022-09-27T16:05:28.7017755Z [gw1] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsqrt_cpu_complex128 2022-09-27T16:05:28.7042680Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_layer_norm_cpu_float64 2022-09-27T16:05:28.7140464Z [gw2] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_layer_norm_cpu_float64 2022-09-27T16:05:28.7142430Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsqrt_cpu_float64 2022-09-27T16:05:28.7174574Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_erfcx_cpu_float64 2022-09-27T16:05:28.7210365Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_erfcx_cpu_float64 2022-09-27T16:05:28.7459541Z [gw1] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsqrt_cpu_float64 2022-09-27T16:05:28.7484469Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_leaky_relu_cpu_float64 2022-09-27T16:05:28.7581828Z [gw2] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_leaky_relu_cpu_float64 2022-09-27T16:05:28.7582461Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsub_cpu_complex128 2022-09-27T16:05:28.7610244Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_hermite_polynomial_h_cpu_float64 2022-09-27T16:05:28.7622320Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsub_cpu_complex128 2022-09-27T16:05:28.7899106Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_hermite_polynomial_h_cpu_float64 2022-09-27T16:05:28.7927728Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_linear_cpu_complex128 2022-09-27T16:05:28.8060721Z [gw2] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_linear_cpu_complex128 2022-09-27T16:05:28.8064801Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsub_cpu_float64 2022-09-27T16:05:28.8141610Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_hermite_polynomial_he_cpu_float64 2022-09-27T16:05:28.8154914Z [gw1] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_rsub_cpu_float64 2022-09-27T16:05:28.8341696Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_hermite_polynomial_he_cpu_float64 2022-09-27T16:05:28.8367274Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_linear_cpu_float64 2022-09-27T16:05:28.8542654Z [gw2] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_linear_cpu_float64 2022-09-27T16:05:28.8546879Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_add_cpu_complex128 2022-09-27T16:05:28.8583245Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_i0e_cpu_float64 2022-09-27T16:05:28.8781279Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_i0e_cpu_float64 2022-09-27T16:05:28.8819061Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_local_response_norm_cpu_float64 2022-09-27T16:05:28.8949823Z [gw2] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_nn_functional_local_response_norm_cpu_float64 2022-09-27T16:05:28.8957072Z [gw0] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_cpu_complex128 2022-09-27T16:05:28.8979365Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_cpu_float64 2022-09-27T16:05:28.9018151Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_i1_cpu_float64 2022-09-27T16:05:28.9174391Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_i1_cpu_float64 2022-09-27T16:05:28.9182219Z [gw1] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_add_cpu_complex128 2022-09-27T16:05:28.9252298Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_add_cpu_float64 2022-09-27T16:05:28.9314304Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sqrt_cpu_complex128 2022-09-27T16:05:28.9383790Z [gw2] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sqrt_cpu_complex128 2022-09-27T16:05:28.9417155Z [gw1] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_add_cpu_float64 2022-09-27T16:05:28.9448377Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_i1e_cpu_float64 2022-09-27T16:05:28.9617765Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_i1e_cpu_float64 2022-09-27T16:05:28.9657906Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_cpu_complex128 2022-09-27T16:05:28.9706398Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sqrt_cpu_float64 2022-09-27T16:05:28.9900076Z [gw2] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sqrt_cpu_float64 2022-09-27T16:05:28.9933858Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_laguerre_polynomial_l_cpu_float64 2022-09-27T16:05:29.0099871Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_laguerre_polynomial_l_cpu_float64 2022-09-27T16:05:29.0282796Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_square_cpu_complex128 2022-09-27T16:05:29.0299616Z [gw2] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_square_cpu_complex128 2022-09-27T16:05:29.0310197Z [gw1] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_cpu_complex128 2022-09-27T16:05:29.0339122Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_cpu_float64 2022-09-27T16:05:29.0365490Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_legendre_polynomial_p_cpu_float64 2022-09-27T16:05:29.0470276Z [gw3] [ 83%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_legendre_polynomial_p_cpu_float64 2022-09-27T16:05:29.0538232Z [gw1] [ 83%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_cpu_float64 2022-09-27T16:05:29.0602930Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_square_cpu_float64 2022-09-27T16:05:29.0737264Z [gw2] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_square_cpu_float64 2022-09-27T16:05:29.0778116Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_amax_cpu_float64 2022-09-27T16:05:29.0812947Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_log_ndtr_cpu_float64 2022-09-27T16:05:29.0978164Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_log_ndtr_cpu_float64 2022-09-27T16:05:29.1191819Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_squeeze_cpu_complex128 2022-09-27T16:05:29.1205769Z [gw1] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_amax_cpu_float64 2022-09-27T16:05:29.1256992Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_amin_cpu_float64 2022-09-27T16:05:29.1286022Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_modified_bessel_i0_cpu_float64 2022-09-27T16:05:29.1369973Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_modified_bessel_i0_cpu_float64 2022-09-27T16:05:29.1416364Z [gw2] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_squeeze_cpu_complex128 2022-09-27T16:05:29.1525101Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_squeeze_cpu_float64 2022-09-27T16:05:29.1737106Z [gw2] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_squeeze_cpu_float64 2022-09-27T16:05:29.1771784Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_modified_bessel_i1_cpu_float64 2022-09-27T16:05:29.1841855Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_modified_bessel_i1_cpu_float64 2022-09-27T16:05:29.1854535Z [gw1] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_scatter_reduce_amin_cpu_float64 2022-09-27T16:05:29.1860375Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unflatten_cpu_float64 2022-09-27T16:05:29.1893271Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stack_cpu_complex128 2022-09-27T16:05:29.1897666Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unflatten_cpu_float64 2022-09-27T16:05:29.2178282Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stack_cpu_complex128 2022-09-27T16:05:29.2204604Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_modified_bessel_k0_cpu_float64 2022-09-27T16:05:29.2257927Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_modified_bessel_k0_cpu_float64 2022-09-27T16:05:29.2281674Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unfold_cpu_complex128 2022-09-27T16:05:29.2297575Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unfold_cpu_complex128 2022-09-27T16:05:29.2322511Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stack_cpu_float64 2022-09-27T16:05:29.2619518Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stack_cpu_float64 2022-09-27T16:05:29.2644484Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_modified_bessel_k1_cpu_float64 2022-09-27T16:05:29.2698478Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_modified_bessel_k1_cpu_float64 2022-09-27T16:05:29.2726134Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unfold_cpu_float64 2022-09-27T16:05:29.2737673Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unfold_cpu_float64 2022-09-27T16:05:29.2762502Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_cpu_complex128 2022-09-27T16:05:29.2998907Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_cpu_complex128 2022-09-27T16:05:29.3005691Z [gw0] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_cpu_float64 2022-09-27T16:05:29.3057881Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_solve_cpu_complex128 2022-09-27T16:05:29.3082457Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_ndtr_cpu_float64 2022-09-27T16:05:29.3137356Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_ndtr_cpu_float64 2022-09-27T16:05:29.3161761Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_uniform_cpu_complex128 2022-09-27T16:05:29.3176959Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_uniform_cpu_complex128 2022-09-27T16:05:29.3203871Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_cpu_float64 2022-09-27T16:05:29.3499719Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_cpu_float64 2022-09-27T16:05:29.3525948Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_ndtri_cpu_float64 2022-09-27T16:05:29.3578135Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_ndtri_cpu_float64 2022-09-27T16:05:29.3603215Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_uniform_cpu_float64 2022-09-27T16:05:29.3657293Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_uniform_cpu_float64 2022-09-27T16:05:29.3682800Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_mean_cpu_complex128 2022-09-27T16:05:29.3979087Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_mean_cpu_complex128 2022-09-27T16:05:29.4004954Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T16:05:29.4058657Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T16:05:29.4083760Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unique_consecutive_cpu_float64 2022-09-27T16:05:29.4097378Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unique_consecutive_cpu_float64 2022-09-27T16:05:29.4123021Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_mean_cpu_float64 2022-09-27T16:05:29.4418486Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_std_mean_cpu_float64 2022-09-27T16:05:29.4444407Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T16:05:29.4498203Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T16:05:29.4522143Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unique_cpu_float64 2022-09-27T16:05:29.4537560Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unique_cpu_float64 2022-09-27T16:05:29.4563771Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stft_cpu_complex128 2022-09-27T16:05:29.4859737Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stft_cpu_complex128 2022-09-27T16:05:29.4886549Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T16:05:29.4938031Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T16:05:29.5017482Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unsqueeze_cpu_complex128 2022-09-27T16:05:29.5044065Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stft_cpu_float64 2022-09-27T16:05:29.5298380Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_stft_cpu_float64 2022-09-27T16:05:29.5318981Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:05:29.5442948Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:05:29.5452394Z [gw1] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unsqueeze_cpu_complex128 2022-09-27T16:05:29.5460400Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unsqueeze_cpu_float64 2022-09-27T16:05:29.5587600Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sub_cpu_complex128 2022-09-27T16:05:29.5739267Z [gw1] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unsqueeze_cpu_float64 2022-09-27T16:05:29.5762542Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:05:29.5858335Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:05:29.5890211Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_cpu_complex128 2022-09-27T16:05:29.6091351Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_cpu_complex128 2022-09-27T16:05:29.6098850Z [gw2] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sub_cpu_complex128 2022-09-27T16:05:29.6178116Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sub_cpu_float64 2022-09-27T16:05:29.6200103Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:05:29.6253370Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:05:29.6298267Z [gw2] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sub_cpu_float64 2022-09-27T16:05:29.6330792Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_cpu_float64 2022-09-27T16:05:29.6539016Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_cpu_float64 2022-09-27T16:05:29.6563350Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_cpu_complex128 2022-09-27T16:05:29.6658355Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_cpu_complex128 2022-09-27T16:05:29.6685198Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:05:29.6738189Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:05:29.6770342Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_mean_cpu_complex128 2022-09-27T16:05:29.6978344Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_mean_cpu_complex128 2022-09-27T16:05:29.7002986Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_cpu_float64 2022-09-27T16:05:29.7098062Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_cpu_float64 2022-09-27T16:05:29.7130557Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_spherical_bessel_j0_cpu_float64 2022-09-27T16:05:29.7178040Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_spherical_bessel_j0_cpu_float64 2022-09-27T16:05:29.7209311Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_mean_cpu_float64 2022-09-27T16:05:29.7459099Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_var_mean_cpu_float64 2022-09-27T16:05:29.7484247Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_to_size_cpu_complex128 2022-09-27T16:05:29.7538634Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_to_size_cpu_complex128 2022-09-27T16:05:29.7572807Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_xlog1py_cpu_float64 2022-09-27T16:05:29.7618324Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_xlog1py_cpu_float64 2022-09-27T16:05:29.7652098Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vdot_cpu_complex128 2022-09-27T16:05:29.7900225Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vdot_cpu_complex128 2022-09-27T16:05:29.7926109Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_to_size_cpu_float64 2022-09-27T16:05:29.7978815Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_sum_to_size_cpu_float64 2022-09-27T16:05:29.8012775Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_zeta_cpu_float64 2022-09-27T16:05:29.8058743Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_special_zeta_cpu_float64 2022-09-27T16:05:29.8096908Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vdot_cpu_float64 2022-09-27T16:05:29.8339615Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vdot_cpu_float64 2022-09-27T16:05:29.8365198Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_svd_cpu_complex128 2022-09-27T16:05:29.8418587Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_svd_cpu_complex128 2022-09-27T16:05:29.8452768Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_cpu_complex128 2022-09-27T16:05:29.8498250Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_cpu_complex128 2022-09-27T16:05:29.8531575Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_complex_cpu_float64 2022-09-27T16:05:29.8779014Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_complex_cpu_float64 2022-09-27T16:05:29.8812108Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_svd_cpu_float64 2022-09-27T16:05:29.8857826Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_svd_cpu_float64 2022-09-27T16:05:29.8892146Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_cpu_float64 2022-09-27T16:05:29.8938511Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_cpu_float64 2022-09-27T16:05:29.8964184Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_cpu_complex128 2022-09-27T16:05:29.9219966Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_cpu_complex128 2022-09-27T16:05:29.9253362Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_svd_lowrank_cpu_float64 2022-09-27T16:05:29.9299677Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_svd_lowrank_cpu_float64 2022-09-27T16:05:29.9335743Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_list_args_cpu_complex128 2022-09-27T16:05:29.9378642Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_list_args_cpu_complex128 2022-09-27T16:05:29.9408482Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_cpu_float64 2022-09-27T16:05:29.9700019Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_cpu_float64 2022-09-27T16:05:29.9733829Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_symeig_cpu_complex128 2022-09-27T16:05:29.9746156Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_symeig_cpu_complex128 2022-09-27T16:05:29.9771317Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_list_args_cpu_float64 2022-09-27T16:05:29.9818410Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_list_args_cpu_float64 2022-09-27T16:05:29.9846074Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_real_cpu_complex128 2022-09-27T16:05:30.0138419Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_as_real_cpu_complex128 2022-09-27T16:05:30.0166409Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_symeig_cpu_float64 2022-09-27T16:05:30.0178544Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_symeig_cpu_float64 2022-09-27T16:05:30.0203016Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_with_sizes_cpu_complex128 2022-09-27T16:05:30.0257297Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_with_sizes_cpu_complex128 2022-09-27T16:05:30.0281652Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_cpu_complex128 2022-09-27T16:05:30.0577886Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_cpu_complex128 2022-09-27T16:05:30.0657615Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_t_cpu_complex128 2022-09-27T16:05:30.0684303Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_with_sizes_cpu_float64 2022-09-27T16:05:30.0697009Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_split_with_sizes_cpu_float64 2022-09-27T16:05:30.0724760Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_cpu_float64 2022-09-27T16:05:30.0791307Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_view_cpu_float64 2022-09-27T16:05:30.1017403Z [gw2] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_t_cpu_complex128 2022-09-27T16:05:30.1097773Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_t_cpu_float64 2022-09-27T16:05:30.1107460Z [gw2] [ 84%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_t_cpu_float64 2022-09-27T16:05:30.1129381Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_logaddexp_cpu_float64 2022-09-27T16:05:30.1138133Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_logaddexp_cpu_float64 2022-09-27T16:05:30.1158361Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vsplit_cpu_complex128 2022-09-27T16:05:30.1457247Z [gw1] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vsplit_cpu_complex128 2022-09-27T16:05:30.1484500Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_along_dim_cpu_complex128 2022-09-27T16:05:30.1535923Z [gw2] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_along_dim_cpu_complex128 2022-09-27T16:05:30.1558539Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_logsumexp_cpu_float64 2022-09-27T16:05:30.1576493Z [gw3] [ 84%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_logsumexp_cpu_float64 2022-09-27T16:05:30.1597821Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vsplit_cpu_float64 2022-09-27T16:05:30.1898263Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vsplit_cpu_float64 2022-09-27T16:05:30.1929250Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_along_dim_cpu_float64 2022-09-27T16:05:30.2018868Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_along_dim_cpu_float64 2022-09-27T16:05:30.2019833Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_mean_cpu_complex128 2022-09-27T16:05:30.2048930Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vstack_cpu_complex128 2022-09-27T16:05:30.2056867Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_mean_cpu_complex128 2022-09-27T16:05:30.2339101Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vstack_cpu_complex128 2022-09-27T16:05:30.2370383Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_cpu_complex128 2022-09-27T16:05:30.2458002Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_cpu_complex128 2022-09-27T16:05:30.2460431Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_mean_cpu_float64 2022-09-27T16:05:30.2490798Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vstack_cpu_float64 2022-09-27T16:05:30.2502676Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_mean_cpu_float64 2022-09-27T16:05:30.2777893Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_vstack_cpu_float64 2022-09-27T16:05:30.2805656Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_cpu_float64 2022-09-27T16:05:30.2897317Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_take_cpu_float64 2022-09-27T16:05:30.2926258Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_where_cpu_complex128 2022-09-27T16:05:30.2938175Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_where_cpu_complex128 2022-09-27T16:05:30.2964973Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_median_cpu_float64 2022-09-27T16:05:30.3218541Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_median_cpu_float64 2022-09-27T16:05:30.3338934Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tan_cpu_complex128 2022-09-27T16:05:30.3356885Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_where_cpu_float64 2022-09-27T16:05:30.3370203Z [gw2] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tan_cpu_complex128 2022-09-27T16:05:30.3381833Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_where_cpu_float64 2022-09-27T16:05:30.3409338Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_norm_cpu_float64 2022-09-27T16:05:30.3659339Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_norm_cpu_float64 2022-09-27T16:05:30.3711411Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tan_cpu_float64 2022-09-27T16:05:30.3778502Z [gw2] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tan_cpu_float64 2022-09-27T16:05:30.3818421Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_xlogy_cpu_float64 2022-09-27T16:05:30.3847882Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_normalize_cpu_complex128 2022-09-27T16:05:30.3916945Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_normalize_cpu_complex128 2022-09-27T16:05:30.4098379Z [gw1] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_xlogy_cpu_float64 2022-09-27T16:05:30.4218185Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tanh_cpu_complex128 2022-09-27T16:05:30.4230071Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zero__cpu_complex128 2022-09-27T16:05:30.4258246Z [gw2] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tanh_cpu_complex128 2022-09-27T16:05:30.4288719Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_normalize_cpu_float64 2022-09-27T16:05:30.4395968Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_normalize_cpu_float64 2022-09-27T16:05:30.4538529Z [gw1] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zero__cpu_complex128 2022-09-27T16:05:30.4588967Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tanh_cpu_float64 2022-09-27T16:05:30.4657814Z [gw2] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tanh_cpu_float64 2022-09-27T16:05:30.4698482Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zero__cpu_float64 2022-09-27T16:05:30.4732023Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_prod_cpu_complex128 2022-09-27T16:05:30.4735165Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_prod_cpu_complex128 2022-09-27T16:05:30.4978625Z [gw1] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zero__cpu_float64 2022-09-27T16:05:30.5007936Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensor_split_cpu_complex128 2022-09-27T16:05:30.5098296Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensor_split_cpu_complex128 2022-09-27T16:05:30.5126943Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zeros_cpu_complex128 2022-09-27T16:05:30.5138093Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zeros_cpu_complex128 2022-09-27T16:05:30.5165987Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_prod_cpu_float64 2022-09-27T16:05:30.5417983Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_prod_cpu_float64 2022-09-27T16:05:30.5447089Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensor_split_cpu_float64 2022-09-27T16:05:30.5537298Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensor_split_cpu_float64 2022-09-27T16:05:30.5560208Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zeros_cpu_float64 2022-09-27T16:05:30.5576255Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zeros_cpu_float64 2022-09-27T16:05:30.5597140Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_softmax_cpu_float64 2022-09-27T16:05:30.5859859Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_softmax_cpu_float64 2022-09-27T16:05:30.5889642Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensordot_cpu_complex128 2022-09-27T16:05:30.5978342Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensordot_cpu_complex128 2022-09-27T16:05:30.6000326Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zeros_like_cpu_complex128 2022-09-27T16:05:30.6017249Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zeros_like_cpu_complex128 2022-09-27T16:05:30.6042346Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_softmin_cpu_float64 2022-09-27T16:05:30.6299867Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_softmin_cpu_float64 2022-09-27T16:05:30.6329258Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensordot_cpu_float64 2022-09-27T16:05:30.6417687Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tensordot_cpu_float64 2022-09-27T16:05:30.6441760Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zeros_like_cpu_float64 2022-09-27T16:05:30.6456346Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_zeros_like_cpu_float64 2022-09-27T16:05:30.6477941Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_std_cpu_complex128 2022-09-27T16:05:30.6738455Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_std_cpu_complex128 2022-09-27T16:05:30.6769771Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tile_cpu_complex128 2022-09-27T16:05:30.6857382Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tile_cpu_complex128 2022-09-27T16:05:30.6880035Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_H_cpu_complex128 2022-09-27T16:05:30.6895834Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_H_cpu_complex128 2022-09-27T16:05:30.6916139Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_std_cpu_float64 2022-09-27T16:05:30.7177697Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_std_cpu_float64 2022-09-27T16:05:30.7206075Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tile_cpu_float64 2022-09-27T16:05:30.7296759Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tile_cpu_float64 2022-09-27T16:05:30.7319484Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_H_cpu_float64 2022-09-27T16:05:30.7336983Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_H_cpu_float64 2022-09-27T16:05:30.7356372Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_sum_cpu_complex128 2022-09-27T16:05:30.7617869Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_sum_cpu_complex128 2022-09-27T16:05:30.7644469Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_cpu_complex128 2022-09-27T16:05:30.7738172Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_cpu_complex128 2022-09-27T16:05:30.7762665Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_T_cpu_complex128 2022-09-27T16:05:30.7777552Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_T_cpu_complex128 2022-09-27T16:05:30.7803542Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_sum_cpu_float64 2022-09-27T16:05:30.8059269Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_sum_cpu_float64 2022-09-27T16:05:30.8089965Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_cpu_float64 2022-09-27T16:05:30.8178288Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_cpu_float64 2022-09-27T16:05:30.8208914Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_T_cpu_float64 2022-09-27T16:05:30.8223099Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_T_cpu_float64 2022-09-27T16:05:30.8247619Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_var_cpu_complex128 2022-09-27T16:05:30.8500241Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_var_cpu_complex128 2022-09-27T16:05:30.8532991Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_sparse_cpu_complex128 2022-09-27T16:05:30.8618875Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_sparse_cpu_complex128 2022-09-27T16:05:30.8649509Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___getitem___cpu_complex128 2022-09-27T16:05:30.8659186Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___getitem___cpu_complex128 2022-09-27T16:05:30.8688523Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_var_cpu_float64 2022-09-27T16:05:30.8939614Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_var_cpu_float64 2022-09-27T16:05:30.8971879Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_sparse_cpu_float64 2022-09-27T16:05:30.9058788Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_to_sparse_cpu_float64 2022-09-27T16:05:30.9084420Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___getitem___cpu_float64 2022-09-27T16:05:30.9097746Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___getitem___cpu_float64 2022-09-27T16:05:30.9118231Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_abs_cpu_complex128 2022-09-27T16:05:30.9379038Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_abs_cpu_complex128 2022-09-27T16:05:30.9411474Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_topk_cpu_float64 2022-09-27T16:05:30.9497951Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_topk_cpu_float64 2022-09-27T16:05:30.9526345Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___radd___cpu_complex128 2022-09-27T16:05:30.9537694Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___radd___cpu_complex128 2022-09-27T16:05:30.9663515Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_abs_cpu_float64 2022-09-27T16:05:30.9827643Z [gw3] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_abs_cpu_float64 2022-09-27T16:05:30.9858451Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trace_cpu_complex128 2022-09-27T16:05:30.9978809Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trace_cpu_complex128 2022-09-27T16:05:31.0014216Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___radd___cpu_float64 2022-09-27T16:05:31.0021787Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___radd___cpu_float64 2022-09-27T16:05:31.0303399Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acos_cpu_complex128 2022-09-27T16:05:31.0306285Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trace_cpu_float64 2022-09-27T16:05:31.0457097Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trace_cpu_float64 2022-09-27T16:05:31.0461698Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rdiv___cpu_complex128 2022-09-27T16:05:31.0735766Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rdiv___cpu_complex128 2022-09-27T16:05:31.0902988Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_transpose_cpu_complex128 2022-09-27T16:05:31.0907191Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rdiv___cpu_float64 2022-09-27T16:05:31.0959024Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rdiv___cpu_float64 2022-09-27T16:05:31.0972327Z [gw3] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acos_cpu_complex128 2022-09-27T16:05:31.1235927Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acos_cpu_float64 2022-09-27T16:05:31.1334459Z [gw3] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acos_cpu_float64 2022-09-27T16:05:31.1338841Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmatmul___cpu_complex128 2022-09-27T16:05:31.1392159Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmatmul___cpu_complex128 2022-09-27T16:05:31.1405268Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acosh_cpu_complex128 2022-09-27T16:05:31.1427756Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acosh_cpu_complex128 2022-09-27T16:05:31.1435531Z [gw2] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_transpose_cpu_complex128 2022-09-27T16:05:31.1537508Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_transpose_cpu_float64 2022-09-27T16:05:31.1739899Z [gw2] [ 85%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_transpose_cpu_float64 2022-09-27T16:05:31.1779504Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmatmul___cpu_float64 2022-09-27T16:05:31.1865577Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmatmul___cpu_float64 2022-09-27T16:05:31.1894404Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acosh_cpu_float64 2022-09-27T16:05:31.1909381Z [gw3] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_acosh_cpu_float64 2022-09-27T16:05:31.1949600Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapezoid_cpu_complex128 2022-09-27T16:05:31.2215259Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapezoid_cpu_complex128 2022-09-27T16:05:31.2217637Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmod___cpu_float64 2022-09-27T16:05:31.2316095Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmod___cpu_float64 2022-09-27T16:05:31.2431373Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_add_cpu_complex128 2022-09-27T16:05:31.2508011Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapezoid_cpu_float64 2022-09-27T16:05:31.2655815Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapezoid_cpu_float64 2022-09-27T16:05:31.2657166Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmul___cpu_complex128 2022-09-27T16:05:31.2934065Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmul___cpu_complex128 2022-09-27T16:05:31.2935187Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapz_cpu_complex128 2022-09-27T16:05:31.3099543Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapz_cpu_complex128 2022-09-27T16:05:31.3100664Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmul___cpu_float64 2022-09-27T16:05:31.3375275Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rmul___cpu_float64 2022-09-27T16:05:31.3376277Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapz_cpu_float64 2022-09-27T16:05:31.3524821Z [gw2] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trapz_cpu_float64 2022-09-27T16:05:31.3526598Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rpow___cpu_complex128 2022-09-27T16:05:31.3783882Z [gw1] [ 85%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rpow___cpu_complex128 2022-09-27T16:05:31.3817825Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triangular_solve_cpu_complex128 2022-09-27T16:05:31.3964404Z [gw2] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triangular_solve_cpu_complex128 2022-09-27T16:05:31.3966064Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rpow___cpu_float64 2022-09-27T16:05:31.4251561Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rpow___cpu_float64 2022-09-27T16:05:31.4253024Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triangular_solve_cpu_float64 2022-09-27T16:05:31.4412937Z [gw2] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triangular_solve_cpu_float64 2022-09-27T16:05:31.4414293Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rsub___cpu_complex128 2022-09-27T16:05:31.4735088Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rsub___cpu_complex128 2022-09-27T16:05:31.4866656Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tril_cpu_complex128 2022-09-27T16:05:31.4867736Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rsub___cpu_float64 2022-09-27T16:05:31.5308120Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad___rsub___cpu_float64 2022-09-27T16:05:31.5310688Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_amax_cpu_float64 2022-09-27T16:05:31.5585656Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_amax_cpu_float64 2022-09-27T16:05:31.5608263Z [gw2] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tril_cpu_complex128 2022-09-27T16:05:31.5742073Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tril_cpu_float64 2022-09-27T16:05:31.5746559Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_amin_cpu_float64 2022-09-27T16:05:31.5836919Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_amin_cpu_float64 2022-09-27T16:05:31.6018539Z [gw2] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_tril_cpu_float64 2022-09-27T16:05:31.6185709Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triu_cpu_complex128 2022-09-27T16:05:31.6187649Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_argmax_cpu_float64 2022-09-27T16:05:31.6387026Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_argmax_cpu_float64 2022-09-27T16:05:31.6406192Z [gw3] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_add_cpu_complex128 2022-09-27T16:05:31.6621370Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_add_cpu_float64 2022-09-27T16:05:31.6622734Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_argmin_cpu_float64 2022-09-27T16:05:31.7063177Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_argmin_cpu_float64 2022-09-27T16:05:31.7064738Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_cumprod_cpu_complex128 2022-09-27T16:05:31.7384200Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_cumprod_cpu_complex128 2022-09-27T16:05:31.7409916Z [gw3] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_add_cpu_float64 2022-09-27T16:05:31.7416772Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addbmm_cpu_complex128 2022-09-27T16:05:31.7436104Z [gw2] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triu_cpu_complex128 2022-09-27T16:05:31.7544121Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triu_cpu_float64 2022-09-27T16:05:31.7547629Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_cumprod_cpu_float64 2022-09-27T16:05:31.7590578Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_cumprod_cpu_float64 2022-09-27T16:05:31.7955672Z [gw2] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_triu_cpu_float64 2022-09-27T16:05:31.7981013Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_true_divide_cpu_complex128 2022-09-27T16:05:31.7983768Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_cumsum_cpu_complex128 2022-09-27T16:05:31.8424037Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_cumsum_cpu_complex128 2022-09-27T16:05:31.8426151Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_cumsum_cpu_float64 2022-09-27T16:05:31.8869586Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_cumsum_cpu_float64 2022-09-27T16:05:31.8875887Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_log_softmax_cpu_float64 2022-09-27T16:05:31.8901140Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad__masked_log_softmax_cpu_float64 2022-09-27T16:05:31.8977486Z [gw2] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_true_divide_cpu_complex128 2022-09-27T16:05:31.9244552Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_true_divide_cpu_float64 2022-09-27T16:05:31.9335501Z [gw2] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_true_divide_cpu_float64 2022-09-27T16:05:31.9508357Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clamp_cpu_float64 2022-09-27T16:05:31.9512247Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trunc_cpu_float64 2022-09-27T16:05:31.9938377Z [gw2] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_trunc_cpu_float64 2022-09-27T16:05:31.9942373Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unbind_cpu_complex128 2022-09-27T16:05:32.0378041Z [gw2] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unbind_cpu_complex128 2022-09-27T16:05:32.0381908Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unbind_cpu_float64 2022-09-27T16:05:32.0604946Z [gw2] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unbind_cpu_float64 2022-09-27T16:05:32.0684865Z [gw1] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clamp_cpu_float64 2022-09-27T16:05:32.0971054Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clamp_max_cpu_float64 2022-09-27T16:05:32.0975739Z test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unflatten_cpu_complex128 2022-09-27T16:05:32.1287770Z [gw2] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_grad_unflatten_cpu_complex128 2022-09-27T16:05:32.1293045Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_cpu_float64 2022-09-27T16:05:32.1502282Z [gw2] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_cpu_float64 2022-09-27T16:05:32.1522963Z [gw1] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clamp_max_cpu_float64 2022-09-27T16:05:32.1778336Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clamp_min_cpu_float64 2022-09-27T16:05:32.1783606Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_scatter_cpu_complex128 2022-09-27T16:05:32.2095330Z [gw2] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_scatter_cpu_complex128 2022-09-27T16:05:32.2111551Z [gw1] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clamp_min_cpu_float64 2022-09-27T16:05:32.2142757Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clone_cpu_complex128 2022-09-27T16:05:32.2212457Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clone_cpu_complex128 2022-09-27T16:05:32.2217244Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_scatter_cpu_float64 2022-09-27T16:05:32.2616888Z [gw2] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_scatter_cpu_float64 2022-09-27T16:05:32.2624426Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clone_cpu_float64 2022-09-27T16:05:32.2735899Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_clone_cpu_float64 2022-09-27T16:05:32.3096631Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asin_cpu_complex128 2022-09-27T16:05:32.3104477Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_column_stack_cpu_complex128 2022-09-27T16:05:32.3537325Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_column_stack_cpu_complex128 2022-09-27T16:05:32.3548340Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_column_stack_cpu_float64 2022-09-27T16:05:32.3880471Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_column_stack_cpu_float64 2022-09-27T16:05:32.3919829Z [gw2] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asin_cpu_complex128 2022-09-27T16:05:32.3975594Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asin_cpu_float64 2022-09-27T16:05:32.3982785Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_combinations_cpu_complex128 2022-09-27T16:05:32.4201758Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_combinations_cpu_complex128 2022-09-27T16:05:32.4338674Z [gw2] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asin_cpu_float64 2022-09-27T16:05:32.4366868Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asinh_cpu_complex128 2022-09-27T16:05:32.4415395Z [gw2] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asinh_cpu_complex128 2022-09-27T16:05:32.4419675Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_combinations_cpu_float64 2022-09-27T16:05:32.4834493Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_combinations_cpu_float64 2022-09-27T16:05:32.4839724Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_complex_cpu_float64 2022-09-27T16:05:32.4859110Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asinh_cpu_float64 2022-09-27T16:05:32.4876709Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_complex_cpu_float64 2022-09-27T16:05:32.5206385Z [gw2] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_asinh_cpu_float64 2022-09-27T16:05:32.5225893Z [gw3] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addbmm_cpu_complex128 2022-09-27T16:05:32.5338265Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addbmm_cpu_float64 2022-09-27T16:05:32.5360123Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atan2_cpu_float64 2022-09-27T16:05:32.5360851Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_cpu_complex128 2022-09-27T16:05:32.5689219Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_cpu_complex128 2022-09-27T16:05:32.5704269Z [gw3] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addbmm_cpu_float64 2022-09-27T16:05:32.5769868Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcdiv_cpu_complex128 2022-09-27T16:05:32.5809780Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_cpu_float64 2022-09-27T16:05:32.6089964Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_cpu_float64 2022-09-27T16:05:32.6129952Z [gw2] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atan2_cpu_float64 2022-09-27T16:05:32.6249880Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atan_cpu_complex128 2022-09-27T16:05:32.7070964Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_physical_cpu_complex128 2022-09-27T16:05:32.7121923Z [gw1] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_physical_cpu_complex128 2022-09-27T16:05:32.7438991Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_physical_cpu_float64 2022-09-27T16:05:32.7538572Z [gw1] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_conj_physical_cpu_float64 2022-09-27T16:05:32.7574385Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_constant_pad_nd_cpu_complex128 2022-09-27T16:05:32.7769619Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_constant_pad_nd_cpu_complex128 2022-09-27T16:05:32.7813735Z [gw2] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atan_cpu_complex128 2022-09-27T16:05:32.7952439Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atan_cpu_float64 2022-09-27T16:05:32.7973667Z [gw0] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_solve_cpu_complex128 2022-09-27T16:05:32.7981780Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_solve_cpu_float64 2022-09-27T16:05:32.8020500Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_constant_pad_nd_cpu_float64 2022-09-27T16:05:32.8202790Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_constant_pad_nd_cpu_float64 2022-09-27T16:05:32.8243629Z [gw2] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atan_cpu_float64 2022-09-27T16:05:32.8326583Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atanh_cpu_complex128 2022-09-27T16:05:32.8492748Z [gw2] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atanh_cpu_complex128 2022-09-27T16:05:32.8494633Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_contiguous_cpu_complex128 2022-09-27T16:05:32.8690441Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_contiguous_cpu_complex128 2022-09-27T16:05:32.8691811Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atanh_cpu_float64 2022-09-27T16:05:32.8931688Z [gw2] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atanh_cpu_float64 2022-09-27T16:05:32.8933593Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_contiguous_cpu_float64 2022-09-27T16:05:32.9172091Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_contiguous_cpu_float64 2022-09-27T16:05:32.9173610Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_1d_cpu_complex128 2022-09-27T16:05:32.9414739Z [gw2] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_1d_cpu_complex128 2022-09-27T16:05:32.9613336Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_copysign_cpu_float64 2022-09-27T16:05:32.9614700Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_1d_cpu_float64 2022-09-27T16:05:33.0057347Z [gw2] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_1d_cpu_float64 2022-09-27T16:05:33.0062129Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_2d_cpu_complex128 2022-09-27T16:05:33.0380505Z [gw2] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_2d_cpu_complex128 2022-09-27T16:05:33.0429796Z [gw1] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_copysign_cpu_float64 2022-09-27T16:05:33.0476234Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_corrcoef_cpu_complex128 2022-09-27T16:05:33.0499849Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_2d_cpu_float64 2022-09-27T16:05:33.0548744Z [gw2] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_2d_cpu_float64 2022-09-27T16:05:33.0902169Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_corrcoef_cpu_complex128 2022-09-27T16:05:33.0945200Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_corrcoef_cpu_float64 2022-09-27T16:05:33.0957067Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_corrcoef_cpu_float64 2022-09-27T16:05:33.0961301Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_3d_cpu_complex128 2022-09-27T16:05:33.1318948Z [gw2] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_3d_cpu_complex128 2022-09-27T16:05:33.1419217Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cos_cpu_complex128 2022-09-27T16:05:33.1464227Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_3d_cpu_float64 2022-09-27T16:05:33.1937718Z [gw2] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_atleast_3d_cpu_float64 2022-09-27T16:05:33.2657545Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_baddbmm_cpu_complex128 2022-09-27T16:05:33.2684550Z [gw3] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcdiv_cpu_complex128 2022-09-27T16:05:33.2928072Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcdiv_cpu_float64 2022-09-27T16:05:33.2944005Z [gw1] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cos_cpu_complex128 2022-09-27T16:05:33.3115303Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cos_cpu_float64 2022-09-27T16:05:33.3455420Z [gw1] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cos_cpu_float64 2022-09-27T16:05:33.4275158Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cosh_cpu_complex128 2022-09-27T16:05:33.4296166Z [gw1] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cosh_cpu_complex128 2022-09-27T16:05:33.4454911Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cosh_cpu_float64 2022-09-27T16:05:33.4731126Z [gw1] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cosh_cpu_float64 2022-09-27T16:05:33.4732943Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_count_nonzero_cpu_complex128 2022-09-27T16:05:33.4782459Z [gw1] [ 86%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_count_nonzero_cpu_complex128 2022-09-27T16:05:33.4798548Z [gw3] [ 86%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcdiv_cpu_float64 2022-09-27T16:05:33.5174476Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcmul_cpu_complex128 2022-09-27T16:05:33.5179485Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_count_nonzero_cpu_float64 2022-09-27T16:05:33.5612384Z [gw1] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_count_nonzero_cpu_float64 2022-09-27T16:05:33.5617135Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cov_cpu_complex128 2022-09-27T16:05:33.6053222Z [gw1] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cov_cpu_complex128 2022-09-27T16:05:33.6061925Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cov_cpu_float64 2022-09-27T16:05:33.6493283Z [gw1] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cov_cpu_float64 2022-09-27T16:05:33.6502287Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cross_cpu_complex128 2022-09-27T16:05:33.6935578Z [gw1] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cross_cpu_complex128 2022-09-27T16:05:33.6944712Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cross_cpu_float64 2022-09-27T16:05:33.7374531Z [gw1] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cross_cpu_float64 2022-09-27T16:05:33.7383415Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cummax_cpu_float64 2022-09-27T16:05:33.7813417Z [gw1] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cummax_cpu_float64 2022-09-27T16:05:33.7819678Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cummin_cpu_float64 2022-09-27T16:05:33.8296498Z [gw1] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cummin_cpu_float64 2022-09-27T16:05:34.2286787Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumprod_cpu_complex128 2022-09-27T16:05:34.2316009Z [gw3] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcmul_cpu_complex128 2022-09-27T16:05:34.3809208Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcmul_cpu_float64 2022-09-27T16:05:34.3826118Z [gw0] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_solve_cpu_float64 2022-09-27T16:05:34.4063745Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_unpack_cpu_complex128 2022-09-27T16:05:34.4077187Z [gw3] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addcmul_cpu_float64 2022-09-27T16:05:34.5579017Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_cpu_complex128 2022-09-27T16:05:34.5591743Z [gw2] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_baddbmm_cpu_complex128 2022-09-27T16:05:34.7156442Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_baddbmm_cpu_float64 2022-09-27T16:05:34.7179685Z [gw2] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_baddbmm_cpu_float64 2022-09-27T16:05:34.7230110Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bernoulli_cpu_float64 2022-09-27T16:05:34.7655529Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bernoulli_cpu_float64 2022-09-27T16:05:34.7667034Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bfloat16_cpu_complex128 2022-09-27T16:05:34.8138454Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bfloat16_cpu_complex128 2022-09-27T16:05:34.8149343Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bfloat16_cpu_float64 2022-09-27T16:05:34.8577915Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bfloat16_cpu_float64 2022-09-27T16:05:34.8589328Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_block_diag_cpu_complex128 2022-09-27T16:05:34.8807174Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_block_diag_cpu_complex128 2022-09-27T16:05:34.8833313Z [gw3] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_cpu_complex128 2022-09-27T16:05:34.9055363Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_cpu_float64 2022-09-27T16:05:34.9060456Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_block_diag_cpu_float64 2022-09-27T16:05:34.9307288Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_block_diag_cpu_float64 2022-09-27T16:05:34.9338473Z [gw3] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_cpu_float64 2022-09-27T16:05:34.9540610Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_decomposed_cpu_complex128 2022-09-27T16:05:34.9545539Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bmm_cpu_complex128 2022-09-27T16:05:35.0015797Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bmm_cpu_complex128 2022-09-27T16:05:35.0023028Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bmm_cpu_float64 2022-09-27T16:05:35.0455774Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bmm_cpu_float64 2022-09-27T16:05:35.0463959Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bool_cpu_complex128 2022-09-27T16:05:35.0938357Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bool_cpu_complex128 2022-09-27T16:05:35.0948538Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bool_cpu_float64 2022-09-27T16:05:35.1383417Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bool_cpu_float64 2022-09-27T16:05:35.1418830Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_tensors_cpu_complex128 2022-09-27T16:05:35.1870931Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_tensors_cpu_complex128 2022-09-27T16:05:35.1897951Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_tensors_cpu_float64 2022-09-27T16:05:35.2376230Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_tensors_cpu_float64 2022-09-27T16:05:35.2384602Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_to_cpu_complex128 2022-09-27T16:05:35.2857065Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_to_cpu_complex128 2022-09-27T16:05:35.2867311Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_to_cpu_float64 2022-09-27T16:05:35.2975698Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_broadcast_to_cpu_float64 2022-09-27T16:05:35.2991273Z [gw3] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_decomposed_cpu_complex128 2022-09-27T16:05:35.3198171Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_decomposed_cpu_float64 2022-09-27T16:05:35.3296787Z [gw3] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmm_decomposed_cpu_float64 2022-09-27T16:05:35.3306558Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bucketize_cpu_float64 2022-09-27T16:05:35.3498140Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_bucketize_cpu_float64 2022-09-27T16:05:35.3779154Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmv_cpu_complex128 2022-09-27T16:05:35.3786972Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_byte_cpu_complex128 2022-09-27T16:05:35.4268570Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_byte_cpu_complex128 2022-09-27T16:05:35.4276413Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_byte_cpu_float64 2022-09-27T16:05:35.4746422Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_byte_cpu_float64 2022-09-27T16:05:35.4754191Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cartesian_prod_cpu_complex128 2022-09-27T16:05:35.5181120Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cartesian_prod_cpu_complex128 2022-09-27T16:05:35.5190931Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cartesian_prod_cpu_float64 2022-09-27T16:05:35.5627883Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cartesian_prod_cpu_float64 2022-09-27T16:05:35.5636368Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cat_cpu_complex128 2022-09-27T16:05:35.5925714Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cat_cpu_complex128 2022-09-27T16:05:35.5951117Z [gw3] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmv_cpu_complex128 2022-09-27T16:05:35.6068123Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmv_cpu_float64 2022-09-27T16:05:35.6072175Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cat_cpu_float64 2022-09-27T16:05:35.6165536Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cat_cpu_float64 2022-09-27T16:05:35.6188477Z [gw0] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_unpack_cpu_complex128 2022-09-27T16:05:35.6450108Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_unpack_cpu_float64 2022-09-27T16:05:35.6472010Z [gw3] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addmv_cpu_float64 2022-09-27T16:05:35.6546045Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addr_cpu_complex128 2022-09-27T16:05:35.6549969Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cdist_cpu_float64 2022-09-27T16:05:35.7023056Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cdist_cpu_float64 2022-09-27T16:05:35.7025313Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ceil_cpu_float64 2022-09-27T16:05:35.7428022Z [gw2] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ceil_cpu_float64 2022-09-27T16:05:35.7459860Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chalf_cpu_complex128 2022-09-27T16:05:35.7909128Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chalf_cpu_complex128 2022-09-27T16:05:35.7951586Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chalf_cpu_float64 2022-09-27T16:05:35.8391815Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chalf_cpu_float64 2022-09-27T16:05:35.8404501Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_char_cpu_complex128 2022-09-27T16:05:35.8492458Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_char_cpu_complex128 2022-09-27T16:05:35.8516953Z [gw3] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addr_cpu_complex128 2022-09-27T16:05:35.8730025Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addr_cpu_float64 2022-09-27T16:05:35.8755692Z [gw0] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_lu_unpack_cpu_float64 2022-09-27T16:05:35.8832180Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mH_cpu_complex128 2022-09-27T16:05:35.8857031Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_char_cpu_float64 2022-09-27T16:05:35.8982007Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_char_cpu_float64 2022-09-27T16:05:35.9010219Z [gw3] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_addr_cpu_float64 2022-09-27T16:05:35.9053249Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_all_cpu_complex128 2022-09-27T16:05:35.9265094Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_all_cpu_complex128 2022-09-27T16:05:35.9326543Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_cpu_complex128 2022-09-27T16:05:35.9464136Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_cpu_complex128 2022-09-27T16:05:35.9471123Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_all_cpu_float64 2022-09-27T16:05:35.9741441Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_all_cpu_float64 2022-09-27T16:05:35.9748811Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_cpu_float64 2022-09-27T16:05:35.9906497Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_cpu_float64 2022-09-27T16:05:35.9913418Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_allclose_cpu_complex128 2022-09-27T16:05:36.0189311Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_allclose_cpu_complex128 2022-09-27T16:05:36.0195642Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_inverse_cpu_complex128 2022-09-27T16:05:36.0371369Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_inverse_cpu_complex128 2022-09-27T16:05:36.0384357Z [gw0] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mH_cpu_complex128 2022-09-27T16:05:36.0394198Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_allclose_cpu_float64 2022-09-27T16:05:36.0407166Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_allclose_cpu_float64 2022-09-27T16:05:36.0614992Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mH_cpu_float64 2022-09-27T16:05:36.0616641Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_inverse_cpu_float64 2022-09-27T16:05:36.0809779Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_inverse_cpu_float64 2022-09-27T16:05:36.0811433Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_amax_cpu_float64 2022-09-27T16:05:36.0821908Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_amax_cpu_float64 2022-09-27T16:05:36.0858048Z [gw0] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mH_cpu_float64 2022-09-27T16:05:36.1020007Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mT_cpu_complex128 2022-09-27T16:05:36.1056674Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_solve_cpu_complex128 2022-09-27T16:05:36.1219645Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_solve_cpu_complex128 2022-09-27T16:05:36.1251930Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_amin_cpu_float64 2022-09-27T16:05:36.1459594Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_amin_cpu_float64 2022-09-27T16:05:36.1489207Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_solve_cpu_float64 2022-09-27T16:05:36.1658912Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cholesky_solve_cpu_float64 2022-09-27T16:05:36.1694000Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_aminmax_cpu_float64 2022-09-27T16:05:36.1900119Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_aminmax_cpu_float64 2022-09-27T16:05:36.1932998Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chunk_cpu_complex128 2022-09-27T16:05:36.2098639Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chunk_cpu_complex128 2022-09-27T16:05:36.2141910Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_angle_cpu_complex128 2022-09-27T16:05:36.2145943Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_angle_cpu_complex128 2022-09-27T16:05:36.2152778Z [gw0] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mT_cpu_complex128 2022-09-27T16:05:36.2339155Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mT_cpu_float64 2022-09-27T16:05:36.2363927Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chunk_cpu_float64 2022-09-27T16:05:36.2515807Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_chunk_cpu_float64 2022-09-27T16:05:36.2540913Z [gw0] [ 87%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mT_cpu_float64 2022-09-27T16:05:36.2572909Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_angle_cpu_float64 2022-09-27T16:05:36.2582316Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_angle_cpu_float64 2022-09-27T16:05:36.2778525Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_fill_cpu_complex128 2022-09-27T16:05:36.2807566Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_full_like_cpu_complex128 2022-09-27T16:05:36.2977965Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_full_like_cpu_complex128 2022-09-27T16:05:36.3007169Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_any_cpu_complex128 2022-09-27T16:05:36.3217458Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_any_cpu_complex128 2022-09-27T16:05:36.3243241Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_full_like_cpu_float64 2022-09-27T16:05:36.3417980Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_full_like_cpu_float64 2022-09-27T16:05:36.3447710Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_any_cpu_float64 2022-09-27T16:05:36.3659603Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_any_cpu_float64 2022-09-27T16:05:36.3690762Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gather_cpu_complex128 2022-09-27T16:05:36.3859172Z [gw2] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gather_cpu_complex128 2022-09-27T16:05:36.3890021Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_arange_cpu_float64 2022-09-27T16:05:36.4101860Z [gw3] [ 87%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_arange_cpu_float64 2022-09-27T16:05:36.4129821Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gather_cpu_float64 2022-09-27T16:05:36.4298267Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gather_cpu_float64 2022-09-27T16:05:36.4328107Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argmax_cpu_float64 2022-09-27T16:05:36.4538063Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argmax_cpu_float64 2022-09-27T16:05:36.4565325Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ge_cpu_float64 2022-09-27T16:05:36.4739312Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ge_cpu_float64 2022-09-27T16:05:36.4770090Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argmin_cpu_float64 2022-09-27T16:05:36.4980405Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argmin_cpu_float64 2022-09-27T16:05:36.5010986Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_geqrf_cpu_complex128 2022-09-27T16:05:36.5229592Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_geqrf_cpu_complex128 2022-09-27T16:05:36.5233322Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argsort_cpu_float64 2022-09-27T16:05:36.5421081Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argsort_cpu_float64 2022-09-27T16:05:36.5453142Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_geqrf_cpu_float64 2022-09-27T16:05:36.5621493Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_geqrf_cpu_float64 2022-09-27T16:05:36.5654824Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argwhere_cpu_complex128 2022-09-27T16:05:36.5778780Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argwhere_cpu_complex128 2022-09-27T16:05:36.5792009Z [gw0] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_fill_cpu_complex128 2022-09-27T16:05:36.5859296Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_fill_cpu_float64 2022-09-27T16:05:36.5885472Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gradient_cpu_complex128 2022-09-27T16:05:36.6061709Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gradient_cpu_complex128 2022-09-27T16:05:36.6088935Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argwhere_cpu_float64 2022-09-27T16:05:36.6301006Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_argwhere_cpu_float64 2022-09-27T16:05:36.6327619Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gradient_cpu_float64 2022-09-27T16:05:36.6479928Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gradient_cpu_float64 2022-09-27T16:05:36.6491080Z [gw0] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_fill_cpu_float64 2022-09-27T16:05:36.6517589Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_scatter_cpu_complex128 2022-09-27T16:05:36.6518227Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_cpu_complex128 2022-09-27T16:05:36.6740591Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_as_strided_cpu_complex128 2022-09-27T16:05:36.6770470Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gt_cpu_float64 2022-09-27T16:05:36.6940369Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_gt_cpu_float64 2022-09-27T16:05:36.7111017Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_digamma_cpu_float64 2022-09-27T16:05:36.7213988Z [gw3] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_digamma_cpu_float64 2022-09-27T16:05:36.7219204Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_half_cpu_complex128 2022-09-27T16:05:36.7416321Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_half_cpu_complex128 2022-09-27T16:05:36.7423040Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dist_cpu_complex128 2022-09-27T16:05:36.7657008Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dist_cpu_complex128 2022-09-27T16:05:36.7661458Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_half_cpu_float64 2022-09-27T16:05:36.7856868Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_half_cpu_float64 2022-09-27T16:05:36.7862136Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dist_cpu_float64 2022-09-27T16:05:36.8105567Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dist_cpu_float64 2022-09-27T16:05:36.8110289Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_heaviside_cpu_float64 2022-09-27T16:05:36.8335384Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_heaviside_cpu_float64 2022-09-27T16:05:36.8550734Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_floor_rounding_cpu_float64 2022-09-27T16:05:36.8555221Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_histc_cpu_float64 2022-09-27T16:05:36.8714083Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_histc_cpu_float64 2022-09-27T16:05:36.8738904Z [gw3] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_floor_rounding_cpu_float64 2022-09-27T16:05:36.8982295Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_no_rounding_mode_cpu_complex128 2022-09-27T16:05:36.8987096Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_histogram_cpu_float64 2022-09-27T16:05:36.9051402Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_histogram_cpu_float64 2022-09-27T16:05:36.9068840Z [gw0] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_scatter_cpu_complex128 2022-09-27T16:05:36.9413674Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_scatter_cpu_float64 2022-09-27T16:05:36.9418453Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_histogramdd_cpu_float64 2022-09-27T16:05:36.9844855Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_histogramdd_cpu_float64 2022-09-27T16:05:36.9856787Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hsplit_cpu_complex128 2022-09-27T16:05:36.9935601Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hsplit_cpu_complex128 2022-09-27T16:05:36.9953711Z [gw0] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_scatter_cpu_float64 2022-09-27T16:05:37.0304191Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_select_cpu_complex128 2022-09-27T16:05:37.0308846Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hsplit_cpu_float64 2022-09-27T16:05:37.0744633Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hsplit_cpu_float64 2022-09-27T16:05:37.0750336Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hstack_cpu_complex128 2022-09-27T16:05:37.1186028Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hstack_cpu_complex128 2022-09-27T16:05:37.1189086Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hstack_cpu_float64 2022-09-27T16:05:37.1655754Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hstack_cpu_float64 2022-09-27T16:05:37.2290112Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hypot_cpu_float64 2022-09-27T16:05:37.2306445Z [gw3] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_no_rounding_mode_cpu_complex128 2022-09-27T16:05:37.2614885Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_no_rounding_mode_cpu_float64 2022-09-27T16:05:37.2633554Z [gw2] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_hypot_cpu_float64 2022-09-27T16:05:37.2865328Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_i0_cpu_float64 2022-09-27T16:05:37.2927980Z [gw2] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_i0_cpu_float64 2022-09-27T16:05:37.2944732Z [gw3] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_no_rounding_mode_cpu_float64 2022-09-27T16:05:37.3101922Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_trunc_rounding_cpu_float64 2022-09-27T16:05:37.3106418Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_igamma_cpu_float64 2022-09-27T16:05:37.3301677Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_igamma_cpu_float64 2022-09-27T16:05:37.3450801Z [gw3] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_div_trunc_rounding_cpu_float64 2022-09-27T16:05:37.3454920Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dot_cpu_complex128 2022-09-27T16:05:37.3489857Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dot_cpu_complex128 2022-09-27T16:05:37.3509385Z [gw0] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_select_cpu_complex128 2022-09-27T16:05:37.3545485Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_select_cpu_float64 2022-09-27T16:05:37.3549030Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_igammac_cpu_float64 2022-09-27T16:05:37.3903369Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_igammac_cpu_float64 2022-09-27T16:05:37.3912613Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dot_cpu_float64 2022-09-27T16:05:37.3917221Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dot_cpu_float64 2022-09-27T16:05:37.3978279Z [gw0] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_masked_select_cpu_float64 2022-09-27T16:05:37.3990893Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matmul_cpu_complex128 2022-09-27T16:05:37.3991475Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_imag_cpu_complex128 2022-09-27T16:05:37.4340091Z [gw2] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_imag_cpu_complex128 2022-09-27T16:05:37.4340737Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_double_cpu_complex128 2022-09-27T16:05:37.4456725Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_double_cpu_complex128 2022-09-27T16:05:37.4782381Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_add_cpu_complex128 2022-09-27T16:05:37.4783008Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_double_cpu_float64 2022-09-27T16:05:37.5224536Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_double_cpu_float64 2022-09-27T16:05:37.5254931Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dsplit_cpu_complex128 2022-09-27T16:05:37.5694330Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dsplit_cpu_complex128 2022-09-27T16:05:37.5699059Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dsplit_cpu_float64 2022-09-27T16:05:37.6103292Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dsplit_cpu_float64 2022-09-27T16:05:37.6148079Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dstack_cpu_complex128 2022-09-27T16:05:37.6542448Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dstack_cpu_complex128 2022-09-27T16:05:37.6584602Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dstack_cpu_float64 2022-09-27T16:05:37.6991190Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_dstack_cpu_float64 2022-09-27T16:05:37.7032431Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_einsum_cpu_complex128 2022-09-27T16:05:37.7467900Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_einsum_cpu_complex128 2022-09-27T16:05:37.7478639Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_einsum_cpu_float64 2022-09-27T16:05:37.7866122Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_einsum_cpu_float64 2022-09-27T16:05:37.7912484Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_empty_cpu_complex128 2022-09-27T16:05:37.8340039Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_empty_cpu_complex128 2022-09-27T16:05:37.8348836Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_empty_cpu_float64 2022-09-27T16:05:37.8745509Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_empty_cpu_float64 2022-09-27T16:05:37.8793106Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_empty_like_cpu_complex128 2022-09-27T16:05:37.9184597Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_empty_like_cpu_complex128 2022-09-27T16:05:37.9238434Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_empty_like_cpu_float64 2022-09-27T16:05:37.9674939Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_empty_like_cpu_float64 2022-09-27T16:05:37.9675585Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_eq_cpu_complex128 2022-09-27T16:05:38.0058291Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_eq_cpu_complex128 2022-09-27T16:05:38.0078001Z [gw2] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_add_cpu_complex128 2022-09-27T16:05:38.0111797Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_add_cpu_float64 2022-09-27T16:05:38.0112397Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_eq_cpu_float64 2022-09-27T16:05:38.0558471Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_eq_cpu_float64 2022-09-27T16:05:38.0559381Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_equal_cpu_complex128 2022-09-27T16:05:38.0992528Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_equal_cpu_complex128 2022-09-27T16:05:38.1000180Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_equal_cpu_float64 2022-09-27T16:05:38.1228383Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_equal_cpu_float64 2022-09-27T16:05:38.1255989Z [gw2] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_add_cpu_float64 2022-09-27T16:05:38.1435451Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_copy_cpu_complex128 2022-09-27T16:05:38.1543348Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_erf_cpu_float64 2022-09-27T16:05:38.1857569Z [gw3] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_erf_cpu_float64 2022-09-27T16:05:38.2511800Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_erfc_cpu_float64 2022-09-27T16:05:38.2586538Z [gw3] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_erfc_cpu_float64 2022-09-27T16:05:38.2864058Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_erfinv_cpu_float64 2022-09-27T16:05:38.3070127Z [gw3] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_erfinv_cpu_float64 2022-09-27T16:05:38.3179501Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_exp2_cpu_float64 2022-09-27T16:05:38.3209825Z [gw2] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_copy_cpu_complex128 2022-09-27T16:05:38.3342383Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_copy_cpu_float64 2022-09-27T16:05:38.3536310Z [gw3] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_exp2_cpu_float64 2022-09-27T16:05:38.3621483Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_exp_cpu_complex128 2022-09-27T16:05:38.3651907Z [gw2] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_copy_cpu_float64 2022-09-27T16:05:38.4764378Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_fill_cpu_complex128 2022-09-27T16:05:38.4792847Z [gw0] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matmul_cpu_complex128 2022-09-27T16:05:38.5186826Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matmul_cpu_float64 2022-09-27T16:05:38.5254981Z [gw3] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_exp_cpu_complex128 2022-09-27T16:05:38.5267394Z [gw2] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_fill_cpu_complex128 2022-09-27T16:05:38.5340595Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_exp_cpu_float64 2022-09-27T16:05:38.5701674Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_fill_cpu_float64 2022-09-27T16:05:38.5723640Z [gw3] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_exp_cpu_float64 2022-09-27T16:05:38.5738906Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_as_cpu_complex128 2022-09-27T16:05:38.5787051Z [gw2] [ 88%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_fill_cpu_float64 2022-09-27T16:05:38.5863684Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_put_cpu_complex128 2022-09-27T16:05:38.6185770Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_as_cpu_complex128 2022-09-27T16:05:38.6186513Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_as_cpu_float64 2022-09-27T16:05:38.6631840Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_as_cpu_float64 2022-09-27T16:05:38.6632620Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_cpu_complex128 2022-09-27T16:05:38.7193804Z [gw3] [ 88%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_cpu_complex128 2022-09-27T16:05:38.7194591Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_cpu_float64 2022-09-27T16:05:38.7522859Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expand_cpu_float64 2022-09-27T16:05:38.7576942Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expm1_cpu_float64 2022-09-27T16:05:38.7949626Z [gw3] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_expm1_cpu_float64 2022-09-27T16:05:38.7950276Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_eye_cpu_complex128 2022-09-27T16:05:38.8238783Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_eye_cpu_complex128 2022-09-27T16:05:38.8262632Z [gw0] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matmul_cpu_float64 2022-09-27T16:05:38.8390507Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matrix_exp_cpu_complex128 2022-09-27T16:05:38.8391115Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_eye_cpu_float64 2022-09-27T16:05:38.8827860Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_eye_cpu_float64 2022-09-27T16:05:38.8828503Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft2_cpu_complex128 2022-09-27T16:05:38.9105895Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft2_cpu_complex128 2022-09-27T16:05:38.9124746Z [gw2] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_put_cpu_complex128 2022-09-27T16:05:38.9269813Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_put_cpu_float64 2022-09-27T16:05:38.9270976Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft2_cpu_float64 2022-09-27T16:05:38.9653573Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft2_cpu_float64 2022-09-27T16:05:38.9668354Z [gw2] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_put_cpu_float64 2022-09-27T16:05:38.9672947Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft_cpu_complex128 2022-09-27T16:05:38.9712907Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_reduce_cpu_float64 2022-09-27T16:05:39.0142975Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft_cpu_complex128 2022-09-27T16:05:39.0148780Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft_cpu_float64 2022-09-27T16:05:39.0581153Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fft_cpu_float64 2022-09-27T16:05:39.0588697Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftn_cpu_complex128 2022-09-27T16:05:39.1021861Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftn_cpu_complex128 2022-09-27T16:05:39.1028724Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftn_cpu_float64 2022-09-27T16:05:39.1066413Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftn_cpu_float64 2022-09-27T16:05:39.1083647Z [gw0] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matrix_exp_cpu_complex128 2022-09-27T16:05:39.1463396Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matrix_exp_cpu_float64 2022-09-27T16:05:39.1469152Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftshift_cpu_complex128 2022-09-27T16:05:39.1472083Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftshift_cpu_complex128 2022-09-27T16:05:39.1498160Z [gw0] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_matrix_exp_cpu_float64 2022-09-27T16:05:39.1862066Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_max_binary_cpu_float64 2022-09-27T16:05:39.1887209Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftshift_cpu_float64 2022-09-27T16:05:39.2300894Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_fftshift_cpu_float64 2022-09-27T16:05:39.2323196Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft2_cpu_complex128 2022-09-27T16:05:39.2336984Z [gw0] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_max_binary_cpu_float64 2022-09-27T16:05:39.2357589Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_max_reduction_no_dim_cpu_float64 2022-09-27T16:05:39.2457908Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft2_cpu_complex128 2022-09-27T16:05:39.2739136Z [gw0] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_max_reduction_no_dim_cpu_float64 2022-09-27T16:05:39.2778797Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft2_cpu_float64 2022-09-27T16:05:39.2848951Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft2_cpu_float64 2022-09-27T16:05:39.3010477Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_max_reduction_with_dim_cpu_float64 2022-09-27T16:05:39.3214254Z [gw0] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_max_reduction_with_dim_cpu_float64 2022-09-27T16:05:39.3214894Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cross_cpu_float64 2022-09-27T16:05:39.3295008Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cross_cpu_float64 2022-09-27T16:05:39.3657581Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_maximum_cpu_float64 2022-09-27T16:05:39.3658196Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_cpu_complex128 2022-09-27T16:05:39.4101018Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_cpu_complex128 2022-09-27T16:05:39.4101676Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_cpu_float64 2022-09-27T16:05:39.4540126Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_cpu_float64 2022-09-27T16:05:39.4549463Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_singular_cpu_complex128 2022-09-27T16:05:39.4989564Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_singular_cpu_complex128 2022-09-27T16:05:39.4998325Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_singular_cpu_float64 2022-09-27T16:05:39.5040325Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_det_singular_cpu_float64 2022-09-27T16:05:39.5099959Z [gw0] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_maximum_cpu_float64 2022-09-27T16:05:39.5427254Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mean_cpu_complex128 2022-09-27T16:05:39.5427869Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eig_cpu_complex128 2022-09-27T16:05:39.5557273Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eig_cpu_complex128 2022-09-27T16:05:39.5573376Z [gw2] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_reduce_cpu_float64 2022-09-27T16:05:39.5605772Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_select_cpu_complex128 2022-09-27T16:05:39.5862672Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_select_cpu_complex128 2022-09-27T16:05:39.5863373Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eig_cpu_float64 2022-09-27T16:05:39.6018654Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eig_cpu_float64 2022-09-27T16:05:39.6019272Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_select_cpu_float64 2022-09-27T16:05:39.6301373Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_index_select_cpu_float64 2022-09-27T16:05:39.6302028Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigh_cpu_complex128 2022-09-27T16:05:39.6462103Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigh_cpu_complex128 2022-09-27T16:05:39.6463517Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_inner_cpu_complex128 2022-09-27T16:05:39.6742552Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_inner_cpu_complex128 2022-09-27T16:05:39.6744259Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigh_cpu_float64 2022-09-27T16:05:39.6907987Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigh_cpu_float64 2022-09-27T16:05:39.6912114Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_inner_cpu_float64 2022-09-27T16:05:39.7171047Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_inner_cpu_float64 2022-09-27T16:05:39.7176066Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvals_cpu_complex128 2022-09-27T16:05:39.7341802Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvals_cpu_complex128 2022-09-27T16:05:39.7347138Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_int_cpu_complex128 2022-09-27T16:05:39.7611372Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_int_cpu_complex128 2022-09-27T16:05:39.7616711Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvals_cpu_float64 2022-09-27T16:05:39.7780555Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvals_cpu_float64 2022-09-27T16:05:39.7785811Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_int_cpu_float64 2022-09-27T16:05:39.8177038Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_int_cpu_float64 2022-09-27T16:05:39.8178055Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvalsh_cpu_complex128 2022-09-27T16:05:39.8235282Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvalsh_cpu_complex128 2022-09-27T16:05:39.8241761Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isclose_cpu_complex128 2022-09-27T16:05:39.8496291Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isclose_cpu_complex128 2022-09-27T16:05:39.8503524Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvalsh_cpu_float64 2022-09-27T16:05:39.8667090Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_eigvalsh_cpu_float64 2022-09-27T16:05:39.8674583Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isclose_cpu_float64 2022-09-27T16:05:39.8935254Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isclose_cpu_float64 2022-09-27T16:05:39.8941854Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_householder_product_cpu_complex128 2022-09-27T16:05:39.9105285Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_householder_product_cpu_complex128 2022-09-27T16:05:39.9112169Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isfinite_cpu_complex128 2022-09-27T16:05:39.9374212Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isfinite_cpu_complex128 2022-09-27T16:05:39.9380510Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_householder_product_cpu_float64 2022-09-27T16:05:39.9544171Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_householder_product_cpu_float64 2022-09-27T16:05:39.9552078Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isfinite_cpu_float64 2022-09-27T16:05:39.9783210Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isfinite_cpu_float64 2022-09-27T16:05:39.9815759Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_cpu_complex128 2022-09-27T16:05:39.9939068Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_cpu_complex128 2022-09-27T16:05:39.9966530Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isin_cpu_float64 2022-09-27T16:05:40.0217720Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isin_cpu_float64 2022-09-27T16:05:40.0245201Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_cpu_float64 2022-09-27T16:05:40.0377259Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_cpu_float64 2022-09-27T16:05:40.0406485Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isinf_cpu_complex128 2022-09-27T16:05:40.0658230Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isinf_cpu_complex128 2022-09-27T16:05:40.0687967Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_ex_cpu_complex128 2022-09-27T16:05:40.0817572Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_ex_cpu_complex128 2022-09-27T16:05:40.0843456Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isinf_cpu_float64 2022-09-27T16:05:40.1097044Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isinf_cpu_float64 2022-09-27T16:05:40.1127116Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_ex_cpu_float64 2022-09-27T16:05:40.1257506Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_inv_ex_cpu_float64 2022-09-27T16:05:40.1288922Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isnan_cpu_complex128 2022-09-27T16:05:40.1537815Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isnan_cpu_complex128 2022-09-27T16:05:40.1577350Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_cpu_complex128 2022-09-27T16:05:40.1738648Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_cpu_complex128 2022-09-27T16:05:40.1741746Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isnan_cpu_float64 2022-09-27T16:05:40.1956103Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isnan_cpu_float64 2022-09-27T16:05:40.1969381Z [gw0] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mean_cpu_complex128 2022-09-27T16:05:40.2011116Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mean_cpu_float64 2022-09-27T16:05:40.2013200Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_cpu_float64 2022-09-27T16:05:40.2180379Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_cpu_float64 2022-09-27T16:05:40.2184040Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isneginf_cpu_float64 2022-09-27T16:05:40.2454637Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isneginf_cpu_float64 2022-09-27T16:05:40.2457304Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T16:05:40.2621983Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T16:05:40.2626039Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isposinf_cpu_float64 2022-09-27T16:05:40.2873611Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isposinf_cpu_float64 2022-09-27T16:05:40.2898231Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_ex_cpu_float64 2022-09-27T16:05:40.2953791Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_factor_ex_cpu_float64 2022-09-27T16:05:40.2973317Z [gw0] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mean_cpu_float64 2022-09-27T16:05:40.3101314Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_median_cpu_float64 2022-09-27T16:05:40.3104702Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isreal_cpu_complex128 2022-09-27T16:05:40.3333443Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isreal_cpu_complex128 2022-09-27T16:05:40.3336088Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_solve_cpu_complex128 2022-09-27T16:05:40.3499400Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_solve_cpu_complex128 2022-09-27T16:05:40.3527977Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isreal_cpu_float64 2022-09-27T16:05:40.3592106Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_isreal_cpu_float64 2022-09-27T16:05:40.3599878Z [gw0] [ 89%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_median_cpu_float64 2022-09-27T16:05:40.3738449Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T16:05:40.3768889Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_solve_cpu_float64 2022-09-27T16:05:40.3938981Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_ldl_solve_cpu_float64 2022-09-27T16:05:40.3967078Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_istft_cpu_complex128 2022-09-27T16:05:40.4178542Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_istft_cpu_complex128 2022-09-27T16:05:40.4195198Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_cpu_complex128 2022-09-27T16:05:40.4377880Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_cpu_complex128 2022-09-27T16:05:40.4408101Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_istft_cpu_float64 2022-09-27T16:05:40.4619280Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_istft_cpu_float64 2022-09-27T16:05:40.4639542Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_cpu_float64 2022-09-27T16:05:40.4819509Z [gw3] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_cpu_float64 2022-09-27T16:05:40.4849527Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T16:05:40.5059082Z [gw2] [ 89%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T16:05:40.5084974Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T16:05:40.5258107Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T16:05:40.5287300Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T16:05:40.5500561Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T16:05:40.5529953Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T16:05:40.5699500Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T16:05:40.5730730Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T16:05:40.5938715Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T16:05:40.5973417Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_cpu_complex128 2022-09-27T16:05:40.6140258Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_cpu_complex128 2022-09-27T16:05:40.6179714Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T16:05:40.6380658Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T16:05:40.6408278Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_cpu_float64 2022-09-27T16:05:40.6579518Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_cpu_float64 2022-09-27T16:05:40.6610090Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_cpu_complex128 2022-09-27T16:05:40.6849881Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_cpu_complex128 2022-09-27T16:05:40.6853520Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_cpu_complex128 2022-09-27T16:05:40.7060203Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_cpu_complex128 2022-09-27T16:05:40.7103095Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_cpu_float64 2022-09-27T16:05:40.7290152Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_cpu_float64 2022-09-27T16:05:40.7293538Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_cpu_float64 2022-09-27T16:05:40.7509983Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_cpu_float64 2022-09-27T16:05:40.7537656Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T16:05:40.7730511Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T16:05:40.7734189Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_ex_cpu_complex128 2022-09-27T16:05:40.7981575Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_ex_cpu_complex128 2022-09-27T16:05:40.7984866Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T16:05:40.8171060Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T16:05:40.8174504Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_ex_cpu_float64 2022-09-27T16:05:40.8379638Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_factor_ex_cpu_float64 2022-09-27T16:05:40.8422122Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_unary_cpu_complex128 2022-09-27T16:05:40.8578873Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_unary_cpu_complex128 2022-09-27T16:05:40.8617111Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_solve_cpu_complex128 2022-09-27T16:05:40.8830781Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_solve_cpu_complex128 2022-09-27T16:05:40.8868430Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_unary_cpu_float64 2022-09-27T16:05:40.9057870Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_jiterator_unary_cpu_float64 2022-09-27T16:05:40.9058653Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_solve_cpu_float64 2022-09-27T16:05:40.9304673Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_lu_solve_cpu_float64 2022-09-27T16:05:40.9307298Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_kron_cpu_complex128 2022-09-27T16:05:40.9500263Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_kron_cpu_complex128 2022-09-27T16:05:40.9504849Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_norm_cpu_complex128 2022-09-27T16:05:40.9746304Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_norm_cpu_complex128 2022-09-27T16:05:40.9751650Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_kron_cpu_float64 2022-09-27T16:05:40.9936846Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_kron_cpu_float64 2022-09-27T16:05:40.9939518Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_norm_cpu_float64 2022-09-27T16:05:40.9952777Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_norm_cpu_float64 2022-09-27T16:05:40.9970395Z [gw0] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T16:05:41.0189262Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_list_of_tensors_cpu_float64 2022-09-27T16:05:41.0189903Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_kthvalue_cpu_float64 2022-09-27T16:05:41.0378023Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_kthvalue_cpu_float64 2022-09-27T16:05:41.0380455Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_power_cpu_complex128 2022-09-27T16:05:41.0630385Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_power_cpu_complex128 2022-09-27T16:05:41.0633318Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ldexp_cpu_complex128 2022-09-27T16:05:41.0781158Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ldexp_cpu_complex128 2022-09-27T16:05:41.0823480Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_power_cpu_float64 2022-09-27T16:05:41.1067820Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_power_cpu_float64 2022-09-27T16:05:41.1072038Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ldexp_cpu_float64 2022-09-27T16:05:41.1254996Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ldexp_cpu_float64 2022-09-27T16:05:41.1259509Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_cpu_complex128 2022-09-27T16:05:41.1349455Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_cpu_complex128 2022-09-27T16:05:41.1369948Z [gw0] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_list_of_tensors_cpu_float64 2022-09-27T16:05:41.1503890Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T16:05:41.1508671Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_le_cpu_float64 2022-09-27T16:05:41.1696730Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_le_cpu_float64 2022-09-27T16:05:41.1701632Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_cpu_float64 2022-09-27T16:05:41.1978004Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_cpu_float64 2022-09-27T16:05:41.2142130Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lerp_cpu_complex128 2022-09-27T16:05:41.2147608Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T16:05:41.2585300Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T16:05:41.2591116Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T16:05:41.3024790Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T16:05:41.3032007Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_multi_dot_cpu_complex128 2022-09-27T16:05:41.3458919Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_multi_dot_cpu_complex128 2022-09-27T16:05:41.3465082Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_multi_dot_cpu_float64 2022-09-27T16:05:41.3898255Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_multi_dot_cpu_float64 2022-09-27T16:05:41.3904215Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_cpu_complex128 2022-09-27T16:05:41.4340408Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_cpu_complex128 2022-09-27T16:05:41.4347757Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_cpu_float64 2022-09-27T16:05:41.4781978Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_cpu_float64 2022-09-27T16:05:41.4788645Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T16:05:41.5225522Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T16:05:41.5232280Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T16:05:41.5662348Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T16:05:41.5668407Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_cpu_complex128 2022-09-27T16:05:41.6101295Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_cpu_complex128 2022-09-27T16:05:41.6108090Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_cpu_float64 2022-09-27T16:05:41.6539785Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_cpu_float64 2022-09-27T16:05:41.6548060Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_hermitian_cpu_complex128 2022-09-27T16:05:41.6980731Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_hermitian_cpu_complex128 2022-09-27T16:05:41.6989701Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_hermitian_cpu_float64 2022-09-27T16:05:41.7416553Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_hermitian_cpu_float64 2022-09-27T16:05:41.7451179Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_singular_cpu_complex128 2022-09-27T16:05:41.7858045Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_singular_cpu_complex128 2022-09-27T16:05:41.7866469Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_singular_cpu_float64 2022-09-27T16:05:41.8299562Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_pinv_singular_cpu_float64 2022-09-27T16:05:41.8307220Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_qr_cpu_complex128 2022-09-27T16:05:41.8741261Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_qr_cpu_complex128 2022-09-27T16:05:41.8747842Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_qr_cpu_float64 2022-09-27T16:05:41.8796995Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_qr_cpu_float64 2022-09-27T16:05:41.8822799Z [gw0] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T16:05:41.9179494Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_variadic_tensors_cpu_float64 2022-09-27T16:05:41.9188751Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_slogdet_cpu_complex128 2022-09-27T16:05:41.9620650Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_slogdet_cpu_complex128 2022-09-27T16:05:41.9630327Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_slogdet_cpu_float64 2022-09-27T16:05:42.0063314Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_slogdet_cpu_float64 2022-09-27T16:05:42.0072882Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_cpu_complex128 2022-09-27T16:05:42.0238461Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_cpu_complex128 2022-09-27T16:05:42.0263958Z [gw0] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_meshgrid_variadic_tensors_cpu_float64 2022-09-27T16:05:42.0500236Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_min_binary_cpu_float64 2022-09-27T16:05:42.0509583Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_cpu_float64 2022-09-27T16:05:42.0941812Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_cpu_float64 2022-09-27T16:05:42.0951406Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_ex_cpu_complex128 2022-09-27T16:05:42.1339439Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_ex_cpu_complex128 2022-09-27T16:05:42.1365571Z [gw0] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_min_binary_cpu_float64 2022-09-27T16:05:42.1376833Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_min_reduction_no_dim_cpu_float64 2022-09-27T16:05:42.1385225Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_ex_cpu_float64 2022-09-27T16:05:42.1517840Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_ex_cpu_float64 2022-09-27T16:05:42.1857065Z [gw0] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_min_reduction_no_dim_cpu_float64 2022-09-27T16:05:42.1904358Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_min_reduction_with_dim_cpu_float64 2022-09-27T16:05:42.1912961Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_triangular_cpu_complex128 2022-09-27T16:05:42.2073022Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_triangular_cpu_complex128 2022-09-27T16:05:42.2114123Z [gw0] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_min_reduction_with_dim_cpu_float64 2022-09-27T16:05:42.2159971Z [gw2] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lerp_cpu_complex128 2022-09-27T16:05:42.2218014Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lerp_cpu_float64 2022-09-27T16:05:42.2334567Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_minimum_cpu_float64 2022-09-27T16:05:42.2343029Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_triangular_cpu_float64 2022-09-27T16:05:42.2791184Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_solve_triangular_cpu_float64 2022-09-27T16:05:42.2800965Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svd_cpu_complex128 2022-09-27T16:05:42.3232317Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svd_cpu_complex128 2022-09-27T16:05:42.3242044Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svd_cpu_float64 2022-09-27T16:05:42.3479859Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svd_cpu_float64 2022-09-27T16:05:42.3493165Z [gw2] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lerp_cpu_float64 2022-09-27T16:05:42.3666853Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lgamma_cpu_float64 2022-09-27T16:05:42.3675488Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svdvals_cpu_complex128 2022-09-27T16:05:42.3738651Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svdvals_cpu_complex128 2022-09-27T16:05:42.3934088Z [gw2] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lgamma_cpu_float64 2022-09-27T16:05:42.3943071Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_cpu_complex128 2022-09-27T16:05:42.4137822Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_cpu_complex128 2022-09-27T16:05:42.4146438Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svdvals_cpu_float64 2022-09-27T16:05:42.4208944Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_svdvals_cpu_float64 2022-09-27T16:05:42.4248922Z [gw0] [ 90%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_minimum_cpu_float64 2022-09-27T16:05:42.4377811Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mm_cpu_complex128 2022-09-27T16:05:42.4387169Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_cpu_float64 2022-09-27T16:05:42.4579867Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_cpu_float64 2022-09-27T16:05:42.4588560Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorinv_cpu_complex128 2022-09-27T16:05:42.4817612Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorinv_cpu_complex128 2022-09-27T16:05:42.4826931Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_ex_cpu_complex128 2022-09-27T16:05:42.5015645Z [gw2] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_ex_cpu_complex128 2022-09-27T16:05:42.5024292Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_xor_cpu_float64 2022-09-27T16:05:42.5257927Z [gw3] [ 90%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_xor_cpu_float64 2022-09-27T16:05:42.5267243Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_ex_cpu_float64 2022-09-27T16:05:42.5498117Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cholesky_ex_cpu_float64 2022-09-27T16:05:42.5700077Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logit_cpu_float64 2022-09-27T16:05:42.5711106Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cond_cpu_complex128 2022-09-27T16:05:42.5812062Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cond_cpu_complex128 2022-09-27T16:05:42.5860306Z [gw3] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logit_cpu_float64 2022-09-27T16:05:42.5888738Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logspace_cpu_complex128 2022-09-27T16:05:42.6123954Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logspace_cpu_complex128 2022-09-27T16:05:42.6142179Z [gw0] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mm_cpu_complex128 2022-09-27T16:05:42.6147547Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cond_cpu_float64 2022-09-27T16:05:42.6160644Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cond_cpu_float64 2022-09-27T16:05:42.6302723Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mm_cpu_float64 2022-09-27T16:05:42.6331021Z [gw0] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mm_cpu_float64 2022-09-27T16:05:42.6336845Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logspace_cpu_float64 2022-09-27T16:05:42.6577707Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logspace_cpu_float64 2022-09-27T16:05:42.6606897Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cross_cpu_complex128 2022-09-27T16:05:42.6613598Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_cross_cpu_complex128 2022-09-27T16:05:42.6739288Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mode_cpu_float64 2022-09-27T16:05:42.6771760Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logsumexp_cpu_float64 2022-09-27T16:05:42.6992318Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logsumexp_cpu_float64 2022-09-27T16:05:42.7014404Z [gw0] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mode_cpu_float64 2022-09-27T16:05:42.7019295Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorinv_cpu_float64 2022-09-27T16:05:42.7026744Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorinv_cpu_float64 2022-09-27T16:05:42.7213015Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_movedim_cpu_complex128 2022-09-27T16:05:42.7218210Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_long_cpu_complex128 2022-09-27T16:05:42.7456356Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_long_cpu_complex128 2022-09-27T16:05:42.7461226Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorsolve_cpu_complex128 2022-09-27T16:05:42.7515811Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorsolve_cpu_complex128 2022-09-27T16:05:42.7529119Z [gw0] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_movedim_cpu_complex128 2022-09-27T16:05:42.7618583Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_movedim_cpu_float64 2022-09-27T16:05:42.7629721Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_long_cpu_float64 2022-09-27T16:05:42.7651648Z [gw0] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_movedim_cpu_float64 2022-09-27T16:05:42.7858854Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_long_cpu_float64 2022-09-27T16:05:42.7887257Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorsolve_cpu_float64 2022-09-27T16:05:42.7938217Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_tensorsolve_cpu_float64 2022-09-27T16:05:42.8058296Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_msort_cpu_float64 2022-09-27T16:05:42.8086942Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lt_cpu_float64 2022-09-27T16:05:42.8163230Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lt_cpu_float64 2022-09-27T16:05:42.8338540Z [gw0] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_msort_cpu_float64 2022-09-27T16:05:42.8367096Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vander_cpu_complex128 2022-09-27T16:05:42.8378046Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vander_cpu_complex128 2022-09-27T16:05:42.8498035Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mul_cpu_complex128 2022-09-27T16:05:42.8528861Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_cpu_complex128 2022-09-27T16:05:42.8777816Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_cpu_complex128 2022-09-27T16:05:42.8808760Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vander_cpu_float64 2022-09-27T16:05:42.8938106Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vander_cpu_float64 2022-09-27T16:05:42.8965876Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_cpu_float64 2022-09-27T16:05:42.9219002Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_cpu_float64 2022-09-27T16:05:42.9253216Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vecdot_cpu_complex128 2022-09-27T16:05:42.9378041Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vecdot_cpu_complex128 2022-09-27T16:05:42.9407604Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_solve_cpu_complex128 2022-09-27T16:05:42.9698888Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_solve_cpu_complex128 2022-09-27T16:05:42.9730209Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vecdot_cpu_float64 2022-09-27T16:05:42.9850826Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vecdot_cpu_float64 2022-09-27T16:05:42.9905724Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_solve_cpu_float64 2022-09-27T16:05:43.0177939Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_solve_cpu_float64 2022-09-27T16:05:43.0214128Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vector_norm_cpu_complex128 2022-09-27T16:05:43.0283231Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vector_norm_cpu_complex128 2022-09-27T16:05:43.0286516Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_unpack_cpu_complex128 2022-09-27T16:05:43.0697583Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_unpack_cpu_complex128 2022-09-27T16:05:43.0701841Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vector_norm_cpu_float64 2022-09-27T16:05:43.0724155Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linalg_vector_norm_cpu_float64 2022-09-27T16:05:43.0756884Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_unpack_cpu_float64 2022-09-27T16:05:43.1197121Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_lu_unpack_cpu_float64 2022-09-27T16:05:43.1200919Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mH_cpu_complex128 2022-09-27T16:05:43.1207957Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mH_cpu_complex128 2022-09-27T16:05:43.1212063Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linspace_cpu_complex128 2022-09-27T16:05:43.1620744Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linspace_cpu_complex128 2022-09-27T16:05:43.1624201Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mH_cpu_float64 2022-09-27T16:05:43.1629354Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mH_cpu_float64 2022-09-27T16:05:43.1671326Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linspace_cpu_float64 2022-09-27T16:05:43.2055578Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_linspace_cpu_float64 2022-09-27T16:05:43.2058706Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mT_cpu_complex128 2022-09-27T16:05:43.2134963Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mT_cpu_complex128 2022-09-27T16:05:43.2495541Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log10_cpu_complex128 2022-09-27T16:05:43.2498790Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mT_cpu_float64 2022-09-27T16:05:43.2929826Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mT_cpu_float64 2022-09-27T16:05:43.3283924Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_fill_cpu_complex128 2022-09-27T16:05:43.3308684Z [gw2] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log10_cpu_complex128 2022-09-27T16:05:43.3809362Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log10_cpu_float64 2022-09-27T16:05:43.3838419Z [gw0] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mul_cpu_complex128 2022-09-27T16:05:43.3850733Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mul_cpu_float64 2022-09-27T16:05:43.3898342Z [gw2] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log10_cpu_float64 2022-09-27T16:05:43.4125001Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log1p_cpu_float64 2022-09-27T16:05:43.4382268Z [gw2] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log1p_cpu_float64 2022-09-27T16:05:43.5527109Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log2_cpu_complex128 2022-09-27T16:05:43.5558359Z [gw0] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mul_cpu_float64 2022-09-27T16:05:43.5569351Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_multinomial_cpu_float64 2022-09-27T16:05:43.5614282Z [gw2] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log2_cpu_complex128 2022-09-27T16:05:43.5780958Z [gw0] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_multinomial_cpu_float64 2022-09-27T16:05:43.6057521Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log2_cpu_float64 2022-09-27T16:05:43.6076936Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mv_cpu_complex128 2022-09-27T16:05:43.6297505Z [gw2] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log2_cpu_float64 2022-09-27T16:05:43.6832810Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_cpu_complex128 2022-09-27T16:05:43.6860043Z [gw3] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_fill_cpu_complex128 2022-09-27T16:05:43.6867142Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_fill_cpu_float64 2022-09-27T16:05:43.6894714Z [gw0] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mv_cpu_complex128 2022-09-27T16:05:43.7147825Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mv_cpu_float64 2022-09-27T16:05:43.7337150Z [gw0] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mv_cpu_float64 2022-09-27T16:05:43.7505298Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T16:05:43.7516598Z [gw2] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_cpu_complex128 2022-09-27T16:05:43.7613979Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_cpu_float64 2022-09-27T16:05:43.7639851Z [gw3] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_fill_cpu_float64 2022-09-27T16:05:43.7838638Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_scatter_cpu_complex128 2022-09-27T16:05:43.7976499Z [gw2] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_cpu_float64 2022-09-27T16:05:43.7977127Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_softmax_cpu_float64 2022-09-27T16:05:43.8394617Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_softmax_cpu_float64 2022-09-27T16:05:43.8417247Z [gw0] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T16:05:43.8417909Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_softmax_dtype_cpu_complex128 2022-09-27T16:05:43.8427859Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_softmax_dtype_cpu_complex128 2022-09-27T16:05:43.8861136Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T16:05:43.8862054Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_softmax_dtype_cpu_float64 2022-09-27T16:05:43.9305254Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_log_softmax_dtype_cpu_float64 2022-09-27T16:05:43.9305928Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logaddexp2_cpu_float64 2022-09-27T16:05:43.9559036Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logaddexp2_cpu_float64 2022-09-27T16:05:43.9576225Z [gw0] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T16:05:43.9737607Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T16:05:43.9738317Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logaddexp_cpu_float64 2022-09-27T16:05:44.0044829Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logaddexp_cpu_float64 2022-09-27T16:05:44.0065845Z [gw3] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_scatter_cpu_complex128 2022-09-27T16:05:44.0181749Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_scatter_cpu_float64 2022-09-27T16:05:44.0182382Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logcumsumexp_cpu_float64 2022-09-27T16:05:44.0191552Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logcumsumexp_cpu_float64 2022-09-27T16:05:44.0202857Z [gw0] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T16:05:44.0349092Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nan_to_num_cpu_float64 2022-09-27T16:05:44.0384958Z [gw0] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nan_to_num_cpu_float64 2022-09-27T16:05:44.0498028Z [gw3] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_scatter_cpu_float64 2022-09-27T16:05:44.0528755Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_select_cpu_complex128 2022-09-27T16:05:44.0614606Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_select_cpu_complex128 2022-09-27T16:05:44.0619503Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logdet_cpu_complex128 2022-09-27T16:05:44.0697930Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logdet_cpu_complex128 2022-09-27T16:05:44.1015600Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nanmean_cpu_float64 2022-09-27T16:05:44.1065603Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_select_cpu_float64 2022-09-27T16:05:44.1073962Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_masked_select_cpu_float64 2022-09-27T16:05:44.1080357Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logdet_cpu_float64 2022-09-27T16:05:44.1454794Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logdet_cpu_float64 2022-09-27T16:05:44.1492791Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matmul_cpu_complex128 2022-09-27T16:05:44.1501006Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matmul_cpu_complex128 2022-09-27T16:05:44.1528046Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_and_cpu_complex128 2022-09-27T16:05:44.1934877Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_and_cpu_complex128 2022-09-27T16:05:44.1955458Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matmul_cpu_float64 2022-09-27T16:05:44.1964552Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matmul_cpu_float64 2022-09-27T16:05:44.1999453Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_and_cpu_float64 2022-09-27T16:05:44.2342702Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_and_cpu_float64 2022-09-27T16:05:44.2367103Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matrix_exp_cpu_complex128 2022-09-27T16:05:44.2406969Z [gw3] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matrix_exp_cpu_complex128 2022-09-27T16:05:44.2417427Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_not_cpu_complex128 2022-09-27T16:05:44.2545422Z [gw2] [ 91%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_not_cpu_complex128 2022-09-27T16:05:44.2553381Z [gw0] [ 91%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nanmean_cpu_float64 2022-09-27T16:05:44.2862877Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nanmedian_cpu_float64 2022-09-27T16:05:44.2864555Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matrix_exp_cpu_float64 2022-09-27T16:05:44.2868710Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_not_cpu_float64 2022-09-27T16:05:44.2871514Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_not_cpu_float64 2022-09-27T16:05:44.3058319Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_matrix_exp_cpu_float64 2022-09-27T16:05:44.3072291Z [gw0] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nanmedian_cpu_float64 2022-09-27T16:05:44.3259872Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nanquantile_cpu_float64 2022-09-27T16:05:44.3266694Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_or_cpu_complex128 2022-09-27T16:05:44.3294213Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_max_binary_cpu_float64 2022-09-27T16:05:44.3313674Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_or_cpu_complex128 2022-09-27T16:05:44.3735411Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_max_binary_cpu_float64 2022-09-27T16:05:44.3747298Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_or_cpu_float64 2022-09-27T16:05:44.3754653Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_or_cpu_float64 2022-09-27T16:05:44.3759020Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_max_reduction_no_dim_cpu_float64 2022-09-27T16:05:44.4176620Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_max_reduction_no_dim_cpu_float64 2022-09-27T16:05:44.4180939Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_xor_cpu_complex128 2022-09-27T16:05:44.4195500Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_logical_xor_cpu_complex128 2022-09-27T16:05:44.4199171Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_max_reduction_with_dim_cpu_float64 2022-09-27T16:05:44.4620149Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_max_reduction_with_dim_cpu_float64 2022-09-27T16:05:44.4624792Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nanmedian_cpu_float64 2022-09-27T16:05:44.4680263Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nanmedian_cpu_float64 2022-09-27T16:05:44.4687098Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_maximum_cpu_float64 2022-09-27T16:05:44.5020137Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_maximum_cpu_float64 2022-09-27T16:05:44.5048293Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nanquantile_cpu_float64 2022-09-27T16:05:44.5088489Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nanquantile_cpu_float64 2022-09-27T16:05:44.5108180Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mean_cpu_complex128 2022-09-27T16:05:44.5459361Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mean_cpu_complex128 2022-09-27T16:05:44.5494576Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nansum_cpu_float64 2022-09-27T16:05:44.5538850Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nansum_cpu_float64 2022-09-27T16:05:44.5544372Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mean_cpu_float64 2022-09-27T16:05:44.5953478Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mean_cpu_float64 2022-09-27T16:05:44.5986912Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_median_cpu_float64 2022-09-27T16:05:44.5995201Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_median_cpu_float64 2022-09-27T16:05:44.6001828Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_narrow_copy_cpu_complex128 2022-09-27T16:05:44.6385594Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_narrow_copy_cpu_complex128 2022-09-27T16:05:44.6391367Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T16:05:44.6426897Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_narrow_copy_cpu_float64 2022-09-27T16:05:44.6435465Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T16:05:44.6847902Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_narrow_copy_cpu_float64 2022-09-27T16:05:44.6858558Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_narrow_cpu_complex128 2022-09-27T16:05:44.6867397Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_meshgrid_list_of_tensors_cpu_float64 2022-09-27T16:05:44.6877573Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_meshgrid_list_of_tensors_cpu_float64 2022-09-27T16:05:44.7296206Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_narrow_cpu_complex128 2022-09-27T16:05:44.7303867Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_narrow_cpu_float64 2022-09-27T16:05:44.7347392Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_narrow_cpu_float64 2022-09-27T16:05:44.7353681Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T16:05:44.7733547Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T16:05:44.7778055Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_native_layer_norm_cpu_float64 2022-09-27T16:05:44.7783709Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_native_layer_norm_cpu_float64 2022-09-27T16:05:44.7788467Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_meshgrid_variadic_tensors_cpu_float64 2022-09-27T16:05:44.8173729Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_meshgrid_variadic_tensors_cpu_float64 2022-09-27T16:05:44.8216073Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ne_cpu_complex128 2022-09-27T16:05:44.8221508Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ne_cpu_complex128 2022-09-27T16:05:44.8226203Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_min_binary_cpu_float64 2022-09-27T16:05:44.8614986Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_min_binary_cpu_float64 2022-09-27T16:05:44.8664386Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ne_cpu_float64 2022-09-27T16:05:44.8670233Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ne_cpu_float64 2022-09-27T16:05:44.8674545Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_min_reduction_no_dim_cpu_float64 2022-09-27T16:05:44.8986650Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_min_reduction_no_dim_cpu_float64 2022-09-27T16:05:44.8998174Z [gw0] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nanquantile_cpu_float64 2022-09-27T16:05:44.9039993Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nansum_cpu_float64 2022-09-27T16:05:44.9093583Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_neg_cpu_complex128 2022-09-27T16:05:44.9098836Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_min_reduction_with_dim_cpu_float64 2022-09-27T16:05:44.9461194Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_min_reduction_with_dim_cpu_float64 2022-09-27T16:05:44.9482150Z [gw2] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_neg_cpu_complex128 2022-09-27T16:05:44.9530963Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_neg_cpu_float64 2022-09-27T16:05:44.9536819Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_minimum_cpu_float64 2022-09-27T16:05:44.9611788Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_minimum_cpu_float64 2022-09-27T16:05:44.9930707Z [gw2] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_neg_cpu_float64 2022-09-27T16:05:44.9976274Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_empty_cpu_complex128 2022-09-27T16:05:44.9982705Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_empty_cpu_complex128 2022-09-27T16:05:44.9986864Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mm_cpu_complex128 2022-09-27T16:05:45.0447845Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mm_cpu_complex128 2022-09-27T16:05:45.0453904Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_empty_cpu_float64 2022-09-27T16:05:45.0460011Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_empty_cpu_float64 2022-09-27T16:05:45.0464816Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mm_cpu_float64 2022-09-27T16:05:45.0888690Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mm_cpu_float64 2022-09-27T16:05:45.0894214Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mode_cpu_float64 2022-09-27T16:05:45.0900282Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mode_cpu_float64 2022-09-27T16:05:45.0904559Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_empty_strided_cpu_complex128 2022-09-27T16:05:45.0933079Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_empty_strided_cpu_complex128 2022-09-27T16:05:45.0949866Z [gw0] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nansum_cpu_float64 2022-09-27T16:05:45.0980119Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_narrow_copy_cpu_complex128 2022-09-27T16:05:45.1298546Z [gw0] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_narrow_copy_cpu_complex128 2022-09-27T16:05:45.1299221Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_empty_strided_cpu_float64 2022-09-27T16:05:45.1339137Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_empty_strided_cpu_float64 2022-09-27T16:05:45.1339804Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_movedim_cpu_complex128 2022-09-27T16:05:45.1381810Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_movedim_cpu_complex128 2022-09-27T16:05:45.1420386Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_narrow_copy_cpu_float64 2022-09-27T16:05:45.1697679Z [gw0] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_narrow_copy_cpu_float64 2022-09-27T16:05:45.1719950Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_full_cpu_complex128 2022-09-27T16:05:45.1737947Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_full_cpu_complex128 2022-09-27T16:05:45.1761412Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_movedim_cpu_float64 2022-09-27T16:05:45.1817380Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_movedim_cpu_float64 2022-09-27T16:05:45.2140411Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_narrow_cpu_complex128 2022-09-27T16:05:45.2172212Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_full_cpu_float64 2022-09-27T16:05:45.2216058Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_full_cpu_float64 2022-09-27T16:05:45.2225133Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_msort_cpu_float64 2022-09-27T16:05:45.2579935Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_msort_cpu_float64 2022-09-27T16:05:45.2615407Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_ones_cpu_complex128 2022-09-27T16:05:45.2630183Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_ones_cpu_complex128 2022-09-27T16:05:45.3175813Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mul_cpu_complex128 2022-09-27T16:05:45.3179744Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_ones_cpu_float64 2022-09-27T16:05:45.3499032Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_ones_cpu_float64 2022-09-27T16:05:45.3503480Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_zeros_cpu_complex128 2022-09-27T16:05:45.3937780Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_zeros_cpu_complex128 2022-09-27T16:05:45.3942133Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_zeros_cpu_float64 2022-09-27T16:05:45.4374338Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_new_zeros_cpu_float64 2022-09-27T16:05:45.4378877Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nextafter_cpu_float64 2022-09-27T16:05:45.4813539Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nextafter_cpu_float64 2022-09-27T16:05:45.4817786Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T16:05:45.4836851Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T16:05:45.4935382Z [gw0] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_narrow_cpu_complex128 2022-09-27T16:05:45.5257707Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_narrow_cpu_float64 2022-09-27T16:05:45.5258488Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T16:05:45.5712514Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T16:05:45.5713687Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T16:05:45.5743143Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T16:05:45.5755242Z [gw0] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_narrow_cpu_float64 2022-09-27T16:05:45.6138600Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_native_layer_norm_cpu_float64 2022-09-27T16:05:45.6139550Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T16:05:45.6402447Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T16:05:45.6414222Z [gw0] [ 92%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_native_layer_norm_cpu_float64 2022-09-27T16:05:45.6576768Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ne_cpu_complex128 2022-09-27T16:05:45.6577656Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T16:05:45.6581411Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T16:05:45.6854625Z [gw0] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ne_cpu_complex128 2022-09-27T16:05:45.6857874Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ne_cpu_float64 2022-09-27T16:05:45.7014160Z [gw0] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_ne_cpu_float64 2022-09-27T16:05:45.7019508Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T16:05:45.7194576Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T16:05:45.7207236Z [gw3] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mul_cpu_complex128 2022-09-27T16:05:45.7335655Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mul_cpu_float64 2022-09-27T16:05:45.7455305Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_neg_cpu_complex128 2022-09-27T16:05:45.7460123Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_avg_pool1d_cpu_float64 2022-09-27T16:05:45.7782924Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_avg_pool1d_cpu_float64 2022-09-27T16:05:45.7795368Z [gw0] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_neg_cpu_complex128 2022-09-27T16:05:45.7892804Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_neg_cpu_float64 2022-09-27T16:05:45.7898977Z [gw0] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_neg_cpu_float64 2022-09-27T16:05:45.7904418Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_avg_pool2d_cpu_float64 2022-09-27T16:05:45.8076102Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_avg_pool2d_cpu_float64 2022-09-27T16:05:45.8089327Z [gw3] [ 92%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mul_cpu_float64 2022-09-27T16:05:45.8116209Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_multinomial_cpu_float64 2022-09-27T16:05:45.8251191Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_multinomial_cpu_float64 2022-09-27T16:05:45.8256247Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_empty_cpu_complex128 2022-09-27T16:05:45.8332313Z [gw0] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_empty_cpu_complex128 2022-09-27T16:05:45.8337587Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_avg_pool3d_cpu_float64 2022-09-27T16:05:45.8533111Z [gw2] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_avg_pool3d_cpu_float64 2022-09-27T16:05:45.8538092Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mv_cpu_complex128 2022-09-27T16:05:45.8737248Z [gw3] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mv_cpu_complex128 2022-09-27T16:05:45.8741403Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_empty_cpu_float64 2022-09-27T16:05:45.8780166Z [gw0] [ 92%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_empty_cpu_float64 2022-09-27T16:05:45.8784143Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_batch_norm_cpu_float64 2022-09-27T16:05:45.8975666Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_batch_norm_cpu_float64 2022-09-27T16:05:45.8980142Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mv_cpu_float64 2022-09-27T16:05:45.9215503Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mv_cpu_float64 2022-09-27T16:05:45.9220659Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_empty_strided_cpu_complex128 2022-09-27T16:05:45.9226532Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_empty_strided_cpu_complex128 2022-09-27T16:05:45.9230502Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_bilinear_cpu_float64 2022-09-27T16:05:45.9431374Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_bilinear_cpu_float64 2022-09-27T16:05:45.9615383Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T16:05:45.9659917Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_empty_strided_cpu_float64 2022-09-27T16:05:45.9665282Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_empty_strided_cpu_float64 2022-09-27T16:05:45.9669320Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T16:05:46.0023357Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T16:05:46.0054089Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_full_cpu_complex128 2022-09-27T16:05:46.0102090Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_full_cpu_complex128 2022-09-27T16:05:46.0106219Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T16:05:46.0147548Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T16:05:46.0160550Z [gw3] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T16:05:46.0460593Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T16:05:46.0490669Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_full_cpu_float64 2022-09-27T16:05:46.0499644Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_full_cpu_float64 2022-09-27T16:05:46.0664324Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_celu_cpu_float64 2022-09-27T16:05:46.0769157Z [gw2] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_celu_cpu_float64 2022-09-27T16:05:46.0782890Z [gw3] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T16:05:46.0944225Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T16:05:46.0950905Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_ones_cpu_complex128 2022-09-27T16:05:46.0971675Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_ones_cpu_complex128 2022-09-27T16:05:46.0979312Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv1d_cpu_complex128 2022-09-27T16:05:46.1385791Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv1d_cpu_complex128 2022-09-27T16:05:46.1392125Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_ones_cpu_float64 2022-09-27T16:05:46.1412424Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_ones_cpu_float64 2022-09-27T16:05:46.1429994Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv1d_cpu_float64 2022-09-27T16:05:46.1441716Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv1d_cpu_float64 2022-09-27T16:05:46.1454062Z [gw3] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T16:05:46.1659471Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nan_to_num_cpu_float64 2022-09-27T16:05:46.1853467Z [gw3] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nan_to_num_cpu_float64 2022-09-27T16:05:46.1860993Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_zeros_cpu_complex128 2022-09-27T16:05:46.1863597Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv2d_cpu_complex128 2022-09-27T16:05:46.1867871Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv2d_cpu_complex128 2022-09-27T16:05:46.1875070Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_zeros_cpu_complex128 2022-09-27T16:05:46.1914386Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nanmean_cpu_float64 2022-09-27T16:05:46.2353237Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nanmean_cpu_float64 2022-09-27T16:05:46.2368345Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv2d_cpu_float64 2022-09-27T16:05:46.2377675Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv2d_cpu_float64 2022-09-27T16:05:46.2381925Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_zeros_cpu_float64 2022-09-27T16:05:46.2388147Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_new_zeros_cpu_float64 2022-09-27T16:05:46.2598740Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_elu_cpu_float64 2022-09-27T16:05:46.2697361Z [gw3] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_elu_cpu_float64 2022-09-27T16:05:46.2727851Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T16:05:46.2739959Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T16:05:46.2770089Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nextafter_cpu_float64 2022-09-27T16:05:46.2781324Z [gw0] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nextafter_cpu_float64 2022-09-27T16:05:46.2802199Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_embedding_bag_cpu_float64 2022-09-27T16:05:46.3139105Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_embedding_bag_cpu_float64 2022-09-27T16:05:46.3169160Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T16:05:46.3181563Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T16:05:46.3216553Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T16:05:46.3242401Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_embedding_cpu_float64 2022-09-27T16:05:46.3578619Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_embedding_cpu_float64 2022-09-27T16:05:46.3605325Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T16:05:46.3657144Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T16:05:46.3824150Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T16:05:46.3856430Z [gw0] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T16:05:46.4052676Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T16:05:46.4055695Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T16:05:46.4496505Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T16:05:46.4499469Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T16:05:46.4937449Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T16:05:46.4941551Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_cosine_similarity_cpu_float64 2022-09-27T16:05:46.5329556Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_cosine_similarity_cpu_float64 2022-09-27T16:05:46.5389047Z [gw0] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T16:05:46.5389877Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T16:05:46.5390666Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_cross_entropy_cpu_float64 2022-09-27T16:05:46.5821232Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_cross_entropy_cpu_float64 2022-09-27T16:05:46.5822049Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_ctc_loss_cpu_float64 2022-09-27T16:05:46.5926541Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_ctc_loss_cpu_float64 2022-09-27T16:05:46.5951028Z [gw3] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T16:05:46.6296286Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T16:05:46.7446580Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_dropout2d_cpu_float64 2022-09-27T16:05:46.7459191Z [gw0] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T16:05:46.8255051Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T16:05:46.8287424Z [gw0] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T16:05:46.9751076Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T16:05:46.9837011Z [gw2] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_dropout2d_cpu_float64 2022-09-27T16:05:47.1583059Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_dropout3d_cpu_float64 2022-09-27T16:05:47.1613778Z [gw0] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T16:05:47.3515749Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T16:05:47.3529130Z [gw2] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_dropout3d_cpu_float64 2022-09-27T16:05:47.4783897Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_dropout_cpu_float64 2022-09-27T16:05:47.4817161Z [gw0] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T16:05:47.6536424Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool1d_cpu_float64 2022-09-27T16:05:47.6561445Z [gw2] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_dropout_cpu_float64 2022-09-27T16:05:47.6611894Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T16:05:47.6697704Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T16:05:47.6733395Z [gw0] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool1d_cpu_float64 2022-09-27T16:05:47.7052303Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool2d_cpu_float64 2022-09-27T16:05:47.7060834Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T16:05:47.7441908Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T16:05:47.7491562Z [gw0] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool2d_cpu_float64 2022-09-27T16:05:47.7500697Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_kl_div_cpu_float64 2022-09-27T16:05:47.7511531Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_kl_div_cpu_float64 2022-09-27T16:05:47.7934451Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool3d_cpu_float64 2022-09-27T16:05:47.7941573Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_l1_loss_cpu_complex128 2022-09-27T16:05:47.8301447Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_l1_loss_cpu_complex128 2022-09-27T16:05:47.8326816Z [gw0] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_avg_pool3d_cpu_float64 2022-09-27T16:05:47.8412876Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_batch_norm_cpu_float64 2022-09-27T16:05:47.8417187Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_l1_loss_cpu_float64 2022-09-27T16:05:47.8856856Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_l1_loss_cpu_float64 2022-09-27T16:05:47.8861465Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_layer_norm_cpu_float64 2022-09-27T16:05:47.9293245Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_layer_norm_cpu_float64 2022-09-27T16:05:47.9298285Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_leaky_relu_cpu_float64 2022-09-27T16:05:47.9734285Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_leaky_relu_cpu_float64 2022-09-27T16:05:47.9739129Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_linear_cpu_complex128 2022-09-27T16:05:48.0173309Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_linear_cpu_complex128 2022-09-27T16:05:48.0178241Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_linear_cpu_float64 2022-09-27T16:05:48.0451782Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_linear_cpu_float64 2022-09-27T16:05:48.0465522Z [gw0] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_batch_norm_cpu_float64 2022-09-27T16:05:48.0616642Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_bilinear_cpu_float64 2022-09-27T16:05:48.0621144Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_local_response_norm_cpu_float64 2022-09-27T16:05:48.1058475Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_local_response_norm_cpu_float64 2022-09-27T16:05:48.1064757Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_logsigmoid_cpu_float64 2022-09-27T16:05:48.1502504Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_logsigmoid_cpu_float64 2022-09-27T16:05:48.1503343Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T16:05:48.1942420Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T16:05:48.1943368Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_pool1d_cpu_float64 2022-09-27T16:05:48.2382970Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_pool1d_cpu_float64 2022-09-27T16:05:48.2383789Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_pool2d_cpu_float64 2022-09-27T16:05:48.2754627Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_pool2d_cpu_float64 2022-09-27T16:05:48.2770119Z [gw3] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T16:05:48.2815832Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T16:05:48.2821180Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_pool3d_cpu_float64 2022-09-27T16:05:48.3260387Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_pool3d_cpu_float64 2022-09-27T16:05:48.3266504Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool1d_cpu_float64 2022-09-27T16:05:48.3701751Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool1d_cpu_float64 2022-09-27T16:05:48.3702458Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T16:05:48.4135506Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T16:05:48.4145396Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool2d_cpu_float64 2022-09-27T16:05:48.4573989Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool2d_cpu_float64 2022-09-27T16:05:48.4583508Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T16:05:48.4927850Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T16:05:48.4945936Z [gw3] [ 93%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T16:05:48.5015648Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T16:05:48.5024850Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T16:05:48.5033775Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool3d_cpu_float64 2022-09-27T16:05:48.5427785Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool3d_cpu_float64 2022-09-27T16:05:48.5433557Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T16:05:48.5460708Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T16:05:48.5505724Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T16:05:48.5868306Z [gw2] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T16:05:48.5873414Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T16:05:48.5906079Z [gw3] [ 93%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T16:05:48.6131762Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_mish_cpu_float64 2022-09-27T16:05:48.6298262Z [gw2] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_mish_cpu_float64 2022-09-27T16:05:48.6303959Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_gelu_cpu_float64 2022-09-27T16:05:48.6339961Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_gelu_cpu_float64 2022-09-27T16:05:48.6378350Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_mse_loss_cpu_float64 2022-09-27T16:05:48.6742275Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_mse_loss_cpu_float64 2022-09-27T16:05:48.6751849Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_glu_cpu_float64 2022-09-27T16:05:48.6827925Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_glu_cpu_float64 2022-09-27T16:05:48.6837861Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T16:05:48.7183049Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T16:05:48.7193122Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_grid_sample_cpu_float64 2022-09-27T16:05:48.7265250Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_grid_sample_cpu_float64 2022-09-27T16:05:48.7273526Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T16:05:48.7619782Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T16:05:48.7629564Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_group_norm_cpu_float64 2022-09-27T16:05:48.7701060Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_group_norm_cpu_float64 2022-09-27T16:05:48.7710075Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T16:05:48.8064186Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T16:05:48.8073762Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardshrink_cpu_float64 2022-09-27T16:05:48.8138587Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardshrink_cpu_float64 2022-09-27T16:05:48.8147619Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_nll_loss_cpu_float64 2022-09-27T16:05:48.8580641Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_nll_loss_cpu_float64 2022-09-27T16:05:48.8590085Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardsigmoid_cpu_float64 2022-09-27T16:05:48.8598646Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_normalize_cpu_complex128 2022-09-27T16:05:48.9016190Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_normalize_cpu_complex128 2022-09-27T16:05:48.9026675Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_normalize_cpu_float64 2022-09-27T16:05:48.9459338Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_normalize_cpu_float64 2022-09-27T16:05:48.9469096Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_circular_cpu_complex128 2022-09-27T16:05:48.9862491Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_circular_cpu_complex128 2022-09-27T16:05:48.9891768Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_circular_cpu_float64 2022-09-27T16:05:49.0305351Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_circular_cpu_float64 2022-09-27T16:05:49.0330957Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_constant_cpu_complex128 2022-09-27T16:05:49.0563466Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_constant_cpu_complex128 2022-09-27T16:05:49.0573654Z [gw3] [ 94%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardsigmoid_cpu_float64 2022-09-27T16:05:49.0592582Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardswish_cpu_float64 2022-09-27T16:05:49.0674017Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardswish_cpu_float64 2022-09-27T16:05:49.0684951Z [gw0] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_bilinear_cpu_float64 2022-09-27T16:05:49.0739193Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T16:05:49.0768893Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_constant_cpu_float64 2022-09-27T16:05:49.0980034Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_constant_cpu_float64 2022-09-27T16:05:49.1006638Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardtanh_cpu_float64 2022-09-27T16:05:49.1182271Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hardtanh_cpu_float64 2022-09-27T16:05:49.1208545Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_reflect_cpu_complex128 2022-09-27T16:05:49.1420229Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_reflect_cpu_complex128 2022-09-27T16:05:49.1447395Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T16:05:49.1620203Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T16:05:49.1649894Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_reflect_cpu_float64 2022-09-27T16:05:49.1860925Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_reflect_cpu_float64 2022-09-27T16:05:49.1897805Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_huber_loss_cpu_float64 2022-09-27T16:05:49.2060782Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_huber_loss_cpu_float64 2022-09-27T16:05:49.2087946Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_replicate_cpu_complex128 2022-09-27T16:05:49.2300378Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_replicate_cpu_complex128 2022-09-27T16:05:49.2328293Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_instance_norm_cpu_float64 2022-09-27T16:05:49.2499079Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_instance_norm_cpu_float64 2022-09-27T16:05:49.2528113Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_replicate_cpu_float64 2022-09-27T16:05:49.2738817Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pad_replicate_cpu_float64 2022-09-27T16:05:49.2765529Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_area_cpu_float64 2022-09-27T16:05:49.2942522Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_area_cpu_float64 2022-09-27T16:05:49.2971380Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T16:05:49.3178782Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T16:05:49.3208559Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T16:05:49.3379065Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T16:05:49.3406411Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pairwise_distance_cpu_float64 2022-09-27T16:05:49.3621786Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pairwise_distance_cpu_float64 2022-09-27T16:05:49.3651721Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T16:05:49.3819782Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T16:05:49.3850281Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pdist_cpu_float64 2022-09-27T16:05:49.4058754Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pdist_cpu_float64 2022-09-27T16:05:49.4089446Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_linear_cpu_float64 2022-09-27T16:05:49.4258933Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_interpolate_linear_cpu_float64 2022-09-27T16:05:49.4286602Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T16:05:49.4499055Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T16:05:49.4526145Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T16:05:49.4699333Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T16:05:49.4726996Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T16:05:49.4939984Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T16:05:49.4966036Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T16:05:49.5138998Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T16:05:49.5167221Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T16:05:49.5380374Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T16:05:49.5405247Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_prelu_cpu_float64 2022-09-27T16:05:49.5579220Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_prelu_cpu_float64 2022-09-27T16:05:49.5605358Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_tanhshrink_cpu_float64 2022-09-27T16:05:49.5819556Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_tanhshrink_cpu_float64 2022-09-27T16:05:49.5849612Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_relu6_cpu_float64 2022-09-27T16:05:49.6019173Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_relu6_cpu_float64 2022-09-27T16:05:49.6045706Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_threshold_cpu_float64 2022-09-27T16:05:49.6298851Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_threshold_cpu_float64 2022-09-27T16:05:49.6331678Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_relu_cpu_float64 2022-09-27T16:05:49.6458717Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_relu_cpu_float64 2022-09-27T16:05:49.6487472Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T16:05:49.6739010Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T16:05:49.7599562Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_rrelu_cpu_float64 2022-09-27T16:05:49.7614327Z [gw3] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_rrelu_cpu_float64 2022-09-27T16:05:49.7619391Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_selu_cpu_float64 2022-09-27T16:05:49.7624219Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T16:05:49.7631216Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T16:05:49.7761880Z [gw3] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_selu_cpu_float64 2022-09-27T16:05:49.7770158Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_silu_complex_cpu_complex128 2022-09-27T16:05:49.7898612Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_silu_complex_cpu_complex128 2022-09-27T16:05:49.7928274Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T16:05:49.8217655Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T16:05:49.8338765Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_silu_cpu_float64 2022-09-27T16:05:49.8368118Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T16:05:49.8378325Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T16:05:49.8657917Z [gw3] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_silu_cpu_float64 2022-09-27T16:05:49.8683091Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T16:05:49.8854562Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T16:05:49.8914684Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_unfold_cpu_complex128 2022-09-27T16:05:49.9098331Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_unfold_cpu_complex128 2022-09-27T16:05:49.9124449Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T16:05:49.9291772Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T16:05:49.9295434Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_unfold_cpu_float64 2022-09-27T16:05:49.9538245Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_unfold_cpu_float64 2022-09-27T16:05:49.9564479Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softmin_cpu_float64 2022-09-27T16:05:49.9774137Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softmin_cpu_float64 2022-09-27T16:05:49.9778160Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T16:05:49.9979873Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T16:05:50.0006143Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T16:05:50.0192498Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T16:05:50.0224034Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_upsample_nearest_cpu_float64 2022-09-27T16:05:50.0418993Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_upsample_nearest_cpu_float64 2022-09-27T16:05:50.0447808Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T16:05:50.0620554Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T16:05:50.0650706Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nonzero_cpu_complex128 2022-09-27T16:05:50.0858873Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nonzero_cpu_complex128 2022-09-27T16:05:50.0888184Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softplus_cpu_float64 2022-09-27T16:05:50.1058870Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softplus_cpu_float64 2022-09-27T16:05:50.1090730Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nonzero_cpu_float64 2022-09-27T16:05:50.1299923Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nonzero_cpu_float64 2022-09-27T16:05:50.1330443Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softshrink_cpu_float64 2022-09-27T16:05:50.1500194Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softshrink_cpu_float64 2022-09-27T16:05:50.1533310Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_cpu_complex128 2022-09-27T16:05:50.1738403Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_cpu_complex128 2022-09-27T16:05:50.1770045Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softsign_cpu_complex128 2022-09-27T16:05:50.1922767Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softsign_cpu_complex128 2022-09-27T16:05:50.1935053Z [gw0] [ 94%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T16:05:50.1983436Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T16:05:50.2024437Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_cpu_float64 2022-09-27T16:05:50.2178406Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_cpu_float64 2022-09-27T16:05:50.2209590Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softsign_cpu_float64 2022-09-27T16:05:50.2511505Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_softsign_cpu_float64 2022-09-27T16:05:50.2516315Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_fro_cpu_complex128 2022-09-27T16:05:50.2696092Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_fro_cpu_complex128 2022-09-27T16:05:50.2701225Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_tanhshrink_cpu_complex128 2022-09-27T16:05:50.2972653Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_nn_functional_tanhshrink_cpu_complex128 2022-09-27T16:05:50.2985886Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_fro_cpu_float64 2022-09-27T16:05:50.3174499Z [gw2] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_fro_cpu_float64 2022-09-27T16:05:50.3178820Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_nuc_cpu_complex128 2022-09-27T16:05:50.3425898Z [gw3] [ 94%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_nuc_cpu_complex128 2022-09-27T16:05:50.3430519Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_inf_cpu_complex128 2022-09-27T16:05:50.3615094Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_inf_cpu_complex128 2022-09-27T16:05:50.3619464Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_nuc_cpu_float64 2022-09-27T16:05:50.3844575Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_nuc_cpu_float64 2022-09-27T16:05:50.3866874Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_inf_cpu_float64 2022-09-27T16:05:50.4045049Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_norm_inf_cpu_float64 2022-09-27T16:05:50.4049844Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_normal_cpu_float64 2022-09-27T16:05:50.4339612Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_normal_cpu_float64 2022-09-27T16:05:50.4343445Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polar_cpu_float64 2022-09-27T16:05:50.4484409Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polar_cpu_float64 2022-09-27T16:05:50.4488328Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_normal_number_mean_cpu_float64 2022-09-27T16:05:50.4815412Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_normal_number_mean_cpu_float64 2022-09-27T16:05:50.4935000Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_0_cpu_float64 2022-09-27T16:05:50.4939020Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ones_cpu_complex128 2022-09-27T16:05:50.5375527Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ones_cpu_complex128 2022-09-27T16:05:50.5380843Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ones_cpu_float64 2022-09-27T16:05:50.5599240Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ones_cpu_float64 2022-09-27T16:05:50.5681957Z [gw2] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_0_cpu_float64 2022-09-27T16:05:50.5699148Z [gw0] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T16:05:50.5814089Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_celu_cpu_float64 2022-09-27T16:05:50.5818145Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ones_like_cpu_complex128 2022-09-27T16:05:50.5828895Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ones_like_cpu_complex128 2022-09-27T16:05:50.5851136Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_1_cpu_float64 2022-09-27T16:05:50.5904477Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_1_cpu_float64 2022-09-27T16:05:50.6138125Z [gw0] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_celu_cpu_float64 2022-09-27T16:05:50.6300525Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv1d_cpu_complex128 2022-09-27T16:05:50.6304483Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ones_like_cpu_float64 2022-09-27T16:05:50.6339057Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ones_like_cpu_float64 2022-09-27T16:05:50.6343005Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_2_cpu_float64 2022-09-27T16:05:50.6733719Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_2_cpu_float64 2022-09-27T16:05:50.6737687Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ormqr_cpu_complex128 2022-09-27T16:05:50.6770860Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ormqr_cpu_complex128 2022-09-27T16:05:50.6774812Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_3_cpu_float64 2022-09-27T16:05:50.7198128Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_3_cpu_float64 2022-09-27T16:05:50.7220154Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_4_cpu_float64 2022-09-27T16:05:50.7234036Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_polygamma_polygamma_n_4_cpu_float64 2022-09-27T16:05:50.7238684Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ormqr_cpu_float64 2022-09-27T16:05:50.7647972Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ormqr_cpu_float64 2022-09-27T16:05:50.7654760Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_positive_cpu_complex128 2022-09-27T16:05:50.7670107Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_outer_cpu_complex128 2022-09-27T16:05:50.7673410Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_outer_cpu_complex128 2022-09-27T16:05:50.8112341Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_positive_cpu_complex128 2022-09-27T16:05:50.8116296Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_outer_cpu_float64 2022-09-27T16:05:50.8119675Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_positive_cpu_float64 2022-09-27T16:05:50.8123890Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_outer_cpu_float64 2022-09-27T16:05:50.8503019Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_positive_cpu_float64 2022-09-27T16:05:50.8554269Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pow_cpu_complex128 2022-09-27T16:05:50.8566978Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pow_cpu_complex128 2022-09-27T16:05:50.8598635Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pca_lowrank_cpu_float64 2022-09-27T16:05:50.8941836Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pca_lowrank_cpu_float64 2022-09-27T16:05:50.8977608Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pow_cpu_float64 2022-09-27T16:05:50.8993921Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pow_cpu_float64 2022-09-27T16:05:50.9011968Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_permute_cpu_complex128 2022-09-27T16:05:50.9379840Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_permute_cpu_complex128 2022-09-27T16:05:50.9410736Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_prod_cpu_complex128 2022-09-27T16:05:50.9426726Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_prod_cpu_complex128 2022-09-27T16:05:50.9456463Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_permute_cpu_float64 2022-09-27T16:05:50.9861863Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_permute_cpu_float64 2022-09-27T16:05:50.9866079Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pinverse_cpu_complex128 2022-09-27T16:05:50.9913733Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_prod_cpu_float64 2022-09-27T16:05:50.9938135Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pinverse_cpu_complex128 2022-09-27T16:05:51.0319831Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_prod_cpu_float64 2022-09-27T16:05:51.0333064Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pinverse_cpu_float64 2022-09-27T16:05:51.0343169Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_put_cpu_complex128 2022-09-27T16:05:51.0778543Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_pinverse_cpu_float64 2022-09-27T16:05:51.0779668Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_quantile_cpu_float64 2022-09-27T16:05:51.1219367Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_quantile_cpu_float64 2022-09-27T16:05:51.1450215Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rad2deg_cpu_float64 2022-09-27T16:05:51.1620371Z [gw3] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rad2deg_cpu_float64 2022-09-27T16:05:51.1655115Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rand_like_cpu_complex128 2022-09-27T16:05:51.2094580Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rand_like_cpu_complex128 2022-09-27T16:05:51.2097424Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rand_like_cpu_float64 2022-09-27T16:05:51.2542019Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rand_like_cpu_float64 2022-09-27T16:05:51.2544848Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randint_like_cpu_float64 2022-09-27T16:05:51.2980984Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randint_like_cpu_float64 2022-09-27T16:05:51.2984809Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randn_cpu_complex128 2022-09-27T16:05:51.3421431Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randn_cpu_complex128 2022-09-27T16:05:51.3422210Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randn_cpu_float64 2022-09-27T16:05:51.3848398Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randn_cpu_float64 2022-09-27T16:05:51.3868676Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randn_like_cpu_complex128 2022-09-27T16:05:51.4297230Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randn_like_cpu_complex128 2022-09-27T16:05:51.4298012Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randn_like_cpu_float64 2022-09-27T16:05:51.4742920Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_randn_like_cpu_float64 2022-09-27T16:05:51.4745326Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ravel_cpu_complex128 2022-09-27T16:05:51.5183889Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ravel_cpu_complex128 2022-09-27T16:05:51.5187493Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ravel_cpu_float64 2022-09-27T16:05:51.5623064Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_ravel_cpu_float64 2022-09-27T16:05:51.5624169Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_real_cpu_complex128 2022-09-27T16:05:51.6064869Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_real_cpu_complex128 2022-09-27T16:05:51.6066108Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_real_cpu_float64 2022-09-27T16:05:51.6498351Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_real_cpu_float64 2022-09-27T16:05:51.8213226Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reciprocal_cpu_complex128 2022-09-27T16:05:51.8257135Z [gw3] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reciprocal_cpu_complex128 2022-09-27T16:05:51.8612662Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reciprocal_cpu_float64 2022-09-27T16:05:51.8660942Z [gw3] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reciprocal_cpu_float64 2022-09-27T16:05:51.8704463Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resize_as__cpu_float64 2022-09-27T16:05:51.9139369Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resize_as__cpu_float64 2022-09-27T16:05:51.9140161Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_conj_cpu_complex128 2022-09-27T16:05:51.9581752Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_conj_cpu_complex128 2022-09-27T16:05:51.9582420Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_conj_cpu_float64 2022-09-27T16:05:52.0029442Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_conj_cpu_float64 2022-09-27T16:05:52.0030124Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_neg_cpu_complex128 2022-09-27T16:05:52.0434522Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_neg_cpu_complex128 2022-09-27T16:05:52.0448380Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_neg_cpu_float64 2022-09-27T16:05:52.0861131Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resolve_neg_cpu_float64 2022-09-27T16:05:52.0887946Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_roll_cpu_complex128 2022-09-27T16:05:52.1300255Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_roll_cpu_complex128 2022-09-27T16:05:52.1331089Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_roll_cpu_float64 2022-09-27T16:05:52.1690123Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_roll_cpu_float64 2022-09-27T16:05:52.1698140Z [gw2] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_put_cpu_complex128 2022-09-27T16:05:52.1771312Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_put_cpu_float64 2022-09-27T16:05:52.1776248Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rot90_cpu_complex128 2022-09-27T16:05:52.2222323Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rot90_cpu_complex128 2022-09-27T16:05:52.2228492Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rot90_cpu_float64 2022-09-27T16:05:52.2663485Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rot90_cpu_float64 2022-09-27T16:05:52.2746678Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_cpu_float64 2022-09-27T16:05:52.3098743Z [gw3] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_cpu_float64 2022-09-27T16:05:52.3193910Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_decimals_0_cpu_float64 2022-09-27T16:05:52.3213796Z [gw2] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_put_cpu_float64 2022-09-27T16:05:52.3245899Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_qr_cpu_complex128 2022-09-27T16:05:52.3272272Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_qr_cpu_complex128 2022-09-27T16:05:52.3498880Z [gw3] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_decimals_0_cpu_float64 2022-09-27T16:05:52.3524197Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_decimals_3_cpu_float64 2022-09-27T16:05:52.3651344Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_decimals_3_cpu_float64 2022-09-27T16:05:52.3653726Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_qr_cpu_float64 2022-09-27T16:05:52.3939406Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_qr_cpu_float64 2022-09-27T16:05:52.3965948Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_decimals_neg_3_cpu_float64 2022-09-27T16:05:52.4089728Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_round_decimals_neg_3_cpu_float64 2022-09-27T16:05:52.4379303Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_remainder_cpu_float64 2022-09-27T16:05:52.5740533Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsqrt_cpu_complex128 2022-09-27T16:05:52.5776811Z [gw2] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_remainder_cpu_float64 2022-09-27T16:05:52.6384858Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_renorm_cpu_complex128 2022-09-27T16:05:52.6539842Z [gw3] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsqrt_cpu_complex128 2022-09-27T16:05:52.6707435Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsqrt_cpu_float64 2022-09-27T16:05:52.7014912Z [gw3] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsqrt_cpu_float64 2022-09-27T16:05:52.7016626Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsub_cpu_complex128 2022-09-27T16:05:52.7459067Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsub_cpu_complex128 2022-09-27T16:05:52.7461032Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsub_cpu_float64 2022-09-27T16:05:52.7939222Z [gw3] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_rsub_cpu_float64 2022-09-27T16:05:53.0372869Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_add_cpu_complex128 2022-09-27T16:05:53.0404981Z [gw2] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_renorm_cpu_complex128 2022-09-27T16:05:53.1399454Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_renorm_cpu_float64 2022-09-27T16:05:53.1448246Z [gw2] [ 95%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_renorm_cpu_float64 2022-09-27T16:05:53.1522482Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_cpu_complex128 2022-09-27T16:05:53.1861589Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_cpu_complex128 2022-09-27T16:05:53.1917571Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_cpu_float64 2022-09-27T16:05:53.2348191Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_cpu_float64 2022-09-27T16:05:53.2359691Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_interleave_cpu_complex128 2022-09-27T16:05:53.2764284Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_interleave_cpu_complex128 2022-09-27T16:05:53.2798909Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_interleave_cpu_float64 2022-09-27T16:05:53.3231762Z [gw2] [ 95%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_repeat_interleave_cpu_float64 2022-09-27T16:05:53.3243547Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_as_cpu_complex128 2022-09-27T16:05:53.3501075Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_as_cpu_complex128 2022-09-27T16:05:53.3523833Z [gw0] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv1d_cpu_complex128 2022-09-27T16:05:53.3664964Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv1d_cpu_float64 2022-09-27T16:05:53.3675772Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_as_cpu_float64 2022-09-27T16:05:53.4063392Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_as_cpu_float64 2022-09-27T16:05:53.4109093Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_cpu_complex128 2022-09-27T16:05:53.4328107Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_cpu_complex128 2022-09-27T16:05:53.4357444Z [gw3] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_add_cpu_complex128 2022-09-27T16:05:53.4544723Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_add_cpu_float64 2022-09-27T16:05:53.4554415Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_cpu_float64 2022-09-27T16:05:53.4956425Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_reshape_cpu_float64 2022-09-27T16:05:53.4995483Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resize__cpu_complex128 2022-09-27T16:05:53.5423351Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resize__cpu_complex128 2022-09-27T16:05:53.5433831Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resize__cpu_float64 2022-09-27T16:05:53.5463091Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resize__cpu_float64 2022-09-27T16:05:53.5491509Z [gw3] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_add_cpu_float64 2022-09-27T16:05:53.5862515Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_cpu_complex128 2022-09-27T16:05:53.5873563Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resize_as__cpu_complex128 2022-09-27T16:05:53.6311304Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_resize_as__cpu_complex128 2022-09-27T16:05:53.6745203Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sigmoid_cpu_float64 2022-09-27T16:05:53.6784128Z [gw2] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sigmoid_cpu_float64 2022-09-27T16:05:53.6988072Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sign_cpu_float64 2022-09-27T16:05:53.7260113Z [gw2] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sign_cpu_float64 2022-09-27T16:05:53.7270541Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_signbit_cpu_float64 2022-09-27T16:05:53.7327623Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_signbit_cpu_float64 2022-09-27T16:05:53.7350155Z [gw0] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv1d_cpu_float64 2022-09-27T16:05:53.7737090Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv2d_cpu_complex128 2022-09-27T16:05:53.8555852Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sin_cpu_complex128 2022-09-27T16:05:53.8694161Z [gw2] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sin_cpu_complex128 2022-09-27T16:05:53.8802609Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sin_cpu_float64 2022-09-27T16:05:53.9178160Z [gw2] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sin_cpu_float64 2022-09-27T16:05:54.0566710Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinc_cpu_complex128 2022-09-27T16:05:54.0594289Z [gw2] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinc_cpu_complex128 2022-09-27T16:05:54.0880104Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinc_cpu_float64 2022-09-27T16:05:54.1097181Z [gw2] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinc_cpu_float64 2022-09-27T16:05:54.1851929Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinh_cpu_complex128 2022-09-27T16:05:54.1878647Z [gw2] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinh_cpu_complex128 2022-09-27T16:05:54.2081156Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinh_cpu_float64 2022-09-27T16:05:54.2110118Z [gw2] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sinh_cpu_float64 2022-09-27T16:05:54.2134857Z [gw3] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_cpu_complex128 2022-09-27T16:05:54.2336063Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_cpu_float64 2022-09-27T16:05:54.2345032Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_slice_scatter_cpu_float64 2022-09-27T16:05:54.2774422Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_slice_scatter_cpu_float64 2022-09-27T16:05:54.2783402Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_softmax_cpu_float64 2022-09-27T16:05:54.2911507Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_softmax_cpu_float64 2022-09-27T16:05:54.2935191Z [gw3] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_cpu_float64 2022-09-27T16:05:54.3214570Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_amax_cpu_float64 2022-09-27T16:05:54.3223477Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_softmax_with_dtype_cpu_complex128 2022-09-27T16:05:54.3658434Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_softmax_with_dtype_cpu_complex128 2022-09-27T16:05:54.3667533Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_softmax_with_dtype_cpu_float64 2022-09-27T16:05:54.4063637Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_softmax_with_dtype_cpu_float64 2022-09-27T16:05:54.4109336Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sort_cpu_float64 2022-09-27T16:05:54.4536458Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sort_cpu_float64 2022-09-27T16:05:54.4545963Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sparse_sampled_addmm_cpu_complex128 2022-09-27T16:05:54.4956392Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sparse_sampled_addmm_cpu_complex128 2022-09-27T16:05:54.4989739Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sparse_sampled_addmm_cpu_float64 2022-09-27T16:05:54.5417558Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sparse_sampled_addmm_cpu_float64 2022-09-27T16:05:54.5426955Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_airy_ai_cpu_float64 2022-09-27T16:05:54.5507418Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_airy_ai_cpu_float64 2022-09-27T16:05:54.5531219Z [gw3] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_amax_cpu_float64 2022-09-27T16:05:54.5855826Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_amin_cpu_float64 2022-09-27T16:05:54.5864727Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_bessel_j0_cpu_float64 2022-09-27T16:05:54.6294462Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_bessel_j0_cpu_float64 2022-09-27T16:05:54.6303342Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_bessel_j1_cpu_float64 2022-09-27T16:05:54.6748995Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_bessel_j1_cpu_float64 2022-09-27T16:05:54.6759822Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_bessel_y0_cpu_float64 2022-09-27T16:05:54.7187212Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_bessel_y0_cpu_float64 2022-09-27T16:05:54.7198105Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_bessel_y1_cpu_float64 2022-09-27T16:05:54.7624785Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_bessel_y1_cpu_float64 2022-09-27T16:05:54.7635389Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:05:54.7802975Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:05:54.7823491Z [gw3] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_amin_cpu_float64 2022-09-27T16:05:54.8065746Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_mean_cpu_float64 2022-09-27T16:05:54.8071063Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:05:54.8494281Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:05:54.8500711Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:05:54.8908992Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:05:54.8942754Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:05:54.9390439Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:05:54.9396009Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_entr_cpu_float64 2022-09-27T16:05:54.9837290Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_entr_cpu_float64 2022-09-27T16:05:54.9842689Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_erfcx_cpu_float64 2022-09-27T16:05:55.0268472Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_erfcx_cpu_float64 2022-09-27T16:05:55.0277054Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_hermite_polynomial_h_cpu_float64 2022-09-27T16:05:55.0688869Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_hermite_polynomial_h_cpu_float64 2022-09-27T16:05:55.0697285Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_hermite_polynomial_he_cpu_float64 2022-09-27T16:05:55.1128762Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_hermite_polynomial_he_cpu_float64 2022-09-27T16:05:55.1137272Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_i0e_cpu_float64 2022-09-27T16:05:55.1215326Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_i0e_cpu_float64 2022-09-27T16:05:55.1243606Z [gw3] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_mean_cpu_float64 2022-09-27T16:05:55.1598117Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_prod_cpu_float64 2022-09-27T16:05:55.1606565Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_i1_cpu_float64 2022-09-27T16:05:55.1996233Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_i1_cpu_float64 2022-09-27T16:05:55.2032249Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_i1e_cpu_float64 2022-09-27T16:05:55.2468251Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_i1e_cpu_float64 2022-09-27T16:05:55.2478476Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_laguerre_polynomial_l_cpu_float64 2022-09-27T16:05:55.2861649Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_laguerre_polynomial_l_cpu_float64 2022-09-27T16:05:55.2894713Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_legendre_polynomial_p_cpu_float64 2022-09-27T16:05:55.3344916Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_legendre_polynomial_p_cpu_float64 2022-09-27T16:05:55.3355359Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_log_ndtr_cpu_float64 2022-09-27T16:05:55.3785487Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_log_ndtr_cpu_float64 2022-09-27T16:05:55.3796007Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_modified_bessel_i0_cpu_float64 2022-09-27T16:05:55.4209458Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_modified_bessel_i0_cpu_float64 2022-09-27T16:05:55.4219597Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_modified_bessel_i1_cpu_float64 2022-09-27T16:05:55.4667671Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_modified_bessel_i1_cpu_float64 2022-09-27T16:05:55.4678640Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_modified_bessel_k0_cpu_float64 2022-09-27T16:05:55.5099135Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_modified_bessel_k0_cpu_float64 2022-09-27T16:05:55.5109738Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_modified_bessel_k1_cpu_float64 2022-09-27T16:05:55.5547202Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_modified_bessel_k1_cpu_float64 2022-09-27T16:05:55.5557386Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_ndtr_cpu_float64 2022-09-27T16:05:55.5983991Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_ndtr_cpu_float64 2022-09-27T16:05:55.5993412Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_ndtri_cpu_float64 2022-09-27T16:05:55.6381448Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_ndtri_cpu_float64 2022-09-27T16:05:55.6410722Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T16:05:55.6820728Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T16:05:55.6851599Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T16:05:55.7261620Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T16:05:55.7293153Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T16:05:55.7437698Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T16:05:55.7453596Z [gw3] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_prod_cpu_float64 2022-09-27T16:05:55.7703865Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_sum_cpu_float64 2022-09-27T16:05:55.7727447Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:05:55.8181626Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T16:05:55.8204654Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:05:55.8620822Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T16:05:55.8643567Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:05:55.9061047Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T16:05:55.9083416Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:05:55.9499939Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T16:05:55.9530788Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_spherical_bessel_j0_cpu_float64 2022-09-27T16:05:55.9941758Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_spherical_bessel_j0_cpu_float64 2022-09-27T16:05:55.9970282Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_xlog1py_cpu_float64 2022-09-27T16:05:56.0381992Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_xlog1py_cpu_float64 2022-09-27T16:05:56.0409808Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_zeta_cpu_float64 2022-09-27T16:05:56.0823029Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_special_zeta_cpu_float64 2022-09-27T16:05:56.0854957Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_cpu_complex128 2022-09-27T16:05:56.1262235Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_cpu_complex128 2022-09-27T16:05:56.1291149Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_cpu_float64 2022-09-27T16:05:56.1585833Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_cpu_float64 2022-09-27T16:05:56.1660329Z [gw3] [ 96%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_scatter_reduce_sum_cpu_float64 2022-09-27T16:05:56.1697500Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_searchsorted_cpu_float64 2022-09-27T16:05:56.1709142Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_searchsorted_cpu_float64 2022-09-27T16:05:56.1743105Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_list_args_cpu_complex128 2022-09-27T16:05:56.2146857Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_list_args_cpu_complex128 2022-09-27T16:05:56.2156597Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_segment_reduce_lengths_cpu_float64 2022-09-27T16:05:56.2165318Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_segment_reduce_lengths_cpu_float64 2022-09-27T16:05:56.2190728Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_list_args_cpu_float64 2022-09-27T16:05:56.2588930Z [gw2] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_list_args_cpu_float64 2022-09-27T16:05:56.2598819Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_segment_reduce_offsets_cpu_float64 2022-09-27T16:05:56.2607341Z [gw3] [ 96%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_segment_reduce_offsets_cpu_float64 2022-09-27T16:05:56.2629208Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_with_sizes_cpu_complex128 2022-09-27T16:05:56.3085706Z [gw2] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_with_sizes_cpu_complex128 2022-09-27T16:05:56.3092486Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_with_sizes_cpu_float64 2022-09-27T16:05:56.3100073Z [gw2] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_split_with_sizes_cpu_float64 2022-09-27T16:05:56.3158323Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_select_cpu_complex128 2022-09-27T16:05:56.3541257Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_select_cpu_complex128 2022-09-27T16:05:56.3551482Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_select_cpu_float64 2022-09-27T16:05:56.3557148Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_select_cpu_float64 2022-09-27T16:05:56.3993243Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sqrt_cpu_complex128 2022-09-27T16:05:56.4002319Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_select_scatter_cpu_float64 2022-09-27T16:05:56.4349871Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_select_scatter_cpu_float64 2022-09-27T16:05:56.4457019Z [gw2] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sqrt_cpu_complex128 2022-09-27T16:05:56.4466590Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sqrt_cpu_float64 2022-09-27T16:05:56.4577414Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sgn_cpu_complex128 2022-09-27T16:05:56.4825534Z [gw2] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sqrt_cpu_float64 2022-09-27T16:05:56.5329306Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_square_cpu_complex128 2022-09-27T16:05:56.5375594Z [gw3] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sgn_cpu_complex128 2022-09-27T16:05:56.5541775Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sgn_cpu_float64 2022-09-27T16:05:56.5821743Z [gw3] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sgn_cpu_float64 2022-09-27T16:05:56.5832417Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_short_cpu_complex128 2022-09-27T16:05:56.6266131Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_short_cpu_complex128 2022-09-27T16:05:56.6277554Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_short_cpu_float64 2022-09-27T16:05:56.6441091Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_short_cpu_float64 2022-09-27T16:05:56.6452934Z [gw2] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_square_cpu_complex128 2022-09-27T16:05:56.6736296Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_square_cpu_float64 2022-09-27T16:05:56.6747955Z [gw2] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_square_cpu_float64 2022-09-27T16:05:56.6858079Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sigmoid_cpu_complex128 2022-09-27T16:05:56.8281126Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_squeeze_cpu_complex128 2022-09-27T16:05:56.8327022Z [gw3] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sigmoid_cpu_complex128 2022-09-27T16:05:56.8398956Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stft_cpu_float64 2022-09-27T16:05:56.8816785Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stft_cpu_float64 2022-09-27T16:05:56.9908875Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sub_cpu_complex128 2022-09-27T16:05:57.0060182Z [gw2] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_squeeze_cpu_complex128 2022-09-27T16:05:57.0731444Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_squeeze_cpu_float64 2022-09-27T16:05:57.0741345Z [gw2] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_squeeze_cpu_float64 2022-09-27T16:05:57.0768117Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stack_cpu_complex128 2022-09-27T16:05:57.1179754Z [gw2] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stack_cpu_complex128 2022-09-27T16:05:57.1207497Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stack_cpu_float64 2022-09-27T16:05:57.1619508Z [gw2] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stack_cpu_float64 2022-09-27T16:05:57.1647718Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_cpu_complex128 2022-09-27T16:05:57.2103017Z [gw2] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_cpu_complex128 2022-09-27T16:05:57.2114501Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_cpu_float64 2022-09-27T16:05:57.2550497Z [gw2] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_cpu_float64 2022-09-27T16:05:57.2562211Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_mean_cpu_complex128 2022-09-27T16:05:57.2979152Z [gw2] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_mean_cpu_complex128 2022-09-27T16:05:57.2988320Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_mean_cpu_float64 2022-09-27T16:05:57.3423051Z [gw2] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_std_mean_cpu_float64 2022-09-27T16:05:57.3432015Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stft_cpu_complex128 2022-09-27T16:05:57.3862626Z [gw2] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_stft_cpu_complex128 2022-09-27T16:05:57.3871724Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_svd_cpu_complex128 2022-09-27T16:05:57.4301053Z [gw2] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_svd_cpu_complex128 2022-09-27T16:05:57.4310409Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_svd_cpu_float64 2022-09-27T16:05:57.4754158Z [gw2] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_svd_cpu_float64 2022-09-27T16:05:57.4765852Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_svd_lowrank_cpu_float64 2022-09-27T16:05:57.5193933Z [gw2] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_svd_lowrank_cpu_float64 2022-09-27T16:05:57.5205676Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_symeig_cpu_complex128 2022-09-27T16:05:57.5618666Z [gw2] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_symeig_cpu_complex128 2022-09-27T16:05:57.5626524Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_symeig_cpu_float64 2022-09-27T16:05:57.6098488Z [gw2] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_symeig_cpu_float64 2022-09-27T16:05:57.6832880Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_t_cpu_complex128 2022-09-27T16:05:57.6909303Z [gw3] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sub_cpu_complex128 2022-09-27T16:05:57.7562980Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sub_cpu_float64 2022-09-27T16:05:57.7605426Z [gw2] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_t_cpu_complex128 2022-09-27T16:05:57.7990649Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_t_cpu_float64 2022-09-27T16:05:57.8030806Z [gw2] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_t_cpu_float64 2022-09-27T16:05:57.8099321Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_along_dim_cpu_complex128 2022-09-27T16:05:57.8281973Z [gw2] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_along_dim_cpu_complex128 2022-09-27T16:05:57.8322308Z [gw3] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sub_cpu_float64 2022-09-27T16:05:57.8383139Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_cpu_complex128 2022-09-27T16:05:57.8507006Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_cpu_complex128 2022-09-27T16:05:57.8513914Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_along_dim_cpu_float64 2022-09-27T16:05:57.8775744Z [gw2] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_along_dim_cpu_float64 2022-09-27T16:05:57.8782181Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_cpu_float64 2022-09-27T16:05:57.8914789Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_cpu_float64 2022-09-27T16:05:57.8957427Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_cpu_complex128 2022-09-27T16:05:57.9215016Z [gw2] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_cpu_complex128 2022-09-27T16:05:57.9221106Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_to_size_cpu_complex128 2022-09-27T16:05:57.9385977Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_to_size_cpu_complex128 2022-09-27T16:05:57.9392972Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_cpu_float64 2022-09-27T16:05:57.9655781Z [gw2] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_take_cpu_float64 2022-09-27T16:05:57.9662394Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_to_size_cpu_float64 2022-09-27T16:05:57.9836243Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_sum_to_size_cpu_float64 2022-09-27T16:05:58.0136450Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tan_cpu_complex128 2022-09-27T16:05:58.0174782Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tan_cpu_float64 2022-09-27T16:05:58.0578715Z [gw3] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tan_cpu_float64 2022-09-27T16:05:58.0600676Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tanh_cpu_complex128 2022-09-27T16:05:58.0636446Z [gw2] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tan_cpu_complex128 2022-09-27T16:05:58.0704273Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensordot_cpu_complex128 2022-09-27T16:05:58.1112150Z [gw2] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensordot_cpu_complex128 2022-09-27T16:05:58.1119167Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensordot_cpu_float64 2022-09-27T16:05:58.1197101Z [gw2] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensordot_cpu_float64 2022-09-27T16:05:58.1266523Z [gw3] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tanh_cpu_complex128 2022-09-27T16:05:58.1547438Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tanh_cpu_float64 2022-09-27T16:05:58.1556211Z [gw3] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tanh_cpu_float64 2022-09-27T16:05:58.1564530Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tile_cpu_complex128 2022-09-27T16:05:58.1734074Z [gw2] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tile_cpu_complex128 2022-09-27T16:05:58.1740575Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensor_split_cpu_complex128 2022-09-27T16:05:58.1987326Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensor_split_cpu_complex128 2022-09-27T16:05:58.1992896Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tile_cpu_float64 2022-09-27T16:05:58.2174382Z [gw2] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tile_cpu_float64 2022-09-27T16:05:58.2180756Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensor_split_cpu_float64 2022-09-27T16:05:58.2423001Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tensor_split_cpu_float64 2022-09-27T16:05:58.2430134Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_cpu_complex128 2022-09-27T16:05:58.2614028Z [gw2] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_cpu_complex128 2022-09-27T16:05:58.2620111Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_cpu_float64 2022-09-27T16:05:58.2862226Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_cpu_float64 2022-09-27T16:05:58.2868613Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trace_cpu_float64 2022-09-27T16:05:58.3054051Z [gw2] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trace_cpu_float64 2022-09-27T16:05:58.3060262Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_sparse_cpu_complex128 2022-09-27T16:05:58.3337683Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_sparse_cpu_complex128 2022-09-27T16:05:58.3490562Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_transpose_cpu_complex128 2022-09-27T16:05:58.3512251Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_sparse_cpu_float64 2022-09-27T16:05:58.3950402Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_to_sparse_cpu_float64 2022-09-27T16:05:58.3956819Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_topk_cpu_float64 2022-09-27T16:05:58.4394537Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_topk_cpu_float64 2022-09-27T16:05:58.4401747Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trace_cpu_complex128 2022-09-27T16:05:58.4826707Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trace_cpu_complex128 2022-09-27T16:05:58.4836814Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapezoid_cpu_float64 2022-09-27T16:05:58.5274260Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapezoid_cpu_float64 2022-09-27T16:05:58.5282618Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapz_cpu_complex128 2022-09-27T16:05:58.5716142Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapz_cpu_complex128 2022-09-27T16:05:58.5725958Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapz_cpu_float64 2022-09-27T16:05:58.5867194Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapz_cpu_float64 2022-09-27T16:05:58.5884265Z [gw2] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_transpose_cpu_complex128 2022-09-27T16:05:58.6144999Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_transpose_cpu_float64 2022-09-27T16:05:58.6147328Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triangular_solve_cpu_complex128 2022-09-27T16:05:58.6367260Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triangular_solve_cpu_complex128 2022-09-27T16:05:58.6386467Z [gw2] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_transpose_cpu_float64 2022-09-27T16:05:58.6422764Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapezoid_cpu_complex128 2022-09-27T16:05:58.6595259Z [gw2] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trapezoid_cpu_complex128 2022-09-27T16:05:58.6595986Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triangular_solve_cpu_float64 2022-09-27T16:05:58.6827623Z [gw3] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triangular_solve_cpu_float64 2022-09-27T16:05:58.7001845Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triu_cpu_float64 2022-09-27T16:05:58.7688466Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tril_cpu_complex128 2022-09-27T16:05:58.7719260Z [gw2] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triu_cpu_float64 2022-09-27T16:05:59.2124421Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_true_divide_cpu_complex128 2022-09-27T16:05:59.2151693Z [gw3] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tril_cpu_complex128 2022-09-27T16:05:59.3841947Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tril_cpu_float64 2022-09-27T16:05:59.3863154Z [gw3] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_tril_cpu_float64 2022-09-27T16:05:59.5261740Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triu_cpu_complex128 2022-09-27T16:05:59.5296200Z [gw2] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_true_divide_cpu_complex128 2022-09-27T16:05:59.7032288Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_true_divide_cpu_float64 2022-09-27T16:05:59.7055937Z [gw2] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_true_divide_cpu_float64 2022-09-27T16:05:59.7126721Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trunc_cpu_float64 2022-09-27T16:05:59.7493418Z [gw2] [ 97%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_trunc_cpu_float64 2022-09-27T16:05:59.7498514Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unflatten_cpu_float64 2022-09-27T16:05:59.7955752Z [gw2] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unflatten_cpu_float64 2022-09-27T16:05:59.7981346Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unfold_cpu_complex128 2022-09-27T16:05:59.8452674Z [gw2] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unfold_cpu_complex128 2022-09-27T16:05:59.8458478Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unfold_cpu_float64 2022-09-27T16:05:59.8933086Z [gw2] [ 97%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unfold_cpu_float64 2022-09-27T16:05:59.8941821Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_uniform_cpu_complex128 2022-09-27T16:05:59.9415823Z [gw2] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_uniform_cpu_complex128 2022-09-27T16:05:59.9425162Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_uniform_cpu_float64 2022-09-27T16:05:59.9894205Z [gw2] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_uniform_cpu_float64 2022-09-27T16:05:59.9902737Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unique_consecutive_cpu_float64 2022-09-27T16:06:00.0333305Z [gw2] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unique_consecutive_cpu_float64 2022-09-27T16:06:00.0341975Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unique_cpu_float64 2022-09-27T16:06:00.0710591Z [gw2] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unique_cpu_float64 2022-09-27T16:06:00.0726700Z [gw3] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_triu_cpu_complex128 2022-09-27T16:06:00.0776794Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unbind_cpu_complex128 2022-09-27T16:06:00.0786051Z [gw3] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unbind_cpu_complex128 2022-09-27T16:06:00.1183939Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unsqueeze_cpu_complex128 2022-09-27T16:06:00.1194881Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unbind_cpu_float64 2022-09-27T16:06:00.1627176Z [gw3] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unbind_cpu_float64 2022-09-27T16:06:00.1638281Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unflatten_cpu_complex128 2022-09-27T16:06:00.2064054Z [gw3] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unflatten_cpu_complex128 2022-09-27T16:06:00.2073207Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_cpu_complex128 2022-09-27T16:06:00.2462255Z [gw3] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_cpu_complex128 2022-09-27T16:06:00.2497647Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_cpu_float64 2022-09-27T16:06:00.2902129Z [gw3] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_cpu_float64 2022-09-27T16:06:00.2942346Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_mean_cpu_complex128 2022-09-27T16:06:00.3384013Z [gw3] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_mean_cpu_complex128 2022-09-27T16:06:00.3391085Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_mean_cpu_float64 2022-09-27T16:06:00.3465124Z [gw3] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_var_mean_cpu_float64 2022-09-27T16:06:00.3485586Z [gw2] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unsqueeze_cpu_complex128 2022-09-27T16:06:00.3826213Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unsqueeze_cpu_float64 2022-09-27T16:06:00.3831045Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vdot_cpu_complex128 2022-09-27T16:06:00.3861095Z [gw3] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vdot_cpu_complex128 2022-09-27T16:06:00.3898716Z [gw2] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_unsqueeze_cpu_float64 2022-09-27T16:06:00.3930354Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_complex_cpu_float64 2022-09-27T16:06:00.4265601Z [gw2] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_complex_cpu_float64 2022-09-27T16:06:00.4269410Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vdot_cpu_float64 2022-09-27T16:06:00.4380665Z [gw3] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vdot_cpu_float64 2022-09-27T16:06:00.4414092Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_cpu_float64 2022-09-27T16:06:00.4707119Z [gw2] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_cpu_float64 2022-09-27T16:06:00.4709424Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_cpu_complex128 2022-09-27T16:06:00.4851887Z [gw3] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_cpu_complex128 2022-09-27T16:06:00.4855171Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_real_cpu_complex128 2022-09-27T16:06:00.5145480Z [gw2] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_as_real_cpu_complex128 2022-09-27T16:06:00.5149051Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_cpu_complex128 2022-09-27T16:06:00.5292845Z [gw3] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_cpu_complex128 2022-09-27T16:06:00.5293434Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_cpu_float64 2022-09-27T16:06:00.5586925Z [gw2] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_view_cpu_float64 2022-09-27T16:06:00.5589849Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vsplit_cpu_complex128 2022-09-27T16:06:00.5700029Z [gw3] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vsplit_cpu_complex128 2022-09-27T16:06:00.5727404Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vsplit_cpu_float64 2022-09-27T16:06:00.5980646Z [gw2] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vsplit_cpu_float64 2022-09-27T16:06:00.6005687Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vstack_cpu_complex128 2022-09-27T16:06:00.6141470Z [gw3] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vstack_cpu_complex128 2022-09-27T16:06:00.6165959Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vstack_cpu_float64 2022-09-27T16:06:00.6421220Z [gw2] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_vstack_cpu_float64 2022-09-27T16:06:00.6451117Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_where_cpu_complex128 2022-09-27T16:06:00.6579520Z [gw3] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_where_cpu_complex128 2022-09-27T16:06:00.6609377Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_where_cpu_float64 2022-09-27T16:06:00.6859366Z [gw2] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_where_cpu_float64 2022-09-27T16:06:00.7019149Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_xlogy_cpu_float64 2022-09-27T16:06:00.7858445Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zero__cpu_complex128 2022-09-27T16:06:00.7896493Z [gw3] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_xlogy_cpu_float64 2022-09-27T16:06:00.8130793Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zero__cpu_float64 2022-09-27T16:06:00.8222590Z [gw3] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zero__cpu_float64 2022-09-27T16:06:00.8241359Z [gw2] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zero__cpu_complex128 2022-09-27T16:06:00.8269203Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zeros_cpu_complex128 2022-09-27T16:06:00.8297372Z [gw2] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zeros_cpu_complex128 2022-09-27T16:06:00.8333747Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zeros_cpu_float64 2022-09-27T16:06:00.8777039Z [gw3] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zeros_cpu_float64 2022-09-27T16:06:00.8786712Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zeros_like_cpu_float64 2022-09-27T16:06:00.9129446Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zeros_like_cpu_complex128 2022-09-27T16:06:00.9503527Z [gw2] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zeros_like_cpu_float64 2022-09-27T16:06:05.6542745Z [gw3] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_zeros_like_cpu_complex128 2022-09-27T16:06:05.6564125Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv2d_cpu_complex128 2022-09-27T16:06:06.4578420Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv2d_cpu_float64 2022-09-27T16:06:06.4592715Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv2d_cpu_float64 2022-09-27T16:06:08.2556613Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T16:06:08.2563456Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T16:06:08.4826767Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T16:06:08.4843031Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T16:06:08.7842409Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T16:06:08.7877577Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T16:06:09.2260932Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T16:06:09.2268337Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T16:06:09.4444068Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T16:06:09.4452939Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T16:06:09.7174346Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_cosine_similarity_cpu_float64 2022-09-27T16:06:09.7196712Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_cosine_similarity_cpu_float64 2022-09-27T16:06:09.9644183Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_cross_entropy_cpu_float64 2022-09-27T16:06:09.9677497Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_cross_entropy_cpu_float64 2022-09-27T16:06:09.9883379Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_ctc_loss_cpu_float64 2022-09-27T16:06:10.0100889Z [gw0] [ 98%] XFAIL test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_ctc_loss_cpu_float64 2022-09-27T16:06:10.2135365Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_dropout2d_cpu_float64 2022-09-27T16:06:10.2225666Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_dropout2d_cpu_float64 2022-09-27T16:06:10.4368564Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_dropout3d_cpu_float64 2022-09-27T16:06:10.4378834Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_dropout3d_cpu_float64 2022-09-27T16:06:10.6990660Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_dropout_cpu_float64 2022-09-27T16:06:10.6999836Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_dropout_cpu_float64 2022-09-27T16:06:10.7186957Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_elu_cpu_float64 2022-09-27T16:06:10.7417724Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_elu_cpu_float64 2022-09-27T16:06:10.7440469Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_embedding_bag_cpu_float64 2022-09-27T16:06:10.7860807Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_embedding_bag_cpu_float64 2022-09-27T16:06:10.8075941Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_embedding_cpu_float64 2022-09-27T16:06:10.8301069Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_embedding_cpu_float64 2022-09-27T16:06:10.9531082Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T16:06:10.9559170Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T16:06:11.9586121Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T16:06:11.9608144Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T16:06:12.1273958Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T16:06:12.1296550Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T16:06:12.5379142Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T16:06:12.5387364Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T16:06:13.0836478Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T16:06:13.0860471Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T16:06:19.5817643Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T16:06:19.5823315Z [gw1] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumprod_cpu_complex128 2022-09-27T16:06:20.4805384Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumprod_cpu_float64 2022-09-27T16:06:20.4812037Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T16:06:20.5291987Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_gelu_cpu_float64 2022-09-27T16:06:20.5303530Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_gelu_cpu_float64 2022-09-27T16:06:20.7838357Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_glu_cpu_float64 2022-09-27T16:06:20.7856650Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_glu_cpu_float64 2022-09-27T16:06:20.7887685Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_grid_sample_cpu_float64 2022-09-27T16:06:20.8258851Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_grid_sample_cpu_float64 2022-09-27T16:06:20.9482494Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_group_norm_cpu_float64 2022-09-27T16:06:20.9508292Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_group_norm_cpu_float64 2022-09-27T16:06:20.9778185Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardshrink_cpu_float64 2022-09-27T16:06:20.9979439Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardshrink_cpu_float64 2022-09-27T16:06:21.0018073Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardsigmoid_cpu_float64 2022-09-27T16:06:21.0418878Z [gw0] [ 98%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardsigmoid_cpu_float64 2022-09-27T16:06:21.0644403Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardswish_cpu_float64 2022-09-27T16:06:21.0860464Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardswish_cpu_float64 2022-09-27T16:06:21.1137555Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardtanh_cpu_float64 2022-09-27T16:06:21.1298620Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hardtanh_cpu_float64 2022-09-27T16:06:21.2136436Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T16:06:21.2161488Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T16:06:21.3161385Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_huber_loss_cpu_float64 2022-09-27T16:06:21.3186820Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_huber_loss_cpu_float64 2022-09-27T16:06:21.5214839Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_instance_norm_cpu_float64 2022-09-27T16:06:21.5240900Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_instance_norm_cpu_float64 2022-09-27T16:06:21.5991204Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_area_cpu_float64 2022-09-27T16:06:21.6007862Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_area_cpu_float64 2022-09-27T16:06:21.6682593Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T16:06:21.6706454Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T16:06:21.7338405Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T16:06:21.7362880Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T16:06:21.7923646Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_linear_cpu_float64 2022-09-27T16:06:21.7948358Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_linear_cpu_float64 2022-09-27T16:06:21.8566911Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T16:06:21.8590591Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T16:06:21.9363218Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T16:06:21.9388254Z [gw0] [ 98%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T16:06:22.1293899Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_kl_div_cpu_float64 2022-09-27T16:06:22.1352920Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_kl_div_cpu_float64 2022-09-27T16:06:22.5171586Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_l1_loss_cpu_complex128 2022-09-27T16:06:22.5197728Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_l1_loss_cpu_complex128 2022-09-27T16:06:22.5867380Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_l1_loss_cpu_float64 2022-09-27T16:06:22.5894085Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_l1_loss_cpu_float64 2022-09-27T16:06:22.6873805Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_layer_norm_cpu_float64 2022-09-27T16:06:22.6900029Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_layer_norm_cpu_float64 2022-09-27T16:06:22.7331213Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_leaky_relu_cpu_float64 2022-09-27T16:06:22.7378486Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_leaky_relu_cpu_float64 2022-09-27T16:06:23.8927818Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_linear_cpu_complex128 2022-09-27T16:06:23.8954335Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_linear_cpu_complex128 2022-09-27T16:06:24.1177161Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_linear_cpu_float64 2022-09-27T16:06:24.1202924Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_linear_cpu_float64 2022-09-27T16:06:24.2388103Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_local_response_norm_cpu_float64 2022-09-27T16:06:24.2413780Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_local_response_norm_cpu_float64 2022-09-27T16:06:24.2567191Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_logsigmoid_cpu_float64 2022-09-27T16:06:24.2818101Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_logsigmoid_cpu_float64 2022-09-27T16:06:24.4141891Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T16:06:24.4167459Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T16:06:24.5221550Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_pool1d_cpu_float64 2022-09-27T16:06:24.5242557Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumprod_cpu_float64 2022-09-27T16:06:24.6208117Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumsum_cpu_complex128 2022-09-27T16:06:24.6229497Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumsum_cpu_complex128 2022-09-27T16:06:24.6452330Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumsum_cpu_float64 2022-09-27T16:06:24.6659196Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumsum_cpu_float64 2022-09-27T16:06:24.6694884Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumulative_trapezoid_cpu_complex128 2022-09-27T16:06:24.7098978Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumulative_trapezoid_cpu_complex128 2022-09-27T16:06:24.7135690Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumulative_trapezoid_cpu_float64 2022-09-27T16:06:24.7539906Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_cumulative_trapezoid_cpu_float64 2022-09-27T16:06:24.7691510Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_deg2rad_cpu_float64 2022-09-27T16:06:24.8041682Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_deg2rad_cpu_float64 2022-09-27T16:06:24.8340582Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_cpu_complex128 2022-09-27T16:06:24.8498900Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_cpu_complex128 2022-09-27T16:06:24.8523344Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_cpu_float64 2022-09-27T16:06:24.8963143Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_cpu_float64 2022-09-27T16:06:24.8974903Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_embed_cpu_complex128 2022-09-27T16:06:24.9418393Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_embed_cpu_complex128 2022-09-27T16:06:24.9459426Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_embed_cpu_float64 2022-09-27T16:06:24.9860342Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diag_embed_cpu_float64 2022-09-27T16:06:24.9888915Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagflat_cpu_complex128 2022-09-27T16:06:25.0299202Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagflat_cpu_complex128 2022-09-27T16:06:25.0328048Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagflat_cpu_float64 2022-09-27T16:06:25.0738171Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagflat_cpu_float64 2022-09-27T16:06:25.0765544Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagonal_cpu_complex128 2022-09-27T16:06:25.1179427Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagonal_cpu_complex128 2022-09-27T16:06:25.1210432Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagonal_cpu_float64 2022-09-27T16:06:25.1618669Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagonal_cpu_float64 2022-09-27T16:06:25.1647145Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagonal_scatter_cpu_float64 2022-09-27T16:06:25.2057949Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diagonal_scatter_cpu_float64 2022-09-27T16:06:25.2084541Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diff_cpu_complex128 2022-09-27T16:06:25.2538134Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diff_cpu_complex128 2022-09-27T16:06:25.2565243Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diff_cpu_float64 2022-09-27T16:06:25.2978390Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_diff_cpu_float64 2022-09-27T16:06:25.3006831Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft_cpu_complex128 2022-09-27T16:06:25.3419563Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft_cpu_complex128 2022-09-27T16:06:25.3446300Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft_cpu_float64 2022-09-27T16:06:25.3860813Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfft_cpu_float64 2022-09-27T16:06:25.3887200Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfftn_cpu_complex128 2022-09-27T16:06:25.4338636Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfftn_cpu_complex128 2022-09-27T16:06:25.4365522Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfftn_cpu_float64 2022-09-27T16:06:25.4779452Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_hfftn_cpu_float64 2022-09-27T16:06:25.4804764Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft2_cpu_complex128 2022-09-27T16:06:25.5219161Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft2_cpu_complex128 2022-09-27T16:06:25.5244990Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft2_cpu_float64 2022-09-27T16:06:25.5658270Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft2_cpu_float64 2022-09-27T16:06:25.5687258Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft_cpu_complex128 2022-09-27T16:06:25.6098010Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft_cpu_complex128 2022-09-27T16:06:25.6123768Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft_cpu_float64 2022-09-27T16:06:25.6579270Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifft_cpu_float64 2022-09-27T16:06:25.6605042Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftn_cpu_complex128 2022-09-27T16:06:25.7018973Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftn_cpu_complex128 2022-09-27T16:06:25.7046109Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftn_cpu_float64 2022-09-27T16:06:25.7498228Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftn_cpu_float64 2022-09-27T16:06:25.7523405Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftshift_cpu_complex128 2022-09-27T16:06:25.7937470Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftshift_cpu_complex128 2022-09-27T16:06:25.7962499Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftshift_cpu_float64 2022-09-27T16:06:25.8377995Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ifftshift_cpu_float64 2022-09-27T16:06:25.8402795Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ihfft2_cpu_float64 2022-09-27T16:06:25.8818556Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ihfft2_cpu_float64 2022-09-27T16:06:25.8844721Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ihfft_cpu_float64 2022-09-27T16:06:25.9261308Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ihfft_cpu_float64 2022-09-27T16:06:25.9287116Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ihfftn_cpu_float64 2022-09-27T16:06:25.9701352Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_ihfftn_cpu_float64 2022-09-27T16:06:25.9732439Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft2_cpu_complex128 2022-09-27T16:06:26.0139965Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft2_cpu_complex128 2022-09-27T16:06:26.0164751Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft2_cpu_float64 2022-09-27T16:06:26.0619810Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft2_cpu_float64 2022-09-27T16:06:26.0650064Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft_cpu_complex128 2022-09-27T16:06:26.1058244Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft_cpu_complex128 2022-09-27T16:06:26.1081757Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft_cpu_float64 2022-09-27T16:06:26.1538926Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfft_cpu_float64 2022-09-27T16:06:26.1562453Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfftn_cpu_complex128 2022-09-27T16:06:26.1979089Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfftn_cpu_complex128 2022-09-27T16:06:26.2004647Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfftn_cpu_float64 2022-09-27T16:06:26.2419800Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_irfftn_cpu_float64 2022-09-27T16:06:26.2443897Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_rfft2_cpu_float64 2022-09-27T16:06:26.2898884Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_rfft2_cpu_float64 2022-09-27T16:06:26.2922805Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_rfft_cpu_float64 2022-09-27T16:06:26.3340851Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_rfft_cpu_float64 2022-09-27T16:06:26.3365174Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_rfftn_cpu_float64 2022-09-27T16:06:26.3779187Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fft_rfftn_cpu_float64 2022-09-27T16:06:26.4356932Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fill_cpu_complex128 2022-09-27T16:06:26.4373074Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fill_cpu_complex128 2022-09-27T16:06:26.4479594Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fill_cpu_float64 2022-09-27T16:06:26.4779171Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fill_cpu_float64 2022-09-27T16:06:26.4815603Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flatten_cpu_complex128 2022-09-27T16:06:26.5221075Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flatten_cpu_complex128 2022-09-27T16:06:26.5261593Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flatten_cpu_float64 2022-09-27T16:06:26.5658615Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flatten_cpu_float64 2022-09-27T16:06:26.5699353Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flip_cpu_complex128 2022-09-27T16:06:26.6098739Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flip_cpu_complex128 2022-09-27T16:06:26.6135742Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flip_cpu_float64 2022-09-27T16:06:26.6538773Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flip_cpu_float64 2022-09-27T16:06:26.6564051Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fliplr_cpu_complex128 2022-09-27T16:06:26.6977891Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fliplr_cpu_complex128 2022-09-27T16:06:26.7003249Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fliplr_cpu_float64 2022-09-27T16:06:26.7420075Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fliplr_cpu_float64 2022-09-27T16:06:26.7446017Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flipud_cpu_complex128 2022-09-27T16:06:26.7859718Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flipud_cpu_complex128 2022-09-27T16:06:26.7885484Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flipud_cpu_float64 2022-09-27T16:06:26.8299795Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_flipud_cpu_float64 2022-09-27T16:06:26.8325968Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_cpu_complex128 2022-09-27T16:06:26.8740012Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_cpu_complex128 2022-09-27T16:06:26.8765363Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_cpu_float64 2022-09-27T16:06:26.9178949Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_cpu_float64 2022-09-27T16:06:27.3576130Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_power_cpu_complex128 2022-09-27T16:06:27.3601712Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_power_cpu_complex128 2022-09-27T16:06:27.4440763Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_power_cpu_float64 2022-09-27T16:06:27.4465433Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_float_power_cpu_float64 2022-09-27T16:06:27.4532995Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_floor_cpu_float64 2022-09-27T16:06:27.4897696Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_floor_cpu_float64 2022-09-27T16:06:27.4934288Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_floor_divide_cpu_float64 2022-09-27T16:06:27.5338545Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_floor_divide_cpu_float64 2022-09-27T16:06:27.5379648Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fmax_cpu_float64 2022-09-27T16:06:27.5777259Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fmax_cpu_float64 2022-09-27T16:06:27.5812653Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fmin_cpu_float64 2022-09-27T16:06:27.6217630Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fmin_cpu_float64 2022-09-27T16:06:27.6733611Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fmod_cpu_float64 2022-09-27T16:06:27.6757078Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_fmod_cpu_float64 2022-09-27T16:06:27.6900570Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_frac_cpu_float64 2022-09-27T16:06:27.7178799Z [gw1] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_frac_cpu_float64 2022-09-27T16:06:27.7513729Z test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_frexp_cpu_float64 2022-09-27T16:06:28.1964714Z [gw1] [ 99%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_inplace_gradgrad_frexp_cpu_float64 2022-09-27T16:06:28.1972766Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_pool1d_cpu_float64 2022-09-27T16:06:32.4788947Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_pool2d_cpu_float64 2022-09-27T16:06:32.4796979Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_pool2d_cpu_float64 2022-09-27T16:06:34.8712330Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_pool3d_cpu_float64 2022-09-27T16:06:34.8721055Z [gw0] [ 99%] PASSED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_pool3d_cpu_float64 2022-09-27T16:06:34.8879070Z test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool1d_cpu_float64 2022-09-27T16:06:35.7548757Z [gw0] [100%] SKIPPED test_ops_gradients.py::TestGradientsCPU::test_fn_gradgrad_nn_functional_max_unpool1d_cpu_float64 2022-09-27T16:06:35.7550011Z 2022-09-27T16:06:35.7551672Z - generated xml file: /var/lib/jenkins/workspace/test/test-reports/python-pytest/test_ops_gradients/test_ops_gradients.xml - 2022-09-27T16:06:35.7571722Z === 3435 passed, 4020 skipped, 73 xfailed, 212 warnings in 428.19s (0:07:08) === 2022-09-27T16:06:35.8756959Z Skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-09-27T16:06:36.7507616Z Running test_unary_ufuncs ... [2022-09-27 16:06:36.750362] 2022-09-27T16:06:36.7508158Z Executing ['/opt/conda/bin/python', '-bb', 'test_unary_ufuncs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:06:36.750443] 2022-09-27T16:06:39.2596749Z Test results will be stored in test-reports/python-unittest/test_unary_ufuncs 2022-09-27T16:06:39.3146294Z 2022-09-27T16:06:39.3146664Z Running tests... 2022-09-27T16:06:39.3147304Z ---------------------------------------------------------------------- 2022-09-27T16:06:39.3384468Z 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:06:39.3385260Z torch_fn(t, out=float_out) 2022-09-27T16:06:39.3450953Z ok (0.030s) 2022-09-27T16:06:39.3545329Z test_abs_angle_complex_to_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:06:39.3555144Z test_abs_big_number_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:06:39.3568413Z test_abs_signed_zero_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:06:39.3580983Z test_abs_signed_zero_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:06:39.3589855Z test_abs_zero_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:39.3598891Z test_abs_zero_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:39.3782022Z test_batch_vs_slicing_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:06:39.4142080Z test_batch_vs_slicing_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:06:39.4375505Z 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:06:39.4376468Z result = torch.complex(real, imag) 2022-09-27T16:06:39.4609364Z ok (0.047s) 2022-09-27T16:06:39.4841968Z test_batch_vs_slicing_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:06:39.5090106Z test_batch_vs_slicing_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:06:39.5252390Z test_batch_vs_slicing_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:06:39.5429223Z test_batch_vs_slicing_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:06:39.5564805Z test_batch_vs_slicing_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:06:39.5699140Z test_batch_vs_slicing_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:06:39.5807910Z test_batch_vs_slicing_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:06:39.5924215Z test_batch_vs_slicing_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:06:39.6032476Z test_batch_vs_slicing_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:06:39.6203737Z test_batch_vs_slicing_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:06:39.6424467Z test_batch_vs_slicing_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:06:39.7533812Z test_batch_vs_slicing_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-09-27T16:06:39.8545659Z test_batch_vs_slicing_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.101s) 2022-09-27T16:06:39.8693206Z test_batch_vs_slicing_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:06:39.8851141Z test_batch_vs_slicing_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:06:39.9087213Z test_batch_vs_slicing_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:06:39.9314226Z test_batch_vs_slicing_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:06:39.9477419Z test_batch_vs_slicing_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:06:39.9705705Z test_batch_vs_slicing_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:06:39.9934949Z test_batch_vs_slicing_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:06:40.0149763Z test_batch_vs_slicing_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:06:40.0389763Z test_batch_vs_slicing_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:06:40.1322418Z test_batch_vs_slicing_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-09-27T16:06:40.2294111Z test_batch_vs_slicing_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.097s) 2022-09-27T16:06:40.2505317Z test_batch_vs_slicing_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:06:40.2848659Z test_batch_vs_slicing_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:06:40.3101829Z test_batch_vs_slicing_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:06:40.3390108Z test_batch_vs_slicing_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:06:40.3657610Z test_batch_vs_slicing_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:06:40.3926678Z test_batch_vs_slicing_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:06:40.4157926Z test_batch_vs_slicing_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:06:40.4324840Z test_batch_vs_slicing_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:06:40.4568864Z test_batch_vs_slicing_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:06:40.4915129Z test_batch_vs_slicing_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:06:40.5190609Z test_batch_vs_slicing_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:06:40.5413804Z test_batch_vs_slicing_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:06:40.5581556Z test_batch_vs_slicing_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:06:40.5721166Z test_batch_vs_slicing_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:06:40.5893682Z test_batch_vs_slicing_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:06:40.6078677Z test_batch_vs_slicing_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:06:40.6278882Z test_batch_vs_slicing_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:06:40.6491201Z test_batch_vs_slicing_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:06:40.6665435Z test_batch_vs_slicing_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:06:40.6846843Z test_batch_vs_slicing_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:06:40.7067071Z test_batch_vs_slicing_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:06:40.8179845Z test_batch_vs_slicing_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-09-27T16:06:40.8816893Z test_batch_vs_slicing_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:06:40.8970545Z test_batch_vs_slicing_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:06:40.9169300Z test_batch_vs_slicing_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:06:40.9351272Z test_batch_vs_slicing_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:06:40.9533321Z test_batch_vs_slicing_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:06:40.9713018Z test_batch_vs_slicing_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:06:40.9942059Z test_batch_vs_slicing_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:06:41.0157925Z test_batch_vs_slicing_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:06:41.0444369Z test_batch_vs_slicing_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:06:41.0765602Z test_batch_vs_slicing_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:06:41.1692885Z test_batch_vs_slicing_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-09-27T16:06:41.2665668Z test_batch_vs_slicing_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.097s) 2022-09-27T16:06:41.2889767Z test_batch_vs_slicing_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:06:41.3241395Z test_batch_vs_slicing_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:06:41.3501271Z test_batch_vs_slicing_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:06:41.3805867Z test_batch_vs_slicing_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:06:41.4045635Z test_batch_vs_slicing_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:06:41.4284568Z test_batch_vs_slicing_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:06:41.4571818Z test_batch_vs_slicing_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:06:41.4716424Z test_batch_vs_slicing_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:06:41.4931953Z test_batch_vs_slicing_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:06:41.5986657Z test_batch_vs_slicing_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-09-27T16:06:41.6446836Z test_batch_vs_slicing_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:06:41.6636583Z test_batch_vs_slicing_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:06:41.6808522Z test_batch_vs_slicing_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:06:41.6990616Z test_batch_vs_slicing_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:06:41.7175079Z test_batch_vs_slicing_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:06:41.7351869Z test_batch_vs_slicing_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:06:41.7570888Z test_batch_vs_slicing_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:06:41.7761753Z test_batch_vs_slicing_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:06:41.8064594Z test_batch_vs_slicing_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:06:41.8317501Z test_batch_vs_slicing_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:06:41.9576420Z test_batch_vs_slicing_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.126s) 2022-09-27T16:06:42.0155911Z test_batch_vs_slicing_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:06:42.0413379Z test_batch_vs_slicing_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:06:42.0730132Z test_batch_vs_slicing_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:06:42.0951025Z test_batch_vs_slicing_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:06:42.1186509Z test_batch_vs_slicing_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:06:42.1454927Z test_batch_vs_slicing_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:06:42.1680134Z test_batch_vs_slicing_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:06:42.1860644Z test_batch_vs_slicing_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:06:42.3055055Z test_batch_vs_slicing_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.119s) 2022-09-27T16:06:42.3232697Z test_batch_vs_slicing_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:06:42.3400435Z 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:06:42.3401402Z op=lambda x, *args, **kwargs: x.bfloat16(*args, **kwargs), 2022-09-27T16:06:42.3513358Z ok (0.028s) 2022-09-27T16:06:42.3845642Z test_batch_vs_slicing_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:06:42.3997753Z test_batch_vs_slicing_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:06:42.4217130Z test_batch_vs_slicing_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:06:42.4376675Z test_batch_vs_slicing_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:06:42.4540050Z test_batch_vs_slicing_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:06:42.4687332Z test_batch_vs_slicing_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:06:42.4872824Z test_batch_vs_slicing_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:06:42.5010764Z test_batch_vs_slicing_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:06:42.5160378Z test_batch_vs_slicing_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:06:42.5318485Z test_batch_vs_slicing_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:06:42.5435774Z test_batch_vs_slicing_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:06:42.5551514Z test_batch_vs_slicing_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:06:42.5670788Z test_batch_vs_slicing_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:06:42.5772045Z test_batch_vs_slicing_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:06:42.5883135Z test_batch_vs_slicing_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:06:42.5988964Z test_batch_vs_slicing_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:06:42.6091582Z test_batch_vs_slicing_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:06:42.6179015Z test_batch_vs_slicing_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:06:42.6383655Z test_batch_vs_slicing_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:06:42.6673002Z test_batch_vs_slicing_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:06:42.6801143Z test_batch_vs_slicing_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:06:42.6969422Z test_batch_vs_slicing_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:06:42.7066074Z test_batch_vs_slicing_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:06:42.7174598Z test_batch_vs_slicing_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:06:42.7289776Z test_batch_vs_slicing_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:06:42.7402436Z test_batch_vs_slicing_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:06:42.7498212Z test_batch_vs_slicing_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:06:42.7609637Z test_batch_vs_slicing_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:06:42.7721151Z test_batch_vs_slicing_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:06:42.7822061Z test_batch_vs_slicing_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:06:42.7934808Z test_batch_vs_slicing_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:06:42.8136594Z test_batch_vs_slicing_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:06:42.8272381Z test_batch_vs_slicing_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:06:42.8446116Z test_batch_vs_slicing_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:06:42.8539953Z test_batch_vs_slicing_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:06:42.8647149Z test_batch_vs_slicing_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:06:42.8758835Z test_batch_vs_slicing_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:06:42.8870263Z test_batch_vs_slicing_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:06:42.8961245Z test_batch_vs_slicing_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:06:42.9072635Z test_batch_vs_slicing_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:06:42.9158642Z test_batch_vs_slicing_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:06:42.9305151Z test_batch_vs_slicing_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:06:42.9457556Z test_batch_vs_slicing_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:06:42.9622961Z test_batch_vs_slicing_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:06:42.9737215Z test_batch_vs_slicing_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:06:42.9854660Z test_batch_vs_slicing_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:06:42.9953348Z test_batch_vs_slicing_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:06:43.0059901Z test_batch_vs_slicing_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:06:43.0216117Z test_batch_vs_slicing_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:06:43.0426578Z test_batch_vs_slicing_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:06:43.0607564Z test_batch_vs_slicing_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:06:43.0884800Z test_batch_vs_slicing_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:06:43.1189143Z test_batch_vs_slicing_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:06:43.1396475Z test_batch_vs_slicing_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:06:43.1624190Z test_batch_vs_slicing_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:06:43.1796841Z test_batch_vs_slicing_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:06:43.1973675Z test_batch_vs_slicing_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:06:43.2161964Z test_batch_vs_slicing_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:06:43.2333889Z test_batch_vs_slicing_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:06:43.2502981Z test_batch_vs_slicing_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:06:43.2693422Z test_batch_vs_slicing_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:06:43.2864372Z test_batch_vs_slicing_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:06:43.2971997Z test_batch_vs_slicing_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:06:43.3086317Z test_batch_vs_slicing_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:06:43.3250833Z test_batch_vs_slicing_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:06:43.3533868Z test_batch_vs_slicing_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:06:43.3651699Z test_batch_vs_slicing_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:06:43.3819389Z test_batch_vs_slicing_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:06:43.3907025Z test_batch_vs_slicing_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:06:43.4014785Z test_batch_vs_slicing_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:06:43.4126158Z test_batch_vs_slicing_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:06:43.4237458Z test_batch_vs_slicing_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:06:43.4328632Z test_batch_vs_slicing_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:06:43.4414430Z test_batch_vs_slicing_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:06:43.4525230Z test_batch_vs_slicing_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:06:43.4621417Z test_batch_vs_slicing_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:06:43.4710490Z test_batch_vs_slicing_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:06:43.4933137Z test_batch_vs_slicing_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:06:43.5283748Z test_batch_vs_slicing_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:06:43.5485222Z test_batch_vs_slicing_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:06:43.5654350Z test_batch_vs_slicing_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:06:43.5744256Z test_batch_vs_slicing_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:06:43.5847289Z test_batch_vs_slicing_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:06:43.5937152Z test_batch_vs_slicing_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:06:43.6024810Z test_batch_vs_slicing_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:06:43.6090591Z test_batch_vs_slicing_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:06:43.6174387Z test_batch_vs_slicing_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:06:43.6258524Z test_batch_vs_slicing_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:06:43.6355141Z test_batch_vs_slicing_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:06:43.6445811Z test_batch_vs_slicing_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:06:43.6673858Z test_batch_vs_slicing_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:06:43.7038539Z test_batch_vs_slicing_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:06:43.7222709Z test_batch_vs_slicing_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:06:43.7393117Z test_batch_vs_slicing_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:06:43.7492672Z test_batch_vs_slicing_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:06:43.7598704Z test_batch_vs_slicing_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:06:43.7689917Z test_batch_vs_slicing_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:06:43.7778507Z test_batch_vs_slicing_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:06:43.7845170Z test_batch_vs_slicing_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:06:43.7930221Z test_batch_vs_slicing_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:06:43.8015459Z test_batch_vs_slicing_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:06:43.8152596Z test_batch_vs_slicing_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:06:43.8367619Z test_batch_vs_slicing_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:06:43.9152080Z test_batch_vs_slicing_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-09-27T16:06:43.9906305Z test_batch_vs_slicing_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-09-27T16:06:44.0039419Z test_batch_vs_slicing_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:06:44.0200579Z test_batch_vs_slicing_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:06:44.0390966Z test_batch_vs_slicing_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:06:44.0653606Z test_batch_vs_slicing_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:06:44.0823105Z test_batch_vs_slicing_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:06:44.1010100Z test_batch_vs_slicing_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:06:44.1195929Z test_batch_vs_slicing_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:06:44.1348083Z test_batch_vs_slicing_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:06:44.1566250Z test_batch_vs_slicing_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:06:44.2368944Z test_batch_vs_slicing_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:06:44.2932885Z test_batch_vs_slicing_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:06:44.3075096Z test_batch_vs_slicing_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:06:44.3257485Z test_batch_vs_slicing_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:06:44.3447014Z test_batch_vs_slicing_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:06:44.3634777Z test_batch_vs_slicing_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:06:44.3803472Z test_batch_vs_slicing_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:06:44.3992400Z test_batch_vs_slicing_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:06:44.4182168Z test_batch_vs_slicing_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:06:44.4340038Z test_batch_vs_slicing_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:06:44.4566741Z test_batch_vs_slicing_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:06:44.4829210Z test_batch_vs_slicing_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:06:44.4986936Z test_batch_vs_slicing_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:06:44.5141857Z test_batch_vs_slicing_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:06:44.5341916Z test_batch_vs_slicing_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:06:44.5544173Z test_batch_vs_slicing_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:06:44.5722873Z test_batch_vs_slicing_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:06:44.5920745Z test_batch_vs_slicing_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:06:44.6116255Z test_batch_vs_slicing_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:06:45.5551800Z test_batch_vs_slicing_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.943s) 2022-09-27T16:06:45.5792639Z test_batch_vs_slicing_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:06:45.6215599Z test_batch_vs_slicing_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:06:45.6727373Z test_batch_vs_slicing_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:06:45.6970554Z test_batch_vs_slicing_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:06:45.7233750Z test_batch_vs_slicing_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:06:45.7475139Z test_batch_vs_slicing_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:06:45.7715733Z test_batch_vs_slicing_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:06:45.7973909Z test_batch_vs_slicing_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:06:45.8109379Z test_batch_vs_slicing_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:06:45.8277737Z test_batch_vs_slicing_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:06:45.8471016Z test_batch_vs_slicing_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:06:45.8797637Z test_batch_vs_slicing_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:06:45.8956723Z test_batch_vs_slicing_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:06:45.9166316Z test_batch_vs_slicing_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:06:45.9295384Z test_batch_vs_slicing_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:06:45.9403046Z test_batch_vs_slicing_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:06:45.9552428Z test_batch_vs_slicing_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:06:45.9706103Z test_batch_vs_slicing_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:06:45.9840141Z test_batch_vs_slicing_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:06:45.9986786Z test_batch_vs_slicing_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:06:46.0131172Z test_batch_vs_slicing_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:06:46.0309862Z test_batch_vs_slicing_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:06:46.0521534Z test_batch_vs_slicing_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:06:46.0651291Z test_batch_vs_slicing_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:06:46.0802802Z test_batch_vs_slicing_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:06:46.0995109Z test_batch_vs_slicing_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:06:46.1245944Z test_batch_vs_slicing_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:06:46.1415384Z test_batch_vs_slicing_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:06:46.1599322Z test_batch_vs_slicing_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:06:46.1782761Z test_batch_vs_slicing_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:06:46.2047707Z test_batch_vs_slicing_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:06:46.2262541Z test_batch_vs_slicing_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:06:46.2396293Z test_batch_vs_slicing_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:06:46.2554759Z test_batch_vs_slicing_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:06:46.2739913Z test_batch_vs_slicing_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:06:46.2922374Z test_batch_vs_slicing_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:06:46.3087157Z test_batch_vs_slicing_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:06:46.3272868Z test_batch_vs_slicing_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:06:46.3459139Z test_batch_vs_slicing_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:06:46.3959362Z test_batch_vs_slicing_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:06:46.4292740Z test_batch_vs_slicing_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:06:46.4423586Z test_batch_vs_slicing_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:06:46.4582490Z test_batch_vs_slicing_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:06:46.4890503Z test_batch_vs_slicing_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:06:46.5195985Z test_batch_vs_slicing_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:06:46.5486417Z test_batch_vs_slicing_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:06:46.5795843Z test_batch_vs_slicing_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:06:46.5976888Z test_batch_vs_slicing_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:06:46.6134954Z test_batch_vs_slicing_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:06:46.6340780Z test_batch_vs_slicing_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:06:46.6597424Z test_batch_vs_slicing_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:06:46.6733651Z test_batch_vs_slicing_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:06:46.6948925Z test_batch_vs_slicing_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:06:46.7134397Z test_batch_vs_slicing_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:06:46.7325869Z test_batch_vs_slicing_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:06:46.7497748Z test_batch_vs_slicing_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:06:46.7677887Z test_batch_vs_slicing_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:06:46.7861201Z test_batch_vs_slicing_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:06:46.7995412Z test_batch_vs_slicing_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:06:46.8208040Z test_batch_vs_slicing_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:06:46.8531887Z test_batch_vs_slicing_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:06:46.8745460Z test_batch_vs_slicing_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:06:46.8874920Z test_batch_vs_slicing_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:06:46.9022519Z test_batch_vs_slicing_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:06:46.9202282Z test_batch_vs_slicing_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:06:46.9383126Z test_batch_vs_slicing_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:06:46.9545761Z test_batch_vs_slicing_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:06:46.9728582Z test_batch_vs_slicing_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:06:46.9912886Z test_batch_vs_slicing_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:06:47.0063068Z test_batch_vs_slicing_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:06:47.0277951Z test_batch_vs_slicing_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:06:47.0414562Z test_batch_vs_slicing_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:06:47.0588911Z test_batch_vs_slicing_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:06:47.0775132Z test_batch_vs_slicing_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:06:47.0960998Z test_batch_vs_slicing_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:06:47.1134611Z test_batch_vs_slicing_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:06:47.1326324Z test_batch_vs_slicing_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:06:47.1521853Z test_batch_vs_slicing_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:06:47.1785212Z test_batch_vs_slicing_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:06:47.1952373Z test_batch_vs_slicing_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:06:47.2263141Z test_batch_vs_slicing_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:06:47.2763707Z test_batch_vs_slicing_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:06:47.3041040Z test_batch_vs_slicing_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:06:47.3358783Z test_batch_vs_slicing_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:06:47.3567905Z test_batch_vs_slicing_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:06:47.3800977Z test_batch_vs_slicing_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:06:47.4004468Z test_batch_vs_slicing_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:06:47.4213432Z test_batch_vs_slicing_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:06:47.4391180Z test_batch_vs_slicing_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:06:47.4573778Z test_batch_vs_slicing_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:06:47.4755408Z test_batch_vs_slicing_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:06:47.4891914Z test_batch_vs_slicing_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:06:47.5066819Z test_batch_vs_slicing_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:06:47.5278462Z test_batch_vs_slicing_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:06:47.5594099Z test_batch_vs_slicing_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:06:47.5748217Z test_batch_vs_slicing_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:06:47.5959895Z test_batch_vs_slicing_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:06:47.6052590Z test_batch_vs_slicing_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:06:47.6202656Z test_batch_vs_slicing_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:06:47.6351918Z test_batch_vs_slicing_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:06:47.6507274Z test_batch_vs_slicing_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:06:47.6645380Z test_batch_vs_slicing_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:06:47.6795911Z test_batch_vs_slicing_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:06:47.6944285Z test_batch_vs_slicing_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:06:47.7072583Z test_batch_vs_slicing_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:06:47.7191217Z test_batch_vs_slicing_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:06:47.7327412Z test_batch_vs_slicing_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:06:47.7443442Z test_batch_vs_slicing_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:06:47.7559065Z test_batch_vs_slicing_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:06:47.7656623Z test_batch_vs_slicing_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:06:47.7762846Z test_batch_vs_slicing_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:06:47.7869026Z test_batch_vs_slicing_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:06:47.7987245Z test_batch_vs_slicing_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:06:47.8189212Z test_batch_vs_slicing_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:06:47.8307247Z test_batch_vs_slicing_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:06:47.8442771Z test_batch_vs_slicing_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:06:47.8449539Z test_batch_vs_slicing_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:06:47.8455587Z test_batch_vs_slicing_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:06:47.8463017Z test_batch_vs_slicing_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:06:47.8469613Z test_batch_vs_slicing_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:06:47.8605531Z test_batch_vs_slicing_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:06:47.8755195Z test_batch_vs_slicing_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:06:47.8948544Z test_batch_vs_slicing_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:06:47.9111791Z test_batch_vs_slicing_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:06:47.9282131Z test_batch_vs_slicing_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:06:47.9405798Z test_batch_vs_slicing_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:06:47.9546135Z test_batch_vs_slicing_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:06:47.9691667Z test_batch_vs_slicing_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:06:47.9838583Z test_batch_vs_slicing_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:06:47.9972764Z test_batch_vs_slicing_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:06:48.0118780Z test_batch_vs_slicing_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:06:48.0269267Z test_batch_vs_slicing_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:06:48.0771967Z test_batch_vs_slicing_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:06:48.1336654Z test_batch_vs_slicing_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:06:48.1835855Z test_batch_vs_slicing_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:06:48.2486495Z test_batch_vs_slicing_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:06:48.3022006Z test_batch_vs_slicing_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:06:48.3612525Z test_batch_vs_slicing_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:06:48.4184684Z test_batch_vs_slicing_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:06:48.4724975Z test_batch_vs_slicing_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:06:48.5261517Z test_batch_vs_slicing_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:06:48.5446738Z test_batch_vs_slicing_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:06:48.5756728Z test_batch_vs_slicing_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:06:48.5903002Z test_batch_vs_slicing_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:06:48.6017950Z test_batch_vs_slicing_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:06:48.6140136Z test_batch_vs_slicing_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:06:48.6310323Z test_batch_vs_slicing_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:06:48.6439403Z test_batch_vs_slicing_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:06:48.6625075Z test_batch_vs_slicing_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:06:48.6727072Z test_batch_vs_slicing_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:06:48.6850416Z test_batch_vs_slicing_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:06:48.6973825Z test_batch_vs_slicing_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:06:48.7066717Z test_batch_vs_slicing_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:06:48.7171061Z test_batch_vs_slicing_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:06:48.7292434Z test_batch_vs_slicing_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:06:48.7415887Z test_batch_vs_slicing_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:06:48.7595525Z test_batch_vs_slicing_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:06:48.7704408Z test_batch_vs_slicing_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:06:48.8068457Z test_batch_vs_slicing_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:06:48.8691780Z test_batch_vs_slicing_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:06:48.9067561Z test_batch_vs_slicing_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:06:48.9341185Z test_batch_vs_slicing_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:06:48.9503760Z test_batch_vs_slicing_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:06:48.9665712Z test_batch_vs_slicing_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:06:48.9776493Z test_batch_vs_slicing_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:06:48.9883364Z test_batch_vs_slicing_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:06:48.9969998Z test_batch_vs_slicing_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:06:49.0076453Z test_batch_vs_slicing_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:06:49.0180542Z test_batch_vs_slicing_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:06:49.0323144Z test_batch_vs_slicing_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:06:49.0425694Z test_batch_vs_slicing_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:06:49.0671869Z test_batch_vs_slicing_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:06:49.1141622Z test_batch_vs_slicing_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:06:49.1376865Z test_batch_vs_slicing_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:06:49.1597980Z test_batch_vs_slicing_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:06:49.1722194Z test_batch_vs_slicing_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:06:49.1846146Z test_batch_vs_slicing_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:06:49.1946880Z test_batch_vs_slicing_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:06:49.2047497Z test_batch_vs_slicing_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:06:49.2125834Z test_batch_vs_slicing_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:06:49.2228685Z test_batch_vs_slicing_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:06:49.2331691Z test_batch_vs_slicing_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:06:49.2552546Z test_batch_vs_slicing_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:06:49.2658445Z test_batch_vs_slicing_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:06:49.2817848Z test_batch_vs_slicing_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:06:49.2937762Z test_batch_vs_slicing_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:06:49.3115969Z test_batch_vs_slicing_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:06:49.3201643Z test_batch_vs_slicing_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:06:49.3305784Z test_batch_vs_slicing_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:06:49.3411355Z test_batch_vs_slicing_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:06:49.3515134Z test_batch_vs_slicing_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:06:49.3599217Z test_batch_vs_slicing_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:06:49.3702263Z test_batch_vs_slicing_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:06:49.3803861Z test_batch_vs_slicing_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:06:49.3899702Z test_batch_vs_slicing_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:06:49.4001048Z test_batch_vs_slicing_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:06:49.4168091Z test_batch_vs_slicing_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:06:49.4248553Z test_batch_vs_slicing_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:06:49.4347039Z test_batch_vs_slicing_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:06:49.4448920Z test_batch_vs_slicing_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:06:49.4549964Z test_batch_vs_slicing_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:06:49.4631238Z test_batch_vs_slicing_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:06:49.4733612Z test_batch_vs_slicing_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:06:49.4837387Z test_batch_vs_slicing_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:06:49.4932018Z test_batch_vs_slicing_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:06:49.5035837Z test_batch_vs_slicing_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:06:49.5204166Z test_batch_vs_slicing_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:06:49.5285211Z test_batch_vs_slicing_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:06:49.5385205Z test_batch_vs_slicing_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:06:49.5487629Z test_batch_vs_slicing_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:06:49.5589890Z test_batch_vs_slicing_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:06:49.5671684Z test_batch_vs_slicing_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:06:49.5775478Z test_batch_vs_slicing_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:06:49.5877194Z test_batch_vs_slicing_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:06:49.5971146Z test_batch_vs_slicing_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:06:49.6076511Z test_batch_vs_slicing_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:06:49.6283488Z test_batch_vs_slicing_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:06:49.6625739Z test_batch_vs_slicing_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:06:49.6791861Z test_batch_vs_slicing_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:06:49.6957766Z test_batch_vs_slicing_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:06:49.7040444Z test_batch_vs_slicing_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:06:49.7141090Z test_batch_vs_slicing_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:06:49.7246116Z test_batch_vs_slicing_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:06:49.7353758Z test_batch_vs_slicing_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:06:49.7436520Z test_batch_vs_slicing_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:06:49.7540343Z test_batch_vs_slicing_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:06:49.7642538Z test_batch_vs_slicing_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:06:49.7653260Z test_batch_vs_slicing_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:49.7663748Z test_batch_vs_slicing_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:49.7674079Z test_batch_vs_slicing_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:49.7684334Z test_batch_vs_slicing_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:49.7694882Z test_batch_vs_slicing_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:49.7705061Z test_batch_vs_slicing_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:49.7715376Z test_batch_vs_slicing_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:49.7725252Z test_batch_vs_slicing_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:49.7735598Z test_batch_vs_slicing_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:49.7745486Z test_batch_vs_slicing_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:49.7755388Z test_batch_vs_slicing_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:49.7764851Z test_batch_vs_slicing_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:49.7996258Z test_batch_vs_slicing_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:06:49.8297682Z test_batch_vs_slicing_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:06:49.8527418Z test_batch_vs_slicing_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:06:49.8949243Z test_batch_vs_slicing_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:06:49.9230695Z test_batch_vs_slicing_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:06:49.9509321Z test_batch_vs_slicing_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:06:49.9768011Z test_batch_vs_slicing_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:06:50.0048807Z test_batch_vs_slicing_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:06:50.0319849Z test_batch_vs_slicing_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:06:50.0461344Z test_batch_vs_slicing_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:06:50.0835350Z test_batch_vs_slicing_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:06:50.1515884Z test_batch_vs_slicing_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-09-27T16:06:50.1964676Z test_batch_vs_slicing_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:06:50.2105242Z test_batch_vs_slicing_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:06:50.2252609Z test_batch_vs_slicing_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:06:50.2485875Z test_batch_vs_slicing_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:06:50.2725943Z test_batch_vs_slicing_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:06:50.3037075Z test_batch_vs_slicing_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:06:50.3272392Z test_batch_vs_slicing_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:06:50.3504205Z test_batch_vs_slicing_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:06:50.3645788Z test_batch_vs_slicing_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:06:50.3858122Z test_batch_vs_slicing_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:06:50.3983682Z test_batch_vs_slicing_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:06:50.4133173Z test_batch_vs_slicing_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:06:50.4351416Z test_batch_vs_slicing_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:06:50.4565271Z test_batch_vs_slicing_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:06:50.4765777Z test_batch_vs_slicing_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:06:50.4983375Z test_batch_vs_slicing_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:06:50.5164825Z test_batch_vs_slicing_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:06:50.5306425Z test_batch_vs_slicing_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:06:50.5671921Z test_batch_vs_slicing_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:06:50.6355447Z test_batch_vs_slicing_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-09-27T16:06:50.6783893Z test_batch_vs_slicing_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:06:50.6924721Z test_batch_vs_slicing_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:06:50.7079560Z test_batch_vs_slicing_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:06:50.7301480Z test_batch_vs_slicing_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:06:50.7522688Z test_batch_vs_slicing_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:06:50.7725417Z test_batch_vs_slicing_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:06:50.7948923Z test_batch_vs_slicing_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:06:50.8168466Z test_batch_vs_slicing_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:06:50.8312616Z test_batch_vs_slicing_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:06:50.8675997Z test_batch_vs_slicing_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:06:50.9367836Z test_batch_vs_slicing_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-09-27T16:06:50.9810564Z test_batch_vs_slicing_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:06:50.9951930Z test_batch_vs_slicing_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:06:51.0103265Z test_batch_vs_slicing_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:06:51.0326897Z test_batch_vs_slicing_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:06:51.0557116Z test_batch_vs_slicing_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:06:51.0768186Z test_batch_vs_slicing_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:06:51.0995022Z test_batch_vs_slicing_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:06:51.1219015Z test_batch_vs_slicing_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:06:51.1335512Z test_batch_vs_slicing_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:06:51.1444026Z test_batch_vs_slicing_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:06:51.1605995Z test_batch_vs_slicing_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:06:51.1727441Z test_batch_vs_slicing_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:06:51.1913052Z test_batch_vs_slicing_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:06:51.2004060Z test_batch_vs_slicing_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:06:51.2110610Z test_batch_vs_slicing_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:06:51.2217952Z test_batch_vs_slicing_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:06:51.2328102Z test_batch_vs_slicing_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:06:51.2416011Z test_batch_vs_slicing_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:06:51.2520428Z test_batch_vs_slicing_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:06:51.2624667Z test_batch_vs_slicing_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:06:51.2784442Z test_batch_vs_slicing_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:06:51.3347537Z test_batch_vs_slicing_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:06:51.3499057Z test_batch_vs_slicing_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:06:51.3665287Z test_batch_vs_slicing_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:06:51.4396842Z test_batch_vs_slicing_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:06:51.5126965Z test_batch_vs_slicing_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:06:51.5841112Z test_batch_vs_slicing_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-09-27T16:06:51.6571977Z test_batch_vs_slicing_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:06:51.7305041Z test_batch_vs_slicing_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:06:51.7422865Z test_batch_vs_slicing_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:06:51.7544396Z test_batch_vs_slicing_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:06:51.7716816Z test_batch_vs_slicing_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:06:51.8011670Z test_batch_vs_slicing_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:06:51.8141170Z test_batch_vs_slicing_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:06:51.8322709Z test_batch_vs_slicing_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:06:51.8423192Z test_batch_vs_slicing_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:06:51.8544155Z test_batch_vs_slicing_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:06:51.8667804Z test_batch_vs_slicing_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:06:51.8788881Z test_batch_vs_slicing_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:06:51.8858515Z test_batch_vs_slicing_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:06:51.8980179Z test_batch_vs_slicing_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:06:51.9099819Z test_batch_vs_slicing_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:06:51.9437743Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:06:51.9753975Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:06:52.0212601Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:06:52.0582141Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:06:52.0949364Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:06:52.1298335Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:06:52.1668347Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:06:52.2038793Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:06:52.2698513Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:06:52.3252953Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:06:52.4259837Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.101s) 2022-09-27T16:06:52.4864180Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:06:52.5469575Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:06:52.6057260Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:06:52.6663890Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-09-27T16:06:52.7271461Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-09-27T16:06:52.8000287Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:06:52.8589544Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:06:52.9637440Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-09-27T16:06:53.0278648Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:06:53.0916471Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:06:53.1536820Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:06:53.2178623Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:06:53.2824042Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:06:53.2965872Z test_batch_vs_slicing_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:06:53.3080403Z test_batch_vs_slicing_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:06:53.3291092Z test_batch_vs_slicing_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:06:53.3412998Z test_batch_vs_slicing_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:06:53.3554764Z test_batch_vs_slicing_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:06:53.3674462Z test_batch_vs_slicing_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:06:53.3794969Z test_batch_vs_slicing_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:06:53.3900699Z test_batch_vs_slicing_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:06:53.4015004Z test_batch_vs_slicing_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:06:53.4200887Z test_batch_vs_slicing_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:06:53.4320286Z test_batch_vs_slicing_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:06:53.4549916Z test_batch_vs_slicing_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:06:53.4886166Z test_batch_vs_slicing_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:06:53.5080026Z test_batch_vs_slicing_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:06:53.5277128Z test_batch_vs_slicing_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:06:53.5391576Z test_batch_vs_slicing_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:06:53.5523669Z test_batch_vs_slicing_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:06:53.5634374Z test_batch_vs_slicing_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:06:53.5745129Z test_batch_vs_slicing_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:06:53.5836955Z test_batch_vs_slicing_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:06:53.5938105Z test_batch_vs_slicing_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:06:53.6038298Z test_batch_vs_slicing_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:06:53.6181479Z test_batch_vs_slicing_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:06:53.6315995Z test_batch_vs_slicing_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:06:53.6480620Z test_batch_vs_slicing_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:06:53.6623535Z test_batch_vs_slicing_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:06:53.6759895Z test_batch_vs_slicing_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:06:53.6925173Z test_batch_vs_slicing_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:06:53.7051132Z test_batch_vs_slicing_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:06:53.7170628Z test_batch_vs_slicing_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:06:53.7305376Z test_batch_vs_slicing_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:06:53.7437949Z test_batch_vs_slicing_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:06:53.7557832Z test_batch_vs_slicing_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:06:53.7699770Z test_batch_vs_slicing_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:06:53.7839984Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:06:53.7985610Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:06:53.8144844Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:06:53.8279538Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:06:53.8410017Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:06:53.8535267Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:06:53.8656118Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:06:53.8823175Z test_batch_vs_slicing_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:06:53.8990100Z test_batch_vs_slicing_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:06:53.9192460Z test_batch_vs_slicing_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:06:53.9382078Z test_batch_vs_slicing_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:06:53.9663660Z test_batch_vs_slicing_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:06:53.9817845Z test_batch_vs_slicing_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:06:53.9951125Z test_batch_vs_slicing_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:06:54.0099503Z test_batch_vs_slicing_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:06:54.0240547Z test_batch_vs_slicing_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:06:54.0375067Z test_batch_vs_slicing_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:06:54.0530612Z test_batch_vs_slicing_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:06:54.0659106Z test_batch_vs_slicing_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:06:54.0787125Z test_batch_vs_slicing_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:06:54.0904143Z test_batch_vs_slicing_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:06:54.1022267Z test_batch_vs_slicing_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:06:54.1139894Z test_batch_vs_slicing_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:06:54.1263194Z test_batch_vs_slicing_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:06:54.1385188Z test_batch_vs_slicing_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:06:54.1526573Z test_batch_vs_slicing_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:06:54.1646690Z test_batch_vs_slicing_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:06:54.1767707Z test_batch_vs_slicing_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:06:54.1873023Z test_batch_vs_slicing_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:06:54.1981248Z test_batch_vs_slicing_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:06:54.2103348Z test_batch_vs_slicing_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:06:54.2110748Z test_batch_vs_slicing_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-09-27T16:06:54.2117408Z test_batch_vs_slicing_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-09-27T16:06:54.2124223Z test_batch_vs_slicing_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-09-27T16:06:54.2261050Z test_batch_vs_slicing_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:06:54.2389096Z test_batch_vs_slicing_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:06:54.2547344Z test_batch_vs_slicing_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:06:54.2886183Z test_batch_vs_slicing_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:06:54.3115796Z test_batch_vs_slicing_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:06:54.3261504Z test_batch_vs_slicing_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:06:54.3385977Z test_batch_vs_slicing_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:06:54.3540702Z test_batch_vs_slicing_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:06:54.3703344Z test_batch_vs_slicing_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:06:54.3849987Z test_batch_vs_slicing_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:06:54.4054228Z test_batch_vs_slicing_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:06:54.4181620Z test_batch_vs_slicing_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:06:54.4304224Z test_batch_vs_slicing_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:06:54.4448562Z test_batch_vs_slicing_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:06:54.4662869Z test_batch_vs_slicing_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:06:54.5063321Z test_batch_vs_slicing_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:06:54.5399648Z test_batch_vs_slicing_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:06:54.5740474Z test_batch_vs_slicing_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:06:54.5956667Z test_batch_vs_slicing_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:06:54.6201967Z test_batch_vs_slicing_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:06:54.6462153Z test_batch_vs_slicing_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:06:54.6742698Z test_batch_vs_slicing_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:06:54.6991936Z test_batch_vs_slicing_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:06:54.7252802Z test_batch_vs_slicing_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:06:54.7510922Z test_batch_vs_slicing_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:06:54.7692461Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:06:54.8623360Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-09-27T16:06:54.9259938Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:06:54.9413624Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:06:54.9604365Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:06:54.9833408Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:06:55.0064809Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:06:55.0273889Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:06:55.0505213Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:06:55.0731641Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:06:55.0871937Z test_batch_vs_slicing_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:06:55.1009917Z test_batch_vs_slicing_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:06:55.1167920Z test_batch_vs_slicing_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:06:55.1297912Z test_batch_vs_slicing_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:06:55.1427854Z test_batch_vs_slicing_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:06:55.1539175Z test_batch_vs_slicing_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:06:55.1658929Z test_batch_vs_slicing_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:06:55.1785476Z test_batch_vs_slicing_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:06:56.1238624Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.945s) 2022-09-27T16:06:56.1484336Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:06:56.1907118Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:06:56.2421396Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:06:56.2669860Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:06:56.2935171Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:06:56.3183011Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:06:56.3430692Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:06:56.3692505Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:06:56.3956829Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:06:56.4219273Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:06:56.4446223Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:06:56.4734399Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:06:56.4997037Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:06:56.5385258Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:06:56.5678343Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:06:56.5945909Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:06:56.6171083Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:06:57.1578525Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.541s) 2022-09-27T16:06:57.3914616Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.234s) 2022-09-27T16:06:57.9624259Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.571s) 2022-09-27T16:06:58.5228052Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.560s) 2022-09-27T16:06:58.7636901Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.241s) 2022-09-27T16:06:59.0234383Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.260s) 2022-09-27T16:06:59.2808374Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.257s) 2022-09-27T16:06:59.5119345Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.231s) 2022-09-27T16:06:59.9105979Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.399s) 2022-09-27T16:07:00.4454892Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.535s) 2022-09-27T16:07:00.6846988Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.239s) 2022-09-27T16:07:01.2445981Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.560s) 2022-09-27T16:07:01.8088007Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.564s) 2022-09-27T16:07:02.0464852Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.238s) 2022-09-27T16:07:02.3066375Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.260s) 2022-09-27T16:07:02.5650416Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.258s) 2022-09-27T16:07:02.7972023Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.232s) 2022-09-27T16:07:03.1875357Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.390s) 2022-09-27T16:07:03.7275131Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.540s) 2022-09-27T16:07:03.9618781Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.234s) 2022-09-27T16:07:04.5216259Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.560s) 2022-09-27T16:07:05.0796318Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.558s) 2022-09-27T16:07:05.3128728Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.233s) 2022-09-27T16:07:05.5740843Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.261s) 2022-09-27T16:07:05.8339193Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.260s) 2022-09-27T16:07:06.0744880Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.241s) 2022-09-27T16:07:06.4654389Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.391s) 2022-09-27T16:07:06.4755443Z test_batch_vs_slicing_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:07:06.4927967Z test_batch_vs_slicing_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:07:06.5228652Z test_batch_vs_slicing_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:07:06.5380236Z test_batch_vs_slicing_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:07:06.5550050Z test_batch_vs_slicing_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:07:06.5639843Z test_batch_vs_slicing_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:06.5741745Z test_batch_vs_slicing_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:07:06.5831935Z test_batch_vs_slicing_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:06.5922683Z test_batch_vs_slicing_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:06.5988795Z test_batch_vs_slicing_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:06.6071133Z test_batch_vs_slicing_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:06.6152985Z test_batch_vs_slicing_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:06.6305047Z test_batch_vs_slicing_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:07:06.6528809Z test_batch_vs_slicing_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:07:06.6789878Z test_batch_vs_slicing_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:07:06.6941205Z test_batch_vs_slicing_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:07:06.7091731Z test_batch_vs_slicing_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:07:06.7291880Z test_batch_vs_slicing_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:07:06.7488477Z test_batch_vs_slicing_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:07:06.7669600Z test_batch_vs_slicing_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:07:06.7871696Z test_batch_vs_slicing_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:07:06.8071167Z test_batch_vs_slicing_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:07:06.8174157Z test_batch_vs_slicing_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:07:06.8263809Z test_batch_vs_slicing_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:06.8452346Z test_batch_vs_slicing_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:07:06.8763125Z test_batch_vs_slicing_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:07:06.8921748Z test_batch_vs_slicing_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:07:06.9103596Z test_batch_vs_slicing_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:07:06.9198920Z test_batch_vs_slicing_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:06.9303569Z test_batch_vs_slicing_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:07:06.9393183Z test_batch_vs_slicing_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:06.9481187Z test_batch_vs_slicing_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:06.9545156Z test_batch_vs_slicing_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:06.9628295Z test_batch_vs_slicing_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:06.9710334Z test_batch_vs_slicing_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:06.9831150Z test_batch_vs_slicing_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:07:07.0010756Z test_batch_vs_slicing_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:07:07.0221882Z test_batch_vs_slicing_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:07:07.0389960Z test_batch_vs_slicing_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:07:07.0586026Z test_batch_vs_slicing_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:07:07.0696997Z test_batch_vs_slicing_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:07:07.0827367Z test_batch_vs_slicing_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:07:07.0986572Z test_batch_vs_slicing_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:07:07.1151313Z test_batch_vs_slicing_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:07:07.1296813Z test_batch_vs_slicing_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:07:07.1456528Z test_batch_vs_slicing_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:07:07.1615119Z test_batch_vs_slicing_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:07:07.1743799Z test_batch_vs_slicing_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:07:07.1860433Z test_batch_vs_slicing_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:07:07.1996937Z test_batch_vs_slicing_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:07:07.2112108Z test_batch_vs_slicing_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:07:07.2229456Z test_batch_vs_slicing_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:07:07.2325807Z test_batch_vs_slicing_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:07:07.2431249Z test_batch_vs_slicing_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:07:07.2534888Z test_batch_vs_slicing_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:07:07.2657427Z test_batch_vs_slicing_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:07:07.2775347Z test_batch_vs_slicing_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:07:07.2912375Z test_batch_vs_slicing_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:07:07.3077022Z test_batch_vs_slicing_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:07:07.3201577Z test_batch_vs_slicing_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:07:07.3340172Z test_batch_vs_slicing_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:07:07.3507606Z test_batch_vs_slicing_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:07:07.3627203Z test_batch_vs_slicing_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:07:07.3765896Z test_batch_vs_slicing_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:07:07.3888748Z test_batch_vs_slicing_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:07:07.4069873Z test_batch_vs_slicing_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:07:07.4441570Z test_batch_vs_slicing_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:07:07.4710552Z test_batch_vs_slicing_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:07:07.4824982Z test_batch_vs_slicing_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:07:07.4965094Z test_batch_vs_slicing_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:07:07.5123132Z test_batch_vs_slicing_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:07:07.5289415Z test_batch_vs_slicing_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:07:07.5435857Z test_batch_vs_slicing_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:07:07.5593574Z test_batch_vs_slicing_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:07:07.5750738Z test_batch_vs_slicing_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:07:07.5876654Z test_batch_vs_slicing_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:07:07.5982448Z test_batch_vs_slicing_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:07:07.6200783Z test_batch_vs_slicing_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:07:07.6711310Z test_batch_vs_slicing_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:07:07.6882126Z test_batch_vs_slicing_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:07:07.7097693Z test_batch_vs_slicing_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:07:07.7213759Z test_batch_vs_slicing_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:07:07.7348438Z test_batch_vs_slicing_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:07:07.7460362Z test_batch_vs_slicing_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:07:07.7574097Z test_batch_vs_slicing_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:07:07.7670160Z test_batch_vs_slicing_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:07:07.7772208Z test_batch_vs_slicing_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:07:07.7891978Z test_batch_vs_slicing_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:07:07.7998997Z test_batch_vs_slicing_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:07:07.8115474Z test_batch_vs_slicing_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:07:07.8281471Z test_batch_vs_slicing_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:07:07.8405940Z test_batch_vs_slicing_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:07:07.8578796Z test_batch_vs_slicing_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:07:07.8669977Z test_batch_vs_slicing_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:07.8778869Z test_batch_vs_slicing_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:07:07.8866004Z test_batch_vs_slicing_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:07.8980247Z test_batch_vs_slicing_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:07:07.9073744Z test_batch_vs_slicing_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:07.9188483Z test_batch_vs_slicing_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:07:07.9303044Z test_batch_vs_slicing_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:07:07.9438668Z test_batch_vs_slicing_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:07:08.0684509Z test_batch_vs_slicing_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.124s) 2022-09-27T16:07:08.1016191Z test_batch_vs_slicing_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:07:08.1237302Z test_batch_vs_slicing_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:07:08.1361566Z test_batch_vs_slicing_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:07:08.1512358Z test_batch_vs_slicing_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:07:08.1683508Z test_batch_vs_slicing_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:07:08.1853614Z test_batch_vs_slicing_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:07:08.2007043Z test_batch_vs_slicing_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:07:08.2177854Z test_batch_vs_slicing_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:07:08.2350525Z test_batch_vs_slicing_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:07:08.2471721Z test_batch_vs_slicing_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:07:08.2577406Z test_batch_vs_slicing_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:07:08.2783750Z test_batch_vs_slicing_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:07:08.2898594Z test_batch_vs_slicing_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:07:08.3030676Z test_batch_vs_slicing_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:07:08.3141421Z test_batch_vs_slicing_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:07:08.3252746Z test_batch_vs_slicing_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:07:08.3347162Z test_batch_vs_slicing_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:08.3445381Z test_batch_vs_slicing_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:07:08.3557364Z test_batch_vs_slicing_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:07:08.3645088Z test_batch_vs_slicing_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:08.3744509Z test_batch_vs_slicing_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:07:08.3907240Z test_batch_vs_slicing_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:07:08.3981702Z test_batch_vs_slicing_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:08.4078702Z test_batch_vs_slicing_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:07:08.4181311Z test_batch_vs_slicing_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:07:08.4282388Z test_batch_vs_slicing_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:07:08.4363357Z test_batch_vs_slicing_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:08.4460836Z test_batch_vs_slicing_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:07:08.4558053Z test_batch_vs_slicing_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:07:08.4690575Z test_batch_vs_slicing_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:07:08.4903092Z test_batch_vs_slicing_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:07:08.5676170Z test_batch_vs_slicing_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-09-27T16:07:08.6228472Z test_batch_vs_slicing_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:07:08.6359121Z test_batch_vs_slicing_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:07:08.6508735Z test_batch_vs_slicing_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:07:08.6693090Z test_batch_vs_slicing_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:07:08.6874756Z test_batch_vs_slicing_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:07:08.7039709Z test_batch_vs_slicing_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:07:08.7224639Z test_batch_vs_slicing_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:07:08.7404221Z test_batch_vs_slicing_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:07:08.7662172Z test_batch_vs_slicing_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:07:08.7889289Z test_batch_vs_slicing_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:07:08.8700550Z test_batch_vs_slicing_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-09-27T16:07:08.9280259Z test_batch_vs_slicing_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:07:08.9483440Z test_batch_vs_slicing_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:07:08.9788181Z test_batch_vs_slicing_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:07:09.0015081Z test_batch_vs_slicing_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:07:09.0251599Z test_batch_vs_slicing_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:07:09.0460100Z test_batch_vs_slicing_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:07:09.0673821Z test_batch_vs_slicing_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:07:09.0889789Z test_batch_vs_slicing_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:07:09.1037890Z test_batch_vs_slicing_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:07:09.1251001Z test_batch_vs_slicing_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:07:09.2057075Z test_batch_vs_slicing_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-09-27T16:07:09.2586574Z test_batch_vs_slicing_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:07:09.2723656Z test_batch_vs_slicing_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:07:09.2907070Z test_batch_vs_slicing_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:07:09.3094835Z test_batch_vs_slicing_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:07:09.3283310Z test_batch_vs_slicing_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:07:09.3452631Z test_batch_vs_slicing_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:07:09.3641409Z test_batch_vs_slicing_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:07:09.3830071Z test_batch_vs_slicing_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:07:09.4164222Z test_batch_vs_slicing_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:07:09.4834828Z test_batch_vs_slicing_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:07:09.5900360Z test_batch_vs_slicing_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.106s) 2022-09-27T16:07:09.6586613Z test_batch_vs_slicing_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-09-27T16:07:09.7348416Z test_batch_vs_slicing_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-09-27T16:07:09.8086341Z test_batch_vs_slicing_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-09-27T16:07:09.8770188Z test_batch_vs_slicing_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-09-27T16:07:09.9597248Z test_batch_vs_slicing_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-09-27T16:07:09.9847194Z test_batch_vs_slicing_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:07:10.0103012Z test_batch_vs_slicing_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:07:10.0485647Z test_batch_vs_slicing_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:07:10.0786160Z test_batch_vs_slicing_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:07:10.1083740Z test_batch_vs_slicing_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:07:10.1362535Z test_batch_vs_slicing_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:07:10.1658560Z test_batch_vs_slicing_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:07:10.1952435Z test_batch_vs_slicing_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:07:10.2196227Z test_batch_vs_slicing_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:07:10.2440193Z test_batch_vs_slicing_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:07:10.2782599Z test_batch_vs_slicing_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:07:10.3070472Z test_batch_vs_slicing_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:07:10.3376132Z test_batch_vs_slicing_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:07:10.3667838Z test_batch_vs_slicing_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:07:10.3955082Z test_batch_vs_slicing_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:07:10.4231069Z test_batch_vs_slicing_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:07:10.4504447Z test_batch_vs_slicing_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:07:10.4715181Z test_batch_vs_slicing_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:07:10.5010757Z test_batch_vs_slicing_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:07:10.5263719Z test_batch_vs_slicing_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:07:10.5537539Z test_batch_vs_slicing_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:07:10.5791082Z test_batch_vs_slicing_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:07:10.6046525Z test_batch_vs_slicing_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:07:10.6358489Z test_batch_vs_slicing_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:07:10.6616749Z test_batch_vs_slicing_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:07:10.6822046Z test_batch_vs_slicing_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:07:10.7113997Z test_batch_vs_slicing_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:07:10.7360776Z test_batch_vs_slicing_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:07:10.7624842Z test_batch_vs_slicing_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:07:10.7868293Z test_batch_vs_slicing_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:07:10.8111407Z test_batch_vs_slicing_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:07:10.8411556Z test_batch_vs_slicing_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:07:10.8596938Z test_batch_vs_slicing_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:07:10.8821607Z test_batch_vs_slicing_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:07:10.8984541Z test_batch_vs_slicing_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:07:10.9210900Z test_batch_vs_slicing_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:07:10.9414395Z test_batch_vs_slicing_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:07:10.9634643Z test_batch_vs_slicing_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:07:10.9838943Z test_batch_vs_slicing_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:07:11.0049677Z test_batch_vs_slicing_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:07:11.0247909Z test_batch_vs_slicing_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:07:11.0497299Z test_batch_vs_slicing_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:07:11.0800297Z test_batch_vs_slicing_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:07:11.1122798Z test_batch_vs_slicing_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:07:11.1453080Z test_batch_vs_slicing_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:07:11.1812260Z test_batch_vs_slicing_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:07:11.2154565Z test_batch_vs_slicing_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:07:11.2482002Z test_batch_vs_slicing_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:07:11.2750545Z test_batch_vs_slicing_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:07:11.3210162Z test_batch_vs_slicing_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:07:11.3717292Z test_batch_vs_slicing_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:07:11.4158058Z test_batch_vs_slicing_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:07:11.4614841Z test_batch_vs_slicing_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:07:11.5106402Z test_batch_vs_slicing_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:07:11.5647264Z test_batch_vs_slicing_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:07:11.6173367Z test_batch_vs_slicing_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:07:11.6663023Z test_batch_vs_slicing_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:07:11.7155153Z test_batch_vs_slicing_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:07:11.7533041Z test_batch_vs_slicing_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:07:11.7832515Z test_batch_vs_slicing_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:07:11.8414648Z test_batch_vs_slicing_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:07:11.8755043Z test_batch_vs_slicing_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:07:11.9128239Z test_batch_vs_slicing_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:07:11.9480518Z test_batch_vs_slicing_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:07:11.9823596Z test_batch_vs_slicing_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:07:12.0168258Z test_batch_vs_slicing_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:07:12.0506055Z test_batch_vs_slicing_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:07:12.0767119Z test_batch_vs_slicing_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:07:12.1227989Z test_batch_vs_slicing_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:07:12.1541001Z test_batch_vs_slicing_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:07:12.1869351Z test_batch_vs_slicing_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:07:12.2180679Z test_batch_vs_slicing_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:07:12.2483325Z test_batch_vs_slicing_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:07:12.2788082Z test_batch_vs_slicing_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:07:12.3095482Z test_batch_vs_slicing_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:07:12.3458014Z test_batch_vs_slicing_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:07:12.3918319Z test_batch_vs_slicing_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:07:12.4311041Z test_batch_vs_slicing_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:07:12.4743270Z test_batch_vs_slicing_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:07:12.5125140Z test_batch_vs_slicing_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:07:12.5518901Z test_batch_vs_slicing_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:07:12.5933508Z test_batch_vs_slicing_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:07:12.6490873Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:07:12.6976939Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:07:12.7554109Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:07:12.8081864Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:07:12.8674132Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:07:12.9241609Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:07:12.9775418Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:07:13.0309681Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:07:13.0868552Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:07:13.1354672Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:07:13.1991063Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:07:13.2525464Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:07:13.3112091Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:07:13.3680297Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:07:13.4218046Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:07:13.4749193Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:07:13.5295002Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:07:13.5627549Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:07:13.6014043Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:07:13.6379443Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:07:13.6778588Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:07:13.7160547Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:07:13.7521570Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:07:13.8031295Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:07:13.8492857Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:07:13.8810559Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:07:13.9204138Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:07:13.9557652Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:07:13.9939923Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:07:14.0307033Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:07:14.0658696Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:07:14.1147088Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:07:14.1453517Z test_batch_vs_slicing_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:07:14.1806544Z test_batch_vs_slicing_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:07:14.2090160Z test_batch_vs_slicing_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:07:14.2350013Z test_batch_vs_slicing_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:07:14.2668593Z test_batch_vs_slicing_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:07:14.2988516Z test_batch_vs_slicing_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:07:14.3289967Z test_batch_vs_slicing_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:07:14.3613699Z test_batch_vs_slicing_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:07:14.3937152Z test_batch_vs_slicing_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:07:14.4154613Z test_batch_vs_slicing_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:07:14.4450465Z test_batch_vs_slicing_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:07:14.4753270Z test_batch_vs_slicing_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:07:14.4913955Z test_batch_vs_slicing_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:07:14.5083835Z test_batch_vs_slicing_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:07:14.5233819Z test_batch_vs_slicing_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:07:14.5394374Z test_batch_vs_slicing_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:07:14.5554638Z test_batch_vs_slicing_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:07:15.5005224Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.945s) 2022-09-27T16:07:15.5252901Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:07:15.5676301Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:07:15.6187861Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:07:15.6434715Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:07:15.6702927Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:07:15.6955498Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:07:15.7206310Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:07:15.7469929Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:07:15.7953714Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:07:15.8257168Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:07:15.8625262Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:07:15.8963537Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:07:15.9327129Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:07:15.9672601Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:07:16.0009884Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:07:16.0474320Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:07:16.0970621Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:07:16.1269878Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:07:16.1636552Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:07:16.1973804Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:07:16.2342377Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:07:16.2699398Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:07:16.3053862Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:07:16.3519256Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:07:16.3752160Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:07:16.3947777Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:07:16.4236585Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:07:16.4473885Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:07:16.4729674Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:07:16.4967909Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:07:16.5206321Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:07:16.5444281Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:07:16.5565016Z test_batch_vs_slicing_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:07:16.5803510Z test_batch_vs_slicing_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:07:16.6191341Z test_batch_vs_slicing_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:07:16.6453293Z test_batch_vs_slicing_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:07:16.6603070Z test_batch_vs_slicing_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:07:16.6747717Z test_batch_vs_slicing_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:07:16.6931549Z test_batch_vs_slicing_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:07:16.7114808Z test_batch_vs_slicing_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:07:16.7282032Z test_batch_vs_slicing_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:07:16.7466643Z test_batch_vs_slicing_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:07:16.7649851Z test_batch_vs_slicing_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:07:16.7772505Z test_batch_vs_slicing_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:07:16.7974447Z test_batch_vs_slicing_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:07:16.8276663Z test_batch_vs_slicing_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:07:16.8453723Z test_batch_vs_slicing_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:07:16.8808714Z test_batch_vs_slicing_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:07:16.8934869Z test_batch_vs_slicing_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:07:16.9073294Z test_batch_vs_slicing_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:07:16.9248149Z test_batch_vs_slicing_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:07:16.9418335Z test_batch_vs_slicing_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:07:16.9568495Z test_batch_vs_slicing_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:07:16.9744899Z test_batch_vs_slicing_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:07:16.9865480Z test_batch_vs_slicing_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:07:17.0004446Z test_batch_vs_slicing_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:07:17.0215412Z test_batch_vs_slicing_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:07:17.1106247Z test_batch_vs_slicing_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-09-27T16:07:17.1656674Z test_batch_vs_slicing_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:07:17.1812841Z test_batch_vs_slicing_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:07:17.1959661Z test_batch_vs_slicing_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:07:17.2138332Z test_batch_vs_slicing_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:07:17.2319642Z test_batch_vs_slicing_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:07:17.2481926Z test_batch_vs_slicing_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:07:17.2663928Z test_batch_vs_slicing_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:07:17.2848249Z test_batch_vs_slicing_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:07:17.3008877Z test_batch_vs_slicing_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:07:17.3228235Z test_batch_vs_slicing_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:07:17.4122060Z test_batch_vs_slicing_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-09-27T16:07:17.4673770Z test_batch_vs_slicing_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:07:17.4826285Z test_batch_vs_slicing_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:07:17.4981835Z test_batch_vs_slicing_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:07:17.5158814Z test_batch_vs_slicing_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:07:17.5337516Z test_batch_vs_slicing_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:07:17.5498210Z test_batch_vs_slicing_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:07:17.5679761Z test_batch_vs_slicing_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:07:17.5860248Z test_batch_vs_slicing_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:07:17.5982566Z test_batch_vs_slicing_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:07:17.6108335Z test_batch_vs_slicing_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:07:17.6256954Z test_batch_vs_slicing_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:07:17.6373579Z test_batch_vs_slicing_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:07:17.6488302Z test_batch_vs_slicing_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:07:17.6586551Z test_batch_vs_slicing_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:07:17.6695758Z test_batch_vs_slicing_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:07:17.6800397Z test_batch_vs_slicing_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:07:17.6816670Z test_complex_edge_values_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:17.6831776Z test_contig_size1_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.6847197Z test_contig_size1_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.6862735Z test_contig_size1_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.6877871Z test_contig_size1_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.6893433Z test_contig_size1_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:17.6907726Z test_contig_size1_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.6922639Z test_contig_size1_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.6936900Z test_contig_size1_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.6950018Z test_contig_size1_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.6963169Z test_contig_size1_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.6976895Z test_contig_size1_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.6990676Z test_contig_size1_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.7005262Z test_contig_size1_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.7020555Z test_contig_size1_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.7036202Z test_contig_size1_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:17.7052387Z test_contig_size1_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:17.7067772Z test_contig_size1_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.7083098Z test_contig_size1_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.7097527Z test_contig_size1_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.7111936Z test_contig_size1_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.7126985Z test_contig_size1_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.7141766Z test_contig_size1_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.7156570Z test_contig_size1_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.7171450Z test_contig_size1_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.7185632Z test_contig_size1_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.7201636Z test_contig_size1_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:17.7217906Z test_contig_size1_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:17.7232993Z test_contig_size1_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.7248039Z test_contig_size1_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.7262898Z test_contig_size1_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.7276482Z test_contig_size1_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.7290520Z test_contig_size1_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.7304579Z test_contig_size1_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.7318382Z test_contig_size1_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.7333241Z test_contig_size1_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.7347319Z test_contig_size1_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.7362556Z test_contig_size1_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.7378754Z test_contig_size1_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:17.7393445Z test_contig_size1_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.7407921Z test_contig_size1_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.7422944Z test_contig_size1_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.7437600Z test_contig_size1_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.7451603Z test_contig_size1_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.7465660Z test_contig_size1_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.7480221Z test_contig_size1_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.7494303Z test_contig_size1_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.7508991Z test_contig_size1_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.7523968Z test_contig_size1_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.7539759Z test_contig_size1_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:17.7556426Z test_contig_size1_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:17.7572394Z test_contig_size1_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:17.7587176Z test_contig_size1_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.7602290Z test_contig_size1_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.7617371Z test_contig_size1_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.7632101Z test_contig_size1_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.7647041Z test_contig_size1_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.7662011Z test_contig_size1_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.7676710Z test_contig_size1_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.7690741Z test_contig_size1_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.7705953Z test_contig_size1_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.7722216Z test_contig_size1_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:17.7737677Z test_contig_size1_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.7752879Z test_contig_size1_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.7767170Z test_contig_size1_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.7781258Z test_contig_size1_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.7795555Z test_contig_size1_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.7809759Z test_contig_size1_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.7823763Z test_contig_size1_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.7838552Z test_contig_size1_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.7853940Z test_contig_size1_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.7870270Z test_contig_size1_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:17.7885885Z test_contig_size1_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:17.7901463Z test_contig_size1_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.7916789Z test_contig_size1_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.7931881Z test_contig_size1_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.7946710Z test_contig_size1_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.7961583Z test_contig_size1_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.7976979Z test_contig_size1_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.7991983Z test_contig_size1_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.8006829Z test_contig_size1_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.8020754Z test_contig_size1_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.8036203Z test_contig_size1_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.8052616Z test_contig_size1_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:17.8068285Z test_contig_size1_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:17.8083018Z test_contig_size1_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.8097772Z test_contig_size1_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.8111971Z test_contig_size1_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.8125244Z test_contig_size1_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.8139377Z test_contig_size1_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.8152921Z test_contig_size1_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.8166922Z test_contig_size1_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.8180663Z test_contig_size1_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.8195387Z test_contig_size1_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.8210699Z test_contig_size1_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.8225621Z test_contig_size1_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.8240246Z test_contig_size1_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.8255036Z test_contig_size1_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.8270326Z test_contig_size1_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.8284440Z test_contig_size1_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.8298235Z test_contig_size1_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.8311986Z test_contig_size1_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.8325569Z test_contig_size1_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.8339705Z test_contig_size1_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.8352781Z test_contig_size1_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.8366175Z test_contig_size1_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.8380118Z test_contig_size1_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.8393194Z test_contig_size1_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.8406380Z test_contig_size1_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.8420052Z test_contig_size1_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.8433828Z test_contig_size1_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.8447349Z test_contig_size1_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.8462777Z test_contig_size1_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.8478070Z test_contig_size1_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:17.8492618Z test_contig_size1_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.8506915Z test_contig_size1_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.8521030Z test_contig_size1_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.8536366Z test_contig_size1_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.8550367Z test_contig_size1_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.8564035Z test_contig_size1_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.8577849Z test_contig_size1_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.8591243Z test_contig_size1_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.8604654Z test_contig_size1_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.8618855Z test_contig_size1_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.8632121Z test_contig_size1_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.8646508Z test_contig_size1_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.8661220Z test_contig_size1_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.8675386Z test_contig_size1_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.8688901Z test_contig_size1_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.8703555Z test_contig_size1_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.8717240Z test_contig_size1_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.8730454Z test_contig_size1_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.8743414Z test_contig_size1_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.8756409Z test_contig_size1_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.8769516Z test_contig_size1_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.8783501Z test_contig_size1_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.8797639Z test_contig_size1_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.8812673Z test_contig_size1_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.8826223Z test_contig_size1_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.8839291Z test_contig_size1_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.8852642Z test_contig_size1_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.8865524Z test_contig_size1_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.8878867Z test_contig_size1_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.8893339Z test_contig_size1_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.8908256Z test_contig_size1_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.8924838Z test_contig_size1_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:17.8941191Z test_contig_size1_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:17.8957234Z test_contig_size1_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:17.8973319Z test_contig_size1_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:17.8989020Z test_contig_size1_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:17.9004621Z test_contig_size1_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.9019963Z test_contig_size1_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.9034980Z test_contig_size1_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.9050179Z test_contig_size1_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.9065265Z test_contig_size1_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.9080328Z test_contig_size1_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.9095071Z test_contig_size1_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.9108437Z test_contig_size1_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.9123220Z test_contig_size1_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.9138662Z test_contig_size1_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.9153139Z test_contig_size1_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.9167836Z test_contig_size1_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.9182330Z test_contig_size1_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.9197309Z test_contig_size1_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.9211629Z test_contig_size1_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.9225283Z test_contig_size1_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.9238684Z test_contig_size1_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.9252364Z test_contig_size1_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.9265990Z test_contig_size1_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.9280109Z test_contig_size1_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.9293718Z test_contig_size1_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.9309378Z test_contig_size1_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:17.9325613Z test_contig_size1_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:17.9342074Z test_contig_size1_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:17.9357283Z test_contig_size1_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.9372397Z test_contig_size1_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.9387638Z test_contig_size1_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.9401722Z test_contig_size1_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.9415539Z test_contig_size1_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.9428866Z test_contig_size1_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.9442305Z test_contig_size1_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.9455989Z test_contig_size1_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.9470255Z test_contig_size1_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.9483848Z test_contig_size1_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.9499523Z test_contig_size1_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:17.9515855Z test_contig_size1_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:17.9532285Z test_contig_size1_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:17.9547643Z test_contig_size1_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.9562594Z test_contig_size1_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.9578218Z test_contig_size1_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:17.9592371Z test_contig_size1_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.9605999Z test_contig_size1_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.9619772Z test_contig_size1_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.9633364Z test_contig_size1_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.9647041Z test_contig_size1_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.9662278Z test_contig_size1_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.9677462Z test_contig_size1_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.9694228Z test_contig_size1_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:17.9710542Z test_contig_size1_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:17.9726388Z test_contig_size1_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:17.9742255Z test_contig_size1_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:17.9757633Z test_contig_size1_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.9773023Z test_contig_size1_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.9788160Z test_contig_size1_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.9803443Z test_contig_size1_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.9819221Z test_contig_size1_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:17.9834677Z test_contig_size1_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.9849994Z test_contig_size1_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.9866220Z test_contig_size1_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:17.9882526Z test_contig_size1_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:17.9898550Z test_contig_size1_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:17.9913831Z test_contig_size1_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.9928880Z test_contig_size1_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.9943988Z test_contig_size1_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.9959111Z test_contig_size1_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.9974295Z test_contig_size1_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:17.9989278Z test_contig_size1_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0004336Z test_contig_size1_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0018583Z test_contig_size1_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0033075Z test_contig_size1_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0048127Z test_contig_size1_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0063708Z test_contig_size1_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.0078459Z test_contig_size1_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0092872Z test_contig_size1_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0106977Z test_contig_size1_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0121197Z test_contig_size1_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0135591Z test_contig_size1_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0151050Z test_contig_size1_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0165083Z test_contig_size1_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0180314Z test_contig_size1_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0195591Z test_contig_size1_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0210377Z test_contig_size1_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0224470Z test_contig_size1_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0238456Z test_contig_size1_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0252800Z test_contig_size1_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0266841Z test_contig_size1_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0281310Z test_contig_size1_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0295697Z test_contig_size1_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0310921Z test_contig_size1_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0326345Z test_contig_size1_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0341904Z test_contig_size1_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0356688Z test_contig_size1_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0371682Z test_contig_size1_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0386759Z test_contig_size1_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0401240Z test_contig_size1_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0415454Z test_contig_size1_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0429472Z test_contig_size1_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0443630Z test_contig_size1_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0456995Z test_contig_size1_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0471228Z test_contig_size1_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0485615Z test_contig_size1_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0500708Z test_contig_size1_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0515509Z test_contig_size1_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0530112Z test_contig_size1_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0544637Z test_contig_size1_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0559122Z test_contig_size1_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0573818Z test_contig_size1_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0588242Z test_contig_size1_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0602985Z test_contig_size1_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0618287Z test_contig_size1_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0633126Z test_contig_size1_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0648062Z test_contig_size1_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0662777Z test_contig_size1_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0677221Z test_contig_size1_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0692208Z test_contig_size1_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0706516Z test_contig_size1_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0721047Z test_contig_size1_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0735837Z test_contig_size1_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0749596Z test_contig_size1_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0764568Z test_contig_size1_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0779791Z test_contig_size1_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0794374Z test_contig_size1_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0809311Z test_contig_size1_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0823701Z test_contig_size1_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0838234Z test_contig_size1_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0852831Z test_contig_size1_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0867129Z test_contig_size1_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0880498Z test_contig_size1_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0894276Z test_contig_size1_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0908183Z test_contig_size1_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0922822Z test_contig_size1_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0937025Z test_contig_size1_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0950496Z test_contig_size1_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0963770Z test_contig_size1_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0977520Z test_contig_size1_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.0990860Z test_contig_size1_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.1004559Z test_contig_size1_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.1018598Z test_contig_size1_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.1034071Z test_contig_size1_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.1049552Z test_contig_size1_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.1064555Z test_contig_size1_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.1079268Z test_contig_size1_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.1094046Z test_contig_size1_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.1108394Z test_contig_size1_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.1122756Z test_contig_size1_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.1137323Z test_contig_size1_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.1151742Z test_contig_size1_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.1166536Z test_contig_size1_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.1181293Z test_contig_size1_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.1195966Z test_contig_size1_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.1210856Z test_contig_size1_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.1225176Z test_contig_size1_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.1239616Z test_contig_size1_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.1254435Z test_contig_size1_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.1268740Z test_contig_size1_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.1283156Z test_contig_size1_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.1298059Z test_contig_size1_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.1311263Z test_contig_size1_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.1326195Z test_contig_size1_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.1342213Z test_contig_size1_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.1358085Z test_contig_size1_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.1373297Z test_contig_size1_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.1387641Z test_contig_size1_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.1402554Z test_contig_size1_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.1416778Z test_contig_size1_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.1429878Z test_contig_size1_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.1443173Z test_contig_size1_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.1456728Z test_contig_size1_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.1470049Z test_contig_size1_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.1483834Z test_contig_size1_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.1497485Z test_contig_size1_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.1512165Z test_contig_size1_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.1527141Z test_contig_size1_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.1542016Z test_contig_size1_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.1556946Z test_contig_size1_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.1572100Z test_contig_size1_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.1586934Z test_contig_size1_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.1600903Z test_contig_size1_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.1614629Z test_contig_size1_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.1628056Z test_contig_size1_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.1641448Z test_contig_size1_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.1655148Z test_contig_size1_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.1668881Z test_contig_size1_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.1683121Z test_contig_size1_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.1698358Z test_contig_size1_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.1711780Z test_contig_size1_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.1724645Z test_contig_size1_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.1737630Z test_contig_size1_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.1750473Z test_contig_size1_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.1763349Z test_contig_size1_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.1777191Z test_contig_size1_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.1790854Z test_contig_size1_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.1804794Z test_contig_size1_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.1819483Z test_contig_size1_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.1834620Z test_contig_size1_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.1849588Z test_contig_size1_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.1864669Z test_contig_size1_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.1881026Z test_contig_size1_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.1896037Z test_contig_size1_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.1910049Z test_contig_size1_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.1925573Z test_contig_size1_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.1941484Z test_contig_size1_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.1956678Z test_contig_size1_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.1971740Z test_contig_size1_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.1990429Z test_contig_size1_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.2004922Z test_contig_size1_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.2019176Z test_contig_size1_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.2033170Z test_contig_size1_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.2047252Z test_contig_size1_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.2061593Z test_contig_size1_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.2076122Z test_contig_size1_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.2090505Z test_contig_size1_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.2105453Z test_contig_size1_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.2120964Z test_contig_size1_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.2135825Z test_contig_size1_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.2149963Z test_contig_size1_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.2164119Z test_contig_size1_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.2178406Z test_contig_size1_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.2192588Z test_contig_size1_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.2208081Z test_contig_size1_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.2223821Z test_contig_size1_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.2239294Z test_contig_size1_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.2254093Z test_contig_size1_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.2267760Z test_contig_size1_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.2282495Z test_contig_size1_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.2298105Z test_contig_size1_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.2312683Z test_contig_size1_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.2327048Z test_contig_size1_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.2342314Z test_contig_size1_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.2356456Z test_contig_size1_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.2370113Z test_contig_size1_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.2383774Z test_contig_size1_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.2397411Z test_contig_size1_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.2411174Z test_contig_size1_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.2425858Z test_contig_size1_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.2439603Z test_contig_size1_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.2455468Z test_contig_size1_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.2471412Z test_contig_size1_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.2486791Z test_contig_size1_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.2501783Z test_contig_size1_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.2516443Z test_contig_size1_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.2531821Z test_contig_size1_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.2545940Z test_contig_size1_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.2559618Z test_contig_size1_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.2573310Z test_contig_size1_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.2586982Z test_contig_size1_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.2600625Z test_contig_size1_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.2615034Z test_contig_size1_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.2628631Z test_contig_size1_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.2643757Z test_contig_size1_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.2659429Z test_contig_size1_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.2674538Z test_contig_size1_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.2689519Z test_contig_size1_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.2704015Z test_contig_size1_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.2719366Z test_contig_size1_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.2733555Z test_contig_size1_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.2747098Z test_contig_size1_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.2760621Z test_contig_size1_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.2774302Z test_contig_size1_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.2787971Z test_contig_size1_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.2801972Z test_contig_size1_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.2815780Z test_contig_size1_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.2843191Z test_contig_size1_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.2852074Z test_contig_size1_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.2866465Z test_contig_size1_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.2880602Z test_contig_size1_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.2894895Z test_contig_size1_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.2908280Z test_contig_size1_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.2920933Z test_contig_size1_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.2933943Z test_contig_size1_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.2946731Z test_contig_size1_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.2959750Z test_contig_size1_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.2973341Z test_contig_size1_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.2986556Z test_contig_size1_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.3000076Z test_contig_size1_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.3014255Z test_contig_size1_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.3028754Z test_contig_size1_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.3042484Z test_contig_size1_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.3055778Z test_contig_size1_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.3068835Z test_contig_size1_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.3081904Z test_contig_size1_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.3095169Z test_contig_size1_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.3108651Z test_contig_size1_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.3121725Z test_contig_size1_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.3135580Z test_contig_size1_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.3149411Z test_contig_size1_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.3163937Z test_contig_size1_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.3177909Z test_contig_size1_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.3191017Z test_contig_size1_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.3204032Z test_contig_size1_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.3217263Z test_contig_size1_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.3230258Z test_contig_size1_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.3243606Z test_contig_size1_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.3257157Z test_contig_size1_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.3271422Z test_contig_size1_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.3286165Z test_contig_size1_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.3300659Z test_contig_size1_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.3315178Z test_contig_size1_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.3328921Z test_contig_size1_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.3343839Z test_contig_size1_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.3357769Z test_contig_size1_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.3371157Z test_contig_size1_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.3384268Z test_contig_size1_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.3397424Z test_contig_size1_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.3410741Z test_contig_size1_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:18.3422258Z test_contig_size1_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:18.3433513Z test_contig_size1_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:18.3444788Z test_contig_size1_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:18.3456626Z test_contig_size1_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:18.3467917Z test_contig_size1_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:18.3478888Z test_contig_size1_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:18.3491017Z test_contig_size1_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:18.3502680Z test_contig_size1_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:18.3513832Z test_contig_size1_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:18.3524541Z test_contig_size1_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:18.3535819Z test_contig_size1_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:18.3546523Z test_contig_size1_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:18.3573703Z test_contig_size1_large_dim_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.3612078Z test_contig_size1_large_dim_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:18.3675387Z test_contig_size1_large_dim_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:18.3705909Z test_contig_size1_large_dim_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.3744936Z test_contig_size1_large_dim_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:18.3770833Z test_contig_size1_large_dim_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.3798912Z test_contig_size1_large_dim_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.3823699Z test_contig_size1_large_dim_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.3849366Z test_contig_size1_large_dim_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.3870738Z test_contig_size1_large_dim_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.3896083Z test_contig_size1_large_dim_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.3919939Z test_contig_size1_large_dim_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.3945759Z test_contig_size1_large_dim_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.3976176Z test_contig_size1_large_dim_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.4025275Z test_contig_size1_large_dim_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:18.4067684Z test_contig_size1_large_dim_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:18.4092963Z test_contig_size1_large_dim_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.4120640Z test_contig_size1_large_dim_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.4149808Z test_contig_size1_large_dim_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.4179178Z test_contig_size1_large_dim_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.4203942Z test_contig_size1_large_dim_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.4232793Z test_contig_size1_large_dim_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.4261735Z test_contig_size1_large_dim_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.4292736Z test_contig_size1_large_dim_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.4324515Z test_contig_size1_large_dim_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.4397900Z test_contig_size1_large_dim_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:18.4470907Z test_contig_size1_large_dim_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:18.4500559Z test_contig_size1_large_dim_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.4539097Z test_contig_size1_large_dim_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:18.4570053Z test_contig_size1_large_dim_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.4601886Z test_contig_size1_large_dim_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.4630520Z test_contig_size1_large_dim_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.4662476Z test_contig_size1_large_dim_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.4694091Z test_contig_size1_large_dim_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.4721397Z test_contig_size1_large_dim_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.4750935Z test_contig_size1_large_dim_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.4793202Z test_contig_size1_large_dim_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:18.4825594Z test_contig_size1_large_dim_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.4865729Z test_contig_size1_large_dim_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:18.4890602Z test_contig_size1_large_dim_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.4917592Z test_contig_size1_large_dim_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.4945841Z test_contig_size1_large_dim_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.4973912Z test_contig_size1_large_dim_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.4998575Z test_contig_size1_large_dim_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.5026598Z test_contig_size1_large_dim_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.5055060Z test_contig_size1_large_dim_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.5082044Z test_contig_size1_large_dim_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.5112658Z test_contig_size1_large_dim_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.5162375Z test_contig_size1_large_dim_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:18.5199930Z test_contig_size1_large_dim_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:18.5225364Z test_contig_size1_large_dim_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.5252960Z test_contig_size1_large_dim_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.5280989Z test_contig_size1_large_dim_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.5309652Z test_contig_size1_large_dim_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.5335320Z test_contig_size1_large_dim_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.5363687Z test_contig_size1_large_dim_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.5392300Z test_contig_size1_large_dim_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.5424418Z test_contig_size1_large_dim_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.5458307Z test_contig_size1_large_dim_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.5532143Z test_contig_size1_large_dim_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:18.5602386Z test_contig_size1_large_dim_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:18.5632620Z test_contig_size1_large_dim_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.5670810Z test_contig_size1_large_dim_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:18.5702580Z test_contig_size1_large_dim_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.5735705Z test_contig_size1_large_dim_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.5764135Z test_contig_size1_large_dim_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.5795920Z test_contig_size1_large_dim_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.5828227Z test_contig_size1_large_dim_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.5856333Z test_contig_size1_large_dim_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.5886571Z test_contig_size1_large_dim_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.5935297Z test_contig_size1_large_dim_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:18.5971082Z test_contig_size1_large_dim_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.5996444Z test_contig_size1_large_dim_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.6025147Z test_contig_size1_large_dim_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.6054537Z test_contig_size1_large_dim_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.6084380Z test_contig_size1_large_dim_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.6110208Z test_contig_size1_large_dim_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.6139447Z test_contig_size1_large_dim_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.6167905Z test_contig_size1_large_dim_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.6203120Z test_contig_size1_large_dim_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.6235850Z test_contig_size1_large_dim_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.6325161Z test_contig_size1_large_dim_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:18.6376603Z test_contig_size1_large_dim_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:18.6409157Z test_contig_size1_large_dim_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.6444672Z test_contig_size1_large_dim_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:18.6475645Z test_contig_size1_large_dim_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.6507726Z test_contig_size1_large_dim_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.6535550Z test_contig_size1_large_dim_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.6566294Z test_contig_size1_large_dim_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.6596145Z test_contig_size1_large_dim_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.6622024Z test_contig_size1_large_dim_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.6651545Z test_contig_size1_large_dim_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.6688404Z test_contig_size1_large_dim_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:18.6746839Z test_contig_size1_large_dim_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:18.6776988Z test_contig_size1_large_dim_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.6815584Z test_contig_size1_large_dim_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:18.6839910Z test_contig_size1_large_dim_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.6868216Z test_contig_size1_large_dim_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.6895473Z test_contig_size1_large_dim_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.6922830Z test_contig_size1_large_dim_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.6947592Z test_contig_size1_large_dim_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.6975728Z test_contig_size1_large_dim_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.7003451Z test_contig_size1_large_dim_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.7028326Z test_contig_size1_large_dim_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.7053035Z test_contig_size1_large_dim_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.7077601Z test_contig_size1_large_dim_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.7098566Z test_contig_size1_large_dim_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.7122569Z test_contig_size1_large_dim_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.7147584Z test_contig_size1_large_dim_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.7171457Z test_contig_size1_large_dim_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.7195623Z test_contig_size1_large_dim_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.7229987Z test_contig_size1_large_dim_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.7285311Z test_contig_size1_large_dim_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:18.7312333Z test_contig_size1_large_dim_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.7347944Z test_contig_size1_large_dim_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:18.7369566Z test_contig_size1_large_dim_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.7394710Z test_contig_size1_large_dim_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.7419722Z test_contig_size1_large_dim_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.7443811Z test_contig_size1_large_dim_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.7464908Z test_contig_size1_large_dim_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.7489216Z test_contig_size1_large_dim_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.7513223Z test_contig_size1_large_dim_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.7536201Z test_contig_size1_large_dim_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.7560459Z test_contig_size1_large_dim_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.7593840Z test_contig_size1_large_dim_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.7620236Z test_contig_size1_large_dim_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.7656308Z test_contig_size1_large_dim_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:18.7677524Z test_contig_size1_large_dim_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.7702338Z test_contig_size1_large_dim_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.7726796Z test_contig_size1_large_dim_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.7751168Z test_contig_size1_large_dim_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.7772230Z test_contig_size1_large_dim_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.7796282Z test_contig_size1_large_dim_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.7820449Z test_contig_size1_large_dim_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.7846240Z test_contig_size1_large_dim_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.7870717Z test_contig_size1_large_dim_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.7898894Z test_contig_size1_large_dim_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.7923677Z test_contig_size1_large_dim_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.7948885Z test_contig_size1_large_dim_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.7970625Z test_contig_size1_large_dim_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.7995243Z test_contig_size1_large_dim_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.8019560Z test_contig_size1_large_dim_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.8046825Z test_contig_size1_large_dim_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.8076474Z test_contig_size1_large_dim_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.8114702Z test_contig_size1_large_dim_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:18.8174682Z test_contig_size1_large_dim_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:18.8207932Z test_contig_size1_large_dim_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.8248030Z test_contig_size1_large_dim_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:18.8273816Z test_contig_size1_large_dim_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.8303393Z test_contig_size1_large_dim_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.8332446Z test_contig_size1_large_dim_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.8361645Z test_contig_size1_large_dim_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.8387750Z test_contig_size1_large_dim_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.8416950Z test_contig_size1_large_dim_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.8446006Z test_contig_size1_large_dim_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.8470418Z test_contig_size1_large_dim_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.8495189Z test_contig_size1_large_dim_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.8528145Z test_contig_size1_large_dim_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.8583763Z test_contig_size1_large_dim_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:18.8610520Z test_contig_size1_large_dim_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.8646167Z test_contig_size1_large_dim_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:18.8667925Z test_contig_size1_large_dim_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.8692515Z test_contig_size1_large_dim_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.8716906Z test_contig_size1_large_dim_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.8741481Z test_contig_size1_large_dim_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.8762153Z test_contig_size1_large_dim_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.8786551Z test_contig_size1_large_dim_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.8810794Z test_contig_size1_large_dim_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.8837159Z test_contig_size1_large_dim_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.8862801Z test_contig_size1_large_dim_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.8900947Z test_contig_size1_large_dim_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:18.8961432Z test_contig_size1_large_dim_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:18.8992981Z test_contig_size1_large_dim_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.9031866Z test_contig_size1_large_dim_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:18.9056421Z test_contig_size1_large_dim_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.9082754Z test_contig_size1_large_dim_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.9107741Z test_contig_size1_large_dim_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.9131948Z test_contig_size1_large_dim_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.9152844Z test_contig_size1_large_dim_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.9176887Z test_contig_size1_large_dim_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.9200639Z test_contig_size1_large_dim_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.9226248Z test_contig_size1_large_dim_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.9251228Z test_contig_size1_large_dim_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.9291089Z test_contig_size1_large_dim_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:18.9351760Z test_contig_size1_large_dim_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:18.9383387Z test_contig_size1_large_dim_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.9421651Z test_contig_size1_large_dim_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:18.9445093Z test_contig_size1_large_dim_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.9472360Z test_contig_size1_large_dim_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.9497254Z test_contig_size1_large_dim_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.9521795Z test_contig_size1_large_dim_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.9542505Z test_contig_size1_large_dim_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.9566788Z test_contig_size1_large_dim_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.9591075Z test_contig_size1_large_dim_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.9618017Z test_contig_size1_large_dim_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.9648080Z test_contig_size1_large_dim_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.9693696Z test_contig_size1_large_dim_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:18.9733012Z test_contig_size1_large_dim_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:18.9758021Z test_contig_size1_large_dim_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:18.9786761Z test_contig_size1_large_dim_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.9814963Z test_contig_size1_large_dim_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.9844432Z test_contig_size1_large_dim_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.9870396Z test_contig_size1_large_dim_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.9899086Z test_contig_size1_large_dim_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.9926707Z test_contig_size1_large_dim_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.9954415Z test_contig_size1_large_dim_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:18.9985036Z test_contig_size1_large_dim_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.0052438Z test_contig_size1_large_dim_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:19.0103729Z test_contig_size1_large_dim_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:19.0128332Z test_contig_size1_large_dim_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.0157842Z test_contig_size1_large_dim_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.0187297Z test_contig_size1_large_dim_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.0216760Z test_contig_size1_large_dim_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.0242367Z test_contig_size1_large_dim_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.0272009Z test_contig_size1_large_dim_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.0300881Z test_contig_size1_large_dim_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.0328256Z test_contig_size1_large_dim_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.0357847Z test_contig_size1_large_dim_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.0399015Z test_contig_size1_large_dim_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:19.0423407Z test_contig_size1_large_dim_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.0450645Z test_contig_size1_large_dim_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.0478234Z test_contig_size1_large_dim_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.0506278Z test_contig_size1_large_dim_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.0530907Z test_contig_size1_large_dim_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.0559011Z test_contig_size1_large_dim_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.0588071Z test_contig_size1_large_dim_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.1077147Z test_contig_size1_large_dim_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:07:19.1109404Z test_contig_size1_large_dim_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.1150293Z test_contig_size1_large_dim_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:19.1197963Z test_contig_size1_large_dim_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:19.1229809Z test_contig_size1_large_dim_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.1263101Z test_contig_size1_large_dim_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.1292253Z test_contig_size1_large_dim_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.1323659Z test_contig_size1_large_dim_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.1356576Z test_contig_size1_large_dim_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.1383109Z test_contig_size1_large_dim_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.1411255Z test_contig_size1_large_dim_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.1446997Z test_contig_size1_large_dim_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.1505587Z test_contig_size1_large_dim_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:19.1535043Z test_contig_size1_large_dim_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.1574023Z test_contig_size1_large_dim_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:19.1598326Z test_contig_size1_large_dim_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.1625731Z test_contig_size1_large_dim_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.1653438Z test_contig_size1_large_dim_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.1680766Z test_contig_size1_large_dim_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.1705841Z test_contig_size1_large_dim_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.1733083Z test_contig_size1_large_dim_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.1760197Z test_contig_size1_large_dim_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.1787995Z test_contig_size1_large_dim_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.1818485Z test_contig_size1_large_dim_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.1847144Z test_contig_size1_large_dim_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.1875589Z test_contig_size1_large_dim_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.1904504Z test_contig_size1_large_dim_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.1933845Z test_contig_size1_large_dim_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.1959975Z test_contig_size1_large_dim_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.1989422Z test_contig_size1_large_dim_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.2018168Z test_contig_size1_large_dim_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.2047060Z test_contig_size1_large_dim_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.2076858Z test_contig_size1_large_dim_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.2102509Z test_contig_size1_large_dim_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.2130901Z test_contig_size1_large_dim_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.2158973Z test_contig_size1_large_dim_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.2188258Z test_contig_size1_large_dim_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.2213839Z test_contig_size1_large_dim_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.2242325Z test_contig_size1_large_dim_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.2271354Z test_contig_size1_large_dim_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.2302564Z test_contig_size1_large_dim_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.2338977Z test_contig_size1_large_dim_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:19.2363867Z test_contig_size1_large_dim_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.2392351Z test_contig_size1_large_dim_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.2427093Z test_contig_size1_large_dim_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.2461437Z test_contig_size1_large_dim_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.2493261Z test_contig_size1_large_dim_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.2527344Z test_contig_size1_large_dim_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.2556129Z test_contig_size1_large_dim_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.2584142Z test_contig_size1_large_dim_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.2615231Z test_contig_size1_large_dim_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.2657995Z test_contig_size1_large_dim_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:19.2684221Z test_contig_size1_large_dim_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.2716692Z test_contig_size1_large_dim_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.2745674Z test_contig_size1_large_dim_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.2774927Z test_contig_size1_large_dim_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.2800669Z test_contig_size1_large_dim_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.2829456Z test_contig_size1_large_dim_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.2858486Z test_contig_size1_large_dim_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.2885860Z test_contig_size1_large_dim_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.2915324Z test_contig_size1_large_dim_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.2955744Z test_contig_size1_large_dim_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:19.2987992Z test_contig_size1_large_dim_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.3014524Z test_contig_size1_large_dim_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.3041808Z test_contig_size1_large_dim_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.3070830Z test_contig_size1_large_dim_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.3098425Z test_contig_size1_large_dim_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.3123840Z test_contig_size1_large_dim_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.3152911Z test_contig_size1_large_dim_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.3181210Z test_contig_size1_large_dim_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.3207800Z test_contig_size1_large_dim_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.3237100Z test_contig_size1_large_dim_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.3262158Z test_contig_size1_large_dim_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.3290416Z test_contig_size1_large_dim_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.3318997Z test_contig_size1_large_dim_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.3347787Z test_contig_size1_large_dim_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.3374251Z test_contig_size1_large_dim_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.3403234Z test_contig_size1_large_dim_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.3431899Z test_contig_size1_large_dim_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.3458397Z test_contig_size1_large_dim_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.3483772Z test_contig_size1_large_dim_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.3521767Z test_contig_size1_large_dim_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:19.3587530Z test_contig_size1_large_dim_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:19.3619592Z test_contig_size1_large_dim_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.3660806Z test_contig_size1_large_dim_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:19.3686024Z test_contig_size1_large_dim_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.3713333Z test_contig_size1_large_dim_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.3739603Z test_contig_size1_large_dim_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.3765595Z test_contig_size1_large_dim_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.3787958Z test_contig_size1_large_dim_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.3813008Z test_contig_size1_large_dim_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.3837822Z test_contig_size1_large_dim_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.3865106Z test_contig_size1_large_dim_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.3894551Z test_contig_size1_large_dim_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.3932024Z test_contig_size1_large_dim_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:19.3991013Z test_contig_size1_large_dim_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:19.4021277Z test_contig_size1_large_dim_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.4060086Z test_contig_size1_large_dim_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:19.4085815Z test_contig_size1_large_dim_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.4113194Z test_contig_size1_large_dim_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.4140825Z test_contig_size1_large_dim_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.4168871Z test_contig_size1_large_dim_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.4193597Z test_contig_size1_large_dim_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.4221285Z test_contig_size1_large_dim_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.4248857Z test_contig_size1_large_dim_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.4275368Z test_contig_size1_large_dim_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.4299511Z test_contig_size1_large_dim_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.4326066Z test_contig_size1_large_dim_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.4351734Z test_contig_size1_large_dim_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.4376244Z test_contig_size1_large_dim_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.4397051Z test_contig_size1_large_dim_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.4421164Z test_contig_size1_large_dim_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.4445644Z test_contig_size1_large_dim_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.4472606Z test_contig_size1_large_dim_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.4512087Z test_contig_size1_large_dim_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:19.4537117Z test_contig_size1_large_dim_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.4564029Z test_contig_size1_large_dim_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.4592554Z test_contig_size1_large_dim_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.4634694Z test_contig_size1_large_dim_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:19.4661358Z test_contig_size1_large_dim_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.4690902Z test_contig_size1_large_dim_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.4717241Z test_contig_size1_large_dim_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.4744720Z test_contig_size1_large_dim_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.4781757Z test_contig_size1_large_dim_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:19.4812622Z test_contig_size1_large_dim_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.4850770Z test_contig_size1_large_dim_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:19.4875847Z test_contig_size1_large_dim_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.4903437Z test_contig_size1_large_dim_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.4930820Z test_contig_size1_large_dim_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.4958383Z test_contig_size1_large_dim_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.4983936Z test_contig_size1_large_dim_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.5011215Z test_contig_size1_large_dim_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.5038578Z test_contig_size1_large_dim_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.5071265Z test_contig_size1_large_dim_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.5105362Z test_contig_size1_large_dim_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.5135985Z test_contig_size1_large_dim_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.5170305Z test_contig_size1_large_dim_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.5203133Z test_contig_size1_large_dim_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.5237267Z test_contig_size1_large_dim_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.5267227Z test_contig_size1_large_dim_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.5301873Z test_contig_size1_large_dim_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.5334990Z test_contig_size1_large_dim_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.5372321Z test_contig_size1_large_dim_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:19.5432103Z test_contig_size1_large_dim_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:19.5462605Z test_contig_size1_large_dim_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.5486028Z test_contig_size1_large_dim_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.5510802Z test_contig_size1_large_dim_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.5544862Z test_contig_size1_large_dim_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.5571717Z test_contig_size1_large_dim_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.5608146Z test_contig_size1_large_dim_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:19.5630021Z test_contig_size1_large_dim_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.5655072Z test_contig_size1_large_dim_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.5679472Z test_contig_size1_large_dim_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.5703779Z test_contig_size1_large_dim_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.5724422Z test_contig_size1_large_dim_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.5749565Z test_contig_size1_large_dim_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.5774071Z test_contig_size1_large_dim_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.5798674Z test_contig_size1_large_dim_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.5824182Z test_contig_size1_large_dim_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.5861157Z test_contig_size1_large_dim_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:19.5923840Z test_contig_size1_large_dim_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:19.5953545Z test_contig_size1_large_dim_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.5991883Z test_contig_size1_large_dim_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:19.6014848Z test_contig_size1_large_dim_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.6040140Z test_contig_size1_large_dim_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.6065117Z test_contig_size1_large_dim_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.6089469Z test_contig_size1_large_dim_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.6109946Z test_contig_size1_large_dim_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.6134761Z test_contig_size1_large_dim_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.6158462Z test_contig_size1_large_dim_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.6182562Z test_contig_size1_large_dim_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.6207193Z test_contig_size1_large_dim_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.6242990Z test_contig_size1_large_dim_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.6303968Z test_contig_size1_large_dim_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:19.6333100Z test_contig_size1_large_dim_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.6370720Z test_contig_size1_large_dim_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:19.6392532Z test_contig_size1_large_dim_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.6417547Z test_contig_size1_large_dim_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.6441815Z test_contig_size1_large_dim_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.6466267Z test_contig_size1_large_dim_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.6487663Z test_contig_size1_large_dim_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.6512275Z test_contig_size1_large_dim_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.6536713Z test_contig_size1_large_dim_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.6560209Z test_contig_size1_large_dim_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.6584810Z test_contig_size1_large_dim_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.6619534Z test_contig_size1_large_dim_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.6648053Z test_contig_size1_large_dim_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.6684798Z test_contig_size1_large_dim_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:19.6706926Z test_contig_size1_large_dim_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.6732238Z test_contig_size1_large_dim_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.6757088Z test_contig_size1_large_dim_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.6781704Z test_contig_size1_large_dim_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.6803020Z test_contig_size1_large_dim_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.6827019Z test_contig_size1_large_dim_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.6851973Z test_contig_size1_large_dim_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.6875664Z test_contig_size1_large_dim_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.6900569Z test_contig_size1_large_dim_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.6937241Z test_contig_size1_large_dim_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:19.6958654Z test_contig_size1_large_dim_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.6984657Z test_contig_size1_large_dim_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.7009356Z test_contig_size1_large_dim_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.7033307Z test_contig_size1_large_dim_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.7054437Z test_contig_size1_large_dim_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.7078536Z test_contig_size1_large_dim_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.7102946Z test_contig_size1_large_dim_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.7126240Z test_contig_size1_large_dim_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.7150835Z test_contig_size1_large_dim_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.7186634Z test_contig_size1_large_dim_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:19.7208312Z test_contig_size1_large_dim_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.7233440Z test_contig_size1_large_dim_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.7257858Z test_contig_size1_large_dim_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.7282103Z test_contig_size1_large_dim_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.7303331Z test_contig_size1_large_dim_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.7327826Z test_contig_size1_large_dim_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.7352587Z test_contig_size1_large_dim_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.7376291Z test_contig_size1_large_dim_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.7401162Z test_contig_size1_large_dim_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.7435202Z test_contig_size1_large_dim_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.7491819Z test_contig_size1_large_dim_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:19.7518817Z test_contig_size1_large_dim_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.7554254Z test_contig_size1_large_dim_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:19.7576152Z test_contig_size1_large_dim_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.7600478Z test_contig_size1_large_dim_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.7625260Z test_contig_size1_large_dim_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.7650362Z test_contig_size1_large_dim_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.7670933Z test_contig_size1_large_dim_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.7695794Z test_contig_size1_large_dim_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.7720085Z test_contig_size1_large_dim_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.7733203Z test_contig_size1_large_dim_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:19.7746106Z test_contig_size1_large_dim_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:19.7759217Z test_contig_size1_large_dim_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:19.7772397Z test_contig_size1_large_dim_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:19.7785210Z test_contig_size1_large_dim_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:19.7798120Z test_contig_size1_large_dim_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:19.7811378Z test_contig_size1_large_dim_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:19.7824316Z test_contig_size1_large_dim_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:19.7837260Z test_contig_size1_large_dim_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:19.7850352Z test_contig_size1_large_dim_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:19.7863362Z test_contig_size1_large_dim_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:19.7875907Z test_contig_size1_large_dim_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:19.7905455Z test_contig_size1_large_dim_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.7938441Z test_contig_size1_large_dim_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.7964589Z test_contig_size1_large_dim_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.7996585Z test_contig_size1_large_dim_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.8026995Z test_contig_size1_large_dim_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.8057060Z test_contig_size1_large_dim_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.8084049Z test_contig_size1_large_dim_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.8114093Z test_contig_size1_large_dim_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.8144105Z test_contig_size1_large_dim_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.8171164Z test_contig_size1_large_dim_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.8210762Z test_contig_size1_large_dim_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:19.8255714Z test_contig_size1_large_dim_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:19.8292075Z test_contig_size1_large_dim_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:19.8317254Z test_contig_size1_large_dim_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.8345827Z test_contig_size1_large_dim_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.8377030Z test_contig_size1_large_dim_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.8408132Z test_contig_size1_large_dim_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.8435932Z test_contig_size1_large_dim_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.8466884Z test_contig_size1_large_dim_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.8497897Z test_contig_size1_large_dim_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.8524441Z test_contig_size1_large_dim_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.8554504Z test_contig_size1_large_dim_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.8580276Z test_contig_size1_large_dim_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.8608919Z test_contig_size1_large_dim_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.8639242Z test_contig_size1_large_dim_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.8669509Z test_contig_size1_large_dim_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.8698644Z test_contig_size1_large_dim_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.8728813Z test_contig_size1_large_dim_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.8756958Z test_contig_size1_large_dim_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.8783925Z test_contig_size1_large_dim_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.8821540Z test_contig_size1_large_dim_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:19.8867752Z test_contig_size1_large_dim_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:19.8903760Z test_contig_size1_large_dim_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:19.8929718Z test_contig_size1_large_dim_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.8958564Z test_contig_size1_large_dim_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.8988720Z test_contig_size1_large_dim_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.9018406Z test_contig_size1_large_dim_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.9045622Z test_contig_size1_large_dim_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.9075830Z test_contig_size1_large_dim_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.9106256Z test_contig_size1_large_dim_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.9133478Z test_contig_size1_large_dim_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.9171893Z test_contig_size1_large_dim_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:19.9216159Z test_contig_size1_large_dim_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:19.9251456Z test_contig_size1_large_dim_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.9276965Z test_contig_size1_large_dim_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.9304875Z test_contig_size1_large_dim_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.9339168Z test_contig_size1_large_dim_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.9370708Z test_contig_size1_large_dim_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.9398130Z test_contig_size1_large_dim_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.9429080Z test_contig_size1_large_dim_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.9460107Z test_contig_size1_large_dim_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.9486105Z test_contig_size1_large_dim_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.9510534Z test_contig_size1_large_dim_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.9544633Z test_contig_size1_large_dim_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.9571511Z test_contig_size1_large_dim_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.9609610Z test_contig_size1_large_dim_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:19.9632076Z test_contig_size1_large_dim_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.9657035Z test_contig_size1_large_dim_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.9682286Z test_contig_size1_large_dim_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.9707187Z test_contig_size1_large_dim_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.9728355Z test_contig_size1_large_dim_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.9752509Z test_contig_size1_large_dim_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.9776810Z test_contig_size1_large_dim_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.9803017Z test_contig_size1_large_dim_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.9842333Z test_contig_size1_large_dim_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:19.9867027Z test_contig_size1_large_dim_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:19.9894077Z test_contig_size1_large_dim_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:19.9939497Z test_contig_size1_large_dim_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:19.9985119Z test_contig_size1_large_dim_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:20.0029453Z test_contig_size1_large_dim_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:20.0075224Z test_contig_size1_large_dim_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:20.0120764Z test_contig_size1_large_dim_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:20.0143886Z test_contig_size1_large_dim_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:20.0167692Z test_contig_size1_large_dim_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:20.0201243Z test_contig_size1_large_dim_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.0257835Z test_contig_size1_large_dim_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:20.0284736Z test_contig_size1_large_dim_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.0320524Z test_contig_size1_large_dim_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:20.0341731Z test_contig_size1_large_dim_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:20.0365601Z test_contig_size1_large_dim_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:20.0389958Z test_contig_size1_large_dim_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:20.0414078Z test_contig_size1_large_dim_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:20.0434591Z test_contig_size1_large_dim_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:20.0458759Z test_contig_size1_large_dim_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:20.0483206Z test_contig_size1_large_dim_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:20.0514132Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.0541480Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.0573859Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.0603765Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.0634446Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.0661496Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.0692581Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.0722395Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.0757132Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.0787613Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.0826636Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:20.0860584Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.0894789Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.0925533Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.0960232Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.0994605Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.1031887Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:20.1065215Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.1110750Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:20.1147223Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:20.1183186Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:20.1216174Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.1252409Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:20.1288212Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:20.1315126Z test_contig_size1_large_dim_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.1340243Z test_contig_size1_large_dim_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:20.1379548Z test_contig_size1_large_dim_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:20.1404725Z test_contig_size1_large_dim_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:20.1432526Z test_contig_size1_large_dim_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.1458046Z test_contig_size1_large_dim_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.1482402Z test_contig_size1_large_dim_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:20.1503529Z test_contig_size1_large_dim_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:20.1527849Z test_contig_size1_large_dim_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:20.1551899Z test_contig_size1_large_dim_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:20.1578416Z test_contig_size1_large_dim_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.1618375Z test_contig_size1_large_dim_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:20.1678823Z test_contig_size1_large_dim_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:20.1710580Z test_contig_size1_large_dim_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.1749671Z test_contig_size1_large_dim_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:20.1773927Z test_contig_size1_large_dim_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:20.1801366Z test_contig_size1_large_dim_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.1826177Z test_contig_size1_large_dim_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.1851804Z test_contig_size1_large_dim_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:20.1872940Z test_contig_size1_large_dim_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:20.1897745Z test_contig_size1_large_dim_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:20.1922268Z test_contig_size1_large_dim_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:20.1950252Z test_contig_size1_large_dim_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.1976518Z test_contig_size1_large_dim_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.2005376Z test_contig_size1_large_dim_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.2032220Z test_contig_size1_large_dim_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.2057141Z test_contig_size1_large_dim_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:20.2085758Z test_contig_size1_large_dim_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.2112065Z test_contig_size1_large_dim_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.2136144Z test_contig_size1_large_dim_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:20.2163332Z test_contig_size1_large_dim_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.2190356Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.2215213Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:20.2243191Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.2270125Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.2295373Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:20.2322117Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.2347369Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:20.2372364Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:20.2393871Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:20.2419008Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:20.2446191Z test_contig_size1_large_dim_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.2472215Z test_contig_size1_large_dim_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:20.2502605Z test_contig_size1_large_dim_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.2530380Z test_contig_size1_large_dim_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.2565342Z test_contig_size1_large_dim_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.2592079Z test_contig_size1_large_dim_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.2616942Z test_contig_size1_large_dim_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:20.2644690Z test_contig_size1_large_dim_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.2671587Z test_contig_size1_large_dim_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.2696606Z test_contig_size1_large_dim_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:20.2724219Z test_contig_size1_large_dim_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.2749935Z test_contig_size1_large_dim_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.2775279Z test_contig_size1_large_dim_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.2797940Z test_contig_size1_large_dim_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:20.2822828Z test_contig_size1_large_dim_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:20.2846949Z test_contig_size1_large_dim_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:20.2872565Z test_contig_size1_large_dim_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.2897050Z test_contig_size1_large_dim_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:20.2923903Z test_contig_size1_large_dim_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.2947992Z test_contig_size1_large_dim_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:20.2972501Z test_contig_size1_large_dim_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:20.2993654Z test_contig_size1_large_dim_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:20.3018890Z test_contig_size1_large_dim_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:20.3043689Z test_contig_size1_large_dim_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:20.3082063Z test_contig_size1_large_dim_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:20.3113820Z test_contig_size1_large_dim_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.3148045Z test_contig_size1_large_dim_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.3175511Z test_contig_size1_large_dim_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.3200629Z test_contig_size1_large_dim_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:20.3229333Z test_contig_size1_large_dim_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.3274285Z test_contig_size1_large_dim_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:20.3309760Z test_contig_size1_large_dim_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.3336719Z test_contig_size1_large_dim_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.3361057Z test_contig_size1_large_dim_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:20.3389024Z test_contig_size1_large_dim_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.3416782Z test_contig_size1_large_dim_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.3441913Z test_contig_size1_large_dim_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:20.3472133Z test_contig_size1_large_dim_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.3498443Z test_contig_size1_large_dim_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.3522330Z test_contig_size1_large_dim_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:20.3549317Z test_contig_size1_large_dim_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.3577452Z test_contig_size1_large_dim_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.3616623Z test_contig_size1_large_dim_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:20.3648748Z test_contig_size1_large_dim_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.3690792Z test_contig_size1_large_dim_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:20.3715031Z test_contig_size1_large_dim_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:20.3742575Z test_contig_size1_large_dim_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.3770340Z test_contig_size1_large_dim_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.3798535Z test_contig_size1_large_dim_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.3825084Z test_contig_size1_large_dim_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.3854242Z test_contig_size1_large_dim_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.3882045Z test_contig_size1_large_dim_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.3909322Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.3956141Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:20.3995838Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:20.4021220Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:20.4050613Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.4079282Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.4109409Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.4135408Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.4164807Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.4193291Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.4219828Z test_contig_size1_large_dim_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.4245129Z test_contig_size1_large_dim_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:20.4273017Z test_contig_size1_large_dim_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.4298291Z test_contig_size1_large_dim_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.4322782Z test_contig_size1_large_dim_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:20.4344810Z test_contig_size1_large_dim_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:20.4369802Z test_contig_size1_large_dim_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:20.4394927Z test_contig_size1_large_dim_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:20.4884351Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:07:20.4918565Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.4960503Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:20.5008379Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:20.5040494Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.5073961Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.5103332Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.5136002Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.5169308Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.5202818Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.5235317Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.5266265Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.5302069Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:20.5334934Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.5369115Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.5398450Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.5431941Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.5464023Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:20.5765730Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:07:20.5906630Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:07:20.6220465Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:07:20.6536074Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:07:20.6676379Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:07:20.6817383Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:07:20.6953679Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:07:20.7094237Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:07:20.7318220Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:07:20.7621360Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:07:20.7763886Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:07:20.8077747Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:07:20.8398298Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:07:20.8541843Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:07:20.8685928Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:07:20.8825060Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:07:20.8968286Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:07:20.9192967Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:07:20.9500367Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:07:20.9645106Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:07:20.9958356Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:07:21.0273931Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:07:21.0416125Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:07:21.0559173Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:07:21.0697393Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:07:21.0838450Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:07:21.1063487Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:07:21.1090971Z test_contig_size1_large_dim_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.1130192Z test_contig_size1_large_dim_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:21.1190567Z test_contig_size1_large_dim_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:21.1221761Z test_contig_size1_large_dim_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.1260163Z test_contig_size1_large_dim_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:21.1283770Z test_contig_size1_large_dim_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:21.1310942Z test_contig_size1_large_dim_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.1335483Z test_contig_size1_large_dim_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:21.1359037Z test_contig_size1_large_dim_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:21.1379532Z test_contig_size1_large_dim_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:21.1403223Z test_contig_size1_large_dim_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:21.1427333Z test_contig_size1_large_dim_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:21.1453340Z test_contig_size1_large_dim_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.1482582Z test_contig_size1_large_dim_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.1523733Z test_contig_size1_large_dim_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:21.1548519Z test_contig_size1_large_dim_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:21.1576679Z test_contig_size1_large_dim_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.1605167Z test_contig_size1_large_dim_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.1634277Z test_contig_size1_large_dim_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.1659060Z test_contig_size1_large_dim_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:21.1686868Z test_contig_size1_large_dim_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.1715094Z test_contig_size1_large_dim_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.1741599Z test_contig_size1_large_dim_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.1766567Z test_contig_size1_large_dim_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:21.1802458Z test_contig_size1_large_dim_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:21.1861597Z test_contig_size1_large_dim_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:21.1891357Z test_contig_size1_large_dim_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.1929241Z test_contig_size1_large_dim_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:21.1953634Z test_contig_size1_large_dim_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:21.1980625Z test_contig_size1_large_dim_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.2006875Z test_contig_size1_large_dim_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.2030707Z test_contig_size1_large_dim_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:21.2051245Z test_contig_size1_large_dim_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:21.2075079Z test_contig_size1_large_dim_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:21.2099097Z test_contig_size1_large_dim_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:21.2124745Z test_contig_size1_large_dim_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:21.2154894Z test_contig_size1_large_dim_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.2196700Z test_contig_size1_large_dim_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:21.2227970Z test_contig_size1_large_dim_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.2266268Z test_contig_size1_large_dim_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:21.2290439Z test_contig_size1_large_dim_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:21.2317454Z test_contig_size1_large_dim_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.2344745Z test_contig_size1_large_dim_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.2372525Z test_contig_size1_large_dim_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.2397338Z test_contig_size1_large_dim_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:21.2424773Z test_contig_size1_large_dim_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.2452390Z test_contig_size1_large_dim_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.2479252Z test_contig_size1_large_dim_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.2503337Z test_contig_size1_large_dim_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:21.2530444Z test_contig_size1_large_dim_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.2555432Z test_contig_size1_large_dim_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.2580580Z test_contig_size1_large_dim_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:21.2601831Z test_contig_size1_large_dim_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:21.2626619Z test_contig_size1_large_dim_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:21.2651450Z test_contig_size1_large_dim_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:21.2678177Z test_contig_size1_large_dim_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.2702646Z test_contig_size1_large_dim_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:21.2729455Z test_contig_size1_large_dim_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.2757415Z test_contig_size1_large_dim_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.2781771Z test_contig_size1_large_dim_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:21.2808638Z test_contig_size1_large_dim_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.2837045Z test_contig_size1_large_dim_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.2861736Z test_contig_size1_large_dim_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:21.2889255Z test_contig_size1_large_dim_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.2915091Z test_contig_size1_large_dim_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.2944207Z test_contig_size1_large_dim_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.2991101Z test_contig_size1_large_dim_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:21.3027973Z test_contig_size1_large_dim_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:21.3051762Z test_contig_size1_large_dim_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:21.3078633Z test_contig_size1_large_dim_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.3105824Z test_contig_size1_large_dim_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.3133672Z test_contig_size1_large_dim_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.3158033Z test_contig_size1_large_dim_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:21.3186268Z test_contig_size1_large_dim_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.3214408Z test_contig_size1_large_dim_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.3240607Z test_contig_size1_large_dim_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.3265967Z test_contig_size1_large_dim_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:21.3304196Z test_contig_size1_large_dim_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:21.3374708Z test_contig_size1_large_dim_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:21.3405689Z test_contig_size1_large_dim_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.3445494Z test_contig_size1_large_dim_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:21.3470192Z test_contig_size1_large_dim_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:21.3496930Z test_contig_size1_large_dim_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.3521828Z test_contig_size1_large_dim_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:21.3547064Z test_contig_size1_large_dim_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:21.3568600Z test_contig_size1_large_dim_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:21.3593915Z test_contig_size1_large_dim_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:21.3619803Z test_contig_size1_large_dim_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.3642871Z test_contig_size1_large_dim_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:21.3667520Z test_contig_size1_large_dim_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:21.3700179Z test_contig_size1_large_dim_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.3728813Z test_contig_size1_large_dim_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.3765289Z test_contig_size1_large_dim_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:21.3787283Z test_contig_size1_large_dim_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:21.3811421Z test_contig_size1_large_dim_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:21.3835474Z test_contig_size1_large_dim_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:21.3859705Z test_contig_size1_large_dim_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:21.3880613Z test_contig_size1_large_dim_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:21.3905140Z test_contig_size1_large_dim_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:21.3929559Z test_contig_size1_large_dim_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:21.3956482Z test_contig_size1_large_dim_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.3987531Z test_contig_size1_large_dim_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.4031930Z test_contig_size1_large_dim_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:21.4066637Z test_contig_size1_large_dim_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.4090855Z test_contig_size1_large_dim_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:21.4118690Z test_contig_size1_large_dim_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.4146524Z test_contig_size1_large_dim_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.4174846Z test_contig_size1_large_dim_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.4199644Z test_contig_size1_large_dim_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:21.4228274Z test_contig_size1_large_dim_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.4256415Z test_contig_size1_large_dim_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.4282636Z test_contig_size1_large_dim_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.4307872Z test_contig_size1_large_dim_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:21.4346520Z test_contig_size1_large_dim_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:21.4371214Z test_contig_size1_large_dim_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:21.4398391Z test_contig_size1_large_dim_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.4423326Z test_contig_size1_large_dim_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:21.4448567Z test_contig_size1_large_dim_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:21.4471580Z test_contig_size1_large_dim_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:21.4497373Z test_contig_size1_large_dim_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.4523338Z test_contig_size1_large_dim_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.4546013Z test_contig_size1_large_dim_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:21.4570841Z test_contig_size1_large_dim_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:21.4606943Z test_contig_size1_large_dim_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:21.4629252Z test_contig_size1_large_dim_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:21.4654145Z test_contig_size1_large_dim_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:21.4678437Z test_contig_size1_large_dim_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:21.4703330Z test_contig_size1_large_dim_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:21.4724436Z test_contig_size1_large_dim_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:21.4748989Z test_contig_size1_large_dim_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:21.4774264Z test_contig_size1_large_dim_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.4801110Z test_contig_size1_large_dim_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.4831985Z test_contig_size1_large_dim_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.4878657Z test_contig_size1_large_dim_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:21.4915568Z test_contig_size1_large_dim_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:21.4941024Z test_contig_size1_large_dim_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:21.4968811Z test_contig_size1_large_dim_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.4997408Z test_contig_size1_large_dim_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.5027692Z test_contig_size1_large_dim_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.5053324Z test_contig_size1_large_dim_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.5080934Z test_contig_size1_large_dim_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.5109511Z test_contig_size1_large_dim_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.5142584Z test_contig_size1_large_dim_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.5173992Z test_contig_size1_large_dim_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.5244100Z test_contig_size1_large_dim_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:21.5297408Z test_contig_size1_large_dim_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:21.5326443Z test_contig_size1_large_dim_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.5362932Z test_contig_size1_large_dim_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:21.5393657Z test_contig_size1_large_dim_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.5424900Z test_contig_size1_large_dim_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.5453037Z test_contig_size1_large_dim_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.5483631Z test_contig_size1_large_dim_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.5514396Z test_contig_size1_large_dim_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.5542562Z test_contig_size1_large_dim_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.5572924Z test_contig_size1_large_dim_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.5642088Z test_contig_size1_large_dim_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:21.5692913Z test_contig_size1_large_dim_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:21.5717799Z test_contig_size1_large_dim_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:21.5747297Z test_contig_size1_large_dim_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.5777084Z test_contig_size1_large_dim_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.5805495Z test_contig_size1_large_dim_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.5831539Z test_contig_size1_large_dim_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.5860791Z test_contig_size1_large_dim_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.5889927Z test_contig_size1_large_dim_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.5926451Z test_contig_size1_large_dim_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:21.5981102Z test_contig_size1_large_dim_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:21.6058334Z test_contig_size1_large_dim_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:21.6113695Z test_contig_size1_large_dim_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:21.6170277Z test_contig_size1_large_dim_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:21.6222861Z test_contig_size1_large_dim_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:21.6278370Z test_contig_size1_large_dim_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:21.6341386Z test_contig_size1_large_dim_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:21.6373376Z test_contig_size1_large_dim_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.6404960Z test_contig_size1_large_dim_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.6443298Z test_contig_size1_large_dim_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:21.6477524Z test_contig_size1_large_dim_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.6513639Z test_contig_size1_large_dim_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:21.6544759Z test_contig_size1_large_dim_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.6578579Z test_contig_size1_large_dim_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.6612379Z test_contig_size1_large_dim_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.6643993Z test_contig_size1_large_dim_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.6676559Z test_contig_size1_large_dim_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.6716208Z test_contig_size1_large_dim_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:21.6752624Z test_contig_size1_large_dim_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:21.6788676Z test_contig_size1_large_dim_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:21.6820345Z test_contig_size1_large_dim_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.6855571Z test_contig_size1_large_dim_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.6888604Z test_contig_size1_large_dim_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.6921147Z test_contig_size1_large_dim_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.6951800Z test_contig_size1_large_dim_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.6987876Z test_contig_size1_large_dim_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:21.7022151Z test_contig_size1_large_dim_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.7055875Z test_contig_size1_large_dim_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.7085582Z test_contig_size1_large_dim_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.7118182Z test_contig_size1_large_dim_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.7153740Z test_contig_size1_large_dim_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.7186468Z test_contig_size1_large_dim_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.7216332Z test_contig_size1_large_dim_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.7252558Z test_contig_size1_large_dim_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:21.7284823Z test_contig_size1_large_dim_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.7319110Z test_contig_size1_large_dim_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.7348367Z test_contig_size1_large_dim_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.7380909Z test_contig_size1_large_dim_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.7416362Z test_contig_size1_large_dim_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.7445653Z test_contig_size1_large_dim_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.7477151Z test_contig_size1_large_dim_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.7504804Z test_contig_size1_large_dim_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.7537182Z test_contig_size1_large_dim_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.7567002Z test_contig_size1_large_dim_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.7597711Z test_contig_size1_large_dim_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.7625519Z test_contig_size1_large_dim_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.7656034Z test_contig_size1_large_dim_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.7685796Z test_contig_size1_large_dim_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.7718491Z test_contig_size1_large_dim_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.7753196Z test_contig_size1_large_dim_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.7790619Z test_contig_size1_large_dim_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:21.7827063Z test_contig_size1_large_dim_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:21.7865832Z test_contig_size1_large_dim_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:21.7898724Z test_contig_size1_large_dim_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.7935491Z test_contig_size1_large_dim_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:21.7968405Z test_contig_size1_large_dim_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.8012655Z test_contig_size1_large_dim_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:21.8058697Z test_contig_size1_large_dim_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:21.8101736Z test_contig_size1_large_dim_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:21.8146810Z test_contig_size1_large_dim_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:21.8191824Z test_contig_size1_large_dim_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:21.8238900Z test_contig_size1_large_dim_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:21.8280713Z test_contig_size1_large_dim_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:21.8327544Z test_contig_size1_large_dim_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:21.8372865Z test_contig_size1_large_dim_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:21.8411989Z test_contig_size1_large_dim_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:21.8446785Z test_contig_size1_large_dim_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.8498558Z test_contig_size1_large_dim_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:21.8536428Z test_contig_size1_large_dim_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:21.8576711Z test_contig_size1_large_dim_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:21.8611593Z test_contig_size1_large_dim_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.8649296Z test_contig_size1_large_dim_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:21.8686567Z test_contig_size1_large_dim_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:21.8723364Z test_contig_size1_large_dim_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:21.8755867Z test_contig_size1_large_dim_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.8800801Z test_contig_size1_large_dim_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:21.8835929Z test_contig_size1_large_dim_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:21.8873221Z test_contig_size1_large_dim_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:21.8905611Z test_contig_size1_large_dim_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.8940655Z test_contig_size1_large_dim_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.8976277Z test_contig_size1_large_dim_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.9011389Z test_contig_size1_large_dim_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:21.9050415Z test_contig_size1_large_dim_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:21.9094871Z test_contig_size1_large_dim_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:21.9134842Z test_contig_size1_large_dim_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:21.9175977Z test_contig_size1_large_dim_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:21.9213474Z test_contig_size1_large_dim_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:21.9253536Z test_contig_size1_large_dim_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:21.9294438Z test_contig_size1_large_dim_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:21.9343308Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:21.9388502Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:21.9440261Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:21.9487303Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:21.9536220Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:21.9581080Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:21.9629294Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:21.9677543Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:21.9727003Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:21.9773478Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:21.9824883Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:21.9872786Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:21.9921795Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:21.9966356Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:22.0014467Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:22.0062174Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:22.0110851Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:22.0149641Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:22.0191389Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:22.0230148Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:22.0270822Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:22.0306822Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:22.0345794Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:22.0392467Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:22.0436343Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:22.0472162Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:22.0513414Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:22.0551018Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:22.0590839Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:22.0625768Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.0664078Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:22.0710007Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:22.0738319Z test_contig_size1_large_dim_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.0769810Z test_contig_size1_large_dim_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.0795669Z test_contig_size1_large_dim_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.0824459Z test_contig_size1_large_dim_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.0854235Z test_contig_size1_large_dim_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.0883330Z test_contig_size1_large_dim_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.0909870Z test_contig_size1_large_dim_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.0939542Z test_contig_size1_large_dim_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.0968237Z test_contig_size1_large_dim_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.0998388Z test_contig_size1_large_dim_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.1033175Z test_contig_size1_large_dim_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.1070628Z test_contig_size1_large_dim_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:22.1098547Z test_contig_size1_large_dim_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.1127042Z test_contig_size1_large_dim_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.1152818Z test_contig_size1_large_dim_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.1181382Z test_contig_size1_large_dim_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.1208594Z test_contig_size1_large_dim_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.1696403Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:07:22.1728344Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.1770393Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:22.1818230Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:22.1850298Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.1883546Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.1912866Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.1945820Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.1979531Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.2027092Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:22.2061961Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.2102256Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:22.2139376Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:22.2178113Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:22.2212019Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.2248573Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:22.2293345Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:22.2338785Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:22.2374048Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.2413936Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:22.2451137Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:22.2490344Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:22.2524336Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.2563450Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:22.2608276Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:22.2641047Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.2670913Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.2707621Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:22.2740639Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.2774559Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.2804266Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.2836802Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.2868417Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.2895024Z test_contig_size1_large_dim_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.2926480Z test_contig_size1_large_dim_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.2966620Z test_contig_size1_large_dim_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:22.2999633Z test_contig_size1_large_dim_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.3024684Z test_contig_size1_large_dim_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.3053021Z test_contig_size1_large_dim_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.3082039Z test_contig_size1_large_dim_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.3111431Z test_contig_size1_large_dim_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.3137454Z test_contig_size1_large_dim_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.3166681Z test_contig_size1_large_dim_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.3195511Z test_contig_size1_large_dim_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.3221565Z test_contig_size1_large_dim_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.3249820Z test_contig_size1_large_dim_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.3288310Z test_contig_size1_large_dim_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:22.3321315Z test_contig_size1_large_dim_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.3367419Z test_contig_size1_large_dim_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:22.3391934Z test_contig_size1_large_dim_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.3419230Z test_contig_size1_large_dim_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.3447019Z test_contig_size1_large_dim_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.3474675Z test_contig_size1_large_dim_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.3499613Z test_contig_size1_large_dim_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.3528356Z test_contig_size1_large_dim_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.3554173Z test_contig_size1_large_dim_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.3581282Z test_contig_size1_large_dim_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.3611591Z test_contig_size1_large_dim_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.3657679Z test_contig_size1_large_dim_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:22.3713429Z test_contig_size1_large_dim_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:22.3736411Z test_contig_size1_large_dim_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.3764654Z test_contig_size1_large_dim_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.3793526Z test_contig_size1_large_dim_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.3823605Z test_contig_size1_large_dim_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.3849152Z test_contig_size1_large_dim_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.3877887Z test_contig_size1_large_dim_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.3906365Z test_contig_size1_large_dim_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.3933123Z test_contig_size1_large_dim_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.3963350Z test_contig_size1_large_dim_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.4009294Z test_contig_size1_large_dim_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:22.4045538Z test_contig_size1_large_dim_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:22.4070148Z test_contig_size1_large_dim_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.4098613Z test_contig_size1_large_dim_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.4125799Z test_contig_size1_large_dim_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.4154294Z test_contig_size1_large_dim_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.4179430Z test_contig_size1_large_dim_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.4209562Z test_contig_size1_large_dim_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.4237217Z test_contig_size1_large_dim_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.4263821Z test_contig_size1_large_dim_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.4288458Z test_contig_size1_large_dim_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.4319889Z test_contig_size1_large_dim_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:22.4344623Z test_contig_size1_large_dim_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.4369658Z test_contig_size1_large_dim_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.4390820Z test_contig_size1_large_dim_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.4414782Z test_contig_size1_large_dim_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.4438833Z test_contig_size1_large_dim_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.4453947Z test_contig_size1_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.4468638Z test_contig_size1_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.4483840Z test_contig_size1_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.4499807Z test_contig_size1_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.4514517Z test_contig_size1_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.4529970Z test_contig_size1_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.4544524Z test_contig_size1_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.4559162Z test_contig_size1_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.4574401Z test_contig_size1_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.4589695Z test_contig_size1_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.4605233Z test_contig_size1_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.4621955Z test_contig_size1_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.4638240Z test_contig_size1_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.4654355Z test_contig_size1_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.4670084Z test_contig_size1_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.4685456Z test_contig_size1_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.4701050Z test_contig_size1_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.4716366Z test_contig_size1_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.4731114Z test_contig_size1_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.4745978Z test_contig_size1_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.4761003Z test_contig_size1_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.4776144Z test_contig_size1_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.4791957Z test_contig_size1_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.4807571Z test_contig_size1_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.4823169Z test_contig_size1_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.4838990Z test_contig_size1_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.4855322Z test_contig_size1_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.4871369Z test_contig_size1_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.4887612Z test_contig_size1_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.4904148Z test_contig_size1_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.4919589Z test_contig_size1_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.4936134Z test_contig_size1_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.4952900Z test_contig_size1_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.4969427Z test_contig_size1_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.4985033Z test_contig_size1_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.5000653Z test_contig_size1_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.5016609Z test_contig_size1_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.5032065Z test_contig_size1_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.5047080Z test_contig_size1_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.5062280Z test_contig_size1_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.5077185Z test_contig_size1_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.5092441Z test_contig_size1_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.5108528Z test_contig_size1_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.5124790Z test_contig_size1_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.5140574Z test_contig_size1_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.5156332Z test_contig_size1_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.5171480Z test_contig_size1_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.5186619Z test_contig_size1_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.5201772Z test_contig_size1_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.5216909Z test_contig_size1_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.5231901Z test_contig_size1_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.5246868Z test_contig_size1_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.5260489Z test_contig_size1_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.5275017Z test_contig_size1_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.5290488Z test_contig_size1_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.5305336Z test_contig_size1_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.5319314Z test_contig_size1_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.5334979Z test_contig_size1_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.5348718Z test_contig_size1_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.5361908Z test_contig_size1_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.5375360Z test_contig_size1_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.5388822Z test_contig_size1_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.5402098Z test_contig_size1_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.5417585Z test_contig_size1_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.5433212Z test_contig_size1_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.5449503Z test_contig_size1_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.5465582Z test_contig_size1_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.5481012Z test_contig_size1_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.5496833Z test_contig_size1_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.5512846Z test_contig_size1_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.5528160Z test_contig_size1_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.5544020Z test_contig_size1_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.5558631Z test_contig_size1_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.5572631Z test_contig_size1_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.5586826Z test_contig_size1_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.5601960Z test_contig_size1_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.5616364Z test_contig_size1_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.5630443Z test_contig_size1_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.5644760Z test_contig_size1_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.5660078Z test_contig_size1_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.5674036Z test_contig_size1_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.5688179Z test_contig_size1_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.5700835Z test_contig_size1_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.5714334Z test_contig_size1_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.5727623Z test_contig_size1_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.5743012Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.5758480Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.5774079Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.5789165Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.5804540Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.5819698Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.5834760Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.5850374Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.5866163Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.5881532Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.5897667Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.5912696Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.5927641Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.5942898Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.5957894Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.5973271Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.5988519Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.6004032Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.6020014Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.6035231Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.6050790Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.6065673Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.6080729Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.6096168Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.6111054Z test_contig_size1_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.6124295Z test_contig_size1_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.6138793Z test_contig_size1_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.6153676Z test_contig_size1_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.6169272Z test_contig_size1_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.6182835Z test_contig_size1_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.6196189Z test_contig_size1_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.6209560Z test_contig_size1_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.6223117Z test_contig_size1_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.6236530Z test_contig_size1_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.6250885Z test_contig_size1_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.6266291Z test_contig_size1_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.6282281Z test_contig_size1_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.6298272Z test_contig_size1_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.6313716Z test_contig_size1_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.6327915Z test_contig_size1_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.6343628Z test_contig_size1_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.6357699Z test_contig_size1_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.6371210Z test_contig_size1_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.6384359Z test_contig_size1_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.6397609Z test_contig_size1_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.6411446Z test_contig_size1_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.6426079Z test_contig_size1_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.6440995Z test_contig_size1_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.6456046Z test_contig_size1_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.6470358Z test_contig_size1_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.6484997Z test_contig_size1_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.6500310Z test_contig_size1_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.6515386Z test_contig_size1_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.6529844Z test_contig_size1_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.6545067Z test_contig_size1_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.6559945Z test_contig_size1_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.6575071Z test_contig_size1_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.6590263Z test_contig_size1_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.6604855Z test_contig_size1_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.6619610Z test_contig_size1_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.6634860Z test_contig_size1_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.6648718Z test_contig_size1_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.6662330Z test_contig_size1_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.6675921Z test_contig_size1_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.6689637Z test_contig_size1_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.6704189Z test_contig_size1_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.6719356Z test_contig_size1_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.6734678Z test_contig_size1_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.6750161Z test_contig_size1_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.6765158Z test_contig_size1_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.6780551Z test_contig_size1_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.6795102Z test_contig_size1_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.6810252Z test_contig_size1_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.6824766Z test_contig_size1_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.6839748Z test_contig_size1_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.6855896Z test_contig_size1_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.6870115Z test_contig_size1_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.6883510Z test_contig_size1_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.6897208Z test_contig_size1_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.6910628Z test_contig_size1_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.6924814Z test_contig_size1_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.6939771Z test_contig_size1_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.6954743Z test_contig_size1_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.6969674Z test_contig_size1_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.6983873Z test_contig_size1_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.6997225Z test_contig_size1_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.7010458Z test_contig_size1_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.7023925Z test_contig_size1_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.7037252Z test_contig_size1_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.7055576Z test_contig_size1_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.7074041Z test_contig_size1_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.7093095Z test_contig_size1_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.7107332Z test_contig_size1_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.7122878Z test_contig_size1_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.7138086Z test_contig_size1_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.7154183Z test_contig_size1_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.7170482Z test_contig_size1_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.7185501Z test_contig_size1_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.7199810Z test_contig_size1_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.7215200Z test_contig_size1_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.7230149Z test_contig_size1_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.7245130Z test_contig_size1_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.7260894Z test_contig_size1_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.7275552Z test_contig_size1_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.7290249Z test_contig_size1_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.7305356Z test_contig_size1_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.7319977Z test_contig_size1_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.7335403Z test_contig_size1_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.7351415Z test_contig_size1_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.7366462Z test_contig_size1_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.7381156Z test_contig_size1_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.7396157Z test_contig_size1_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.7411069Z test_contig_size1_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.7425057Z test_contig_size1_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.7438759Z test_contig_size1_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.7453262Z test_contig_size1_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.7467047Z test_contig_size1_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.7480989Z test_contig_size1_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.7496814Z test_contig_size1_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.7512823Z test_contig_size1_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.7528054Z test_contig_size1_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.7543501Z test_contig_size1_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.7558322Z test_contig_size1_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.7573341Z test_contig_size1_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.7588446Z test_contig_size1_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.7603709Z test_contig_size1_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.7618695Z test_contig_size1_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.7633557Z test_contig_size1_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.7648184Z test_contig_size1_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.7663542Z test_contig_size1_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.7677698Z test_contig_size1_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.7691382Z test_contig_size1_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.7704666Z test_contig_size1_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.7717975Z test_contig_size1_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.7731700Z test_contig_size1_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.7747078Z test_contig_size1_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.7760984Z test_contig_size1_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.7775654Z test_contig_size1_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.7790745Z test_contig_size1_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.7805181Z test_contig_size1_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.7819186Z test_contig_size1_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.7832933Z test_contig_size1_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.7846816Z test_contig_size1_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.7861368Z test_contig_size1_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.7875854Z test_contig_size1_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.7890071Z test_contig_size1_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.7904970Z test_contig_size1_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.7920512Z test_contig_size1_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.7935736Z test_contig_size1_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.7949837Z test_contig_size1_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.7963422Z test_contig_size1_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.7977265Z test_contig_size1_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.7991036Z test_contig_size1_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.8006177Z test_contig_size1_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.8020524Z test_contig_size1_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.8036271Z test_contig_size1_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.8052371Z test_contig_size1_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.8066927Z test_contig_size1_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.8081325Z test_contig_size1_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.8095639Z test_contig_size1_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.8109556Z test_contig_size1_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.8123746Z test_contig_size1_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.8139120Z test_contig_size1_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.8153595Z test_contig_size1_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.8168945Z test_contig_size1_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.8185158Z test_contig_size1_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.8199512Z test_contig_size1_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.8213763Z test_contig_size1_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.8227889Z test_contig_size1_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.8242204Z test_contig_size1_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.8257078Z test_contig_size1_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.8272199Z test_contig_size1_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.8286577Z test_contig_size1_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.8302433Z test_contig_size1_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.8318855Z test_contig_size1_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.8333955Z test_contig_size1_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.8348310Z test_contig_size1_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.8362595Z test_contig_size1_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.8376849Z test_contig_size1_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.8391215Z test_contig_size1_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.8404837Z test_contig_size1_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.8419885Z test_contig_size1_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.8435587Z test_contig_size1_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.8451402Z test_contig_size1_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.8466317Z test_contig_size1_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.8481283Z test_contig_size1_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.8496729Z test_contig_size1_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.8511114Z test_contig_size1_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.8524701Z test_contig_size1_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.8538750Z test_contig_size1_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.8552385Z test_contig_size1_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.8566304Z test_contig_size1_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.8581140Z test_contig_size1_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.8595164Z test_contig_size1_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.8610099Z test_contig_size1_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.8624898Z test_contig_size1_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.8640203Z test_contig_size1_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.8655152Z test_contig_size1_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.8669191Z test_contig_size1_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.8683324Z test_contig_size1_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.8697665Z test_contig_size1_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.8711921Z test_contig_size1_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.8726388Z test_contig_size1_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.8740034Z test_contig_size1_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.8755321Z test_contig_size1_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.8771013Z test_contig_size1_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.8786276Z test_contig_size1_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.8801196Z test_contig_size1_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.8816091Z test_contig_size1_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.8831359Z test_contig_size1_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.8845382Z test_contig_size1_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.8859221Z test_contig_size1_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.8872410Z test_contig_size1_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.8885165Z test_contig_size1_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.8898338Z test_contig_size1_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.8912330Z test_contig_size1_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.8925460Z test_contig_size1_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.8940759Z test_contig_size1_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.8956067Z test_contig_size1_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.8970927Z test_contig_size1_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.8985159Z test_contig_size1_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.8999797Z test_contig_size1_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9014028Z test_contig_size1_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9027383Z test_contig_size1_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9040803Z test_contig_size1_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9054751Z test_contig_size1_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9068967Z test_contig_size1_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9082755Z test_contig_size1_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9097251Z test_contig_size1_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9111983Z test_contig_size1_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9125598Z test_contig_size1_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9138663Z test_contig_size1_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9151523Z test_contig_size1_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9164458Z test_contig_size1_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9177654Z test_contig_size1_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9191554Z test_contig_size1_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9205804Z test_contig_size1_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9220702Z test_contig_size1_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9235293Z test_contig_size1_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9249676Z test_contig_size1_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9264328Z test_contig_size1_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9278715Z test_contig_size1_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9293105Z test_contig_size1_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9307791Z test_contig_size1_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9322169Z test_contig_size1_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9335915Z test_contig_size1_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9350585Z test_contig_size1_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9366167Z test_contig_size1_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9381343Z test_contig_size1_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9396123Z test_contig_size1_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9410503Z test_contig_size1_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9423962Z test_contig_size1_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9437533Z test_contig_size1_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9451405Z test_contig_size1_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9464808Z test_contig_size1_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9478655Z test_contig_size1_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9492017Z test_contig_size1_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9506436Z test_contig_size1_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9522157Z test_contig_size1_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.9537899Z test_contig_size1_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.9552530Z test_contig_size1_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9566702Z test_contig_size1_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9581679Z test_contig_size1_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9595498Z test_contig_size1_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9608443Z test_contig_size1_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9623127Z test_contig_size1_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9636901Z test_contig_size1_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9650242Z test_contig_size1_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9664316Z test_contig_size1_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9677765Z test_contig_size1_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9692665Z test_contig_size1_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9707811Z test_contig_size1_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9722258Z test_contig_size1_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9736664Z test_contig_size1_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9751261Z test_contig_size1_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9765225Z test_contig_size1_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9778822Z test_contig_size1_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9792400Z test_contig_size1_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9805669Z test_contig_size1_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9819144Z test_contig_size1_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9833797Z test_contig_size1_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9847903Z test_contig_size1_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9864134Z test_contig_size1_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.9879342Z test_contig_size1_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:22.9894502Z test_contig_size1_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9909195Z test_contig_size1_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9923663Z test_contig_size1_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9938609Z test_contig_size1_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9952890Z test_contig_size1_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9966976Z test_contig_size1_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9981060Z test_contig_size1_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:22.9995375Z test_contig_size1_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.0008286Z test_contig_size1_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.0022276Z test_contig_size1_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.0036319Z test_contig_size1_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.0051865Z test_contig_size1_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.0065197Z test_contig_size1_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.0078804Z test_contig_size1_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.0092723Z test_contig_size1_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.0105457Z test_contig_size1_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.0118482Z test_contig_size1_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.0131981Z test_contig_size1_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.0144810Z test_contig_size1_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.0158250Z test_contig_size1_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.0172217Z test_contig_size1_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.0186423Z test_contig_size1_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.0199935Z test_contig_size1_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.0213148Z test_contig_size1_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.0225878Z test_contig_size1_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.0238732Z test_contig_size1_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.0251873Z test_contig_size1_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.0265999Z test_contig_size1_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.0280481Z test_contig_size1_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.0296310Z test_contig_size1_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:23.0312276Z test_contig_size1_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:23.0328338Z test_contig_size1_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:23.0343644Z test_contig_size1_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.0357779Z test_contig_size1_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.0372551Z test_contig_size1_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.0387059Z test_contig_size1_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.0401368Z test_contig_size1_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.0416056Z test_contig_size1_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.0430357Z test_contig_size1_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.0443777Z test_contig_size1_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.0458678Z test_contig_size1_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.0474283Z test_contig_size1_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:23.0489420Z test_contig_size1_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.0504176Z test_contig_size1_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.0518374Z test_contig_size1_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.0532309Z test_contig_size1_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.0545663Z test_contig_size1_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.0559787Z test_contig_size1_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.0572824Z test_contig_size1_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.0586915Z test_contig_size1_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.0601447Z test_contig_size1_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.0617339Z test_contig_size1_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:23.0633007Z test_contig_size1_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:23.0648173Z test_contig_size1_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.0663338Z test_contig_size1_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.0678044Z test_contig_size1_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.0692965Z test_contig_size1_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.0707753Z test_contig_size1_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.0722337Z test_contig_size1_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.0737166Z test_contig_size1_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.0751362Z test_contig_size1_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.0765744Z test_contig_size1_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.0780882Z test_contig_size1_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.0795062Z test_contig_size1_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.0808895Z test_contig_size1_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.0822984Z test_contig_size1_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.0836538Z test_contig_size1_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.0850622Z test_contig_size1_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.0864539Z test_contig_size1_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.0878768Z test_contig_size1_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.0893812Z test_contig_size1_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.0907840Z test_contig_size1_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.0921313Z test_contig_size1_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.0934834Z test_contig_size1_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.0948195Z test_contig_size1_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.0962153Z test_contig_size1_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.0976189Z test_contig_size1_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.0990291Z test_contig_size1_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1004945Z test_contig_size1_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1019317Z test_contig_size1_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1032707Z test_contig_size1_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1046113Z test_contig_size1_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1059860Z test_contig_size1_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1073312Z test_contig_size1_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1086842Z test_contig_size1_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1101241Z test_contig_size1_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1116212Z test_contig_size1_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1130676Z test_contig_size1_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1143708Z test_contig_size1_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1157103Z test_contig_size1_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1170814Z test_contig_size1_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1184174Z test_contig_size1_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1197700Z test_contig_size1_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1212215Z test_contig_size1_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1226779Z test_contig_size1_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1240878Z test_contig_size1_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1254525Z test_contig_size1_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1267929Z test_contig_size1_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1281472Z test_contig_size1_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1295295Z test_contig_size1_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1308973Z test_contig_size1_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1322300Z test_contig_size1_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1337591Z test_contig_size1_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1351333Z test_contig_size1_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1365368Z test_contig_size1_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1379033Z test_contig_size1_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1392382Z test_contig_size1_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1405824Z test_contig_size1_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1419639Z test_contig_size1_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1432876Z test_contig_size1_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1447041Z test_contig_size1_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1461962Z test_contig_size1_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1475949Z test_contig_size1_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1489780Z test_contig_size1_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1503807Z test_contig_size1_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1517586Z test_contig_size1_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1531472Z test_contig_size1_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1545526Z test_contig_size1_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1558919Z test_contig_size1_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1573438Z test_contig_size1_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1588172Z test_contig_size1_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1602300Z test_contig_size1_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1616127Z test_contig_size1_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1629596Z test_contig_size1_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1643004Z test_contig_size1_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1656686Z test_contig_size1_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1670093Z test_contig_size1_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1684328Z test_contig_size1_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1699265Z test_contig_size1_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1713500Z test_contig_size1_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1727067Z test_contig_size1_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1740748Z test_contig_size1_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1754212Z test_contig_size1_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1767690Z test_contig_size1_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1781317Z test_contig_size1_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1795515Z test_contig_size1_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1810348Z test_contig_size1_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1824494Z test_contig_size1_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1837967Z test_contig_size1_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1851783Z test_contig_size1_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1865284Z test_contig_size1_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1878550Z test_contig_size1_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1892047Z test_contig_size1_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1906228Z test_contig_size1_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1920626Z test_contig_size1_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1934895Z test_contig_size1_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1948419Z test_contig_size1_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1961695Z test_contig_size1_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1975423Z test_contig_size1_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.1988984Z test_contig_size1_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2002446Z test_contig_size1_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2017164Z test_contig_size1_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2031646Z test_contig_size1_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2045702Z test_contig_size1_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2059969Z test_contig_size1_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2073561Z test_contig_size1_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2086799Z test_contig_size1_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2100588Z test_contig_size1_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2113939Z test_contig_size1_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2128212Z test_contig_size1_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2143084Z test_contig_size1_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2157236Z test_contig_size1_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2170954Z test_contig_size1_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2184450Z test_contig_size1_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2197892Z test_contig_size1_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2211665Z test_contig_size1_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2225393Z test_contig_size1_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2239606Z test_contig_size1_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2254577Z test_contig_size1_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2268704Z test_contig_size1_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2282113Z test_contig_size1_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2295746Z test_contig_size1_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2309126Z test_contig_size1_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2322814Z test_contig_size1_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2336977Z test_contig_size1_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2351295Z test_contig_size1_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2366157Z test_contig_size1_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2380751Z test_contig_size1_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2394530Z test_contig_size1_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2408261Z test_contig_size1_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2422289Z test_contig_size1_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2436155Z test_contig_size1_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2451152Z test_contig_size1_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2466130Z test_contig_size1_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2481632Z test_contig_size1_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2497240Z test_contig_size1_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:23.2512149Z test_contig_size1_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2527129Z test_contig_size1_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2542341Z test_contig_size1_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2557315Z test_contig_size1_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2572753Z test_contig_size1_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2587066Z test_contig_size1_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2601450Z test_contig_size1_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2616817Z test_contig_size1_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2631107Z test_contig_size1_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2644868Z test_contig_size1_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2659003Z test_contig_size1_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2673417Z test_contig_size1_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2687087Z test_contig_size1_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2702639Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2716423Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2731142Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2746118Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2760596Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2774540Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2788169Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2801979Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2815939Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2829692Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2844149Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2859558Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2873873Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2887675Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2901579Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2915239Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2929322Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2943136Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2957530Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2972765Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.2987044Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.3000800Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.3015033Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.3028738Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.3042961Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.3056342Z test_contig_size1_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.3070502Z test_contig_size1_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.3085626Z test_contig_size1_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.3099918Z test_contig_size1_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.3113660Z test_contig_size1_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.3127185Z test_contig_size1_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.3140913Z test_contig_size1_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.3154553Z test_contig_size1_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.3168421Z test_contig_size1_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.3182558Z test_contig_size1_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.3197999Z test_contig_size1_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.3214504Z test_contig_size1_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:23.3229979Z test_contig_size1_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.3245551Z test_contig_size1_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.3260529Z test_contig_size1_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.3275549Z test_contig_size1_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.3290772Z test_contig_size1_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.3305747Z test_contig_size1_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.3320919Z test_contig_size1_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.3336074Z test_contig_size1_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.3349594Z test_contig_size1_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.3364979Z test_contig_size1_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.3381516Z test_contig_size1_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:23.3396833Z test_contig_size1_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:23.3411733Z test_contig_size1_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.3426320Z test_contig_size1_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.3439950Z test_contig_size1_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.3453225Z test_contig_size1_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.3466223Z test_contig_size1_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.3479327Z test_contig_size1_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.3492756Z test_contig_size1_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.3506949Z test_contig_size1_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.3521474Z test_contig_size1_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.3537302Z test_contig_size1_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:23.3552953Z test_contig_size1_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:23.3568167Z test_contig_size1_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.3583475Z test_contig_size1_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.3597947Z test_contig_size1_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.3612780Z test_contig_size1_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.3627343Z test_contig_size1_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.3642224Z test_contig_size1_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.3656865Z test_contig_size1_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.3671503Z test_contig_size1_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.3685747Z test_contig_size1_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.3701260Z test_contig_size1_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.3716597Z test_contig_size1_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.3731676Z test_contig_size1_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.3746322Z test_contig_size1_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.3760551Z test_contig_size1_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.3774997Z test_contig_size1_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.3789142Z test_contig_size1_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.3803189Z test_contig_size1_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.3817601Z test_contig_size1_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.3831744Z test_contig_size1_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.3845951Z test_contig_size1_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.3861578Z test_contig_size1_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.3876013Z test_contig_size1_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.3889886Z test_contig_size1_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.3903004Z test_contig_size1_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.3915797Z test_contig_size1_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.3928508Z test_contig_size1_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.3941601Z test_contig_vs_every_other_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.3956280Z test_contig_vs_every_other_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.3971407Z test_contig_vs_every_other_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.3985766Z test_contig_vs_every_other_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.3999681Z test_contig_vs_every_other_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.4013881Z test_contig_vs_every_other_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.4027630Z test_contig_vs_every_other_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.4040382Z test_contig_vs_every_other_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.4052519Z test_contig_vs_every_other_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.4064145Z test_contig_vs_every_other_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.4075920Z test_contig_vs_every_other_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.4087741Z test_contig_vs_every_other_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.4101063Z test_contig_vs_every_other_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.4115387Z test_contig_vs_every_other_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.4135034Z test_contig_vs_every_other_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:23.4152771Z test_contig_vs_every_other_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:23.4166999Z test_contig_vs_every_other_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.4181129Z test_contig_vs_every_other_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.4194577Z test_contig_vs_every_other_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.4208139Z test_contig_vs_every_other_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.4221850Z test_contig_vs_every_other_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.4235298Z test_contig_vs_every_other_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.4248741Z test_contig_vs_every_other_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.4262743Z test_contig_vs_every_other_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.4276393Z test_contig_vs_every_other_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.4293143Z test_contig_vs_every_other_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:23.4309606Z test_contig_vs_every_other_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:23.4323515Z test_contig_vs_every_other_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.4338121Z test_contig_vs_every_other_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.4351649Z test_contig_vs_every_other_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.4365762Z test_contig_vs_every_other_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.4380629Z test_contig_vs_every_other_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.4395193Z test_contig_vs_every_other_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.4409979Z test_contig_vs_every_other_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.4424069Z test_contig_vs_every_other_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.4437847Z test_contig_vs_every_other_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.4453127Z test_contig_vs_every_other_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.4467974Z test_contig_vs_every_other_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.4482141Z test_contig_vs_every_other_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.4496262Z test_contig_vs_every_other_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.4510271Z test_contig_vs_every_other_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.4524198Z test_contig_vs_every_other_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.4538255Z test_contig_vs_every_other_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.4551996Z test_contig_vs_every_other_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.4565830Z test_contig_vs_every_other_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.4579823Z test_contig_vs_every_other_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.4594010Z test_contig_vs_every_other_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.4607918Z test_contig_vs_every_other_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.4625661Z test_contig_vs_every_other_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:23.4641561Z test_contig_vs_every_other_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:23.4655922Z test_contig_vs_every_other_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.4670029Z test_contig_vs_every_other_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.4683689Z test_contig_vs_every_other_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.4697662Z test_contig_vs_every_other_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.4711201Z test_contig_vs_every_other_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.4724990Z test_contig_vs_every_other_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.4739029Z test_contig_vs_every_other_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.4752922Z test_contig_vs_every_other_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.4767008Z test_contig_vs_every_other_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.4783737Z test_contig_vs_every_other_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:23.4800463Z test_contig_vs_every_other_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:23.4814922Z test_contig_vs_every_other_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.4829515Z test_contig_vs_every_other_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.4843333Z test_contig_vs_every_other_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.4857806Z test_contig_vs_every_other_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.4871740Z test_contig_vs_every_other_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.4885599Z test_contig_vs_every_other_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.4899767Z test_contig_vs_every_other_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.4913988Z test_contig_vs_every_other_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.4927942Z test_contig_vs_every_other_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.4945155Z test_contig_vs_every_other_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:23.4960790Z test_contig_vs_every_other_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:23.4975345Z test_contig_vs_every_other_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.4989345Z test_contig_vs_every_other_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.5003077Z test_contig_vs_every_other_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.5017023Z test_contig_vs_every_other_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.5030549Z test_contig_vs_every_other_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.5044245Z test_contig_vs_every_other_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.5058248Z test_contig_vs_every_other_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.5072283Z test_contig_vs_every_other_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.5086099Z test_contig_vs_every_other_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.5103751Z test_contig_vs_every_other_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:23.5119474Z test_contig_vs_every_other_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:23.5135492Z test_contig_vs_every_other_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:23.5157943Z test_contig_vs_every_other_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:23.5180285Z test_contig_vs_every_other_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:23.5202034Z test_contig_vs_every_other_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:23.5223898Z test_contig_vs_every_other_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:23.5245591Z test_contig_vs_every_other_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:23.5266080Z test_contig_vs_every_other_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:23.5284189Z test_contig_vs_every_other_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:23.5301376Z test_contig_vs_every_other_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:23.5320788Z test_contig_vs_every_other_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:23.5340172Z test_contig_vs_every_other_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:23.5358915Z test_contig_vs_every_other_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:23.5378635Z test_contig_vs_every_other_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:23.5396085Z test_contig_vs_every_other_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:23.5413874Z test_contig_vs_every_other_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:23.5427345Z test_contig_vs_every_other_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.5440799Z test_contig_vs_every_other_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.5454571Z test_contig_vs_every_other_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.5468145Z test_contig_vs_every_other_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.5481840Z test_contig_vs_every_other_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.5495152Z test_contig_vs_every_other_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.5506899Z test_contig_vs_every_other_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.5518894Z test_contig_vs_every_other_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.5531196Z test_contig_vs_every_other_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.5543324Z test_contig_vs_every_other_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.5555189Z test_contig_vs_every_other_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.5567488Z test_contig_vs_every_other_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.5579648Z test_contig_vs_every_other_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.5592821Z test_contig_vs_every_other_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.5606729Z test_contig_vs_every_other_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.5620165Z test_contig_vs_every_other_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.5633347Z test_contig_vs_every_other_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.5646078Z test_contig_vs_every_other_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.5659859Z test_contig_vs_every_other_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.5672648Z test_contig_vs_every_other_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.5684519Z test_contig_vs_every_other_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.5696779Z test_contig_vs_every_other_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.5709002Z test_contig_vs_every_other_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.5721083Z test_contig_vs_every_other_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.5733741Z test_contig_vs_every_other_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.5745705Z test_contig_vs_every_other_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.5759051Z test_contig_vs_every_other_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.5773163Z test_contig_vs_every_other_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.5786388Z test_contig_vs_every_other_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.5799131Z test_contig_vs_every_other_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.5812834Z test_contig_vs_every_other_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.5825534Z test_contig_vs_every_other_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.5837578Z test_contig_vs_every_other_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.5850088Z test_contig_vs_every_other_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.5862411Z test_contig_vs_every_other_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.5874422Z test_contig_vs_every_other_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.5887208Z test_contig_vs_every_other_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.5901496Z test_contig_vs_every_other_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.5915140Z test_contig_vs_every_other_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.5928866Z test_contig_vs_every_other_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.5941628Z test_contig_vs_every_other_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.5953885Z test_contig_vs_every_other_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.5965937Z test_contig_vs_every_other_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.5978123Z test_contig_vs_every_other_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.5991063Z test_contig_vs_every_other_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6004886Z test_contig_vs_every_other_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6019847Z test_contig_vs_every_other_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6034707Z test_contig_vs_every_other_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6049699Z test_contig_vs_every_other_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6063979Z test_contig_vs_every_other_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6078007Z test_contig_vs_every_other_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6092377Z test_contig_vs_every_other_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6105999Z test_contig_vs_every_other_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6119532Z test_contig_vs_every_other_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6133461Z test_contig_vs_every_other_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6146964Z test_contig_vs_every_other_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6160865Z test_contig_vs_every_other_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6174617Z test_contig_vs_every_other_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6187301Z test_contig_vs_every_other_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6201334Z test_contig_vs_every_other_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6215930Z test_contig_vs_every_other_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6229049Z test_contig_vs_every_other_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6242159Z test_contig_vs_every_other_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6254789Z test_contig_vs_every_other_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6268088Z test_contig_vs_every_other_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6280520Z test_contig_vs_every_other_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6292515Z test_contig_vs_every_other_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6304173Z test_contig_vs_every_other_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6315983Z test_contig_vs_every_other_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6327744Z test_contig_vs_every_other_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6340803Z test_contig_vs_every_other_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6353385Z test_contig_vs_every_other_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6367435Z test_contig_vs_every_other_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6382592Z test_contig_vs_every_other_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6397086Z test_contig_vs_every_other_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6411170Z test_contig_vs_every_other_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6425269Z test_contig_vs_every_other_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6439993Z test_contig_vs_every_other_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6453667Z test_contig_vs_every_other_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6466147Z test_contig_vs_every_other_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6477926Z test_contig_vs_every_other_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6489971Z test_contig_vs_every_other_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6501714Z test_contig_vs_every_other_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6514499Z test_contig_vs_every_other_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6527189Z test_contig_vs_every_other_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6541021Z test_contig_vs_every_other_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6556234Z test_contig_vs_every_other_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6570396Z test_contig_vs_every_other_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6584375Z test_contig_vs_every_other_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6598041Z test_contig_vs_every_other_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6611943Z test_contig_vs_every_other_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6624428Z test_contig_vs_every_other_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6636064Z test_contig_vs_every_other_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6647533Z test_contig_vs_every_other_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6659540Z test_contig_vs_every_other_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6671168Z test_contig_vs_every_other_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6684629Z test_contig_vs_every_other_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6699684Z test_contig_vs_every_other_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6717077Z test_contig_vs_every_other_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:23.6734291Z test_contig_vs_every_other_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:23.6748377Z test_contig_vs_every_other_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6762289Z test_contig_vs_every_other_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6775965Z test_contig_vs_every_other_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6789687Z test_contig_vs_every_other_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6803034Z test_contig_vs_every_other_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6816683Z test_contig_vs_every_other_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6830101Z test_contig_vs_every_other_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6844043Z test_contig_vs_every_other_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6858119Z test_contig_vs_every_other_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6874541Z test_contig_vs_every_other_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:23.6890389Z test_contig_vs_every_other_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:23.6904621Z test_contig_vs_every_other_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6919070Z test_contig_vs_every_other_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6933716Z test_contig_vs_every_other_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6948046Z test_contig_vs_every_other_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6961470Z test_contig_vs_every_other_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6975527Z test_contig_vs_every_other_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.6989491Z test_contig_vs_every_other_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7004180Z test_contig_vs_every_other_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7018130Z test_contig_vs_every_other_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7032525Z test_contig_vs_every_other_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7046807Z test_contig_vs_every_other_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7061118Z test_contig_vs_every_other_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7075666Z test_contig_vs_every_other_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7089783Z test_contig_vs_every_other_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7103812Z test_contig_vs_every_other_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7117700Z test_contig_vs_every_other_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7131935Z test_contig_vs_every_other_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7165075Z test_contig_vs_every_other_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:23.7178874Z test_contig_vs_every_other_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7194206Z test_contig_vs_every_other_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7209786Z test_contig_vs_every_other_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7223198Z test_contig_vs_every_other_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7237446Z test_contig_vs_every_other_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7251453Z test_contig_vs_every_other_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7265291Z test_contig_vs_every_other_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7279164Z test_contig_vs_every_other_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7293301Z test_contig_vs_every_other_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7306833Z test_contig_vs_every_other_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7321324Z test_contig_vs_every_other_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7336208Z test_contig_vs_every_other_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7350400Z test_contig_vs_every_other_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7364487Z test_contig_vs_every_other_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7378574Z test_contig_vs_every_other_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7392435Z test_contig_vs_every_other_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7405984Z test_contig_vs_every_other_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7419947Z test_contig_vs_every_other_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7433425Z test_contig_vs_every_other_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7446913Z test_contig_vs_every_other_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7460633Z test_contig_vs_every_other_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7474798Z test_contig_vs_every_other_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7488660Z test_contig_vs_every_other_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7502942Z test_contig_vs_every_other_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7516868Z test_contig_vs_every_other_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7530712Z test_contig_vs_every_other_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7544400Z test_contig_vs_every_other_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7557924Z test_contig_vs_every_other_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7571856Z test_contig_vs_every_other_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7585552Z test_contig_vs_every_other_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7599753Z test_contig_vs_every_other_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7613920Z test_contig_vs_every_other_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7627895Z test_contig_vs_every_other_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7642101Z test_contig_vs_every_other_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7655931Z test_contig_vs_every_other_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7669522Z test_contig_vs_every_other_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7683092Z test_contig_vs_every_other_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7696917Z test_contig_vs_every_other_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7710583Z test_contig_vs_every_other_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7725461Z test_contig_vs_every_other_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7739837Z test_contig_vs_every_other_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7754039Z test_contig_vs_every_other_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7768059Z test_contig_vs_every_other_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7782484Z test_contig_vs_every_other_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7796349Z test_contig_vs_every_other_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7810592Z test_contig_vs_every_other_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7825042Z test_contig_vs_every_other_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7838372Z test_contig_vs_every_other_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7852789Z test_contig_vs_every_other_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7866681Z test_contig_vs_every_other_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7880893Z test_contig_vs_every_other_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7895332Z test_contig_vs_every_other_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7909653Z test_contig_vs_every_other_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7923452Z test_contig_vs_every_other_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7937709Z test_contig_vs_every_other_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7951544Z test_contig_vs_every_other_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7965519Z test_contig_vs_every_other_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7979893Z test_contig_vs_every_other_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.7993703Z test_contig_vs_every_other_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8007636Z test_contig_vs_every_other_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8023065Z test_contig_vs_every_other_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8037969Z test_contig_vs_every_other_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8052594Z test_contig_vs_every_other_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8066642Z test_contig_vs_every_other_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8080456Z test_contig_vs_every_other_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8094765Z test_contig_vs_every_other_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8108604Z test_contig_vs_every_other_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8122685Z test_contig_vs_every_other_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8136653Z test_contig_vs_every_other_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8150840Z test_contig_vs_every_other_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8164956Z test_contig_vs_every_other_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8179462Z test_contig_vs_every_other_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8193749Z test_contig_vs_every_other_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8208491Z test_contig_vs_every_other_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8222483Z test_contig_vs_every_other_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8236248Z test_contig_vs_every_other_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8250152Z test_contig_vs_every_other_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8263891Z test_contig_vs_every_other_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8278076Z test_contig_vs_every_other_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8291402Z test_contig_vs_every_other_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8305549Z test_contig_vs_every_other_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8321137Z test_contig_vs_every_other_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8336255Z test_contig_vs_every_other_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8350691Z test_contig_vs_every_other_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8365033Z test_contig_vs_every_other_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8379686Z test_contig_vs_every_other_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8393264Z test_contig_vs_every_other_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8406565Z test_contig_vs_every_other_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8419733Z test_contig_vs_every_other_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8432050Z test_contig_vs_every_other_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8444269Z test_contig_vs_every_other_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8457814Z test_contig_vs_every_other_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8471225Z test_contig_vs_every_other_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8485839Z test_contig_vs_every_other_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8501013Z test_contig_vs_every_other_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8515330Z test_contig_vs_every_other_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8529716Z test_contig_vs_every_other_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8543363Z test_contig_vs_every_other_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8557500Z test_contig_vs_every_other_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8571216Z test_contig_vs_every_other_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8584863Z test_contig_vs_every_other_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8598562Z test_contig_vs_every_other_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8612291Z test_contig_vs_every_other_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8625907Z test_contig_vs_every_other_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8640106Z test_contig_vs_every_other_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8654289Z test_contig_vs_every_other_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8668206Z test_contig_vs_every_other_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8681189Z test_contig_vs_every_other_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8693355Z test_contig_vs_every_other_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8705183Z test_contig_vs_every_other_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8717517Z test_contig_vs_every_other_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8729317Z test_contig_vs_every_other_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8743327Z test_contig_vs_every_other_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8758020Z test_contig_vs_every_other_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8772293Z test_contig_vs_every_other_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8786334Z test_contig_vs_every_other_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8793857Z test_contig_vs_every_other_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:23.8800158Z test_contig_vs_every_other_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:23.8806787Z test_contig_vs_every_other_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:23.8813311Z test_contig_vs_every_other_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:23.8826328Z test_contig_vs_every_other_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8839965Z test_contig_vs_every_other_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8855763Z test_contig_vs_every_other_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:23.8870291Z test_contig_vs_every_other_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8884228Z test_contig_vs_every_other_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8898659Z test_contig_vs_every_other_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8912478Z test_contig_vs_every_other_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8926335Z test_contig_vs_every_other_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8939913Z test_contig_vs_every_other_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8953728Z test_contig_vs_every_other_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8967716Z test_contig_vs_every_other_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8981378Z test_contig_vs_every_other_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.8997138Z test_contig_vs_every_other_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:23.9012081Z test_contig_vs_every_other_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9027122Z test_contig_vs_every_other_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9042082Z test_contig_vs_every_other_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9056803Z test_contig_vs_every_other_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9071278Z test_contig_vs_every_other_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9085595Z test_contig_vs_every_other_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9100147Z test_contig_vs_every_other_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9114572Z test_contig_vs_every_other_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9128944Z test_contig_vs_every_other_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9143894Z test_contig_vs_every_other_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9158161Z test_contig_vs_every_other_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9171396Z test_contig_vs_every_other_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9183060Z test_contig_vs_every_other_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9196002Z test_contig_vs_every_other_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9210116Z test_contig_vs_every_other_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9224081Z test_contig_vs_every_other_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9238183Z test_contig_vs_every_other_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9252668Z test_contig_vs_every_other_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9265659Z test_contig_vs_every_other_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9277493Z test_contig_vs_every_other_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9289482Z test_contig_vs_every_other_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9301401Z test_contig_vs_every_other_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9313362Z test_contig_vs_every_other_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9325784Z test_contig_vs_every_other_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9337727Z test_contig_vs_every_other_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9351464Z test_contig_vs_every_other_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9366125Z test_contig_vs_every_other_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9379997Z test_contig_vs_every_other_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9393209Z test_contig_vs_every_other_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9405854Z test_contig_vs_every_other_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9419571Z test_contig_vs_every_other_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9432055Z test_contig_vs_every_other_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9443750Z test_contig_vs_every_other_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9455721Z test_contig_vs_every_other_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9467646Z test_contig_vs_every_other_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9480124Z test_contig_vs_every_other_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9493431Z test_contig_vs_every_other_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9506002Z test_contig_vs_every_other_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9520377Z test_contig_vs_every_other_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9534825Z test_contig_vs_every_other_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9548165Z test_contig_vs_every_other_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9561309Z test_contig_vs_every_other_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9574201Z test_contig_vs_every_other_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9587359Z test_contig_vs_every_other_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9599733Z test_contig_vs_every_other_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9611863Z test_contig_vs_every_other_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9623638Z test_contig_vs_every_other_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9635377Z test_contig_vs_every_other_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9647099Z test_contig_vs_every_other_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9659471Z test_contig_vs_every_other_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9671137Z test_contig_vs_every_other_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9684088Z test_contig_vs_every_other_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9697809Z test_contig_vs_every_other_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9710918Z test_contig_vs_every_other_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9723437Z test_contig_vs_every_other_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9737413Z test_contig_vs_every_other_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9750884Z test_contig_vs_every_other_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9763681Z test_contig_vs_every_other_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9776453Z test_contig_vs_every_other_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9788477Z test_contig_vs_every_other_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9800349Z test_contig_vs_every_other_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9812718Z test_contig_vs_every_other_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9824339Z test_contig_vs_every_other_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9836909Z test_contig_vs_every_other_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9849563Z test_contig_vs_every_other_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9862964Z test_contig_vs_every_other_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9875677Z test_contig_vs_every_other_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9887211Z test_contig_vs_every_other_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9899313Z test_contig_vs_every_other_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9910928Z test_contig_vs_every_other_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9922691Z test_contig_vs_every_other_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9935041Z test_contig_vs_every_other_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9946733Z test_contig_vs_every_other_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9959131Z test_contig_vs_every_other_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9971826Z test_contig_vs_every_other_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9985095Z test_contig_vs_every_other_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:23.9998753Z test_contig_vs_every_other_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.0011653Z test_contig_vs_every_other_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.0024403Z test_contig_vs_every_other_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.0036574Z test_contig_vs_every_other_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.0048508Z test_contig_vs_every_other_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.0060967Z test_contig_vs_every_other_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.0072660Z test_contig_vs_every_other_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.0086043Z test_contig_vs_every_other_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.0100260Z test_contig_vs_every_other_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.0113343Z test_contig_vs_every_other_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.0126392Z test_contig_vs_every_other_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.0139160Z test_contig_vs_every_other_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.0152367Z test_contig_vs_every_other_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.0164762Z test_contig_vs_every_other_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.0176792Z test_contig_vs_every_other_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.0188434Z test_contig_vs_every_other_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.0200230Z test_contig_vs_every_other_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.0212246Z test_contig_vs_every_other_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.0222323Z test_contig_vs_every_other_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:24.0232185Z test_contig_vs_every_other_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:24.0242241Z test_contig_vs_every_other_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:24.0252297Z test_contig_vs_every_other_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:24.0262125Z test_contig_vs_every_other_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:24.0272013Z test_contig_vs_every_other_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:24.0281910Z test_contig_vs_every_other_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:24.0291894Z test_contig_vs_every_other_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:24.0301757Z test_contig_vs_every_other_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:24.0311573Z test_contig_vs_every_other_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:24.0321436Z test_contig_vs_every_other_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:24.0331451Z test_contig_vs_every_other_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:24.0345297Z test_contig_vs_every_other_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.0360430Z test_contig_vs_every_other_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.0376053Z test_contig_vs_every_other_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.0391583Z test_contig_vs_every_other_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.0405607Z test_contig_vs_every_other_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.0419788Z test_contig_vs_every_other_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.0433655Z test_contig_vs_every_other_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.0447718Z test_contig_vs_every_other_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.0461763Z test_contig_vs_every_other_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.0475670Z test_contig_vs_every_other_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.0489904Z test_contig_vs_every_other_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.0505901Z test_contig_vs_every_other_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:24.0521060Z test_contig_vs_every_other_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.0535371Z test_contig_vs_every_other_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.0549147Z test_contig_vs_every_other_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.0562707Z test_contig_vs_every_other_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.0576631Z test_contig_vs_every_other_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.0590079Z test_contig_vs_every_other_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.0604005Z test_contig_vs_every_other_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.0618970Z test_contig_vs_every_other_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.0633677Z test_contig_vs_every_other_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.0648327Z test_contig_vs_every_other_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.0662583Z test_contig_vs_every_other_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.0676422Z test_contig_vs_every_other_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.0690155Z test_contig_vs_every_other_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.0703752Z test_contig_vs_every_other_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.0717133Z test_contig_vs_every_other_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.0731110Z test_contig_vs_every_other_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.0744425Z test_contig_vs_every_other_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.0758240Z test_contig_vs_every_other_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.0772907Z test_contig_vs_every_other_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.0789012Z test_contig_vs_every_other_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:24.0804179Z test_contig_vs_every_other_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.0818330Z test_contig_vs_every_other_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.0832183Z test_contig_vs_every_other_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.0845692Z test_contig_vs_every_other_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.0859839Z test_contig_vs_every_other_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.0873984Z test_contig_vs_every_other_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.0887445Z test_contig_vs_every_other_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.0901275Z test_contig_vs_every_other_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.0915203Z test_contig_vs_every_other_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.0930373Z test_contig_vs_every_other_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.0946412Z test_contig_vs_every_other_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:24.0961905Z test_contig_vs_every_other_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.0976360Z test_contig_vs_every_other_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.0990278Z test_contig_vs_every_other_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.1004190Z test_contig_vs_every_other_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.1018582Z test_contig_vs_every_other_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.1032622Z test_contig_vs_every_other_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.1046690Z test_contig_vs_every_other_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.1060951Z test_contig_vs_every_other_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.1075110Z test_contig_vs_every_other_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.1088315Z test_contig_vs_every_other_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.1102114Z test_contig_vs_every_other_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.1116439Z test_contig_vs_every_other_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.1131126Z test_contig_vs_every_other_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.1144927Z test_contig_vs_every_other_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.1158683Z test_contig_vs_every_other_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.1172005Z test_contig_vs_every_other_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.1184246Z test_contig_vs_every_other_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.1196736Z test_contig_vs_every_other_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.1208944Z test_contig_vs_every_other_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.1221539Z test_contig_vs_every_other_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.1248289Z test_contig_vs_every_other_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.1252505Z test_contig_vs_every_other_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:24.1267304Z test_contig_vs_every_other_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.1282257Z test_contig_vs_every_other_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.1298876Z test_contig_vs_every_other_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:24.1314973Z test_contig_vs_every_other_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:24.1330793Z test_contig_vs_every_other_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:24.1347039Z test_contig_vs_every_other_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:24.1363045Z test_contig_vs_every_other_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:24.1377693Z test_contig_vs_every_other_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.1390483Z test_contig_vs_every_other_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.1403623Z test_contig_vs_every_other_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.1417818Z test_contig_vs_every_other_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.1431033Z test_contig_vs_every_other_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.1444807Z test_contig_vs_every_other_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.1458139Z test_contig_vs_every_other_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.1471889Z test_contig_vs_every_other_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.1485270Z test_contig_vs_every_other_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.1497696Z test_contig_vs_every_other_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.1509852Z test_contig_vs_every_other_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.1522272Z test_contig_vs_every_other_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.1535165Z test_contig_vs_every_other_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.1549747Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.1564672Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.1580269Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.1595683Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.1611366Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:24.1627181Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:24.1643312Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:24.1658552Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.1675185Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:24.1691126Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:24.1707537Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:24.1722778Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.1738326Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.1753751Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.1769682Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.1784908Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.1800989Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:24.1817151Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:24.1833659Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:24.1850115Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:24.1866317Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:24.1881799Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.1897475Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.1913319Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:24.1927742Z test_contig_vs_every_other_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.1941153Z test_contig_vs_every_other_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.1955204Z test_contig_vs_every_other_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.1969876Z test_contig_vs_every_other_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.1984404Z test_contig_vs_every_other_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.1998234Z test_contig_vs_every_other_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2011177Z test_contig_vs_every_other_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2023368Z test_contig_vs_every_other_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2035677Z test_contig_vs_every_other_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2048052Z test_contig_vs_every_other_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2061719Z test_contig_vs_every_other_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2077265Z test_contig_vs_every_other_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2093295Z test_contig_vs_every_other_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:24.2108577Z test_contig_vs_every_other_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2123486Z test_contig_vs_every_other_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2138673Z test_contig_vs_every_other_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2153787Z test_contig_vs_every_other_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2167672Z test_contig_vs_every_other_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2180313Z test_contig_vs_every_other_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2192832Z test_contig_vs_every_other_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2205297Z test_contig_vs_every_other_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2218163Z test_contig_vs_every_other_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2231900Z test_contig_vs_every_other_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2246488Z test_contig_vs_every_other_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2261514Z test_contig_vs_every_other_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2276602Z test_contig_vs_every_other_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2291890Z test_contig_vs_every_other_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2306579Z test_contig_vs_every_other_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2320863Z test_contig_vs_every_other_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2335592Z test_contig_vs_every_other_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2350130Z test_contig_vs_every_other_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2364931Z test_contig_vs_every_other_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2379801Z test_contig_vs_every_other_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2394058Z test_contig_vs_every_other_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2408395Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2423283Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2437833Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2451540Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2463966Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2476902Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2490713Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2505007Z test_contig_vs_every_other_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2519628Z test_contig_vs_every_other_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2534724Z test_contig_vs_every_other_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2549308Z test_contig_vs_every_other_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2564680Z test_contig_vs_every_other_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2579790Z test_contig_vs_every_other_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2594352Z test_contig_vs_every_other_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2609757Z test_contig_vs_every_other_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2623851Z test_contig_vs_every_other_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2638224Z test_contig_vs_every_other_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2653203Z test_contig_vs_every_other_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2666559Z test_contig_vs_every_other_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2679331Z test_contig_vs_every_other_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2692253Z test_contig_vs_every_other_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2705570Z test_contig_vs_every_other_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2718347Z test_contig_vs_every_other_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2732495Z test_contig_vs_every_other_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2746933Z test_contig_vs_every_other_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2761645Z test_contig_vs_every_other_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2774938Z test_contig_vs_every_other_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2787455Z test_contig_vs_every_other_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2799765Z test_contig_vs_every_other_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2812672Z test_contig_vs_every_other_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2825405Z test_contig_vs_every_other_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2832796Z test_contig_vs_every_other_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-09-27T16:07:24.2840389Z test_contig_vs_every_other_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-09-27T16:07:24.2847661Z test_contig_vs_every_other_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-09-27T16:07:24.2861831Z test_contig_vs_every_other_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2876088Z test_contig_vs_every_other_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2891121Z test_contig_vs_every_other_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2906803Z test_contig_vs_every_other_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:24.2922407Z test_contig_vs_every_other_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2936818Z test_contig_vs_every_other_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2951471Z test_contig_vs_every_other_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2966057Z test_contig_vs_every_other_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2981047Z test_contig_vs_every_other_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.2995687Z test_contig_vs_every_other_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.3010919Z test_contig_vs_every_other_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.3025483Z test_contig_vs_every_other_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.3040061Z test_contig_vs_every_other_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.3054738Z test_contig_vs_every_other_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.3069109Z test_contig_vs_every_other_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.3084592Z test_contig_vs_every_other_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.3100220Z test_contig_vs_every_other_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.3115393Z test_contig_vs_every_other_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.3130271Z test_contig_vs_every_other_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.3146133Z test_contig_vs_every_other_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.3160840Z test_contig_vs_every_other_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.3175482Z test_contig_vs_every_other_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.3190602Z test_contig_vs_every_other_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.3205190Z test_contig_vs_every_other_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.3219922Z test_contig_vs_every_other_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.3234806Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.3252302Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:24.3268958Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:24.3283865Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.3299050Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.3313270Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.3327658Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.3341997Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.3356546Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.3371041Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.3385177Z test_contig_vs_every_other_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.3399835Z test_contig_vs_every_other_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.3415107Z test_contig_vs_every_other_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.3429156Z test_contig_vs_every_other_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.3441396Z test_contig_vs_every_other_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.3453789Z test_contig_vs_every_other_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.3466403Z test_contig_vs_every_other_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.3478797Z test_contig_vs_every_other_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.3511672Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:24.3526137Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.3542285Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:24.3558543Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:24.3573768Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.3588918Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.3603946Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.3619123Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.3634002Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.3649281Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.3663811Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.3678972Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.3694225Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.3708402Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.3722851Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.3737259Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.3751492Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.3765787Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.3792829Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:24.3812472Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:24.3841003Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:24.3869990Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:24.3889538Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:24.3910489Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:24.3930188Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:24.3949655Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:24.3973147Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:24.4000045Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:24.4019934Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:24.4048451Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:24.4077518Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:24.4097796Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:24.4118488Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:24.4138082Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:24.4157169Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:24.4180763Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:24.4209941Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:24.4229232Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:24.4257635Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:24.4285716Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:24.4305324Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:24.4325772Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:24.4345575Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:24.4364909Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:24.4387998Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:24.4401877Z test_contig_vs_every_other_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.4416834Z test_contig_vs_every_other_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.4432178Z test_contig_vs_every_other_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.4446818Z test_contig_vs_every_other_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.4461162Z test_contig_vs_every_other_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.4475106Z test_contig_vs_every_other_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.4488965Z test_contig_vs_every_other_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.4501958Z test_contig_vs_every_other_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.4513892Z test_contig_vs_every_other_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.4525797Z test_contig_vs_every_other_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.4538481Z test_contig_vs_every_other_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.4550033Z test_contig_vs_every_other_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.4563205Z test_contig_vs_every_other_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.4577429Z test_contig_vs_every_other_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.4591828Z test_contig_vs_every_other_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.4605949Z test_contig_vs_every_other_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.4620233Z test_contig_vs_every_other_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.4634205Z test_contig_vs_every_other_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.4648128Z test_contig_vs_every_other_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.4662235Z test_contig_vs_every_other_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.4676197Z test_contig_vs_every_other_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.4690286Z test_contig_vs_every_other_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.4704319Z test_contig_vs_every_other_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.4717213Z test_contig_vs_every_other_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.4730816Z test_contig_vs_every_other_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.4745675Z test_contig_vs_every_other_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.4760334Z test_contig_vs_every_other_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.4774617Z test_contig_vs_every_other_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.4788870Z test_contig_vs_every_other_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.4802793Z test_contig_vs_every_other_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.4815805Z test_contig_vs_every_other_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.4828104Z test_contig_vs_every_other_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.4840146Z test_contig_vs_every_other_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.4852382Z test_contig_vs_every_other_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.4864270Z test_contig_vs_every_other_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.4877442Z test_contig_vs_every_other_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.4891481Z test_contig_vs_every_other_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.4906295Z test_contig_vs_every_other_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.4921079Z test_contig_vs_every_other_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.4935687Z test_contig_vs_every_other_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.4949832Z test_contig_vs_every_other_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.4963865Z test_contig_vs_every_other_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.4978121Z test_contig_vs_every_other_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.4991840Z test_contig_vs_every_other_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5005589Z test_contig_vs_every_other_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5019586Z test_contig_vs_every_other_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5033303Z test_contig_vs_every_other_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5047438Z test_contig_vs_every_other_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5061776Z test_contig_vs_every_other_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5075923Z test_contig_vs_every_other_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5088967Z test_contig_vs_every_other_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5101399Z test_contig_vs_every_other_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5113344Z test_contig_vs_every_other_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5125466Z test_contig_vs_every_other_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5137831Z test_contig_vs_every_other_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5151107Z test_contig_vs_every_other_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5165282Z test_contig_vs_every_other_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5179634Z test_contig_vs_every_other_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5193718Z test_contig_vs_every_other_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5207771Z test_contig_vs_every_other_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5222365Z test_contig_vs_every_other_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5236519Z test_contig_vs_every_other_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5251142Z test_contig_vs_every_other_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5265444Z test_contig_vs_every_other_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5279665Z test_contig_vs_every_other_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5293914Z test_contig_vs_every_other_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5309336Z test_contig_vs_every_other_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5324592Z test_contig_vs_every_other_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5338853Z test_contig_vs_every_other_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5353333Z test_contig_vs_every_other_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5366994Z test_contig_vs_every_other_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5381096Z test_contig_vs_every_other_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5394860Z test_contig_vs_every_other_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5408662Z test_contig_vs_every_other_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5422641Z test_contig_vs_every_other_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5436808Z test_contig_vs_every_other_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5450197Z test_contig_vs_every_other_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5464388Z test_contig_vs_every_other_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5479967Z test_contig_vs_every_other_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5494949Z test_contig_vs_every_other_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5509383Z test_contig_vs_every_other_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5523218Z test_contig_vs_every_other_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5537310Z test_contig_vs_every_other_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5550393Z test_contig_vs_every_other_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5562480Z test_contig_vs_every_other_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5574485Z test_contig_vs_every_other_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5586415Z test_contig_vs_every_other_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5598468Z test_contig_vs_every_other_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5611166Z test_contig_vs_every_other_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5623166Z test_contig_vs_every_other_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5636430Z test_contig_vs_every_other_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5650395Z test_contig_vs_every_other_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5663650Z test_contig_vs_every_other_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5676262Z test_contig_vs_every_other_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5689802Z test_contig_vs_every_other_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5702720Z test_contig_vs_every_other_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5714406Z test_contig_vs_every_other_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5726392Z test_contig_vs_every_other_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5738899Z test_contig_vs_every_other_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5750757Z test_contig_vs_every_other_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5763953Z test_contig_vs_every_other_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5777942Z test_contig_vs_every_other_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5793606Z test_contig_vs_every_other_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5809452Z test_contig_vs_every_other_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:24.5823693Z test_contig_vs_every_other_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5837917Z test_contig_vs_every_other_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5852233Z test_contig_vs_every_other_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5866199Z test_contig_vs_every_other_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5880104Z test_contig_vs_every_other_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5894450Z test_contig_vs_every_other_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5908267Z test_contig_vs_every_other_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5922368Z test_contig_vs_every_other_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5935749Z test_contig_vs_every_other_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5949420Z test_contig_vs_every_other_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5963485Z test_contig_vs_every_other_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5977895Z test_contig_vs_every_other_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.5991032Z test_contig_vs_every_other_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.6003111Z test_contig_vs_every_other_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.6015183Z test_contig_vs_every_other_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.6027543Z test_contig_vs_every_other_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.6039446Z test_contig_vs_every_other_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.6052172Z test_contig_vs_every_other_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.6064214Z test_contig_vs_every_other_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.6076992Z test_contig_vs_every_other_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.6090507Z test_contig_vs_every_other_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.6104000Z test_contig_vs_every_other_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.6117247Z test_contig_vs_every_other_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.6129464Z test_contig_vs_every_other_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.6141822Z test_contig_vs_every_other_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.6154311Z test_contig_vs_every_other_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.6166530Z test_contig_vs_every_other_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.6180229Z test_contig_vs_every_other_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.6194369Z test_contig_vs_every_other_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.6211473Z test_contig_vs_every_other_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:24.6227243Z test_contig_vs_every_other_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:24.6241657Z test_contig_vs_every_other_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.6256116Z test_contig_vs_every_other_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.6269970Z test_contig_vs_every_other_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.6284018Z test_contig_vs_every_other_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.6298039Z test_contig_vs_every_other_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.6312007Z test_contig_vs_every_other_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.6325884Z test_contig_vs_every_other_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.6340237Z test_contig_vs_every_other_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.6354254Z test_contig_vs_every_other_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.6371078Z test_contig_vs_every_other_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:24.6387101Z test_contig_vs_every_other_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:24.6401576Z test_contig_vs_every_other_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.6416468Z test_contig_vs_every_other_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.6430479Z test_contig_vs_every_other_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.6444632Z test_contig_vs_every_other_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.6458721Z test_contig_vs_every_other_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.6472837Z test_contig_vs_every_other_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.6486926Z test_contig_vs_every_other_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.6502228Z test_contig_vs_every_other_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.6516115Z test_contig_vs_every_other_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.6533081Z test_contig_vs_every_other_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:24.6548584Z test_contig_vs_every_other_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:24.6562915Z test_contig_vs_every_other_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.6577776Z test_contig_vs_every_other_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.6591724Z test_contig_vs_every_other_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.6605892Z test_contig_vs_every_other_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.6620116Z test_contig_vs_every_other_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.6634268Z test_contig_vs_every_other_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.6648479Z test_contig_vs_every_other_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.6662928Z test_contig_vs_every_other_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.6678649Z test_contig_vs_every_other_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:24.6695603Z test_contig_vs_every_other_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:24.6710681Z test_contig_vs_every_other_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.6726315Z test_contig_vs_every_other_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.6741608Z test_contig_vs_every_other_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.6756880Z test_contig_vs_every_other_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.6772593Z test_contig_vs_every_other_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:24.6786454Z test_contig_vs_every_other_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.6801065Z test_contig_vs_every_other_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.6816032Z test_contig_vs_every_other_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.6830227Z test_contig_vs_every_other_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.6844613Z test_contig_vs_every_other_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.6859988Z test_contig_vs_every_other_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.6873464Z test_contig_vs_every_other_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.6887559Z test_contig_vs_every_other_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.6901771Z test_contig_vs_every_other_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.6916339Z test_contig_vs_every_other_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.6931471Z test_contig_vs_every_other_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.6945626Z test_contig_vs_every_other_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.6959927Z test_contig_vs_every_other_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.6974454Z test_contig_vs_every_other_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.6989169Z test_contig_vs_every_other_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7004082Z test_contig_vs_every_other_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7018516Z test_contig_vs_every_other_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7033348Z test_contig_vs_every_other_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7048177Z test_contig_vs_every_other_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7063621Z test_contig_vs_every_other_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7078447Z test_contig_vs_every_other_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7093356Z test_contig_vs_every_other_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7107978Z test_contig_vs_every_other_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7122699Z test_contig_vs_every_other_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7137677Z test_contig_vs_every_other_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7152743Z test_contig_vs_every_other_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7168083Z test_contig_vs_every_other_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7182879Z test_contig_vs_every_other_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7197695Z test_contig_vs_every_other_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7212574Z test_contig_vs_every_other_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7227457Z test_contig_vs_every_other_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7242176Z test_contig_vs_every_other_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7257222Z test_contig_vs_every_other_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7271768Z test_contig_vs_every_other_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7286803Z test_contig_vs_every_other_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7302216Z test_contig_vs_every_other_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7316654Z test_contig_vs_every_other_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7331508Z test_contig_vs_every_other_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7345988Z test_contig_vs_every_other_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7360509Z test_contig_vs_every_other_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7375225Z test_contig_vs_every_other_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7390139Z test_contig_vs_every_other_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7405619Z test_contig_vs_every_other_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7421339Z test_contig_vs_every_other_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:24.7436229Z test_contig_vs_every_other_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7451645Z test_contig_vs_every_other_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7466483Z test_contig_vs_every_other_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7481253Z test_contig_vs_every_other_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7496126Z test_contig_vs_every_other_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7513057Z test_contig_vs_every_other_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:24.7527553Z test_contig_vs_every_other_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7543040Z test_contig_vs_every_other_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7558229Z test_contig_vs_every_other_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7573253Z test_contig_vs_every_other_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7588195Z test_contig_vs_every_other_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7602838Z test_contig_vs_every_other_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7617748Z test_contig_vs_every_other_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7632310Z test_contig_vs_every_other_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7646692Z test_contig_vs_every_other_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7661670Z test_contig_vs_every_other_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7677128Z test_contig_vs_every_other_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7691683Z test_contig_vs_every_other_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7706140Z test_contig_vs_every_other_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7720396Z test_contig_vs_every_other_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7734949Z test_contig_vs_every_other_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7749323Z test_contig_vs_every_other_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7763622Z test_contig_vs_every_other_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7778624Z test_contig_vs_every_other_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7793663Z test_contig_vs_every_other_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7807879Z test_contig_vs_every_other_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7822437Z test_contig_vs_every_other_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7836552Z test_contig_vs_every_other_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7851059Z test_contig_vs_every_other_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7865684Z test_contig_vs_every_other_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7879611Z test_contig_vs_every_other_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7895025Z test_contig_vs_every_other_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7910280Z test_contig_vs_every_other_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7924857Z test_contig_vs_every_other_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7939782Z test_contig_vs_every_other_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7954298Z test_contig_vs_every_other_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7968863Z test_contig_vs_every_other_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7983547Z test_contig_vs_every_other_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.7998237Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.8013711Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.8029178Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.8043918Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.8059148Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.8073847Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.8088511Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.8103551Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.8118386Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.8134011Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.8149445Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.8164190Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.8179368Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.8194048Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.8208650Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.8224529Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.8238623Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.8253495Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.8268108Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.8282253Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.8296757Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.8310843Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.8325049Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.8339596Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.8354162Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.8368772Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.8383665Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.8397759Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.8412278Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.8426271Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.8440301Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.8454896Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.8469467Z test_contig_vs_every_other_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.8484129Z test_contig_vs_every_other_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.8498488Z test_contig_vs_every_other_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.8512714Z test_contig_vs_every_other_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.8526856Z test_contig_vs_every_other_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.8541249Z test_contig_vs_every_other_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.8555361Z test_contig_vs_every_other_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.8569698Z test_contig_vs_every_other_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.8583645Z test_contig_vs_every_other_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.8597270Z test_contig_vs_every_other_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.8612090Z test_contig_vs_every_other_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.8626616Z test_contig_vs_every_other_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.8640361Z test_contig_vs_every_other_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.8654469Z test_contig_vs_every_other_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.8668194Z test_contig_vs_every_other_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.8681892Z test_contig_vs_every_other_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.8696031Z test_contig_vs_every_other_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.8728909Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:24.8742893Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.8757917Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.8773598Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.8787599Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.8801845Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.8816366Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.8830551Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.8844874Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.8860361Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:24.8874797Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.8889776Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.8903864Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.8918335Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.8932769Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.8946877Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.8961366Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.8976263Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.8990976Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.9005550Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.9019910Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.9034310Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.9048509Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.9062908Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.9077585Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.9091568Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.9105899Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.9120454Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.9134714Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.9148782Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.9162710Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.9176858Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.9190772Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.9204778Z test_contig_vs_every_other_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.9219142Z test_contig_vs_every_other_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.9234586Z test_contig_vs_every_other_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.9249976Z test_contig_vs_every_other_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.9265083Z test_contig_vs_every_other_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.9279712Z test_contig_vs_every_other_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.9294281Z test_contig_vs_every_other_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.9308858Z test_contig_vs_every_other_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.9322993Z test_contig_vs_every_other_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.9337456Z test_contig_vs_every_other_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.9351781Z test_contig_vs_every_other_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.9366060Z test_contig_vs_every_other_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.9379723Z test_contig_vs_every_other_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.9394398Z test_contig_vs_every_other_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.9409954Z test_contig_vs_every_other_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.9425039Z test_contig_vs_every_other_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.9439805Z test_contig_vs_every_other_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.9454573Z test_contig_vs_every_other_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.9468185Z test_contig_vs_every_other_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.9480890Z test_contig_vs_every_other_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.9493833Z test_contig_vs_every_other_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.9506707Z test_contig_vs_every_other_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.9519599Z test_contig_vs_every_other_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.9533134Z test_contig_vs_every_other_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.9547289Z test_contig_vs_every_other_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.9563297Z test_contig_vs_every_other_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:24.9579234Z test_contig_vs_every_other_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:24.9593430Z test_contig_vs_every_other_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.9607465Z test_contig_vs_every_other_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.9621333Z test_contig_vs_every_other_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.9635102Z test_contig_vs_every_other_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.9648613Z test_contig_vs_every_other_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.9662480Z test_contig_vs_every_other_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.9676073Z test_contig_vs_every_other_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.9690081Z test_contig_vs_every_other_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.9703987Z test_contig_vs_every_other_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.9720184Z test_contig_vs_every_other_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:24.9736065Z test_contig_vs_every_other_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:24.9750251Z test_contig_vs_every_other_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.9764443Z test_contig_vs_every_other_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.9778250Z test_contig_vs_every_other_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.9792015Z test_contig_vs_every_other_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.9805555Z test_contig_vs_every_other_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.9819534Z test_contig_vs_every_other_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.9833136Z test_contig_vs_every_other_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.9846947Z test_contig_vs_every_other_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.9861533Z test_contig_vs_every_other_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.9875434Z test_contig_vs_every_other_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.9888046Z test_contig_vs_every_other_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.9900232Z test_contig_vs_every_other_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.9912028Z test_contig_vs_every_other_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.9923993Z test_contig_vs_every_other_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.9936160Z test_contig_vs_every_other_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:24.9988173Z test_contig_vs_transposed_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:25.0069418Z test_contig_vs_transposed_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:25.0237168Z test_contig_vs_transposed_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:07:25.0296692Z test_contig_vs_transposed_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:25.0385853Z test_contig_vs_transposed_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:25.0428179Z test_contig_vs_transposed_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:25.0478228Z test_contig_vs_transposed_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:25.0522820Z test_contig_vs_transposed_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:25.0567748Z test_contig_vs_transposed_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:25.0600987Z test_contig_vs_transposed_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:25.0645046Z test_contig_vs_transposed_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:25.0688212Z test_contig_vs_transposed_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:25.0742555Z test_contig_vs_transposed_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:25.0808131Z test_contig_vs_transposed_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:25.1079726Z test_contig_vs_transposed_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:07:25.1324884Z test_contig_vs_transposed_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:07:25.1373022Z test_contig_vs_transposed_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:25.1427631Z test_contig_vs_transposed_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:25.1488081Z test_contig_vs_transposed_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:25.1548562Z test_contig_vs_transposed_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:25.1598452Z test_contig_vs_transposed_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:25.1658904Z test_contig_vs_transposed_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:25.1718832Z test_contig_vs_transposed_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:25.1788771Z test_contig_vs_transposed_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:25.1863368Z test_contig_vs_transposed_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:25.2099850Z test_contig_vs_transposed_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:07:25.2340455Z test_contig_vs_transposed_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:07:25.2404484Z test_contig_vs_transposed_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:25.2500478Z test_contig_vs_transposed_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:07:25.2572180Z test_contig_vs_transposed_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:25.2645911Z test_contig_vs_transposed_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:25.2706838Z test_contig_vs_transposed_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:25.2779086Z test_contig_vs_transposed_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:25.2851289Z test_contig_vs_transposed_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:25.2902178Z test_contig_vs_transposed_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:25.2966277Z test_contig_vs_transposed_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:25.3074059Z test_contig_vs_transposed_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:07:25.3148915Z test_contig_vs_transposed_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:25.3242039Z test_contig_vs_transposed_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:25.3285869Z test_contig_vs_transposed_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:25.3337079Z test_contig_vs_transposed_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:25.3395615Z test_contig_vs_transposed_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:25.3453415Z test_contig_vs_transposed_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:25.3501279Z test_contig_vs_transposed_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:25.3558066Z test_contig_vs_transposed_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:25.3614758Z test_contig_vs_transposed_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:25.3666171Z test_contig_vs_transposed_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:25.3731765Z test_contig_vs_transposed_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:25.4002798Z test_contig_vs_transposed_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:07:25.4172646Z test_contig_vs_transposed_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:07:25.4220889Z test_contig_vs_transposed_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:25.4274792Z test_contig_vs_transposed_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:25.4333564Z test_contig_vs_transposed_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:25.4393645Z test_contig_vs_transposed_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:25.4442600Z test_contig_vs_transposed_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:25.4502849Z test_contig_vs_transposed_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:25.4562987Z test_contig_vs_transposed_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:25.4637588Z test_contig_vs_transposed_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:25.4719167Z test_contig_vs_transposed_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:25.4951836Z test_contig_vs_transposed_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:07:25.5180680Z test_contig_vs_transposed_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:07:25.5247773Z test_contig_vs_transposed_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:25.5344332Z test_contig_vs_transposed_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:07:25.5419174Z test_contig_vs_transposed_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:25.5496204Z test_contig_vs_transposed_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:25.5563908Z test_contig_vs_transposed_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:25.5639265Z test_contig_vs_transposed_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:25.5714910Z test_contig_vs_transposed_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:25.5769930Z test_contig_vs_transposed_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:25.5844938Z test_contig_vs_transposed_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:25.6195536Z test_contig_vs_transposed_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:07:25.6333932Z test_contig_vs_transposed_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:07:25.6382948Z test_contig_vs_transposed_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:25.6437374Z test_contig_vs_transposed_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:25.6496656Z test_contig_vs_transposed_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:25.6556454Z test_contig_vs_transposed_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:25.6605127Z test_contig_vs_transposed_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:25.6664207Z test_contig_vs_transposed_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:25.6722611Z test_contig_vs_transposed_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:25.6807038Z test_contig_vs_transposed_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:25.6883381Z test_contig_vs_transposed_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:25.7182017Z test_contig_vs_transposed_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:07:25.7336798Z test_contig_vs_transposed_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:07:25.7415324Z test_contig_vs_transposed_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:25.7501466Z test_contig_vs_transposed_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:25.7572862Z test_contig_vs_transposed_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:25.7646432Z test_contig_vs_transposed_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:25.7708529Z test_contig_vs_transposed_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:25.7780181Z test_contig_vs_transposed_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:25.7841801Z test_contig_vs_transposed_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:25.7890484Z test_contig_vs_transposed_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:25.7950321Z test_contig_vs_transposed_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:25.8027822Z test_contig_vs_transposed_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:25.8172650Z test_contig_vs_transposed_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:07:25.8233307Z test_contig_vs_transposed_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:25.8320836Z test_contig_vs_transposed_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:25.8364547Z test_contig_vs_transposed_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:25.8416655Z test_contig_vs_transposed_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:25.8474586Z test_contig_vs_transposed_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:25.8531756Z test_contig_vs_transposed_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:25.8577514Z test_contig_vs_transposed_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:25.8633986Z test_contig_vs_transposed_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:25.8690775Z test_contig_vs_transposed_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:25.8735567Z test_contig_vs_transposed_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:25.8779975Z test_contig_vs_transposed_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:25.8823763Z test_contig_vs_transposed_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:25.8855925Z test_contig_vs_transposed_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:25.8899196Z test_contig_vs_transposed_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:25.8941703Z test_contig_vs_transposed_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:25.8980660Z test_contig_vs_transposed_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:25.9023247Z test_contig_vs_transposed_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:25.9090136Z test_contig_vs_transposed_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:25.9223559Z test_contig_vs_transposed_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:07:25.9269701Z test_contig_vs_transposed_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:25.9344231Z test_contig_vs_transposed_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:25.9374333Z test_contig_vs_transposed_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:25.9414009Z test_contig_vs_transposed_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:25.9457773Z test_contig_vs_transposed_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:25.9501933Z test_contig_vs_transposed_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:25.9536886Z test_contig_vs_transposed_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:25.9580564Z test_contig_vs_transposed_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:25.9624048Z test_contig_vs_transposed_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:25.9662247Z test_contig_vs_transposed_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:25.9706234Z test_contig_vs_transposed_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:25.9771621Z test_contig_vs_transposed_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:25.9817005Z test_contig_vs_transposed_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:25.9891691Z test_contig_vs_transposed_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:25.9920852Z test_contig_vs_transposed_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:25.9960467Z test_contig_vs_transposed_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:26.0003628Z test_contig_vs_transposed_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:26.0047424Z test_contig_vs_transposed_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:26.0079950Z test_contig_vs_transposed_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:26.0123596Z test_contig_vs_transposed_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:26.0166127Z test_contig_vs_transposed_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:26.0216701Z test_contig_vs_transposed_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:26.0259118Z test_contig_vs_transposed_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:26.0309552Z test_contig_vs_transposed_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:26.0353314Z test_contig_vs_transposed_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:26.0397878Z test_contig_vs_transposed_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:26.0430144Z test_contig_vs_transposed_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:26.0472893Z test_contig_vs_transposed_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:26.0515906Z test_contig_vs_transposed_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:26.0576682Z test_contig_vs_transposed_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:26.0644152Z test_contig_vs_transposed_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:26.0738184Z test_contig_vs_transposed_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:26.0896365Z test_contig_vs_transposed_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:07:26.0975942Z test_contig_vs_transposed_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:26.1073692Z test_contig_vs_transposed_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:07:26.1128032Z test_contig_vs_transposed_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:26.1193721Z test_contig_vs_transposed_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:26.1262124Z test_contig_vs_transposed_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:26.1330517Z test_contig_vs_transposed_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:26.1387437Z test_contig_vs_transposed_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:26.1454025Z test_contig_vs_transposed_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:26.1521581Z test_contig_vs_transposed_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:26.1562226Z test_contig_vs_transposed_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:26.1607173Z test_contig_vs_transposed_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:26.1673156Z test_contig_vs_transposed_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:26.1806766Z test_contig_vs_transposed_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:07:26.1854635Z test_contig_vs_transposed_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:26.1928083Z test_contig_vs_transposed_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:26.1957794Z test_contig_vs_transposed_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:26.1998791Z test_contig_vs_transposed_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:26.2042167Z test_contig_vs_transposed_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:26.2086242Z test_contig_vs_transposed_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:26.2119054Z test_contig_vs_transposed_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:26.2163116Z test_contig_vs_transposed_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:26.2205835Z test_contig_vs_transposed_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:26.2255248Z test_contig_vs_transposed_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:26.2299026Z test_contig_vs_transposed_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:26.2393393Z test_contig_vs_transposed_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:26.2551377Z test_contig_vs_transposed_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:07:26.2623840Z test_contig_vs_transposed_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:26.2711849Z test_contig_vs_transposed_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:26.2753550Z test_contig_vs_transposed_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:26.2801154Z test_contig_vs_transposed_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:26.2846199Z test_contig_vs_transposed_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:26.2889330Z test_contig_vs_transposed_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:26.2920000Z test_contig_vs_transposed_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:26.2963049Z test_contig_vs_transposed_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:26.3005493Z test_contig_vs_transposed_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:26.3054198Z test_contig_vs_transposed_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:26.3098363Z test_contig_vs_transposed_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:26.3192612Z test_contig_vs_transposed_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:26.3352634Z test_contig_vs_transposed_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:07:26.3424835Z test_contig_vs_transposed_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:26.3513919Z test_contig_vs_transposed_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:26.3556401Z test_contig_vs_transposed_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:26.3604446Z test_contig_vs_transposed_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:26.3650645Z test_contig_vs_transposed_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:26.3693882Z test_contig_vs_transposed_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:26.3724466Z test_contig_vs_transposed_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:26.3767610Z test_contig_vs_transposed_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:26.3810666Z test_contig_vs_transposed_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:26.3863398Z test_contig_vs_transposed_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:26.3927844Z test_contig_vs_transposed_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:26.4129389Z test_contig_vs_transposed_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:07:26.4324579Z test_contig_vs_transposed_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:07:26.4374469Z test_contig_vs_transposed_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:26.4426764Z test_contig_vs_transposed_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:26.4484584Z test_contig_vs_transposed_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:26.4542833Z test_contig_vs_transposed_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:26.4589720Z test_contig_vs_transposed_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:26.4648028Z test_contig_vs_transposed_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:26.4706389Z test_contig_vs_transposed_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:26.4759954Z test_contig_vs_transposed_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:26.4827514Z test_contig_vs_transposed_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:26.5031328Z test_contig_vs_transposed_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:07:26.5183277Z test_contig_vs_transposed_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:07:26.5235479Z test_contig_vs_transposed_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:26.5295179Z test_contig_vs_transposed_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:26.5358152Z test_contig_vs_transposed_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:26.5420514Z test_contig_vs_transposed_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:26.5471328Z test_contig_vs_transposed_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:26.5533325Z test_contig_vs_transposed_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:26.5594576Z test_contig_vs_transposed_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:26.5643948Z test_contig_vs_transposed_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:26.5705586Z test_contig_vs_transposed_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:26.5798466Z test_contig_vs_transposed_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:26.5839732Z test_contig_vs_transposed_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:26.5889938Z test_contig_vs_transposed_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:26.5946174Z test_contig_vs_transposed_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:26.6002826Z test_contig_vs_transposed_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:26.6048391Z test_contig_vs_transposed_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:26.6105611Z test_contig_vs_transposed_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:26.6161407Z test_contig_vs_transposed_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:26.8326532Z test_contig_vs_transposed_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.216s) 2022-09-27T16:07:26.8403020Z test_contig_vs_transposed_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:26.8512760Z test_contig_vs_transposed_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:07:26.8643049Z test_contig_vs_transposed_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:07:26.8718583Z test_contig_vs_transposed_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:26.8794807Z test_contig_vs_transposed_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:26.8859644Z test_contig_vs_transposed_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:26.8933940Z test_contig_vs_transposed_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:26.9011659Z test_contig_vs_transposed_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:26.9060840Z test_contig_vs_transposed_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:26.9118606Z test_contig_vs_transposed_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:26.9192707Z test_contig_vs_transposed_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:26.9338647Z test_contig_vs_transposed_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:07:26.9395946Z test_contig_vs_transposed_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:26.9482487Z test_contig_vs_transposed_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:26.9523809Z test_contig_vs_transposed_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:26.9571294Z test_contig_vs_transposed_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:26.9625156Z test_contig_vs_transposed_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:26.9681246Z test_contig_vs_transposed_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:26.9725468Z test_contig_vs_transposed_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:26.9779608Z test_contig_vs_transposed_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:26.9834009Z test_contig_vs_transposed_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:26.9895031Z test_contig_vs_transposed_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:26.9961321Z test_contig_vs_transposed_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:27.0005433Z test_contig_vs_transposed_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:27.0057281Z test_contig_vs_transposed_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:27.0115840Z test_contig_vs_transposed_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:27.0174617Z test_contig_vs_transposed_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:27.0222796Z test_contig_vs_transposed_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:27.0281670Z test_contig_vs_transposed_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:27.0340020Z test_contig_vs_transposed_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:27.0417138Z test_contig_vs_transposed_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:27.0481360Z test_contig_vs_transposed_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:27.0525104Z test_contig_vs_transposed_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:27.0577327Z test_contig_vs_transposed_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:27.0635663Z test_contig_vs_transposed_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:27.0693431Z test_contig_vs_transposed_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:27.0741365Z test_contig_vs_transposed_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:27.0800748Z test_contig_vs_transposed_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:27.0859170Z test_contig_vs_transposed_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:27.0989353Z test_contig_vs_transposed_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:07:27.1080976Z test_contig_vs_transposed_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:27.1123489Z test_contig_vs_transposed_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:27.1175567Z test_contig_vs_transposed_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:27.1261627Z test_contig_vs_transposed_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:27.1349530Z test_contig_vs_transposed_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:27.1425619Z test_contig_vs_transposed_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:27.1513080Z test_contig_vs_transposed_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:27.1571320Z test_contig_vs_transposed_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:27.1627910Z test_contig_vs_transposed_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:27.1694398Z test_contig_vs_transposed_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:27.1795665Z test_contig_vs_transposed_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:07:27.1842995Z test_contig_vs_transposed_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:27.1911323Z test_contig_vs_transposed_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:27.1972909Z test_contig_vs_transposed_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:27.2035710Z test_contig_vs_transposed_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:27.2087786Z test_contig_vs_transposed_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:27.2149514Z test_contig_vs_transposed_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:27.2210566Z test_contig_vs_transposed_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:27.2262056Z test_contig_vs_transposed_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:27.2327982Z test_contig_vs_transposed_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:27.2441697Z test_contig_vs_transposed_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:07:27.2521588Z test_contig_vs_transposed_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:27.2572331Z test_contig_vs_transposed_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:27.2625948Z test_contig_vs_transposed_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:27.2683926Z test_contig_vs_transposed_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:27.2741763Z test_contig_vs_transposed_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:27.2789056Z test_contig_vs_transposed_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:27.2847299Z test_contig_vs_transposed_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:27.2905259Z test_contig_vs_transposed_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:27.2957670Z test_contig_vs_transposed_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:27.3023047Z test_contig_vs_transposed_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:27.3067221Z test_contig_vs_transposed_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:27.3124872Z test_contig_vs_transposed_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:27.3184461Z test_contig_vs_transposed_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:27.3243908Z test_contig_vs_transposed_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:27.3293265Z test_contig_vs_transposed_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:27.3353386Z test_contig_vs_transposed_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:27.3413103Z test_contig_vs_transposed_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:27.3462065Z test_contig_vs_transposed_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:27.3506710Z test_contig_vs_transposed_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:27.3594741Z test_contig_vs_transposed_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:27.3771039Z test_contig_vs_transposed_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:07:27.3846303Z test_contig_vs_transposed_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:27.3943993Z test_contig_vs_transposed_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:07:27.3987149Z test_contig_vs_transposed_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:27.4036677Z test_contig_vs_transposed_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:27.4083802Z test_contig_vs_transposed_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:27.4129771Z test_contig_vs_transposed_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:27.4162354Z test_contig_vs_transposed_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:27.4206324Z test_contig_vs_transposed_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:27.4249847Z test_contig_vs_transposed_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:27.4298153Z test_contig_vs_transposed_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:27.4359952Z test_contig_vs_transposed_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:27.4435123Z test_contig_vs_transposed_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:27.4581183Z test_contig_vs_transposed_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:07:27.4642214Z test_contig_vs_transposed_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:27.4729811Z test_contig_vs_transposed_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:27.4771150Z test_contig_vs_transposed_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:27.4822284Z test_contig_vs_transposed_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:27.4878406Z test_contig_vs_transposed_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:27.4934165Z test_contig_vs_transposed_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:27.4978429Z test_contig_vs_transposed_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:27.5033442Z test_contig_vs_transposed_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:27.5088121Z test_contig_vs_transposed_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:27.5136612Z test_contig_vs_transposed_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:27.5177093Z test_contig_vs_transposed_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:27.5225658Z test_contig_vs_transposed_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:27.5269396Z test_contig_vs_transposed_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:27.5314032Z test_contig_vs_transposed_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:27.5346469Z test_contig_vs_transposed_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:27.5389397Z test_contig_vs_transposed_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:27.5432384Z test_contig_vs_transposed_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:27.5483448Z test_contig_vs_transposed_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:27.5569796Z test_contig_vs_transposed_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:27.5609914Z test_contig_vs_transposed_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:27.5658048Z test_contig_vs_transposed_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:27.5665426Z test_contig_vs_transposed_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:27.5672493Z test_contig_vs_transposed_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:27.5679827Z test_contig_vs_transposed_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:27.5686784Z test_contig_vs_transposed_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:27.5736201Z test_contig_vs_transposed_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:27.5790754Z test_contig_vs_transposed_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:27.5867299Z test_contig_vs_transposed_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:27.5927660Z test_contig_vs_transposed_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:27.6012207Z test_contig_vs_transposed_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:27.6056225Z test_contig_vs_transposed_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:27.6106983Z test_contig_vs_transposed_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:27.6161968Z test_contig_vs_transposed_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:27.6217495Z test_contig_vs_transposed_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:27.6262545Z test_contig_vs_transposed_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:27.6320094Z test_contig_vs_transposed_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:27.6375974Z test_contig_vs_transposed_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:27.6505625Z test_contig_vs_transposed_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:07:27.6682271Z test_contig_vs_transposed_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:07:27.6851832Z test_contig_vs_transposed_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:07:27.7029908Z test_contig_vs_transposed_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:07:27.7168426Z test_contig_vs_transposed_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:07:27.7310147Z test_contig_vs_transposed_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:07:27.7439163Z test_contig_vs_transposed_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:07:27.7578082Z test_contig_vs_transposed_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:07:27.7718478Z test_contig_vs_transposed_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:07:27.7793234Z test_contig_vs_transposed_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:27.7937663Z test_contig_vs_transposed_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:07:27.7997010Z test_contig_vs_transposed_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:27.8036766Z test_contig_vs_transposed_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:27.8081728Z test_contig_vs_transposed_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:27.8148661Z test_contig_vs_transposed_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:27.8194319Z test_contig_vs_transposed_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:27.8269070Z test_contig_vs_transposed_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:27.8298838Z test_contig_vs_transposed_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:27.8338069Z test_contig_vs_transposed_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:27.8381745Z test_contig_vs_transposed_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:27.8424445Z test_contig_vs_transposed_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:27.8457252Z test_contig_vs_transposed_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:27.8501166Z test_contig_vs_transposed_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:27.8544856Z test_contig_vs_transposed_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:27.8585797Z test_contig_vs_transposed_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:27.8628766Z test_contig_vs_transposed_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:27.8705624Z test_contig_vs_transposed_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:27.8868944Z test_contig_vs_transposed_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:07:27.8924580Z test_contig_vs_transposed_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:27.9007382Z test_contig_vs_transposed_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:27.9040119Z test_contig_vs_transposed_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:27.9082574Z test_contig_vs_transposed_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:27.9125723Z test_contig_vs_transposed_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:27.9168396Z test_contig_vs_transposed_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:27.9199746Z test_contig_vs_transposed_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:27.9242635Z test_contig_vs_transposed_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:27.9284951Z test_contig_vs_transposed_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:27.9323730Z test_contig_vs_transposed_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:27.9366496Z test_contig_vs_transposed_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:27.9437931Z test_contig_vs_transposed_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:27.9590207Z test_contig_vs_transposed_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:07:27.9641431Z test_contig_vs_transposed_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:27.9720887Z test_contig_vs_transposed_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:27.9752633Z test_contig_vs_transposed_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:27.9794797Z test_contig_vs_transposed_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:27.9837854Z test_contig_vs_transposed_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:27.9881277Z test_contig_vs_transposed_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:27.9913190Z test_contig_vs_transposed_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:27.9955898Z test_contig_vs_transposed_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:27.9998651Z test_contig_vs_transposed_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:28.0037052Z test_contig_vs_transposed_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:28.0080341Z test_contig_vs_transposed_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:28.0149715Z test_contig_vs_transposed_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:28.0198375Z test_contig_vs_transposed_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:28.0278600Z test_contig_vs_transposed_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:28.0310705Z test_contig_vs_transposed_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:28.0350676Z test_contig_vs_transposed_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:28.0394449Z test_contig_vs_transposed_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:28.0438201Z test_contig_vs_transposed_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:28.0470490Z test_contig_vs_transposed_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:28.0513535Z test_contig_vs_transposed_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:28.0555877Z test_contig_vs_transposed_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:28.0593448Z test_contig_vs_transposed_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:28.0636554Z test_contig_vs_transposed_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:28.0711551Z test_contig_vs_transposed_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:28.0741886Z test_contig_vs_transposed_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:28.0781515Z test_contig_vs_transposed_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:28.0825036Z test_contig_vs_transposed_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:28.0867491Z test_contig_vs_transposed_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:28.0899383Z test_contig_vs_transposed_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:28.0942939Z test_contig_vs_transposed_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:28.0985354Z test_contig_vs_transposed_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:28.1023054Z test_contig_vs_transposed_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:28.1065812Z test_contig_vs_transposed_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:28.1139331Z test_contig_vs_transposed_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:28.1169982Z test_contig_vs_transposed_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:28.1211617Z test_contig_vs_transposed_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:28.1254419Z test_contig_vs_transposed_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:28.1296845Z test_contig_vs_transposed_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:28.1328671Z test_contig_vs_transposed_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:28.1371762Z test_contig_vs_transposed_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:28.1414701Z test_contig_vs_transposed_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:28.1451049Z test_contig_vs_transposed_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:28.1494520Z test_contig_vs_transposed_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:28.1560713Z test_contig_vs_transposed_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:28.1698322Z test_contig_vs_transposed_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:07:28.1744686Z test_contig_vs_transposed_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:28.1819767Z test_contig_vs_transposed_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:28.1849442Z test_contig_vs_transposed_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:28.1887062Z test_contig_vs_transposed_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:28.1930541Z test_contig_vs_transposed_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:28.1973269Z test_contig_vs_transposed_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:28.2005978Z test_contig_vs_transposed_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:28.2049164Z test_contig_vs_transposed_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:28.2091871Z test_contig_vs_transposed_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:28.2102134Z test_contig_vs_transposed_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:28.2112927Z test_contig_vs_transposed_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:28.2123920Z test_contig_vs_transposed_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:28.2134604Z test_contig_vs_transposed_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:28.2144760Z test_contig_vs_transposed_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:28.2154785Z test_contig_vs_transposed_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:28.2164818Z test_contig_vs_transposed_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:28.2175310Z test_contig_vs_transposed_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:28.2185588Z test_contig_vs_transposed_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:28.2196064Z test_contig_vs_transposed_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:28.2206739Z test_contig_vs_transposed_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:28.2217457Z test_contig_vs_transposed_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:28.2289378Z test_contig_vs_transposed_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:28.2375640Z test_contig_vs_transposed_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:28.2441001Z test_contig_vs_transposed_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:28.2551868Z test_contig_vs_transposed_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:07:28.2631571Z test_contig_vs_transposed_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:28.2713252Z test_contig_vs_transposed_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:28.2783737Z test_contig_vs_transposed_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:28.2864463Z test_contig_vs_transposed_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:28.2942641Z test_contig_vs_transposed_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:28.2998187Z test_contig_vs_transposed_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:28.3096586Z test_contig_vs_transposed_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:07:28.3279096Z test_contig_vs_transposed_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:07:28.3405628Z test_contig_vs_transposed_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:07:28.3452963Z test_contig_vs_transposed_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:28.3506368Z test_contig_vs_transposed_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:28.3575543Z test_contig_vs_transposed_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:28.3645947Z test_contig_vs_transposed_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:28.3704281Z test_contig_vs_transposed_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:28.3773629Z test_contig_vs_transposed_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:28.3842034Z test_contig_vs_transposed_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:28.3894651Z test_contig_vs_transposed_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:28.3958694Z test_contig_vs_transposed_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:28.4002442Z test_contig_vs_transposed_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:28.4054757Z test_contig_vs_transposed_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:28.4118439Z test_contig_vs_transposed_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:28.4184213Z test_contig_vs_transposed_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:28.4238665Z test_contig_vs_transposed_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:28.4303384Z test_contig_vs_transposed_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:28.4364583Z test_contig_vs_transposed_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:28.4416907Z test_contig_vs_transposed_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:28.4512687Z test_contig_vs_transposed_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:28.4696844Z test_contig_vs_transposed_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:07:28.4824451Z test_contig_vs_transposed_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:07:28.4873000Z test_contig_vs_transposed_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:28.4927355Z test_contig_vs_transposed_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:28.4993867Z test_contig_vs_transposed_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:28.5060823Z test_contig_vs_transposed_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:28.5116691Z test_contig_vs_transposed_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:28.5182247Z test_contig_vs_transposed_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:28.5249855Z test_contig_vs_transposed_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:28.5303649Z test_contig_vs_transposed_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:28.5412280Z test_contig_vs_transposed_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:07:28.5595413Z test_contig_vs_transposed_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:07:28.5723816Z test_contig_vs_transposed_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:07:28.5773219Z test_contig_vs_transposed_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:28.5828163Z test_contig_vs_transposed_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:28.5901330Z test_contig_vs_transposed_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:28.5975178Z test_contig_vs_transposed_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:28.6038059Z test_contig_vs_transposed_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:28.6112979Z test_contig_vs_transposed_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:28.6186010Z test_contig_vs_transposed_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:28.6234538Z test_contig_vs_transposed_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:28.6280890Z test_contig_vs_transposed_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:28.6350452Z test_contig_vs_transposed_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:28.6401547Z test_contig_vs_transposed_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:28.6483777Z test_contig_vs_transposed_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:28.6515132Z test_contig_vs_transposed_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:28.6555035Z test_contig_vs_transposed_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:28.6598584Z test_contig_vs_transposed_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:28.6642524Z test_contig_vs_transposed_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:28.6675084Z test_contig_vs_transposed_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:28.6718031Z test_contig_vs_transposed_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:28.6760946Z test_contig_vs_transposed_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:28.6819739Z test_contig_vs_transposed_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:28.7074280Z test_contig_vs_transposed_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:07:28.7138950Z test_contig_vs_transposed_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:28.7214096Z test_contig_vs_transposed_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:28.7592496Z test_contig_vs_transposed_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:07:28.7937671Z test_contig_vs_transposed_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:07:28.8271244Z test_contig_vs_transposed_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:07:28.8617047Z test_contig_vs_transposed_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:07:28.8962472Z test_contig_vs_transposed_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:07:28.9002854Z test_contig_vs_transposed_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:28.9048073Z test_contig_vs_transposed_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:28.9118079Z test_contig_vs_transposed_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:28.9252909Z test_contig_vs_transposed_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:07:28.9300205Z test_contig_vs_transposed_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:28.9374945Z test_contig_vs_transposed_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:28.9405550Z test_contig_vs_transposed_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:28.9446190Z test_contig_vs_transposed_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:28.9489669Z test_contig_vs_transposed_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:28.9533786Z test_contig_vs_transposed_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:28.9567732Z test_contig_vs_transposed_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:28.9611708Z test_contig_vs_transposed_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:28.9655145Z test_contig_vs_transposed_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:28.9733048Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:28.9798937Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:28.9905542Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:07:28.9987458Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:29.0069993Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:29.0149789Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:29.0222665Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:29.0304853Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:29.0452869Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:07:29.0576342Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:07:29.0802179Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:07:29.0939707Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:07:29.1077616Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:07:29.1204706Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:07:29.1342105Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:07:29.1479624Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:07:29.1674350Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:07:29.1834667Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:07:29.2177898Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:07:29.2357365Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:07:29.2535461Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:07:29.2700994Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:07:29.2881485Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:07:29.3059117Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:07:29.3114909Z test_contig_vs_transposed_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:29.3161160Z test_contig_vs_transposed_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:29.3251049Z test_contig_vs_transposed_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:29.3293681Z test_contig_vs_transposed_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:29.3344623Z test_contig_vs_transposed_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:29.3389066Z test_contig_vs_transposed_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:29.3433547Z test_contig_vs_transposed_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:29.3465426Z test_contig_vs_transposed_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:29.3508107Z test_contig_vs_transposed_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:29.3550763Z test_contig_vs_transposed_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:29.3599745Z test_contig_vs_transposed_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:29.3687060Z test_contig_vs_transposed_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:29.3844668Z test_contig_vs_transposed_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:07:29.3916537Z test_contig_vs_transposed_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:29.4005209Z test_contig_vs_transposed_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:29.4047735Z test_contig_vs_transposed_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:29.4099514Z test_contig_vs_transposed_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:29.4144980Z test_contig_vs_transposed_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:29.4190107Z test_contig_vs_transposed_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:29.4222231Z test_contig_vs_transposed_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:29.4265257Z test_contig_vs_transposed_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:29.4307641Z test_contig_vs_transposed_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:29.4358610Z test_contig_vs_transposed_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:29.4400890Z test_contig_vs_transposed_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:29.4455996Z test_contig_vs_transposed_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:29.4508118Z test_contig_vs_transposed_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:29.4551164Z test_contig_vs_transposed_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:29.4605482Z test_contig_vs_transposed_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:29.4655834Z test_contig_vs_transposed_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:29.4696822Z test_contig_vs_transposed_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:29.4747728Z test_contig_vs_transposed_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:29.4798994Z test_contig_vs_transposed_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:29.4841232Z test_contig_vs_transposed_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:29.4891243Z test_contig_vs_transposed_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:29.4942362Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:29.4983698Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:29.5032922Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:29.5079162Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:29.5123325Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:29.5156154Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:29.5199711Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:29.5259724Z test_contig_vs_transposed_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:29.5313763Z test_contig_vs_transposed_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:29.5386477Z test_contig_vs_transposed_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:29.5442342Z test_contig_vs_transposed_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:29.5522109Z test_contig_vs_transposed_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:29.5580832Z test_contig_vs_transposed_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:29.5629377Z test_contig_vs_transposed_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:29.5685524Z test_contig_vs_transposed_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:29.5735001Z test_contig_vs_transposed_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:29.5777434Z test_contig_vs_transposed_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:29.5827976Z test_contig_vs_transposed_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:29.5872576Z test_contig_vs_transposed_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:29.5916750Z test_contig_vs_transposed_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:29.5949465Z test_contig_vs_transposed_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:29.5992923Z test_contig_vs_transposed_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:29.6035701Z test_contig_vs_transposed_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:29.6083946Z test_contig_vs_transposed_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:29.6125316Z test_contig_vs_transposed_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:29.6174778Z test_contig_vs_transposed_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:29.6218855Z test_contig_vs_transposed_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:29.6263667Z test_contig_vs_transposed_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:29.6297142Z test_contig_vs_transposed_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:29.6340795Z test_contig_vs_transposed_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:29.6388804Z test_contig_vs_transposed_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:29.6395115Z test_contig_vs_transposed_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-09-27T16:07:29.6401821Z test_contig_vs_transposed_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-09-27T16:07:29.6408215Z test_contig_vs_transposed_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-09-27T16:07:29.6459686Z test_contig_vs_transposed_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:29.6502121Z test_contig_vs_transposed_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:29.6555400Z test_contig_vs_transposed_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:29.6667760Z test_contig_vs_transposed_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:07:29.6753636Z test_contig_vs_transposed_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:29.6809307Z test_contig_vs_transposed_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:29.6853137Z test_contig_vs_transposed_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:29.6907997Z test_contig_vs_transposed_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:29.6963535Z test_contig_vs_transposed_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:29.7014611Z test_contig_vs_transposed_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:29.7077275Z test_contig_vs_transposed_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:29.7127217Z test_contig_vs_transposed_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:29.7168659Z test_contig_vs_transposed_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:29.7220264Z test_contig_vs_transposed_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:29.7271984Z test_contig_vs_transposed_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:29.7370810Z test_contig_vs_transposed_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:07:29.7469127Z test_contig_vs_transposed_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:07:29.7612618Z test_contig_vs_transposed_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:07:29.7675647Z test_contig_vs_transposed_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:29.7751310Z test_contig_vs_transposed_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:29.7831566Z test_contig_vs_transposed_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:29.7894334Z test_contig_vs_transposed_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:29.7947149Z test_contig_vs_transposed_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:29.8008811Z test_contig_vs_transposed_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:29.8068284Z test_contig_vs_transposed_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:29.8124768Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:29.8347157Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:07:29.8510559Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:07:29.8561815Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:29.8619439Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:29.8680187Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:29.8741547Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:29.8792843Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:29.8854859Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:29.8917851Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:29.8968247Z test_contig_vs_transposed_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:29.9010791Z test_contig_vs_transposed_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:29.9061801Z test_contig_vs_transposed_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:29.9107078Z test_contig_vs_transposed_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:29.9152106Z test_contig_vs_transposed_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:29.9184458Z test_contig_vs_transposed_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:29.9228073Z test_contig_vs_transposed_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:29.9275031Z test_contig_vs_transposed_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:30.1322787Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.204s) 2022-09-27T16:07:30.1399825Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:30.1511716Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:07:30.1644840Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:07:30.1721447Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:30.1800421Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:30.1866361Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:30.1942917Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:30.2024776Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:30.2106345Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:30.2185874Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:30.2254658Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:30.2341132Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:30.2422458Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:30.2507457Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:30.2580469Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:30.2660786Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:30.2732385Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:30.3941566Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.121s) 2022-09-27T16:07:30.4497802Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:07:30.5748632Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.125s) 2022-09-27T16:07:30.7002280Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.125s) 2022-09-27T16:07:30.7554972Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:07:30.8188748Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:07:30.8744074Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:07:30.9295113Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:07:31.0203252Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.091s) 2022-09-27T16:07:31.1399745Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.120s) 2022-09-27T16:07:31.1948204Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:07:31.3186155Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.124s) 2022-09-27T16:07:31.4424614Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.124s) 2022-09-27T16:07:31.4976335Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:07:31.5531558Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:07:31.6073292Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:07:31.6624671Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:07:31.7530744Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-09-27T16:07:31.8829068Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.130s) 2022-09-27T16:07:31.9380228Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:07:32.0624843Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.124s) 2022-09-27T16:07:32.1872132Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.125s) 2022-09-27T16:07:32.2427402Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:07:32.2988765Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:07:32.3535147Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:07:32.4091030Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:07:32.5005039Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.091s) 2022-09-27T16:07:32.5058293Z test_contig_vs_transposed_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:32.5139946Z test_contig_vs_transposed_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:32.5296279Z test_contig_vs_transposed_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:07:32.5364487Z test_contig_vs_transposed_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:32.5452674Z test_contig_vs_transposed_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:32.5496552Z test_contig_vs_transposed_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:32.5544872Z test_contig_vs_transposed_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:32.5589164Z test_contig_vs_transposed_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:32.5633665Z test_contig_vs_transposed_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:32.5665181Z test_contig_vs_transposed_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:32.5707914Z test_contig_vs_transposed_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:32.5750083Z test_contig_vs_transposed_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:32.5800707Z test_contig_vs_transposed_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:32.5864848Z test_contig_vs_transposed_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:32.5959812Z test_contig_vs_transposed_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:32.6003182Z test_contig_vs_transposed_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:32.6055215Z test_contig_vs_transposed_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:32.6111493Z test_contig_vs_transposed_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:32.6169420Z test_contig_vs_transposed_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:32.6216702Z test_contig_vs_transposed_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:32.6279318Z test_contig_vs_transposed_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:32.6338339Z test_contig_vs_transposed_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:32.6388454Z test_contig_vs_transposed_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:32.6433479Z test_contig_vs_transposed_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:32.6510648Z test_contig_vs_transposed_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:32.6658750Z test_contig_vs_transposed_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:07:32.6717150Z test_contig_vs_transposed_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:32.6802766Z test_contig_vs_transposed_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:32.6842846Z test_contig_vs_transposed_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:32.6890365Z test_contig_vs_transposed_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:32.6934070Z test_contig_vs_transposed_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:32.6976755Z test_contig_vs_transposed_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:32.7007250Z test_contig_vs_transposed_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:32.7050296Z test_contig_vs_transposed_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:32.7093161Z test_contig_vs_transposed_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:32.7141113Z test_contig_vs_transposed_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:32.7203798Z test_contig_vs_transposed_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:32.7292636Z test_contig_vs_transposed_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:32.7363419Z test_contig_vs_transposed_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:32.7454056Z test_contig_vs_transposed_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:32.7496511Z test_contig_vs_transposed_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:32.7547819Z test_contig_vs_transposed_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:32.7603854Z test_contig_vs_transposed_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:32.7660937Z test_contig_vs_transposed_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:32.7706722Z test_contig_vs_transposed_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:32.7764249Z test_contig_vs_transposed_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:32.7820809Z test_contig_vs_transposed_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:32.7872596Z test_contig_vs_transposed_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:32.7913849Z test_contig_vs_transposed_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:32.7962862Z test_contig_vs_transposed_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:32.8008052Z test_contig_vs_transposed_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:32.8052510Z test_contig_vs_transposed_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:32.8084863Z test_contig_vs_transposed_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:32.8128509Z test_contig_vs_transposed_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:32.8171797Z test_contig_vs_transposed_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:32.8222112Z test_contig_vs_transposed_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:32.8263108Z test_contig_vs_transposed_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:32.8313833Z test_contig_vs_transposed_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:32.8371905Z test_contig_vs_transposed_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:32.8415084Z test_contig_vs_transposed_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:32.8465745Z test_contig_vs_transposed_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:32.8524081Z test_contig_vs_transposed_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:32.8567364Z test_contig_vs_transposed_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:32.8619430Z test_contig_vs_transposed_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:32.8673784Z test_contig_vs_transposed_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:32.8744638Z test_contig_vs_transposed_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:32.8891131Z test_contig_vs_transposed_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:07:32.9008187Z test_contig_vs_transposed_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:07:32.9059510Z test_contig_vs_transposed_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:32.9114566Z test_contig_vs_transposed_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:32.9172226Z test_contig_vs_transposed_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:32.9229898Z test_contig_vs_transposed_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:32.9278179Z test_contig_vs_transposed_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:32.9335363Z test_contig_vs_transposed_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:32.9392422Z test_contig_vs_transposed_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:32.9442033Z test_contig_vs_transposed_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:32.9486151Z test_contig_vs_transposed_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:32.9573921Z test_contig_vs_transposed_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:32.9772551Z test_contig_vs_transposed_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:07:32.9843362Z test_contig_vs_transposed_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:32.9937047Z test_contig_vs_transposed_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:32.9979378Z test_contig_vs_transposed_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:33.0029540Z test_contig_vs_transposed_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:33.0075462Z test_contig_vs_transposed_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:33.0120701Z test_contig_vs_transposed_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:33.0153512Z test_contig_vs_transposed_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:33.0196995Z test_contig_vs_transposed_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:33.0242869Z test_contig_vs_transposed_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:33.0279742Z test_contig_vs_transposed_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:33.0323629Z test_contig_vs_transposed_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:33.0389682Z test_contig_vs_transposed_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:33.0435525Z test_contig_vs_transposed_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:33.0508251Z test_contig_vs_transposed_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:33.0538478Z test_contig_vs_transposed_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:33.0577773Z test_contig_vs_transposed_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:33.0619826Z test_contig_vs_transposed_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:33.0662939Z test_contig_vs_transposed_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:33.0695297Z test_contig_vs_transposed_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:33.0738266Z test_contig_vs_transposed_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:33.0780948Z test_contig_vs_transposed_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:33.0833853Z test_contig_vs_transposed_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:33.0899816Z test_contig_vs_transposed_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:33.1011765Z test_contig_vs_transposed_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:07:33.1095107Z test_contig_vs_transposed_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:33.1143016Z test_contig_vs_transposed_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:33.1198835Z test_contig_vs_transposed_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:33.1259360Z test_contig_vs_transposed_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:33.1319315Z test_contig_vs_transposed_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:33.1369229Z test_contig_vs_transposed_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:33.1429546Z test_contig_vs_transposed_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:33.1488879Z test_contig_vs_transposed_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:33.1540827Z test_contig_vs_transposed_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:33.1586269Z test_contig_vs_transposed_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:33.1678436Z test_contig_vs_transposed_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:33.1721600Z test_contig_vs_transposed_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:33.1772109Z test_contig_vs_transposed_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:33.1817954Z test_contig_vs_transposed_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:33.1863384Z test_contig_vs_transposed_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:33.1896575Z test_contig_vs_transposed_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:33.1939908Z test_contig_vs_transposed_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:33.1986668Z test_contig_vs_transposed_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:33.2023539Z test_contig_vs_transposed_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:33.2066428Z test_contig_vs_transposed_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:33.2141194Z test_contig_vs_transposed_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:33.2171432Z test_contig_vs_transposed_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:33.2209759Z test_contig_vs_transposed_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:33.2255081Z test_contig_vs_transposed_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:33.2298252Z test_contig_vs_transposed_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:33.2330066Z test_contig_vs_transposed_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:33.2372618Z test_contig_vs_transposed_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:33.2415043Z test_contig_vs_transposed_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:33.2467847Z test_contig_vs_transposed_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:33.2532946Z test_contig_vs_transposed_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:33.2738742Z test_contig_vs_transposed_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:07:33.2893191Z test_contig_vs_transposed_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:07:33.2942753Z test_contig_vs_transposed_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:33.2996478Z test_contig_vs_transposed_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:33.3055653Z test_contig_vs_transposed_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:33.3114226Z test_contig_vs_transposed_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:33.3161661Z test_contig_vs_transposed_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:33.3222505Z test_contig_vs_transposed_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:33.3281585Z test_contig_vs_transposed_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:33.3361038Z test_contig_vs_transposed_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:33.3433282Z test_contig_vs_transposed_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:33.3651715Z test_contig_vs_transposed_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:07:33.3811954Z test_contig_vs_transposed_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:07:33.3879397Z test_contig_vs_transposed_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:33.3965741Z test_contig_vs_transposed_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:33.4035810Z test_contig_vs_transposed_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:33.4109357Z test_contig_vs_transposed_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:33.4172226Z test_contig_vs_transposed_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:33.4242015Z test_contig_vs_transposed_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:33.4311122Z test_contig_vs_transposed_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:33.4365101Z test_contig_vs_transposed_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:33.4431474Z test_contig_vs_transposed_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:33.4645179Z test_contig_vs_transposed_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:07:33.4794414Z test_contig_vs_transposed_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:07:33.4846691Z test_contig_vs_transposed_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:33.4908848Z test_contig_vs_transposed_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:33.4972977Z test_contig_vs_transposed_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:33.5036767Z test_contig_vs_transposed_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:33.5088729Z test_contig_vs_transposed_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:33.5151183Z test_contig_vs_transposed_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:33.5213368Z test_contig_vs_transposed_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:33.5306774Z test_contig_vs_transposed_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:33.5470351Z test_contig_vs_transposed_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:07:33.5720672Z test_contig_vs_transposed_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:07:33.5889847Z test_contig_vs_transposed_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:07:33.6064114Z test_contig_vs_transposed_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:07:33.6223098Z test_contig_vs_transposed_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:07:33.6395206Z test_contig_vs_transposed_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:07:33.6601744Z test_contig_vs_transposed_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:07:33.6679824Z test_contig_vs_transposed_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:33.6753222Z test_contig_vs_transposed_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:33.6847167Z test_contig_vs_transposed_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:33.6931155Z test_contig_vs_transposed_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:33.7019572Z test_contig_vs_transposed_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:33.7093127Z test_contig_vs_transposed_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:33.7176886Z test_contig_vs_transposed_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:33.7258912Z test_contig_vs_transposed_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:33.7334034Z test_contig_vs_transposed_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:33.7405318Z test_contig_vs_transposed_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:33.7500639Z test_contig_vs_transposed_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:33.7584961Z test_contig_vs_transposed_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:33.7672001Z test_contig_vs_transposed_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:33.7747996Z test_contig_vs_transposed_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:33.7832315Z test_contig_vs_transposed_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:33.7913918Z test_contig_vs_transposed_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:33.7991791Z test_contig_vs_transposed_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:33.8054371Z test_contig_vs_transposed_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:33.8139183Z test_contig_vs_transposed_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:33.8215889Z test_contig_vs_transposed_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:33.8295778Z test_contig_vs_transposed_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:33.8362498Z test_contig_vs_transposed_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:33.8441516Z test_contig_vs_transposed_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:33.8530436Z test_contig_vs_transposed_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:33.8610378Z test_contig_vs_transposed_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:33.8673984Z test_contig_vs_transposed_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:33.8757702Z test_contig_vs_transposed_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:33.8834053Z test_contig_vs_transposed_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:33.8914430Z test_contig_vs_transposed_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:33.8982283Z test_contig_vs_transposed_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:33.9060116Z test_contig_vs_transposed_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:33.9176437Z test_contig_vs_transposed_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:07:33.9249277Z test_contig_vs_transposed_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:33.9326308Z test_contig_vs_transposed_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:33.9388387Z test_contig_vs_transposed_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:33.9471932Z test_contig_vs_transposed_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:33.9541767Z test_contig_vs_transposed_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:33.9613874Z test_contig_vs_transposed_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:33.9672641Z test_contig_vs_transposed_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:33.9741952Z test_contig_vs_transposed_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:33.9807579Z test_contig_vs_transposed_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:33.9884939Z test_contig_vs_transposed_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:33.9967238Z test_contig_vs_transposed_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:34.0056899Z test_contig_vs_transposed_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:34.0151365Z test_contig_vs_transposed_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:34.0245905Z test_contig_vs_transposed_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:34.0328224Z test_contig_vs_transposed_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:34.0425725Z test_contig_vs_transposed_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:07:34.0506932Z test_contig_vs_transposed_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:34.0631474Z test_contig_vs_transposed_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:07:34.0766269Z test_contig_vs_transposed_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:07:34.0879840Z test_contig_vs_transposed_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:07:34.1002889Z test_contig_vs_transposed_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:07:34.1132707Z test_contig_vs_transposed_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:07:34.1263358Z test_contig_vs_transposed_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:07:34.1381392Z test_contig_vs_transposed_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:07:34.1509523Z test_contig_vs_transposed_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:07:34.1639651Z test_contig_vs_transposed_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:07:34.1743759Z test_contig_vs_transposed_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:07:34.1826973Z test_contig_vs_transposed_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:34.1973710Z test_contig_vs_transposed_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:07:34.2070104Z test_contig_vs_transposed_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:07:34.2169606Z test_contig_vs_transposed_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:07:34.2254154Z test_contig_vs_transposed_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:34.2350285Z test_contig_vs_transposed_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:34.2450112Z test_contig_vs_transposed_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:07:34.2544797Z test_contig_vs_transposed_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:34.2618478Z test_contig_vs_transposed_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:34.2739192Z test_contig_vs_transposed_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:07:34.2826640Z test_contig_vs_transposed_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:34.2915837Z test_contig_vs_transposed_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:34.2993509Z test_contig_vs_transposed_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:34.3080437Z test_contig_vs_transposed_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:34.3170088Z test_contig_vs_transposed_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:34.3258952Z test_contig_vs_transposed_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:34.3353845Z test_contig_vs_transposed_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:34.3473941Z test_contig_vs_transposed_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:07:34.3581648Z test_contig_vs_transposed_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:07:34.3691941Z test_contig_vs_transposed_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:07:34.3791270Z test_contig_vs_transposed_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:07:34.3900318Z test_contig_vs_transposed_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:07:34.4014229Z test_contig_vs_transposed_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:07:34.4158488Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:07:34.4282262Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:07:34.4429738Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:07:34.4566417Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:07:34.4705905Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:07:34.4834559Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:07:34.4973850Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:07:34.5112974Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:07:34.5258933Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:07:34.5384180Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:07:34.5531908Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:07:34.5669079Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:07:34.5809639Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:07:34.5938252Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:07:34.6076691Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:07:34.6216913Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:07:34.6358374Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:07:34.6450916Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:34.6558467Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:07:34.6660435Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:07:34.6767288Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:07:34.6858892Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:34.6960314Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:07:34.7095007Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:07:34.7221232Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:07:34.7308317Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:34.7416320Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:07:34.7514726Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:07:34.7615983Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:07:34.7704279Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:34.7802616Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:07:34.7933000Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:07:34.7997135Z test_contig_vs_transposed_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:34.8065628Z test_contig_vs_transposed_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:34.8112989Z test_contig_vs_transposed_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:34.8169748Z test_contig_vs_transposed_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:34.8233636Z test_contig_vs_transposed_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:34.8298931Z test_contig_vs_transposed_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:34.8351101Z test_contig_vs_transposed_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:34.8412110Z test_contig_vs_transposed_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:34.8473009Z test_contig_vs_transposed_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:34.8543191Z test_contig_vs_transposed_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:34.8626181Z test_contig_vs_transposed_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:34.8715274Z test_contig_vs_transposed_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:34.8773577Z test_contig_vs_transposed_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:34.8832562Z test_contig_vs_transposed_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:34.8881124Z test_contig_vs_transposed_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:34.8940666Z test_contig_vs_transposed_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:34.8998280Z test_contig_vs_transposed_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:35.1164159Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.216s) 2022-09-27T16:07:35.1240776Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:35.1349022Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:07:35.1480405Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:07:35.1555644Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:35.1634638Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:35.1700227Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:35.1775775Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:35.1856772Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:35.1986497Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:07:35.2071918Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:35.2175884Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:07:35.2272180Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:07:35.2374411Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:07:35.2462798Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:35.2559274Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:07:35.2683103Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:07:35.2813712Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:07:35.2898568Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:35.3000056Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:07:35.3094893Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:35.3195271Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:07:35.3281171Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:35.3379292Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:07:35.3505156Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:07:35.3578965Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:35.3639017Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:35.3722397Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:35.3796988Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:35.3877828Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:35.3946523Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:35.4022470Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:35.4098659Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:35.4148752Z test_contig_vs_transposed_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:35.4233019Z test_contig_vs_transposed_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:35.4352805Z test_contig_vs_transposed_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:07:35.4446888Z test_contig_vs_transposed_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:35.4498505Z test_contig_vs_transposed_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:35.4553742Z test_contig_vs_transposed_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:35.4621418Z test_contig_vs_transposed_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:35.4688145Z test_contig_vs_transposed_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:35.4743780Z test_contig_vs_transposed_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:35.4809579Z test_contig_vs_transposed_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:35.4875164Z test_contig_vs_transposed_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:35.4925497Z test_contig_vs_transposed_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:35.4984148Z test_contig_vs_transposed_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:35.5071568Z test_contig_vs_transposed_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:35.5143785Z test_contig_vs_transposed_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:35.5262538Z test_contig_vs_transposed_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:07:35.5305206Z test_contig_vs_transposed_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:35.5354610Z test_contig_vs_transposed_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:35.5412849Z test_contig_vs_transposed_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:35.5470010Z test_contig_vs_transposed_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:35.5514995Z test_contig_vs_transposed_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:35.5577236Z test_contig_vs_transposed_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:35.5623346Z test_contig_vs_transposed_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:35.5677933Z test_contig_vs_transposed_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:35.5743426Z test_contig_vs_transposed_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:35.5959975Z test_contig_vs_transposed_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:07:35.6121091Z test_contig_vs_transposed_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:07:35.6171225Z test_contig_vs_transposed_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:35.6225086Z test_contig_vs_transposed_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:35.6284475Z test_contig_vs_transposed_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:35.6344104Z test_contig_vs_transposed_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:35.6393278Z test_contig_vs_transposed_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:35.6451531Z test_contig_vs_transposed_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:35.6509882Z test_contig_vs_transposed_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:35.6563920Z test_contig_vs_transposed_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:35.6628379Z test_contig_vs_transposed_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:35.6844540Z test_contig_vs_transposed_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:07:35.7007713Z test_contig_vs_transposed_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:07:35.7055501Z test_contig_vs_transposed_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:35.7112221Z test_contig_vs_transposed_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:35.7171655Z test_contig_vs_transposed_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:35.7231008Z test_contig_vs_transposed_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:35.7279954Z test_contig_vs_transposed_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:35.7340638Z test_contig_vs_transposed_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:35.7398987Z test_contig_vs_transposed_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:35.7448256Z test_contig_vs_transposed_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:35.7493402Z test_contig_vs_transposed_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:35.7548117Z test_contig_vs_transposed_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:35.7593631Z test_contig_vs_transposed_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:35.7637934Z test_contig_vs_transposed_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:35.7670459Z test_contig_vs_transposed_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:35.7713232Z test_contig_vs_transposed_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:35.7755930Z test_contig_vs_transposed_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:35.7786556Z test_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:35.7806467Z test_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:35.7832935Z test_digamma_special_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:35.7859177Z test_digamma_special_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:35.7903471Z test_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:35.7952061Z 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:07:35.7952435Z np_result = np_fn(a) 2022-09-27T16:07:35.7971545Z ok (0.007s) 2022-09-27T16:07:35.8039698Z test_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:35.8088730Z test_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:35.8137983Z test_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:35.8146722Z test_exp_slow_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Insufficient memory on linux.(2|4)xlarge (0.001s) 2022-09-27T16:07:35.8183644Z test_float_domains_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:35.8222064Z test_float_domains_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:35.8250061Z test_float_domains_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:35.8272050Z test_float_domains_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:35.8294118Z test_float_domains_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:35.8315900Z test_float_domains_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:35.8341643Z test_float_domains_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:35.8372267Z test_float_domains_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:35.8400672Z test_float_domains_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:35.8426090Z test_float_domains_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:35.8452465Z test_float_domains_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:35.8478110Z test_float_domains_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:35.8502928Z test_float_domains_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:35.8530744Z test_float_domains_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:35.8558838Z test_float_domains_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:35.8583148Z test_float_domains_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:35.8606735Z test_float_domains_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:35.8630442Z test_float_domains_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:35.8653483Z test_float_domains_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:35.8677548Z test_float_domains_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:35.8701105Z test_float_domains_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:35.8725118Z test_float_domains_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:35.8749530Z test_float_domains_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:35.8774010Z test_float_domains_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:35.8798382Z test_float_domains_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:35.8822658Z test_float_domains_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:35.8845966Z test_float_domains_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:35.8873929Z test_float_domains_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:35.8903684Z test_float_domains_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:35.8932110Z test_float_domains_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:35.8946636Z test_float_domains_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:35.8959542Z test_float_domains_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:35.8972821Z test_float_domains_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:35.8986610Z test_float_domains_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:35.8999886Z test_float_domains_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:35.9013105Z test_float_domains_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:35.9026470Z test_float_domains_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:35.9039892Z test_float_domains_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:35.9053278Z test_float_domains_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:35.9075469Z test_float_domains_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:35.9097287Z test_float_domains_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:35.9119222Z test_float_domains_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:35.9147941Z test_float_domains_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:35.9174164Z test_float_domains_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:35.9196126Z test_float_domains_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:35.9219197Z test_float_domains_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:35.9242641Z test_float_domains_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:36.2205023Z test_frexp_assert_raises_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.296s) 2022-09-27T16:07:36.2226606Z test_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:36.2244226Z test_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:36.2260808Z test_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:36.2281925Z test_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:36.2301974Z test_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:36.2321529Z test_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:36.2348448Z test_hardshrink_edge_cases_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:36.2374445Z test_hardshrink_edge_cases_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:36.2400433Z test_hardshrink_edge_cases_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:36.2416453Z test_hardsigmoid_backward_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:36.2431603Z test_hardsigmoid_backward_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:36.2446317Z test_hardsigmoid_backward_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:36.2465206Z test_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:36.2481943Z test_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:36.2499186Z test_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:36.2516543Z test_hardswish_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:36.2533759Z test_hardswish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:36.2550571Z test_hardswish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:36.2567342Z test_i0_range1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:36.2585176Z test_i0_range1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:36.2602692Z test_i0_range1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:36.2619757Z test_i0_range2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:36.2636661Z test_i0_range2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:36.2654031Z test_i0_range2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:36.2670028Z test_i0_range3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:36.2683533Z test_i0_special_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:36.2696278Z test_i0_special_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:36.2711250Z test_i0_special_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:36.3292756Z test_igamma_common_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:07:36.3879265Z test_igamma_common_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:07:36.4459664Z test_igamma_common_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:07:36.5095255Z test_igamma_common_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:07:36.5122266Z test_igamma_edge_cases_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:36.5147045Z test_igamma_edge_cases_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:36.5170483Z test_igamma_edge_cases_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:36.5193277Z test_igamma_edge_cases_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:36.9050421Z test_igammac_common_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.385s) 2022-09-27T16:07:37.2904081Z test_igammac_common_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.385s) 2022-09-27T16:07:37.6754479Z test_igammac_common_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.385s) 2022-09-27T16:07:38.0668613Z test_igammac_common_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.391s) 2022-09-27T16:07:38.0696517Z test_igammac_edge_cases_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:38.0722418Z test_igammac_edge_cases_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:38.0746796Z test_igammac_edge_cases_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.0770409Z test_igammac_edge_cases_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.0847520Z test_isposinf_isneginf_non_boolean_output_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:38.0922357Z test_isposinf_isneginf_non_boolean_output_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:38.0996888Z test_isposinf_isneginf_non_boolean_output_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:38.1071228Z test_isposinf_isneginf_non_boolean_output_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:38.1145593Z test_isposinf_isneginf_non_boolean_output_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:38.1219283Z test_isposinf_isneginf_non_boolean_output_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:38.1292751Z test_isposinf_isneginf_non_boolean_output_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:38.1366188Z test_isposinf_isneginf_non_boolean_output_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:38.1440017Z test_isposinf_isneginf_non_boolean_output_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:38.1514894Z test_isposinf_isneginf_non_boolean_output_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:38.1588189Z test_isposinf_isneginf_non_boolean_output_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:38.1606698Z test_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... test_unary_ufuncs.py:1063: RuntimeWarning: overflow encountered in exp 2022-09-27T16:07:38.1607293Z expected_output_np = input_np * np.tanh(np.log1p(np.exp(input_np))) 2022-09-27T16:07:38.1615935Z ok (0.003s) 2022-09-27T16:07:38.1641181Z test_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.1726419Z test_nan_to_num_bfloat16_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:38.1755603Z test_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:38.1804389Z test_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:38.1848044Z test_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:38.1890121Z test_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:38.1919227Z test_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:38.1947875Z test_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:38.1975920Z test_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:38.2004801Z test_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:38.2033485Z test_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:38.2051358Z test_non_contig_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.2070606Z test_non_contig_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.2090776Z test_non_contig_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.2109614Z test_non_contig_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.2127527Z test_non_contig_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.2145547Z test_non_contig_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.2163713Z test_non_contig_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.2179581Z test_non_contig_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.2203070Z test_non_contig_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.2218231Z test_non_contig_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:38.2233395Z test_non_contig_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:38.2248792Z test_non_contig_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:38.2266385Z test_non_contig_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.2284704Z test_non_contig_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.2308194Z test_non_contig_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.2330761Z test_non_contig_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.2349613Z test_non_contig_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.2368730Z test_non_contig_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.2387468Z test_non_contig_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.2405907Z test_non_contig_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.2424599Z test_non_contig_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.2442880Z test_non_contig_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.2461483Z test_non_contig_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.2479758Z test_non_contig_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.2497138Z test_non_contig_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.2518883Z test_non_contig_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.2542591Z test_non_contig_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.2561738Z test_non_contig_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.2580355Z test_non_contig_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.2598133Z test_non_contig_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.2615971Z test_non_contig_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.2633307Z test_non_contig_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.2650866Z test_non_contig_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.2668379Z test_non_contig_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.2686263Z test_non_contig_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.2704008Z test_non_contig_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.2723655Z test_non_contig_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.2743600Z test_non_contig_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.2762063Z test_non_contig_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.2780377Z test_non_contig_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.2798986Z test_non_contig_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.2816881Z test_non_contig_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.2834423Z test_non_contig_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.2852817Z test_non_contig_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.2870326Z test_non_contig_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.2888354Z test_non_contig_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.2907379Z test_non_contig_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.2925900Z test_non_contig_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.2949376Z test_non_contig_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.2970102Z test_non_contig_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.2988785Z test_non_contig_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.3007498Z test_non_contig_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.3026142Z test_non_contig_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.3045193Z test_non_contig_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.3063996Z test_non_contig_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.3082196Z test_non_contig_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.3100905Z test_non_contig_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.3119481Z test_non_contig_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.3137682Z test_non_contig_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.3159204Z test_non_contig_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.3181255Z test_non_contig_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.3199715Z test_non_contig_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.3218484Z test_non_contig_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.3235752Z test_non_contig_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.3253645Z test_non_contig_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.3271125Z test_non_contig_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.3288751Z test_non_contig_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.3307419Z test_non_contig_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.3326809Z test_non_contig_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.3345865Z test_non_contig_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.3368902Z test_non_contig_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.3389187Z test_non_contig_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.3407868Z test_non_contig_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.3426652Z test_non_contig_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.3445003Z test_non_contig_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.3463476Z test_non_contig_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.3481570Z test_non_contig_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.3500041Z test_non_contig_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.3518289Z test_non_contig_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.3536922Z test_non_contig_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.3554253Z test_non_contig_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.3577342Z test_non_contig_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.3597941Z test_non_contig_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.3616479Z test_non_contig_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.3634698Z test_non_contig_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.3652469Z test_non_contig_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.3669819Z test_non_contig_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.3687498Z test_non_contig_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.3705025Z test_non_contig_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.3722214Z test_non_contig_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.3739634Z test_non_contig_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.3756563Z test_non_contig_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.3775483Z test_non_contig_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.3794502Z test_non_contig_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.3813368Z test_non_contig_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.3831077Z test_non_contig_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.3848800Z test_non_contig_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.3866433Z test_non_contig_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.3883223Z test_non_contig_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.3900467Z test_non_contig_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.3917041Z test_non_contig_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.3934059Z test_non_contig_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.3950828Z test_non_contig_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.3966434Z test_non_contig_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.3981375Z test_non_contig_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:38.3996169Z test_non_contig_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:38.4010871Z test_non_contig_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:38.4025567Z test_non_contig_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:38.4040247Z test_non_contig_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:38.4055980Z test_non_contig_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.4070342Z test_non_contig_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:38.4086812Z test_non_contig_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.4104349Z test_non_contig_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.4120678Z test_non_contig_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.4137213Z test_non_contig_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.4152904Z test_non_contig_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.4169573Z test_non_contig_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.4184962Z test_non_contig_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.4199707Z test_non_contig_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:38.4214685Z test_non_contig_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:38.4229472Z test_non_contig_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:38.4244149Z test_non_contig_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:38.4259813Z test_non_contig_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.4274351Z test_non_contig_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:38.4291057Z test_non_contig_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.4308140Z test_non_contig_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.4324564Z test_non_contig_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.4340282Z test_non_contig_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.4356740Z test_non_contig_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.4372498Z test_non_contig_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.4387196Z test_non_contig_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:38.4402044Z test_non_contig_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:38.4417025Z test_non_contig_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:38.4431546Z test_non_contig_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:38.4448095Z test_non_contig_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.4465684Z test_non_contig_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.4483087Z test_non_contig_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.4498784Z test_non_contig_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.4513439Z test_non_contig_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:38.4527854Z test_non_contig_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:38.4542627Z test_non_contig_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:38.4557302Z test_non_contig_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:38.4575194Z test_non_contig_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.4592498Z test_non_contig_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.4611692Z test_non_contig_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.4630399Z test_non_contig_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.4649357Z test_non_contig_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.4667955Z test_non_contig_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.4685827Z test_non_contig_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.4703998Z test_non_contig_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.4721470Z test_non_contig_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.4739094Z test_non_contig_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.4756390Z test_non_contig_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.4774267Z test_non_contig_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.4791649Z test_non_contig_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.4808000Z test_non_contig_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.4822890Z test_non_contig_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:38.4839602Z test_non_contig_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.4857147Z test_non_contig_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.4873670Z test_non_contig_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.4890179Z test_non_contig_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.4906033Z test_non_contig_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.4922631Z test_non_contig_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.4938424Z test_non_contig_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.4953419Z test_non_contig_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:38.4968151Z test_non_contig_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:38.4983220Z test_non_contig_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:38.4998206Z test_non_contig_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:38.5015216Z test_non_contig_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.5030628Z test_non_contig_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:38.5049318Z test_non_contig_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.5069057Z test_non_contig_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.5088045Z test_non_contig_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.5106542Z test_non_contig_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.5123546Z test_non_contig_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.5141031Z test_non_contig_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.5156619Z test_non_contig_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.5171615Z test_non_contig_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:38.5186122Z test_non_contig_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:38.5200838Z test_non_contig_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:38.5215801Z test_non_contig_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:38.5232416Z test_non_contig_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.5248059Z test_non_contig_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.5266277Z test_non_contig_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.5286003Z test_non_contig_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.5304969Z test_non_contig_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.5322695Z test_non_contig_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.5340429Z test_non_contig_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.5357811Z test_non_contig_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.5374016Z test_non_contig_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.5388219Z test_non_contig_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:38.5402703Z test_non_contig_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:38.5417784Z test_non_contig_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:38.5432596Z test_non_contig_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:38.5450133Z test_non_contig_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.5467990Z test_non_contig_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.5489998Z test_non_contig_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.5510805Z test_non_contig_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.5529464Z test_non_contig_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.5548082Z test_non_contig_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.5566295Z test_non_contig_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.5584647Z test_non_contig_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.5602931Z test_non_contig_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.5621505Z test_non_contig_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.5639516Z test_non_contig_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.5658272Z test_non_contig_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.5675863Z test_non_contig_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.5697231Z test_non_contig_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.5717414Z test_non_contig_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.5735705Z test_non_contig_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.5753745Z test_non_contig_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.5771452Z test_non_contig_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.5788877Z test_non_contig_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.5806359Z test_non_contig_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.5823981Z test_non_contig_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.5841501Z test_non_contig_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.5859935Z test_non_contig_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.5877112Z test_non_contig_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.5896428Z test_non_contig_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.5913264Z test_non_contig_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.5931231Z test_non_contig_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.5948415Z test_non_contig_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.5965765Z test_non_contig_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.5983301Z test_non_contig_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.6000602Z test_non_contig_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.6018065Z test_non_contig_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.6060816Z test_non_contig_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:38.6077854Z test_non_contig_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.6097047Z test_non_contig_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.6116417Z test_non_contig_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.6133941Z test_non_contig_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.6151344Z test_non_contig_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.6168547Z test_non_contig_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.6186254Z test_non_contig_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.6203564Z test_non_contig_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.6221264Z test_non_contig_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.6238034Z test_non_contig_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.6256660Z test_non_contig_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.6275269Z test_non_contig_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.6293855Z test_non_contig_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.6311535Z test_non_contig_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.6329202Z test_non_contig_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.6346602Z test_non_contig_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.6363432Z test_non_contig_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.6380726Z test_non_contig_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.6397466Z test_non_contig_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.6414635Z test_non_contig_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.6431564Z test_non_contig_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.6449849Z test_non_contig_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.6467806Z test_non_contig_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.6486447Z test_non_contig_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.6505014Z test_non_contig_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.6523090Z test_non_contig_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.6541434Z test_non_contig_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.6559511Z test_non_contig_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.6577793Z test_non_contig_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.6595958Z test_non_contig_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.6614921Z test_non_contig_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.6632842Z test_non_contig_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.6651918Z test_non_contig_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.6670266Z test_non_contig_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.6688424Z test_non_contig_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.6706699Z test_non_contig_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.6724703Z test_non_contig_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.6743043Z test_non_contig_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.6761070Z test_non_contig_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.6780356Z test_non_contig_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.6798369Z test_non_contig_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.6816427Z test_non_contig_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.6834664Z test_non_contig_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.6853532Z test_non_contig_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.6871121Z test_non_contig_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.6889824Z test_non_contig_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.6907896Z test_non_contig_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.6924993Z test_non_contig_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.6942518Z test_non_contig_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.6959615Z test_non_contig_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.6977789Z test_non_contig_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.6996260Z test_non_contig_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.7014352Z test_non_contig_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.7031402Z test_non_contig_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.7048643Z test_non_contig_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.7066397Z test_non_contig_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.7083494Z test_non_contig_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.7100776Z test_non_contig_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.7118425Z test_non_contig_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.7136705Z test_non_contig_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.7156414Z test_non_contig_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.7176153Z test_non_contig_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.7194427Z test_non_contig_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.7213106Z test_non_contig_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.7231082Z test_non_contig_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.7249398Z test_non_contig_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.7267335Z test_non_contig_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.7285475Z test_non_contig_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.7303718Z test_non_contig_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.7330768Z test_non_contig_expand_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:38.7356854Z test_non_contig_expand_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:38.7383958Z test_non_contig_expand_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:38.7410251Z test_non_contig_expand_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:38.7435228Z test_non_contig_expand_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.7460811Z test_non_contig_expand_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:38.7485452Z test_non_contig_expand_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.7506542Z test_non_contig_expand_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.7527176Z test_non_contig_expand_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.7547627Z test_non_contig_expand_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.7568345Z test_non_contig_expand_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.7589460Z test_non_contig_expand_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.7616732Z test_non_contig_expand_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:38.7644068Z test_non_contig_expand_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:38.7672496Z test_non_contig_expand_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:38.7701274Z test_non_contig_expand_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:38.7729811Z test_non_contig_expand_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:38.7757135Z test_non_contig_expand_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:38.7784542Z test_non_contig_expand_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:38.7812033Z test_non_contig_expand_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:38.7839074Z test_non_contig_expand_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:38.7866565Z test_non_contig_expand_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:38.7894074Z test_non_contig_expand_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:38.7919307Z test_non_contig_expand_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.7943655Z test_non_contig_expand_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.7971375Z test_non_contig_expand_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:38.7999891Z test_non_contig_expand_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:38.8025901Z test_non_contig_expand_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:38.8050372Z test_non_contig_expand_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.8074552Z test_non_contig_expand_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.8099077Z test_non_contig_expand_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.8123217Z test_non_contig_expand_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.8147651Z test_non_contig_expand_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.8172215Z test_non_contig_expand_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.8197330Z test_non_contig_expand_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.8221469Z test_non_contig_expand_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.8248569Z test_non_contig_expand_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:38.8275764Z test_non_contig_expand_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:38.8301563Z test_non_contig_expand_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:38.8326572Z test_non_contig_expand_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.8351055Z test_non_contig_expand_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.8375616Z test_non_contig_expand_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.8400442Z test_non_contig_expand_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.8425386Z test_non_contig_expand_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.8450380Z test_non_contig_expand_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.8474962Z test_non_contig_expand_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.8502273Z test_non_contig_expand_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:38.8529313Z test_non_contig_expand_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:38.8557425Z test_non_contig_expand_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:38.8586099Z test_non_contig_expand_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:38.8614907Z test_non_contig_expand_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:38.8641993Z test_non_contig_expand_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:38.8669529Z test_non_contig_expand_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:38.8697102Z test_non_contig_expand_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:38.8723945Z test_non_contig_expand_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:38.8751193Z test_non_contig_expand_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:38.8779407Z test_non_contig_expand_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:38.8805164Z test_non_contig_expand_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:38.8829330Z test_non_contig_expand_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.8857374Z test_non_contig_expand_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:38.8886023Z test_non_contig_expand_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:38.8911921Z test_non_contig_expand_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:38.8936886Z test_non_contig_expand_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.8961122Z test_non_contig_expand_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.8985172Z test_non_contig_expand_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.9009701Z test_non_contig_expand_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.9033924Z test_non_contig_expand_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.9058504Z test_non_contig_expand_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.9085437Z test_non_contig_expand_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:38.9112637Z test_non_contig_expand_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:38.9141159Z test_non_contig_expand_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:38.9169657Z test_non_contig_expand_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:38.9198109Z test_non_contig_expand_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:38.9225520Z test_non_contig_expand_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:38.9253037Z test_non_contig_expand_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:38.9280076Z test_non_contig_expand_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:38.9307589Z test_non_contig_expand_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:38.9335137Z test_non_contig_expand_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:38.9362286Z test_non_contig_expand_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:38.9387932Z test_non_contig_expand_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:38.9412383Z test_non_contig_expand_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.9440200Z test_non_contig_expand_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:38.9469474Z test_non_contig_expand_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:38.9495516Z test_non_contig_expand_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:38.9519925Z test_non_contig_expand_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.9544365Z test_non_contig_expand_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.9568548Z test_non_contig_expand_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.9592838Z test_non_contig_expand_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.9617562Z test_non_contig_expand_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.9641697Z test_non_contig_expand_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.9666643Z test_non_contig_expand_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.9690629Z test_non_contig_expand_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.9716640Z test_non_contig_expand_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:38.9743023Z test_non_contig_expand_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:38.9768749Z test_non_contig_expand_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:38.9793934Z test_non_contig_expand_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.9819397Z test_non_contig_expand_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.9844743Z test_non_contig_expand_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.9869383Z test_non_contig_expand_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.9893757Z test_non_contig_expand_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.9917653Z test_non_contig_expand_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.9941929Z test_non_contig_expand_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.9965989Z test_non_contig_expand_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:38.9986798Z test_non_contig_expand_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.0007464Z test_non_contig_expand_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.0028421Z test_non_contig_expand_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.0048464Z test_non_contig_expand_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.0069354Z test_non_contig_expand_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.0090281Z test_non_contig_expand_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.0112161Z test_non_contig_expand_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.0132551Z test_non_contig_expand_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.0154932Z test_non_contig_expand_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.0177912Z test_non_contig_expand_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.0200447Z test_non_contig_expand_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.0222591Z test_non_contig_expand_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.0244324Z test_non_contig_expand_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.0266284Z test_non_contig_expand_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.0286707Z test_non_contig_expand_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.0307429Z test_non_contig_expand_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.0328051Z test_non_contig_expand_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.0348862Z test_non_contig_expand_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.0369691Z test_non_contig_expand_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.0391267Z test_non_contig_expand_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.0412175Z test_non_contig_expand_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.0434717Z test_non_contig_expand_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.0457695Z test_non_contig_expand_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.0479398Z test_non_contig_expand_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.0501339Z test_non_contig_expand_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.0522784Z test_non_contig_expand_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.0543720Z test_non_contig_expand_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.0564332Z test_non_contig_expand_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.0585144Z test_non_contig_expand_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.0605650Z test_non_contig_expand_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.0626423Z test_non_contig_expand_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.0651920Z test_non_contig_expand_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.0677026Z test_non_contig_expand_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.0701709Z test_non_contig_expand_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.0722465Z test_non_contig_expand_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.0743339Z test_non_contig_expand_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.0763513Z test_non_contig_expand_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.0784288Z test_non_contig_expand_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.0804886Z test_non_contig_expand_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.0831810Z test_non_contig_expand_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.0858757Z test_non_contig_expand_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.0887071Z test_non_contig_expand_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.0915561Z test_non_contig_expand_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.0944896Z test_non_contig_expand_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.0972200Z test_non_contig_expand_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.0999710Z test_non_contig_expand_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.1028055Z test_non_contig_expand_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.1055639Z test_non_contig_expand_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.1083033Z test_non_contig_expand_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.1110014Z test_non_contig_expand_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.1137194Z test_non_contig_expand_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.1164268Z test_non_contig_expand_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.1187086Z test_non_contig_expand_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.1207819Z test_non_contig_expand_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.1230704Z test_non_contig_expand_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.1253955Z test_non_contig_expand_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.1276973Z test_non_contig_expand_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.1299210Z test_non_contig_expand_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.1321051Z test_non_contig_expand_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.1343364Z test_non_contig_expand_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.1364649Z test_non_contig_expand_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.1385417Z test_non_contig_expand_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.1406515Z test_non_contig_expand_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.1427124Z test_non_contig_expand_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.1447931Z test_non_contig_expand_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.1473176Z test_non_contig_expand_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.1494300Z test_non_contig_expand_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.1523282Z test_non_contig_expand_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.1553118Z test_non_contig_expand_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.1582920Z test_non_contig_expand_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.1608872Z test_non_contig_expand_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.1633821Z test_non_contig_expand_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.1658398Z test_non_contig_expand_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.1678837Z test_non_contig_expand_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.1699483Z test_non_contig_expand_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.1719258Z test_non_contig_expand_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.1739851Z test_non_contig_expand_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.1760213Z test_non_contig_expand_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.1785059Z test_non_contig_expand_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.1805512Z test_non_contig_expand_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.1832723Z test_non_contig_expand_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.1861381Z test_non_contig_expand_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.1890027Z test_non_contig_expand_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.1915669Z test_non_contig_expand_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.1940694Z test_non_contig_expand_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.1964905Z test_non_contig_expand_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.1985652Z test_non_contig_expand_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.2006769Z test_non_contig_expand_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.2026592Z test_non_contig_expand_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.2046942Z test_non_contig_expand_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.2067898Z test_non_contig_expand_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.2095296Z test_non_contig_expand_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.2122320Z test_non_contig_expand_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.2151307Z test_non_contig_expand_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.2180118Z test_non_contig_expand_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.2208696Z test_non_contig_expand_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.2236135Z test_non_contig_expand_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.2263646Z test_non_contig_expand_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.2291381Z test_non_contig_expand_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.2318460Z test_non_contig_expand_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.2345717Z test_non_contig_expand_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.2373417Z test_non_contig_expand_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.2399450Z test_non_contig_expand_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.2425353Z test_non_contig_expand_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.2453926Z test_non_contig_expand_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.2482370Z test_non_contig_expand_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.2509335Z test_non_contig_expand_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.2535282Z test_non_contig_expand_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.2561299Z test_non_contig_expand_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.2587109Z test_non_contig_expand_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.2613299Z test_non_contig_expand_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.2639030Z test_non_contig_expand_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.2665180Z test_non_contig_expand_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.2690965Z test_non_contig_expand_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.2715227Z test_non_contig_expand_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.2741035Z test_non_contig_expand_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.2766290Z test_non_contig_expand_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.2791253Z test_non_contig_expand_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.2816484Z test_non_contig_expand_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.2840589Z test_non_contig_expand_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.2865532Z test_non_contig_expand_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.2890043Z test_non_contig_expand_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.2914412Z test_non_contig_expand_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.2942173Z test_non_contig_expand_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.2966175Z test_non_contig_expand_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.2991431Z test_non_contig_expand_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.3016421Z test_non_contig_expand_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.3040532Z test_non_contig_expand_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.3065097Z test_non_contig_expand_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.3089867Z test_non_contig_expand_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.3114243Z test_non_contig_expand_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.3139176Z test_non_contig_expand_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.3163937Z test_non_contig_expand_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.3187624Z test_non_contig_expand_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.3213528Z test_non_contig_expand_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.3239125Z test_non_contig_expand_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.3264886Z test_non_contig_expand_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.3289767Z test_non_contig_expand_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.3314322Z test_non_contig_expand_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.3339058Z test_non_contig_expand_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.3362789Z test_non_contig_expand_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.3386602Z test_non_contig_expand_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.3410340Z test_non_contig_expand_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.3434141Z test_non_contig_expand_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.3458484Z test_non_contig_expand_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.3485724Z test_non_contig_expand_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.3513797Z test_non_contig_expand_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.3542398Z test_non_contig_expand_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.3570157Z test_non_contig_expand_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.3598089Z test_non_contig_expand_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.3626129Z test_non_contig_expand_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.3654432Z test_non_contig_expand_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.3682020Z test_non_contig_expand_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.3709992Z test_non_contig_expand_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.3737919Z test_non_contig_expand_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.3764935Z test_non_contig_expand_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.3792494Z test_non_contig_expand_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.3820325Z test_non_contig_expand_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.3847621Z test_non_contig_expand_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.3875515Z test_non_contig_expand_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.3902961Z test_non_contig_expand_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.3931939Z test_non_contig_expand_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.3959184Z test_non_contig_expand_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.3985671Z test_non_contig_expand_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.4011658Z test_non_contig_expand_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.4038985Z test_non_contig_expand_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.4066574Z test_non_contig_expand_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.4093544Z test_non_contig_expand_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.4120225Z test_non_contig_expand_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.4147061Z test_non_contig_expand_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.4173883Z test_non_contig_expand_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.4200617Z test_non_contig_expand_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.4226248Z test_non_contig_expand_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.4250346Z test_non_contig_expand_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.4275562Z test_non_contig_expand_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.4301007Z test_non_contig_expand_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.4325647Z test_non_contig_expand_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.4350259Z test_non_contig_expand_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.4374856Z test_non_contig_expand_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.4399279Z test_non_contig_expand_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.4423814Z test_non_contig_expand_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.4448269Z test_non_contig_expand_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.4473592Z test_non_contig_expand_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.4500113Z test_non_contig_expand_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.4529765Z test_non_contig_expand_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.4558544Z test_non_contig_expand_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.4586451Z test_non_contig_expand_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.4614229Z test_non_contig_expand_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.4641517Z test_non_contig_expand_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.4671570Z test_non_contig_expand_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.4699362Z test_non_contig_expand_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.4725758Z test_non_contig_expand_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.4752173Z test_non_contig_expand_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.4780072Z test_non_contig_expand_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.4806567Z test_non_contig_expand_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.4833604Z test_non_contig_expand_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.4860788Z test_non_contig_expand_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.4886905Z test_non_contig_expand_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.4913759Z test_non_contig_expand_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.4943389Z test_non_contig_expand_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.4971185Z test_non_contig_expand_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.4997454Z test_non_contig_expand_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.5024202Z test_non_contig_expand_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.5045177Z test_non_contig_expand_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.5073696Z test_non_contig_expand_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.5103520Z test_non_contig_expand_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.5132912Z test_non_contig_expand_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.5159192Z test_non_contig_expand_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.5185902Z test_non_contig_expand_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.5214052Z test_non_contig_expand_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.5236331Z test_non_contig_expand_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.5258411Z test_non_contig_expand_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.5278968Z test_non_contig_expand_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.5300453Z test_non_contig_expand_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.5321817Z test_non_contig_expand_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.5347787Z test_non_contig_expand_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.5371896Z test_non_contig_expand_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.5397865Z test_non_contig_expand_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.5424133Z test_non_contig_expand_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.5450464Z test_non_contig_expand_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.5478557Z test_non_contig_expand_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.5503945Z test_non_contig_expand_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.5529341Z test_non_contig_expand_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.5553395Z test_non_contig_expand_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.5577782Z test_non_contig_expand_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.5601762Z test_non_contig_expand_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.5626018Z test_non_contig_expand_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.5650263Z test_non_contig_expand_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.5675627Z test_non_contig_expand_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.5701156Z test_non_contig_expand_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.5725684Z test_non_contig_expand_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.5746705Z test_non_contig_expand_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.5767710Z test_non_contig_expand_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.5787878Z test_non_contig_expand_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.5808451Z test_non_contig_expand_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.5829364Z test_non_contig_expand_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.5856137Z test_non_contig_expand_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.5881593Z test_non_contig_expand_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.5906771Z test_non_contig_expand_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.5931482Z test_non_contig_expand_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.5940497Z test_non_contig_expand_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:39.5949481Z test_non_contig_expand_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:39.5957944Z test_non_contig_expand_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:39.5966317Z test_non_contig_expand_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:39.5991503Z test_non_contig_expand_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.6016280Z test_non_contig_expand_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.6042423Z test_non_contig_expand_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.6068481Z test_non_contig_expand_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.6093862Z test_non_contig_expand_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.6120314Z test_non_contig_expand_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.6145874Z test_non_contig_expand_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.6170192Z test_non_contig_expand_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.6194151Z test_non_contig_expand_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.6218689Z test_non_contig_expand_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.6242738Z test_non_contig_expand_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.6267005Z test_non_contig_expand_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.6292712Z test_non_contig_expand_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.6317027Z test_non_contig_expand_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.6342438Z test_non_contig_expand_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.6367085Z test_non_contig_expand_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.6391678Z test_non_contig_expand_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.6416466Z test_non_contig_expand_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.6440828Z test_non_contig_expand_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.6465464Z test_non_contig_expand_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.6489895Z test_non_contig_expand_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.6515847Z test_non_contig_expand_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.6542573Z test_non_contig_expand_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.6568702Z test_non_contig_expand_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.6590756Z test_non_contig_expand_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.6611544Z test_non_contig_expand_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.6634053Z test_non_contig_expand_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.6656992Z test_non_contig_expand_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.6678561Z test_non_contig_expand_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.6700375Z test_non_contig_expand_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.6721955Z test_non_contig_expand_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.6743071Z test_non_contig_expand_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.6763719Z test_non_contig_expand_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.6784665Z test_non_contig_expand_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.6805467Z test_non_contig_expand_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.6826501Z test_non_contig_expand_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.6849297Z test_non_contig_expand_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.6869775Z test_non_contig_expand_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.6894386Z test_non_contig_expand_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.6919481Z test_non_contig_expand_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.6944440Z test_non_contig_expand_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.6966962Z test_non_contig_expand_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.6990732Z test_non_contig_expand_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.7013148Z test_non_contig_expand_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.7034051Z test_non_contig_expand_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.7055665Z test_non_contig_expand_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.7076339Z test_non_contig_expand_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.7097545Z test_non_contig_expand_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.7118538Z test_non_contig_expand_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.7141190Z test_non_contig_expand_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.7161923Z test_non_contig_expand_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.7185716Z test_non_contig_expand_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.7209680Z test_non_contig_expand_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.7233528Z test_non_contig_expand_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.7256168Z test_non_contig_expand_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.7278601Z test_non_contig_expand_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.7300691Z test_non_contig_expand_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.7321435Z test_non_contig_expand_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.7342422Z test_non_contig_expand_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.7363048Z test_non_contig_expand_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.7384052Z test_non_contig_expand_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.7404830Z test_non_contig_expand_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.7426930Z test_non_contig_expand_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.7447623Z test_non_contig_expand_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.7470587Z test_non_contig_expand_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.7493617Z test_non_contig_expand_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.7515297Z test_non_contig_expand_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.7537480Z test_non_contig_expand_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.7560066Z test_non_contig_expand_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.7580283Z test_non_contig_expand_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.7600960Z test_non_contig_expand_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.7621745Z test_non_contig_expand_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.7642370Z test_non_contig_expand_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.7663422Z test_non_contig_expand_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.7685089Z test_non_contig_expand_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.7705870Z test_non_contig_expand_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.7727472Z test_non_contig_expand_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.7749449Z test_non_contig_expand_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.7771419Z test_non_contig_expand_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.7791828Z test_non_contig_expand_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.7812332Z test_non_contig_expand_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.7832658Z test_non_contig_expand_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.7853716Z test_non_contig_expand_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.7874094Z test_non_contig_expand_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.7896130Z test_non_contig_expand_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.7916520Z test_non_contig_expand_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.7938337Z test_non_contig_expand_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.7959835Z test_non_contig_expand_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.7981461Z test_non_contig_expand_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.8002008Z test_non_contig_expand_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.8022710Z test_non_contig_expand_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.8043210Z test_non_contig_expand_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.8064156Z test_non_contig_expand_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.8084327Z test_non_contig_expand_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.8106103Z test_non_contig_expand_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.8126379Z test_non_contig_expand_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.8149495Z test_non_contig_expand_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.8172796Z test_non_contig_expand_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.8195646Z test_non_contig_expand_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.8217531Z test_non_contig_expand_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.8238977Z test_non_contig_expand_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.8260565Z test_non_contig_expand_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.8281417Z test_non_contig_expand_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.8302109Z test_non_contig_expand_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.8323009Z test_non_contig_expand_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.8343827Z test_non_contig_expand_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.8364592Z test_non_contig_expand_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.8377671Z test_non_contig_expand_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:39.8390330Z test_non_contig_expand_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:39.8402916Z test_non_contig_expand_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:39.8415699Z test_non_contig_expand_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:39.8428435Z test_non_contig_expand_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:39.8441024Z test_non_contig_expand_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:39.8453823Z test_non_contig_expand_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:39.8466237Z test_non_contig_expand_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:39.8478852Z test_non_contig_expand_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:39.8491540Z test_non_contig_expand_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:39.8504003Z test_non_contig_expand_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:39.8516607Z test_non_contig_expand_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:39.8544611Z test_non_contig_expand_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.8571355Z test_non_contig_expand_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.8598672Z test_non_contig_expand_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.8625743Z test_non_contig_expand_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.8652776Z test_non_contig_expand_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.8679302Z test_non_contig_expand_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.8705994Z test_non_contig_expand_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.8732865Z test_non_contig_expand_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.8759351Z test_non_contig_expand_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.8786915Z test_non_contig_expand_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.8814323Z test_non_contig_expand_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.8842164Z test_non_contig_expand_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.8871366Z test_non_contig_expand_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.8900329Z test_non_contig_expand_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.8928058Z test_non_contig_expand_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.8955030Z test_non_contig_expand_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.8982750Z test_non_contig_expand_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.9009702Z test_non_contig_expand_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.9037181Z test_non_contig_expand_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.9064458Z test_non_contig_expand_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.9092308Z test_non_contig_expand_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.9120021Z test_non_contig_expand_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.9148473Z test_non_contig_expand_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.9176560Z test_non_contig_expand_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.9204056Z test_non_contig_expand_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.9232303Z test_non_contig_expand_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.9260088Z test_non_contig_expand_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.9287597Z test_non_contig_expand_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.9316025Z test_non_contig_expand_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.9343260Z test_non_contig_expand_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.9371017Z test_non_contig_expand_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.9399022Z test_non_contig_expand_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.9427845Z test_non_contig_expand_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.9456982Z test_non_contig_expand_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.9484635Z test_non_contig_expand_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.9512297Z test_non_contig_expand_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.9539372Z test_non_contig_expand_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.9566856Z test_non_contig_expand_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.9594344Z test_non_contig_expand_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.9622298Z test_non_contig_expand_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.9649988Z test_non_contig_expand_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.9677301Z test_non_contig_expand_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.9705664Z test_non_contig_expand_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.9734786Z test_non_contig_expand_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.9762719Z test_non_contig_expand_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.9790461Z test_non_contig_expand_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.9817869Z test_non_contig_expand_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.9844720Z test_non_contig_expand_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.9872365Z test_non_contig_expand_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.9900216Z test_non_contig_expand_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.9927832Z test_non_contig_expand_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.9954356Z test_non_contig_expand_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:39.9975707Z test_non_contig_expand_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:39.9998470Z test_non_contig_expand_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.0021724Z test_non_contig_expand_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.0047138Z test_non_contig_expand_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.0069427Z test_non_contig_expand_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.0091615Z test_non_contig_expand_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.0112444Z test_non_contig_expand_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.0133659Z test_non_contig_expand_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.0154469Z test_non_contig_expand_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.0175669Z test_non_contig_expand_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.0196421Z test_non_contig_expand_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.0223643Z test_non_contig_expand_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.0251456Z test_non_contig_expand_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.0279196Z test_non_contig_expand_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.0306968Z test_non_contig_expand_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.0335806Z test_non_contig_expand_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.0363087Z test_non_contig_expand_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.0390826Z test_non_contig_expand_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.0419041Z test_non_contig_expand_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.0446694Z test_non_contig_expand_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.0469270Z test_non_contig_expand_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.0490159Z test_non_contig_expand_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.0513109Z test_non_contig_expand_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.0536082Z test_non_contig_expand_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.0559081Z test_non_contig_expand_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.0581268Z test_non_contig_expand_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.0602937Z test_non_contig_expand_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.0624691Z test_non_contig_expand_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.0645342Z test_non_contig_expand_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.0666091Z test_non_contig_expand_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.0686214Z test_non_contig_expand_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.0706871Z test_non_contig_expand_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.0727277Z test_non_contig_expand_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.0756588Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.0785787Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.0814181Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.0842435Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.0871543Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.0899680Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.0927741Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.0956257Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.0985790Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.1015597Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.1044231Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.1073413Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.1102813Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.1132668Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.1160750Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.1202221Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:40.1252353Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:40.1302267Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:40.1339686Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:40.1376765Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:40.1414369Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:40.1450276Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:40.1486192Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:40.1524546Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:40.1558382Z test_non_contig_expand_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.1586664Z test_non_contig_expand_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.1617545Z test_non_contig_expand_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.1645227Z test_non_contig_expand_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.1670758Z test_non_contig_expand_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.1693020Z test_non_contig_expand_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.1714574Z test_non_contig_expand_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.1735681Z test_non_contig_expand_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.1756543Z test_non_contig_expand_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.1778136Z test_non_contig_expand_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.1803408Z test_non_contig_expand_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.1831466Z test_non_contig_expand_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.1861206Z test_non_contig_expand_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.1893118Z test_non_contig_expand_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.1920776Z test_non_contig_expand_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.1946732Z test_non_contig_expand_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.1971968Z test_non_contig_expand_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.1993662Z test_non_contig_expand_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.2015152Z test_non_contig_expand_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.2035560Z test_non_contig_expand_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.2057221Z test_non_contig_expand_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.2078587Z test_non_contig_expand_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.2104544Z test_non_contig_expand_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.2130862Z test_non_contig_expand_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.2157171Z test_non_contig_expand_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.2184538Z test_non_contig_expand_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.2213704Z test_non_contig_expand_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.2239456Z test_non_contig_expand_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.2265862Z test_non_contig_expand_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.2291404Z test_non_contig_expand_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.2316025Z test_non_contig_expand_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.2341710Z test_non_contig_expand_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.2367107Z test_non_contig_expand_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.2392917Z test_non_contig_expand_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.2419473Z test_non_contig_expand_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.2444562Z test_non_contig_expand_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.2469551Z test_non_contig_expand_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.2490939Z test_non_contig_expand_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.2511865Z test_non_contig_expand_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.2532927Z test_non_contig_expand_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.2554384Z test_non_contig_expand_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.2582486Z test_non_contig_expand_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.2608726Z test_non_contig_expand_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.2635450Z test_non_contig_expand_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.2662390Z test_non_contig_expand_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.2688542Z test_non_contig_expand_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.2715564Z test_non_contig_expand_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.2741987Z test_non_contig_expand_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.2767405Z test_non_contig_expand_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.2793284Z test_non_contig_expand_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.2819281Z test_non_contig_expand_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.2844312Z test_non_contig_expand_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.2866751Z test_non_contig_expand_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.2888701Z test_non_contig_expand_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.2909356Z test_non_contig_expand_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.2930467Z test_non_contig_expand_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.2952916Z test_non_contig_expand_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.2979542Z test_non_contig_expand_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.3004875Z test_non_contig_expand_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.3029991Z test_non_contig_expand_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.3051606Z test_non_contig_expand_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.3072775Z test_non_contig_expand_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.3093948Z test_non_contig_expand_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.3115065Z test_non_contig_expand_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.3136578Z test_non_contig_expand_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.3146149Z test_non_contig_expand_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-09-27T16:07:40.3154986Z test_non_contig_expand_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-09-27T16:07:40.3164032Z test_non_contig_expand_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-09-27T16:07:40.3190605Z test_non_contig_expand_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.3219657Z test_non_contig_expand_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.3245891Z test_non_contig_expand_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.3277305Z test_non_contig_expand_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.3306761Z test_non_contig_expand_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.3333572Z test_non_contig_expand_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.3358844Z test_non_contig_expand_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.3384710Z test_non_contig_expand_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.3411753Z test_non_contig_expand_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.3438418Z test_non_contig_expand_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.3467360Z test_non_contig_expand_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.3493430Z test_non_contig_expand_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.3519031Z test_non_contig_expand_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.3544368Z test_non_contig_expand_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.3570909Z test_non_contig_expand_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.3600253Z test_non_contig_expand_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.3630149Z test_non_contig_expand_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.3658161Z test_non_contig_expand_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.3684872Z test_non_contig_expand_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.3712010Z test_non_contig_expand_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.3738972Z test_non_contig_expand_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.3765098Z test_non_contig_expand_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.3790616Z test_non_contig_expand_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.3817081Z test_non_contig_expand_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.3843432Z test_non_contig_expand_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.3872237Z test_non_contig_expand_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.3901236Z test_non_contig_expand_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.3931074Z test_non_contig_expand_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.3959337Z test_non_contig_expand_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.3988398Z test_non_contig_expand_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.4015720Z test_non_contig_expand_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.4043056Z test_non_contig_expand_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.4070393Z test_non_contig_expand_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.4098163Z test_non_contig_expand_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.4125376Z test_non_contig_expand_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.4151904Z test_non_contig_expand_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.4178008Z test_non_contig_expand_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.4203452Z test_non_contig_expand_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.4226519Z test_non_contig_expand_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.4248006Z test_non_contig_expand_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.4268802Z test_non_contig_expand_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.4290390Z test_non_contig_expand_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.4311862Z test_non_contig_expand_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.4340425Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.4364640Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.4390718Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.4416252Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.4441022Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.4465828Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.4490831Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.4515340Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.4540398Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.4565855Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.4590690Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.4616487Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.4641423Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.4666224Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.4691301Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.4716041Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.4740871Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.4765648Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.4793216Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.4818548Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.4845971Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.4873235Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.4899251Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.4924774Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.4950769Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.4976892Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.5002960Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.5030656Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.5056464Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.5083828Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.5111084Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.5137345Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.5163064Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.5189219Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.5215330Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.5241436Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.5269238Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.5295019Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.5322500Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.5349564Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.5376107Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.5401714Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.5427635Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.5453694Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.5479944Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.5505728Z test_non_contig_expand_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.5533908Z test_non_contig_expand_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.5562972Z test_non_contig_expand_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.5592340Z test_non_contig_expand_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.5619502Z test_non_contig_expand_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.5644696Z test_non_contig_expand_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.5668868Z test_non_contig_expand_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.5689645Z test_non_contig_expand_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.5710225Z test_non_contig_expand_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.5729989Z test_non_contig_expand_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.5750269Z test_non_contig_expand_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.5770951Z test_non_contig_expand_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.5796091Z test_non_contig_expand_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.5820963Z test_non_contig_expand_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.5846221Z test_non_contig_expand_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.5871682Z test_non_contig_expand_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.5896655Z test_non_contig_expand_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.5921124Z test_non_contig_expand_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.5946160Z test_non_contig_expand_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.5970884Z test_non_contig_expand_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.5995304Z test_non_contig_expand_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.6020114Z test_non_contig_expand_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.6045083Z test_non_contig_expand_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.6065692Z test_non_contig_expand_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.6091579Z test_non_contig_expand_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.6118099Z test_non_contig_expand_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.6144714Z test_non_contig_expand_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.6169806Z test_non_contig_expand_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.6194627Z test_non_contig_expand_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.6219365Z test_non_contig_expand_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.6239851Z test_non_contig_expand_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.6260383Z test_non_contig_expand_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.6280161Z test_non_contig_expand_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.6300714Z test_non_contig_expand_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.6321174Z test_non_contig_expand_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.6346267Z test_non_contig_expand_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.6370482Z test_non_contig_expand_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.6397801Z test_non_contig_expand_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.6426252Z test_non_contig_expand_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.6452463Z test_non_contig_expand_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.6477601Z test_non_contig_expand_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.6502883Z test_non_contig_expand_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.6527090Z test_non_contig_expand_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.6551419Z test_non_contig_expand_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.6576082Z test_non_contig_expand_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.6600131Z test_non_contig_expand_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.6624591Z test_non_contig_expand_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.6649977Z test_non_contig_expand_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.6675378Z test_non_contig_expand_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.6700033Z test_non_contig_expand_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.6720691Z test_non_contig_expand_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.6741430Z test_non_contig_expand_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.6761942Z test_non_contig_expand_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.6782313Z test_non_contig_expand_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.6802942Z test_non_contig_expand_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.6828473Z test_non_contig_expand_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.6853769Z test_non_contig_expand_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.6878331Z test_non_contig_expand_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.6903486Z test_non_contig_expand_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.6928282Z test_non_contig_expand_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.6953180Z test_non_contig_expand_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.6978702Z test_non_contig_expand_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.7004785Z test_non_contig_expand_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.7028998Z test_non_contig_expand_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.7054872Z test_non_contig_expand_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.7079092Z test_non_contig_expand_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.7106656Z test_non_contig_expand_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.7135843Z test_non_contig_expand_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.7161752Z test_non_contig_expand_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.7186423Z test_non_contig_expand_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.7210791Z test_non_contig_expand_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.7235812Z test_non_contig_expand_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.7259726Z test_non_contig_expand_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.7283758Z test_non_contig_expand_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.7308248Z test_non_contig_expand_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.7333747Z test_non_contig_expand_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.7354488Z test_non_contig_expand_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.7381900Z test_non_contig_expand_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.7410320Z test_non_contig_expand_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.7438967Z test_non_contig_expand_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.7465105Z test_non_contig_expand_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.7490312Z test_non_contig_expand_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.7515298Z test_non_contig_expand_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.7537337Z test_non_contig_expand_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.7557734Z test_non_contig_expand_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.7577916Z test_non_contig_expand_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.7598329Z test_non_contig_expand_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.7619007Z test_non_contig_expand_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.7640549Z test_non_contig_expand_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.7661359Z test_non_contig_expand_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.7683600Z test_non_contig_expand_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.7706313Z test_non_contig_expand_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.7727884Z test_non_contig_expand_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.7749741Z test_non_contig_expand_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.7771473Z test_non_contig_expand_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.7792181Z test_non_contig_expand_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.7812796Z test_non_contig_expand_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.7833260Z test_non_contig_expand_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.7854383Z test_non_contig_expand_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.7874834Z test_non_contig_expand_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.7900317Z test_non_contig_expand_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.7924882Z test_non_contig_expand_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.7953785Z test_non_contig_expand_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.7982448Z test_non_contig_expand_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.8008444Z test_non_contig_expand_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.8033464Z test_non_contig_expand_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.8059483Z test_non_contig_expand_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.8084483Z test_non_contig_expand_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.8109771Z test_non_contig_expand_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.8135457Z test_non_contig_expand_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.8160641Z test_non_contig_expand_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.8186323Z test_non_contig_expand_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.8206788Z test_non_contig_expand_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.8231842Z test_non_contig_expand_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.8257235Z test_non_contig_expand_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.8282519Z test_non_contig_expand_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.8303577Z test_non_contig_expand_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.8324027Z test_non_contig_expand_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.8344222Z test_non_contig_expand_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.8364738Z test_non_contig_expand_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.8385551Z test_non_contig_expand_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.8407093Z test_non_contig_expand_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.8427742Z test_non_contig_expand_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.8449510Z test_non_contig_expand_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.8471118Z test_non_contig_expand_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.8492804Z test_non_contig_expand_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.8513364Z test_non_contig_expand_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.8534504Z test_non_contig_expand_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.8554868Z test_non_contig_expand_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.8575771Z test_non_contig_expand_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.8596349Z test_non_contig_expand_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.8623325Z test_non_contig_expand_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.8650315Z test_non_contig_expand_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.8678725Z test_non_contig_expand_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.8707291Z test_non_contig_expand_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.8736062Z test_non_contig_expand_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.8763419Z test_non_contig_expand_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.8791222Z test_non_contig_expand_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.8818783Z test_non_contig_expand_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.8845956Z test_non_contig_expand_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.8873667Z test_non_contig_expand_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.8901261Z test_non_contig_expand_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.8926683Z test_non_contig_expand_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.8950996Z test_non_contig_expand_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.8978852Z test_non_contig_expand_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.9007295Z test_non_contig_expand_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.9033365Z test_non_contig_expand_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.9058154Z test_non_contig_expand_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.9082304Z test_non_contig_expand_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.9106772Z test_non_contig_expand_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.9131141Z test_non_contig_expand_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.9155174Z test_non_contig_expand_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.9180033Z test_non_contig_expand_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.9205642Z test_non_contig_expand_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.9231452Z test_non_contig_expand_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.9259704Z test_non_contig_expand_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.9288351Z test_non_contig_expand_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.9314806Z test_non_contig_expand_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.9340654Z test_non_contig_expand_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.9366437Z test_non_contig_expand_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.9392355Z test_non_contig_expand_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.9418593Z test_non_contig_expand_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.9444269Z test_non_contig_expand_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.9470245Z test_non_contig_expand_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:40.9495204Z test_non_contig_expand_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.9520499Z test_non_contig_expand_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.9545176Z test_non_contig_expand_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.9569919Z test_non_contig_expand_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.9594054Z test_non_contig_expand_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.9618687Z test_non_contig_expand_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.9642923Z test_non_contig_expand_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.9667445Z test_non_contig_expand_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.9691765Z test_non_contig_expand_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.9716599Z test_non_contig_expand_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.9741689Z test_non_contig_expand_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.9765654Z test_non_contig_expand_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.9790043Z test_non_contig_expand_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.9814704Z test_non_contig_expand_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.9838694Z test_non_contig_expand_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.9863397Z test_non_contig_expand_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.9887298Z test_non_contig_expand_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.9912550Z test_non_contig_expand_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.9937217Z test_non_contig_expand_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.9961398Z test_non_contig_expand_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:40.9985753Z test_non_contig_expand_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.0010009Z test_non_contig_expand_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.0034156Z test_non_contig_expand_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.0058718Z test_non_contig_expand_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.0083346Z test_non_contig_expand_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.0108863Z test_non_contig_expand_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:41.0133907Z test_non_contig_expand_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.0158336Z test_non_contig_expand_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.0183112Z test_non_contig_expand_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.0207404Z test_non_contig_expand_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.0232177Z test_non_contig_expand_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.0257265Z test_non_contig_expand_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.0281516Z test_non_contig_expand_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.0306965Z test_non_contig_expand_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.0332143Z test_non_contig_expand_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.0357100Z test_non_contig_expand_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.0381831Z test_non_contig_expand_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.0406261Z test_non_contig_expand_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.0431004Z test_non_contig_expand_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.0456047Z test_non_contig_expand_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.0481265Z test_non_contig_expand_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.0505797Z test_non_contig_expand_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.0531357Z test_non_contig_expand_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:41.0556018Z test_non_contig_expand_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.0581107Z test_non_contig_expand_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.0605616Z test_non_contig_expand_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.0630206Z test_non_contig_expand_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.0655082Z test_non_contig_expand_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.0679627Z test_non_contig_expand_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.0704211Z test_non_contig_expand_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.0729916Z test_non_contig_expand_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.0754719Z test_non_contig_expand_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.0779501Z test_non_contig_expand_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.0804013Z test_non_contig_expand_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.0829016Z test_non_contig_expand_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.0855950Z test_non_contig_expand_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:41.0880072Z test_non_contig_expand_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.0905810Z test_non_contig_expand_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:41.0930876Z test_non_contig_expand_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.0955404Z test_non_contig_expand_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.0980626Z test_non_contig_expand_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.1004965Z test_non_contig_expand_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.1029638Z test_non_contig_expand_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.1054860Z test_non_contig_expand_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.1079752Z test_non_contig_expand_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.1104252Z test_non_contig_expand_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.1128664Z test_non_contig_expand_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.1154441Z test_non_contig_expand_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:41.1179717Z test_non_contig_expand_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.1204155Z test_non_contig_expand_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.1228905Z test_non_contig_expand_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.1253945Z test_non_contig_expand_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.1278446Z test_non_contig_expand_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.1303350Z test_non_contig_expand_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.1327536Z test_non_contig_expand_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.1353726Z test_non_contig_expand_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:41.1378663Z test_non_contig_expand_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.1403251Z test_non_contig_expand_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.1428171Z test_non_contig_expand_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.1453083Z test_non_contig_expand_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.1477608Z test_non_contig_expand_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.1502442Z test_non_contig_expand_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.1526953Z test_non_contig_expand_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.1552505Z test_non_contig_expand_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:41.1577742Z test_non_contig_expand_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.1602316Z test_non_contig_expand_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.1643077Z test_non_contig_expand_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:41.1687597Z test_non_contig_expand_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:41.1731954Z test_non_contig_expand_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:41.1764017Z test_non_contig_expand_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:41.1796822Z test_non_contig_expand_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:41.1830307Z test_non_contig_expand_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:41.1861109Z test_non_contig_expand_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:41.1885411Z test_non_contig_expand_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.1910226Z test_non_contig_expand_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.1934948Z test_non_contig_expand_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.1959136Z test_non_contig_expand_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.1983946Z test_non_contig_expand_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.2008454Z test_non_contig_expand_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.2033447Z test_non_contig_expand_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.2058518Z test_non_contig_expand_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.2082968Z test_non_contig_expand_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.2107542Z test_non_contig_expand_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.2132498Z test_non_contig_expand_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.2156618Z test_non_contig_expand_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.2181360Z test_non_contig_expand_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.2205419Z test_non_contig_expand_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.2230603Z test_non_contig_expand_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.2255540Z test_non_contig_expand_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.2279884Z test_non_contig_expand_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.2304492Z test_non_contig_expand_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.2328655Z test_non_contig_expand_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.2353333Z test_non_contig_expand_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.2378234Z test_non_contig_expand_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.2402647Z test_non_contig_expand_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.2428159Z test_non_contig_expand_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.2452920Z test_non_contig_expand_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.2477306Z test_non_contig_expand_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.2501910Z test_non_contig_expand_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.2526325Z test_non_contig_expand_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.2551106Z test_non_contig_expand_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.2576229Z test_non_contig_expand_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.2604348Z test_non_contig_expand_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:41.2633682Z test_non_contig_expand_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:41.2663522Z test_non_contig_expand_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:41.2692815Z test_non_contig_expand_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:41.2722193Z test_non_contig_expand_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:41.2751930Z test_non_contig_expand_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:41.2781361Z test_non_contig_expand_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:41.2811090Z test_non_contig_expand_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:41.2840747Z test_non_contig_expand_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:41.2866098Z test_non_contig_expand_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.2892405Z test_non_contig_expand_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:41.2917636Z test_non_contig_expand_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.2942910Z test_non_contig_expand_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.2967927Z test_non_contig_expand_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.2993134Z test_non_contig_expand_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.3018558Z test_non_contig_expand_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.3043580Z test_non_contig_expand_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.3072216Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:41.3097659Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.3123725Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:41.3149835Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:41.3175378Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:41.3200571Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.3226015Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.3251515Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.3276747Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.3302131Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.3328095Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:41.3353123Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.3377924Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.3402470Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.3427610Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.3451900Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.3476556Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.3501274Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.3526674Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.3551819Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.3576534Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.3601043Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.3625762Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.3650582Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.3674976Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.3699455Z test_non_contig_expand_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.3724517Z test_non_contig_expand_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.3749468Z test_non_contig_expand_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.3774058Z test_non_contig_expand_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.3798220Z test_non_contig_expand_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.3822664Z test_non_contig_expand_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.3846784Z test_non_contig_expand_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.3871278Z test_non_contig_expand_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.3897005Z test_non_contig_expand_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:41.3923103Z test_non_contig_expand_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:41.3951392Z test_non_contig_expand_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:41.3980263Z test_non_contig_expand_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:41.4007891Z test_non_contig_expand_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:41.4034484Z test_non_contig_expand_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:41.4061369Z test_non_contig_expand_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:41.4087816Z test_non_contig_expand_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:41.4114727Z test_non_contig_expand_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:41.4141558Z test_non_contig_expand_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:41.4168068Z test_non_contig_expand_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:41.4193971Z test_non_contig_expand_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:41.4214746Z test_non_contig_expand_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.4242226Z test_non_contig_expand_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:41.4270915Z test_non_contig_expand_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:41.4297329Z test_non_contig_expand_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:41.4322531Z test_non_contig_expand_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.4347242Z test_non_contig_expand_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.4368022Z test_non_contig_expand_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.4388942Z test_non_contig_expand_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.4409323Z test_non_contig_expand_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.4430344Z test_non_contig_expand_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.4451018Z test_non_contig_expand_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.4478217Z test_non_contig_expand_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:41.4505557Z test_non_contig_expand_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:41.4534200Z test_non_contig_expand_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:41.4562704Z test_non_contig_expand_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:41.4591275Z test_non_contig_expand_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:41.4619078Z test_non_contig_expand_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:41.4646354Z test_non_contig_expand_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:41.4673892Z test_non_contig_expand_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:41.4701601Z test_non_contig_expand_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:41.4729638Z test_non_contig_expand_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:41.4757279Z test_non_contig_expand_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:41.4785135Z test_non_contig_expand_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:41.4811829Z test_non_contig_expand_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:41.4839805Z test_non_contig_expand_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:41.4868846Z test_non_contig_expand_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:41.4896872Z test_non_contig_expand_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:41.4924070Z test_non_contig_expand_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:41.4950991Z test_non_contig_expand_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:41.4978089Z test_non_contig_expand_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:41.5004638Z test_non_contig_expand_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:41.5031235Z test_non_contig_expand_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:41.5058645Z test_non_contig_expand_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:41.5084175Z test_non_contig_expand_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.5111409Z test_non_contig_expand_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:41.5138710Z test_non_contig_expand_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:41.5159705Z test_non_contig_expand_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.5180799Z test_non_contig_expand_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.5200854Z test_non_contig_expand_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.5221943Z test_non_contig_expand_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.5242289Z test_non_contig_expand_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.5260119Z test_non_contig_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.5277741Z test_non_contig_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.5296001Z test_non_contig_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.5313795Z test_non_contig_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.5331793Z test_non_contig_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.5349058Z test_non_contig_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.5366698Z test_non_contig_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.5384308Z test_non_contig_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.5401752Z test_non_contig_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.5420073Z test_non_contig_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.5435994Z test_non_contig_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.5455101Z test_non_contig_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.5475619Z test_non_contig_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.5495332Z test_non_contig_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.5513762Z test_non_contig_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.5531994Z test_non_contig_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.5549793Z test_non_contig_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.5565912Z test_non_contig_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.5581774Z test_non_contig_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.5597593Z test_non_contig_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.5613204Z test_non_contig_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.5628444Z test_non_contig_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.5645133Z test_non_contig_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.5662153Z test_non_contig_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.5680538Z test_non_contig_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.5699481Z test_non_contig_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.5717875Z test_non_contig_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.5736854Z test_non_contig_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.5754439Z test_non_contig_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.5772352Z test_non_contig_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.5789183Z test_non_contig_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.5806230Z test_non_contig_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.5823285Z test_non_contig_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.5840143Z test_non_contig_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.5857536Z test_non_contig_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.5875070Z test_non_contig_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.5892817Z test_non_contig_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.5910181Z test_non_contig_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.5925802Z test_non_contig_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.5940625Z test_non_contig_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.5955732Z test_non_contig_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.5970088Z test_non_contig_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.5984677Z test_non_contig_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.6001291Z test_non_contig_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.6019130Z test_non_contig_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.6036576Z test_non_contig_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.6054298Z test_non_contig_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.6073168Z test_non_contig_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.6092514Z test_non_contig_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.6111419Z test_non_contig_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.6130528Z test_non_contig_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.6147842Z test_non_contig_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.6164623Z test_non_contig_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.6183247Z test_non_contig_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.6201705Z test_non_contig_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.6219380Z test_non_contig_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.6237464Z test_non_contig_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.6255539Z test_non_contig_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.6272285Z test_non_contig_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.6289309Z test_non_contig_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.6306042Z test_non_contig_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.6322764Z test_non_contig_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.6339700Z test_non_contig_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.6358402Z test_non_contig_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.6376665Z test_non_contig_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.6395498Z test_non_contig_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.6415049Z test_non_contig_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.6433055Z test_non_contig_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.6451832Z test_non_contig_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.6469875Z test_non_contig_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.6488103Z test_non_contig_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.6506322Z test_non_contig_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.6524719Z test_non_contig_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.6543732Z test_non_contig_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.6562092Z test_non_contig_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.6576564Z test_non_contig_index_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.6590043Z test_non_contig_index_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.6603619Z test_non_contig_index_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.6617223Z test_non_contig_index_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.6630375Z test_non_contig_index_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.6643310Z test_non_contig_index_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.6656663Z test_non_contig_index_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.6669210Z test_non_contig_index_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.6681617Z test_non_contig_index_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.6694113Z test_non_contig_index_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.6706464Z test_non_contig_index_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.6718940Z test_non_contig_index_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.6732870Z test_non_contig_index_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.6746719Z test_non_contig_index_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.6761206Z test_non_contig_index_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.6775179Z test_non_contig_index_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.6788757Z test_non_contig_index_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.6802879Z test_non_contig_index_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.6817124Z test_non_contig_index_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.6830984Z test_non_contig_index_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.6844974Z test_non_contig_index_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.6859729Z test_non_contig_index_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.6873376Z test_non_contig_index_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.6887924Z test_non_contig_index_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.6901037Z test_non_contig_index_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.6914760Z test_non_contig_index_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.6928485Z test_non_contig_index_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.6942042Z test_non_contig_index_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.6955233Z test_non_contig_index_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.6968213Z test_non_contig_index_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.6981696Z test_non_contig_index_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.6994463Z test_non_contig_index_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7007466Z test_non_contig_index_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7020547Z test_non_contig_index_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7033779Z test_non_contig_index_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7047338Z test_non_contig_index_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7061182Z test_non_contig_index_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7075441Z test_non_contig_index_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7088817Z test_non_contig_index_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7102761Z test_non_contig_index_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7116064Z test_non_contig_index_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7129700Z test_non_contig_index_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7142512Z test_non_contig_index_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7155669Z test_non_contig_index_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7168722Z test_non_contig_index_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7182017Z test_non_contig_index_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7195880Z test_non_contig_index_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7210175Z test_non_contig_index_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7224724Z test_non_contig_index_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7238623Z test_non_contig_index_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7252752Z test_non_contig_index_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7267124Z test_non_contig_index_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7281336Z test_non_contig_index_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7295711Z test_non_contig_index_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7309734Z test_non_contig_index_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7323855Z test_non_contig_index_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7338207Z test_non_contig_index_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7352303Z test_non_contig_index_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7365515Z test_non_contig_index_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7379615Z test_non_contig_index_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7393518Z test_non_contig_index_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7406895Z test_non_contig_index_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7420486Z test_non_contig_index_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7433642Z test_non_contig_index_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7446749Z test_non_contig_index_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7460218Z test_non_contig_index_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7473259Z test_non_contig_index_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7486370Z test_non_contig_index_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7500365Z test_non_contig_index_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7514467Z test_non_contig_index_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7528901Z test_non_contig_index_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7543082Z test_non_contig_index_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7556855Z test_non_contig_index_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7571464Z test_non_contig_index_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7585646Z test_non_contig_index_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7599862Z test_non_contig_index_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7614422Z test_non_contig_index_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7628467Z test_non_contig_index_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7642793Z test_non_contig_index_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7657023Z test_non_contig_index_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7670124Z test_non_contig_index_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7683973Z test_non_contig_index_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7698029Z test_non_contig_index_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7711441Z test_non_contig_index_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7724757Z test_non_contig_index_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7738096Z test_non_contig_index_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7751179Z test_non_contig_index_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7764337Z test_non_contig_index_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7777738Z test_non_contig_index_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7790844Z test_non_contig_index_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7804396Z test_non_contig_index_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7817598Z test_non_contig_index_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7831328Z test_non_contig_index_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7845128Z test_non_contig_index_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7859442Z test_non_contig_index_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7872771Z test_non_contig_index_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7886204Z test_non_contig_index_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7899430Z test_non_contig_index_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7912394Z test_non_contig_index_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7925445Z test_non_contig_index_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7938681Z test_non_contig_index_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7951521Z test_non_contig_index_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7964779Z test_non_contig_index_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7977416Z test_non_contig_index_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.7989977Z test_non_contig_index_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8002525Z test_non_contig_index_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8015055Z test_non_contig_index_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8027486Z test_non_contig_index_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8039994Z test_non_contig_index_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8053097Z test_non_contig_index_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8065445Z test_non_contig_index_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8078515Z test_non_contig_index_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8091951Z test_non_contig_index_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8105153Z test_non_contig_index_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8118195Z test_non_contig_index_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8131401Z test_non_contig_index_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8144362Z test_non_contig_index_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8157021Z test_non_contig_index_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8169829Z test_non_contig_index_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8182439Z test_non_contig_index_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8194973Z test_non_contig_index_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8207579Z test_non_contig_index_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8220797Z test_non_contig_index_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8233347Z test_non_contig_index_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8246680Z test_non_contig_index_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8260156Z test_non_contig_index_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8273172Z test_non_contig_index_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8286193Z test_non_contig_index_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8299329Z test_non_contig_index_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8312014Z test_non_contig_index_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8324675Z test_non_contig_index_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8337557Z test_non_contig_index_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8350116Z test_non_contig_index_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8362772Z test_non_contig_index_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8376469Z test_non_contig_index_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8389926Z test_non_contig_index_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8403116Z test_non_contig_index_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8416027Z test_non_contig_index_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8428640Z test_non_contig_index_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8441187Z test_non_contig_index_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8454158Z test_non_contig_index_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8466744Z test_non_contig_index_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8480241Z test_non_contig_index_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8493598Z test_non_contig_index_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8507419Z test_non_contig_index_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8521157Z test_non_contig_index_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8535135Z test_non_contig_index_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8548608Z test_non_contig_index_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8562437Z test_non_contig_index_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8576065Z test_non_contig_index_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8589261Z test_non_contig_index_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8611361Z test_non_contig_index_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8616182Z test_non_contig_index_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8629522Z test_non_contig_index_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8642750Z test_non_contig_index_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8656006Z test_non_contig_index_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8668597Z test_non_contig_index_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8681838Z test_non_contig_index_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8695502Z test_non_contig_index_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8708831Z test_non_contig_index_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8721927Z test_non_contig_index_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8735277Z test_non_contig_index_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8748133Z test_non_contig_index_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8760885Z test_non_contig_index_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8774492Z test_non_contig_index_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8787221Z test_non_contig_index_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8799870Z test_non_contig_index_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8812785Z test_non_contig_index_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8826067Z test_non_contig_index_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8838715Z test_non_contig_index_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8854087Z test_non_contig_index_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8868754Z test_non_contig_index_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8884342Z test_non_contig_index_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:41.8898390Z test_non_contig_index_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8911371Z test_non_contig_index_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8924791Z test_non_contig_index_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8937432Z test_non_contig_index_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8949574Z test_non_contig_index_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8961807Z test_non_contig_index_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8974132Z test_non_contig_index_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8986352Z test_non_contig_index_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.8999271Z test_non_contig_index_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9011799Z test_non_contig_index_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9025424Z test_non_contig_index_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9038799Z test_non_contig_index_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9052678Z test_non_contig_index_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9065498Z test_non_contig_index_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9078433Z test_non_contig_index_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9091636Z test_non_contig_index_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9103879Z test_non_contig_index_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9116230Z test_non_contig_index_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9128429Z test_non_contig_index_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9141327Z test_non_contig_index_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9153600Z test_non_contig_index_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9167137Z test_non_contig_index_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9181335Z test_non_contig_index_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9195645Z test_non_contig_index_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9209517Z test_non_contig_index_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9223213Z test_non_contig_index_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9237311Z test_non_contig_index_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9251726Z test_non_contig_index_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9265742Z test_non_contig_index_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9279692Z test_non_contig_index_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9293970Z test_non_contig_index_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9307807Z test_non_contig_index_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9321798Z test_non_contig_index_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9334762Z test_non_contig_index_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9348265Z test_non_contig_index_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9362178Z test_non_contig_index_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9375718Z test_non_contig_index_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9388704Z test_non_contig_index_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9401907Z test_non_contig_index_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9414928Z test_non_contig_index_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9427858Z test_non_contig_index_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9440752Z test_non_contig_index_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9453932Z test_non_contig_index_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9467322Z test_non_contig_index_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9480353Z test_non_contig_index_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9493815Z test_non_contig_index_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9507076Z test_non_contig_index_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9520208Z test_non_contig_index_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9533420Z test_non_contig_index_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9546471Z test_non_contig_index_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9559485Z test_non_contig_index_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9572702Z test_non_contig_index_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9585731Z test_non_contig_index_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9599008Z test_non_contig_index_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9612457Z test_non_contig_index_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9625555Z test_non_contig_index_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9638790Z test_non_contig_index_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9651899Z test_non_contig_index_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9665066Z test_non_contig_index_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9677955Z test_non_contig_index_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9691133Z test_non_contig_index_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9703916Z test_non_contig_index_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9717682Z test_non_contig_index_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9730625Z test_non_contig_index_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9744166Z test_non_contig_index_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9757654Z test_non_contig_index_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9771395Z test_non_contig_index_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9784739Z test_non_contig_index_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9797883Z test_non_contig_index_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9811235Z test_non_contig_index_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9824066Z test_non_contig_index_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9836752Z test_non_contig_index_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9850152Z test_non_contig_index_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9862919Z test_non_contig_index_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9875757Z test_non_contig_index_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9889632Z test_non_contig_index_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9903586Z test_non_contig_index_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9917848Z test_non_contig_index_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9932537Z test_non_contig_index_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9946373Z test_non_contig_index_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9960255Z test_non_contig_index_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9974431Z test_non_contig_index_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:41.9988282Z test_non_contig_index_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0002221Z test_non_contig_index_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0016814Z test_non_contig_index_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0030740Z test_non_contig_index_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0044949Z test_non_contig_index_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0059525Z test_non_contig_index_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0073540Z test_non_contig_index_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0087549Z test_non_contig_index_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0101728Z test_non_contig_index_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0115829Z test_non_contig_index_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0129946Z test_non_contig_index_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0144464Z test_non_contig_index_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0157299Z test_non_contig_index_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0171849Z test_non_contig_index_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0186064Z test_non_contig_index_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0199831Z test_non_contig_index_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0213950Z test_non_contig_index_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0227765Z test_non_contig_index_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0241631Z test_non_contig_index_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0255721Z test_non_contig_index_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0269604Z test_non_contig_index_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0282610Z test_non_contig_index_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0295974Z test_non_contig_index_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0309141Z test_non_contig_index_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0322205Z test_non_contig_index_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0335397Z test_non_contig_index_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0348250Z test_non_contig_index_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0361120Z test_non_contig_index_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0374428Z test_non_contig_index_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0387156Z test_non_contig_index_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0400467Z test_non_contig_index_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0413751Z test_non_contig_index_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0428150Z test_non_contig_index_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0441886Z test_non_contig_index_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0455800Z test_non_contig_index_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0469981Z test_non_contig_index_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0483969Z test_non_contig_index_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0498439Z test_non_contig_index_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0512215Z test_non_contig_index_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0526182Z test_non_contig_index_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0540413Z test_non_contig_index_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0554692Z test_non_contig_index_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0568564Z test_non_contig_index_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0582949Z test_non_contig_index_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0597070Z test_non_contig_index_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0611278Z test_non_contig_index_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0624860Z test_non_contig_index_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0638580Z test_non_contig_index_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0653032Z test_non_contig_index_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0667005Z test_non_contig_index_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0681261Z test_non_contig_index_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0694059Z test_non_contig_index_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0707901Z test_non_contig_index_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0721805Z test_non_contig_index_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0735978Z test_non_contig_index_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0749317Z test_non_contig_index_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0762917Z test_non_contig_index_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0776404Z test_non_contig_index_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0789272Z test_non_contig_index_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0802072Z test_non_contig_index_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0814967Z test_non_contig_index_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0827703Z test_non_contig_index_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0840641Z test_non_contig_index_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0854252Z test_non_contig_index_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0866906Z test_non_contig_index_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0880403Z test_non_contig_index_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0894423Z test_non_contig_index_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0907720Z test_non_contig_index_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0921027Z test_non_contig_index_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0934429Z test_non_contig_index_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0947533Z test_non_contig_index_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0960433Z test_non_contig_index_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0973662Z test_non_contig_index_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0986500Z test_non_contig_index_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.0999382Z test_non_contig_index_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1012476Z test_non_contig_index_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1025673Z test_non_contig_index_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1038785Z test_non_contig_index_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1052107Z test_non_contig_index_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1065193Z test_non_contig_index_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1077635Z test_non_contig_index_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1090213Z test_non_contig_index_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1102769Z test_non_contig_index_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1115280Z test_non_contig_index_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1128725Z test_non_contig_index_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1142197Z test_non_contig_index_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1155397Z test_non_contig_index_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1168809Z test_non_contig_index_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1183156Z test_non_contig_index_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1196621Z test_non_contig_index_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1210760Z test_non_contig_index_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1224532Z test_non_contig_index_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1237843Z test_non_contig_index_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1250713Z test_non_contig_index_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1264272Z test_non_contig_index_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1277771Z test_non_contig_index_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1291137Z test_non_contig_index_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1304392Z test_non_contig_index_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1317550Z test_non_contig_index_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1330664Z test_non_contig_index_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1343459Z test_non_contig_index_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1356347Z test_non_contig_index_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1369380Z test_non_contig_index_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1382423Z test_non_contig_index_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1395506Z test_non_contig_index_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1408354Z test_non_contig_index_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1421884Z test_non_contig_index_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1434999Z test_non_contig_index_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1448105Z test_non_contig_index_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1461106Z test_non_contig_index_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1474065Z test_non_contig_index_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1486987Z test_non_contig_index_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1500078Z test_non_contig_index_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1513536Z test_non_contig_index_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1527042Z test_non_contig_index_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1540737Z test_non_contig_index_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1553543Z test_non_contig_index_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1565804Z test_non_contig_index_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1579127Z test_non_contig_index_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1592218Z test_non_contig_index_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1604971Z test_non_contig_index_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1617946Z test_non_contig_index_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1630784Z test_non_contig_index_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1643233Z test_non_contig_index_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1655734Z test_non_contig_index_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1668051Z test_non_contig_index_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1680591Z test_non_contig_index_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1693361Z test_non_contig_index_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1706176Z test_non_contig_index_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1718524Z test_non_contig_index_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1732418Z test_non_contig_index_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1746097Z test_non_contig_index_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1759860Z test_non_contig_index_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1773100Z test_non_contig_index_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1786142Z test_non_contig_index_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1799092Z test_non_contig_index_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1811782Z test_non_contig_index_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1824195Z test_non_contig_index_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1836602Z test_non_contig_index_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1849221Z test_non_contig_index_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1861675Z test_non_contig_index_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1874691Z test_non_contig_index_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1887019Z test_non_contig_index_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1900549Z test_non_contig_index_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1913811Z test_non_contig_index_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1927226Z test_non_contig_index_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1940344Z test_non_contig_index_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1953255Z test_non_contig_index_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1966429Z test_non_contig_index_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1979137Z test_non_contig_index_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.1992060Z test_non_contig_index_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2004765Z test_non_contig_index_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2017481Z test_non_contig_index_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2030093Z test_non_contig_index_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2043175Z test_non_contig_index_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2056117Z test_non_contig_index_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2069516Z test_non_contig_index_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2082891Z test_non_contig_index_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2096146Z test_non_contig_index_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2109182Z test_non_contig_index_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2122295Z test_non_contig_index_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2135300Z test_non_contig_index_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2148193Z test_non_contig_index_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2162246Z test_non_contig_index_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2174789Z test_non_contig_index_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2187289Z test_non_contig_index_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2200342Z test_non_contig_index_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2213177Z test_non_contig_index_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2226214Z test_non_contig_index_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2238874Z test_non_contig_index_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2251997Z test_non_contig_index_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2264527Z test_non_contig_index_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2277164Z test_non_contig_index_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2289867Z test_non_contig_index_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2302411Z test_non_contig_index_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2314875Z test_non_contig_index_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2327685Z test_non_contig_index_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2340243Z test_non_contig_index_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2353082Z test_non_contig_index_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2365892Z test_non_contig_index_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2379165Z test_non_contig_index_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2391697Z test_non_contig_index_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2404446Z test_non_contig_index_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2417317Z test_non_contig_index_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2430250Z test_non_contig_index_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2442650Z test_non_contig_index_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2455878Z test_non_contig_index_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2468408Z test_non_contig_index_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2481924Z test_non_contig_index_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2495526Z test_non_contig_index_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2508934Z test_non_contig_index_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2521892Z test_non_contig_index_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2535146Z test_non_contig_index_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2548220Z test_non_contig_index_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2560810Z test_non_contig_index_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2573656Z test_non_contig_index_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2586333Z test_non_contig_index_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2599110Z test_non_contig_index_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2611957Z test_non_contig_index_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2622910Z test_non_contig_index_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:42.2633746Z test_non_contig_index_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:42.2644487Z test_non_contig_index_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:42.2655386Z test_non_contig_index_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:42.2666094Z test_non_contig_index_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:42.2676843Z test_non_contig_index_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:42.2687576Z test_non_contig_index_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:42.2698522Z test_non_contig_index_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:42.2709379Z test_non_contig_index_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:42.2720135Z test_non_contig_index_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:42.2731085Z test_non_contig_index_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:42.2741790Z test_non_contig_index_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:42.2755844Z test_non_contig_index_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2770266Z test_non_contig_index_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2784601Z test_non_contig_index_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2799032Z test_non_contig_index_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2813475Z test_non_contig_index_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2827653Z test_non_contig_index_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2841870Z test_non_contig_index_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2856535Z test_non_contig_index_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2870791Z test_non_contig_index_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2885703Z test_non_contig_index_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2899587Z test_non_contig_index_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2914195Z test_non_contig_index_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2928186Z test_non_contig_index_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2942094Z test_non_contig_index_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2956356Z test_non_contig_index_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2970714Z test_non_contig_index_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2985110Z test_non_contig_index_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.2999050Z test_non_contig_index_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3013343Z test_non_contig_index_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3027173Z test_non_contig_index_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3041400Z test_non_contig_index_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3055714Z test_non_contig_index_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3069961Z test_non_contig_index_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3084300Z test_non_contig_index_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3098581Z test_non_contig_index_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3112660Z test_non_contig_index_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3126598Z test_non_contig_index_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3140653Z test_non_contig_index_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3154476Z test_non_contig_index_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3168870Z test_non_contig_index_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3183114Z test_non_contig_index_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3197031Z test_non_contig_index_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3210806Z test_non_contig_index_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3224236Z test_non_contig_index_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3238356Z test_non_contig_index_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3252625Z test_non_contig_index_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3266496Z test_non_contig_index_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3280437Z test_non_contig_index_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3294549Z test_non_contig_index_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3308449Z test_non_contig_index_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3322641Z test_non_contig_index_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3336824Z test_non_contig_index_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3351314Z test_non_contig_index_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3364944Z test_non_contig_index_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3378545Z test_non_contig_index_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3392779Z test_non_contig_index_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3407019Z test_non_contig_index_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3420943Z test_non_contig_index_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3435009Z test_non_contig_index_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3448762Z test_non_contig_index_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3462945Z test_non_contig_index_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3476974Z test_non_contig_index_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3489522Z test_non_contig_index_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3502877Z test_non_contig_index_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3515925Z test_non_contig_index_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3529460Z test_non_contig_index_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3542329Z test_non_contig_index_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3555139Z test_non_contig_index_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3567758Z test_non_contig_index_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3580552Z test_non_contig_index_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3592986Z test_non_contig_index_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3605420Z test_non_contig_index_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3618085Z test_non_contig_index_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3631435Z test_non_contig_index_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3645133Z test_non_contig_index_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3659369Z test_non_contig_index_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3673662Z test_non_contig_index_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3688301Z test_non_contig_index_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3703532Z test_non_contig_index_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3718333Z test_non_contig_index_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3733482Z test_non_contig_index_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3748324Z test_non_contig_index_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3762607Z test_non_contig_index_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3776094Z test_non_contig_index_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3789991Z test_non_contig_index_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3803870Z test_non_contig_index_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3817917Z test_non_contig_index_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3831385Z test_non_contig_index_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3844973Z test_non_contig_index_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3858889Z test_non_contig_index_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3872073Z test_non_contig_index_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3885284Z test_non_contig_index_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3898584Z test_non_contig_index_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3911814Z test_non_contig_index_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3925076Z test_non_contig_index_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3940635Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3956093Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3971687Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.3987057Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4002062Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4017223Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4031614Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4046125Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4061182Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4075925Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4090800Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4105413Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4120110Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4134994Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4149579Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4164130Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4179211Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4193871Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4208468Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4223219Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4237750Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4252439Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4266882Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4281468Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4295817Z test_non_contig_index_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4308413Z test_non_contig_index_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4321837Z test_non_contig_index_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4335439Z test_non_contig_index_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4348654Z test_non_contig_index_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4361230Z test_non_contig_index_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4374043Z test_non_contig_index_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4386413Z test_non_contig_index_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4398984Z test_non_contig_index_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4411783Z test_non_contig_index_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4424974Z test_non_contig_index_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4438961Z test_non_contig_index_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4452978Z test_non_contig_index_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4466930Z test_non_contig_index_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4480142Z test_non_contig_index_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4493225Z test_non_contig_index_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4506273Z test_non_contig_index_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4518704Z test_non_contig_index_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4531244Z test_non_contig_index_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4543480Z test_non_contig_index_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4555875Z test_non_contig_index_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4568150Z test_non_contig_index_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4581808Z test_non_contig_index_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4595228Z test_non_contig_index_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4608320Z test_non_contig_index_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4621802Z test_non_contig_index_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4635088Z test_non_contig_index_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4648477Z test_non_contig_index_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4662014Z test_non_contig_index_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4675126Z test_non_contig_index_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4688437Z test_non_contig_index_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4701980Z test_non_contig_index_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4715530Z test_non_contig_index_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4729121Z test_non_contig_index_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4742655Z test_non_contig_index_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4755900Z test_non_contig_index_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4769211Z test_non_contig_index_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4781889Z test_non_contig_index_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4794428Z test_non_contig_index_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4806873Z test_non_contig_index_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4819710Z test_non_contig_index_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4834084Z test_non_contig_index_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4848024Z test_non_contig_index_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4862313Z test_non_contig_index_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4875954Z test_non_contig_index_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4889755Z test_non_contig_index_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4903533Z test_non_contig_index_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4918048Z test_non_contig_index_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4932376Z test_non_contig_index_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4946224Z test_non_contig_index_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4959959Z test_non_contig_index_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4973873Z test_non_contig_index_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.4987313Z test_non_contig_index_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5001114Z test_non_contig_index_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5014965Z test_non_contig_index_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5028644Z test_non_contig_index_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5042454Z test_non_contig_index_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5056897Z test_non_contig_index_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5070610Z test_non_contig_index_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5084275Z test_non_contig_index_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5097475Z test_non_contig_index_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5110266Z test_non_contig_index_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5123088Z test_non_contig_index_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5136314Z test_non_contig_index_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5149169Z test_non_contig_index_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5166818Z test_non_contig_index_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:42.5184332Z test_non_contig_index_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:42.5201762Z test_non_contig_index_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:42.5216950Z test_non_contig_index_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5230330Z test_non_contig_index_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5244379Z test_non_contig_index_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5258626Z test_non_contig_index_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5272590Z test_non_contig_index_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5286326Z test_non_contig_index_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5300400Z test_non_contig_index_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5314159Z test_non_contig_index_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5327901Z test_non_contig_index_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5341863Z test_non_contig_index_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5355750Z test_non_contig_index_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5369548Z test_non_contig_index_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5383169Z test_non_contig_index_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5397062Z test_non_contig_index_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5411273Z test_non_contig_index_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5425563Z test_non_contig_index_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5440898Z test_non_contig_index_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5454633Z test_non_contig_index_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5468477Z test_non_contig_index_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5482328Z test_non_contig_index_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5496371Z test_non_contig_index_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5510103Z test_non_contig_index_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5523579Z test_non_contig_index_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5537409Z test_non_contig_index_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5551035Z test_non_contig_index_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5565004Z test_non_contig_index_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5580091Z test_non_contig_index_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5594138Z test_non_contig_index_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5608284Z test_non_contig_index_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5623164Z test_non_contig_index_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5637492Z test_non_contig_index_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5652421Z test_non_contig_index_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5667293Z test_non_contig_index_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5682280Z test_non_contig_index_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5697581Z test_non_contig_index_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5712742Z test_non_contig_index_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5726934Z test_non_contig_index_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5740726Z test_non_contig_index_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5753555Z test_non_contig_index_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5766498Z test_non_contig_index_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5779412Z test_non_contig_index_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5792355Z test_non_contig_index_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5805144Z test_non_contig_index_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5819162Z test_non_contig_index_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5832412Z test_non_contig_index_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5846492Z test_non_contig_index_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5860503Z test_non_contig_index_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5873737Z test_non_contig_index_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5887178Z test_non_contig_index_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5900761Z test_non_contig_index_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5914275Z test_non_contig_index_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5927633Z test_non_contig_index_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5942073Z test_non_contig_index_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5956097Z test_non_contig_index_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5970324Z test_non_contig_index_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5984777Z test_non_contig_index_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.5998867Z test_non_contig_index_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6012473Z test_non_contig_index_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6025824Z test_non_contig_index_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6039592Z test_non_contig_index_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6053008Z test_non_contig_index_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6067110Z test_non_contig_index_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6080699Z test_non_contig_index_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6094975Z test_non_contig_index_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6108829Z test_non_contig_index_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6122536Z test_non_contig_index_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6136467Z test_non_contig_index_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6150193Z test_non_contig_index_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6163628Z test_non_contig_index_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6177896Z test_non_contig_index_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6191960Z test_non_contig_index_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6205242Z test_non_contig_index_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6219854Z test_non_contig_index_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6234019Z test_non_contig_index_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6247621Z test_non_contig_index_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6261267Z test_non_contig_index_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6274868Z test_non_contig_index_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6288326Z test_non_contig_index_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6302149Z test_non_contig_index_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6315828Z test_non_contig_index_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6329427Z test_non_contig_index_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6343170Z test_non_contig_index_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6356909Z test_non_contig_index_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6370670Z test_non_contig_index_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6384171Z test_non_contig_index_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6397918Z test_non_contig_index_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6411995Z test_non_contig_index_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6425580Z test_non_contig_index_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6438933Z test_non_contig_index_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6453573Z test_non_contig_index_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6467528Z test_non_contig_index_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6481051Z test_non_contig_index_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6494700Z test_non_contig_index_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6508176Z test_non_contig_index_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6521612Z test_non_contig_index_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6534638Z test_non_contig_index_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6547479Z test_non_contig_index_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6560126Z test_non_contig_index_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6573013Z test_non_contig_index_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6585694Z test_non_contig_index_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6599178Z test_non_contig_index_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6613063Z test_non_contig_index_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6627247Z test_non_contig_index_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6641568Z test_non_contig_index_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6656120Z test_non_contig_index_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6670445Z test_non_contig_index_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6684252Z test_non_contig_index_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6698563Z test_non_contig_index_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6713042Z test_non_contig_index_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6726822Z test_non_contig_index_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6741049Z test_non_contig_index_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6754290Z test_non_contig_index_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6768693Z test_non_contig_index_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6783312Z test_non_contig_index_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6797795Z test_non_contig_index_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6811982Z test_non_contig_index_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6825897Z test_non_contig_index_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6839939Z test_non_contig_index_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6853483Z test_non_contig_index_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6866781Z test_non_contig_index_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6879981Z test_non_contig_index_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6893496Z test_non_contig_index_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6906843Z test_non_contig_index_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6920959Z test_non_contig_index_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6934946Z test_non_contig_index_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6949476Z test_non_contig_index_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6964172Z test_non_contig_index_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6978501Z test_non_contig_index_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.6996432Z test_non_contig_index_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:42.7010438Z test_non_contig_index_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7023915Z test_non_contig_index_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7037646Z test_non_contig_index_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7051447Z test_non_contig_index_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7065629Z test_non_contig_index_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7079672Z test_non_contig_index_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7094055Z test_non_contig_index_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7108216Z test_non_contig_index_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7122231Z test_non_contig_index_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7136117Z test_non_contig_index_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7149439Z test_non_contig_index_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7162759Z test_non_contig_index_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7176243Z test_non_contig_index_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7189607Z test_non_contig_index_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7203977Z test_non_contig_index_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7218222Z test_non_contig_index_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7232258Z test_non_contig_index_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7246293Z test_non_contig_index_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7260560Z test_non_contig_index_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7274497Z test_non_contig_index_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7288513Z test_non_contig_index_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7302713Z test_non_contig_index_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7316767Z test_non_contig_index_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7331001Z test_non_contig_index_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7344680Z test_non_contig_index_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7359122Z test_non_contig_index_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7373809Z test_non_contig_index_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7387760Z test_non_contig_index_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7401757Z test_non_contig_index_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7415700Z test_non_contig_index_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7429436Z test_non_contig_index_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7443218Z test_non_contig_index_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7457131Z test_non_contig_index_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7471011Z test_non_contig_index_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7484982Z test_non_contig_index_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7498376Z test_non_contig_index_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7512678Z test_non_contig_index_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7527228Z test_non_contig_index_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7541815Z test_non_contig_index_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7556030Z test_non_contig_index_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7570024Z test_non_contig_index_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7584037Z test_non_contig_index_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7597322Z test_non_contig_index_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7610779Z test_non_contig_index_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7624054Z test_non_contig_index_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7637188Z test_non_contig_index_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7650607Z test_non_contig_index_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7664187Z test_non_contig_index_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7677417Z test_non_contig_index_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7691470Z test_non_contig_index_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7705299Z test_non_contig_index_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7719147Z test_non_contig_index_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7732817Z test_non_contig_index_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7746434Z test_non_contig_index_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7759635Z test_non_contig_index_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7773142Z test_non_contig_index_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7786429Z test_non_contig_index_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7799681Z test_non_contig_index_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7813104Z test_non_contig_index_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7827182Z test_non_contig_index_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7840899Z test_non_contig_index_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7855615Z test_non_contig_index_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7869959Z test_non_contig_index_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7883941Z test_non_contig_index_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7898072Z test_non_contig_index_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7911848Z test_non_contig_index_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7925609Z test_non_contig_index_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7939519Z test_non_contig_index_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7953390Z test_non_contig_index_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7967202Z test_non_contig_index_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7981282Z test_non_contig_index_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.7994454Z test_non_contig_index_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8008437Z test_non_contig_index_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8022625Z test_non_contig_index_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8036702Z test_non_contig_index_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8050059Z test_non_contig_index_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8063260Z test_non_contig_index_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8076313Z test_non_contig_index_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8089790Z test_non_contig_index_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8102993Z test_non_contig_index_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8116759Z test_non_contig_index_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8130197Z test_non_contig_index_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8144009Z test_non_contig_index_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8157533Z test_non_contig_index_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8171308Z test_non_contig_index_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8184466Z test_non_contig_index_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8197667Z test_non_contig_index_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8211059Z test_non_contig_index_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8224325Z test_non_contig_index_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8237505Z test_non_contig_index_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8251804Z test_non_contig_index_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8266101Z test_non_contig_index_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8281141Z test_non_contig_index_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8295902Z test_non_contig_index_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8310313Z test_non_contig_index_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8325299Z test_non_contig_index_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8340284Z test_non_contig_index_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8354984Z test_non_contig_index_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8369880Z test_non_contig_index_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8384524Z test_non_contig_index_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8399284Z test_non_contig_index_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8413927Z test_non_contig_index_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8427552Z test_non_contig_index_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8442027Z test_non_contig_index_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8456638Z test_non_contig_index_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8470829Z test_non_contig_index_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8484586Z test_non_contig_index_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8498703Z test_non_contig_index_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8512303Z test_non_contig_index_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8525939Z test_non_contig_index_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8540022Z test_non_contig_index_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8553716Z test_non_contig_index_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8567701Z test_non_contig_index_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8581627Z test_non_contig_index_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8596091Z test_non_contig_index_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8610700Z test_non_contig_index_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8624898Z test_non_contig_index_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8638820Z test_non_contig_index_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8652851Z test_non_contig_index_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8666533Z test_non_contig_index_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8680227Z test_non_contig_index_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8694148Z test_non_contig_index_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8707910Z test_non_contig_index_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8722042Z test_non_contig_index_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8736253Z test_non_contig_index_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8750153Z test_non_contig_index_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8763975Z test_non_contig_index_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8777904Z test_non_contig_index_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8791881Z test_non_contig_index_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8805722Z test_non_contig_index_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8819582Z test_non_contig_index_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8833306Z test_non_contig_index_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8847474Z test_non_contig_index_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8861583Z test_non_contig_index_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8875364Z test_non_contig_index_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8889368Z test_non_contig_index_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8903056Z test_non_contig_index_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8917288Z test_non_contig_index_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8931286Z test_non_contig_index_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8945023Z test_non_contig_index_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8959123Z test_non_contig_index_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8973628Z test_non_contig_index_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.8987521Z test_non_contig_index_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9001586Z test_non_contig_index_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9015550Z test_non_contig_index_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9029339Z test_non_contig_index_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9043206Z test_non_contig_index_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9057241Z test_non_contig_index_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9071252Z test_non_contig_index_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9085318Z test_non_contig_index_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9099365Z test_non_contig_index_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9113189Z test_non_contig_index_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9127037Z test_non_contig_index_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9141086Z test_non_contig_index_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9154948Z test_non_contig_index_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9168748Z test_non_contig_index_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9183052Z test_non_contig_index_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9196988Z test_non_contig_index_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9210953Z test_non_contig_index_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9224683Z test_non_contig_index_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9238575Z test_non_contig_index_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9252629Z test_non_contig_index_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9266435Z test_non_contig_index_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9280590Z test_non_contig_index_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9294571Z test_non_contig_index_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9308570Z test_non_contig_index_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9322553Z test_non_contig_index_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9336484Z test_non_contig_index_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9350253Z test_non_contig_index_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9363972Z test_non_contig_index_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9377873Z test_non_contig_index_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9391663Z test_non_contig_index_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9405398Z test_non_contig_index_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9419650Z test_non_contig_index_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9433745Z test_non_contig_index_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9447454Z test_non_contig_index_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9461541Z test_non_contig_index_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9475275Z test_non_contig_index_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9489233Z test_non_contig_index_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9503104Z test_non_contig_index_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9517188Z test_non_contig_index_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9531031Z test_non_contig_index_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9544970Z test_non_contig_index_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9558991Z test_non_contig_index_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9572918Z test_non_contig_index_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9586654Z test_non_contig_index_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9600363Z test_non_contig_index_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9614295Z test_non_contig_index_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9628028Z test_non_contig_index_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9641769Z test_non_contig_index_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9656083Z test_non_contig_index_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9669975Z test_non_contig_index_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9683793Z test_non_contig_index_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9697706Z test_non_contig_index_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9711454Z test_non_contig_index_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9725484Z test_non_contig_index_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9739320Z test_non_contig_index_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9753059Z test_non_contig_index_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9767143Z test_non_contig_index_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9781271Z test_non_contig_index_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9795016Z test_non_contig_index_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9808796Z test_non_contig_index_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9822667Z test_non_contig_index_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9836461Z test_non_contig_index_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9850476Z test_non_contig_index_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9864355Z test_non_contig_index_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9878392Z test_non_contig_index_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9892814Z test_non_contig_index_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9906544Z test_non_contig_index_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9920289Z test_non_contig_index_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9934431Z test_non_contig_index_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9948076Z test_non_contig_index_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9961829Z test_non_contig_index_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9975751Z test_non_contig_index_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:42.9989850Z test_non_contig_index_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0003916Z test_non_contig_index_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0017857Z test_non_contig_index_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0031585Z test_non_contig_index_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0045405Z test_non_contig_index_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0059566Z test_non_contig_index_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0073141Z test_non_contig_index_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0086764Z test_non_contig_index_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0100988Z test_non_contig_index_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0114908Z test_non_contig_index_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0128608Z test_non_contig_index_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0142523Z test_non_contig_index_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0156196Z test_non_contig_index_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0170238Z test_non_contig_index_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0183882Z test_non_contig_index_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0197577Z test_non_contig_index_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0211769Z test_non_contig_index_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0225655Z test_non_contig_index_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0239405Z test_non_contig_index_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0253377Z test_non_contig_index_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0267020Z test_non_contig_index_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0280716Z test_non_contig_index_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0294542Z test_non_contig_index_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0308137Z test_non_contig_index_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0322255Z test_non_contig_index_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0336327Z test_non_contig_index_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0350278Z test_non_contig_index_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0363934Z test_non_contig_index_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0377825Z test_non_contig_index_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0391604Z test_non_contig_index_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0405354Z test_non_contig_index_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0420148Z test_non_contig_index_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0435089Z test_non_contig_index_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0450629Z test_non_contig_index_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0465682Z test_non_contig_index_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0480693Z test_non_contig_index_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0496187Z test_non_contig_index_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0511222Z test_non_contig_index_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0526395Z test_non_contig_index_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0541602Z test_non_contig_index_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0555676Z test_non_contig_index_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0569181Z test_non_contig_index_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0582639Z test_non_contig_index_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0595786Z test_non_contig_index_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0608917Z test_non_contig_index_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0622228Z test_non_contig_index_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0635440Z test_non_contig_index_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0648607Z test_non_contig_index_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0662308Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0675502Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0689111Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0702634Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0715845Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0729194Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0742553Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0755695Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0768851Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0782318Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0795598Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0809124Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0822330Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0835488Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0848648Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0862421Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0875535Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0888715Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0902419Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0915723Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0928884Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0942257Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0955340Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0968544Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0981849Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.0995055Z test_non_contig_index_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.1008318Z test_non_contig_index_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.1021900Z test_non_contig_index_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.1035034Z test_non_contig_index_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.1048202Z test_non_contig_index_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.1061633Z test_non_contig_index_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.1074915Z test_non_contig_index_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.1087849Z test_non_contig_index_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.1101450Z test_non_contig_index_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.1114891Z test_non_contig_index_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.1129633Z test_non_contig_index_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.1143496Z test_non_contig_index_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.1157278Z test_non_contig_index_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.1171968Z test_non_contig_index_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.1186154Z test_non_contig_index_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.1200284Z test_non_contig_index_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.1214828Z test_non_contig_index_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.1228919Z test_non_contig_index_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.1243342Z test_non_contig_index_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.1257511Z test_non_contig_index_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.1270209Z test_non_contig_index_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.1283967Z test_non_contig_index_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.1298141Z test_non_contig_index_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.1311560Z test_non_contig_index_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.1324976Z test_non_contig_index_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.1338586Z test_non_contig_index_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.1351293Z test_non_contig_index_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.1364024Z test_non_contig_index_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.1376850Z test_non_contig_index_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.1389583Z test_non_contig_index_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.1402353Z test_non_contig_index_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.1416514Z test_non_contig_index_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.1430730Z test_non_contig_index_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.1445210Z test_non_contig_index_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.1459277Z test_non_contig_index_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.1473050Z test_non_contig_index_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.1487348Z test_non_contig_index_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.1501828Z test_non_contig_index_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.1515970Z test_non_contig_index_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.1530369Z test_non_contig_index_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.1544498Z test_non_contig_index_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.1558681Z test_non_contig_index_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.1573564Z test_non_contig_index_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.1587651Z test_non_contig_index_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.1602231Z test_non_contig_index_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.1616422Z test_non_contig_index_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.1630245Z test_non_contig_index_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.1644816Z test_non_contig_index_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.1659193Z test_non_contig_index_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.1673478Z test_non_contig_index_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.1687761Z test_non_contig_index_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.1702106Z test_non_contig_index_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.1716429Z test_non_contig_index_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.1730777Z test_non_contig_index_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.1744597Z test_non_contig_index_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.1759036Z test_non_contig_index_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.1773110Z test_non_contig_index_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.1785483Z test_non_contig_index_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.1797862Z test_non_contig_index_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.1810623Z test_non_contig_index_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.1823272Z test_non_contig_index_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.1838833Z test_non_contig_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.1854060Z test_non_contig_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.1870934Z test_non_contig_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.1888287Z test_non_contig_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.1905398Z test_non_contig_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.1922021Z test_non_contig_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.1938940Z test_non_contig_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.1954718Z test_non_contig_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.1969841Z test_non_contig_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.1984580Z test_non_contig_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.2000220Z test_non_contig_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.2015091Z test_non_contig_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.2031099Z test_non_contig_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.2046155Z test_non_contig_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.2064253Z test_non_contig_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.2083697Z test_non_contig_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.2101667Z test_non_contig_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.2118414Z test_non_contig_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.2134840Z test_non_contig_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.2152064Z test_non_contig_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.2167532Z test_non_contig_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.2182492Z test_non_contig_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.2197100Z test_non_contig_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.2211980Z test_non_contig_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.2226750Z test_non_contig_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.2242454Z test_non_contig_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.2257502Z test_non_contig_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.2274419Z test_non_contig_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.2294746Z test_non_contig_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.2312261Z test_non_contig_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.2328897Z test_non_contig_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.2345372Z test_non_contig_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.2362018Z test_non_contig_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.2377669Z test_non_contig_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.2392442Z test_non_contig_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.2407335Z test_non_contig_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.2422206Z test_non_contig_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.2436935Z test_non_contig_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.2452884Z test_non_contig_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.2467361Z test_non_contig_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.2483936Z test_non_contig_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.2501566Z test_non_contig_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.2518105Z test_non_contig_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.2535245Z test_non_contig_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.2552912Z test_non_contig_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.2568810Z test_non_contig_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.2583512Z test_non_contig_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.2598015Z test_non_contig_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.2612858Z test_non_contig_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.2627214Z test_non_contig_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.2642447Z test_non_contig_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.2657182Z test_non_contig_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.2672533Z test_non_contig_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.2689395Z test_non_contig_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.2706849Z test_non_contig_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.2722763Z test_non_contig_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.2737615Z test_non_contig_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.2752199Z test_non_contig_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.2766737Z test_non_contig_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.2781472Z test_non_contig_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.2796675Z test_non_contig_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.2811272Z test_non_contig_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.2826908Z test_non_contig_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.2842229Z test_non_contig_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.2858695Z test_non_contig_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.2873738Z test_non_contig_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.2888156Z test_non_contig_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.2902831Z test_non_contig_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.2917380Z test_non_contig_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.2932575Z test_non_contig_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.2949000Z test_non_contig_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.2964476Z test_non_contig_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.2982178Z test_non_contig_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.2999693Z test_non_contig_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.3016411Z test_non_contig_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.3032544Z test_non_contig_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.3047839Z test_non_contig_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.3064288Z test_non_contig_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.3079551Z test_non_contig_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.3094309Z test_non_contig_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.3108762Z test_non_contig_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.3123269Z test_non_contig_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.3137987Z test_non_contig_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.3149522Z test_non_contig_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:43.3160757Z test_non_contig_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:43.3172322Z test_non_contig_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:43.3183657Z test_non_contig_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:43.3195758Z test_non_contig_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:43.3207752Z test_non_contig_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:43.3220034Z test_non_contig_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:43.3231621Z test_non_contig_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:43.3242867Z test_non_contig_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:43.3254415Z test_non_contig_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:43.3265712Z test_non_contig_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:43.3276890Z test_non_contig_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:43.3294742Z test_non_contig_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.3312102Z test_non_contig_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.3330391Z test_non_contig_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.3348733Z test_non_contig_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.3366222Z test_non_contig_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.3383827Z test_non_contig_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.3401171Z test_non_contig_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.3418867Z test_non_contig_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.3436381Z test_non_contig_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.3455344Z test_non_contig_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.3474909Z test_non_contig_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.3497153Z test_non_contig_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.3517132Z test_non_contig_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.3535416Z test_non_contig_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.3553678Z test_non_contig_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.3571839Z test_non_contig_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.3589590Z test_non_contig_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.3607548Z test_non_contig_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.3625997Z test_non_contig_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.3644269Z test_non_contig_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.3662472Z test_non_contig_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.3680378Z test_non_contig_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.3699288Z test_non_contig_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.3718045Z test_non_contig_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.3736704Z test_non_contig_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.3754666Z test_non_contig_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.3773273Z test_non_contig_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.3791227Z test_non_contig_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.3809613Z test_non_contig_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.3827650Z test_non_contig_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.3845943Z test_non_contig_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.3867486Z test_non_contig_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.3887464Z test_non_contig_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.3906068Z test_non_contig_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.3924565Z test_non_contig_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.3942894Z test_non_contig_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.3961137Z test_non_contig_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.3979603Z test_non_contig_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.3997609Z test_non_contig_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.4016088Z test_non_contig_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.4034227Z test_non_contig_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.4052942Z test_non_contig_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.4073939Z test_non_contig_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.4094276Z test_non_contig_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.4112659Z test_non_contig_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.4131302Z test_non_contig_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.4149451Z test_non_contig_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.4167661Z test_non_contig_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.4185983Z test_non_contig_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.4204143Z test_non_contig_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.4222672Z test_non_contig_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.4240405Z test_non_contig_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.4256293Z test_non_contig_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.4272825Z test_non_contig_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.4290370Z test_non_contig_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.4308044Z test_non_contig_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.4324653Z test_non_contig_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.4341462Z test_non_contig_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.4356905Z test_non_contig_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.4372104Z test_non_contig_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.4386843Z test_non_contig_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.4401759Z test_non_contig_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.4416762Z test_non_contig_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.4435573Z test_non_contig_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.4454657Z test_non_contig_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.4473771Z test_non_contig_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.4494826Z test_non_contig_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.4514387Z test_non_contig_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.4534439Z test_non_contig_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.4553818Z test_non_contig_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.4573746Z test_non_contig_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.4593349Z test_non_contig_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.4610169Z test_non_contig_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.4625696Z test_non_contig_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.4643417Z test_non_contig_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.4661059Z test_non_contig_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.4677730Z test_non_contig_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.4694547Z test_non_contig_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.4710622Z test_non_contig_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.4727584Z test_non_contig_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.4743607Z test_non_contig_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.4758728Z test_non_contig_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.4773794Z test_non_contig_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.4789211Z test_non_contig_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.4804614Z test_non_contig_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.4823581Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.4843224Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.4863551Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.4882705Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.4901470Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.4919959Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.4938838Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.4957662Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.4979184Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.4999452Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.5019910Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.5039586Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.5059661Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.5079756Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.5099677Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.5119432Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.5140448Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.5160590Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.5181926Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.5201397Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.5221255Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.5240880Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.5260777Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.5280880Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.5298936Z test_non_contig_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.5315013Z test_non_contig_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.5332913Z test_non_contig_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.5351892Z test_non_contig_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.5369677Z test_non_contig_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.5385511Z test_non_contig_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.5400607Z test_non_contig_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.5415599Z test_non_contig_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.5430644Z test_non_contig_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.5445672Z test_non_contig_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.5462773Z test_non_contig_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.5481900Z test_non_contig_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.5501931Z test_non_contig_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.5522366Z test_non_contig_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.5541269Z test_non_contig_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.5559450Z test_non_contig_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.5577687Z test_non_contig_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.5593748Z test_non_contig_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.5608914Z test_non_contig_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.5624017Z test_non_contig_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.5639188Z test_non_contig_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.5654708Z test_non_contig_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.5672318Z test_non_contig_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.5690644Z test_non_contig_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.5708890Z test_non_contig_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.5727005Z test_non_contig_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.5746187Z test_non_contig_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.5764716Z test_non_contig_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.5782453Z test_non_contig_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.5800393Z test_non_contig_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.5818330Z test_non_contig_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.5836097Z test_non_contig_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.5854429Z test_non_contig_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.5872288Z test_non_contig_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.5890654Z test_non_contig_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.5908564Z test_non_contig_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.5926831Z test_non_contig_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.5943717Z test_non_contig_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.5958965Z test_non_contig_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.5974261Z test_non_contig_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.5989627Z test_non_contig_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.6007954Z test_non_contig_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.6027788Z test_non_contig_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.6047718Z test_non_contig_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.6066814Z test_non_contig_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.6086200Z test_non_contig_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.6104988Z test_non_contig_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.6123209Z test_non_contig_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.6141644Z test_non_contig_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.6159603Z test_non_contig_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.6177897Z test_non_contig_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.6195916Z test_non_contig_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.6212597Z test_non_contig_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.6227903Z test_non_contig_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.6243444Z test_non_contig_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.6259960Z test_non_contig_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.6275685Z test_non_contig_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.6293618Z test_non_contig_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.6311380Z test_non_contig_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.6329828Z test_non_contig_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.6345943Z test_non_contig_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.6361360Z test_non_contig_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.6376555Z test_non_contig_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.6392120Z test_non_contig_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.6408287Z test_non_contig_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.6434415Z test_non_contig_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:43.6461543Z test_non_contig_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:43.6487984Z test_non_contig_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:43.6505853Z test_non_contig_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.6523828Z test_non_contig_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.6542333Z test_non_contig_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.6563160Z test_non_contig_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.6583617Z test_non_contig_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.6601591Z test_non_contig_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.6620110Z test_non_contig_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.6638496Z test_non_contig_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.6657433Z test_non_contig_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.6676255Z test_non_contig_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.6695653Z test_non_contig_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.6713873Z test_non_contig_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.6732119Z test_non_contig_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.6750055Z test_non_contig_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.6768305Z test_non_contig_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.6789088Z test_non_contig_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.6809456Z test_non_contig_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.6828111Z test_non_contig_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.6846633Z test_non_contig_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.6865647Z test_non_contig_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.6883489Z test_non_contig_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.6901870Z test_non_contig_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.6919937Z test_non_contig_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.6937985Z test_non_contig_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.6955825Z test_non_contig_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.6975242Z test_non_contig_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.6998369Z test_non_contig_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.7020075Z test_non_contig_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.7039480Z test_non_contig_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.7058652Z test_non_contig_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.7077397Z test_non_contig_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.7095800Z test_non_contig_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.7113417Z test_non_contig_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.7132017Z test_non_contig_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.7149895Z test_non_contig_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.7167740Z test_non_contig_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.7186018Z test_non_contig_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.7203913Z test_non_contig_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.7220165Z test_non_contig_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.7235401Z test_non_contig_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.7251119Z test_non_contig_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.7266556Z test_non_contig_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.7282265Z test_non_contig_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.7324656Z test_non_contig_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:43.7342856Z test_non_contig_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.7362072Z test_non_contig_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.7381401Z test_non_contig_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.7398911Z test_non_contig_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.7417343Z test_non_contig_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.7435374Z test_non_contig_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.7453381Z test_non_contig_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.7471211Z test_non_contig_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.7489717Z test_non_contig_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.7507395Z test_non_contig_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.7525789Z test_non_contig_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.7544591Z test_non_contig_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.7562840Z test_non_contig_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.7581712Z test_non_contig_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.7599694Z test_non_contig_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.7617555Z test_non_contig_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.7635014Z test_non_contig_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.7670411Z test_non_contig_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:43.7695236Z test_non_contig_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.7732248Z test_non_contig_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:43.7768765Z test_non_contig_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:43.7793463Z test_non_contig_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.7820819Z test_non_contig_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:43.7845894Z test_non_contig_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.7871426Z test_non_contig_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.7901345Z test_non_contig_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:43.7936312Z test_non_contig_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:43.7960866Z test_non_contig_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.7997230Z test_non_contig_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:43.8033566Z test_non_contig_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:43.8058415Z test_non_contig_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.8083948Z test_non_contig_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.8108578Z test_non_contig_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.8133315Z test_non_contig_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.8162817Z test_non_contig_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:43.8197805Z test_non_contig_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:43.8222584Z test_non_contig_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.8259301Z test_non_contig_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:43.8295845Z test_non_contig_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:43.8320357Z test_non_contig_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.8346194Z test_non_contig_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.8370794Z test_non_contig_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.8395127Z test_non_contig_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.8424841Z test_non_contig_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:43.8442208Z test_non_contig_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.8461110Z test_non_contig_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.8480790Z test_non_contig_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.8499769Z test_non_contig_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.8517511Z test_non_contig_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.8535311Z test_non_contig_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.8552721Z test_non_contig_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.8568374Z test_non_contig_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.8583664Z test_non_contig_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.8598383Z test_non_contig_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.8613366Z test_non_contig_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.8628087Z test_non_contig_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.8645159Z test_non_contig_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.8662670Z test_non_contig_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.8681160Z test_non_contig_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.8699402Z test_non_contig_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.8716939Z test_non_contig_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.8734412Z test_non_contig_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.8751689Z test_non_contig_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.8768893Z test_non_contig_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.8786491Z test_non_contig_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.8803798Z test_non_contig_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.8821436Z test_non_contig_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.8836915Z test_non_contig_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.8855220Z test_non_contig_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.8873890Z test_non_contig_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.8892845Z test_non_contig_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.8910578Z test_non_contig_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.8928277Z test_non_contig_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.8945915Z test_non_contig_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.8961611Z test_non_contig_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.8976663Z test_non_contig_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.8991216Z test_non_contig_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.9006036Z test_non_contig_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.9021077Z test_non_contig_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.9037978Z test_non_contig_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.9055355Z test_non_contig_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.9074332Z test_non_contig_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.9093880Z test_non_contig_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.9111731Z test_non_contig_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.9129708Z test_non_contig_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.9147143Z test_non_contig_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.9164340Z test_non_contig_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.9181959Z test_non_contig_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.9199277Z test_non_contig_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.9216848Z test_non_contig_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.9234043Z test_non_contig_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.9252216Z test_non_contig_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.9270062Z test_non_contig_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.9287866Z test_non_contig_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.9303936Z test_non_contig_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.9318958Z test_non_contig_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.9334106Z test_non_contig_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.9349493Z test_non_contig_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.9364325Z test_non_contig_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.9381825Z test_non_contig_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.9399766Z test_non_contig_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.9417991Z test_non_contig_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.9435714Z test_non_contig_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.9454122Z test_non_contig_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.9471880Z test_non_contig_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.9489855Z test_non_contig_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.9508084Z test_non_contig_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.9525516Z test_non_contig_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.9543192Z test_non_contig_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.9560231Z test_non_contig_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.9579912Z test_non_contig_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.9599195Z test_non_contig_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.9617052Z test_non_contig_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.9634637Z test_non_contig_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.9652273Z test_non_contig_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.9669441Z test_non_contig_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.9686614Z test_non_contig_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.9704115Z test_non_contig_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.9721325Z test_non_contig_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.9739220Z test_non_contig_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.9754896Z test_non_contig_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.9773671Z test_non_contig_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.9794067Z test_non_contig_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.9813490Z test_non_contig_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.9831569Z test_non_contig_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.9849746Z test_non_contig_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.9867561Z test_non_contig_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.9884921Z test_non_contig_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.9900279Z test_non_contig_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.9915141Z test_non_contig_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.9930346Z test_non_contig_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.9945510Z test_non_contig_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.9961131Z test_non_contig_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:43.9976050Z test_non_contig_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:43.9992815Z test_non_contig_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.0010343Z test_non_contig_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.0027074Z test_non_contig_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.0042959Z test_non_contig_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.0059912Z test_non_contig_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.0075596Z test_non_contig_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.0090763Z test_non_contig_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:44.0105884Z test_non_contig_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:44.0120824Z test_non_contig_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:44.0136220Z test_non_contig_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:44.0153663Z test_non_contig_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.0171572Z test_non_contig_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.0191846Z test_non_contig_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.0211750Z test_non_contig_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.0229348Z test_non_contig_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.0247509Z test_non_contig_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.0265488Z test_non_contig_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.0283088Z test_non_contig_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.0300933Z test_non_contig_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.0318550Z test_non_contig_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.0336155Z test_non_contig_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.0353819Z test_non_contig_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.0369430Z test_non_contig_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:44.0386470Z test_non_contig_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.0403931Z test_non_contig_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.0421736Z test_non_contig_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.0436857Z test_non_contig_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:44.0452334Z test_non_contig_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:44.0467283Z test_non_contig_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:44.0481646Z test_non_contig_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:44.0496634Z test_non_contig_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:44.0511870Z test_non_contig_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:44.0526360Z test_non_contig_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:44.0542106Z test_non_contig_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.0557682Z test_non_contig_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:44.0574167Z test_non_contig_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.0589677Z test_non_contig_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:44.0604614Z test_non_contig_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:44.0619925Z test_non_contig_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:44.0634468Z test_non_contig_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:44.0649290Z test_non_contig_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:44.0666316Z test_non_contig_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.0684034Z test_non_contig_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.0705656Z test_non_contig_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.0725813Z test_non_contig_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.0744119Z test_non_contig_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.0762364Z test_non_contig_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.0780423Z test_non_contig_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.0798174Z test_non_contig_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.0816294Z test_non_contig_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.0834064Z test_non_contig_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.0852354Z test_non_contig_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.0869944Z test_non_contig_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.0886687Z test_non_contig_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.0907983Z test_non_contig_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.0928233Z test_non_contig_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.0946167Z test_non_contig_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.0964087Z test_non_contig_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.0981283Z test_non_contig_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.0998393Z test_non_contig_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.1015574Z test_non_contig_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.1032421Z test_non_contig_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.1049780Z test_non_contig_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.1067660Z test_non_contig_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.1084968Z test_non_contig_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.1106211Z test_non_contig_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.1125954Z test_non_contig_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.1144229Z test_non_contig_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.1162069Z test_non_contig_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.1179506Z test_non_contig_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.1196738Z test_non_contig_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.1214319Z test_non_contig_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.1231442Z test_non_contig_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.1248720Z test_non_contig_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.1266267Z test_non_contig_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.1285667Z test_non_contig_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.1306560Z test_non_contig_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.1325004Z test_non_contig_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.1344096Z test_non_contig_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.1362712Z test_non_contig_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.1381577Z test_non_contig_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.1400342Z test_non_contig_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.1417958Z test_non_contig_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.1435518Z test_non_contig_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.1453969Z test_non_contig_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.1471077Z test_non_contig_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.1488319Z test_non_contig_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.1505671Z test_non_contig_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.1522958Z test_non_contig_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.1540407Z test_non_contig_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.1557302Z test_non_contig_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.1575481Z test_non_contig_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.1593503Z test_non_contig_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.1610853Z test_non_contig_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.1628150Z test_non_contig_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.1645385Z test_non_contig_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.1662895Z test_non_contig_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.1679900Z test_non_contig_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.1697377Z test_non_contig_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.1715448Z test_non_contig_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.1734103Z test_non_contig_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.1751435Z test_non_contig_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.1768869Z test_non_contig_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.1786406Z test_non_contig_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.1803883Z test_non_contig_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.1821720Z test_non_contig_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.1839029Z test_non_contig_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.1857298Z test_non_contig_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.1875539Z test_non_contig_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.1893115Z test_non_contig_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.1910507Z test_non_contig_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.1927472Z test_non_contig_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.1945073Z test_non_contig_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.1962544Z test_non_contig_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.1980348Z test_non_contig_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.1997734Z test_non_contig_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.2016134Z test_non_contig_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.2033791Z test_non_contig_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.2051156Z test_non_contig_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.2068327Z test_non_contig_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.2085795Z test_non_contig_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.2103130Z test_non_contig_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.2120205Z test_non_contig_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.2137566Z test_non_contig_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.2156512Z test_non_contig_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.2175115Z test_non_contig_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.2192463Z test_non_contig_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.2210347Z test_non_contig_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.2227733Z test_non_contig_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.2245281Z test_non_contig_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.2262837Z test_non_contig_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.2284569Z test_non_contig_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.2302746Z test_non_contig_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.2321571Z test_non_contig_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.2340585Z test_non_contig_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.2358459Z test_non_contig_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.2376934Z test_non_contig_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.2394820Z test_non_contig_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.2413363Z test_non_contig_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.2431487Z test_non_contig_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.2449420Z test_non_contig_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.2467689Z test_non_contig_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.2487046Z test_non_contig_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.2505103Z test_non_contig_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.2522590Z test_non_contig_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.2540787Z test_non_contig_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.2558331Z test_non_contig_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.2576178Z test_non_contig_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.2593546Z test_non_contig_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.2611941Z test_non_contig_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.2630577Z test_non_contig_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.2647922Z test_non_contig_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.2665779Z test_non_contig_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.2683203Z test_non_contig_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.2700872Z test_non_contig_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.2718323Z test_non_contig_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.2735995Z test_non_contig_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.2754439Z test_non_contig_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.2773501Z test_non_contig_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.2791372Z test_non_contig_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.2809608Z test_non_contig_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.2827291Z test_non_contig_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.2845062Z test_non_contig_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.2863122Z test_non_contig_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.2881262Z test_non_contig_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.2900556Z test_non_contig_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.2919851Z test_non_contig_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.2938346Z test_non_contig_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.2956689Z test_non_contig_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.2975235Z test_non_contig_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.2993281Z test_non_contig_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.3011927Z test_non_contig_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.3029815Z test_non_contig_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.3048907Z test_non_contig_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.3068150Z test_non_contig_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.3086316Z test_non_contig_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.3106077Z test_non_contig_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.3124234Z test_non_contig_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.3142509Z test_non_contig_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.3160765Z test_non_contig_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.3179313Z test_non_contig_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.3197664Z test_non_contig_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.3216361Z test_non_contig_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.3234000Z test_non_contig_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.3252228Z test_non_contig_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.3269837Z test_non_contig_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.3287525Z test_non_contig_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.3305857Z test_non_contig_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.3323844Z test_non_contig_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.3342502Z test_non_contig_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.3360914Z test_non_contig_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.3378871Z test_non_contig_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.3396969Z test_non_contig_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.3414999Z test_non_contig_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.3432413Z test_non_contig_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.3450727Z test_non_contig_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.3469451Z test_non_contig_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.3488478Z test_non_contig_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.3507384Z test_non_contig_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.3526197Z test_non_contig_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.3544938Z test_non_contig_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.3563753Z test_non_contig_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.3582650Z test_non_contig_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.3601436Z test_non_contig_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.3620401Z test_non_contig_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.3637721Z test_non_contig_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.3656495Z test_non_contig_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.3674515Z test_non_contig_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.3691848Z test_non_contig_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.3708783Z test_non_contig_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.3725540Z test_non_contig_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.3742541Z test_non_contig_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.3759436Z test_non_contig_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.3802008Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:44.3819174Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.3837939Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.3858228Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.3874605Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.3892306Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.3910188Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.3927091Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.3944470Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.3962596Z test_non_contig_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.3981065Z test_non_contig_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.3999325Z test_non_contig_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.4017010Z test_non_contig_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.4034694Z test_non_contig_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.4052458Z test_non_contig_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.4069884Z test_non_contig_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.4087979Z test_non_contig_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.4106192Z test_non_contig_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.4124513Z test_non_contig_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.4143120Z test_non_contig_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.4160632Z test_non_contig_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.4178577Z test_non_contig_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.4195899Z test_non_contig_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.4213659Z test_non_contig_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.4231726Z test_non_contig_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.4248760Z test_non_contig_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.4266821Z test_non_contig_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.4284875Z test_non_contig_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.4302222Z test_non_contig_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.4319578Z test_non_contig_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.4336996Z test_non_contig_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.4354204Z test_non_contig_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.4371592Z test_non_contig_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.4388907Z test_non_contig_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.4406608Z test_non_contig_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.4426034Z test_non_contig_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.4445395Z test_non_contig_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.4463367Z test_non_contig_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.4481250Z test_non_contig_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.4499108Z test_non_contig_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.4516203Z test_non_contig_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.4533789Z test_non_contig_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.4551045Z test_non_contig_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.4568664Z test_non_contig_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.4586005Z test_non_contig_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.4601594Z test_non_contig_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.4619609Z test_non_contig_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.4638296Z test_non_contig_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.4656708Z test_non_contig_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.4674169Z test_non_contig_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.4691887Z test_non_contig_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.4707574Z test_non_contig_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.4722533Z test_non_contig_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:44.4737624Z test_non_contig_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:44.4752622Z test_non_contig_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:44.4767126Z test_non_contig_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:44.4784309Z test_non_contig_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.4801805Z test_non_contig_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.4823437Z test_non_contig_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.4843599Z test_non_contig_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.4862074Z test_non_contig_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.4880549Z test_non_contig_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.4898398Z test_non_contig_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.4916244Z test_non_contig_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.4934546Z test_non_contig_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.4952536Z test_non_contig_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.4970766Z test_non_contig_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.4988889Z test_non_contig_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.5006368Z test_non_contig_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.5027640Z test_non_contig_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.5047752Z test_non_contig_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.5065684Z test_non_contig_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.5084081Z test_non_contig_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.5102035Z test_non_contig_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.5119284Z test_non_contig_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.5136629Z test_non_contig_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.5153779Z test_non_contig_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.5171197Z test_non_contig_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.5188457Z test_non_contig_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.5206756Z test_non_contig_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.5225432Z test_non_contig_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.5241258Z test_non_contig_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.5256185Z test_non_contig_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:44.5270616Z test_non_contig_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:44.5285371Z test_non_contig_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:44.5300309Z test_non_contig_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:44.5324727Z test_nonzero_empty_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.5343180Z test_op_invert_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.5387747Z test_polygamma_neg_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:44.5416915Z test_reference_numerics_extremal_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.5421898Z test_reference_numerics_extremal_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:07:44.5426805Z test_reference_numerics_extremal_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:07:44.5459631Z test_reference_numerics_extremal_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.5484691Z test_reference_numerics_extremal_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.5510271Z test_reference_numerics_extremal_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.5538912Z test_reference_numerics_extremal_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.5544776Z test_reference_numerics_extremal_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:44.5550667Z test_reference_numerics_extremal_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:44.5581734Z test_reference_numerics_extremal_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.5613946Z test_reference_numerics_extremal_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.5642720Z test_reference_numerics_extremal_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.5649268Z test_reference_numerics_extremal_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:44.5655000Z test_reference_numerics_extremal_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:07:44.5680941Z test_reference_numerics_extremal_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.5711969Z test_reference_numerics_extremal_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.5741893Z test_reference_numerics_extremal_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.5777009Z test_reference_numerics_extremal_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.5805641Z test_reference_numerics_extremal_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.5843284Z test_reference_numerics_extremal_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:44.5871494Z test_reference_numerics_extremal_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.5900062Z test_reference_numerics_extremal_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.5927795Z test_reference_numerics_extremal_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.5933846Z test_reference_numerics_extremal_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:44.5938485Z test_reference_numerics_extremal_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:07:44.5968368Z test_reference_numerics_extremal_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.6000205Z test_reference_numerics_extremal_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.6029922Z test_reference_numerics_extremal_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.6035622Z test_reference_numerics_extremal_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:44.6040620Z test_reference_numerics_extremal_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:07:44.6067859Z test_reference_numerics_extremal_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.6101355Z test_reference_numerics_extremal_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.6130656Z test_reference_numerics_extremal_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.6136890Z test_reference_numerics_extremal_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:44.6141492Z test_reference_numerics_extremal_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:07:44.6168634Z test_reference_numerics_extremal_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.6198743Z test_reference_numerics_extremal_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.6226667Z test_reference_numerics_extremal_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.6232474Z test_reference_numerics_extremal_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:44.6237230Z test_reference_numerics_extremal_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:07:44.6263733Z test_reference_numerics_extremal_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.6291540Z test_reference_numerics_extremal_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.6317630Z test_reference_numerics_extremal_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.6342702Z test_reference_numerics_extremal_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.6370023Z test_reference_numerics_extremal_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.6396698Z test_reference_numerics_extremal_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.6424722Z test_reference_numerics_extremal_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.6449693Z test_reference_numerics_extremal_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.6482611Z test_reference_numerics_extremal_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.6507929Z test_reference_numerics_extremal_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.6532338Z test_reference_numerics_extremal_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.6557646Z test_reference_numerics_extremal_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.6585443Z test_reference_numerics_extremal_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.6610443Z test_reference_numerics_extremal_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.6643391Z test_reference_numerics_extremal_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.6667432Z test_reference_numerics_extremal_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.6694174Z test_reference_numerics_extremal_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.6721418Z test_reference_numerics_extremal_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.6761724Z test_reference_numerics_extremal_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:44.6801086Z test_reference_numerics_extremal_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:44.6828123Z test_reference_numerics_extremal_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.6859784Z test_reference_numerics_extremal_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.6886975Z test_reference_numerics_extremal_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.6935008Z test_reference_numerics_extremal_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:44.6975419Z test_reference_numerics_extremal_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:44.7004971Z test_reference_numerics_extremal_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.7033881Z test_reference_numerics_extremal_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.7060316Z test_reference_numerics_extremal_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.7095616Z test_reference_numerics_extremal_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.7120223Z test_reference_numerics_extremal_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.7146458Z test_reference_numerics_extremal_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.7492596Z test_reference_numerics_extremal_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:07:44.7584740Z test_reference_numerics_extremal_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:44.7671590Z test_reference_numerics_extremal_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:44.7705675Z test_reference_numerics_extremal_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.7737974Z test_reference_numerics_extremal_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.7770932Z test_reference_numerics_extremal_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.7803237Z test_reference_numerics_extremal_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.7833914Z test_reference_numerics_extremal_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.7866209Z test_reference_numerics_extremal_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.7894857Z test_reference_numerics_extremal_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.7925083Z test_reference_numerics_extremal_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.7958433Z test_reference_numerics_extremal_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.7985301Z test_reference_numerics_extremal_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.8022085Z test_reference_numerics_extremal_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:44.8047649Z test_reference_numerics_extremal_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.8076811Z test_reference_numerics_extremal_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.8083119Z test_reference_numerics_extremal_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:44.8088598Z test_reference_numerics_extremal_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:07:44.8094094Z test_reference_numerics_extremal_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:44.8118556Z test_reference_numerics_extremal_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.8147147Z test_reference_numerics_extremal_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.8152790Z test_reference_numerics_extremal_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:44.8181297Z test_reference_numerics_extremal_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.8211460Z test_reference_numerics_extremal_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.8238428Z test_reference_numerics_extremal_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.8269407Z test_reference_numerics_extremal_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.8295050Z test_reference_numerics_extremal_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.8330834Z test_reference_numerics_extremal_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.8356682Z test_reference_numerics_extremal_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.8384062Z test_reference_numerics_extremal_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.8411125Z test_reference_numerics_extremal_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.8435980Z test_reference_numerics_extremal_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.8461660Z test_reference_numerics_extremal_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.8467329Z test_reference_numerics_extremal_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:44.8472132Z test_reference_numerics_extremal_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:07:44.8478320Z test_reference_numerics_extremal_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:44.8483508Z test_reference_numerics_extremal_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:44.8517532Z test_reference_numerics_extremal_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.8557451Z test_reference_numerics_extremal_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:44.8587463Z test_reference_numerics_extremal_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.8618388Z test_reference_numerics_extremal_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.8658807Z test_reference_numerics_extremal_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:44.8698025Z test_reference_numerics_extremal_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:44.8739857Z test_reference_numerics_extremal_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:44.8765224Z test_reference_numerics_extremal_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.8788110Z test_reference_numerics_extremal_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.8811080Z test_reference_numerics_extremal_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.8835826Z test_reference_numerics_extremal_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.8858067Z test_reference_numerics_extremal_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.8889165Z test_reference_numerics_extremal_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.8908509Z test_reference_numerics_extremal_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.8929755Z test_reference_numerics_extremal_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.8951916Z test_reference_numerics_extremal_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.8976474Z test_reference_numerics_extremal_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.8997027Z test_reference_numerics_extremal_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.9026700Z test_reference_numerics_extremal_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.9045628Z test_reference_numerics_extremal_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.9066650Z test_reference_numerics_extremal_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.9088675Z test_reference_numerics_extremal_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.9111651Z test_reference_numerics_extremal_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.9132026Z test_reference_numerics_extremal_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.9160413Z test_reference_numerics_extremal_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.9179324Z test_reference_numerics_extremal_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.9200028Z test_reference_numerics_extremal_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.9222529Z test_reference_numerics_extremal_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.9251859Z test_reference_numerics_extremal_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.9270627Z test_reference_numerics_extremal_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.9292051Z test_reference_numerics_extremal_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.9313724Z test_reference_numerics_extremal_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.9343282Z test_reference_numerics_extremal_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.9362229Z test_reference_numerics_extremal_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.9383464Z test_reference_numerics_extremal_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.9406182Z test_reference_numerics_extremal_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.9430740Z test_reference_numerics_extremal_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.9451048Z test_reference_numerics_extremal_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.9479877Z test_reference_numerics_extremal_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.9499192Z test_reference_numerics_extremal_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.9520217Z test_reference_numerics_extremal_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:44.9530476Z test_reference_numerics_extremal_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:44.9539766Z test_reference_numerics_extremal_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:44.9548733Z test_reference_numerics_extremal_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:44.9557842Z test_reference_numerics_extremal_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:44.9567053Z test_reference_numerics_extremal_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:44.9576590Z test_reference_numerics_extremal_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:44.9581961Z test_reference_numerics_extremal_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:44.9615599Z test_reference_numerics_extremal_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.9651154Z test_reference_numerics_extremal_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.9679129Z test_reference_numerics_extremal_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.9719690Z test_reference_numerics_extremal_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:44.9753717Z test_reference_numerics_extremal_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.9784682Z test_reference_numerics_extremal_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.9818710Z test_reference_numerics_extremal_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.9846064Z test_reference_numerics_extremal_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.9876274Z test_reference_numerics_extremal_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.9907245Z test_reference_numerics_extremal_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.9935345Z test_reference_numerics_extremal_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:44.9941218Z test_reference_numerics_extremal_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:44.9946914Z test_reference_numerics_extremal_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:07:44.9976429Z test_reference_numerics_extremal_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.0006725Z test_reference_numerics_extremal_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.0033564Z test_reference_numerics_extremal_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.0073393Z test_reference_numerics_extremal_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:45.0107038Z test_reference_numerics_extremal_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.0135474Z test_reference_numerics_extremal_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.0166705Z test_reference_numerics_extremal_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.0189145Z test_reference_numerics_extremal_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:45.0212532Z test_reference_numerics_extremal_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:45.0232793Z test_reference_numerics_extremal_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:45.0263922Z test_reference_numerics_extremal_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.0283597Z test_reference_numerics_extremal_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:45.0304779Z test_reference_numerics_extremal_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:45.0333211Z test_reference_numerics_extremal_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.0364788Z test_reference_numerics_extremal_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.0398084Z test_reference_numerics_extremal_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.0418962Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.002s) 2022-09-27T16:07:45.0430957Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.001s) 2022-09-27T16:07:45.0443340Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.001s) 2022-09-27T16:07:45.0456397Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.001s) 2022-09-27T16:07:45.0469257Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.001s) 2022-09-27T16:07:45.0482441Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.001s) 2022-09-27T16:07:45.0494581Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.001s) 2022-09-27T16:07:45.0506998Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.001s) 2022-09-27T16:07:45.0519320Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.001s) 2022-09-27T16:07:45.0549467Z test_reference_numerics_extremal_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.0589781Z test_reference_numerics_extremal_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:45.0617489Z test_reference_numerics_extremal_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.0646528Z test_reference_numerics_extremal_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.0672499Z test_reference_numerics_extremal_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.0700644Z test_reference_numerics_extremal_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.0725998Z test_reference_numerics_extremal_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:45.0759521Z test_reference_numerics_extremal_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.0784029Z test_reference_numerics_extremal_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:45.0809842Z test_reference_numerics_extremal_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:45.0840033Z test_reference_numerics_extremal_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.0869213Z test_reference_numerics_extremal_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.0899825Z test_reference_numerics_extremal_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.0930010Z test_reference_numerics_extremal_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.0957568Z test_reference_numerics_extremal_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.0988030Z test_reference_numerics_extremal_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.1018455Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.1046493Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.1075877Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.1109523Z test_reference_numerics_extremal_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.1140363Z test_reference_numerics_extremal_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.1175948Z test_reference_numerics_extremal_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.1207291Z test_reference_numerics_extremal_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.1244628Z test_reference_numerics_extremal_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:45.1273188Z test_reference_numerics_extremal_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.1299979Z test_reference_numerics_extremal_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.1327392Z test_reference_numerics_extremal_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.1354445Z test_reference_numerics_extremal_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.1381779Z test_reference_numerics_extremal_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.1410196Z test_reference_numerics_extremal_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.1440084Z test_reference_numerics_extremal_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.1468323Z test_reference_numerics_extremal_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.1499191Z test_reference_numerics_extremal_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.1543788Z test_reference_numerics_extremal_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:45.1549668Z test_reference_numerics_extremal_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:45.1576188Z test_reference_numerics_extremal_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.1601062Z test_reference_numerics_extremal_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:45.1629538Z test_reference_numerics_extremal_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.1660840Z test_reference_numerics_extremal_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.1689956Z test_reference_numerics_extremal_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.1720716Z test_reference_numerics_extremal_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.1748083Z test_reference_numerics_extremal_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.1781381Z test_reference_numerics_extremal_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.1810048Z test_reference_numerics_extremal_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.1848225Z test_reference_numerics_extremal_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:45.1874116Z test_reference_numerics_extremal_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.1901511Z test_reference_numerics_extremal_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.1931309Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.1974434Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:45.2010896Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:45.2040022Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.2070867Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.2098929Z test_reference_numerics_extremal_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.2126133Z test_reference_numerics_extremal_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.2154784Z test_reference_numerics_extremal_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.2502726Z test_reference_numerics_extremal_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:07:45.2588150Z test_reference_numerics_extremal_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:07:45.2676610Z test_reference_numerics_extremal_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:45.2682130Z test_reference_numerics_extremal_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:45.2687295Z test_reference_numerics_extremal_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:07:45.2692359Z test_reference_numerics_extremal_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:07:45.2697485Z test_reference_numerics_extremal_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:07:45.2702800Z test_reference_numerics_extremal_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:07:45.2708069Z test_reference_numerics_extremal_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:07:45.2713240Z test_reference_numerics_extremal_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:07:45.2718669Z test_reference_numerics_extremal_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:07:45.2723681Z test_reference_numerics_extremal_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:07:45.2729495Z test_reference_numerics_extremal_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:07:45.2734688Z test_reference_numerics_extremal_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:45.2739718Z test_reference_numerics_extremal_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:07:45.2766096Z test_reference_numerics_extremal_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:45.2794415Z test_reference_numerics_extremal_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.2819854Z test_reference_numerics_extremal_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:45.2853398Z test_reference_numerics_extremal_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.2878104Z test_reference_numerics_extremal_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:45.2904442Z test_reference_numerics_extremal_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.2911362Z test_reference_numerics_extremal_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:45.2947567Z test_reference_numerics_extremal_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:45.2973438Z test_reference_numerics_extremal_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.2999819Z test_reference_numerics_extremal_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.3025920Z test_reference_numerics_extremal_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.3051911Z test_reference_numerics_extremal_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.3074453Z test_reference_numerics_extremal_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:45.3107618Z test_reference_numerics_extremal_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.3132626Z test_reference_numerics_extremal_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:45.3157438Z test_reference_numerics_extremal_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:45.3163364Z test_reference_numerics_extremal_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:45.3168662Z test_reference_numerics_extremal_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:07:45.3173839Z test_reference_numerics_extremal_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:07:45.3206673Z test_reference_numerics_extremal_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.3231378Z test_reference_numerics_extremal_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:45.3257097Z test_reference_numerics_extremal_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.3283627Z test_reference_numerics_extremal_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.3308111Z test_reference_numerics_extremal_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:45.3334274Z test_reference_numerics_extremal_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.3360508Z test_reference_numerics_extremal_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.3385211Z test_reference_numerics_extremal_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:45.3411197Z test_reference_numerics_extremal_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.3438389Z test_reference_numerics_extremal_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.3463951Z test_reference_numerics_extremal_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:45.3490816Z test_reference_numerics_extremal_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.3519190Z test_reference_numerics_extremal_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.3545130Z test_reference_numerics_extremal_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.3573535Z test_reference_numerics_extremal_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.3599886Z test_reference_numerics_extremal_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.3606219Z test_reference_numerics_extremal_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:45.3612343Z test_reference_numerics_extremal_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:45.3636887Z test_reference_numerics_extremal_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:45.3662853Z test_reference_numerics_extremal_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.3668514Z test_reference_numerics_extremal_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:45.3673541Z test_reference_numerics_extremal_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:07:45.3678781Z test_reference_numerics_extremal_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:07:45.3683550Z test_reference_numerics_extremal_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:07:45.3688624Z test_reference_numerics_extremal_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:07:45.3694052Z test_reference_numerics_extremal_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:07:45.3721105Z test_reference_numerics_extremal_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.3727036Z test_reference_numerics_extremal_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:45.3732408Z test_reference_numerics_extremal_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:45.3759415Z test_reference_numerics_extremal_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.3788665Z test_reference_numerics_extremal_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.3794492Z test_reference_numerics_extremal_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:45.3799725Z test_reference_numerics_extremal_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:07:45.3805031Z test_reference_numerics_extremal_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:07:45.3810054Z test_reference_numerics_extremal_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:07:45.3831551Z test_reference_numerics_extremal_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:45.3860093Z test_reference_numerics_extremal_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.3878869Z test_reference_numerics_extremal_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:45.3900162Z test_reference_numerics_extremal_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:45.3927870Z test_reference_numerics_extremal_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.3968642Z test_reference_numerics_extremal_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:45.4004077Z test_reference_numerics_extremal_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.4031523Z test_reference_numerics_extremal_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.4063390Z test_reference_numerics_extremal_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.4093823Z test_reference_numerics_extremal_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.4146602Z test_reference_numerics_extremal_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:45.4189950Z test_reference_numerics_extremal_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:45.4218599Z test_reference_numerics_extremal_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.4250744Z test_reference_numerics_extremal_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.4281346Z test_reference_numerics_extremal_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.4330383Z test_reference_numerics_extremal_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:45.4369846Z test_reference_numerics_extremal_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:45.4398118Z test_reference_numerics_extremal_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.4429298Z test_reference_numerics_extremal_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.4500644Z test_reference_numerics_extremal_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:45.4570972Z test_reference_numerics_extremal_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:07:45.4603814Z test_reference_numerics_extremal_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.4638420Z test_reference_numerics_extremal_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.4672262Z test_reference_numerics_extremal_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.4707885Z test_reference_numerics_extremal_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:45.4738744Z test_reference_numerics_extremal_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.4773376Z test_reference_numerics_extremal_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.4804670Z test_reference_numerics_extremal_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.4839020Z test_reference_numerics_extremal_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.4869418Z test_reference_numerics_extremal_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.4897462Z test_reference_numerics_extremal_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.4927243Z test_reference_numerics_extremal_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.4958877Z test_reference_numerics_extremal_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.4992276Z test_reference_numerics_extremal_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.5035259Z test_reference_numerics_extremal_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:45.5076731Z test_reference_numerics_extremal_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:45.5119641Z test_reference_numerics_extremal_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:45.5160336Z test_reference_numerics_extremal_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:45.5211945Z test_reference_numerics_extremal_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:45.5248614Z test_reference_numerics_extremal_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:45.5291426Z test_reference_numerics_extremal_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:45.5326202Z test_reference_numerics_extremal_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.5364406Z test_reference_numerics_extremal_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:45.5410517Z test_reference_numerics_extremal_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:45.5461553Z test_reference_numerics_extremal_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:45.5507928Z test_reference_numerics_extremal_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:45.5556255Z test_reference_numerics_extremal_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:45.5596170Z test_reference_numerics_extremal_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:45.5637916Z test_reference_numerics_extremal_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:45.5678267Z test_reference_numerics_extremal_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:45.5720380Z test_reference_numerics_extremal_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:45.5752652Z test_reference_numerics_extremal_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.5784438Z test_reference_numerics_extremal_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.5816978Z test_reference_numerics_extremal_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.5846127Z test_reference_numerics_extremal_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.5877403Z test_reference_numerics_extremal_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.6225513Z test_reference_numerics_extremal_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:07:45.6314353Z test_reference_numerics_extremal_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:45.6403184Z test_reference_numerics_extremal_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:45.6441542Z test_reference_numerics_extremal_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:45.6482015Z test_reference_numerics_extremal_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:45.6519252Z test_reference_numerics_extremal_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:45.6559345Z test_reference_numerics_extremal_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:45.6590960Z test_reference_numerics_extremal_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.6624707Z test_reference_numerics_extremal_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.6651427Z test_reference_numerics_extremal_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.6682988Z test_reference_numerics_extremal_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.6712922Z test_reference_numerics_extremal_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.6740777Z test_reference_numerics_extremal_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.6768903Z test_reference_numerics_extremal_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.6796822Z test_reference_numerics_extremal_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.6825261Z test_reference_numerics_extremal_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.6850905Z test_reference_numerics_extremal_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:45.6887752Z test_reference_numerics_extremal_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:45.6912600Z test_reference_numerics_extremal_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:45.6938302Z test_reference_numerics_extremal_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.6943833Z test_reference_numerics_extremal_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:45.6984715Z test_reference_numerics_extremal_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:45.7020456Z test_reference_numerics_extremal_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:45.7053386Z test_reference_numerics_extremal_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.7088410Z test_reference_numerics_extremal_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.7119863Z test_reference_numerics_extremal_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.7161352Z test_reference_numerics_extremal_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:45.7196033Z test_reference_numerics_extremal_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.7226138Z test_reference_numerics_extremal_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.7257295Z test_reference_numerics_extremal_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.7283057Z test_reference_numerics_extremal_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.7307632Z test_reference_numerics_extremal_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:45.7333840Z test_reference_numerics_extremal_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.7346646Z test_reference_numerics_large_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.7372572Z test_reference_numerics_large_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.7400910Z test_reference_numerics_large_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.7406689Z test_reference_numerics_large_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:45.7418769Z test_reference_numerics_large_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.7431054Z test_reference_numerics_large_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.7443987Z test_reference_numerics_large_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.7456201Z test_reference_numerics_large_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.7467896Z test_reference_numerics_large_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.7479848Z test_reference_numerics_large_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.7489582Z test_reference_numerics_large_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:45.7498885Z test_reference_numerics_large_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:45.7511281Z test_reference_numerics_large_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.7521189Z test_reference_numerics_large_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:45.7526309Z test_reference_numerics_large_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:07:45.7531939Z test_reference_numerics_large_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:45.7544278Z test_reference_numerics_large_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.7557359Z test_reference_numerics_large_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.7570688Z test_reference_numerics_large_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.7583997Z test_reference_numerics_large_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.7597184Z test_reference_numerics_large_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.7606954Z test_reference_numerics_large_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:45.7616371Z test_reference_numerics_large_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:45.7628329Z test_reference_numerics_large_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.7637899Z test_reference_numerics_large_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:45.7642853Z test_reference_numerics_large_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:07:45.7648448Z test_reference_numerics_large_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:45.7661670Z test_reference_numerics_large_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.7674367Z test_reference_numerics_large_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.7686615Z test_reference_numerics_large_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.7698923Z test_reference_numerics_large_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.7711046Z test_reference_numerics_large_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.7720733Z test_reference_numerics_large_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:45.7730315Z test_reference_numerics_large_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:45.7742325Z test_reference_numerics_large_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.7751988Z test_reference_numerics_large_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:45.7780594Z test_reference_numerics_large_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.7809624Z test_reference_numerics_large_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.7822129Z test_reference_numerics_large_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.7833992Z test_reference_numerics_large_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.7845882Z test_reference_numerics_large_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.7858069Z test_reference_numerics_large_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.7870415Z test_reference_numerics_large_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.7882276Z test_reference_numerics_large_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.7892094Z test_reference_numerics_large_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:45.7901641Z test_reference_numerics_large_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:45.7914561Z test_reference_numerics_large_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.7924501Z test_reference_numerics_large_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:45.7930188Z test_reference_numerics_large_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:45.7935548Z test_reference_numerics_large_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:45.7948231Z test_reference_numerics_large_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.7961883Z test_reference_numerics_large_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.7975443Z test_reference_numerics_large_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.7988879Z test_reference_numerics_large_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.8002291Z test_reference_numerics_large_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.8013065Z test_reference_numerics_large_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:45.8023021Z test_reference_numerics_large_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:45.8035671Z test_reference_numerics_large_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.8045964Z test_reference_numerics_large_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:45.8052175Z test_reference_numerics_large_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:45.8058390Z test_reference_numerics_large_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:45.8071300Z test_reference_numerics_large_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.8083795Z test_reference_numerics_large_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.8096362Z test_reference_numerics_large_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.8108958Z test_reference_numerics_large_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.8121371Z test_reference_numerics_large_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.8131154Z test_reference_numerics_large_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:45.8140363Z test_reference_numerics_large_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:45.8152585Z test_reference_numerics_large_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.8163010Z test_reference_numerics_large_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:45.8168444Z test_reference_numerics_large_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:45.8173983Z test_reference_numerics_large_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:45.8186666Z test_reference_numerics_large_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.8199658Z test_reference_numerics_large_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.8212428Z test_reference_numerics_large_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.8225868Z test_reference_numerics_large_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.8238934Z test_reference_numerics_large_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.8248662Z test_reference_numerics_large_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:45.8258349Z test_reference_numerics_large_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:45.8270372Z test_reference_numerics_large_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.8279935Z test_reference_numerics_large_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:45.8285547Z test_reference_numerics_large_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:45.8291774Z test_reference_numerics_large_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:45.8303905Z test_reference_numerics_large_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.8316840Z test_reference_numerics_large_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.8329512Z test_reference_numerics_large_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.8341133Z test_reference_numerics_large_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.8353054Z test_reference_numerics_large_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.8362776Z test_reference_numerics_large_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:45.8372183Z test_reference_numerics_large_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:45.8381756Z 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:07:45.8392582Z test_reference_numerics_large_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.8404060Z test_reference_numerics_large_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.8415429Z test_reference_numerics_large_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.8424784Z 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:07:45.8434259Z 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:07:45.8446465Z test_reference_numerics_large_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.8459728Z test_reference_numerics_large_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.8472398Z test_reference_numerics_large_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.8484909Z test_reference_numerics_large_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.8497510Z test_reference_numerics_large_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.8509936Z test_reference_numerics_large_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.8520473Z test_reference_numerics_large_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:45.8530393Z test_reference_numerics_large_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:45.8542531Z test_reference_numerics_large_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.8552793Z test_reference_numerics_large_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:45.8580172Z test_reference_numerics_large_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.8609161Z test_reference_numerics_large_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.8634824Z test_reference_numerics_large_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.8647210Z test_reference_numerics_large_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.8659435Z test_reference_numerics_large_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.8671188Z test_reference_numerics_large_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.8682530Z test_reference_numerics_large_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.8693860Z test_reference_numerics_large_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.8705141Z test_reference_numerics_large_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.8714863Z test_reference_numerics_large_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:45.8724190Z test_reference_numerics_large_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:45.8736170Z test_reference_numerics_large_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.8745909Z 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:07:45.8771238Z test_reference_numerics_large_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:45.8799622Z test_reference_numerics_large_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.8826015Z test_reference_numerics_large_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.8838719Z test_reference_numerics_large_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.8851110Z test_reference_numerics_large_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.8863087Z test_reference_numerics_large_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.8874377Z test_reference_numerics_large_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.8885489Z test_reference_numerics_large_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.8896773Z test_reference_numerics_large_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.8906699Z 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:07:45.8916745Z 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:07:45.8928721Z test_reference_numerics_large_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.8939127Z test_reference_numerics_large_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:45.8972792Z test_reference_numerics_large_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.9005062Z test_reference_numerics_large_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.9018175Z test_reference_numerics_large_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.9031478Z test_reference_numerics_large_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.9044629Z test_reference_numerics_large_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.9058424Z test_reference_numerics_large_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.9071230Z test_reference_numerics_large_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.9081526Z test_reference_numerics_large_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:45.9091743Z test_reference_numerics_large_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:45.9104931Z test_reference_numerics_large_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.9115418Z test_reference_numerics_large_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:45.9121284Z test_reference_numerics_large_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:45.9152431Z test_reference_numerics_large_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:45.9166274Z test_reference_numerics_large_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.9180138Z test_reference_numerics_large_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.9193471Z test_reference_numerics_large_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.9206192Z test_reference_numerics_large_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.9219612Z test_reference_numerics_large_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.9225987Z test_reference_numerics_large_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:45.9235473Z test_reference_numerics_large_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:45.9240871Z test_reference_numerics_large_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:45.9250876Z test_reference_numerics_large_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:45.9262786Z test_reference_numerics_large_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.9275720Z test_reference_numerics_large_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.9288840Z test_reference_numerics_large_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.9301797Z test_reference_numerics_large_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.9314574Z test_reference_numerics_large_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.9327046Z test_reference_numerics_large_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.9336644Z test_reference_numerics_large_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:45.9346857Z test_reference_numerics_large_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:45.9358411Z test_reference_numerics_large_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.9367974Z test_reference_numerics_large_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:45.9379571Z test_reference_numerics_large_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.9391318Z test_reference_numerics_large_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.9402978Z test_reference_numerics_large_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.9415028Z test_reference_numerics_large_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.9427072Z test_reference_numerics_large_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.9437271Z test_reference_numerics_large_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:45.9447067Z test_reference_numerics_large_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:45.9459243Z test_reference_numerics_large_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.9469301Z test_reference_numerics_large_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:45.9481351Z test_reference_numerics_large_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.9494310Z test_reference_numerics_large_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.9506960Z test_reference_numerics_large_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.9519689Z test_reference_numerics_large_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.9532715Z test_reference_numerics_large_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.9542649Z test_reference_numerics_large_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:45.9552375Z test_reference_numerics_large_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:45.9564318Z test_reference_numerics_large_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.9574909Z test_reference_numerics_large_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:45.9587274Z test_reference_numerics_large_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.9600184Z test_reference_numerics_large_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.9613043Z test_reference_numerics_large_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.9626188Z test_reference_numerics_large_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.9639658Z test_reference_numerics_large_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.9650266Z test_reference_numerics_large_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:45.9659852Z test_reference_numerics_large_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:45.9671880Z test_reference_numerics_large_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.9681347Z test_reference_numerics_large_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:45.9693977Z test_reference_numerics_large_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.9706939Z test_reference_numerics_large_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.9719719Z test_reference_numerics_large_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.9732898Z test_reference_numerics_large_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.9745795Z test_reference_numerics_large_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.9755944Z test_reference_numerics_large_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:45.9765378Z test_reference_numerics_large_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:45.9777535Z test_reference_numerics_large_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.9787343Z test_reference_numerics_large_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:45.9799144Z test_reference_numerics_large_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.9812099Z test_reference_numerics_large_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.9824035Z test_reference_numerics_large_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.9836620Z test_reference_numerics_large_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.9849418Z test_reference_numerics_large_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.9862151Z test_reference_numerics_large_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.9872444Z test_reference_numerics_large_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:45.9882542Z test_reference_numerics_large_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:45.9887709Z test_reference_numerics_large_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:45.9897536Z test_reference_numerics_large_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:45.9903039Z test_reference_numerics_large_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:07:45.9908161Z test_reference_numerics_large_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:07:45.9920506Z test_reference_numerics_large_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.9933683Z test_reference_numerics_large_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.9946545Z test_reference_numerics_large_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.9959360Z test_reference_numerics_large_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.9972530Z test_reference_numerics_large_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:45.9982775Z test_reference_numerics_large_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:45.9992062Z test_reference_numerics_large_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.0008286Z test_reference_numerics_large_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:46.0009324Z test_reference_numerics_large_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.0019691Z test_reference_numerics_large_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.0032377Z test_reference_numerics_large_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.0045186Z test_reference_numerics_large_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.0058818Z test_reference_numerics_large_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.0071125Z test_reference_numerics_large_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.0081214Z test_reference_numerics_large_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.0091215Z test_reference_numerics_large_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.0103644Z test_reference_numerics_large_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.0113375Z test_reference_numerics_large_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.0140411Z test_reference_numerics_large_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:46.0170613Z test_reference_numerics_large_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:46.0197046Z test_reference_numerics_large_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:46.0210497Z test_reference_numerics_large_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.0222877Z test_reference_numerics_large_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.0236114Z test_reference_numerics_large_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.0248458Z test_reference_numerics_large_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.0260694Z test_reference_numerics_large_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.0272322Z test_reference_numerics_large_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.0281600Z test_reference_numerics_large_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.0291287Z test_reference_numerics_large_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.0303459Z test_reference_numerics_large_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.0316549Z test_reference_numerics_large_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.0329810Z test_reference_numerics_large_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.0342056Z test_reference_numerics_large_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.0354335Z test_reference_numerics_large_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.0366317Z test_reference_numerics_large_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.0376829Z test_reference_numerics_large_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.0386409Z test_reference_numerics_large_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.0398518Z test_reference_numerics_large_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.0410773Z test_reference_numerics_large_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.0423204Z test_reference_numerics_large_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.0436310Z test_reference_numerics_large_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.0451135Z test_reference_numerics_large_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.0463386Z test_reference_numerics_large_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.0476146Z test_reference_numerics_large_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.0489185Z test_reference_numerics_large_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.0501990Z test_reference_numerics_large_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.0512258Z test_reference_numerics_large_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.0525117Z test_reference_numerics_large_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.0538339Z test_reference_numerics_large_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.0550121Z test_reference_numerics_large_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.0562336Z test_reference_numerics_large_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.0574759Z test_reference_numerics_large_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.0580841Z test_reference_numerics_large_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:46.0591620Z test_reference_numerics_large_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.0616856Z test_reference_numerics_large_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:46.0643938Z test_reference_numerics_large_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:46.0669077Z test_reference_numerics_large_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:46.0682059Z test_reference_numerics_large_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.0692044Z test_reference_numerics_large_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.0715308Z test_reference_numerics_large_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:46.0742008Z test_reference_numerics_large_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:46.0765736Z test_reference_numerics_large_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:46.0778114Z test_reference_numerics_large_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.0790325Z test_reference_numerics_large_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.0802487Z test_reference_numerics_large_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.0815016Z test_reference_numerics_large_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.0826627Z test_reference_numerics_large_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.0838564Z test_reference_numerics_large_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.0848636Z test_reference_numerics_large_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.0858044Z test_reference_numerics_large_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.0869635Z test_reference_numerics_large_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.0879068Z test_reference_numerics_large_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.0901852Z test_reference_numerics_large_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:46.0926431Z test_reference_numerics_large_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:46.0948696Z test_reference_numerics_large_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:46.0959786Z test_reference_numerics_large_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.0970986Z test_reference_numerics_large_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.0981978Z test_reference_numerics_large_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.0992806Z test_reference_numerics_large_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.1003661Z test_reference_numerics_large_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.1014681Z test_reference_numerics_large_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.1023701Z test_reference_numerics_large_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.1032572Z test_reference_numerics_large_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.1043960Z test_reference_numerics_large_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.1053305Z test_reference_numerics_large_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.1075685Z test_reference_numerics_large_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:46.1097455Z test_reference_numerics_large_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:46.1108565Z test_reference_numerics_large_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.1119569Z test_reference_numerics_large_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.1130602Z test_reference_numerics_large_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.1141488Z test_reference_numerics_large_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.1152792Z test_reference_numerics_large_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.1163539Z test_reference_numerics_large_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.1173112Z test_reference_numerics_large_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.1182146Z test_reference_numerics_large_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.1193800Z test_reference_numerics_large_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.1203043Z test_reference_numerics_large_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.1214052Z test_reference_numerics_large_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.1225152Z test_reference_numerics_large_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.1236350Z test_reference_numerics_large_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.1247159Z test_reference_numerics_large_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.1258278Z test_reference_numerics_large_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.1269155Z test_reference_numerics_large_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.1278263Z test_reference_numerics_large_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.1287196Z test_reference_numerics_large_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.1298870Z test_reference_numerics_large_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.1308096Z test_reference_numerics_large_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.1318905Z test_reference_numerics_large_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.1330125Z test_reference_numerics_large_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.1342065Z test_reference_numerics_large_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.1353105Z test_reference_numerics_large_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.1364722Z test_reference_numerics_large_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.1375877Z test_reference_numerics_large_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.1384917Z test_reference_numerics_large_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.1393654Z test_reference_numerics_large_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.1404918Z test_reference_numerics_large_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.1414082Z test_reference_numerics_large_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.1435972Z test_reference_numerics_large_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:46.1459587Z test_reference_numerics_large_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:46.1481371Z test_reference_numerics_large_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:46.1492403Z test_reference_numerics_large_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.1503300Z test_reference_numerics_large_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.1514186Z test_reference_numerics_large_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.1524880Z test_reference_numerics_large_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.1535787Z test_reference_numerics_large_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.1546497Z test_reference_numerics_large_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.1555401Z test_reference_numerics_large_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.1564058Z test_reference_numerics_large_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.1573267Z test_reference_numerics_large_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:46.1582541Z test_reference_numerics_large_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:46.1591033Z test_reference_numerics_large_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:46.1599746Z test_reference_numerics_large_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:46.1608733Z test_reference_numerics_large_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:46.1617353Z test_reference_numerics_large_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:46.1626113Z test_reference_numerics_large_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:46.1634804Z test_reference_numerics_large_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:46.1643594Z test_reference_numerics_large_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:46.1652545Z test_reference_numerics_large_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:46.1661240Z test_reference_numerics_large_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:46.1669968Z test_reference_numerics_large_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:46.1675353Z test_reference_numerics_large_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:07:46.1684367Z test_reference_numerics_large_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.1697522Z test_reference_numerics_large_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.1710282Z test_reference_numerics_large_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.1722706Z test_reference_numerics_large_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.1735743Z test_reference_numerics_large_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.1748206Z test_reference_numerics_large_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.1757993Z test_reference_numerics_large_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.1766884Z test_reference_numerics_large_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.1779220Z test_reference_numerics_large_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.1788916Z test_reference_numerics_large_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.1822583Z test_reference_numerics_large_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:46.1855548Z test_reference_numerics_large_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:46.1869404Z test_reference_numerics_large_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.1882845Z test_reference_numerics_large_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.1896538Z test_reference_numerics_large_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.1909925Z test_reference_numerics_large_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.1922514Z test_reference_numerics_large_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.1932885Z test_reference_numerics_large_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.1942044Z test_reference_numerics_large_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.1954219Z test_reference_numerics_large_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.1964205Z test_reference_numerics_large_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.1976372Z test_reference_numerics_large_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.1989119Z test_reference_numerics_large_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.2002226Z test_reference_numerics_large_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.2015576Z test_reference_numerics_large_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.2028203Z test_reference_numerics_large_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.2038568Z test_reference_numerics_large_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.2047882Z test_reference_numerics_large_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.2060545Z test_reference_numerics_large_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.2070938Z test_reference_numerics_large_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.2104506Z test_reference_numerics_large_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:46.2138017Z test_reference_numerics_large_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:46.2151957Z test_reference_numerics_large_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.2164841Z test_reference_numerics_large_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.2177970Z test_reference_numerics_large_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.2190912Z test_reference_numerics_large_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.2203953Z test_reference_numerics_large_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.2214391Z test_reference_numerics_large_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.2223642Z test_reference_numerics_large_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.2235897Z test_reference_numerics_large_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.2245984Z test_reference_numerics_large_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.2278932Z test_reference_numerics_large_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:46.2309677Z test_reference_numerics_large_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:46.2322701Z test_reference_numerics_large_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.2335884Z test_reference_numerics_large_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.2349095Z test_reference_numerics_large_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.2362393Z test_reference_numerics_large_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.2376285Z test_reference_numerics_large_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.2386467Z test_reference_numerics_large_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.2395779Z test_reference_numerics_large_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.2407564Z test_reference_numerics_large_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.2417402Z 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:07:46.2439463Z test_reference_numerics_large_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:46.2462390Z test_reference_numerics_large_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:46.2474373Z test_reference_numerics_large_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.2486083Z test_reference_numerics_large_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.2498220Z test_reference_numerics_large_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.2509291Z test_reference_numerics_large_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.2520431Z test_reference_numerics_large_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.2531841Z test_reference_numerics_large_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.2541225Z 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:07:46.2550431Z 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:07:46.2562625Z test_reference_numerics_large_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.2572960Z test_reference_numerics_large_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.2585173Z test_reference_numerics_large_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.2598300Z test_reference_numerics_large_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.2611748Z test_reference_numerics_large_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.2624714Z test_reference_numerics_large_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.2637571Z test_reference_numerics_large_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.2647555Z test_reference_numerics_large_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.2656739Z test_reference_numerics_large_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.2670588Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.2685185Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.2700736Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.2714222Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.2727625Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.2741558Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.2747958Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:46.2757679Z 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:07:46.2771726Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.2786193Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.2800071Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.2814362Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.2827922Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.2842064Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.2848540Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:46.2859569Z 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:07:46.2873805Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.2888265Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.2902944Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.2916356Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.2930403Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.2944212Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.2949804Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:46.2959623Z 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:07:46.2972367Z test_reference_numerics_large_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.2981954Z 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:07:46.2994837Z test_reference_numerics_large_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.3007763Z test_reference_numerics_large_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.3020970Z test_reference_numerics_large_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.3033027Z test_reference_numerics_large_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.3045242Z test_reference_numerics_large_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.3057315Z test_reference_numerics_large_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.3067507Z 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:07:46.3076913Z 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:07:46.3088676Z test_reference_numerics_large_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.3114937Z test_reference_numerics_large_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:46.3143046Z test_reference_numerics_large_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:46.3169419Z test_reference_numerics_large_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:46.3181917Z test_reference_numerics_large_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.3193970Z test_reference_numerics_large_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.3206635Z test_reference_numerics_large_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.3218566Z test_reference_numerics_large_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.3230275Z test_reference_numerics_large_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.3241887Z test_reference_numerics_large_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.3252227Z test_reference_numerics_large_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.3261839Z test_reference_numerics_large_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.3274993Z test_reference_numerics_large_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.3288620Z test_reference_numerics_large_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.3302252Z test_reference_numerics_large_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.3315702Z test_reference_numerics_large_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.3329145Z test_reference_numerics_large_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.3342285Z test_reference_numerics_large_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.3355605Z test_reference_numerics_large_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.3368807Z test_reference_numerics_large_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.3382962Z test_reference_numerics_large_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.3396435Z test_reference_numerics_large_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.3410048Z test_reference_numerics_large_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.3422930Z test_reference_numerics_large_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.3435920Z test_reference_numerics_large_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.3449536Z test_reference_numerics_large_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.3463034Z test_reference_numerics_large_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.3475607Z test_reference_numerics_large_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.3488277Z test_reference_numerics_large_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.3501485Z test_reference_numerics_large_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.3513798Z test_reference_numerics_large_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.3526998Z test_reference_numerics_large_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.3539379Z test_reference_numerics_large_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.3551155Z test_reference_numerics_large_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.3562599Z test_reference_numerics_large_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.3572669Z 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:07:46.3582669Z 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:07:46.3595133Z test_reference_numerics_large_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.3608530Z test_reference_numerics_large_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.3622279Z test_reference_numerics_large_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.3628658Z test_reference_numerics_large_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:46.3634954Z test_reference_numerics_large_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:46.3648813Z test_reference_numerics_large_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.3662432Z test_reference_numerics_large_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.3675791Z test_reference_numerics_large_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.3690039Z test_reference_numerics_large_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.3703862Z test_reference_numerics_large_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.3717021Z test_reference_numerics_large_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.3730213Z test_reference_numerics_large_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.3759322Z test_reference_numerics_large_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:46.3794979Z test_reference_numerics_large_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.004s) 2022-09-27T16:07:46.3806870Z test_reference_numerics_large_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.3819568Z test_reference_numerics_large_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.3832450Z test_reference_numerics_large_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.3845294Z test_reference_numerics_large_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.3857352Z test_reference_numerics_large_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.3869340Z test_reference_numerics_large_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.3879810Z 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:07:46.3889408Z 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:07:46.3902651Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.3939953Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:46.3976146Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:07:46.3988916Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.4001656Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.4014694Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.4027458Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.4040251Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.4050636Z 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:07:46.4059937Z 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:07:46.4071885Z test_reference_numerics_large_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.4083900Z test_reference_numerics_large_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.4096069Z test_reference_numerics_large_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.4107331Z test_reference_numerics_large_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.4118603Z test_reference_numerics_large_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.4130136Z test_reference_numerics_large_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.4139509Z 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:07:46.4149188Z 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:07:46.4161779Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.4171150Z 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:07:46.4183429Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.4197540Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.4211674Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.4225444Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.4239411Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.4250552Z 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:07:46.4261259Z 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:07:46.4267551Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:46.4273886Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:46.4279470Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:46.4285520Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:46.4291525Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:46.4297461Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:46.4303213Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:46.4309057Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:46.4315189Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:46.4330847Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.4341961Z 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:07:46.4357514Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:46.4373293Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:46.4387158Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.4399880Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.4412855Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.4422222Z 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:07:46.4431310Z 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:07:46.4444925Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.4454769Z 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:07:46.4468178Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.4481545Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.4494541Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.4507173Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.4519778Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.4529461Z 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:07:46.4538835Z 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:07:46.4552435Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.4562047Z 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:07:46.4575754Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.4589253Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.4601997Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.4614891Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.4627313Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.4637002Z 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:07:46.4646580Z 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:07:46.4658855Z test_reference_numerics_large_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.4684505Z test_reference_numerics_large_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:46.4712796Z test_reference_numerics_large_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:46.4738991Z test_reference_numerics_large_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:46.4752014Z test_reference_numerics_large_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.4764742Z test_reference_numerics_large_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.4777751Z test_reference_numerics_large_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.4789861Z test_reference_numerics_large_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.4801898Z test_reference_numerics_large_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.4813185Z test_reference_numerics_large_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.4822894Z test_reference_numerics_large_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.4832078Z test_reference_numerics_large_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.4837602Z test_reference_numerics_large_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:46.4846558Z test_reference_numerics_large_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.4858530Z test_reference_numerics_large_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.4870448Z test_reference_numerics_large_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.4882562Z test_reference_numerics_large_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.4895805Z test_reference_numerics_large_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.4908235Z test_reference_numerics_large_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.4920674Z test_reference_numerics_large_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.4930449Z test_reference_numerics_large_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.4939652Z test_reference_numerics_large_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.4951224Z test_reference_numerics_large_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.4960778Z test_reference_numerics_large_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.4985013Z test_reference_numerics_large_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:46.5011855Z test_reference_numerics_large_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:46.5036324Z test_reference_numerics_large_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:46.5048770Z test_reference_numerics_large_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.5061410Z test_reference_numerics_large_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.5074212Z test_reference_numerics_large_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.5085395Z test_reference_numerics_large_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.5096807Z test_reference_numerics_large_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.5107990Z test_reference_numerics_large_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.5117501Z test_reference_numerics_large_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.5126878Z test_reference_numerics_large_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.5132703Z test_reference_numerics_large_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:46.5141728Z test_reference_numerics_large_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.5167123Z test_reference_numerics_large_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:07:46.5193356Z test_reference_numerics_large_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:46.5205714Z test_reference_numerics_large_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.5218157Z test_reference_numerics_large_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.5231093Z test_reference_numerics_large_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.5243957Z test_reference_numerics_large_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.5256790Z test_reference_numerics_large_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.5269815Z test_reference_numerics_large_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.5280263Z test_reference_numerics_large_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.5289630Z test_reference_numerics_large_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.5302136Z test_reference_numerics_large_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.5315303Z test_reference_numerics_large_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.5328091Z test_reference_numerics_large_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.5340157Z test_reference_numerics_large_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.5351329Z test_reference_numerics_large_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.5362302Z test_reference_numerics_large_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.5372009Z test_reference_numerics_large_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.5381224Z test_reference_numerics_large_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.5393513Z test_reference_numerics_large_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.5406393Z test_reference_numerics_large_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.5419964Z test_reference_numerics_large_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.5433056Z test_reference_numerics_large_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.5446348Z test_reference_numerics_large_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.5460236Z test_reference_numerics_large_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.5473790Z test_reference_numerics_large_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.5487042Z test_reference_numerics_large_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.5500396Z test_reference_numerics_large_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.5513391Z test_reference_numerics_large_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.5523614Z test_reference_numerics_large_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.5553181Z test_reference_numerics_large_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:46.5583217Z test_reference_numerics_large_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:46.5596072Z test_reference_numerics_large_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.5609269Z test_reference_numerics_large_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.5622410Z test_reference_numerics_large_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.5635609Z test_reference_numerics_large_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.5648499Z test_reference_numerics_large_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.5658567Z test_reference_numerics_large_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.5668537Z test_reference_numerics_large_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.5680864Z test_reference_numerics_large_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.5691268Z test_reference_numerics_large_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.5718513Z test_reference_numerics_large_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:46.5750750Z test_reference_numerics_large_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:46.5757312Z test_reference_numerics_large_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:46.5769772Z test_reference_numerics_large_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.5781980Z test_reference_numerics_large_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.5794795Z test_reference_numerics_large_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.5806377Z test_reference_numerics_large_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.5817347Z test_reference_numerics_large_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.5828106Z test_reference_numerics_large_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.5837494Z test_reference_numerics_large_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.5846886Z test_reference_numerics_large_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.5858845Z test_reference_numerics_large_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.5868170Z test_reference_numerics_large_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.5873397Z test_reference_numerics_large_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:07:46.5878838Z test_reference_numerics_large_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:07:46.5891040Z test_reference_numerics_large_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.5903685Z test_reference_numerics_large_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.5915798Z test_reference_numerics_large_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.5927468Z test_reference_numerics_large_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.5939167Z test_reference_numerics_large_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.5948326Z test_reference_numerics_large_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.5957315Z test_reference_numerics_large_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.5968461Z test_reference_numerics_large_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.5978064Z test_reference_numerics_large_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.5989132Z test_reference_numerics_large_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.6001041Z test_reference_numerics_large_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.6014114Z test_reference_numerics_large_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.6025418Z test_reference_numerics_large_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.6036344Z test_reference_numerics_large_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.6047154Z test_reference_numerics_large_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.6056490Z test_reference_numerics_large_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.6065619Z test_reference_numerics_large_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.6077254Z test_reference_numerics_large_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.6086481Z test_reference_numerics_large_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.6097300Z test_reference_numerics_large_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.6108282Z test_reference_numerics_large_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.6119203Z test_reference_numerics_large_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.6130241Z test_reference_numerics_large_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.6141084Z test_reference_numerics_large_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.6151938Z test_reference_numerics_large_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.6161049Z test_reference_numerics_large_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.6170127Z test_reference_numerics_large_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.6181931Z test_reference_numerics_large_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.6191721Z test_reference_numerics_large_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.6226814Z test_reference_numerics_large_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:46.6255959Z test_reference_numerics_large_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:46.6269182Z test_reference_numerics_large_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.6282170Z test_reference_numerics_large_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.6295924Z test_reference_numerics_large_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.6308582Z test_reference_numerics_large_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.6321292Z test_reference_numerics_large_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.6331687Z test_reference_numerics_large_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.6341267Z test_reference_numerics_large_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.6353503Z test_reference_numerics_large_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.6363740Z test_reference_numerics_large_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.6415164Z test_reference_numerics_large_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:07:46.6448582Z test_reference_numerics_large_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:46.6461960Z test_reference_numerics_large_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.6474932Z test_reference_numerics_large_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.6487563Z test_reference_numerics_large_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.6499504Z test_reference_numerics_large_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.6511393Z test_reference_numerics_large_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.6521205Z test_reference_numerics_large_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.6530691Z test_reference_numerics_large_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.6543307Z test_reference_numerics_large_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.6553805Z test_reference_numerics_large_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.6559895Z test_reference_numerics_large_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:46.6591278Z test_reference_numerics_large_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:46.6604986Z test_reference_numerics_large_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.6618566Z test_reference_numerics_large_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.6631286Z test_reference_numerics_large_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.6643913Z test_reference_numerics_large_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.6657031Z test_reference_numerics_large_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.6663061Z test_reference_numerics_large_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:46.6672557Z test_reference_numerics_large_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.6677413Z test_reference_numerics_large_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:46.6682785Z test_reference_numerics_large_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:07:46.6688460Z test_reference_numerics_large_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:07:46.6693523Z test_reference_numerics_large_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:07:46.6698924Z test_reference_numerics_large_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:07:46.6704436Z test_reference_numerics_large_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:46.6710192Z test_reference_numerics_large_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:46.6716371Z test_reference_numerics_large_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:46.6725610Z 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:07:46.6737970Z test_reference_numerics_large_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.6750128Z test_reference_numerics_large_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.6762074Z test_reference_numerics_large_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.6774048Z test_reference_numerics_large_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.6785996Z test_reference_numerics_large_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.6795262Z 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:07:46.6804571Z 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:07:46.6814007Z 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:07:46.6826874Z test_reference_numerics_large_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.6840063Z test_reference_numerics_large_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.6853202Z test_reference_numerics_large_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.6865049Z test_reference_numerics_large_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.6877310Z test_reference_numerics_large_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.6887036Z 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:07:46.6896817Z 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:07:46.6906127Z 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:07:46.6918060Z test_reference_numerics_large_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.6930171Z test_reference_numerics_large_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.6941894Z test_reference_numerics_large_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.6953821Z test_reference_numerics_large_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.6965341Z test_reference_numerics_large_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.6974973Z 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:07:46.6984179Z 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:07:46.6993236Z 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:07:46.7008319Z test_reference_numerics_large_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.7022173Z test_reference_numerics_large_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.7033849Z test_reference_numerics_large_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.7045511Z test_reference_numerics_large_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.7057584Z test_reference_numerics_large_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.7067147Z 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:07:46.7076814Z 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:07:46.7081964Z test_reference_numerics_large_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:07:46.7091294Z 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:07:46.7103213Z test_reference_numerics_large_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.7115768Z test_reference_numerics_large_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.7127515Z test_reference_numerics_large_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.7139544Z test_reference_numerics_large_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.7152011Z test_reference_numerics_large_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.7161576Z 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:07:46.7171056Z 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:07:46.7180448Z 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:07:46.7192274Z test_reference_numerics_large_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.7204250Z test_reference_numerics_large_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.7216027Z test_reference_numerics_large_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.7227908Z test_reference_numerics_large_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.7239174Z test_reference_numerics_large_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.7248412Z 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:07:46.7257651Z 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:07:46.7269431Z test_reference_numerics_large_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.7278859Z 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:07:46.7291518Z test_reference_numerics_large_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.7303870Z test_reference_numerics_large_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.7316219Z test_reference_numerics_large_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.7328673Z test_reference_numerics_large_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.7340365Z test_reference_numerics_large_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.7350315Z 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:07:46.7359619Z 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:07:46.7369104Z 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:07:46.7381380Z test_reference_numerics_large_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.7394343Z test_reference_numerics_large_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.7406156Z test_reference_numerics_large_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.7418210Z test_reference_numerics_large_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.7430015Z test_reference_numerics_large_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.7435830Z test_reference_numerics_large_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Incorrect result! (0.001s) 2022-09-27T16:07:46.7445232Z 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:07:46.7455155Z 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:07:46.7467890Z test_reference_numerics_large_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.7480541Z test_reference_numerics_large_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.7493197Z test_reference_numerics_large_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.7505657Z test_reference_numerics_large_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.7517534Z test_reference_numerics_large_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.7527293Z 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:07:46.7537068Z 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:07:46.7546653Z 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:07:46.7558910Z test_reference_numerics_large_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.7571736Z test_reference_numerics_large_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.7583660Z test_reference_numerics_large_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.7595492Z test_reference_numerics_large_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.7607506Z test_reference_numerics_large_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.7617763Z 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:07:46.7627141Z 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:07:46.7636668Z 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:07:46.7648746Z test_reference_numerics_large_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.7660905Z test_reference_numerics_large_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.7672717Z test_reference_numerics_large_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.7684820Z test_reference_numerics_large_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.7697005Z test_reference_numerics_large_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.7706715Z 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:07:46.7716378Z 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:07:46.7725567Z 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:07:46.7737720Z test_reference_numerics_large_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.7750105Z test_reference_numerics_large_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.7761868Z test_reference_numerics_large_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.7774001Z test_reference_numerics_large_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.7785996Z test_reference_numerics_large_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.7795453Z 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:07:46.7805307Z 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:07:46.7815020Z 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:07:46.7827204Z test_reference_numerics_large_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.7840294Z test_reference_numerics_large_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.7852208Z test_reference_numerics_large_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.7864022Z test_reference_numerics_large_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.7875730Z test_reference_numerics_large_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.7885322Z 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:07:46.7895815Z 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:07:46.7905945Z 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:07:46.7918880Z test_reference_numerics_large_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.7931276Z test_reference_numerics_large_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.7943268Z test_reference_numerics_large_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.7955236Z test_reference_numerics_large_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.7966885Z test_reference_numerics_large_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.7976796Z 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:07:46.7986491Z 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:07:46.7999228Z test_reference_numerics_large_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.8009731Z 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:07:46.8022547Z test_reference_numerics_large_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.8035525Z test_reference_numerics_large_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.8048774Z test_reference_numerics_large_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.8062311Z test_reference_numerics_large_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.8075252Z test_reference_numerics_large_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.8085847Z 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:07:46.8095416Z 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:07:46.8104962Z 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:07:46.8117133Z test_reference_numerics_large_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.8129896Z test_reference_numerics_large_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.8141671Z test_reference_numerics_large_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.8153396Z test_reference_numerics_large_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.8165144Z test_reference_numerics_large_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.8174833Z 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:07:46.8184120Z 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:07:46.8196936Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.8206472Z 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:07:46.8219408Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.8232530Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.8244918Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.8257541Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.8269906Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.8279358Z 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:07:46.8288544Z 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:07:46.8297990Z 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:07:46.8309853Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.8321643Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.8333908Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.8345853Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.8357782Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.8367293Z 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:07:46.8376711Z 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:07:46.8386022Z 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:07:46.8398047Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.8410793Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.8422443Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.8434162Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.8445865Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.8455531Z 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:07:46.8464877Z 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:07:46.8474008Z 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:07:46.8485842Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.8497891Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.8509564Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.8521271Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.8533197Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.8542619Z 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:07:46.8551838Z 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:07:46.8557280Z test_reference_numerics_large_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:46.8566267Z test_reference_numerics_large_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.8595762Z test_reference_numerics_large_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:46.8624610Z test_reference_numerics_large_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:46.8638226Z test_reference_numerics_large_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.8651764Z test_reference_numerics_large_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.8665374Z test_reference_numerics_large_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.8678783Z test_reference_numerics_large_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.8691813Z test_reference_numerics_large_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.8702195Z test_reference_numerics_large_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.8711499Z test_reference_numerics_large_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.8716721Z test_reference_numerics_large_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:46.8726603Z test_reference_numerics_large_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.8732359Z test_reference_numerics_large_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:46.8738356Z test_reference_numerics_large_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:46.8750361Z test_reference_numerics_large_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.8762707Z test_reference_numerics_large_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.8775383Z test_reference_numerics_large_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.8787165Z test_reference_numerics_large_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.8798387Z test_reference_numerics_large_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.8809737Z test_reference_numerics_large_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.8819555Z test_reference_numerics_large_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.8828990Z test_reference_numerics_large_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.8834745Z test_reference_numerics_large_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:46.8844411Z test_reference_numerics_large_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.8902915Z test_reference_numerics_large_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:07:46.8936446Z test_reference_numerics_large_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:46.8950338Z test_reference_numerics_large_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.8983360Z test_reference_numerics_large_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:46.8997235Z test_reference_numerics_large_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.9011301Z test_reference_numerics_large_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.9025281Z test_reference_numerics_large_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.9035700Z test_reference_numerics_large_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.9045471Z test_reference_numerics_large_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.9058855Z test_reference_numerics_large_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.9069278Z test_reference_numerics_large_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.9101333Z test_reference_numerics_large_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:46.9134430Z test_reference_numerics_large_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:07:46.9147392Z test_reference_numerics_large_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.9160453Z test_reference_numerics_large_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.9173418Z test_reference_numerics_large_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.9186105Z test_reference_numerics_large_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.9198964Z test_reference_numerics_large_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.9209183Z test_reference_numerics_large_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.9218395Z test_reference_numerics_large_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.9230075Z test_reference_numerics_large_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.9242769Z test_reference_numerics_large_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.9255866Z test_reference_numerics_large_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.9267838Z test_reference_numerics_large_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.9280267Z test_reference_numerics_large_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.9292496Z test_reference_numerics_large_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:07:46.9302620Z test_reference_numerics_large_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.9311798Z test_reference_numerics_large_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:07:46.9467382Z test_reference_numerics_normal_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:07:46.9899751Z test_reference_numerics_normal_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:07:47.0486613Z test_reference_numerics_normal_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:07:47.0760286Z test_reference_numerics_normal_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:07:47.1040664Z test_reference_numerics_normal_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:07:47.1175678Z test_reference_numerics_normal_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:07:47.1341445Z test_reference_numerics_normal_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:07:47.1476649Z test_reference_numerics_normal_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:07:47.1614047Z test_reference_numerics_normal_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:07:47.1712866Z test_reference_numerics_normal_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:07:47.1874291Z test_reference_numerics_normal_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:07:47.2038104Z test_reference_numerics_normal_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:07:47.2305246Z test_reference_numerics_normal_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:07:47.3089531Z test_reference_numerics_normal_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-09-27T16:07:47.4639281Z test_reference_numerics_normal_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.155s) 2022-09-27T16:07:47.5916047Z test_reference_numerics_normal_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.128s) 2022-09-27T16:07:47.6153648Z test_reference_numerics_normal_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:07:47.6502898Z test_reference_numerics_normal_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:07:47.6752838Z test_reference_numerics_normal_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:07:47.7038459Z test_reference_numerics_normal_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:07:47.7311833Z test_reference_numerics_normal_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:07:47.7725256Z test_reference_numerics_normal_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:07:47.8024875Z test_reference_numerics_normal_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:07:47.8322713Z test_reference_numerics_normal_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:07:47.9208017Z test_reference_numerics_normal_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-09-27T16:07:48.0791297Z test_reference_numerics_normal_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.158s) 2022-09-27T16:07:48.2127761Z test_reference_numerics_normal_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.134s) 2022-09-27T16:07:48.2401518Z test_reference_numerics_normal_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:07:48.2931055Z test_reference_numerics_normal_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:07:48.3238550Z test_reference_numerics_normal_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:07:48.3708939Z test_reference_numerics_normal_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:07:48.4174214Z test_reference_numerics_normal_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:07:48.4611931Z test_reference_numerics_normal_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:07:48.5030071Z test_reference_numerics_normal_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:07:48.5281640Z test_reference_numerics_normal_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:07:48.5903751Z test_reference_numerics_normal_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:07:48.6554148Z test_reference_numerics_normal_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:07:48.7070075Z test_reference_numerics_normal_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:07:48.7536695Z test_reference_numerics_normal_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:07:48.7761610Z test_reference_numerics_normal_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:07:48.8017433Z test_reference_numerics_normal_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:07:48.8296785Z test_reference_numerics_normal_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:07:48.8616868Z test_reference_numerics_normal_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:07:48.8882176Z test_reference_numerics_normal_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:07:48.9311867Z test_reference_numerics_normal_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:07:48.9683286Z test_reference_numerics_normal_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:07:48.9939537Z test_reference_numerics_normal_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:07:49.0736734Z test_reference_numerics_normal_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:07:49.2425030Z test_reference_numerics_normal_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.169s) 2022-09-27T16:07:49.3582602Z test_reference_numerics_normal_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.116s) 2022-09-27T16:07:49.3817139Z test_reference_numerics_normal_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:07:49.4157915Z test_reference_numerics_normal_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:07:49.4418217Z test_reference_numerics_normal_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:07:49.4720585Z test_reference_numerics_normal_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:07:49.4986269Z test_reference_numerics_normal_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:07:49.5373476Z test_reference_numerics_normal_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:07:49.5669792Z test_reference_numerics_normal_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:07:49.6002296Z test_reference_numerics_normal_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:07:49.6991257Z test_reference_numerics_normal_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.099s) 2022-09-27T16:07:49.6996504Z test_reference_numerics_normal_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:07:49.7001433Z test_reference_numerics_normal_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:07:49.7306970Z test_reference_numerics_normal_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:07:49.7843645Z test_reference_numerics_normal_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:07:49.8177217Z test_reference_numerics_normal_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:07:49.8675884Z test_reference_numerics_normal_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:07:49.9147451Z test_reference_numerics_normal_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:07:49.9613575Z test_reference_numerics_normal_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:07:50.0052943Z test_reference_numerics_normal_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:07:50.0323074Z test_reference_numerics_normal_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:07:50.1189604Z test_reference_numerics_normal_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-09-27T16:07:50.2530079Z test_reference_numerics_normal_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.134s) 2022-09-27T16:07:50.3395629Z test_reference_numerics_normal_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-09-27T16:07:50.3644074Z test_reference_numerics_normal_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:07:50.3983297Z test_reference_numerics_normal_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:07:50.4274697Z test_reference_numerics_normal_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:07:50.4625013Z test_reference_numerics_normal_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:07:50.4979347Z test_reference_numerics_normal_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:07:50.5398827Z test_reference_numerics_normal_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:07:50.5800731Z test_reference_numerics_normal_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:07:50.6233028Z test_reference_numerics_normal_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:07:50.7112346Z test_reference_numerics_normal_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-09-27T16:07:50.8388749Z test_reference_numerics_normal_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.128s) 2022-09-27T16:07:50.9312476Z test_reference_numerics_normal_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.092s) 2022-09-27T16:07:50.9711830Z test_reference_numerics_normal_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:07:51.0158336Z test_reference_numerics_normal_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:07:51.0454856Z test_reference_numerics_normal_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:07:51.0751185Z test_reference_numerics_normal_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:07:51.1031855Z test_reference_numerics_normal_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:07:51.1486001Z test_reference_numerics_normal_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:07:51.1791356Z test_reference_numerics_normal_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:07:51.2095354Z test_reference_numerics_normal_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:07:51.2228483Z test_reference_numerics_normal_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:07:51.2363866Z test_reference_numerics_normal_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:07:51.2464292Z test_reference_numerics_normal_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:07:51.2622256Z test_reference_numerics_normal_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:07:51.2780497Z test_reference_numerics_normal_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:07:51.2936505Z test_reference_numerics_normal_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:07:51.3085821Z test_reference_numerics_normal_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:07:51.3250329Z test_reference_numerics_normal_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:07:51.3392764Z test_reference_numerics_normal_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:07:51.3539839Z test_reference_numerics_normal_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:07:51.3647951Z test_reference_numerics_normal_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:07:51.3926650Z test_reference_numerics_normal_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:07:51.4217180Z test_reference_numerics_normal_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:07:51.4372556Z test_reference_numerics_normal_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:07:51.4681244Z test_reference_numerics_normal_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:07:51.5072332Z test_reference_numerics_normal_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:07:51.5819276Z test_reference_numerics_normal_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-09-27T16:07:51.6111449Z test_reference_numerics_normal_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:07:51.6401102Z test_reference_numerics_normal_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:07:51.6557440Z test_reference_numerics_normal_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:07:51.6716678Z test_reference_numerics_normal_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:07:51.6849529Z test_reference_numerics_normal_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:07:51.6985874Z test_reference_numerics_normal_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:07:51.7081950Z test_reference_numerics_normal_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:07:51.7241981Z test_reference_numerics_normal_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:07:51.7403575Z test_reference_numerics_normal_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:07:51.7559431Z test_reference_numerics_normal_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:07:51.7867197Z test_reference_numerics_normal_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:07:51.8258973Z test_reference_numerics_normal_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:07:51.8911213Z test_reference_numerics_normal_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:07:51.9229524Z test_reference_numerics_normal_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:07:51.9508636Z test_reference_numerics_normal_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:07:51.9640889Z test_reference_numerics_normal_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:07:51.9799863Z test_reference_numerics_normal_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:07:51.9931347Z test_reference_numerics_normal_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:07:52.0064405Z test_reference_numerics_normal_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:07:52.0157330Z test_reference_numerics_normal_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:07:52.0313316Z test_reference_numerics_normal_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:07:52.0471031Z test_reference_numerics_normal_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:07:52.0634113Z test_reference_numerics_normal_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:07:52.1434623Z test_reference_numerics_normal_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:07:52.2786669Z test_reference_numerics_normal_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.135s) 2022-09-27T16:07:52.4152158Z test_reference_numerics_normal_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.136s) 2022-09-27T16:07:52.4294921Z test_reference_numerics_normal_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:07:52.4676800Z test_reference_numerics_normal_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:07:52.4866654Z test_reference_numerics_normal_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:07:52.5261092Z test_reference_numerics_normal_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:07:52.5640458Z test_reference_numerics_normal_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:07:52.6115951Z test_reference_numerics_normal_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:07:52.6512442Z test_reference_numerics_normal_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:07:52.6747993Z test_reference_numerics_normal_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:07:52.7340312Z test_reference_numerics_normal_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:07:52.8686496Z test_reference_numerics_normal_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.135s) 2022-09-27T16:07:52.9715432Z test_reference_numerics_normal_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.103s) 2022-09-27T16:07:52.9930547Z test_reference_numerics_normal_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:07:53.0234902Z test_reference_numerics_normal_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:07:53.0496682Z test_reference_numerics_normal_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:07:53.0758538Z test_reference_numerics_normal_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:07:53.0989369Z test_reference_numerics_normal_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:07:53.1250053Z test_reference_numerics_normal_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:07:53.1512118Z test_reference_numerics_normal_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:07:53.1678996Z test_reference_numerics_normal_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:07:53.2443041Z test_reference_numerics_normal_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-09-27T16:07:53.2802686Z test_reference_numerics_normal_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:07:53.2953145Z test_reference_numerics_normal_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:07:53.3125867Z test_reference_numerics_normal_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:07:53.3321831Z test_reference_numerics_normal_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:07:53.3523950Z test_reference_numerics_normal_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:07:53.3721714Z test_reference_numerics_normal_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:07:53.4025198Z test_reference_numerics_normal_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:07:53.4324874Z test_reference_numerics_normal_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:07:55.3632280Z test_reference_numerics_normal_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (1.931s) 2022-09-27T16:07:55.4320868Z test_reference_numerics_normal_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-09-27T16:07:55.9177851Z test_reference_numerics_normal_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.486s) 2022-09-27T16:07:56.4077525Z test_reference_numerics_normal_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.490s) 2022-09-27T16:07:56.4487843Z test_reference_numerics_normal_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:07:56.4897647Z test_reference_numerics_normal_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:07:56.5294510Z test_reference_numerics_normal_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:07:56.5730165Z test_reference_numerics_normal_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:07:56.6125160Z test_reference_numerics_normal_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:07:56.6559997Z test_reference_numerics_normal_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:07:56.7071064Z test_reference_numerics_normal_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:07:56.7469869Z test_reference_numerics_normal_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:07:56.7885141Z test_reference_numerics_normal_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:07:56.8326042Z test_reference_numerics_normal_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:07:56.8766856Z test_reference_numerics_normal_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:07:56.9200356Z test_reference_numerics_normal_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:07:56.9648414Z test_reference_numerics_normal_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:07:57.0069790Z test_reference_numerics_normal_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:07:57.0517685Z test_reference_numerics_normal_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:07:57.1253734Z test_reference_numerics_normal_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-09-27T16:07:57.1638200Z test_reference_numerics_normal_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:07:57.2032323Z test_reference_numerics_normal_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:07:57.2470939Z test_reference_numerics_normal_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:07:57.2899470Z test_reference_numerics_normal_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:07:57.3319966Z test_reference_numerics_normal_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:07:57.3754184Z test_reference_numerics_normal_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:07:57.4166268Z test_reference_numerics_normal_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:07:57.4722526Z test_reference_numerics_normal_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:07:57.5404400Z test_reference_numerics_normal_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-09-27T16:07:57.5809885Z test_reference_numerics_normal_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:07:57.6231467Z test_reference_numerics_normal_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:07:57.6558493Z test_reference_numerics_normal_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:07:57.6883207Z test_reference_numerics_normal_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:07:57.7201088Z test_reference_numerics_normal_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:07:57.7563599Z test_reference_numerics_normal_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:07:57.7856549Z test_reference_numerics_normal_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:07:57.8072757Z test_reference_numerics_normal_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:07:57.8570304Z test_reference_numerics_normal_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:07:57.8974274Z test_reference_numerics_normal_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:07:57.9165030Z test_reference_numerics_normal_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:07:57.9474277Z test_reference_numerics_normal_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:07:57.9713089Z test_reference_numerics_normal_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:07:57.9955787Z test_reference_numerics_normal_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:07:58.0164111Z test_reference_numerics_normal_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:07:58.0402546Z test_reference_numerics_normal_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:07:58.0641699Z test_reference_numerics_normal_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:07:58.0801348Z test_reference_numerics_normal_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:07:58.1189018Z test_reference_numerics_normal_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:07:58.2135145Z test_reference_numerics_normal_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:07:58.2681435Z test_reference_numerics_normal_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:07:58.2841514Z test_reference_numerics_normal_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:07:58.3114971Z test_reference_numerics_normal_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:07:58.3306363Z test_reference_numerics_normal_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:07:58.3500798Z test_reference_numerics_normal_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:07:58.3663192Z test_reference_numerics_normal_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:07:58.3851424Z test_reference_numerics_normal_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:07:58.4042268Z test_reference_numerics_normal_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:07:58.4357540Z test_reference_numerics_normal_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:07:58.4932857Z test_reference_numerics_normal_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:07:58.5228014Z test_reference_numerics_normal_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:07:58.5565724Z test_reference_numerics_normal_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:07:58.5910084Z test_reference_numerics_normal_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:07:58.6256440Z test_reference_numerics_normal_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:07:58.6574733Z test_reference_numerics_normal_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:07:58.6916538Z test_reference_numerics_normal_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:07:58.7240035Z test_reference_numerics_normal_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:07:58.7400156Z test_reference_numerics_normal_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:07:58.7710912Z test_reference_numerics_normal_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:07:58.8219813Z test_reference_numerics_normal_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:07:58.8919741Z test_reference_numerics_normal_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-09-27T16:07:58.9224906Z test_reference_numerics_normal_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:07:58.9558852Z test_reference_numerics_normal_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:07:58.9711079Z test_reference_numerics_normal_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:07:58.9879964Z test_reference_numerics_normal_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:07:59.0066548Z test_reference_numerics_normal_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:07:59.0212792Z test_reference_numerics_normal_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:07:59.0324633Z test_reference_numerics_normal_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:07:59.0485727Z test_reference_numerics_normal_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:07:59.0646482Z test_reference_numerics_normal_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:07:59.0800367Z test_reference_numerics_normal_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:07:59.0934003Z test_reference_numerics_normal_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:07:59.1098028Z test_reference_numerics_normal_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:07:59.1242445Z test_reference_numerics_normal_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:07:59.1389186Z test_reference_numerics_normal_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:07:59.1500992Z test_reference_numerics_normal_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:07:59.1780630Z test_reference_numerics_normal_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:07:59.2073005Z test_reference_numerics_normal_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:07:59.2265108Z test_reference_numerics_normal_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:07:59.2663166Z test_reference_numerics_normal_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:07:59.2831245Z test_reference_numerics_normal_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:07:59.3026387Z test_reference_numerics_normal_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:07:59.3255211Z test_reference_numerics_normal_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:07:59.3637723Z test_reference_numerics_normal_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:07:59.3817847Z test_reference_numerics_normal_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:07:59.4034391Z test_reference_numerics_normal_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:07:59.5091618Z test_reference_numerics_normal_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.106s) 2022-09-27T16:07:59.7153489Z test_reference_numerics_normal_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.206s) 2022-09-27T16:07:59.8191160Z test_reference_numerics_normal_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-09-27T16:07:59.9400661Z test_reference_numerics_normal_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.121s) 2022-09-27T16:08:00.0483715Z test_reference_numerics_normal_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.108s) 2022-09-27T16:08:00.1568568Z test_reference_numerics_normal_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.108s) 2022-09-27T16:08:00.2624188Z test_reference_numerics_normal_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-09-27T16:08:00.3704753Z test_reference_numerics_normal_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.108s) 2022-09-27T16:08:00.4772230Z test_reference_numerics_normal_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.107s) 2022-09-27T16:08:00.5026297Z test_reference_numerics_normal_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:08:00.5535165Z test_reference_numerics_normal_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:08:00.5759098Z test_reference_numerics_normal_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:08:00.5901629Z test_reference_numerics_normal_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:00.6208640Z test_reference_numerics_normal_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:08:00.6461110Z test_reference_numerics_normal_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:08:00.6963822Z test_reference_numerics_normal_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:08:00.7128770Z test_reference_numerics_normal_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:00.7394672Z test_reference_numerics_normal_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:08:00.7486498Z test_reference_numerics_normal_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:00.7612809Z test_reference_numerics_normal_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:00.7743132Z test_reference_numerics_normal_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:00.7874013Z test_reference_numerics_normal_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:00.7966471Z test_reference_numerics_normal_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:00.8126179Z test_reference_numerics_normal_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:00.8288421Z test_reference_numerics_normal_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:00.8430779Z test_reference_numerics_normal_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:00.8747875Z test_reference_numerics_normal_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:08:00.8988578Z test_reference_numerics_normal_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:08:00.9483579Z test_reference_numerics_normal_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:08:00.9643048Z test_reference_numerics_normal_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:00.9909359Z test_reference_numerics_normal_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:08:01.0000057Z test_reference_numerics_normal_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:01.0125049Z test_reference_numerics_normal_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:01.0259093Z test_reference_numerics_normal_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:01.0390291Z test_reference_numerics_normal_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:01.0485867Z test_reference_numerics_normal_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:01.0650264Z test_reference_numerics_normal_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:01.0814258Z test_reference_numerics_normal_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:01.0954588Z test_reference_numerics_normal_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:01.1261883Z test_reference_numerics_normal_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:08:01.1480956Z test_reference_numerics_normal_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:08:01.1626686Z test_reference_numerics_normal_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:01.1881603Z test_reference_numerics_normal_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:08:01.1972330Z test_reference_numerics_normal_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:01.2097668Z test_reference_numerics_normal_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:01.2232220Z test_reference_numerics_normal_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:01.2368136Z test_reference_numerics_normal_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:01.2468759Z test_reference_numerics_normal_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:01.2632782Z test_reference_numerics_normal_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:01.2796059Z test_reference_numerics_normal_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:01.2940581Z test_reference_numerics_normal_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:01.3443125Z test_reference_numerics_normal_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:08:01.3715354Z test_reference_numerics_normal_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:08:01.3806942Z test_reference_numerics_normal_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:01.3931798Z test_reference_numerics_normal_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:01.4069409Z test_reference_numerics_normal_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:01.4209890Z test_reference_numerics_normal_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:01.4313158Z test_reference_numerics_normal_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:01.4527219Z test_reference_numerics_normal_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:01.4750427Z test_reference_numerics_normal_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:08:01.4894308Z test_reference_numerics_normal_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:01.5400214Z test_reference_numerics_normal_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:08:01.5673645Z test_reference_numerics_normal_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:08:01.5764818Z test_reference_numerics_normal_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:01.5888061Z test_reference_numerics_normal_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:01.6025501Z test_reference_numerics_normal_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:01.6163624Z test_reference_numerics_normal_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:01.6268336Z test_reference_numerics_normal_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:01.6486366Z test_reference_numerics_normal_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:08:01.6710202Z test_reference_numerics_normal_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:08:01.6849881Z test_reference_numerics_normal_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:01.7164863Z test_reference_numerics_normal_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:08:01.7382927Z test_reference_numerics_normal_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:08:01.7844060Z test_reference_numerics_normal_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:08:01.7988906Z test_reference_numerics_normal_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:01.8267321Z test_reference_numerics_normal_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:08:01.8352959Z test_reference_numerics_normal_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:01.8472941Z test_reference_numerics_normal_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:01.8606767Z test_reference_numerics_normal_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:01.8744297Z test_reference_numerics_normal_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:01.8847626Z test_reference_numerics_normal_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:01.9015253Z test_reference_numerics_normal_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:01.9190142Z test_reference_numerics_normal_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:01.9200753Z test_reference_numerics_normal_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:01.9205944Z test_reference_numerics_normal_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:08:01.9215650Z test_reference_numerics_normal_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:01.9224453Z test_reference_numerics_normal_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:01.9233304Z test_reference_numerics_normal_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:01.9242851Z test_reference_numerics_normal_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:01.9251413Z test_reference_numerics_normal_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:01.9260218Z test_reference_numerics_normal_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:01.9269204Z test_reference_numerics_normal_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:01.9278645Z test_reference_numerics_normal_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:01.9287686Z test_reference_numerics_normal_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:01.9296800Z test_reference_numerics_normal_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:08:01.9777594Z test_reference_numerics_normal_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:08:02.0508737Z test_reference_numerics_normal_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:08:02.0957968Z test_reference_numerics_normal_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:08:02.1481788Z test_reference_numerics_normal_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:08:02.1923445Z test_reference_numerics_normal_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:08:02.2367277Z test_reference_numerics_normal_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:08:02.2788173Z test_reference_numerics_normal_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:08:02.3257815Z test_reference_numerics_normal_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:08:02.3758194Z test_reference_numerics_normal_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:08:02.4000355Z test_reference_numerics_normal_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:08:02.4970442Z test_reference_numerics_normal_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.097s) 2022-09-27T16:08:02.6215733Z test_reference_numerics_normal_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.124s) 2022-09-27T16:08:02.7061346Z test_reference_numerics_normal_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-09-27T16:08:02.7276918Z test_reference_numerics_normal_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:02.7680254Z test_reference_numerics_normal_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:08:02.7981208Z test_reference_numerics_normal_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:08:02.8377111Z test_reference_numerics_normal_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:08:02.8755943Z test_reference_numerics_normal_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:08:02.9194951Z test_reference_numerics_normal_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:08:02.9612991Z test_reference_numerics_normal_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:08:02.9912517Z test_reference_numerics_normal_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:08:03.0748974Z test_reference_numerics_normal_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-09-27T16:08:03.1017846Z test_reference_numerics_normal_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:08:03.1317859Z test_reference_numerics_normal_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:08:03.1635806Z test_reference_numerics_normal_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:08:03.1969912Z test_reference_numerics_normal_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:08:03.2298136Z test_reference_numerics_normal_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:08:03.2751732Z test_reference_numerics_normal_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:08:03.3168410Z test_reference_numerics_normal_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:08:03.3377719Z test_reference_numerics_normal_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:03.4325408Z test_reference_numerics_normal_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:08:03.5574607Z test_reference_numerics_normal_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.124s) 2022-09-27T16:08:03.6410466Z test_reference_numerics_normal_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-09-27T16:08:03.6592651Z test_reference_numerics_normal_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:08:03.6854136Z test_reference_numerics_normal_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:08:03.7107597Z test_reference_numerics_normal_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:08:03.7401901Z test_reference_numerics_normal_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:08:03.7680361Z test_reference_numerics_normal_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:08:03.8047594Z test_reference_numerics_normal_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:08:03.8387556Z test_reference_numerics_normal_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:08:03.8556316Z test_reference_numerics_normal_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:03.9500174Z test_reference_numerics_normal_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-09-27T16:08:04.0746301Z test_reference_numerics_normal_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.125s) 2022-09-27T16:08:04.1589494Z test_reference_numerics_normal_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-09-27T16:08:04.1735452Z test_reference_numerics_normal_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:04.2096209Z test_reference_numerics_normal_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:08:04.2291729Z test_reference_numerics_normal_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:08:04.2690249Z test_reference_numerics_normal_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:08:04.3069492Z test_reference_numerics_normal_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:08:04.3408532Z test_reference_numerics_normal_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:08:04.3773486Z test_reference_numerics_normal_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:08:04.3916160Z test_reference_numerics_normal_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:04.4218743Z test_reference_numerics_normal_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:08:04.4468253Z test_reference_numerics_normal_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:08:04.4616523Z test_reference_numerics_normal_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:04.4894580Z test_reference_numerics_normal_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:08:04.4986141Z test_reference_numerics_normal_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:04.5106677Z test_reference_numerics_normal_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:04.5236922Z test_reference_numerics_normal_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:04.5367229Z test_reference_numerics_normal_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:04.5464601Z test_reference_numerics_normal_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:04.5623560Z test_reference_numerics_normal_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:04.5782245Z test_reference_numerics_normal_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:04.6001664Z test_reference_numerics_normal_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:08:04.7133865Z test_reference_numerics_normal_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.113s) 2022-09-27T16:08:04.7321924Z test_reference_numerics_normal_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:08:04.7729683Z test_reference_numerics_normal_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:08:04.8457514Z test_reference_numerics_normal_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:08:04.9191931Z test_reference_numerics_normal_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:08:04.9901088Z test_reference_numerics_normal_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-09-27T16:08:05.0745830Z test_reference_numerics_normal_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-09-27T16:08:05.1484697Z test_reference_numerics_normal_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-09-27T16:08:05.2075710Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:08:05.2619267Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:08:05.3276083Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:08:05.3841378Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:08:05.4411221Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:08:05.4937988Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:08:05.5496223Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:08:05.6123421Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:08:05.7577402Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.145s) 2022-09-27T16:08:05.8930614Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.135s) 2022-09-27T16:08:06.0545797Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.161s) 2022-09-27T16:08:06.1908987Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.136s) 2022-09-27T16:08:06.3287804Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.138s) 2022-09-27T16:08:06.4660193Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.137s) 2022-09-27T16:08:06.6017935Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.136s) 2022-09-27T16:08:06.7410966Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.139s) 2022-09-27T16:08:06.9685832Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.227s) 2022-09-27T16:08:07.1817395Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.213s) 2022-09-27T16:08:07.4471481Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.265s) 2022-09-27T16:08:07.6600555Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.213s) 2022-09-27T16:08:07.8751243Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.215s) 2022-09-27T16:08:08.0877817Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.213s) 2022-09-27T16:08:08.3007475Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.213s) 2022-09-27T16:08:08.5141916Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.213s) 2022-09-27T16:08:08.5332776Z test_reference_numerics_normal_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:08:08.5643177Z test_reference_numerics_normal_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:08:08.6031433Z test_reference_numerics_normal_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:08:08.6194759Z test_reference_numerics_normal_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:08.6393601Z test_reference_numerics_normal_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:08.6528061Z test_reference_numerics_normal_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:08.6664935Z test_reference_numerics_normal_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:08.6763635Z test_reference_numerics_normal_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:08.6922391Z test_reference_numerics_normal_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:08.7081514Z test_reference_numerics_normal_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:08.7239514Z test_reference_numerics_normal_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:08.7618475Z test_reference_numerics_normal_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:08:08.8263600Z test_reference_numerics_normal_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:08:08.8627159Z test_reference_numerics_normal_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:08:08.8950799Z test_reference_numerics_normal_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:08:08.9100530Z test_reference_numerics_normal_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:08.9262447Z test_reference_numerics_normal_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:08.9394944Z test_reference_numerics_normal_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:08.9530035Z test_reference_numerics_normal_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:08.9630542Z test_reference_numerics_normal_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:08.9787678Z test_reference_numerics_normal_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:08.9946765Z test_reference_numerics_normal_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:09.0217816Z test_reference_numerics_normal_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:08:09.0463135Z test_reference_numerics_normal_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:08:09.0854375Z test_reference_numerics_normal_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:08:09.1116924Z test_reference_numerics_normal_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:08:09.1358337Z test_reference_numerics_normal_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:08:09.1743699Z test_reference_numerics_normal_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:08:09.1994886Z test_reference_numerics_normal_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:08:09.2275096Z test_reference_numerics_normal_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:08:09.2659017Z test_reference_numerics_normal_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:08:09.3149206Z test_reference_numerics_normal_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:08:09.3662705Z test_reference_numerics_normal_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:08:09.4479201Z test_reference_numerics_normal_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-09-27T16:08:09.4878250Z test_reference_numerics_normal_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:08:09.5665166Z test_reference_numerics_normal_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:08:09.5927058Z test_reference_numerics_normal_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:08:09.6164278Z test_reference_numerics_normal_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:08:09.6430571Z test_reference_numerics_normal_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:08:09.6628185Z test_reference_numerics_normal_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:09.6800274Z test_reference_numerics_normal_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:09.7011801Z test_reference_numerics_normal_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:09.7186215Z test_reference_numerics_normal_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:09.7362393Z test_reference_numerics_normal_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:09.7511142Z test_reference_numerics_normal_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:09.7708627Z test_reference_numerics_normal_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:09.7887769Z test_reference_numerics_normal_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:08:09.8159928Z test_reference_numerics_normal_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:08:09.8410288Z test_reference_numerics_normal_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:08:09.8795192Z test_reference_numerics_normal_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:08:09.9845239Z test_reference_numerics_normal_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-09-27T16:08:09.9850553Z test_reference_numerics_normal_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:08:10.0028780Z test_reference_numerics_normal_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:08:10.0182155Z test_reference_numerics_normal_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:10.0482365Z test_reference_numerics_normal_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:08:10.0768142Z test_reference_numerics_normal_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:08:10.1031601Z test_reference_numerics_normal_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:08:10.1448042Z test_reference_numerics_normal_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:08:10.1642728Z test_reference_numerics_normal_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:08:10.2275785Z test_reference_numerics_normal_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:08:10.2734162Z test_reference_numerics_normal_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:08:10.3212755Z test_reference_numerics_normal_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:08:10.3375490Z test_reference_numerics_normal_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:10.3563394Z test_reference_numerics_normal_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:08:10.3792742Z test_reference_numerics_normal_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:08:10.4069103Z test_reference_numerics_normal_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:08:10.4274331Z test_reference_numerics_normal_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:10.4526084Z test_reference_numerics_normal_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:08:10.4795236Z test_reference_numerics_normal_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:08:10.5220612Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:08:10.5225413Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:08:10.5230724Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:08:10.5577768Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:08:10.5964646Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:08:10.6357971Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:08:10.6786877Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:08:10.7240203Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:08:10.7917761Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-09-27T16:08:10.8543467Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:08:10.8745097Z test_reference_numerics_normal_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:10.8922869Z test_reference_numerics_normal_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:08:10.9149388Z test_reference_numerics_normal_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:08:10.9330778Z test_reference_numerics_normal_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:08:10.9516378Z test_reference_numerics_normal_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:08:10.9682307Z test_reference_numerics_normal_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:10.9890065Z test_reference_numerics_normal_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:11.0074940Z test_reference_numerics_normal_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:08:12.9430258Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (1.935s) 2022-09-27T16:08:13.0221838Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:08:13.5121262Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.490s) 2022-09-27T16:08:14.0081917Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.496s) 2022-09-27T16:08:14.0539136Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:08:14.1001899Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:08:14.1434769Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:08:14.1887790Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:08:14.2327571Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:08:14.7989943Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.566s) 2022-09-27T16:08:15.3980964Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.599s) 2022-09-27T16:08:15.9625947Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.564s) 2022-09-27T16:08:16.5334443Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.571s) 2022-09-27T16:08:17.0898899Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.556s) 2022-09-27T16:08:17.6459340Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.556s) 2022-09-27T16:08:18.1973283Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.551s) 2022-09-27T16:08:18.7524902Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.555s) 2022-09-27T16:08:19.3130109Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.560s) 2022-09-27T16:08:20.0286102Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.716s) 2022-09-27T16:08:20.7795326Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.751s) 2022-09-27T16:08:21.4946640Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.715s) 2022-09-27T16:08:22.2199282Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.725s) 2022-09-27T16:08:22.9196096Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.700s) 2022-09-27T16:08:23.6197840Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.700s) 2022-09-27T16:08:24.3256983Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.706s) 2022-09-27T16:08:25.0252511Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.699s) 2022-09-27T16:08:25.7329382Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.708s) 2022-09-27T16:08:26.4602612Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.727s) 2022-09-27T16:08:27.2275400Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.767s) 2022-09-27T16:08:27.9421218Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.715s) 2022-09-27T16:08:28.6589660Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.717s) 2022-09-27T16:08:29.3598233Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.701s) 2022-09-27T16:08:30.0610073Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.701s) 2022-09-27T16:08:30.7581932Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.697s) 2022-09-27T16:08:31.4640551Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.706s) 2022-09-27T16:08:32.1770938Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.713s) 2022-09-27T16:08:32.8963742Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.719s) 2022-09-27T16:08:33.6577987Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.761s) 2022-09-27T16:08:34.3746616Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.717s) 2022-09-27T16:08:35.0915071Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.717s) 2022-09-27T16:08:35.7926686Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.701s) 2022-09-27T16:08:36.4932324Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.700s) 2022-09-27T16:08:37.1905880Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.697s) 2022-09-27T16:08:37.8914960Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.701s) 2022-09-27T16:08:38.6044993Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.713s) 2022-09-27T16:08:38.6200369Z test_reference_numerics_normal_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:38.6563928Z test_reference_numerics_normal_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:08:38.7190755Z test_reference_numerics_normal_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:08:38.7511352Z test_reference_numerics_normal_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:08:38.7798480Z test_reference_numerics_normal_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:08:38.7948074Z test_reference_numerics_normal_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:38.8103112Z test_reference_numerics_normal_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:38.8234573Z test_reference_numerics_normal_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:38.8367905Z test_reference_numerics_normal_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:38.8460778Z test_reference_numerics_normal_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:38.8617706Z test_reference_numerics_normal_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:38.8774845Z test_reference_numerics_normal_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:38.8942640Z test_reference_numerics_normal_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:38.9691203Z test_reference_numerics_normal_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-09-27T16:08:39.0051243Z test_reference_numerics_normal_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:08:39.0196315Z test_reference_numerics_normal_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:39.0364633Z test_reference_numerics_normal_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:39.0561167Z test_reference_numerics_normal_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:39.0803825Z test_reference_numerics_normal_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:08:39.1021291Z test_reference_numerics_normal_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:08:39.1328531Z test_reference_numerics_normal_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:08:39.1656179Z test_reference_numerics_normal_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:08:39.1817234Z test_reference_numerics_normal_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:39.2122901Z test_reference_numerics_normal_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:08:39.2393282Z test_reference_numerics_normal_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:08:39.2887974Z test_reference_numerics_normal_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:08:39.3065094Z test_reference_numerics_normal_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:08:39.3340345Z test_reference_numerics_normal_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:08:39.3465396Z test_reference_numerics_normal_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:39.3610192Z test_reference_numerics_normal_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:39.3737916Z test_reference_numerics_normal_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:39.3867180Z test_reference_numerics_normal_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:39.3951180Z test_reference_numerics_normal_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:08:39.4107399Z test_reference_numerics_normal_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:39.4265676Z test_reference_numerics_normal_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:39.4426658Z test_reference_numerics_normal_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:39.4807295Z test_reference_numerics_normal_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:08:39.5219621Z test_reference_numerics_normal_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:08:39.5607865Z test_reference_numerics_normal_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:08:39.5946397Z test_reference_numerics_normal_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:08:39.6097150Z test_reference_numerics_normal_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:39.6262635Z test_reference_numerics_normal_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:39.6450724Z test_reference_numerics_normal_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:08:39.6643508Z test_reference_numerics_normal_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:08:39.6828774Z test_reference_numerics_normal_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:08:39.7062590Z test_reference_numerics_normal_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:08:39.7252069Z test_reference_numerics_normal_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:08:39.7415451Z test_reference_numerics_normal_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:39.7551758Z test_reference_numerics_normal_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:39.7716688Z test_reference_numerics_normal_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:39.7849158Z test_reference_numerics_normal_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:39.7979891Z test_reference_numerics_normal_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:39.8067194Z test_reference_numerics_normal_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:39.8222318Z test_reference_numerics_normal_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:39.8379698Z test_reference_numerics_normal_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:39.8533613Z test_reference_numerics_normal_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:08:39.8668246Z test_reference_numerics_normal_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:39.8831010Z test_reference_numerics_normal_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:39.9009332Z test_reference_numerics_normal_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:08:39.9150750Z test_reference_numerics_normal_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:39.9325985Z test_reference_numerics_normal_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:39.9504092Z test_reference_numerics_normal_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:08:39.9646801Z test_reference_numerics_normal_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:39.9820325Z test_reference_numerics_normal_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:39.9986148Z test_reference_numerics_normal_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:40.0932447Z test_reference_numerics_normal_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:08:40.1665111Z test_reference_numerics_normal_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:08:40.2278594Z test_reference_numerics_normal_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-09-27T16:08:40.2518121Z test_reference_numerics_normal_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:08:40.2698584Z test_reference_numerics_normal_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:08:40.2891469Z test_reference_numerics_normal_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:08:40.3125050Z test_reference_numerics_normal_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:08:40.3373585Z test_reference_numerics_normal_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:08:40.3763916Z test_reference_numerics_normal_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:08:40.4127447Z test_reference_numerics_normal_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:08:40.4337932Z test_reference_numerics_normal_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:40.4644206Z test_reference_numerics_normal_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:08:40.5222753Z test_reference_numerics_normal_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:08:40.6010792Z test_reference_numerics_normal_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:08:40.6486700Z test_reference_numerics_normal_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:08:40.6803571Z test_reference_numerics_normal_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:08:40.6990235Z test_reference_numerics_normal_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:08:40.7187585Z test_reference_numerics_normal_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:40.7320823Z test_reference_numerics_normal_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:40.7456408Z test_reference_numerics_normal_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:40.7594392Z test_reference_numerics_normal_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:40.7751914Z test_reference_numerics_normal_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:40.7915883Z test_reference_numerics_normal_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:40.8137886Z test_reference_numerics_normal_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:08:40.8652638Z test_reference_numerics_normal_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:08:40.9604902Z test_reference_numerics_normal_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:08:41.0278645Z test_reference_numerics_normal_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:08:41.0478007Z test_reference_numerics_normal_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:41.0765221Z test_reference_numerics_normal_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:08:41.1013027Z test_reference_numerics_normal_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:08:41.1353823Z test_reference_numerics_normal_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:08:41.1713066Z test_reference_numerics_normal_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:08:41.1991028Z test_reference_numerics_normal_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:08:41.2243317Z test_reference_numerics_normal_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:08:41.2460928Z test_reference_numerics_normal_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:08:41.2784582Z test_reference_numerics_normal_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:08:41.3096579Z test_reference_numerics_normal_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:08:41.3269080Z test_reference_numerics_normal_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:41.3468516Z test_reference_numerics_normal_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:41.3601708Z test_reference_numerics_normal_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:41.3741584Z test_reference_numerics_normal_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:41.3877559Z test_reference_numerics_normal_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:41.4037832Z test_reference_numerics_normal_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:41.4203170Z test_reference_numerics_normal_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:41.4341653Z test_reference_numerics_normal_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:41.4834091Z test_reference_numerics_normal_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:08:41.5085521Z test_reference_numerics_normal_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:08:41.5175644Z test_reference_numerics_normal_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:08:41.5293454Z test_reference_numerics_normal_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:41.5427376Z test_reference_numerics_normal_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:41.5562991Z test_reference_numerics_normal_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:08:41.5664990Z test_reference_numerics_normal_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:08:41.5877117Z test_reference_numerics_normal_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:41.6095680Z test_reference_numerics_normal_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:08:41.6263230Z test_reference_numerics_normal_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:41.7069982Z test_reference_numerics_normal_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-09-27T16:08:41.8465410Z test_reference_numerics_normal_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.139s) 2022-09-27T16:08:41.9490051Z test_reference_numerics_normal_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.102s) 2022-09-27T16:08:41.9685875Z test_reference_numerics_normal_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:08:42.0068019Z test_reference_numerics_normal_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:08:42.0256969Z test_reference_numerics_normal_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:08:42.0689855Z test_reference_numerics_normal_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:08:42.1097914Z test_reference_numerics_normal_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:08:42.1493746Z test_reference_numerics_normal_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:08:42.1921708Z test_reference_numerics_normal_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:08:42.2189368Z test_reference_numerics_normal_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:08:42.4348603Z test_reference_numerics_normal_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.216s) 2022-09-27T16:08:42.5909487Z test_reference_numerics_normal_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.156s) 2022-09-27T16:08:42.7031908Z test_reference_numerics_normal_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.112s) 2022-09-27T16:08:42.7281385Z test_reference_numerics_normal_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:08:42.7744729Z test_reference_numerics_normal_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:08:42.9428397Z test_reference_numerics_normal_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.168s) 2022-09-27T16:08:43.1161393Z test_reference_numerics_normal_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.173s) 2022-09-27T16:08:43.2869808Z test_reference_numerics_normal_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.171s) 2022-09-27T16:08:43.4596438Z test_reference_numerics_normal_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.173s) 2022-09-27T16:08:43.6191846Z test_reference_numerics_normal_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.159s) 2022-09-27T16:08:43.6576375Z test_reference_numerics_normal_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:08:43.7239600Z test_reference_numerics_normal_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:08:43.8704428Z test_reference_numerics_normal_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.146s) 2022-09-27T16:08:43.9685214Z test_reference_numerics_normal_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.098s) 2022-09-27T16:08:44.0104478Z test_reference_numerics_normal_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:08:44.0510169Z test_reference_numerics_normal_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:08:44.0918532Z test_reference_numerics_normal_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:08:44.1327895Z test_reference_numerics_normal_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:08:44.1732785Z test_reference_numerics_normal_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:08:44.2142779Z test_reference_numerics_normal_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:08:44.2568311Z test_reference_numerics_normal_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:08:44.4475629Z test_reference_numerics_normal_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.191s) 2022-09-27T16:08:44.7051770Z test_reference_numerics_normal_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.257s) 2022-09-27T16:08:44.9775037Z test_reference_numerics_normal_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.272s) 2022-09-27T16:08:45.2243721Z test_reference_numerics_normal_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.247s) 2022-09-27T16:08:45.4730174Z test_reference_numerics_normal_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.249s) 2022-09-27T16:08:45.7255764Z test_reference_numerics_normal_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.252s) 2022-09-27T16:08:45.9725872Z test_reference_numerics_normal_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.247s) 2022-09-27T16:08:46.3064366Z test_reference_numerics_normal_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.334s) 2022-09-27T16:08:46.3648787Z test_reference_numerics_normal_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:08:46.4135986Z test_reference_numerics_normal_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:08:46.4675061Z test_reference_numerics_normal_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:08:46.5198596Z test_reference_numerics_normal_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:08:46.5741973Z test_reference_numerics_normal_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:08:46.6259065Z test_reference_numerics_normal_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:08:46.6790852Z test_reference_numerics_normal_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:08:46.7262107Z test_reference_numerics_normal_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:08:46.7825563Z test_reference_numerics_normal_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:08:46.8326703Z test_reference_numerics_normal_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:08:46.8870387Z test_reference_numerics_normal_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:08:46.9381291Z test_reference_numerics_normal_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:08:46.9912261Z test_reference_numerics_normal_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:08:47.0451036Z test_reference_numerics_normal_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:08:47.0961573Z test_reference_numerics_normal_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:08:47.1448344Z test_reference_numerics_normal_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:08:47.2192433Z test_reference_numerics_normal_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-09-27T16:08:47.2626237Z test_reference_numerics_normal_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:08:47.3096227Z test_reference_numerics_normal_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:08:47.3552898Z test_reference_numerics_normal_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:08:47.4055823Z test_reference_numerics_normal_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:08:47.4526417Z test_reference_numerics_normal_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:08:47.5032184Z test_reference_numerics_normal_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:08:47.5667332Z test_reference_numerics_normal_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:08:47.6430550Z test_reference_numerics_normal_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-09-27T16:08:47.6859341Z test_reference_numerics_normal_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:08:47.7325448Z test_reference_numerics_normal_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:08:47.7780629Z test_reference_numerics_normal_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:08:47.8260101Z test_reference_numerics_normal_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:08:47.8746900Z test_reference_numerics_normal_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:08:47.9226056Z test_reference_numerics_normal_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:08:47.9830734Z test_reference_numerics_normal_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:08:48.0205135Z test_reference_numerics_normal_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:08:48.0823474Z test_reference_numerics_normal_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:08:48.1153772Z test_reference_numerics_normal_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:08:48.1517414Z test_reference_numerics_normal_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:08:48.1897551Z test_reference_numerics_normal_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:08:48.2321736Z test_reference_numerics_normal_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:08:48.2717226Z test_reference_numerics_normal_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:08:48.3125607Z test_reference_numerics_normal_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:08:48.3545129Z test_reference_numerics_normal_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:08:48.4178607Z test_reference_numerics_normal_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:08:48.4656689Z test_reference_numerics_normal_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:08:48.5147327Z test_reference_numerics_normal_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:08:48.5660467Z test_reference_numerics_normal_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:08:48.6177895Z test_reference_numerics_normal_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:08:48.6706180Z test_reference_numerics_normal_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:08:48.7228895Z test_reference_numerics_normal_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:08:48.7619934Z test_reference_numerics_normal_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:08:48.8474483Z test_reference_numerics_normal_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-09-27T16:08:49.0146866Z test_reference_numerics_normal_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.167s) 2022-09-27T16:08:49.0959844Z test_reference_numerics_normal_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-09-27T16:08:49.1780441Z test_reference_numerics_normal_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-09-27T16:08:49.2641080Z test_reference_numerics_normal_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-09-27T16:08:49.3532769Z test_reference_numerics_normal_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-09-27T16:08:49.4396082Z test_reference_numerics_normal_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-09-27T16:08:49.5281710Z test_reference_numerics_normal_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-09-27T16:08:49.6125279Z test_reference_numerics_normal_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-09-27T16:08:49.8035611Z test_reference_numerics_normal_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.191s) 2022-09-27T16:08:49.9003197Z test_reference_numerics_normal_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.097s) 2022-09-27T16:08:50.0071020Z test_reference_numerics_normal_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.107s) 2022-09-27T16:08:50.1080405Z test_reference_numerics_normal_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.101s) 2022-09-27T16:08:50.2096023Z test_reference_numerics_normal_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.101s) 2022-09-27T16:08:50.3100547Z test_reference_numerics_normal_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.100s) 2022-09-27T16:08:50.4153381Z test_reference_numerics_normal_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-09-27T16:08:50.5149039Z test_reference_numerics_normal_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.099s) 2022-09-27T16:08:50.6696524Z test_reference_numerics_normal_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.155s) 2022-09-27T16:08:50.7449776Z test_reference_numerics_normal_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-09-27T16:08:50.8266649Z test_reference_numerics_normal_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-09-27T16:08:50.9062637Z test_reference_numerics_normal_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:08:50.9889431Z test_reference_numerics_normal_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-09-27T16:08:51.0687048Z test_reference_numerics_normal_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:08:51.1481760Z test_reference_numerics_normal_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:08:51.2272431Z test_reference_numerics_normal_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:08:51.3480535Z test_reference_numerics_normal_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.121s) 2022-09-27T16:08:51.4161331Z test_reference_numerics_normal_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-09-27T16:08:51.4880677Z test_reference_numerics_normal_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-09-27T16:08:51.5575815Z test_reference_numerics_normal_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-09-27T16:08:51.6290300Z test_reference_numerics_normal_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-09-27T16:08:51.7010401Z test_reference_numerics_normal_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-09-27T16:08:51.7731480Z test_reference_numerics_normal_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-09-27T16:08:51.8373666Z test_reference_numerics_normal_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:08:52.0454161Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.208s) 2022-09-27T16:08:52.1488479Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.103s) 2022-09-27T16:08:52.2554953Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.107s) 2022-09-27T16:08:52.3635807Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.108s) 2022-09-27T16:08:52.4727938Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.109s) 2022-09-27T16:08:52.5828306Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.110s) 2022-09-27T16:08:52.6943974Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-09-27T16:08:52.8064394Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.112s) 2022-09-27T16:08:53.0114032Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.205s) 2022-09-27T16:08:53.1155466Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-09-27T16:08:53.2231940Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.108s) 2022-09-27T16:08:53.3321446Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.109s) 2022-09-27T16:08:53.4405345Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.108s) 2022-09-27T16:08:53.5507092Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.110s) 2022-09-27T16:08:53.6610669Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.110s) 2022-09-27T16:08:53.7680933Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.107s) 2022-09-27T16:08:53.9604981Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.192s) 2022-09-27T16:08:54.0296771Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-09-27T16:08:54.1014812Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-09-27T16:08:54.1721020Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-09-27T16:08:54.2451991Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:08:54.3188925Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-09-27T16:08:54.3895102Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-09-27T16:08:54.4953792Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.106s) 2022-09-27T16:08:54.6845425Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.189s) 2022-09-27T16:08:54.7540415Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-09-27T16:08:54.8272456Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:08:54.9002799Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:08:54.9719621Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-09-27T16:08:55.0398935Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-09-27T16:08:55.1136805Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-09-27T16:08:55.2170993Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.103s) 2022-09-27T16:08:55.2606560Z test_reference_numerics_normal_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:08:55.3250768Z test_reference_numerics_normal_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:08:55.3660268Z test_reference_numerics_normal_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:08:55.4082436Z test_reference_numerics_normal_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:08:55.4519216Z test_reference_numerics_normal_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:08:55.4978034Z test_reference_numerics_normal_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:08:55.5397523Z test_reference_numerics_normal_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:08:55.5850642Z test_reference_numerics_normal_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:08:55.6252557Z test_reference_numerics_normal_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:08:55.6792830Z test_reference_numerics_normal_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:08:55.7245332Z test_reference_numerics_normal_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:08:55.7703751Z test_reference_numerics_normal_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:08:55.7909984Z test_reference_numerics_normal_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:55.8127280Z test_reference_numerics_normal_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:08:55.8320747Z test_reference_numerics_normal_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:08:55.8607099Z test_reference_numerics_normal_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:08:55.8813228Z test_reference_numerics_normal_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:08:55.9266920Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:08:56.0059182Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:08:56.0479249Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:08:56.0938149Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:08:56.1354587Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:08:56.1783993Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:08:56.2193306Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:08:56.2614174Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:08:56.3057681Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:08:56.5075644Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.202s) 2022-09-27T16:08:56.5704234Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:08:56.6363826Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:08:56.7015200Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:08:56.7689976Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:08:56.8370689Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-09-27T16:08:56.9049542Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-09-27T16:08:56.9976250Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-09-27T16:08:57.2019357Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.204s) 2022-09-27T16:08:57.2662628Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:08:57.3325955Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:08:57.3982149Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:08:57.4658887Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-09-27T16:08:57.5340627Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-09-27T16:08:57.6022486Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-09-27T16:08:57.6958018Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-09-27T16:08:57.7811090Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-09-27T16:08:57.8408094Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:08:57.9065204Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:08:57.9714249Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:08:58.0325166Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-09-27T16:08:58.0946850Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:08:58.1571096Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:08:58.2138446Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:08:58.2295997Z test_reference_numerics_normal_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:58.3076255Z test_reference_numerics_normal_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-09-27T16:08:58.3736771Z test_reference_numerics_normal_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:08:58.4267158Z test_reference_numerics_normal_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:08:58.4431686Z test_reference_numerics_normal_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:58.4597530Z test_reference_numerics_normal_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:58.4785568Z test_reference_numerics_normal_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:08:58.5028923Z test_reference_numerics_normal_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:08:58.5245008Z test_reference_numerics_normal_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:08:58.5579130Z test_reference_numerics_normal_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:08:58.5884685Z test_reference_numerics_normal_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:08:58.6056808Z test_reference_numerics_normal_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:58.6407542Z test_reference_numerics_normal_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:08:58.6800555Z test_reference_numerics_normal_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:08:58.7113241Z test_reference_numerics_normal_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:08:58.7551947Z test_reference_numerics_normal_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:08:58.7688591Z test_reference_numerics_normal_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:08:58.7851724Z test_reference_numerics_normal_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:58.8011154Z test_reference_numerics_normal_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:58.8169876Z test_reference_numerics_normal_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:08:58.8289471Z test_reference_numerics_normal_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:08:58.8476379Z test_reference_numerics_normal_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:08:58.8644497Z test_reference_numerics_normal_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:08:58.9045772Z test_reference_numerics_normal_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:08:59.0085532Z test_reference_numerics_normal_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-09-27T16:08:59.2630325Z test_reference_numerics_normal_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.254s) 2022-09-27T16:08:59.3573215Z test_reference_numerics_normal_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-09-27T16:08:59.3959640Z test_reference_numerics_normal_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:09:07.5356407Z test_reference_numerics_normal_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (8.140s) 2022-09-27T16:09:07.5789652Z test_reference_numerics_normal_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:09:07.6346768Z test_reference_numerics_normal_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:09:07.6899518Z test_reference_numerics_normal_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:09:07.7449519Z test_reference_numerics_normal_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:09:07.7974567Z test_reference_numerics_normal_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:09:07.8365687Z test_reference_numerics_normal_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:09:07.9323326Z test_reference_numerics_normal_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-09-27T16:09:08.0513568Z test_reference_numerics_normal_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.119s) 2022-09-27T16:09:08.1424562Z test_reference_numerics_normal_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.091s) 2022-09-27T16:09:08.1768532Z test_reference_numerics_normal_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:09:08.2156730Z test_reference_numerics_normal_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:09:08.2542139Z test_reference_numerics_normal_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:09:08.2951212Z test_reference_numerics_normal_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:09:08.3376016Z test_reference_numerics_normal_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:09:08.3906183Z test_reference_numerics_normal_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:09:08.4394815Z test_reference_numerics_normal_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:09:08.4571623Z test_reference_numerics_normal_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:09:08.4709995Z test_reference_numerics_normal_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:09:08.4876852Z test_reference_numerics_normal_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:09:08.5019321Z test_reference_numerics_normal_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:09:08.5165059Z test_reference_numerics_normal_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:09:08.5274338Z test_reference_numerics_normal_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:09:08.5547608Z test_reference_numerics_normal_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:09:08.5833182Z test_reference_numerics_normal_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:09:08.5848242Z test_reference_numerics_small_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:08.5962051Z test_reference_numerics_small_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:09:08.6081330Z test_reference_numerics_small_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:09:08.6189242Z test_reference_numerics_small_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:09:08.6202037Z test_reference_numerics_small_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6215651Z test_reference_numerics_small_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6228845Z test_reference_numerics_small_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6241530Z test_reference_numerics_small_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6253358Z test_reference_numerics_small_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6265216Z test_reference_numerics_small_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6277652Z test_reference_numerics_small_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6289287Z test_reference_numerics_small_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6302391Z test_reference_numerics_small_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6313103Z test_reference_numerics_small_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:08.6478912Z test_reference_numerics_small_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:09:08.6639435Z test_reference_numerics_small_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:09:08.6652885Z test_reference_numerics_small_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6666542Z test_reference_numerics_small_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6679943Z test_reference_numerics_small_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6693101Z test_reference_numerics_small_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6706381Z test_reference_numerics_small_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6720084Z test_reference_numerics_small_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6733952Z test_reference_numerics_small_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6747895Z test_reference_numerics_small_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.6758777Z test_reference_numerics_small_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:08.6944901Z test_reference_numerics_small_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:09:08.7133516Z test_reference_numerics_small_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:09:08.7146841Z test_reference_numerics_small_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.7160766Z test_reference_numerics_small_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.7174842Z test_reference_numerics_small_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.7187484Z test_reference_numerics_small_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.7199547Z test_reference_numerics_small_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.7212375Z test_reference_numerics_small_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.7225105Z test_reference_numerics_small_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.7241622Z test_reference_numerics_small_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.002s) 2022-09-27T16:09:08.7251705Z test_reference_numerics_small_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:08.7371411Z test_reference_numerics_small_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:09:08.7489915Z test_reference_numerics_small_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:09:08.7505971Z test_reference_numerics_small_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.002s) 2022-09-27T16:09:08.7521971Z test_reference_numerics_small_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.002s) 2022-09-27T16:09:08.7537946Z test_reference_numerics_small_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.002s) 2022-09-27T16:09:08.7550339Z test_reference_numerics_small_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.7562957Z test_reference_numerics_small_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.7575769Z test_reference_numerics_small_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.7588018Z test_reference_numerics_small_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.7601284Z test_reference_numerics_small_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.7614833Z test_reference_numerics_small_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.7624840Z test_reference_numerics_small_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:08.7807477Z test_reference_numerics_small_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:09:08.7961243Z test_reference_numerics_small_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:09:08.7975061Z test_reference_numerics_small_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.7988968Z test_reference_numerics_small_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8002319Z test_reference_numerics_small_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8015319Z test_reference_numerics_small_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8028134Z test_reference_numerics_small_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8041197Z test_reference_numerics_small_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8054997Z test_reference_numerics_small_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8067857Z test_reference_numerics_small_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8078055Z test_reference_numerics_small_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:08.8082947Z test_reference_numerics_small_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:08.8088566Z test_reference_numerics_small_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:09:08.8100902Z test_reference_numerics_small_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8113956Z test_reference_numerics_small_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8126210Z test_reference_numerics_small_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8138081Z test_reference_numerics_small_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8150077Z test_reference_numerics_small_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8163070Z test_reference_numerics_small_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8176163Z test_reference_numerics_small_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8190328Z test_reference_numerics_small_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8201060Z test_reference_numerics_small_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:08.8206773Z test_reference_numerics_small_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:09:08.8213359Z test_reference_numerics_small_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:09:08.8227110Z test_reference_numerics_small_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8242024Z test_reference_numerics_small_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8255924Z test_reference_numerics_small_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8269923Z test_reference_numerics_small_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8283549Z test_reference_numerics_small_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8296978Z test_reference_numerics_small_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8310272Z test_reference_numerics_small_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8324138Z test_reference_numerics_small_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8334973Z test_reference_numerics_small_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:08.8340943Z test_reference_numerics_small_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:09:08.8346729Z test_reference_numerics_small_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:09:08.8360719Z test_reference_numerics_small_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8375236Z test_reference_numerics_small_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8388283Z test_reference_numerics_small_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8400833Z test_reference_numerics_small_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8413813Z test_reference_numerics_small_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8427447Z test_reference_numerics_small_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8440704Z test_reference_numerics_small_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8451293Z test_reference_numerics_small_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:08.8462412Z test_reference_numerics_small_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8473837Z test_reference_numerics_small_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8485813Z test_reference_numerics_small_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8498438Z test_reference_numerics_small_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8510876Z test_reference_numerics_small_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8523114Z test_reference_numerics_small_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8536401Z test_reference_numerics_small_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8549137Z test_reference_numerics_small_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8561271Z test_reference_numerics_small_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8573502Z test_reference_numerics_small_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8585638Z test_reference_numerics_small_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8597835Z test_reference_numerics_small_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8609940Z test_reference_numerics_small_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8621922Z test_reference_numerics_small_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8632107Z test_reference_numerics_small_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:08.8741806Z test_reference_numerics_small_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:09:08.8857290Z test_reference_numerics_small_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:09:08.8963664Z test_reference_numerics_small_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:09:08.8976220Z test_reference_numerics_small_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.8989525Z test_reference_numerics_small_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9003005Z test_reference_numerics_small_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9015657Z test_reference_numerics_small_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9026805Z test_reference_numerics_small_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9037588Z test_reference_numerics_small_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9049517Z test_reference_numerics_small_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9061567Z test_reference_numerics_small_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9074330Z test_reference_numerics_small_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9084625Z test_reference_numerics_small_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:08.9190996Z test_reference_numerics_small_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:09:08.9305689Z test_reference_numerics_small_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:09:08.9411587Z test_reference_numerics_small_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:09:08.9424507Z test_reference_numerics_small_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9437425Z test_reference_numerics_small_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9450060Z test_reference_numerics_small_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9461771Z test_reference_numerics_small_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9473273Z test_reference_numerics_small_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9484986Z test_reference_numerics_small_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9497798Z test_reference_numerics_small_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9510102Z test_reference_numerics_small_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9522309Z test_reference_numerics_small_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9532248Z test_reference_numerics_small_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:08.9761587Z test_reference_numerics_small_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:09:08.9925040Z test_reference_numerics_small_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:09:08.9938859Z test_reference_numerics_small_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9952356Z test_reference_numerics_small_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9965251Z test_reference_numerics_small_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9978575Z test_reference_numerics_small_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:08.9991158Z test_reference_numerics_small_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0003361Z test_reference_numerics_small_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0016279Z test_reference_numerics_small_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0029157Z test_reference_numerics_small_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0039049Z test_reference_numerics_small_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:09.0278935Z test_reference_numerics_small_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:09:09.0432242Z test_reference_numerics_small_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:09:09.0445922Z test_reference_numerics_small_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0460555Z test_reference_numerics_small_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0474224Z test_reference_numerics_small_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0487183Z test_reference_numerics_small_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0500274Z test_reference_numerics_small_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0512797Z test_reference_numerics_small_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0525158Z test_reference_numerics_small_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0538758Z test_reference_numerics_small_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0549163Z test_reference_numerics_small_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:09.0561359Z test_reference_numerics_small_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0574746Z test_reference_numerics_small_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0587883Z test_reference_numerics_small_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0600510Z test_reference_numerics_small_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0612937Z test_reference_numerics_small_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0625713Z test_reference_numerics_small_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0638596Z test_reference_numerics_small_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0651714Z test_reference_numerics_small_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0667824Z test_reference_numerics_small_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:09.0677988Z test_reference_numerics_small_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:09.0693787Z test_reference_numerics_small_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:09.0710371Z test_reference_numerics_small_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:09.0723677Z test_reference_numerics_small_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0736483Z test_reference_numerics_small_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0749485Z test_reference_numerics_small_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0761835Z test_reference_numerics_small_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0774156Z test_reference_numerics_small_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0787758Z test_reference_numerics_small_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0798476Z test_reference_numerics_small_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:09.0812128Z test_reference_numerics_small_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0827068Z test_reference_numerics_small_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0840397Z test_reference_numerics_small_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0853723Z test_reference_numerics_small_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0867635Z test_reference_numerics_small_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0880306Z test_reference_numerics_small_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0892748Z test_reference_numerics_small_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0905407Z test_reference_numerics_small_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0915278Z test_reference_numerics_small_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:09.0927250Z test_reference_numerics_small_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0940179Z test_reference_numerics_small_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0953512Z test_reference_numerics_small_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0966750Z test_reference_numerics_small_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0980487Z test_reference_numerics_small_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.0993616Z test_reference_numerics_small_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1006325Z test_reference_numerics_small_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1020782Z test_reference_numerics_small_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1031436Z test_reference_numerics_small_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:09.1045057Z test_reference_numerics_small_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1059093Z test_reference_numerics_small_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1072555Z test_reference_numerics_small_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1086158Z test_reference_numerics_small_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1099932Z test_reference_numerics_small_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1113363Z test_reference_numerics_small_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1126853Z test_reference_numerics_small_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1140053Z test_reference_numerics_small_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1151147Z test_reference_numerics_small_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:09.1164267Z test_reference_numerics_small_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1178213Z test_reference_numerics_small_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1192289Z test_reference_numerics_small_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1205126Z test_reference_numerics_small_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1218669Z test_reference_numerics_small_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1232328Z test_reference_numerics_small_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1244844Z test_reference_numerics_small_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1259373Z test_reference_numerics_small_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1266233Z test_reference_numerics_small_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:09:09.1275805Z test_reference_numerics_small_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:09.1462032Z test_reference_numerics_small_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:09:09.1583123Z test_reference_numerics_small_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:09:09.1596058Z test_reference_numerics_small_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1609480Z test_reference_numerics_small_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1622815Z test_reference_numerics_small_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1635699Z test_reference_numerics_small_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1649227Z test_reference_numerics_small_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1662268Z test_reference_numerics_small_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1675504Z test_reference_numerics_small_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1681620Z test_reference_numerics_small_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:09:09.1691885Z test_reference_numerics_small_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:09.1705448Z test_reference_numerics_small_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1719758Z test_reference_numerics_small_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1734115Z test_reference_numerics_small_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1747935Z test_reference_numerics_small_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1762053Z test_reference_numerics_small_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1776011Z test_reference_numerics_small_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1789857Z test_reference_numerics_small_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1804274Z test_reference_numerics_small_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.1815622Z test_reference_numerics_small_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:09.1925249Z test_reference_numerics_small_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:09:09.2049364Z test_reference_numerics_small_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:09:09.2154814Z test_reference_numerics_small_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:09:09.2168012Z test_reference_numerics_small_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2182169Z test_reference_numerics_small_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2196191Z test_reference_numerics_small_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2208237Z test_reference_numerics_small_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2219429Z test_reference_numerics_small_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2289989Z test_reference_numerics_small_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2290577Z test_reference_numerics_small_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2295257Z test_reference_numerics_small_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2433450Z test_reference_numerics_small_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2434400Z test_reference_numerics_small_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2435558Z test_reference_numerics_small_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2436381Z test_reference_numerics_small_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2438885Z test_reference_numerics_small_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2439493Z test_reference_numerics_small_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2440072Z test_reference_numerics_small_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2440634Z test_reference_numerics_small_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2441286Z test_reference_numerics_small_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2441857Z test_reference_numerics_small_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2442420Z test_reference_numerics_small_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2442985Z test_reference_numerics_small_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2443540Z test_reference_numerics_small_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:09.2450990Z test_reference_numerics_small_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:09.2466168Z test_reference_numerics_small_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2481931Z test_reference_numerics_small_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2497032Z test_reference_numerics_small_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2508511Z test_reference_numerics_small_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:09.2522762Z test_reference_numerics_small_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2537921Z test_reference_numerics_small_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2551630Z test_reference_numerics_small_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2564969Z test_reference_numerics_small_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2578468Z test_reference_numerics_small_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2591696Z test_reference_numerics_small_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2605583Z test_reference_numerics_small_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2710466Z test_reference_numerics_small_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:09:09.2821431Z test_reference_numerics_small_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:09:09.2920932Z test_reference_numerics_small_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:09:09.2934356Z test_reference_numerics_small_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.2944863Z test_reference_numerics_small_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:09.3041527Z test_reference_numerics_small_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:09:09.3153431Z test_reference_numerics_small_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:09:09.3251844Z test_reference_numerics_small_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:09:09.3263776Z test_reference_numerics_small_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.3275364Z test_reference_numerics_small_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.3286969Z test_reference_numerics_small_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.3298947Z test_reference_numerics_small_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.3310503Z test_reference_numerics_small_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.3321867Z test_reference_numerics_small_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.3334063Z test_reference_numerics_small_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.3345383Z test_reference_numerics_small_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.3357682Z test_reference_numerics_small_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.3367999Z test_reference_numerics_small_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:09.3466849Z test_reference_numerics_small_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:09:09.3575305Z test_reference_numerics_small_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:09:09.3672499Z test_reference_numerics_small_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:09:09.3684318Z test_reference_numerics_small_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.3695761Z test_reference_numerics_small_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.3707119Z test_reference_numerics_small_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.3718119Z test_reference_numerics_small_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.3729857Z test_reference_numerics_small_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.3740988Z test_reference_numerics_small_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.3753426Z test_reference_numerics_small_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.3765045Z test_reference_numerics_small_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.3777413Z test_reference_numerics_small_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.3786726Z test_reference_numerics_small_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:09.3882367Z test_reference_numerics_small_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:09:09.3977676Z test_reference_numerics_small_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:09:09.3988690Z test_reference_numerics_small_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.3999988Z test_reference_numerics_small_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4011285Z test_reference_numerics_small_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4022556Z test_reference_numerics_small_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4034348Z test_reference_numerics_small_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4045837Z test_reference_numerics_small_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4058594Z test_reference_numerics_small_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4071974Z test_reference_numerics_small_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4086827Z test_reference_numerics_small_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4098088Z test_reference_numerics_small_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:09.4110745Z test_reference_numerics_small_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4123451Z test_reference_numerics_small_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4136441Z test_reference_numerics_small_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4148915Z test_reference_numerics_small_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4161415Z test_reference_numerics_small_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4174004Z test_reference_numerics_small_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4186751Z test_reference_numerics_small_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4198874Z test_reference_numerics_small_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4211664Z test_reference_numerics_small_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4221437Z test_reference_numerics_small_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:09.4233203Z test_reference_numerics_small_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4244886Z test_reference_numerics_small_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4256714Z test_reference_numerics_small_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4268004Z test_reference_numerics_small_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4279306Z test_reference_numerics_small_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4290743Z test_reference_numerics_small_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4303315Z test_reference_numerics_small_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4316459Z test_reference_numerics_small_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4330489Z test_reference_numerics_small_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4341319Z test_reference_numerics_small_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:09.4439306Z test_reference_numerics_small_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:09:09.4544742Z test_reference_numerics_small_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:09:09.4641601Z test_reference_numerics_small_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:09:09.4654370Z test_reference_numerics_small_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4666353Z test_reference_numerics_small_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4678451Z test_reference_numerics_small_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4690644Z test_reference_numerics_small_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4702736Z test_reference_numerics_small_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4715233Z test_reference_numerics_small_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4728390Z test_reference_numerics_small_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4741425Z test_reference_numerics_small_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4751469Z test_reference_numerics_small_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:09.4761017Z test_reference_numerics_small_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:09.4770844Z test_reference_numerics_small_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:09.4780338Z test_reference_numerics_small_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:09.4790011Z test_reference_numerics_small_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:09.4799476Z test_reference_numerics_small_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:09.4809227Z test_reference_numerics_small_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:09.4818953Z test_reference_numerics_small_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:09.4829058Z test_reference_numerics_small_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:09.4838880Z test_reference_numerics_small_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:09.4849115Z test_reference_numerics_small_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:09.4858886Z test_reference_numerics_small_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:09:09.4864538Z test_reference_numerics_small_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:09:09.4874655Z test_reference_numerics_small_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:09.4888716Z test_reference_numerics_small_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4903379Z test_reference_numerics_small_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4917436Z test_reference_numerics_small_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4930773Z test_reference_numerics_small_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4944770Z test_reference_numerics_small_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4958237Z test_reference_numerics_small_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4972616Z test_reference_numerics_small_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4986775Z test_reference_numerics_small_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.4996958Z test_reference_numerics_small_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:09.5145356Z test_reference_numerics_small_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:09:09.5282609Z test_reference_numerics_small_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:09:09.5296762Z test_reference_numerics_small_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5310749Z test_reference_numerics_small_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5323741Z test_reference_numerics_small_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5337822Z test_reference_numerics_small_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5351273Z test_reference_numerics_small_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5364311Z test_reference_numerics_small_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5377504Z test_reference_numerics_small_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5390751Z test_reference_numerics_small_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5400812Z test_reference_numerics_small_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:09.5413913Z test_reference_numerics_small_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5426903Z test_reference_numerics_small_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5439809Z test_reference_numerics_small_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5453005Z test_reference_numerics_small_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5465572Z test_reference_numerics_small_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5478239Z test_reference_numerics_small_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5491622Z test_reference_numerics_small_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5505101Z test_reference_numerics_small_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5515499Z test_reference_numerics_small_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:09.5661160Z test_reference_numerics_small_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:09:09.5794481Z test_reference_numerics_small_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:09:09.5807896Z test_reference_numerics_small_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5822299Z test_reference_numerics_small_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5835620Z test_reference_numerics_small_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5850516Z test_reference_numerics_small_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5863972Z test_reference_numerics_small_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5877719Z test_reference_numerics_small_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5890876Z test_reference_numerics_small_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5904251Z test_reference_numerics_small_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.5914582Z test_reference_numerics_small_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:09.6060695Z test_reference_numerics_small_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:09:09.6194055Z test_reference_numerics_small_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:09:09.6207634Z test_reference_numerics_small_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6222379Z test_reference_numerics_small_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6236112Z test_reference_numerics_small_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6249165Z test_reference_numerics_small_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6262185Z test_reference_numerics_small_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6275135Z test_reference_numerics_small_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6288295Z test_reference_numerics_small_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6301226Z test_reference_numerics_small_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6310474Z test_reference_numerics_small_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:09.6407600Z test_reference_numerics_small_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:09:09.6505206Z test_reference_numerics_small_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:09:09.6517268Z test_reference_numerics_small_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6529847Z test_reference_numerics_small_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6541467Z test_reference_numerics_small_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6553085Z test_reference_numerics_small_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6564299Z test_reference_numerics_small_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6575737Z test_reference_numerics_small_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6586953Z test_reference_numerics_small_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6598466Z test_reference_numerics_small_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6611395Z test_reference_numerics_small_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6621240Z test_reference_numerics_small_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:09.6633730Z test_reference_numerics_small_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6646764Z test_reference_numerics_small_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6659618Z test_reference_numerics_small_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6672306Z test_reference_numerics_small_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6685100Z test_reference_numerics_small_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6697930Z test_reference_numerics_small_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6710906Z test_reference_numerics_small_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6725888Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6740870Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6754811Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6769213Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6784063Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6798445Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6804599Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:09:09.6817646Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6831990Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6846515Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6862028Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6876563Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6891056Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6905301Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6911221Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:09:09.6924384Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6939948Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.6955530Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:09.6971637Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:09.6986146Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.7000334Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.7015039Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.7021450Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:09:09.7035408Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.7049414Z test_reference_numerics_small_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.7059480Z test_reference_numerics_small_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:09.7072466Z test_reference_numerics_small_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.7086025Z test_reference_numerics_small_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.7100276Z test_reference_numerics_small_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.7112787Z test_reference_numerics_small_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.7124783Z test_reference_numerics_small_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.7136077Z test_reference_numerics_small_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.7147523Z test_reference_numerics_small_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.7159014Z test_reference_numerics_small_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.7171706Z test_reference_numerics_small_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.7282299Z test_reference_numerics_small_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:09:09.7398724Z test_reference_numerics_small_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:09:09.7505913Z test_reference_numerics_small_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:09:09.7518658Z test_reference_numerics_small_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.7532058Z test_reference_numerics_small_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.7545648Z test_reference_numerics_small_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.7557880Z test_reference_numerics_small_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.7569453Z test_reference_numerics_small_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.7580853Z test_reference_numerics_small_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.7593050Z test_reference_numerics_small_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.7604682Z test_reference_numerics_small_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.7618230Z test_reference_numerics_small_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.7631515Z test_reference_numerics_small_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.7644308Z test_reference_numerics_small_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.7658130Z test_reference_numerics_small_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.7671239Z test_reference_numerics_small_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.7684420Z test_reference_numerics_small_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.7698816Z test_reference_numerics_small_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.7712811Z test_reference_numerics_small_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.7726680Z test_reference_numerics_small_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.7740865Z test_reference_numerics_small_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.7754454Z test_reference_numerics_small_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.7768382Z test_reference_numerics_small_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.7797859Z test_reference_numerics_small_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.7798508Z test_reference_numerics_small_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.7812394Z test_reference_numerics_small_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.7825791Z test_reference_numerics_small_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.7839464Z test_reference_numerics_small_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.7852734Z test_reference_numerics_small_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.7865950Z test_reference_numerics_small_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.7878789Z test_reference_numerics_small_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.7891022Z test_reference_numerics_small_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.7902321Z test_reference_numerics_small_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.7913466Z test_reference_numerics_small_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.7925354Z test_reference_numerics_small_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.7937428Z test_reference_numerics_small_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.7950702Z test_reference_numerics_small_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.7963585Z test_reference_numerics_small_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.7976713Z test_reference_numerics_small_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.8170899Z test_reference_numerics_small_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:09:09.8176383Z test_reference_numerics_small_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:09:09.8189992Z test_reference_numerics_small_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.8204107Z test_reference_numerics_small_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.8218349Z test_reference_numerics_small_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.8232880Z test_reference_numerics_small_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.8247109Z test_reference_numerics_small_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.8261209Z test_reference_numerics_small_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.8275580Z test_reference_numerics_small_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.8391769Z test_reference_numerics_small_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:09:09.8507095Z test_reference_numerics_small_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:09:09.8521860Z test_reference_numerics_small_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.8535282Z test_reference_numerics_small_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.8548771Z test_reference_numerics_small_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.8561294Z test_reference_numerics_small_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.8567212Z test_reference_numerics_small_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:09:09.8580724Z test_reference_numerics_small_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.8587708Z test_reference_numerics_small_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:09:09.8600439Z test_reference_numerics_small_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.8614716Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.8838380Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:09:09.8991721Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:09:09.9004943Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.9018320Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.9031815Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.9044795Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.9058007Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.9070698Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.9083915Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.9097707Z test_reference_numerics_small_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.9111794Z test_reference_numerics_small_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.9125241Z test_reference_numerics_small_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.9137511Z test_reference_numerics_small_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.9148857Z test_reference_numerics_small_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.9160239Z test_reference_numerics_small_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.9172329Z test_reference_numerics_small_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.9184298Z test_reference_numerics_small_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.9200370Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:09.9210651Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:09.9226041Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.9242373Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:09.9255340Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.9267863Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.9280237Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.9293329Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.9306092Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.9321756Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.9332029Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:09.9346274Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.9361290Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.9375145Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.9388142Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.9400554Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.9413343Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.9425980Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.9441831Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:09.9452049Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:09.9467656Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:09.9484020Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:09.9498307Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.9511896Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.9526660Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.9540738Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.9554961Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.9572138Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:09.9582108Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:09.9597716Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.9614043Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:09.9627642Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.9640787Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.9653918Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.9666949Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.9680953Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.9697761Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:09.9707978Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:09.9723553Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:09.9740638Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:09.9754741Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.9768372Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.9781919Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.9795575Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.9809946Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.9823276Z test_reference_numerics_small_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:09.9930571Z test_reference_numerics_small_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:09:10.0044100Z test_reference_numerics_small_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:09:10.0147802Z test_reference_numerics_small_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:09:10.0159865Z test_reference_numerics_small_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.0173151Z test_reference_numerics_small_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.0186164Z test_reference_numerics_small_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.0197796Z test_reference_numerics_small_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.0209307Z test_reference_numerics_small_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.0221098Z test_reference_numerics_small_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.0233523Z test_reference_numerics_small_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.0245405Z test_reference_numerics_small_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.0251114Z test_reference_numerics_small_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:09:10.0261014Z test_reference_numerics_small_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:10.0274133Z test_reference_numerics_small_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.0287925Z test_reference_numerics_small_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.0301895Z test_reference_numerics_small_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.0315429Z test_reference_numerics_small_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.0328047Z test_reference_numerics_small_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.0340799Z test_reference_numerics_small_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.0354467Z test_reference_numerics_small_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.0367671Z test_reference_numerics_small_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.0381367Z test_reference_numerics_small_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.0391783Z test_reference_numerics_small_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:10.0493465Z test_reference_numerics_small_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:09:10.0602473Z test_reference_numerics_small_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:09:10.0703465Z test_reference_numerics_small_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:09:10.0716393Z test_reference_numerics_small_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.0730457Z test_reference_numerics_small_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.0744556Z test_reference_numerics_small_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.0757397Z test_reference_numerics_small_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.0769522Z test_reference_numerics_small_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.0781169Z test_reference_numerics_small_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.0793199Z test_reference_numerics_small_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.0805714Z test_reference_numerics_small_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.0811838Z test_reference_numerics_small_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:09:10.0821887Z test_reference_numerics_small_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:10.0932945Z test_reference_numerics_small_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:09:10.1042522Z test_reference_numerics_small_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:09:10.1056682Z test_reference_numerics_small_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.1071181Z test_reference_numerics_small_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.1084739Z test_reference_numerics_small_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.1098162Z test_reference_numerics_small_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.1111595Z test_reference_numerics_small_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.1124950Z test_reference_numerics_small_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.1138549Z test_reference_numerics_small_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.1151796Z test_reference_numerics_small_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.1165360Z test_reference_numerics_small_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.1179225Z test_reference_numerics_small_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.1192617Z test_reference_numerics_small_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.1204633Z test_reference_numerics_small_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.1216611Z test_reference_numerics_small_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.1228238Z test_reference_numerics_small_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.1240373Z test_reference_numerics_small_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.1253043Z test_reference_numerics_small_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.1266037Z test_reference_numerics_small_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.1279442Z test_reference_numerics_small_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.1292485Z test_reference_numerics_small_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.1305720Z test_reference_numerics_small_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.1319634Z test_reference_numerics_small_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.1333255Z test_reference_numerics_small_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.1347443Z test_reference_numerics_small_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.1360553Z test_reference_numerics_small_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.1373989Z test_reference_numerics_small_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.1387547Z test_reference_numerics_small_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.1397761Z test_reference_numerics_small_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:10.1527144Z test_reference_numerics_small_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:09:10.1652251Z test_reference_numerics_small_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:09:10.1665548Z test_reference_numerics_small_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.1680135Z test_reference_numerics_small_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.1694141Z test_reference_numerics_small_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.1707588Z test_reference_numerics_small_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.1720917Z test_reference_numerics_small_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.1734510Z test_reference_numerics_small_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.1747118Z test_reference_numerics_small_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.1760010Z test_reference_numerics_small_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.1770173Z test_reference_numerics_small_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:10.1885013Z test_reference_numerics_small_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:09:10.2014267Z test_reference_numerics_small_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:09:10.2128061Z test_reference_numerics_small_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:09:10.2141123Z test_reference_numerics_small_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.2154096Z test_reference_numerics_small_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.2167652Z test_reference_numerics_small_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.2180093Z test_reference_numerics_small_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.2191665Z test_reference_numerics_small_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.2203399Z test_reference_numerics_small_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.2216066Z test_reference_numerics_small_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.2228059Z test_reference_numerics_small_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.2240726Z test_reference_numerics_small_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.2250961Z test_reference_numerics_small_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:10.2413836Z test_reference_numerics_small_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:09:10.2539810Z test_reference_numerics_small_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:09:10.2552774Z test_reference_numerics_small_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.2566758Z test_reference_numerics_small_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.2580322Z test_reference_numerics_small_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.2592548Z test_reference_numerics_small_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.2606027Z test_reference_numerics_small_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.2623926Z test_reference_numerics_small_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:10.2642295Z test_reference_numerics_small_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:10.2661877Z test_reference_numerics_small_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:10.2676830Z test_reference_numerics_small_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:10.2695876Z test_reference_numerics_small_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:10.2715157Z test_reference_numerics_small_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:10.2733755Z test_reference_numerics_small_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:10.2748883Z test_reference_numerics_small_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.2762069Z test_reference_numerics_small_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.2775740Z test_reference_numerics_small_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.2790497Z test_reference_numerics_small_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.2805521Z test_reference_numerics_small_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.2819875Z test_reference_numerics_small_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.2832472Z test_reference_numerics_small_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:10.2846937Z test_reference_numerics_small_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.2860746Z test_reference_numerics_small_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.2874689Z test_reference_numerics_small_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.2888755Z test_reference_numerics_small_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.2902467Z test_reference_numerics_small_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.2916317Z test_reference_numerics_small_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.2931683Z test_reference_numerics_small_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.2946089Z test_reference_numerics_small_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.2961313Z test_reference_numerics_small_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.2973849Z test_reference_numerics_small_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:10.3218314Z test_reference_numerics_small_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:09:10.3365415Z test_reference_numerics_small_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:09:10.3380052Z test_reference_numerics_small_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.3394584Z test_reference_numerics_small_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.3408444Z test_reference_numerics_small_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.3422349Z test_reference_numerics_small_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.3435641Z test_reference_numerics_small_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.3449264Z test_reference_numerics_small_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.3462492Z test_reference_numerics_small_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.3476659Z test_reference_numerics_small_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.3487096Z test_reference_numerics_small_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:10.3711871Z test_reference_numerics_small_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:09:10.3718369Z test_reference_numerics_small_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:09:10.3734028Z test_reference_numerics_small_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.3748995Z test_reference_numerics_small_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.3762944Z test_reference_numerics_small_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.3775744Z test_reference_numerics_small_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.3788341Z test_reference_numerics_small_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.3800997Z test_reference_numerics_small_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.3813744Z test_reference_numerics_small_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.3826844Z test_reference_numerics_small_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.3837321Z test_reference_numerics_small_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:10.4079876Z test_reference_numerics_small_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:09:10.4232263Z test_reference_numerics_small_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:09:10.4246005Z test_reference_numerics_small_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.4260520Z test_reference_numerics_small_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.4274174Z test_reference_numerics_small_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.4286915Z test_reference_numerics_small_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.4300034Z test_reference_numerics_small_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.4312286Z test_reference_numerics_small_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.4325210Z test_reference_numerics_small_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.4335671Z test_reference_numerics_small_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:10.4348130Z test_reference_numerics_small_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.4361844Z test_reference_numerics_small_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.4375713Z test_reference_numerics_small_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.4389590Z test_reference_numerics_small_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.4402195Z test_reference_numerics_small_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.4415073Z test_reference_numerics_small_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.4427451Z test_reference_numerics_small_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.4437430Z test_reference_numerics_small_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:10.4449795Z test_reference_numerics_small_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.4463494Z test_reference_numerics_small_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.4476841Z test_reference_numerics_small_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.4490359Z test_reference_numerics_small_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.4503952Z test_reference_numerics_small_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.4517685Z test_reference_numerics_small_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.4531570Z test_reference_numerics_small_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.4542757Z test_reference_numerics_small_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:10.4556361Z test_reference_numerics_small_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.4570717Z test_reference_numerics_small_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.4584081Z test_reference_numerics_small_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.4596968Z test_reference_numerics_small_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.4609831Z test_reference_numerics_small_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.4622390Z test_reference_numerics_small_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.4635403Z test_reference_numerics_small_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.4645820Z test_reference_numerics_small_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:10.4659575Z test_reference_numerics_small_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.4673826Z test_reference_numerics_small_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.4687278Z test_reference_numerics_small_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.4700764Z test_reference_numerics_small_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.4714775Z test_reference_numerics_small_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.4727676Z test_reference_numerics_small_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.4740391Z test_reference_numerics_small_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.4750088Z test_reference_numerics_small_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:10.4763153Z test_reference_numerics_small_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.4777153Z test_reference_numerics_small_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.4790345Z test_reference_numerics_small_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.4802711Z test_reference_numerics_small_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.4815836Z test_reference_numerics_small_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.4828237Z test_reference_numerics_small_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.4841258Z test_reference_numerics_small_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.4855381Z test_reference_numerics_small_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.4865431Z test_reference_numerics_small_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:10.4877510Z test_reference_numerics_small_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.4890687Z test_reference_numerics_small_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.4903133Z test_reference_numerics_small_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.4914749Z test_reference_numerics_small_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.4926681Z test_reference_numerics_small_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.4938605Z test_reference_numerics_small_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.4951008Z test_reference_numerics_small_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.4960982Z test_reference_numerics_small_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:10.4973392Z test_reference_numerics_small_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.4986440Z test_reference_numerics_small_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.4998567Z test_reference_numerics_small_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5010561Z test_reference_numerics_small_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5023003Z test_reference_numerics_small_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5035372Z test_reference_numerics_small_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5047469Z test_reference_numerics_small_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5060269Z test_reference_numerics_small_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5070145Z test_reference_numerics_small_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:10.5083231Z test_reference_numerics_small_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5096846Z test_reference_numerics_small_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5109738Z test_reference_numerics_small_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5122074Z test_reference_numerics_small_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5134725Z test_reference_numerics_small_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5147151Z test_reference_numerics_small_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5159655Z test_reference_numerics_small_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5169851Z test_reference_numerics_small_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:10.5183086Z test_reference_numerics_small_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5196943Z test_reference_numerics_small_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5210744Z test_reference_numerics_small_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5223711Z test_reference_numerics_small_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5236811Z test_reference_numerics_small_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5249606Z test_reference_numerics_small_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5263067Z test_reference_numerics_small_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5274573Z test_reference_numerics_small_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:10.5289325Z test_reference_numerics_small_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5304052Z test_reference_numerics_small_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5317594Z test_reference_numerics_small_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5330003Z test_reference_numerics_small_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5342800Z test_reference_numerics_small_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5353943Z test_reference_numerics_small_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5365421Z test_reference_numerics_small_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5374915Z test_reference_numerics_small_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:10.5388097Z test_reference_numerics_small_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5401724Z test_reference_numerics_small_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5415054Z test_reference_numerics_small_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5427925Z test_reference_numerics_small_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5440774Z test_reference_numerics_small_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5453900Z test_reference_numerics_small_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5465739Z test_reference_numerics_small_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5474979Z test_reference_numerics_small_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:10.5487480Z test_reference_numerics_small_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5501039Z test_reference_numerics_small_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5514081Z test_reference_numerics_small_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5527289Z test_reference_numerics_small_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5540848Z test_reference_numerics_small_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5554349Z test_reference_numerics_small_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5566289Z test_reference_numerics_small_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5575960Z test_reference_numerics_small_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:10.5588311Z test_reference_numerics_small_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5601361Z test_reference_numerics_small_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5614456Z test_reference_numerics_small_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5626515Z test_reference_numerics_small_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5638345Z test_reference_numerics_small_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5651120Z test_reference_numerics_small_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5663170Z test_reference_numerics_small_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5672393Z test_reference_numerics_small_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:10.5684466Z test_reference_numerics_small_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5698343Z test_reference_numerics_small_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5711228Z test_reference_numerics_small_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5723449Z test_reference_numerics_small_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5735304Z test_reference_numerics_small_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5746938Z test_reference_numerics_small_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5759339Z test_reference_numerics_small_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5770176Z test_reference_numerics_small_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:10.5783151Z test_reference_numerics_small_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5797358Z test_reference_numerics_small_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5810898Z test_reference_numerics_small_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5823149Z test_reference_numerics_small_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5834822Z test_reference_numerics_small_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5846569Z test_reference_numerics_small_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5859110Z test_reference_numerics_small_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5872925Z test_reference_numerics_small_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5882816Z test_reference_numerics_small_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:10.5895857Z test_reference_numerics_small_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5909373Z test_reference_numerics_small_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5922045Z test_reference_numerics_small_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5935117Z test_reference_numerics_small_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5948090Z test_reference_numerics_small_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5960802Z test_reference_numerics_small_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5973910Z test_reference_numerics_small_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.5983652Z test_reference_numerics_small_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:10.5996366Z test_reference_numerics_small_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.6009966Z test_reference_numerics_small_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.6022632Z test_reference_numerics_small_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.6034599Z test_reference_numerics_small_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.6047138Z test_reference_numerics_small_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.6059760Z test_reference_numerics_small_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.6072311Z test_reference_numerics_small_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.6086876Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.6096888Z 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:09:10.6109402Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.6122319Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.6135212Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.6146915Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.6158962Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.6171820Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.6183449Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.6192289Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:10.6204091Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.6216880Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.6228934Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.6240190Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.6251734Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.6262726Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.6274186Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.6282843Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:10.6294994Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.6307376Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.6319470Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.6331415Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.6343562Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.6355981Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.6367308Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.6376482Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:10.6388524Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.6401409Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.6413855Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.6425189Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.6436518Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.6447888Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.6459866Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.6472664Z test_reference_numerics_small_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.6482364Z test_reference_numerics_small_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:10.6606546Z test_reference_numerics_small_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:09:10.6724381Z test_reference_numerics_small_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:09:10.6737567Z test_reference_numerics_small_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.6750957Z test_reference_numerics_small_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.6764328Z test_reference_numerics_small_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.6777538Z test_reference_numerics_small_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.6791220Z test_reference_numerics_small_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.6804137Z test_reference_numerics_small_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.6817098Z test_reference_numerics_small_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.6830130Z test_reference_numerics_small_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.6840127Z test_reference_numerics_small_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:10.6947154Z test_reference_numerics_small_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:09:10.7052668Z test_reference_numerics_small_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:09:10.7064837Z test_reference_numerics_small_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.7078186Z test_reference_numerics_small_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.7092530Z test_reference_numerics_small_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.7104520Z test_reference_numerics_small_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.7115381Z test_reference_numerics_small_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.7126550Z test_reference_numerics_small_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.7138399Z test_reference_numerics_small_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.7150182Z test_reference_numerics_small_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.7155630Z test_reference_numerics_small_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:09:10.7164928Z test_reference_numerics_small_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:10.7502600Z test_reference_numerics_small_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:09:10.7636812Z test_reference_numerics_small_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:09:10.7651132Z test_reference_numerics_small_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.7754857Z test_reference_numerics_small_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:09:10.7768591Z test_reference_numerics_small_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.7782161Z test_reference_numerics_small_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.7795164Z test_reference_numerics_small_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.7808546Z test_reference_numerics_small_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.7823286Z test_reference_numerics_small_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.7836771Z test_reference_numerics_small_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.7847672Z test_reference_numerics_small_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:09:10.8005976Z test_reference_numerics_small_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:09:10.8137122Z test_reference_numerics_small_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:09:10.8149745Z test_reference_numerics_small_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.8163071Z test_reference_numerics_small_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.8176101Z test_reference_numerics_small_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.8189649Z test_reference_numerics_small_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.8203070Z test_reference_numerics_small_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.8216379Z test_reference_numerics_small_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.8229062Z test_reference_numerics_small_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.8241886Z test_reference_numerics_small_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.8254743Z test_reference_numerics_small_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.8267448Z test_reference_numerics_small_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.8279408Z test_reference_numerics_small_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.8291845Z test_reference_numerics_small_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.8303756Z test_reference_numerics_small_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.8316287Z test_reference_numerics_small_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.8328428Z test_reference_numerics_small_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.8352708Z test_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:10.8376924Z test_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:10.8404486Z test_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:09:10.8464144Z test_special_i0_i1_vs_scipy_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:09:10.8550302Z test_special_i0_i1_vs_scipy_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:09:10.8640200Z test_special_i0_i1_vs_scipy_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:09:10.8653700Z test_special_log_ndtr_vs_scipy_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.8667003Z test_special_log_ndtr_vs_scipy_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.8683692Z test_special_ndtr_vs_scipy_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:10.8700930Z test_special_ndtr_vs_scipy_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:09:10.8711319Z test_threshold_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.8721665Z test_threshold_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.8734213Z test_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.8747152Z test_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.8759899Z test_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.8772975Z test_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.8785197Z test_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.8797503Z test_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:10.8809676Z test_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:09:11.1768295Z test_unary_out_op_mem_overlap_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.296s) 2022-09-27T16:09:11.1769527Z 2022-09-27T16:09:11.1769973Z ---------------------------------------------------------------------- 2022-09-27T16:09:11.1770401Z Ran 12394 tests in 151.862s 2022-09-27T16:09:11.1770566Z 2022-09-27T16:09:11.1771803Z OK (skipped=640, expected failures=14) 2022-09-27T16:09:11.1772027Z 2022-09-27T16:09:11.1772172Z Generating XML reports... 2022-09-27T16:09:12.3264079Z Generated XML report: test-reports/python-unittest/test_unary_ufuncs/TEST-TestUnaryUfuncsCPU-20220927160639.xml 2022-09-27T16:09:12.9267784Z Running test_jit ... [2022-09-27 16:09:12.926406] 2022-09-27T16:09:12.9268297Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:09:12.926493] 2022-09-27T16:09:15.5816783Z CUDA not available, skipping tests 2022-09-27T16:09:15.6005388Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-09-27T16:09:15.6809189Z Test results will be stored in test-reports/python-unittest/test_jit 2022-09-27T16:09:15.7870485Z 2022-09-27T16:09:15.7870723Z Running tests... 2022-09-27T16:09:15.7871417Z ---------------------------------------------------------------------- 2022-09-27T16:09:15.7892713Z test_becomes_wildcard_annotations (jit.test_alias_analysis.TestAliasAnalysis) ... ok (0.002s) 2022-09-27T16:09:15.7968163Z test_nested_list_construct_not_wildcard (jit.test_alias_analysis.TestAliasAnalysis) ... ok (0.007s) 2022-09-27T16:09:15.8118244Z test_recursive_calls (jit.test_alias_analysis.TestAliasAnalysis) ... ok (0.015s) 2022-09-27T16:09:15.8130686Z test_async_future_type_python (jit.test_async.TestAsync) ... ok (0.001s) 2022-09-27T16:09:15.8581266Z test_async_grad_guard_no_grad (jit.test_async.TestAsync) ... ok (0.045s) 2022-09-27T16:09:15.8649699Z test_async_grad_guard_with_grad (jit.test_async.TestAsync) ... ok (0.007s) 2022-09-27T16:09:16.0572181Z test_async_kwargs (jit.test_async.TestAsync) ... ok (0.192s) 2022-09-27T16:09:16.0659472Z test_async_parsing (jit.test_async.TestAsync) ... ok (0.009s) 2022-09-27T16:09:16.0686874Z test_async_python (jit.test_async.TestAsync) ... ok (0.003s) 2022-09-27T16:09:16.0748746Z test_async_script (jit.test_async.TestAsync) ... ok (0.006s) 2022-09-27T16:09:16.0831536Z test_async_script_capture (jit.test_async.TestAsync) ... ok (0.008s) 2022-09-27T16:09:16.1103529Z test_async_script_error (jit.test_async.TestAsync) ... ok (0.027s) 2022-09-27T16:09:16.1262881Z test_async_script_multi_forks (jit.test_async.TestAsync) ... ok (0.016s) 2022-09-27T16:09:16.1325593Z test_async_script_multi_waits (jit.test_async.TestAsync) ... ok (0.006s) 2022-09-27T16:09:16.1422823Z test_async_script_nested (jit.test_async.TestAsync) ... ok (0.010s) 2022-09-27T16:09:16.1438946Z test_async_script_no_script_mod (jit.test_async.TestAsync) ... ok (0.002s) 2022-09-27T16:09:16.1775715Z test_async_script_trace (jit.test_async.TestAsync) ... ok (0.034s) 2022-09-27T16:09:16.1785080Z test_future_subtyping (jit.test_async.TestAsync) 2022-09-27T16:09:16.1872538Z Test that futures subtype each other properly. ... ok (0.010s) 2022-09-27T16:09:16.1888895Z test_no_future_subtype_message (jit.test_async.TestAsync) ... ok (0.002s) 2022-09-27T16:09:16.1993749Z test_trace_fork_wait (jit.test_async.TestAsync) ... ok (0.010s) 2022-09-27T16:09:16.2075551Z test_trace_fork_wait_inline (jit.test_async.TestAsync) ... ok (0.008s) 2022-09-27T16:09:16.2191209Z test_trace_fork_wait_inline_onnx (jit.test_async.TestAsync) ... ok (0.012s) 2022-09-27T16:09:16.2212203Z test_trace_fork_wait_leaking (jit.test_async.TestAsync) ... ok (0.002s) 2022-09-27T16:09:16.2467036Z test_trace_fork_wait_list_modulecalls (jit.test_async.TestAsync) ... ok (0.025s) 2022-09-27T16:09:16.2622666Z test_trace_modulecalls_with_different_output_types (jit.test_async.TestAsync) ... ok (0.015s) 2022-09-27T16:09:16.2665649Z test_aten_pow_zero_negative_exponent (jit.test_aten_pow.TestAtenPow) 2022-09-27T16:09:16.2846406Z 1. Testing a = int, b = int ... ok (0.022s) 2022-09-27T16:09:16.3671409Z test_autodiff_requires_grad_nograd (jit.test_autodiff.TestAutodiffJit) ... ok (0.082s) 2022-09-27T16:09:16.4180070Z test_requires_grad_outputs (jit.test_autodiff.TestAutodiffJit) ... ok (0.051s) 2022-09-27T16:09:16.5352691Z test_requires_grad_outputs_profiled_twice (jit.test_autodiff.TestAutodiffJit) ... ok (0.117s) 2022-09-27T16:09:16.6513197Z test_requires_grad_outputs_side_effects (jit.test_autodiff.TestAutodiffJit) ... ok (0.116s) 2022-09-27T16:09:16.7662187Z test_undefined_tensor_lists (jit.test_autodiff.TestAutodiffJit) ... ok (0.115s) 2022-09-27T16:09:16.7692849Z test_aliased_outputs (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.003s) 2022-09-27T16:09:17.1278453Z test_bias_as_arg (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.358s) 2022-09-27T16:09:17.4493331Z test_bias_as_module_attr (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.321s) 2022-09-27T16:09:17.4538348Z test_chunk_constant_script_ad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.005s) 2022-09-27T16:09:17.4767319Z test_constructed_bias (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.023s) 2022-09-27T16:09:17.4837456Z test_diff_graph_inline_threshold (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.007s) 2022-09-27T16:09:17.4853614Z test_differentiable_graph_ops_requires_grad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... skip: disable until we property handle tensor lists with undefined gradients (0.002s) 2022-09-27T16:09:17.4919443Z test_does_not_create_cycles (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.006s) 2022-09-27T16:09:17.4979315Z test_does_not_merge_unrelated (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.006s) 2022-09-27T16:09:17.4994064Z test_has_profiled_info_aliasing_outputs (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.001s) 2022-09-27T16:09:17.5096048Z test_merge_respects_aliasing (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.010s) 2022-09-27T16:09:17.5158140Z test_merges_dense (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.006s) 2022-09-27T16:09:17.5221201Z test_merges_down (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.006s) 2022-09-27T16:09:17.5283877Z test_merges_up (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.006s) 2022-09-27T16:09:17.5339591Z test_merges_without_cycles (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.006s) 2022-09-27T16:09:17.5350313Z test_prune_grad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... skip: Simple Executor doesn't support gradients (0.001s) 2022-09-27T16:09:17.5404965Z test_requires_grad_for_tensor_list (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.005s) 2022-09-27T16:09:17.5478489Z test_respects_lexical_scoping (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.007s) 2022-09-27T16:09:17.5528584Z test_simple_merge (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.005s) 2022-09-27T16:09:17.5584322Z test_simple_no_merge (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.006s) 2022-09-27T16:09:17.5732958Z test_errors (jit.test_backends.TestBackends) ... [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:09:17.7024868Z ok (0.144s) 2022-09-27T16:09:17.7183322Z test_execution (jit.test_backends.TestBackends) ... [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:09:17.8368679Z ok (0.133s) 2022-09-27T16:09:17.8537218Z test_save_load (jit.test_backends.TestBackends) ... [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:09:18.0788688Z ok (0.241s) 2022-09-27T16:09:18.1269224Z test_errors (jit.test_backends.TestBackendsWithCompiler) ... ok (0.046s) 2022-09-27T16:09:18.1948997Z test_execution (jit.test_backends.TestBackendsWithCompiler) ... ok (0.067s) 2022-09-27T16:09:18.2023505Z test_batch_mm_no_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.006s) 2022-09-27T16:09:18.2093416Z test_batch_mm_permitted_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.007s) 2022-09-27T16:09:18.2160119Z test_batch_mm_prohibited_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.007s) 2022-09-27T16:09:18.2245616Z test_batch_mm_prohibited_mutation_if_node (jit.test_batch_mm.TestBatchMM) ... ok (0.008s) 2022-09-27T16:09:18.2333271Z test_batch_mm_prohibited_mutation_multiple_adds (jit.test_batch_mm.TestBatchMM) ... ok (0.009s) 2022-09-27T16:09:18.2419504Z test_batch_mm_side_permitted_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.009s) 2022-09-27T16:09:18.2523187Z test_batch_mm_side_prohibited_mutation_common_side (jit.test_batch_mm.TestBatchMM) ... ok (0.010s) 2022-09-27T16:09:18.2626791Z test_batch_mm_side_prohibited_mutation_uncommon_side (jit.test_batch_mm.TestBatchMM) ... ok (0.010s) 2022-09-27T16:09:18.2692181Z test_del (jit.test_builtins.TestBuiltins) ... ok (0.006s) 2022-09-27T16:09:18.2780136Z test_del_multiple_operands (jit.test_builtins.TestBuiltins) ... ok (0.009s) 2022-09-27T16:09:18.2963684Z test_has_attr (jit.test_builtins.TestBuiltins) ... ok (0.018s) 2022-09-27T16:09:18.3053986Z test_has_attr_invalid_args (jit.test_builtins.TestBuiltins) ... ok (0.009s) 2022-09-27T16:09:18.3165405Z test_cast_overloads (jit.test_class_type.TestClassType) ... ok (0.011s) 2022-09-27T16:09:18.3173332Z test_class_attribute_wrong_type (jit.test_class_type.TestClassType) 2022-09-27T16:09:18.3214094Z Test that the error message displayed when convering a class type ... ok (0.005s) 2022-09-27T16:09:18.3545964Z test_class_constant (jit.test_class_type.TestClassType) ... ok (0.033s) 2022-09-27T16:09:18.3595860Z test_class_constructs_itself (jit.test_class_type.TestClassType) ... ok (0.005s) 2022-09-27T16:09:18.3626459Z test_class_inheritance (jit.test_class_type.TestClassType) ... ok (0.003s) 2022-09-27T16:09:18.3635312Z test_class_inheritance_implicit (jit.test_class_type.TestClassType) 2022-09-27T16:09:18.3736431Z Test that inheritance is detected in ... ok (0.011s) 2022-09-27T16:09:18.4308997Z test_class_sorting (jit.test_class_type.TestClassType) ... ok (0.057s) 2022-09-27T16:09:18.4994707Z test_class_specialization (jit.test_class_type.TestClassType) ... ok (0.068s) 2022-09-27T16:09:18.5085491Z test_class_type_as_param (jit.test_class_type.TestClassType) ... ok (0.009s) 2022-09-27T16:09:18.5092581Z test_classmethod (jit.test_class_type.TestClassType) 2022-09-27T16:09:18.5170565Z Test classmethods on class types. ... ok (0.008s) 2022-09-27T16:09:18.5197363Z test_conditional_set_attr (jit.test_class_type.TestClassType) ... ok (0.003s) 2022-09-27T16:09:18.5208635Z test_custom_delete (jit.test_class_type.TestClassType) 2022-09-27T16:09:18.5337584Z Test that del can be called on an instance of a class that ... ok (0.014s) 2022-09-27T16:09:18.5363480Z test_default_args (jit.test_class_type.TestClassType) 2022-09-27T16:09:18.5889340Z Test that methods on class types can have default arguments. ... ok (0.055s) 2022-09-27T16:09:18.5941265Z test_get_attr (jit.test_class_type.TestClassType) ... ok (0.005s) 2022-09-27T16:09:18.5968531Z test_get_attr_not_initialized (jit.test_class_type.TestClassType) ... ok (0.003s) 2022-09-27T16:09:18.5980769Z test_get_with_method (jit.test_class_type.TestClassType) ... ok (0.001s) 2022-09-27T16:09:18.6123174Z test_imported_classes (jit.test_class_type.TestClassType) ... ok (0.014s) 2022-09-27T16:09:18.6180657Z test_in (jit.test_class_type.TestClassType) ... ok (0.006s) 2022-09-27T16:09:18.6211230Z test_init_compiled_first (jit.test_class_type.TestClassType) ... ok (0.003s) 2022-09-27T16:09:18.6907133Z test_interface (jit.test_class_type.TestClassType) ... ok (0.069s) 2022-09-27T16:09:18.6954539Z test_optional_type_promotion (jit.test_class_type.TestClassType) ... ok (0.005s) 2022-09-27T16:09:18.7018860Z test_out_of_order_methods (jit.test_class_type.TestClassType) ... ok (0.006s) 2022-09-27T16:09:18.8267521Z test_overloaded_fn (jit.test_class_type.TestClassType) ... ok (0.125s) 2022-09-27T16:09:18.8287668Z test_properties (jit.test_class_type.TestClassType) 2022-09-27T16:09:18.8525475Z Test that a scripted class can make use of the @property decorator. ... ok (0.026s) 2022-09-27T16:09:18.8587669Z test_py_class_to_ivalue_missing_attribute (jit.test_class_type.TestClassType) ... ok (0.006s) 2022-09-27T16:09:18.8643443Z test_python_interop (jit.test_class_type.TestClassType) ... ok (0.006s) 2022-09-27T16:09:18.8647072Z test_recursive_class (jit.test_class_type.TestClassType) 2022-09-27T16:09:18.8668925Z Recursive class types not yet supported. We should give a good error message. ... ok (0.002s) 2022-09-27T16:09:18.8682505Z test_recursive_script_builtin_type_resolution (jit.test_class_type.TestClassType) 2022-09-27T16:09:18.9036244Z Test resolution of built-in torch types(e.g. torch.Tensor, torch.device) when a class is recursively compiled. ... ok (0.037s) 2022-09-27T16:09:18.9042287Z test_recursive_script_module_builtin_type_resolution (jit.test_class_type.TestClassType) 2022-09-27T16:09:18.9152787Z Test resolution of built-in torch types(e.g. torch.Tensor, torch.device) when a class is recursively compiled ... ok (0.012s) 2022-09-27T16:09:18.9158607Z test_recursive_scripting (jit.test_class_type.TestClassType) 2022-09-27T16:09:18.9244402Z Test that class types are recursively scripted when an Python instance of one ... ok (0.009s) 2022-09-27T16:09:18.9255530Z test_recursive_scripting_failed (jit.test_class_type.TestClassType) 2022-09-27T16:09:18.9378112Z Test that class types module attributes that fail to script ... ok (0.013s) 2022-09-27T16:09:18.9386763Z test_reference_semantics (jit.test_class_type.TestClassType) 2022-09-27T16:09:18.9456709Z Test that modifications made to a class instance in TorchScript ... ok (0.008s) 2022-09-27T16:09:18.9537474Z test_save_load_with_classes (jit.test_class_type.TestClassType) ... ok (0.008s) 2022-09-27T16:09:18.9675153Z test_save_load_with_classes_nested (jit.test_class_type.TestClassType) ... ok (0.014s) 2022-09-27T16:09:18.9761797Z test_save_load_with_classes_returned (jit.test_class_type.TestClassType) ... ok (0.009s) 2022-09-27T16:09:18.9765653Z test_schema_human_readable (jit.test_class_type.TestClassType) 2022-09-27T16:09:19.2118814Z Make sure that the schema is human readable, ie the mode parameter should read "nearest" instead of being displayed in octal ... ok (0.236s) 2022-09-27T16:09:19.2125874Z test_self_referential_method (jit.test_class_type.TestClassType) 2022-09-27T16:09:19.2229417Z Test that a scripted class can have a method that refers to the class itself ... ok (0.011s) 2022-09-27T16:09:19.2292233Z test_set_attr_in_method (jit.test_class_type.TestClassType) ... ok (0.006s) 2022-09-27T16:09:19.2320202Z test_set_attr_non_initialized (jit.test_class_type.TestClassType) ... ok (0.003s) 2022-09-27T16:09:19.2344794Z test_set_attr_type_mismatch (jit.test_class_type.TestClassType) ... ok (0.002s) 2022-09-27T16:09:19.2354650Z test_staticmethod (jit.test_class_type.TestClassType) 2022-09-27T16:09:19.2514737Z Test static methods on class types. ... ok (0.017s) 2022-09-27T16:09:19.2521310Z test_type_annotation (jit.test_class_type.TestClassType) 2022-09-27T16:09:19.2576023Z Test that annotating container attributes with types works correctly ... ok (0.006s) 2022-09-27T16:09:19.2606218Z test_type_annotations (jit.test_class_type.TestClassType) ... ok (0.003s) 2022-09-27T16:09:19.2667886Z test_unresolved_class_attributes (jit.test_class_type.TestClassType) ... ok (0.006s) 2022-09-27T16:09:19.2681284Z test_unused_method (jit.test_class_type.TestClassType) 2022-09-27T16:09:19.2791667Z Test unused methods on scripted classes. ... ok (0.012s) 2022-09-27T16:09:19.2958128Z test_binary_op_complex_tensor (jit.test_complex.TestComplex) ... ok (0.017s) 2022-09-27T16:09:19.3086310Z test_comparison_ops (jit.test_complex.TestComplex) ... ok (0.013s) 2022-09-27T16:09:19.7862638Z test_complex_constants_and_ops (jit.test_complex.TestComplex) ... ok (0.477s) 2022-09-27T16:09:19.8360800Z test_complex_constructor (jit.test_complex.TestComplex) ... ok (0.050s) 2022-09-27T16:09:19.8395477Z test_complex_list_sum (jit.test_complex.TestComplex) ... ok (0.003s) 2022-09-27T16:09:19.8465336Z test_complex_parse (jit.test_complex.TestComplex) ... ok (0.007s) 2022-09-27T16:09:19.8504430Z test_complexdict (jit.test_complex.TestComplex) ... ok (0.004s) 2022-09-27T16:09:19.8539723Z test_complexlist (jit.test_complex.TestComplex) ... ok (0.003s) 2022-09-27T16:09:19.8572885Z test_div (jit.test_complex.TestComplex) ... ok (0.003s) 2022-09-27T16:09:19.8648480Z test_infj_nanj_pickle (jit.test_complex.TestComplex) ... ok (0.008s) 2022-09-27T16:09:19.8720072Z test_pickle (jit.test_complex.TestComplex) ... ok (0.007s) 2022-09-27T16:09:19.8746891Z test_script (jit.test_complex.TestComplex) ... ok (0.003s) 2022-09-27T16:09:19.8810537Z test_tensor_attributes (jit.test_complex.TestComplex) ... ok (0.006s) 2022-09-27T16:09:19.9200446Z test_torch_complex_constructor_with_tensor (jit.test_complex.TestComplex) ... ok (0.039s) 2022-09-27T16:09:19.9229839Z test_calling_scripted_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.003s) 2022-09-27T16:09:19.9278490Z test_calling_traced_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.005s) 2022-09-27T16:09:19.9288095Z test_default_arguments_are_used (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-09-27T16:09:19.9303083Z test_dynamic_op_registry (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-09-27T16:09:19.9310366Z test_generic_list (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-09-27T16:09:19.9320159Z test_passing_and_returning_lists (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-09-27T16:09:19.9330035Z test_passing_one_positional_but_not_the_second (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-09-27T16:09:19.9338816Z test_passing_too_few_args (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-09-27T16:09:19.9348100Z test_passing_too_many_args (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-09-27T16:09:19.9357416Z test_passing_unknown_kwargs (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-09-27T16:09:19.9383499Z test_script_graph_contains_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.003s) 2022-09-27T16:09:19.9388011Z test_script_graph_for_custom_ops_matches_traced_graph (jit.test_custom_operators.TestCustomOperators) ... skip: Need to figure out default dtype differences between fbcode and oss (0.000s) 2022-09-27T16:09:19.9396638Z test_simply_calling_an_operator (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-09-27T16:09:19.9429769Z test_where_no_scalar (jit.test_custom_operators.TestCustomOperators) ... ok (0.003s) 2022-09-27T16:09:19.9477672Z test_setattr_no_aliasdb (jit.test_dce.TestDCE) ... ok (0.005s) 2022-09-27T16:09:19.9555025Z test_setattr_removed (jit.test_dce.TestDCE) ... ok (0.008s) 2022-09-27T16:09:19.9560596Z test_python_submodule_script (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.000s) 2022-09-27T16:09:19.9565178Z test_shared_module (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.000s) 2022-09-27T16:09:19.9576689Z test_tensor_sharing (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-09-27T16:09:19.9585517Z test_tensor_sharing_with_forward (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-09-27T16:09:19.9590201Z test_traced_module (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.000s) 2022-09-27T16:09:23.2525239Z test__post_init__ (jit.test_dataclasses.TestDataclasses) ... ok (3.293s) 2022-09-27T16:09:27.9517702Z test_comparators (jit.test_dataclasses.TestDataclasses) ... ok (4.699s) 2022-09-27T16:09:27.9611899Z test_custom__eq__ (jit.test_dataclasses.TestDataclasses) ... ok (0.009s) 2022-09-27T16:09:27.9628814Z test_default_factories (jit.test_dataclasses.TestDataclasses) ... ok (0.002s) 2022-09-27T16:09:27.9636949Z test_init_vars (jit.test_dataclasses.TestDataclasses) ... skip: InitVar not supported in Python < 3.8 (0.001s) 2022-09-27T16:09:27.9768668Z test_no_source (jit.test_dataclasses.TestDataclasses) ... ok (0.013s) 2022-09-27T16:09:27.9783716Z test_use_unregistered_dataclass_raises (jit.test_dataclasses.TestDataclasses) ... ok (0.002s) 2022-09-27T16:09:27.9862784Z test_custom_device_op (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.008s) 2022-09-27T16:09:27.9887180Z test_device_apply (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.002s) 2022-09-27T16:09:27.9918571Z test_device_arg (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.003s) 2022-09-27T16:09:27.9954722Z test_device_if_propagation (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.004s) 2022-09-27T16:09:27.9997011Z test_if_loop_mix (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.004s) 2022-09-27T16:09:28.0030995Z test_loop_device_change (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.003s) 2022-09-27T16:09:28.0064386Z test_loop_simple (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.003s) 2022-09-27T16:09:31.5008101Z test_mobilenet (jit.test_device_analysis.TestDeviceAnalysis) ... ok (3.494s) 2022-09-27T16:09:31.5058342Z test_nested_loops (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.005s) 2022-09-27T16:09:31.5091920Z test_set_dtype (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.003s) 2022-09-27T16:09:31.5144042Z test_simple (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.005s) 2022-09-27T16:09:31.5244559Z test_tensor_as_fns (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.010s) 2022-09-27T16:09:31.5280786Z test_while_change (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.004s) 2022-09-27T16:09:31.5396999Z test_zerodim_cpu (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.012s) 2022-09-27T16:09:31.5401204Z test_zerodim_gpu (jit.test_device_analysis.TestDeviceAnalysis) ... skip: No CUDA (0.000s) 2022-09-27T16:09:31.5629098Z test_zerodim_no_device (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.023s) 2022-09-27T16:09:31.5816680Z test_aug_assign (jit.test_list_dict.TestDict) ... ok (0.019s) 2022-09-27T16:09:31.6031290Z test_basic (jit.test_list_dict.TestDict) ... ok (0.021s) 2022-09-27T16:09:31.6070090Z test_clear (jit.test_list_dict.TestDict) ... ok (0.004s) 2022-09-27T16:09:31.6118284Z test_copy (jit.test_list_dict.TestDict) ... ok (0.005s) 2022-09-27T16:09:31.6202863Z test_del (jit.test_list_dict.TestDict) ... ok (0.008s) 2022-09-27T16:09:31.6438122Z test_dict_bool_conversion (jit.test_list_dict.TestDict) ... ok (0.023s) 2022-09-27T16:09:31.7321838Z test_dict_preserves_order (jit.test_list_dict.TestDict) ... ok (0.088s) 2022-09-27T16:09:31.7374853Z test_dict_to_python (jit.test_list_dict.TestDict) ... ok (0.005s) 2022-09-27T16:09:31.7387753Z test_dict_variance (jit.test_list_dict.TestDict) 2022-09-27T16:09:31.7500146Z `Dict[T1, _]` is not a subtype of `Dict[T2, _]`, even if `T1` is ... ok (0.012s) 2022-09-27T16:09:31.7586814Z test_get (jit.test_list_dict.TestDict) ... ok (0.009s) 2022-09-27T16:09:31.7682896Z test_get_boolkey (jit.test_list_dict.TestDict) ... ok (0.010s) 2022-09-27T16:09:31.7714123Z test_items (jit.test_list_dict.TestDict) ... ok (0.003s) 2022-09-27T16:09:31.7731334Z test_key_type (jit.test_list_dict.TestDict) ... ok (0.002s) 2022-09-27T16:09:31.7790169Z test_keys (jit.test_list_dict.TestDict) ... ok (0.006s) 2022-09-27T16:09:31.7826700Z test_len (jit.test_list_dict.TestDict) ... ok (0.004s) 2022-09-27T16:09:31.7861320Z test_loop (jit.test_list_dict.TestDict) ... ok (0.003s) 2022-09-27T16:09:31.7947647Z test_membership (jit.test_list_dict.TestDict) ... ok (0.009s) 2022-09-27T16:09:31.7978883Z test_mutability (jit.test_list_dict.TestDict) ... ok (0.003s) 2022-09-27T16:09:31.8094576Z test_optional_dict_construct (jit.test_list_dict.TestDict) ... ok (0.011s) 2022-09-27T16:09:31.8233833Z test_ordered_dict (jit.test_list_dict.TestDict) ... ok (0.014s) 2022-09-27T16:09:31.8344473Z test_pop (jit.test_list_dict.TestDict) ... ok (0.011s) 2022-09-27T16:09:31.8381895Z test_popitem (jit.test_list_dict.TestDict) ... ok (0.004s) 2022-09-27T16:09:31.8462113Z test_setdefault (jit.test_list_dict.TestDict) ... ok (0.008s) 2022-09-27T16:09:31.8469702Z test_type_annotation_missing_contained_type (jit.test_list_dict.TestDict) 2022-09-27T16:09:31.8488624Z Test that the use of a Dict type annotation without contained ... ok (0.003s) 2022-09-27T16:09:31.8593691Z test_update (jit.test_list_dict.TestDict) ... ok (0.010s) 2022-09-27T16:09:31.8649176Z test_update_existing_key (jit.test_list_dict.TestDict) ... ok (0.005s) 2022-09-27T16:09:31.8679479Z test_values (jit.test_list_dict.TestDict) ... ok (0.003s) 2022-09-27T16:09:31.9311811Z test_view (jit.test_list_dict.TestDict) ... ok (0.063s) 2022-09-27T16:09:31.9390919Z test_binary_scalar (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.008s) 2022-09-27T16:09:31.9468870Z test_binary_tensors (jit.test_dtype_analysis.TestDtypeAnalysis) ... /var/lib/jenkins/workspace/test/jit/test_dtype_analysis.py:165: 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:09:31.9469395Z rand_tensor = torch.rand(shape, dtype=dtype) 2022-09-27T16:09:32.0053713Z ok (0.066s) 2022-09-27T16:09:32.0132191Z test_combined (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.008s) 2022-09-27T16:09:32.0293921Z test_conv_no_mixed_args (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.016s) 2022-09-27T16:09:32.0467359Z test_custom_rules (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.017s) 2022-09-27T16:09:32.0784886Z test_unary (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.032s) 2022-09-27T16:09:32.0899719Z test_custom_rules_expected_failure_nn_functional_adaptive_max_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.011s) 2022-09-27T16:09:32.1006885Z test_custom_rules_expected_failure_nn_functional_adaptive_max_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.011s) 2022-09-27T16:09:32.1068113Z test_custom_rules_ints_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-09-27T16:09:32.1127149Z test_custom_rules_ints_nn_functional_adaptive_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-09-27T16:09:32.1185697Z test_custom_rules_ints_nn_functional_adaptive_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-09-27T16:09:32.1243230Z test_custom_rules_ints_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-09-27T16:09:32.1300472Z test_custom_rules_ints_nn_functional_adaptive_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-09-27T16:09:32.1357397Z test_custom_rules_ints_nn_functional_adaptive_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-09-27T16:09:32.1410058Z test_custom_rules_ints_nn_functional_adaptive_avg_pool3d_cpu_float16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-09-27T16:09:32.1462123Z test_custom_rules_ints_nn_functional_adaptive_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-09-27T16:09:32.1513576Z test_custom_rules_ints_nn_functional_adaptive_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-09-27T16:09:32.1564500Z test_custom_rules_ints_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-09-27T16:09:32.1615780Z test_custom_rules_ints_nn_functional_adaptive_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-09-27T16:09:32.1665993Z test_custom_rules_ints_nn_functional_adaptive_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-09-27T16:09:32.1705381Z test_custom_rules_ints_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.004s) 2022-09-27T16:09:32.1744910Z test_custom_rules_ints_nn_functional_adaptive_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.004s) 2022-09-27T16:09:32.1784367Z test_custom_rules_ints_nn_functional_adaptive_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.004s) 2022-09-27T16:09:32.1855610Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T16:09:32.1913624Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-09-27T16:09:32.1980413Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T16:09:32.2047568Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T16:09:32.2119765Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T16:09:32.2166992Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-09-27T16:09:32.2238439Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T16:09:32.2310135Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T16:09:32.2348540Z test_custom_rules_ints_nn_functional_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.004s) 2022-09-27T16:09:32.2419505Z test_custom_rules_ints_nn_functional_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T16:09:32.2489603Z test_custom_rules_ints_nn_functional_avg_pool3d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T16:09:32.2556246Z test_custom_rules_ints_nn_functional_batch_norm_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T16:09:32.2621339Z test_custom_rules_ints_nn_functional_batch_norm_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-09-27T16:09:32.2685641Z test_custom_rules_ints_nn_functional_batch_norm_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-09-27T16:09:32.2773146Z test_custom_rules_ints_nn_functional_conv1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-09-27T16:09:32.2859472Z test_custom_rules_ints_nn_functional_conv1d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-09-27T16:09:32.2945785Z test_custom_rules_ints_nn_functional_conv1d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-09-27T16:09:32.3025322Z test_custom_rules_ints_nn_functional_conv1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-09-27T16:09:32.3111456Z test_custom_rules_ints_nn_functional_conv1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-09-27T16:09:32.3198322Z test_custom_rules_ints_nn_functional_conv1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-09-27T16:09:32.3290621Z test_custom_rules_ints_nn_functional_conv2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-09-27T16:09:32.3379721Z test_custom_rules_ints_nn_functional_conv2d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-09-27T16:09:32.3469373Z test_custom_rules_ints_nn_functional_conv2d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-09-27T16:09:32.3552080Z test_custom_rules_ints_nn_functional_conv2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-09-27T16:09:32.3641125Z test_custom_rules_ints_nn_functional_conv2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-09-27T16:09:32.3730196Z test_custom_rules_ints_nn_functional_conv2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-09-27T16:09:32.3813157Z test_custom_rules_ints_nn_functional_conv_transpose2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-09-27T16:09:32.3899611Z test_custom_rules_ints_nn_functional_conv_transpose2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-09-27T16:09:32.3987118Z test_custom_rules_ints_nn_functional_conv_transpose2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-09-27T16:09:32.4029852Z test_custom_rules_ints_nn_functional_hardswish_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.004s) 2022-09-27T16:09:32.4072234Z test_custom_rules_ints_nn_functional_hardswish_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.004s) 2022-09-27T16:09:32.4114784Z test_custom_rules_ints_nn_functional_hardswish_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.004s) 2022-09-27T16:09:32.4169513Z test_custom_rules_ints_nn_functional_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-09-27T16:09:32.4223391Z test_custom_rules_ints_nn_functional_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-09-27T16:09:32.4277831Z test_custom_rules_ints_nn_functional_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-09-27T16:09:32.4321897Z test_custom_rules_ints_nn_functional_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.004s) 2022-09-27T16:09:32.4365133Z test_custom_rules_ints_nn_functional_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.004s) 2022-09-27T16:09:32.4408295Z test_custom_rules_ints_nn_functional_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.004s) 2022-09-27T16:09:32.4450965Z test_custom_rules_ints_nn_functional_max_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.004s) 2022-09-27T16:09:32.4492140Z test_custom_rules_ints_nn_functional_max_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.004s) 2022-09-27T16:09:32.4556376Z test_custom_rules_ints_nn_functional_prelu_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-09-27T16:09:32.4619933Z test_custom_rules_ints_nn_functional_prelu_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-09-27T16:09:32.4683615Z test_custom_rules_ints_nn_functional_prelu_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-09-27T16:09:32.4748046Z test_custom_rules_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-09-27T16:09:32.4807256Z test_custom_rules_nn_functional_adaptive_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-09-27T16:09:32.4866621Z test_custom_rules_nn_functional_adaptive_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-09-27T16:09:32.4940450Z test_custom_rules_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T16:09:32.5015213Z test_custom_rules_nn_functional_adaptive_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T16:09:32.5089520Z test_custom_rules_nn_functional_adaptive_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T16:09:32.5154082Z test_custom_rules_nn_functional_adaptive_avg_pool3d_cpu_float16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-09-27T16:09:32.5218220Z test_custom_rules_nn_functional_adaptive_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-09-27T16:09:32.5282267Z test_custom_rules_nn_functional_adaptive_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-09-27T16:09:32.5344242Z test_custom_rules_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-09-27T16:09:32.5405607Z test_custom_rules_nn_functional_adaptive_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-09-27T16:09:32.5466673Z test_custom_rules_nn_functional_adaptive_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-09-27T16:09:32.5532487Z test_custom_rules_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T16:09:32.5598252Z test_custom_rules_nn_functional_adaptive_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-09-27T16:09:32.5663928Z test_custom_rules_nn_functional_adaptive_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T16:09:32.5729737Z test_custom_rules_nn_functional_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T16:09:32.5795205Z test_custom_rules_nn_functional_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T16:09:32.5861296Z test_custom_rules_nn_functional_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T16:09:32.5926960Z test_custom_rules_nn_functional_avg_pool1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-09-27T16:09:32.6000850Z test_custom_rules_nn_functional_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T16:09:32.6073608Z test_custom_rules_nn_functional_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T16:09:32.6147668Z test_custom_rules_nn_functional_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T16:09:32.6218032Z test_custom_rules_nn_functional_avg_pool2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T16:09:32.6289474Z test_custom_rules_nn_functional_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T16:09:32.6359585Z test_custom_rules_nn_functional_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T16:09:32.6428129Z test_custom_rules_nn_functional_avg_pool3d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-09-27T16:09:32.6508059Z test_custom_rules_nn_functional_batch_norm_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-09-27T16:09:32.6587213Z test_custom_rules_nn_functional_batch_norm_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-09-27T16:09:32.6665495Z test_custom_rules_nn_functional_batch_norm_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-09-27T16:09:32.6758578Z test_custom_rules_nn_functional_conv1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-09-27T16:09:32.6983363Z test_custom_rules_nn_functional_conv1d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.022s) 2022-09-27T16:09:32.7204204Z test_custom_rules_nn_functional_conv1d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.022s) 2022-09-27T16:09:32.7291893Z test_custom_rules_nn_functional_conv1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-09-27T16:09:32.7377510Z test_custom_rules_nn_functional_conv1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-09-27T16:09:32.7462541Z test_custom_rules_nn_functional_conv1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-09-27T16:09:32.7561828Z test_custom_rules_nn_functional_conv2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-09-27T16:09:32.7790223Z test_custom_rules_nn_functional_conv2d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.023s) 2022-09-27T16:09:32.8021277Z test_custom_rules_nn_functional_conv2d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.023s) 2022-09-27T16:09:32.8110089Z test_custom_rules_nn_functional_conv2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-09-27T16:09:32.8199799Z test_custom_rules_nn_functional_conv2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-09-27T16:09:32.8288375Z test_custom_rules_nn_functional_conv2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-09-27T16:09:32.8377680Z test_custom_rules_nn_functional_conv_transpose2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-09-27T16:09:32.8466643Z test_custom_rules_nn_functional_conv_transpose2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-09-27T16:09:32.8555597Z test_custom_rules_nn_functional_conv_transpose2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-09-27T16:09:32.8618031Z test_custom_rules_nn_functional_hardswish_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-09-27T16:09:32.8679561Z test_custom_rules_nn_functional_hardswish_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-09-27T16:09:32.8742547Z test_custom_rules_nn_functional_hardswish_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-09-27T16:09:32.8819907Z test_custom_rules_nn_functional_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-09-27T16:09:32.8899125Z test_custom_rules_nn_functional_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-09-27T16:09:32.8976727Z test_custom_rules_nn_functional_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-09-27T16:09:32.9068602Z test_custom_rules_nn_functional_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-09-27T16:09:32.9161120Z test_custom_rules_nn_functional_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-09-27T16:09:32.9250528Z test_custom_rules_nn_functional_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-09-27T16:09:32.9334798Z test_custom_rules_nn_functional_max_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.008s) 2022-09-27T16:09:32.9421285Z test_custom_rules_nn_functional_max_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-09-27T16:09:32.9479414Z test_custom_rules_nn_functional_prelu_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-09-27T16:09:32.9537293Z test_custom_rules_nn_functional_prelu_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-09-27T16:09:32.9594629Z test_custom_rules_nn_functional_prelu_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-09-27T16:09:32.9671526Z test_closed_over_enum_constant (jit.test_enum.TestEnum) ... ok (0.008s) 2022-09-27T16:09:32.9725927Z test_enum_as_const (jit.test_enum.TestEnum) ... ok (0.005s) 2022-09-27T16:09:32.9792892Z test_enum_as_module_attribute (jit.test_enum.TestEnum) ... ok (0.007s) 2022-09-27T16:09:32.9845296Z test_enum_comp (jit.test_enum.TestEnum) ... ok (0.005s) 2022-09-27T16:09:32.9918219Z test_enum_comp_diff_classes (jit.test_enum.TestEnum) ... ok (0.007s) 2022-09-27T16:09:32.9927592Z test_enum_explicit_script (jit.test_enum.TestEnum) ... ok (0.001s) 2022-09-27T16:09:33.0003360Z test_enum_iterate (jit.test_enum.TestEnum) ... ok (0.008s) 2022-09-27T16:09:33.0056257Z test_enum_ivalue_type (jit.test_enum.TestEnum) ... ok (0.005s) 2022-09-27T16:09:33.0123167Z test_enum_module_return (jit.test_enum.TestEnum) ... ok (0.007s) 2022-09-27T16:09:33.0176060Z test_enum_name (jit.test_enum.TestEnum) ... ok (0.005s) 2022-09-27T16:09:33.0232732Z test_enum_return (jit.test_enum.TestEnum) ... ok (0.006s) 2022-09-27T16:09:33.0282828Z test_enum_value (jit.test_enum.TestEnum) ... ok (0.005s) 2022-09-27T16:09:33.0465112Z test_enum_value_types (jit.test_enum.TestEnum) ... ok (0.018s) 2022-09-27T16:09:33.0501456Z test_heterogenous_value_type_enum_error (jit.test_enum.TestEnum) ... ok (0.004s) 2022-09-27T16:09:33.0540499Z test_non_existent_enum_value (jit.test_enum.TestEnum) ... ok (0.004s) 2022-09-27T16:09:33.0611682Z test_string_enum_as_module_attribute (jit.test_enum.TestEnum) ... ok (0.007s) 2022-09-27T16:09:33.0653334Z test_aten_fallback (jit.test_export_modes.TestExportModes) ... ok (0.004s) 2022-09-27T16:09:33.0663704Z test_caffe2_aten_fallback (jit.test_export_modes.TestExportModes) ... skip: Caffe2 is not available (0.001s) 2022-09-27T16:09:33.0691665Z test_compressed_zipfile (jit.test_export_modes.TestExportModes) ... /var/lib/jenkins/workspace/test/jit/test_export_modes.py:53: FutureWarning: `torch.onnx._export` is deprecated in version 1.12.0 and will be removed in version TBD. Please use `torch.onnx.export` instead. 2022-09-27T16:09:33.0692533Z export_type=torch.onnx.ExportTypes.COMPRESSED_ZIP_ARCHIVE) 2022-09-27T16:09:33.0714327Z ok (0.005s) 2022-09-27T16:09:33.0744136Z test_directory (jit.test_export_modes.TestExportModes) ... /var/lib/jenkins/workspace/test/jit/test_export_modes.py:60: FutureWarning: `torch.onnx._export` is deprecated in version 1.12.0 and will be removed in version TBD. Please use `torch.onnx.export` instead. 2022-09-27T16:09:33.0745228Z export_type=torch.onnx.ExportTypes.DIRECTORY) 2022-09-27T16:09:33.0766786Z ok (0.005s) 2022-09-27T16:09:33.0791017Z test_onnx_aten (jit.test_export_modes.TestExportModes) ... ok (0.002s) 2022-09-27T16:09:33.0817005Z test_onnx_multiple_return (jit.test_export_modes.TestExportModes) ... /var/lib/jenkins/workspace/test/jit/test_export_modes.py:69: FutureWarning: `torch.onnx._export` is deprecated in version 1.12.0 and will be removed in version TBD. Please use `torch.onnx.export` instead. 2022-09-27T16:09:33.0817852Z torch.onnx._export(foo, (x,), f) 2022-09-27T16:09:33.0828527Z ok (0.004s) 2022-09-27T16:09:33.0856941Z test_protobuf (jit.test_export_modes.TestExportModes) ... /var/lib/jenkins/workspace/test/jit/test_export_modes.py:39: FutureWarning: `torch.onnx._export` is deprecated in version 1.12.0 and will be removed in version TBD. Please use `torch.onnx.export` instead. 2022-09-27T16:09:33.0857772Z export_type=torch.onnx.ExportTypes.PROTOBUF_FILE) 2022-09-27T16:09:33.0877725Z ok (0.005s) 2022-09-27T16:09:33.0906301Z test_zipfile (jit.test_export_modes.TestExportModes) ... /var/lib/jenkins/workspace/test/jit/test_export_modes.py:46: FutureWarning: `torch.onnx._export` is deprecated in version 1.12.0 and will be removed in version TBD. Please use `torch.onnx.export` instead. 2022-09-27T16:09:33.0907166Z export_type=torch.onnx.ExportTypes.ZIP_ARCHIVE) 2022-09-27T16:09:33.0927666Z ok (0.005s) 2022-09-27T16:09:33.1072019Z test_freeze_module (jit.test_freezing.TestFreezing) ... ok (0.014s) 2022-09-27T16:09:33.1193582Z test_freeze_module_detach_gradient (jit.test_freezing.TestFreezing) ... ok (0.012s) 2022-09-27T16:09:33.3453906Z test_freeze_module_in_training_mode (jit.test_freezing.TestFreezing) ... ok (0.226s) 2022-09-27T16:09:33.3542206Z test_freeze_module_inlining (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-09-27T16:09:33.3645147Z test_freeze_module_no_forward (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-09-27T16:09:33.3710871Z test_freeze_module_return_self (jit.test_freezing.TestFreezing) ... ok (0.007s) 2022-09-27T16:09:33.3838116Z test_freeze_module_return_sub_module (jit.test_freezing.TestFreezing) ... ok (0.013s) 2022-09-27T16:09:33.3905159Z test_freeze_module_with_aliased_attr (jit.test_freezing.TestFreezing) ... ok (0.007s) 2022-09-27T16:09:33.3970704Z test_freeze_module_with_aliased_attr2 (jit.test_freezing.TestFreezing) ... ok (0.006s) 2022-09-27T16:09:33.4028618Z test_freeze_module_with_aliased_attr3 (jit.test_freezing.TestFreezing) ... ok (0.006s) 2022-09-27T16:09:33.4086798Z test_freeze_module_with_aliased_tensor_attr (jit.test_freezing.TestFreezing) ... ok (0.006s) 2022-09-27T16:09:33.4182759Z test_freeze_module_with_aliased_tensor_attr2 (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-09-27T16:09:33.4249766Z test_freeze_module_with_aliased_tensor_attr3 (jit.test_freezing.TestFreezing) ... ok (0.007s) 2022-09-27T16:09:33.4335134Z test_freeze_module_with_aliased_tensor_attr4 (jit.test_freezing.TestFreezing) ... ok (0.008s) 2022-09-27T16:09:33.4399556Z test_freeze_module_with_call_method (jit.test_freezing.TestFreezing) ... ok (0.006s) 2022-09-27T16:09:33.4517675Z test_freeze_module_with_fork (jit.test_freezing.TestFreezing) ... ok (0.012s) 2022-09-27T16:09:33.4612682Z test_freeze_module_with_fork2 (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-09-27T16:09:33.4726225Z test_freeze_module_with_fork_calling_module_method (jit.test_freezing.TestFreezing) ... ok (0.011s) 2022-09-27T16:09:33.4826536Z test_freeze_module_with_helperfunction (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-09-27T16:09:33.4890577Z test_freeze_module_with_inplace_mutable (jit.test_freezing.TestFreezing) ... ok (0.006s) 2022-09-27T16:09:33.4955672Z test_freeze_module_with_list (jit.test_freezing.TestFreezing) ... ok (0.006s) 2022-09-27T16:09:33.5025477Z test_freeze_module_with_mutable_dict (jit.test_freezing.TestFreezing) ... ok (0.007s) 2022-09-27T16:09:33.5073417Z test_freeze_module_with_mutable_list (jit.test_freezing.TestFreezing) ... ok (0.005s) 2022-09-27T16:09:33.5121977Z test_freeze_module_with_mutable_tensor (jit.test_freezing.TestFreezing) ... ok (0.005s) 2022-09-27T16:09:33.5328069Z test_freeze_module_with_nested_fork (jit.test_freezing.TestFreezing) ... ok (0.020s) 2022-09-27T16:09:33.5547800Z test_freeze_module_with_nestedaliasing (jit.test_freezing.TestFreezing) ... ok (0.022s) 2022-09-27T16:09:33.5736709Z test_freeze_module_with_nestedaliasingscalar (jit.test_freezing.TestFreezing) ... ok (0.019s) 2022-09-27T16:09:33.5751887Z test_freeze_module_with_non_static_module_container_index (jit.test_freezing.TestFreezing) 2022-09-27T16:09:33.6079703Z Test that Modules containing non-static ModuleDict or ModuleList ... ok (0.034s) 2022-09-27T16:09:33.6168666Z test_freeze_module_with_overlapping_attrs (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-09-27T16:09:33.6281882Z test_freeze_module_with_preserve_sub_module (jit.test_freezing.TestFreezing) ... ok (0.011s) 2022-09-27T16:09:33.6415167Z test_freeze_module_with_preserve_sub_module_and_mutation (jit.test_freezing.TestFreezing) ... ok (0.013s) 2022-09-27T16:09:33.6647414Z test_freeze_module_with_sharedclasstype (jit.test_freezing.TestFreezing) ... ok (0.023s) 2022-09-27T16:09:33.6796431Z test_freeze_module_with_submodule (jit.test_freezing.TestFreezing) ... ok (0.015s) 2022-09-27T16:09:33.6866854Z test_freeze_module_with_tensor (jit.test_freezing.TestFreezing) ... ok (0.007s) 2022-09-27T16:09:33.6943984Z test_freeze_module_with_tuple (jit.test_freezing.TestFreezing) ... ok (0.008s) 2022-09-27T16:09:33.7044237Z test_freeze_module_with_tupleoutput_submodule (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-09-27T16:09:33.7093678Z test_freeze_module_with_user_preserved_attr (jit.test_freezing.TestFreezing) ... ok (0.005s) 2022-09-27T16:09:33.7204849Z test_freeze_module_with_user_preserved_attribute_on_submodule (jit.test_freezing.TestFreezing) ... ok (0.011s) 2022-09-27T16:09:33.7293608Z test_freeze_module_with_user_preserved_attribute_on_unused_submodule (jit.test_freezing.TestFreezing) ... ok (0.009s) 2022-09-27T16:09:33.7375893Z test_freeze_module_with_user_preserved_method (jit.test_freezing.TestFreezing) ... ok (0.008s) 2022-09-27T16:09:33.7442936Z test_freeze_module_with_user_preserved_method2 (jit.test_freezing.TestFreezing) ... ok (0.007s) 2022-09-27T16:09:33.7549310Z test_freeze_module_with_user_preserved_method_on_submodule (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-09-27T16:09:33.7633163Z test_freeze_non_module_class_getattr (jit.test_freezing.TestFreezing) ... ok (0.008s) 2022-09-27T16:09:33.7709766Z test_module_getattr_indirection (jit.test_freezing.TestFreezing) ... ok (0.008s) 2022-09-27T16:09:33.8557097Z test_module_with_shared_type_instances (jit.test_freezing.TestFreezing) ... ok (0.084s) 2022-09-27T16:09:33.8652470Z test_instancing_error (__main__.TestFrontend) ... ok (0.010s) 2022-09-27T16:09:33.8799684Z test_collapse_adjacent_conversions (jit.test_freezing.TestFrozenOptimizations) ... ok (0.014s) 2022-09-27T16:09:35.2329776Z test_conv_add_folding (jit.test_freezing.TestFrozenOptimizations) ... ok (1.353s) 2022-09-27T16:09:35.5919326Z test_conv_bn_folding (jit.test_freezing.TestFrozenOptimizations) ... ok (0.359s) 2022-09-27T16:09:35.5933618Z test_conv_bn_folding_autocast_scenario_cuda (jit.test_freezing.TestFrozenOptimizations) ... skip: Optimization currently only run for GPU (0.002s) 2022-09-27T16:09:35.6059994Z test_conv_bn_folding_not_forward (jit.test_freezing.TestFrozenOptimizations) ... ok (0.013s) 2022-09-27T16:09:37.6396788Z test_conv_hardswish (jit.test_freezing.TestFrozenOptimizations) ... ok (2.033s) 2022-09-27T16:09:37.6848343Z test_conv_mul_add_bn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.045s) 2022-09-27T16:09:37.7238947Z test_conv_to_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.039s) 2022-09-27T16:09:37.7245836Z test_conv_to_mkldnn_no_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... skip: Testing no mkldnn (0.001s) 2022-09-27T16:09:37.7265763Z test_freeze_conv_relu_fusion (jit.test_freezing.TestFrozenOptimizations) ... skip: requires CUDNN (0.002s) 2022-09-27T16:09:37.7281508Z test_freeze_conv_relu_fusion_not_forward (jit.test_freezing.TestFrozenOptimizations) ... skip: requires CUDNN (0.002s) 2022-09-27T16:09:37.7343753Z test_freeze_mkdlnn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.006s) 2022-09-27T16:09:37.7402591Z test_freeze_remove_dropout (jit.test_freezing.TestFrozenOptimizations) ... ok (0.006s) 2022-09-27T16:09:37.7469562Z test_freeze_remove_feature_dropout (jit.test_freezing.TestFrozenOptimizations) ... ok (0.007s) 2022-09-27T16:09:37.7550195Z test_hardswish_hardsigmoid (jit.test_freezing.TestFrozenOptimizations) ... ok (0.008s) 2022-09-27T16:09:37.8933935Z test_incompatible_perf_formats (jit.test_freezing.TestFrozenOptimizations) ... ok (0.138s) 2022-09-27T16:09:37.8946066Z test_linear_concat (jit.test_freezing.TestFrozenOptimizations) ... skip: Optimization currently only run for GPU (0.001s) 2022-09-27T16:09:37.8958644Z test_linear_concat_complex (jit.test_freezing.TestFrozenOptimizations) 2022-09-27T16:09:37.8959284Z Testing that the interleaving of multiple optimizations does not ... skip: Optimization currently only run for GPU (0.001s) 2022-09-27T16:09:37.8971388Z test_linear_concat_different_input (jit.test_freezing.TestFrozenOptimizations) 2022-09-27T16:09:37.8972075Z There should be no change to the graph due to the optimization pass ... skip: Optimization currently only run for GPU (0.001s) 2022-09-27T16:09:37.8985390Z test_linear_multiple_blocks (jit.test_freezing.TestFrozenOptimizations) ... skip: Optimization currently only run for GPU (0.001s) 2022-09-27T16:09:37.9033149Z test_linear_non_constant_weight (jit.test_freezing.TestFrozenOptimizations) ... ok (0.005s) 2022-09-27T16:09:37.9079250Z test_linear_transpose (jit.test_freezing.TestFrozenOptimizations) ... ok (0.005s) 2022-09-27T16:09:38.1008133Z test_maxpool_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.193s) 2022-09-27T16:09:38.1240037Z test_mkldnn_fuser_broadcasting (jit.test_freezing.TestFrozenOptimizations) ... ok (0.023s) 2022-09-27T16:09:38.1361633Z test_mkldnn_inplace_removal (jit.test_freezing.TestFrozenOptimizations) ... ok (0.012s) 2022-09-27T16:09:38.1558088Z test_optimize_freeze_module (jit.test_freezing.TestFrozenOptimizations) ... ok (0.020s) 2022-09-27T16:09:38.4680721Z test_pool2d_batchnorm (jit.test_freezing.TestFrozenOptimizations) ... ok (0.312s) 2022-09-27T16:09:39.2510337Z test_pool3d_batchnorm (jit.test_freezing.TestFrozenOptimizations) ... ok (0.783s) 2022-09-27T16:09:39.2550391Z test_remove_detach (jit.test_freezing.TestFrozenOptimizations) ... ok (0.004s) 2022-09-27T16:09:39.2584689Z test_remove_detach_not_applied (jit.test_freezing.TestFrozenOptimizations) ... ok (0.003s) 2022-09-27T16:09:39.3122323Z test_scalar_mul (jit.test_freezing.TestFrozenOptimizations) ... ok (0.054s) 2022-09-27T16:09:39.3574899Z test_subgraph_creation (jit.test_functional_blocks.TestFunctionalBlocks) ... ok (0.045s) 2022-09-27T16:09:39.5528898Z test_check_no_type_promotion (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.195s) 2022-09-27T16:09:39.6106120Z test_functional_to_inplace_activation (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.058s) 2022-09-27T16:09:39.6196669Z test_no_functional_to_inplace (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.009s) 2022-09-27T16:09:43.6919952Z test_resnet18_correctness (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (4.072s) 2022-09-27T16:09:43.7005884Z test_getattr_with_default (jit.test_attr.TestGetDefaultAttr) ... ok (0.009s) 2022-09-27T16:09:43.7346014Z test_fuse_linear (jit.test_graph_rewrite_passes.TestGraphRewritePasses) ... ok (0.034s) 2022-09-27T16:09:43.7414018Z test_hash_bool (jit.test_hash.TestHash) ... ok (0.007s) 2022-09-27T16:09:43.7479622Z test_hash_device (jit.test_hash.TestHash) ... ok (0.006s) 2022-09-27T16:09:43.7573136Z test_hash_float (jit.test_hash.TestHash) ... ok (0.009s) 2022-09-27T16:09:43.7645653Z test_hash_int (jit.test_hash.TestHash) ... ok (0.007s) 2022-09-27T16:09:43.7679413Z test_hash_none (jit.test_hash.TestHash) ... ok (0.003s) 2022-09-27T16:09:43.7733267Z test_hash_string (jit.test_hash.TestHash) ... ok (0.005s) 2022-09-27T16:09:43.7738699Z test_hash_tensor (jit.test_hash.TestHash) 2022-09-27T16:09:43.7788254Z Tensors should hash by identity ... ok (0.005s) 2022-09-27T16:09:43.7850915Z test_hash_tuple (jit.test_hash.TestHash) ... ok (0.006s) 2022-09-27T16:09:43.7880858Z test_hash_tuple_nested_unhashable_type (jit.test_hash.TestHash) ... ok (0.003s) 2022-09-27T16:09:43.8051161Z test_forward_tuple_input (jit.test_hooks.TestHooks) ... ok (0.017s) 2022-09-27T16:09:43.8061076Z test_hook_compilation_hint (jit.test_hooks.TestHooks) ... ok (0.001s) 2022-09-27T16:09:43.8145816Z test_hook_hook_name_collision (jit.test_hooks.TestHooks) ... ok (0.008s) 2022-09-27T16:09:43.8222826Z test_hook_method_name_collision (jit.test_hooks.TestHooks) ... ok (0.008s) 2022-09-27T16:09:43.8350520Z test_module_direct_forward_invocation (jit.test_hooks.TestHooks) ... ok (0.013s) 2022-09-27T16:09:43.8567256Z test_module_forward_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.022s) 2022-09-27T16:09:43.8760836Z test_module_forward_single_input (jit.test_hooks.TestHooks) ... ok (0.019s) 2022-09-27T16:09:43.8945644Z test_module_hook_return_nothing (jit.test_hooks.TestHooks) ... ok (0.018s) 2022-09-27T16:09:43.9252662Z test_module_multiple_hooks_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.031s) 2022-09-27T16:09:43.9538837Z test_module_multiple_hooks_single_input (jit.test_hooks.TestHooks) ... ok (0.029s) 2022-09-27T16:09:43.9700483Z test_module_no_forward_input (jit.test_hooks.TestHooks) ... ok (0.016s) 2022-09-27T16:09:43.9918092Z test_module_same_hook_repeated (jit.test_hooks.TestHooks) ... ok (0.022s) 2022-09-27T16:09:44.0060157Z test_submodule_called_directly_with_hooks (jit.test_hooks.TestHooks) ... ok (0.014s) 2022-09-27T16:09:44.0268826Z test_submodule_direct_forward_invocation (jit.test_hooks.TestHooks) ... ok (0.021s) 2022-09-27T16:09:44.0513390Z test_submodule_forward_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.024s) 2022-09-27T16:09:44.0723645Z test_submodule_forward_single_input (jit.test_hooks.TestHooks) ... ok (0.021s) 2022-09-27T16:09:44.0932182Z test_submodule_forward_single_input_return_not_tupled (jit.test_hooks.TestHooks) ... ok (0.021s) 2022-09-27T16:09:44.1137182Z test_submodule_hook_return_nothing (jit.test_hooks.TestHooks) ... ok (0.020s) 2022-09-27T16:09:44.1480057Z test_submodule_multiple_hooks_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.034s) 2022-09-27T16:09:44.1773760Z test_submodule_multiple_hooks_single_input (jit.test_hooks.TestHooks) ... ok (0.029s) 2022-09-27T16:09:44.1939144Z test_submodule_no_forward_input (jit.test_hooks.TestHooks) ... ok (0.016s) 2022-09-27T16:09:44.2168649Z test_submodule_same_hook_repeated (jit.test_hooks.TestHooks) ... ok (0.023s) 2022-09-27T16:09:44.2536648Z test_wrong_hook_signatures (jit.test_hooks.TestHooks) ... ok (0.037s) 2022-09-27T16:09:44.2967708Z test_wrong_pre_hook_signatures (jit.test_hooks.TestHooks) ... ok (0.043s) 2022-09-27T16:09:44.2997881Z test_add_out_ignorable_args (jit.test_ignorable_args.TestIgnorableArgs) ... ok (0.003s) 2022-09-27T16:09:44.3037776Z test_slice_ignorable_args_for_slice (jit.test_ignorable_args.TestIgnorableArgs) ... ok (0.004s) 2022-09-27T16:09:44.3173433Z test_with_ignore_context_manager_with_inp_out (jit.test_ignore_context_manager.TestIgnoreContextManager) ... ok (0.013s) 2022-09-27T16:09:44.3219617Z test_with_ignore_context_manager_with_just_inp (jit.test_ignore_context_manager.TestIgnoreContextManager) ... ok (0.005s) 2022-09-27T16:09:44.3268420Z test_with_ignore_context_manager_with_just_out (jit.test_ignore_context_manager.TestIgnoreContextManager) ... ok (0.005s) 2022-09-27T16:09:44.3669565Z test_inplace_to_functional_activation (jit.test_convert_activation.TestInplaceToFunctionalActivation) ... ok (0.040s) 2022-09-27T16:09:48.3784297Z test_resnet18_correctness (jit.test_convert_activation.TestInplaceToFunctionalActivation) ... ok (4.011s) 2022-09-27T16:09:48.3843461Z test_bool (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-09-27T16:09:48.3908016Z test_dict (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-09-27T16:09:48.3969403Z test_dict_nested (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-09-27T16:09:48.3988400Z test_dict_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-09-27T16:09:48.4036358Z test_dict_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.005s) 2022-09-27T16:09:48.4045909Z test_empty_container_special_cases (jit.test_isinstance.TestIsinstance) ... ok (0.001s) 2022-09-27T16:09:48.4057266Z test_empty_container_throws_warning_in_eager (jit.test_isinstance.TestIsinstance) ... ok (0.001s) 2022-09-27T16:09:48.4101314Z test_float (jit.test_isinstance.TestIsinstance) ... ok (0.004s) 2022-09-27T16:09:48.4148279Z test_if_else (jit.test_isinstance.TestIsinstance) ... ok (0.005s) 2022-09-27T16:09:48.4210591Z test_in_if (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-09-27T16:09:48.4283954Z test_in_while_loop (jit.test_isinstance.TestIsinstance) ... ok (0.007s) 2022-09-27T16:09:48.4327940Z test_int (jit.test_isinstance.TestIsinstance) ... ok (0.004s) 2022-09-27T16:09:48.4379855Z test_list (jit.test_isinstance.TestIsinstance) ... ok (0.005s) 2022-09-27T16:09:48.4435225Z test_list_nested (jit.test_isinstance.TestIsinstance) ... ok (0.005s) 2022-09-27T16:09:48.4452842Z test_list_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-09-27T16:09:48.4501398Z test_list_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.005s) 2022-09-27T16:09:48.4544428Z test_list_tensor_type_true (jit.test_isinstance.TestIsinstance) ... ok (0.004s) 2022-09-27T16:09:48.4556361Z test_nontuple_container_rhs_throws_in_eager (jit.test_isinstance.TestIsinstance) ... ok (0.001s) 2022-09-27T16:09:48.4621046Z test_optional (jit.test_isinstance.TestIsinstance) ... ok (0.006s) 2022-09-27T16:09:48.4664332Z test_optional_nested (jit.test_isinstance.TestIsinstance) ... ok (0.004s) 2022-09-27T16:09:48.4683267Z test_optional_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-09-27T16:09:48.4724889Z test_optional_none (jit.test_isinstance.TestIsinstance) ... ok (0.004s) 2022-09-27T16:09:48.4768334Z test_tensor_type_false (jit.test_isinstance.TestIsinstance) ... ok (0.004s) 2022-09-27T16:09:48.4823599Z test_tuple (jit.test_isinstance.TestIsinstance) ... ok (0.005s) 2022-09-27T16:09:48.4899083Z test_tuple_nested (jit.test_isinstance.TestIsinstance) ... ok (0.007s) 2022-09-27T16:09:48.4917811Z test_tuple_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-09-27T16:09:48.4992015Z test_tuple_rhs (jit.test_isinstance.TestIsinstance) ... ok (0.007s) 2022-09-27T16:09:48.5036109Z test_tuple_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.004s) 2022-09-27T16:09:48.5193925Z test_type_refinement (jit.test_isinstance.TestIsinstance) ... ok (0.016s) 2022-09-27T16:09:48.5730859Z test_ModuleList (__main__.TestJit) ... ok (0.054s) 2022-09-27T16:09:48.5959841Z test_Sequential (__main__.TestJit) ... ok (0.023s) 2022-09-27T16:09:48.6149766Z test_T_mT_H_mH (__main__.TestJit) ... ok (0.019s) 2022-09-27T16:09:48.6408229Z test_add_relu_fusion (__main__.TestJit) ... ok (0.026s) 2022-09-27T16:09:48.6424404Z test_arg_configurations (__main__.TestJit) 2022-09-27T16:09:48.6425116Z Different arg configurations should trigger different traces ... skip: Need to be adjusted to Graph Executor (0.002s) 2022-09-27T16:09:48.6471120Z test_attrs (__main__.TestJit) ... ok (0.005s) 2022-09-27T16:09:48.6502454Z test_batchnorm (__main__.TestJit) ... ok (0.003s) 2022-09-27T16:09:48.6513173Z test_big (__main__.TestJit) ... skip: Requires a lot of RAM (0.001s) 2022-09-27T16:09:48.6550629Z test_conj_transpose (__main__.TestJit) ... ok (0.004s) 2022-09-27T16:09:52.6827778Z test_constant_insertion (__main__.TestJit) ... ok (4.027s) 2022-09-27T16:09:52.6886033Z test_constant_prop_aliasing_type (__main__.TestJit) ... ok (0.006s) 2022-09-27T16:09:52.6936100Z test_constant_prop_exception (__main__.TestJit) ... ok (0.005s) 2022-09-27T16:09:52.6988982Z test_constant_prop_if_constant (__main__.TestJit) ... ok (0.005s) 2022-09-27T16:09:52.7015895Z test_constant_prop_if_inline (__main__.TestJit) ... ok (0.003s) 2022-09-27T16:09:52.7061624Z test_constant_prop_loop_constant (__main__.TestJit) ... ok (0.005s) 2022-09-27T16:09:52.7104204Z test_constant_prop_nested (__main__.TestJit) ... ok (0.004s) 2022-09-27T16:09:52.7156583Z test_constant_prop_none (__main__.TestJit) ... ok (0.005s) 2022-09-27T16:09:52.7188087Z test_constant_prop_print (__main__.TestJit) ... ok (0.003s) 2022-09-27T16:09:52.7218343Z test_constant_prop_rand (__main__.TestJit) ... ok (0.003s) 2022-09-27T16:09:52.7258218Z test_constant_prop_remove_output (__main__.TestJit) ... ok (0.004s) 2022-09-27T16:09:52.7292317Z test_constant_prop_simple (__main__.TestJit) ... ok (0.003s) 2022-09-27T16:09:52.7317625Z test_constants_pkl (__main__.TestJit) ... ok (0.002s) 2022-09-27T16:09:52.7503183Z test_cpp (__main__.TestJit) ... ok (0.018s) 2022-09-27T16:09:52.7564759Z test_cse (__main__.TestJit) ... ok (0.006s) 2022-09-27T16:09:52.7615947Z test_cse_not_introduce_aliasing (__main__.TestJit) ... ok (0.005s) 2022-09-27T16:09:52.7626010Z test_cu_escaped_number (__main__.TestJit) ... ok (0.001s) 2022-09-27T16:09:52.7636951Z test_cuda_export_restore (__main__.TestJit) ... skip: requires CUDA (0.001s) 2022-09-27T16:09:52.7768905Z test_debug_flush_compilation_cache (__main__.TestJit) ... ok (0.013s) 2022-09-27T16:09:52.8117802Z test_decompose_addmm (__main__.TestJit) ... ok (0.035s) 2022-09-27T16:09:52.8124781Z test_device_not_equal (__main__.TestJit) ... skip: requires CUDA (0.001s) 2022-09-27T16:09:52.8166127Z test_diff_subgraph_clones_constants (__main__.TestJit) ... ok (0.004s) 2022-09-27T16:09:52.8179814Z test_disabled (__main__.TestJit) ... ok (0.001s) 2022-09-27T16:09:52.8200037Z test_dropout (__main__.TestJit) ... ok (0.002s) 2022-09-27T16:09:52.8212310Z test_dropout_cuda (__main__.TestJit) ... skip: test_dropout_cuda require CUDA (0.001s) 2022-09-27T16:09:52.8747145Z test_dropout_func_requires_grad (__main__.TestJit) ... STAGE:2022-09-27 16:09:52 1853:1853 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:09:52.8776050Z STAGE:2022-09-27 16:09:52 1853:1853 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:09:52.8785105Z STAGE:2022-09-27 16:09:52 1853:1853 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:09:52.8790084Z STAGE:2022-09-27 16:09:52 1853:1853 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:09:52.9171249Z STAGE:2022-09-27 16:09:52 1853:1853 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:09:52.9186604Z STAGE:2022-09-27 16:09:52 1853:1853 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:09:52.9193333Z STAGE:2022-09-27 16:09:52 1853:1853 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:09:52.9198099Z STAGE:2022-09-27 16:09:52 1853:1853 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:09:52.9202044Z ok (0.099s) 2022-09-27T16:09:52.9220994Z test_dropout_module_requires_grad (__main__.TestJit) ... skip: Testing differentiable graph (0.002s) 2022-09-27T16:09:52.9464515Z test_einsum (__main__.TestJit) ... ok (0.024s) 2022-09-27T16:09:52.9493828Z test_element_size (__main__.TestJit) ... ok (0.003s) 2022-09-27T16:09:52.9501845Z test_expand_fold_quant_inputs (__main__.TestJit) ... ok (0.001s) 2022-09-27T16:09:52.9509332Z test_expand_quantlint (__main__.TestJit) ... ok (0.001s) 2022-09-27T16:09:52.9523496Z test_export_batchnorm (__main__.TestJit) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:09:52.9585346Z test_export_dropout (__main__.TestJit) ... ok (0.006s) 2022-09-27T16:09:52.9968447Z test_export_lstm (__main__.TestJit) ... ok (0.038s) 2022-09-27T16:09:53.0094730Z test_export_opnames (__main__.TestJit) ... ok (0.013s) 2022-09-27T16:09:53.0757408Z test_export_rnn (__main__.TestJit) ... ok (0.066s) 2022-09-27T16:09:53.0774681Z test_flags (__main__.TestJit) ... skip: Need to instrument GraphExecutors a bit more (0.002s) 2022-09-27T16:09:53.1146073Z test_function_default_values (__main__.TestJit) ... ok (0.037s) 2022-09-27T16:09:53.1175735Z test_hide_source_ranges_context_manager (__main__.TestJit) ... ok (0.003s) 2022-09-27T16:09:53.1218643Z test_import_method (__main__.TestJit) ... ok (0.004s) 2022-09-27T16:09:53.1238585Z test_inferred_as_tensor (__main__.TestJit) ... ok (0.002s) 2022-09-27T16:09:53.1268478Z test_layout (__main__.TestJit) ... ok (0.003s) 2022-09-27T16:09:53.1307180Z test_matrix_conj_transpose (__main__.TestJit) ... ok (0.004s) 2022-09-27T16:09:53.1338756Z test_matrix_transpose (__main__.TestJit) ... ok (0.003s) 2022-09-27T16:09:53.1388160Z test_module_default_values (__main__.TestJit) ... ok (0.005s) 2022-09-27T16:09:53.1434906Z test_mutable_default_values (__main__.TestJit) ... ok (0.005s) 2022-09-27T16:09:53.1446541Z test_native_dropout_corner_case (__main__.TestJit) ... skip: test requires CUDA (0.001s) 2022-09-27T16:09:53.3738781Z test_nn_conv (__main__.TestJit) ... ok (0.229s) 2022-09-27T16:09:53.4762642Z test_nn_lp_pool1d (__main__.TestJit) ... ok (0.102s) 2022-09-27T16:09:53.6159435Z test_nn_lp_pool2d (__main__.TestJit) ... ok (0.140s) 2022-09-27T16:09:53.8382041Z test_nn_padding (__main__.TestJit) ... ok (0.222s) 2022-09-27T16:09:53.8612976Z test_nn_padding_functional (__main__.TestJit) ... ok (0.023s) 2022-09-27T16:09:53.8653712Z test_no_erroneous_warnings (__main__.TestJit) ... ok (0.004s) 2022-09-27T16:09:53.8662786Z test_non_ascii_string (__main__.TestJit) ... skip: temporarily disable the test for fwd compatibility (0.001s) 2022-09-27T16:09:53.8690598Z test_numel (__main__.TestJit) ... ok (0.003s) 2022-09-27T16:09:53.8966385Z test_pattern_based_module_rewrite (__main__.TestJit) ... ok (0.027s) 2022-09-27T16:09:53.8986353Z test_pattern_based_rewrite (__main__.TestJit) ... ok (0.002s) 2022-09-27T16:09:53.9175960Z test_pattern_based_rewrite_with_source_range_preserved (__main__.TestJit) ... ok (0.019s) 2022-09-27T16:09:53.9203360Z test_peephole_optimize_shape_ops (__main__.TestJit) ... skip: Simple executor doesn't have shape information (0.003s) 2022-09-27T16:09:53.9234087Z test_permute_inputs_binding (__main__.TestJit) ... ok (0.003s) 2022-09-27T16:09:53.9459590Z test_pretty_printer (__main__.TestJit) ... ok (0.022s) 2022-09-27T16:09:53.9468744Z test_print_classes_module (__main__.TestJit) ... ok (0.001s) 2022-09-27T16:09:53.9485879Z test_print_op_module (__main__.TestJit) ... ok (0.001s) 2022-09-27T16:09:53.9487618Z test_print_torch_ops_modules (__main__.TestJit) ... ok (0.001s) 2022-09-27T16:09:53.9506908Z test_profiler (__main__.TestJit) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/65521 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-09-27T16:09:54.1681766Z test_python_bindings (__main__.TestJit) ... ok (0.217s) 2022-09-27T16:09:54.1718940Z test_python_ir (__main__.TestJit) ... ok (0.004s) 2022-09-27T16:09:54.1761775Z test_python_ir_utils (__main__.TestJit) ... ok (0.004s) 2022-09-27T16:09:54.1777675Z test_python_ir_utils_graph (__main__.TestJit) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/73473 for platform(s) macos, 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:09:54.1794701Z test_python_ivalue (__main__.TestJit) ... ok (0.002s) 2022-09-27T16:09:55.3323582Z test_pytorch_jit_env_off (__main__.TestJit) ... ok (1.153s) 2022-09-27T16:09:55.3345926Z test_recursive_cse (__main__.TestJit) ... ok (0.002s) 2022-09-27T16:09:55.3401333Z test_repeat_interleave_script (__main__.TestJit) ... ok (0.005s) 2022-09-27T16:09:55.3461868Z test_restore_device (__main__.TestJit) ... ok (0.006s) 2022-09-27T16:09:55.3481085Z test_restore_device_cuda (__main__.TestJit) ... skip: restore device requires CUDA (0.002s) 2022-09-27T16:09:55.3493619Z test_restore_shared_storage_on_cuda (__main__.TestJit) ... skip: restore device requires CUDA (0.001s) 2022-09-27T16:09:55.6983432Z test_script_autograd_grad (__main__.TestJit) ... ok (0.349s) 2022-09-27T16:09:55.7104632Z test_script_backward (__main__.TestJit) ... ok (0.012s) 2022-09-27T16:09:55.7123192Z test_script_backward_twice (__main__.TestJit) ... /opt/conda/lib/python3.7/site-packages/torch/jit/_script.py:1244: UserWarning: `optimize` is deprecated and has no effect. Use `with torch.jit.optimized_execution() instead 2022-09-27T16:09:55.7123695Z "`optimize` is deprecated and has no effect. Use `with torch.jit.optimized_execution() instead" 2022-09-27T16:09:55.7253979Z ok (0.015s) 2022-09-27T16:09:55.7282242Z test_script_fn_pkl (__main__.TestJit) ... ok (0.003s) 2022-09-27T16:09:55.7322136Z test_script_tensor_type (__main__.TestJit) ... ok (0.004s) 2022-09-27T16:09:55.7351383Z test_shape_analysis_broadcast (__main__.TestJit) ... ok (0.003s) 2022-09-27T16:09:55.7362590Z test_shape_analysis_masked_select (__main__.TestJit) ... ok (0.001s) 2022-09-27T16:09:55.7373748Z test_shape_analysis_unsqueeze_in_loop (__main__.TestJit) ... ok (0.001s) 2022-09-27T16:09:55.7404809Z test_sparse_csr_tensors (__main__.TestJit) ... ok (0.003s) 2022-09-27T16:09:55.7731142Z test_sparse_tensors (__main__.TestJit) ... ok (0.032s) 2022-09-27T16:09:55.7866401Z test_torch_complex (__main__.TestJit) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:472: UserWarning: An output with one or more elements was resized since it had shape [3, 4], which does not match the required output shape [2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:09:55.7867151Z return callable(*args, **kwargs) 2022-09-27T16:09:55.7904495Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:472: UserWarning: An output with one or more elements was resized since it had shape [5, 2], which does not match the required output shape [2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:09:55.7905176Z return callable(*args, **kwargs) 2022-09-27T16:09:55.8004234Z ok (0.027s) 2022-09-27T16:09:55.8012907Z test_torch_load_error (__main__.TestJit) ... skip: TODO: re-enable with https://github.com/pytorch/pytorch/pull/29339 (0.001s) 2022-09-27T16:09:55.8043579Z test_torch_load_zipfile_check (__main__.TestJit) ... ok (0.003s) 2022-09-27T16:09:55.8071073Z test_torch_ops_kwonly (__main__.TestJit) ... ok (0.003s) 2022-09-27T16:09:55.8096349Z test_torch_ops_overloaded (__main__.TestJit) ... ok (0.002s) 2022-09-27T16:09:55.8193594Z test_torch_sum (__main__.TestJit) ... ok (0.010s) 2022-09-27T16:09:55.8255192Z test_trace_retains_train (__main__.TestJit) ... ok (0.006s) 2022-09-27T16:09:55.8677899Z test_train_eval (__main__.TestJit) ... ok (0.042s) 2022-09-27T16:09:55.8711961Z test_transpose (__main__.TestJit) ... ok (0.003s) 2022-09-27T16:09:55.8820543Z test_unchecked_cast (__main__.TestJit) ... ok (0.011s) 2022-09-27T16:09:55.8834014Z test_unique_state_dict (__main__.TestJit) ... ok (0.001s) 2022-09-27T16:09:55.8842583Z test_verify (__main__.TestJit) ... skip: verify needs to be updated to work with GraphExecutors (0.001s) 2022-09-27T16:09:55.8937015Z test_warnings (__main__.TestJit) ... ok (0.009s) 2022-09-27T16:09:55.9284088Z test_nn_AdaptiveAvgPool1d (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-09-27T16:09:55.9613596Z test_nn_AdaptiveAvgPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-09-27T16:09:55.9947110Z test_nn_AdaptiveAvgPool1d_one_output (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-09-27T16:09:56.0360334Z test_nn_AdaptiveAvgPool2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T16:09:56.0775122Z test_nn_AdaptiveAvgPool2d_single (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T16:09:56.1187370Z test_nn_AdaptiveAvgPool2d_single_1x1output (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T16:09:56.1604527Z test_nn_AdaptiveAvgPool2d_tuple (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-09-27T16:09:56.1634200Z test_nn_AdaptiveAvgPool2d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:09:56.2054329Z test_nn_AdaptiveAvgPool3d_last_dim (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-09-27T16:09:56.2470129Z test_nn_AdaptiveAvgPool3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T16:09:56.2899115Z test_nn_AdaptiveAvgPool3d_single (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-09-27T16:09:56.3325921Z test_nn_AdaptiveAvgPool3d_tuple (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-09-27T16:09:56.3354932Z test_nn_AdaptiveAvgPool3d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:09:56.3839719Z test_nn_AdaptiveMaxPool1d (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-09-27T16:09:56.4261476Z test_nn_AdaptiveMaxPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-09-27T16:09:56.4791892Z test_nn_AdaptiveMaxPool2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-09-27T16:09:56.5266967Z test_nn_AdaptiveMaxPool2d_single (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:09:56.5739205Z test_nn_AdaptiveMaxPool2d_tuple (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:09:56.5768624Z test_nn_AdaptiveMaxPool2d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:09:56.6311438Z test_nn_AdaptiveMaxPool3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-09-27T16:09:56.6788817Z test_nn_AdaptiveMaxPool3d_single (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-09-27T16:09:56.7278444Z test_nn_AdaptiveMaxPool3d_single_nonatomic (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-09-27T16:09:56.7777271Z test_nn_AdaptiveMaxPool3d_tuple (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-09-27T16:09:56.8272833Z test_nn_AdaptiveMaxPool3d_tuple_nonatomic (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-09-27T16:09:56.8303059Z test_nn_AdaptiveMaxPool3d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:09:56.8691998Z test_nn_AvgPool1d (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-09-27T16:09:56.9075091Z test_nn_AvgPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-09-27T16:09:56.9454189Z test_nn_AvgPool1d_stride (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-09-27T16:09:56.9835906Z test_nn_AvgPool1d_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-09-27T16:09:57.0227564Z test_nn_AvgPool2d (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-09-27T16:09:57.0627049Z test_nn_AvgPool2d_divisor (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-09-27T16:09:57.1021397Z test_nn_AvgPool2d_divisor_stride (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-09-27T16:09:57.1418067Z test_nn_AvgPool2d_divisor_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-09-27T16:09:57.1804862Z test_nn_AvgPool2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-09-27T16:09:57.2201551Z test_nn_AvgPool2d_stride (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-09-27T16:09:57.2598420Z test_nn_AvgPool2d_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-09-27T16:09:57.3000593Z test_nn_AvgPool3d (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-09-27T16:09:57.3401690Z test_nn_AvgPool3d_divisor (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-09-27T16:09:57.3795766Z test_nn_AvgPool3d_divisor_stride (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-09-27T16:09:57.4191056Z test_nn_AvgPool3d_divisor_stride1_pad0_gpu_input (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-09-27T16:09:57.4590742Z test_nn_AvgPool3d_divisor_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-09-27T16:09:57.4986320Z test_nn_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-09-27T16:09:57.5389212Z test_nn_AvgPool3d_divisor_stride_pad_gpu_general_output (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-09-27T16:09:57.5784355Z test_nn_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-09-27T16:09:57.6180554Z test_nn_AvgPool3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-09-27T16:09:57.6569991Z test_nn_AvgPool3d_stride (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-09-27T16:09:57.6967490Z test_nn_AvgPool3d_stride1_pad0_gpu_input (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-09-27T16:09:57.7370079Z test_nn_AvgPool3d_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-09-27T16:09:57.7766966Z test_nn_AvgPool3d_stride_pad_gpu_fixedkw_output (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-09-27T16:09:57.8171760Z test_nn_AvgPool3d_stride_pad_gpu_general_output (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-09-27T16:09:57.8571350Z test_nn_AvgPool3d_stride_pad_gpu_input_nooverlap (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-09-27T16:09:57.9106830Z test_nn_BCELoss (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-09-27T16:09:57.9426418Z test_nn_BCELoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-09-27T16:09:57.9743092Z test_nn_BCELoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-09-27T16:09:58.0056565Z test_nn_BCELoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-09-27T16:09:58.0088421Z test_nn_BCELoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:09:58.0117587Z test_nn_BCELoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:09:58.0459154Z test_nn_BCELoss_scalar_weights (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-09-27T16:09:58.0786874Z test_nn_BCELoss_weights (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-09-27T16:09:58.0814845Z test_nn_BCELoss_weights_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:09:58.0842138Z test_nn_BCELoss_weights_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:09:58.1255109Z test_nn_BCEWithLogitsLoss (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T16:09:58.1283960Z test_nn_BCEWithLogitsLoss_legacy_enum (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:09:58.1610125Z test_nn_BCEWithLogitsLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-09-27T16:09:58.1940466Z test_nn_BCEWithLogitsLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-09-27T16:09:58.2267245Z test_nn_BCEWithLogitsLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-09-27T16:09:58.2296759Z test_nn_BCEWithLogitsLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:09:58.2323966Z test_nn_BCEWithLogitsLoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:09:58.2649837Z test_nn_BCEWithLogitsLoss_scalar_weights (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-09-27T16:09:58.2981646Z test_nn_BCEWithLogitsLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-09-27T16:09:58.3835580Z test_nn_BatchNorm1d_3d_input (__main__.TestJitGeneratedModule) ... ok (0.085s) 2022-09-27T16:09:58.4666219Z test_nn_BatchNorm1d_3d_input_not_affine (__main__.TestJitGeneratedModule) ... ok (0.083s) 2022-09-27T16:09:58.5521544Z test_nn_BatchNorm1d_affine (__main__.TestJitGeneratedModule) ... ok (0.086s) 2022-09-27T16:09:58.6411857Z test_nn_BatchNorm1d_affine_simple_average (__main__.TestJitGeneratedModule) ... ok (0.089s) 2022-09-27T16:09:58.7261278Z test_nn_BatchNorm1d_not_affine (__main__.TestJitGeneratedModule) ... ok (0.085s) 2022-09-27T16:09:58.8079269Z test_nn_BatchNorm1d_not_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.082s) 2022-09-27T16:09:58.8910057Z test_nn_BatchNorm1d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.083s) 2022-09-27T16:09:58.9744865Z test_nn_BatchNorm2d (__main__.TestJitGeneratedModule) ... ok (0.083s) 2022-09-27T16:09:59.0687179Z test_nn_BatchNorm2d_2d_simple_average (__main__.TestJitGeneratedModule) ... ok (0.094s) 2022-09-27T16:09:59.1536881Z test_nn_BatchNorm2d_momentum (__main__.TestJitGeneratedModule) ... ok (0.085s) 2022-09-27T16:09:59.2361562Z test_nn_BatchNorm2d_not_affine (__main__.TestJitGeneratedModule) ... ok (0.082s) 2022-09-27T16:09:59.3162706Z test_nn_BatchNorm2d_not_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-09-27T16:09:59.3971749Z test_nn_BatchNorm2d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.081s) 2022-09-27T16:09:59.4811640Z test_nn_BatchNorm3d (__main__.TestJitGeneratedModule) ... ok (0.084s) 2022-09-27T16:09:59.5679954Z test_nn_BatchNorm3d_3d_simple_average (__main__.TestJitGeneratedModule) ... ok (0.087s) 2022-09-27T16:09:59.6513939Z test_nn_BatchNorm3d_momentum (__main__.TestJitGeneratedModule) ... ok (0.083s) 2022-09-27T16:09:59.7336892Z test_nn_BatchNorm3d_not_affine (__main__.TestJitGeneratedModule) ... ok (0.082s) 2022-09-27T16:09:59.8143726Z test_nn_BatchNorm3d_not_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.081s) 2022-09-27T16:09:59.8948218Z test_nn_BatchNorm3d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.080s) 2022-09-27T16:09:59.9366567Z test_nn_Bilinear (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-09-27T16:09:59.9764800Z test_nn_CELU (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-09-27T16:10:00.0152780Z test_nn_CELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-09-27T16:10:00.0542157Z test_nn_CELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-09-27T16:10:00.0572111Z test_nn_CTCLoss_2d_int_target_lengths_intlists (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.003s) 2022-09-27T16:10:00.0862710Z test_nn_CTCLoss_2d_int_target_lengths_tensors (__main__.TestJitGeneratedModule) ... ok (0.029s) 2022-09-27T16:10:00.1102629Z test_nn_CTCLoss_2d_lengths_tensors (__main__.TestJitGeneratedModule) ... ok (0.024s) 2022-09-27T16:10:00.1131302Z test_nn_CTCLoss_lengths_intlists (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.003s) 2022-09-27T16:10:00.1373357Z test_nn_CTCLoss_lengths_tensors (__main__.TestJitGeneratedModule) ... ok (0.024s) 2022-09-27T16:10:00.1724971Z test_nn_ConstantPad1d (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-09-27T16:10:00.2076179Z test_nn_ConstantPad1d_batch (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-09-27T16:10:00.2432453Z test_nn_ConstantPad1d_complex (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-09-27T16:10:00.2797746Z test_nn_ConstantPad2d (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-09-27T16:10:00.3162180Z test_nn_ConstantPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-09-27T16:10:00.3525278Z test_nn_ConstantPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-09-27T16:10:00.3900115Z test_nn_ConstantPad3d (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-09-27T16:10:00.4274114Z test_nn_ConstantPad3d_complex (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-09-27T16:10:00.4637743Z test_nn_ConstantPad3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-09-27T16:10:00.5157816Z test_nn_Conv1d (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-09-27T16:10:00.5707394Z test_nn_Conv1d_circular_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-09-27T16:10:00.6239939Z test_nn_Conv1d_dilated (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-09-27T16:10:00.6759103Z test_nn_Conv1d_groups (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-09-27T16:10:00.7273040Z test_nn_Conv1d_pad1 (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-09-27T16:10:00.7785451Z test_nn_Conv1d_pad1size1 (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-09-27T16:10:00.8301000Z test_nn_Conv1d_pad2 (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-09-27T16:10:00.8807008Z test_nn_Conv1d_pad2size1 (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-09-27T16:10:00.9320542Z test_nn_Conv1d_pad_same (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-09-27T16:10:00.9845246Z test_nn_Conv1d_pad_same2 (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-09-27T16:10:01.0377509Z test_nn_Conv1d_pad_same_dilated (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-09-27T16:10:01.0898371Z test_nn_Conv1d_pad_valid (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-09-27T16:10:01.1445900Z test_nn_Conv1d_reflect_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-09-27T16:10:01.1998509Z test_nn_Conv1d_replicate_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-09-27T16:10:01.2533513Z test_nn_Conv1d_stride (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-09-27T16:10:01.3040710Z test_nn_Conv1d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-09-27T16:10:01.3735083Z test_nn_Conv1d_zeros_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-09-27T16:10:01.4289562Z test_nn_Conv2d (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-09-27T16:10:01.4853442Z test_nn_Conv2d_circular_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-09-27T16:10:01.5412677Z test_nn_Conv2d_depthwise (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-09-27T16:10:01.5965040Z test_nn_Conv2d_depthwise_dilated (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-09-27T16:10:01.6520444Z test_nn_Conv2d_depthwise_padded (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-09-27T16:10:01.7064824Z test_nn_Conv2d_depthwise_strided (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-09-27T16:10:01.7599909Z test_nn_Conv2d_depthwise_with_multiplier (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-09-27T16:10:01.8125183Z test_nn_Conv2d_dilated (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-09-27T16:10:01.8674998Z test_nn_Conv2d_groups (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-09-27T16:10:01.9212252Z test_nn_Conv2d_groups_thnn (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-09-27T16:10:01.9728067Z test_nn_Conv2d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-09-27T16:10:02.0251419Z test_nn_Conv2d_pad_same (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-09-27T16:10:02.0778601Z test_nn_Conv2d_pad_same_dilated (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-09-27T16:10:02.1302409Z test_nn_Conv2d_pad_valid (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-09-27T16:10:02.1823270Z test_nn_Conv2d_padding (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-09-27T16:10:02.2385478Z test_nn_Conv2d_reflect_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-09-27T16:10:02.2935464Z test_nn_Conv2d_replicate_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-09-27T16:10:02.3463667Z test_nn_Conv2d_strided (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-09-27T16:10:02.4030327Z test_nn_Conv2d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-09-27T16:10:02.4653323Z test_nn_Conv2d_zeros_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-09-27T16:10:02.5189041Z test_nn_Conv3d (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-09-27T16:10:02.5719845Z test_nn_Conv3d_1x1x1_no_bias (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-09-27T16:10:02.6305341Z test_nn_Conv3d_circular_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-09-27T16:10:02.6833463Z test_nn_Conv3d_dilated (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-09-27T16:10:02.7367267Z test_nn_Conv3d_dilated_strided (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-09-27T16:10:02.7897916Z test_nn_Conv3d_groups (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-09-27T16:10:02.8416251Z test_nn_Conv3d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-09-27T16:10:02.8949309Z test_nn_Conv3d_pad_same (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-09-27T16:10:02.9494598Z test_nn_Conv3d_pad_same_dilated (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-09-27T16:10:03.0025393Z test_nn_Conv3d_pad_valid (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-09-27T16:10:03.0580960Z test_nn_Conv3d_replicate_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-09-27T16:10:03.1106126Z test_nn_Conv3d_stride (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-09-27T16:10:03.1632679Z test_nn_Conv3d_stride_padding (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-09-27T16:10:03.2139569Z test_nn_Conv3d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-09-27T16:10:03.2666079Z test_nn_Conv3d_zeros_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-09-27T16:10:03.3674865Z test_nn_ConvTranspose1d (__main__.TestJitGeneratedModule) ... ok (0.101s) 2022-09-27T16:10:03.4813878Z test_nn_ConvTranspose1d_dilated (__main__.TestJitGeneratedModule) ... ok (0.114s) 2022-09-27T16:10:03.5955530Z test_nn_ConvTranspose1d_groups (__main__.TestJitGeneratedModule) ... ok (0.114s) 2022-09-27T16:10:03.7003573Z test_nn_ConvTranspose1d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.105s) 2022-09-27T16:10:03.8072762Z test_nn_ConvTranspose2d (__main__.TestJitGeneratedModule) ... ok (0.107s) 2022-09-27T16:10:03.9124005Z test_nn_ConvTranspose2d_dilated (__main__.TestJitGeneratedModule) ... ok (0.105s) 2022-09-27T16:10:04.0160957Z test_nn_ConvTranspose2d_groups (__main__.TestJitGeneratedModule) ... ok (0.104s) 2022-09-27T16:10:04.1188614Z test_nn_ConvTranspose2d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.103s) 2022-09-27T16:10:04.2262687Z test_nn_ConvTranspose3d (__main__.TestJitGeneratedModule) ... ok (0.107s) 2022-09-27T16:10:04.3313285Z test_nn_ConvTranspose3d_dilated (__main__.TestJitGeneratedModule) ... ok (0.105s) 2022-09-27T16:10:04.3680158Z test_nn_CosineEmbeddingLoss (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-09-27T16:10:04.3973077Z test_nn_CosineEmbeddingLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.029s) 2022-09-27T16:10:04.4259508Z test_nn_CosineEmbeddingLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.029s) 2022-09-27T16:10:04.4552664Z test_nn_CosineEmbeddingLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.029s) 2022-09-27T16:10:04.4851422Z test_nn_CosineEmbeddingLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-09-27T16:10:04.5323232Z test_nn_CrossEntropyLoss (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:10:04.5820453Z test_nn_CrossEntropyLoss_2d (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-09-27T16:10:04.6133559Z test_nn_CrossEntropyLoss_2d_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-09-27T16:10:04.6442299Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-09-27T16:10:04.6751554Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-09-27T16:10:04.7063689Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-09-27T16:10:04.7392008Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_weight (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-09-27T16:10:04.7693004Z test_nn_CrossEntropyLoss_2d_prob_target (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-09-27T16:10:04.7993606Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-09-27T16:10:04.8295176Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-09-27T16:10:04.8602372Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing_weight (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-09-27T16:10:04.8905875Z test_nn_CrossEntropyLoss_2d_prob_target_weights (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-09-27T16:10:04.9210331Z test_nn_CrossEntropyLoss_2d_weights (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-09-27T16:10:04.9507964Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-09-27T16:10:04.9807919Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-09-27T16:10:05.0103105Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.029s) 2022-09-27T16:10:05.0399473Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-09-27T16:10:05.0703404Z test_nn_CrossEntropyLoss_3d_prob_target (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-09-27T16:10:05.1000503Z test_nn_CrossEntropyLoss_3d_prob_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-09-27T16:10:05.1298653Z test_nn_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-09-27T16:10:05.1600442Z test_nn_CrossEntropyLoss_3d_prob_target_weights (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-09-27T16:10:05.1897768Z test_nn_CrossEntropyLoss_4d_prob_target (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-09-27T16:10:05.2196661Z test_nn_CrossEntropyLoss_4d_prob_target_weights (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-09-27T16:10:05.2484349Z test_nn_CrossEntropyLoss_dim_is_3 (__main__.TestJitGeneratedModule) ... ok (0.029s) 2022-09-27T16:10:05.2778461Z test_nn_CrossEntropyLoss_higher_dim (__main__.TestJitGeneratedModule) ... ok (0.029s) 2022-09-27T16:10:05.3081440Z test_nn_CrossEntropyLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-09-27T16:10:05.3110065Z test_nn_CrossMapLRN2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:05.3508774Z test_nn_ELU (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-09-27T16:10:05.3895751Z test_nn_ELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-09-27T16:10:05.4289771Z test_nn_ELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-09-27T16:10:05.4618035Z test_nn_Embedding (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-09-27T16:10:05.5288136Z test_nn_EmbeddingBag_discontiguous (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-09-27T16:10:05.5823434Z test_nn_EmbeddingBag_max (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-09-27T16:10:05.6335960Z test_nn_EmbeddingBag_max_padding_idx (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-09-27T16:10:05.6816128Z test_nn_EmbeddingBag_mean (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-09-27T16:10:05.7298317Z test_nn_EmbeddingBag_mean_padding_idx (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-09-27T16:10:05.7778852Z test_nn_EmbeddingBag_sparse (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-09-27T16:10:05.8252382Z test_nn_EmbeddingBag_sum (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:10:05.8735540Z test_nn_EmbeddingBag_sum_padding_idx (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-09-27T16:10:05.9001899Z test_nn_Embedding_discontiguous (__main__.TestJitGeneratedModule) ... ok (0.026s) 2022-09-27T16:10:05.9253240Z test_nn_Embedding_sparse (__main__.TestJitGeneratedModule) ... ok (0.025s) 2022-09-27T16:10:05.9588823Z test_nn_Flatten (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-09-27T16:10:05.9923970Z test_nn_Flatten_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-09-27T16:10:06.0519090Z test_nn_Fold (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-09-27T16:10:06.1042871Z test_nn_Fold_int_input (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-09-27T16:10:06.1573749Z test_nn_Fold_no_batch_dim_input (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-09-27T16:10:06.2093872Z test_nn_Fold_no_batch_dim_int_input (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-09-27T16:10:06.2968638Z test_nn_FractionalMaxPool2d_ratio (__main__.TestJitGeneratedModule) ... ok (0.087s) 2022-09-27T16:10:06.3703919Z test_nn_FractionalMaxPool2d_ratio_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-09-27T16:10:06.4460842Z test_nn_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-09-27T16:10:06.5149826Z test_nn_FractionalMaxPool2d_ratio_return_indices (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-09-27T16:10:06.5867075Z test_nn_FractionalMaxPool2d_size (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-09-27T16:10:06.6588618Z test_nn_FractionalMaxPool2d_size_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-09-27T16:10:06.7327249Z test_nn_FractionalMaxPool2d_size_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.074s) 2022-09-27T16:10:06.8243328Z test_nn_FractionalMaxPool3d_asymsize (__main__.TestJitGeneratedModule) ... ok (0.092s) 2022-09-27T16:10:06.9020327Z test_nn_FractionalMaxPool3d_ratio (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-09-27T16:10:06.9793635Z test_nn_FractionalMaxPool3d_ratio_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-09-27T16:10:07.0580876Z test_nn_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-09-27T16:10:07.1306391Z test_nn_FractionalMaxPool3d_ratio_return_indices (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-09-27T16:10:07.2051679Z test_nn_FractionalMaxPool3d_size (__main__.TestJitGeneratedModule) ... ok (0.074s) 2022-09-27T16:10:07.2800028Z test_nn_FractionalMaxPool3d_size_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.075s) 2022-09-27T16:10:07.3568547Z test_nn_FractionalMaxPool3d_size_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.077s) 2022-09-27T16:10:07.3905460Z test_nn_GELU (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-09-27T16:10:07.4230004Z test_nn_GELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-09-27T16:10:07.4553255Z test_nn_GELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-09-27T16:10:07.4979537Z test_nn_GLU (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-09-27T16:10:07.5393929Z test_nn_GLU_dim (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T16:10:07.5788902Z test_nn_GLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-09-27T16:10:07.6454373Z test_nn_GRUCell (__main__.TestJitGeneratedModule) ... ok (0.066s) 2022-09-27T16:10:07.7141940Z test_nn_GroupNorm_1d_affine (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-09-27T16:10:07.7778161Z test_nn_GroupNorm_1d_affine_GN (__main__.TestJitGeneratedModule) ... ok (0.064s) 2022-09-27T16:10:07.8420994Z test_nn_GroupNorm_1d_affine_large_batch (__main__.TestJitGeneratedModule) ... ok (0.064s) 2022-09-27T16:10:07.9053501Z test_nn_GroupNorm_1d_no_affine_IN (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-09-27T16:10:07.9680288Z test_nn_GroupNorm_1d_no_affine_LN (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-09-27T16:10:08.0328211Z test_nn_GroupNorm_2d_affine (__main__.TestJitGeneratedModule) ... ok (0.065s) 2022-09-27T16:10:08.1022869Z test_nn_GroupNorm_2d_affine_large_feature (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-09-27T16:10:08.1644826Z test_nn_GroupNorm_2d_no_affine_IN (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-09-27T16:10:08.2264983Z test_nn_GroupNorm_2d_no_affine_LN (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-09-27T16:10:08.3020648Z test_nn_GroupNorm_2d_no_affine_large_feature (__main__.TestJitGeneratedModule) ... ok (0.075s) 2022-09-27T16:10:08.3361517Z test_nn_Hardshrink (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-09-27T16:10:08.3688896Z test_nn_Hardshrink_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-09-27T16:10:08.4013999Z test_nn_Hardshrink_scalar (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-09-27T16:10:08.4043510Z test_nn_Hardsigmoid_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.003s) 2022-09-27T16:10:08.4071332Z test_nn_Hardswish_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.003s) 2022-09-27T16:10:08.4475179Z test_nn_Hardtanh (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-09-27T16:10:08.4883533Z test_nn_Hardtanh_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T16:10:08.5291614Z test_nn_Hardtanh_scalar (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T16:10:08.5638217Z test_nn_HingeEmbeddingLoss (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-09-27T16:10:08.5915127Z test_nn_HingeEmbeddingLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-09-27T16:10:08.5943990Z test_nn_HingeEmbeddingLoss_margin_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:08.6220677Z test_nn_HingeEmbeddingLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-09-27T16:10:08.6496650Z test_nn_HingeEmbeddingLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-09-27T16:10:08.6772395Z test_nn_HingeEmbeddingLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-09-27T16:10:08.6800954Z test_nn_HingeEmbeddingLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:08.7076979Z test_nn_HingeEmbeddingLoss_scalar_margin (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-09-27T16:10:08.7378005Z test_nn_HuberLoss (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-09-27T16:10:08.7407324Z test_nn_HuberLoss_delta (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:08.7648784Z test_nn_HuberLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.024s) 2022-09-27T16:10:08.7890417Z test_nn_HuberLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.024s) 2022-09-27T16:10:08.8131413Z test_nn_HuberLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.024s) 2022-09-27T16:10:08.9082888Z test_nn_InstanceNorm1d (__main__.TestJitGeneratedModule) ... ok (0.095s) 2022-09-27T16:10:08.9981980Z test_nn_InstanceNorm1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.090s) 2022-09-27T16:10:09.0949469Z test_nn_InstanceNorm1d_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.097s) 2022-09-27T16:10:09.1925521Z test_nn_InstanceNorm1d_tracking_stats_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.097s) 2022-09-27T16:10:09.2850525Z test_nn_InstanceNorm2d (__main__.TestJitGeneratedModule) ... ok (0.092s) 2022-09-27T16:10:09.3766360Z test_nn_InstanceNorm2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.092s) 2022-09-27T16:10:09.4746563Z test_nn_InstanceNorm2d_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.098s) 2022-09-27T16:10:09.5726345Z test_nn_InstanceNorm2d_tracking_stats_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.098s) 2022-09-27T16:10:09.6656380Z test_nn_InstanceNorm3d (__main__.TestJitGeneratedModule) ... ok (0.093s) 2022-09-27T16:10:09.7586665Z test_nn_InstanceNorm3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.093s) 2022-09-27T16:10:09.8573127Z test_nn_InstanceNorm3d_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.099s) 2022-09-27T16:10:09.9549699Z test_nn_InstanceNorm3d_tracking_stats_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.098s) 2022-09-27T16:10:09.9987425Z test_nn_KLDivLoss (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-09-27T16:10:10.0319839Z test_nn_KLDivLoss_log_target (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-09-27T16:10:10.0641275Z test_nn_KLDivLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-09-27T16:10:10.0966622Z test_nn_KLDivLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-09-27T16:10:10.1287955Z test_nn_KLDivLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-09-27T16:10:10.1317547Z test_nn_KLDivLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:10.1345294Z test_nn_KLDivLoss_no_reduce_log_target (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:10.1374367Z test_nn_KLDivLoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:10.1401943Z test_nn_KLDivLoss_no_reduce_scalar_log_target (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:10.1720014Z test_nn_KLDivLoss_scalar (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-09-27T16:10:10.2041481Z test_nn_KLDivLoss_scalar_log_target (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-09-27T16:10:10.2070827Z test_nn_KLDivLoss_with_log_target_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:10.2098986Z test_nn_KLDivLoss_with_target_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:10.2464357Z test_nn_L1Loss (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-09-27T16:10:10.2747934Z test_nn_L1Loss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-09-27T16:10:10.3031678Z test_nn_L1Loss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-09-27T16:10:10.3324793Z test_nn_L1Loss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.029s) 2022-09-27T16:10:10.3353819Z test_nn_L1Loss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:10.3381565Z test_nn_L1Loss_no_reduce_complex (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:10.3408780Z test_nn_L1Loss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:10.3693262Z test_nn_L1Loss_scalar (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-09-27T16:10:10.4744938Z test_nn_LPPool1d (__main__.TestJitGeneratedModule) ... ok (0.105s) 2022-09-27T16:10:10.5801654Z test_nn_LPPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.106s) 2022-09-27T16:10:10.6913159Z test_nn_LPPool1d_norm (__main__.TestJitGeneratedModule) ... ok (0.111s) 2022-09-27T16:10:10.8198637Z test_nn_LPPool2d (__main__.TestJitGeneratedModule) ... ok (0.128s) 2022-09-27T16:10:10.9605212Z test_nn_LPPool2d_norm (__main__.TestJitGeneratedModule) ... ok (0.141s) 2022-09-27T16:10:11.0391455Z test_nn_LSTMCell (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-09-27T16:10:11.0870910Z test_nn_LayerNorm_1d_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-09-27T16:10:11.1315524Z test_nn_LayerNorm_1d_empty_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-09-27T16:10:11.1745473Z test_nn_LayerNorm_1d_no_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-09-27T16:10:11.2205483Z test_nn_LayerNorm_3d_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-09-27T16:10:11.3572908Z test_nn_LayerNorm_3d_no_affine_large_feature (__main__.TestJitGeneratedModule) ... ok (0.137s) 2022-09-27T16:10:11.4028973Z test_nn_LayerNorm_3d_no_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-09-27T16:10:11.4430494Z test_nn_LeakyReLU (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-09-27T16:10:11.4836214Z test_nn_LeakyReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-09-27T16:10:11.5232410Z test_nn_LeakyReLU_with_negval (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-09-27T16:10:11.5629683Z test_nn_LeakyReLU_with_negval_scalar (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-09-27T16:10:11.6029288Z test_nn_LeakyReLU_with_zero_negval (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-09-27T16:10:11.6402153Z test_nn_Linear (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-09-27T16:10:11.6768344Z test_nn_Linear_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-09-27T16:10:11.7133565Z test_nn_Linear_no_bias (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-09-27T16:10:11.8786675Z test_nn_LocalResponseNorm_1d (__main__.TestJitGeneratedModule) ... ok (0.165s) 2022-09-27T16:10:12.0593886Z test_nn_LocalResponseNorm_2d_uneven_pad (__main__.TestJitGeneratedModule) ... ok (0.181s) 2022-09-27T16:10:12.2434052Z test_nn_LocalResponseNorm_3d_custom_params (__main__.TestJitGeneratedModule) ... ok (0.184s) 2022-09-27T16:10:12.2770893Z test_nn_LogSigmoid (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-09-27T16:10:12.3081372Z test_nn_LogSigmoid_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-09-27T16:10:12.3389445Z test_nn_LogSigmoid_scalar (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-09-27T16:10:12.3886820Z test_nn_LogSoftmax (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-09-27T16:10:12.4378172Z test_nn_LogSoftmax_multiparam (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-09-27T16:10:12.4858085Z test_nn_LogSoftmax_multiparam_scalar (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-09-27T16:10:12.5346784Z test_nn_LogSoftmax_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-09-27T16:10:12.5708979Z test_nn_MSELoss (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-09-27T16:10:12.5992877Z test_nn_MSELoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-09-27T16:10:12.6287768Z test_nn_MSELoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.029s) 2022-09-27T16:10:12.6570191Z test_nn_MSELoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-09-27T16:10:12.6598672Z test_nn_MSELoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:12.6626141Z test_nn_MSELoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:12.7022457Z test_nn_MSELoss_prec (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-09-27T16:10:12.7314751Z test_nn_MSELoss_scalar (__main__.TestJitGeneratedModule) ... ok (0.029s) 2022-09-27T16:10:12.7717869Z test_nn_MarginRankingLoss (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-09-27T16:10:12.8031028Z test_nn_MarginRankingLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-09-27T16:10:12.8339039Z test_nn_MarginRankingLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-09-27T16:10:12.8658359Z test_nn_MarginRankingLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-09-27T16:10:12.8975749Z test_nn_MarginRankingLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-09-27T16:10:12.9493755Z test_nn_MaxPool1d (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-09-27T16:10:13.0037789Z test_nn_MaxPool1d_return_indices (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-09-27T16:10:13.0510862Z test_nn_MaxPool1d_stride (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-09-27T16:10:13.0990025Z test_nn_MaxPool2d_3d_input (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-09-27T16:10:13.1477736Z test_nn_MaxPool2d_4d_input (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-09-27T16:10:13.2034043Z test_nn_MaxPool2d_return_indices (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-09-27T16:10:13.2520325Z test_nn_MaxPool3d (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-09-27T16:10:13.3079131Z test_nn_MaxPool3d_return_indices (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-09-27T16:10:13.3560195Z test_nn_MaxPool3d_stride (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-09-27T16:10:13.4047115Z test_nn_MaxPool3d_stride_padding (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-09-27T16:10:13.4461670Z test_nn_Mish (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T16:10:13.4833942Z test_nn_Mish_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-09-27T16:10:13.5206533Z test_nn_Mish_scalar (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-09-27T16:10:13.5542264Z test_nn_MultiLabelMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-09-27T16:10:13.5573743Z test_nn_MultiLabelMarginLoss_0d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:13.5840779Z test_nn_MultiLabelMarginLoss_1d (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-09-27T16:10:13.5870270Z test_nn_MultiLabelMarginLoss_1d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:13.5898266Z test_nn_MultiLabelMarginLoss_index_neg (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:13.6171658Z test_nn_MultiLabelMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-09-27T16:10:13.6442142Z test_nn_MultiLabelMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-09-27T16:10:13.6712759Z test_nn_MultiLabelMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-09-27T16:10:13.6741632Z test_nn_MultiLabelMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:13.7523625Z test_nn_MultiLabelSoftMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.078s) 2022-09-27T16:10:13.8081312Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-09-27T16:10:13.8644976Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-09-27T16:10:13.9221782Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-09-27T16:10:13.9251546Z test_nn_MultiLabelSoftMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:14.0003073Z test_nn_MultiLabelSoftMarginLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.075s) 2022-09-27T16:10:14.0033399Z test_nn_MultiLabelSoftMarginLoss_weights_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:14.0441414Z test_nn_MultiMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T16:10:14.0756723Z test_nn_MultiMarginLoss_1d (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-09-27T16:10:14.0788519Z test_nn_MultiMarginLoss_1d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:14.1105060Z test_nn_MultiMarginLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-09-27T16:10:14.1134118Z test_nn_MultiMarginLoss_margin_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:14.1161687Z test_nn_MultiMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:14.1468705Z test_nn_MultiMarginLoss_p (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-09-27T16:10:14.1499255Z test_nn_MultiMarginLoss_p_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:14.1812574Z test_nn_MultiMarginLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-09-27T16:10:14.1841111Z test_nn_MultiMarginLoss_weights_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:14.1871148Z test_nn_MultiheadAttention (__main__.TestJitGeneratedModule) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:10:14.2218036Z test_nn_NLLLoss (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-09-27T16:10:14.2245895Z test_nn_NLLLoss2d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:14.2273157Z test_nn_NLLLoss2d_no_reduce_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:14.2300008Z test_nn_NLLLoss2d_no_reduce_weights (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:14.2326697Z test_nn_NLLLossNd_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:14.2353917Z test_nn_NLLLossNd_no_reduce_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:14.2380944Z test_nn_NLLLossNd_no_reduce_weights (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:14.2653965Z test_nn_NLLLoss_2d (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-09-27T16:10:14.2926148Z test_nn_NLLLoss_2d_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-09-27T16:10:14.3199039Z test_nn_NLLLoss_2d_weights (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-09-27T16:10:14.3472761Z test_nn_NLLLoss_dim_is_3 (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-09-27T16:10:14.3745143Z test_nn_NLLLoss_higher_dim (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-09-27T16:10:14.4019380Z test_nn_NLLLoss_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-09-27T16:10:14.4291594Z test_nn_NLLLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-09-27T16:10:14.4566113Z test_nn_NLLLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-09-27T16:10:14.4838595Z test_nn_NLLLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-09-27T16:10:14.4867269Z test_nn_NLLLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:14.4894804Z test_nn_NLLLoss_no_reduce_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:14.4921725Z test_nn_NLLLoss_no_reduce_weights (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:14.4948882Z test_nn_NLLLoss_no_reduce_weights_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:14.4975764Z test_nn_NLLLoss_no_reduce_weights_ignore_index_neg (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:14.5252629Z test_nn_NLLLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-09-27T16:10:14.5529731Z test_nn_NLLLoss_weights_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-09-27T16:10:14.5808414Z test_nn_NLLLoss_weights_ignore_index_neg (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-09-27T16:10:14.6138883Z test_nn_PReLU_1d (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-09-27T16:10:14.6472190Z test_nn_PReLU_1d_multiparam (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-09-27T16:10:14.6815452Z test_nn_PReLU_2d (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-09-27T16:10:14.7153640Z test_nn_PReLU_2d_multiparam (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-09-27T16:10:14.7494375Z test_nn_PReLU_3d (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-09-27T16:10:14.7842957Z test_nn_PReLU_3d_multiparam (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-09-27T16:10:14.8172768Z test_nn_PReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-09-27T16:10:14.8500747Z test_nn_PReLU_scalar (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-09-27T16:10:14.8529205Z test_nn_Padding122112_3dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:14.8556143Z test_nn_Padding1221_2dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:14.8583351Z test_nn_Padding12_1dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:14.8610744Z test_nn_Padding2322_2dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:14.8637580Z test_nn_Padding31_1dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:14.8664483Z test_nn_Padding322112_3dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:14.8691677Z test_nn_Padding332122_3dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:14.8718539Z test_nn_Padding3331_2dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:14.8745350Z test_nn_Padding33_1dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:14.9111980Z test_nn_PairwiseDistance (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-09-27T16:10:14.9483779Z test_nn_PairwiseDistance_broadcast_lhs (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-09-27T16:10:14.9852537Z test_nn_PairwiseDistance_broadcast_rhs (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-09-27T16:10:15.0218799Z test_nn_PairwiseDistance_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-09-27T16:10:15.0596856Z test_nn_PairwiseDistance_with_non_default_args (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-09-27T16:10:15.0938196Z test_nn_PixelShuffle (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-09-27T16:10:15.1280748Z test_nn_PixelUnshuffle (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-09-27T16:10:15.1765091Z test_nn_PoissonNLLLoss_full_loss (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-09-27T16:10:15.2074054Z test_nn_PoissonNLLLoss_full_loss_no_log_input (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-09-27T16:10:15.2377644Z test_nn_PoissonNLLLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-09-27T16:10:15.2683305Z test_nn_PoissonNLLLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-09-27T16:10:15.2984293Z test_nn_PoissonNLLLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-09-27T16:10:15.3284815Z test_nn_PoissonNLLLoss_no_full_loss (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-09-27T16:10:15.3587181Z test_nn_PoissonNLLLoss_no_full_loss_no_log_input (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-09-27T16:10:15.3615215Z test_nn_PoissonNLLLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:15.4313146Z test_nn_RNNCell (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-09-27T16:10:15.4737536Z test_nn_RReLU (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-09-27T16:10:15.5154622Z test_nn_RReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-09-27T16:10:15.5580775Z test_nn_RReLU_with_up_down (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-09-27T16:10:15.5996496Z test_nn_RReLU_with_up_down_scalar (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T16:10:15.6367640Z test_nn_ReLU (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-09-27T16:10:15.6789773Z test_nn_ReLU6 (__main__.TestJitGeneratedModule) ... ok (0.042s) 2022-09-27T16:10:15.7205345Z test_nn_ReLU6_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T16:10:15.7620752Z test_nn_ReLU6_scalar (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-09-27T16:10:15.7999406Z test_nn_ReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-09-27T16:10:15.8378118Z test_nn_ReLU_scalar (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-09-27T16:10:15.8731635Z test_nn_ReflectionPad1d (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-09-27T16:10:15.9083177Z test_nn_ReflectionPad1d_batch (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-09-27T16:10:15.9436188Z test_nn_ReflectionPad1d_complex (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-09-27T16:10:15.9797464Z test_nn_ReflectionPad2d (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-09-27T16:10:16.0155073Z test_nn_ReflectionPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-09-27T16:10:16.0509720Z test_nn_ReflectionPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-09-27T16:10:16.0878325Z test_nn_ReflectionPad3d (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-09-27T16:10:16.1253799Z test_nn_ReflectionPad3d_complex (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-09-27T16:10:16.1621753Z test_nn_ReflectionPad3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-09-27T16:10:16.1966230Z test_nn_ReplicationPad1d (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-09-27T16:10:16.2306504Z test_nn_ReplicationPad1d_batch (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-09-27T16:10:16.2654806Z test_nn_ReplicationPad1d_complex (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-09-27T16:10:16.3008125Z test_nn_ReplicationPad2d (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-09-27T16:10:16.3370038Z test_nn_ReplicationPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-09-27T16:10:16.3730286Z test_nn_ReplicationPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-09-27T16:10:16.4091201Z test_nn_ReplicationPad3d (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-09-27T16:10:16.4458364Z test_nn_ReplicationPad3d_complex (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-09-27T16:10:16.4825184Z test_nn_ReplicationPad3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-09-27T16:10:16.5210220Z test_nn_SELU (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-09-27T16:10:16.5583848Z test_nn_SELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-09-27T16:10:16.5955406Z test_nn_SELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-09-27T16:10:16.6344063Z test_nn_SiLU (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-09-27T16:10:16.6716507Z test_nn_SiLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-09-27T16:10:16.7100374Z test_nn_SiLU_scalar (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-09-27T16:10:16.7434871Z test_nn_Sigmoid (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-09-27T16:10:16.7754929Z test_nn_Sigmoid_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-09-27T16:10:16.8074649Z test_nn_Sigmoid_scalar (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-09-27T16:10:16.8454970Z test_nn_SmoothL1Loss (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-09-27T16:10:16.8484413Z test_nn_SmoothL1Loss_beta (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:16.8775950Z test_nn_SmoothL1Loss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.029s) 2022-09-27T16:10:16.9064882Z test_nn_SmoothL1Loss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.029s) 2022-09-27T16:10:16.9353739Z test_nn_SmoothL1Loss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.029s) 2022-09-27T16:10:16.9382382Z test_nn_SmoothL1Loss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:16.9410182Z test_nn_SmoothL1Loss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:16.9703434Z test_nn_SmoothL1Loss_scalar (__main__.TestJitGeneratedModule) ... ok (0.029s) 2022-09-27T16:10:16.9732137Z test_nn_SmoothL1Loss_zero_beta (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:17.0072958Z test_nn_SoftMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-09-27T16:10:17.0347360Z test_nn_SoftMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-09-27T16:10:17.0626023Z test_nn_SoftMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-09-27T16:10:17.0902035Z test_nn_SoftMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-09-27T16:10:17.0933306Z test_nn_SoftMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:17.1475447Z test_nn_Softmax (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-09-27T16:10:17.2021390Z test_nn_Softmax2d (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-09-27T16:10:17.2574288Z test_nn_Softmax2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-09-27T16:10:17.3061281Z test_nn_Softmax_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-09-27T16:10:17.3541383Z test_nn_Softmax_scalar (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-09-27T16:10:17.4140912Z test_nn_Softmin (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-09-27T16:10:17.4700158Z test_nn_Softmin_multidim (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-09-27T16:10:17.5261017Z test_nn_Softmin_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-09-27T16:10:17.5796544Z test_nn_Softmin_scalar (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-09-27T16:10:17.6139467Z test_nn_Softplus (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-09-27T16:10:17.6490019Z test_nn_Softplus_beta (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-09-27T16:10:17.6833430Z test_nn_Softplus_beta_threshold (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-09-27T16:10:17.7165409Z test_nn_Softplus_beta_threshold_scalar (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-09-27T16:10:17.7492900Z test_nn_Softplus_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-09-27T16:10:17.7810728Z test_nn_Softshrink (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-09-27T16:10:17.8128321Z test_nn_Softshrink_lambda (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-09-27T16:10:17.8447512Z test_nn_Softshrink_lambda_scalar (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-09-27T16:10:17.8765256Z test_nn_Softshrink_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-09-27T16:10:17.9612502Z test_nn_Softsign (__main__.TestJitGeneratedModule) ... ok (0.085s) 2022-09-27T16:10:18.0310723Z test_nn_Softsign_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-09-27T16:10:18.0996798Z test_nn_Softsign_scalar (__main__.TestJitGeneratedModule) ... ok (0.068s) 2022-09-27T16:10:18.1326468Z test_nn_Tanh (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-09-27T16:10:18.1642665Z test_nn_Tanh_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-09-27T16:10:18.1957964Z test_nn_Tanh_scalar (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-09-27T16:10:18.3187692Z test_nn_Tanhshrink (__main__.TestJitGeneratedModule) ... ok (0.123s) 2022-09-27T16:10:18.3861416Z test_nn_Tanhshrink_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.067s) 2022-09-27T16:10:18.4517937Z test_nn_Tanhshrink_scalar (__main__.TestJitGeneratedModule) ... ok (0.066s) 2022-09-27T16:10:18.4963695Z test_nn_Threshold_large_value (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-09-27T16:10:18.5369768Z test_nn_Threshold_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-09-27T16:10:18.5772460Z test_nn_Threshold_threshold_value (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-09-27T16:10:18.6167719Z test_nn_Threshold_threshold_value_scalar (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-09-27T16:10:18.6196181Z test_nn_Transformer (__main__.TestJitGeneratedModule) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:10:20.6646649Z test_nn_TransformerDecoderLayer_gelu_activation (__main__.TestJitGeneratedModule) ... ok (2.045s) 2022-09-27T16:10:22.6152209Z test_nn_TransformerDecoderLayer_relu_activation (__main__.TestJitGeneratedModule) ... ok (1.950s) 2022-09-27T16:10:24.4435757Z test_nn_TransformerEncoderLayer_gelu_activation (__main__.TestJitGeneratedModule) ... ok (1.828s) 2022-09-27T16:10:26.2811456Z test_nn_TransformerEncoderLayer_relu_activation (__main__.TestJitGeneratedModule) ... ok (1.837s) 2022-09-27T16:10:31.9645367Z test_nn_Transformer_multilayer_coder (__main__.TestJitGeneratedModule) ... ok (5.683s) 2022-09-27T16:10:32.0048858Z test_nn_TripletMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-09-27T16:10:32.0360755Z test_nn_TripletMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-09-27T16:10:32.0670500Z test_nn_TripletMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-09-27T16:10:32.1016757Z test_nn_Unflatten_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-09-27T16:10:32.1573638Z test_nn_Unfold (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-09-27T16:10:32.2085758Z test_nn_Unfold_int_input (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-09-27T16:10:32.2452879Z test_nn_ZeroPad2d (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-09-27T16:10:32.2819088Z test_nn_ZeroPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-09-27T16:10:32.3179660Z test_nn_ZeroPad2d_negative_dims (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-09-27T16:10:32.3542100Z test_nn_ZeroPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-09-27T16:10:32.3572038Z test_nn_interpolate_bicubic_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:32.3600171Z test_nn_interpolate_bicubic_2d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:32.3628654Z test_nn_interpolate_bicubic_scale_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:32.3655827Z test_nn_interpolate_bicubic_scale_tuple_shared_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:32.3683048Z test_nn_interpolate_bicubic_scale_tuple_skewed_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:32.3710572Z test_nn_interpolate_bicubic_scale_tuple_skewed_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:32.3738169Z test_nn_interpolate_bicubic_tuple_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:32.3765102Z test_nn_interpolate_bicubic_tuple_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:32.3792536Z test_nn_interpolate_bilinear_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:32.3819670Z test_nn_interpolate_bilinear_2d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:32.3846719Z test_nn_interpolate_bilinear_scale_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:32.3874561Z test_nn_interpolate_bilinear_scale_tuple_shared_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:32.3902312Z test_nn_interpolate_bilinear_scale_tuple_skewed_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:32.3929709Z test_nn_interpolate_bilinear_scale_tuple_skewed_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:32.3957315Z test_nn_interpolate_bilinear_tuple_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:32.3984279Z test_nn_interpolate_bilinear_tuple_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:32.4011405Z test_nn_interpolate_linear_1d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:32.4038236Z test_nn_interpolate_linear_1d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:32.4065411Z test_nn_interpolate_linear_1d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:32.4092231Z test_nn_interpolate_linear_scale_1d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:32.4118721Z test_nn_interpolate_linear_scale_1d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:32.4145380Z test_nn_interpolate_linear_tuple_1d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:32.4172169Z test_nn_interpolate_nearest_1d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:32.4198791Z test_nn_interpolate_nearest_1d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:32.4225500Z test_nn_interpolate_nearest_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:32.4252037Z test_nn_interpolate_nearest_2d_launch_configs (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:32.4278330Z test_nn_interpolate_nearest_2d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:32.4305048Z test_nn_interpolate_nearest_3d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:32.4331976Z test_nn_interpolate_nearest_3d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:32.4358047Z test_nn_interpolate_nearest_scale_1d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:32.4384830Z test_nn_interpolate_nearest_scale_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:32.4411639Z test_nn_interpolate_nearest_scale_3d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:32.4438336Z test_nn_interpolate_nearest_tuple_1d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:32.4465049Z test_nn_interpolate_nearest_tuple_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:32.4491939Z test_nn_interpolate_nearest_tuple_3d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:32.4518526Z test_nn_interpolate_trilinear_3d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:32.4545290Z test_nn_interpolate_trilinear_3d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:32.4572188Z test_nn_interpolate_trilinear_scale_3d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:32.4599082Z test_nn_interpolate_trilinear_scale_3d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:32.4625565Z test_nn_interpolate_trilinear_tuple_3d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:32.4652380Z test_nn_interpolate_trilinear_tuple_3d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:32.4678842Z test_nn_log_softmax_dim0 (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:32.4705664Z test_nn_log_softmax_dim3 (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:32.4732444Z test_nn_log_softmax_lastdim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:32.4758949Z test_nn_log_softmax_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:32.4785947Z test_nn_log_softmax_spatial (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:32.4812881Z test_nn_log_softmax_spatial_special (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:32.4839609Z test_nn_multimarginloss_1d_input_0d_target_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:32.4866636Z test_nn_softmax_functional_dim0 (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:32.4893367Z test_nn_softmax_functional_dim3 (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:32.4919963Z test_nn_softmax_functional_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:32.4946787Z test_nn_softmax_lastdim (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:32.4973628Z test_nn_softmax_lastdim_dtype (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:32.5000263Z test_nn_softmax_spatial (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:32.5027160Z test_nn_softmax_spatial_dtype (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:32.5054091Z test_nn_softmax_spatial_special (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:10:32.5079728Z test_checkscriptassertraisesregex (jit.test_jit_utils.TestJitUtils) ... ok (0.002s) 2022-09-27T16:10:32.5084525Z test_get_callable_argument_names_hybrid (jit.test_jit_utils.TestJitUtils) ... skip: POSITIONAL_ONLY arguments are not supported before 3.8 (0.000s) 2022-09-27T16:10:32.5092305Z test_get_callable_argument_names_keyword_only (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-09-27T16:10:32.5096826Z test_get_callable_argument_names_positional_only (jit.test_jit_utils.TestJitUtils) ... skip: POSITIONAL_ONLY arguments are not supported before 3.8 (0.000s) 2022-09-27T16:10:32.5105568Z test_get_callable_argument_names_positional_or_keyword (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-09-27T16:10:32.5113266Z test_get_callable_argument_names_var_keyword (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-09-27T16:10:32.5121038Z test_get_callable_argument_names_var_positional (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-09-27T16:10:32.5129608Z test_no_tracer_warn_context_manager (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-09-27T16:10:32.5320507Z test_comprehension_iterable (jit.test_list_dict.TestList) ... ok (0.019s) 2022-09-27T16:10:32.5394472Z test_comprehension_out_type_not_in_type (jit.test_list_dict.TestList) ... ok (0.007s) 2022-09-27T16:10:32.5468828Z test_comprehensions_basic (jit.test_list_dict.TestList) ... ok (0.007s) 2022-09-27T16:10:32.5542639Z test_comprehensions_basic_float (jit.test_list_dict.TestList) ... ok (0.007s) 2022-09-27T16:10:32.5608179Z test_comprehensions_two_comps (jit.test_list_dict.TestList) ... ok (0.007s) 2022-09-27T16:10:32.5637555Z test_copy_list_immutable (jit.test_list_dict.TestList) ... ok (0.003s) 2022-09-27T16:10:32.5670820Z test_copy_list_mutable (jit.test_list_dict.TestList) ... ok (0.003s) 2022-09-27T16:10:32.5779553Z test_del (jit.test_list_dict.TestList) ... ok (0.011s) 2022-09-27T16:10:32.5820083Z test_dict_keyword_is_correctly_typed (jit.test_list_dict.TestList) ... ok (0.004s) 2022-09-27T16:10:32.5877170Z test_dict_keyword_with_dict_comprehension (jit.test_list_dict.TestList) ... ok (0.006s) 2022-09-27T16:10:32.5938558Z test_dict_keyword_with_dict_comprehension_and_kwargs (jit.test_list_dict.TestList) ... ok (0.006s) 2022-09-27T16:10:32.5969416Z test_dict_keyword_with_empty_dict_comprehension (jit.test_list_dict.TestList) ... ok (0.003s) 2022-09-27T16:10:32.5997366Z test_dict_keyword_with_empty_iterable (jit.test_list_dict.TestList) ... ok (0.003s) 2022-09-27T16:10:32.6054156Z test_dict_keyword_with_internal_aggregate_function (jit.test_list_dict.TestList) ... ok (0.006s) 2022-09-27T16:10:32.6107758Z test_dict_keyword_with_iterable (jit.test_list_dict.TestList) ... ok (0.005s) 2022-09-27T16:10:32.6159648Z test_dict_keyword_with_kwargs (jit.test_list_dict.TestList) ... ok (0.005s) 2022-09-27T16:10:32.6231068Z test_dict_keyword_with_kwargs_using_container_values (jit.test_list_dict.TestList) ... ok (0.007s) 2022-09-27T16:10:32.6273278Z test_dict_keyword_with_mapping (jit.test_list_dict.TestList) ... ok (0.004s) 2022-09-27T16:10:32.6316359Z test_dict_keyword_with_mapping_and_kwargs (jit.test_list_dict.TestList) ... ok (0.004s) 2022-09-27T16:10:32.6336860Z test_dict_keyword_with_mismatched_annotations (jit.test_list_dict.TestList) ... ok (0.002s) 2022-09-27T16:10:32.6391795Z test_dict_keyword_with_nested_call (jit.test_list_dict.TestList) ... ok (0.005s) 2022-09-27T16:10:32.6428826Z test_dict_keyword_with_previously_declared_variable (jit.test_list_dict.TestList) ... ok (0.004s) 2022-09-27T16:10:32.6472578Z test_dict_keyword_with_previously_declared_variable_and_kwargs (jit.test_list_dict.TestList) ... ok (0.004s) 2022-09-27T16:10:32.6509934Z test_extend_list_immutable (jit.test_list_dict.TestList) ... ok (0.004s) 2022-09-27T16:10:32.6561785Z test_extend_list_mutable (jit.test_list_dict.TestList) ... ok (0.005s) 2022-09-27T16:10:32.6696215Z test_in_check (jit.test_list_dict.TestList) ... ok (0.013s) 2022-09-27T16:10:32.6892074Z test_list_bool_conversion (jit.test_list_dict.TestList) ... ok (0.020s) 2022-09-27T16:10:32.6960041Z test_list_count (jit.test_list_dict.TestList) ... ok (0.007s) 2022-09-27T16:10:32.6997179Z test_list_count_not_existing (jit.test_list_dict.TestList) ... ok (0.004s) 2022-09-27T16:10:32.7116175Z test_list_gather (jit.test_list_dict.TestList) ... ok (0.012s) 2022-09-27T16:10:32.7184028Z test_list_index (jit.test_list_dict.TestList) ... ok (0.007s) 2022-09-27T16:10:32.7341061Z test_list_index_not_existing (jit.test_list_dict.TestList) ... ok (0.016s) 2022-09-27T16:10:32.7485649Z test_list_keyword (jit.test_list_dict.TestList) ... ok (0.014s) 2022-09-27T16:10:32.7546510Z test_list_len (jit.test_list_dict.TestList) ... ok (0.006s) 2022-09-27T16:10:32.7678805Z test_list_literal (jit.test_list_dict.TestList) ... ok (0.013s) 2022-09-27T16:10:32.7687947Z test_list_none (jit.test_list_dict.TestList) ... ok (0.001s) 2022-09-27T16:10:32.8256617Z test_list_ops (jit.test_list_dict.TestList) ... ok (0.057s) 2022-09-27T16:10:32.8472075Z test_list_slice (jit.test_list_dict.TestList) ... ok (0.022s) 2022-09-27T16:10:32.8819422Z test_list_sort (jit.test_list_dict.TestList) ... ok (0.035s) 2022-09-27T16:10:32.8835194Z test_list_unification_hint (jit.test_list_dict.TestList) ... ok (0.002s) 2022-09-27T16:10:32.8846611Z test_list_variance (jit.test_list_dict.TestList) 2022-09-27T16:10:32.8940668Z `List[T1]` is not a subtype of `List[T2]`, even if `T1` is a ... ok (0.010s) 2022-09-27T16:10:32.8981357Z test_min_bool_list (jit.test_list_dict.TestList) ... ok (0.004s) 2022-09-27T16:10:32.9601840Z test_min_max_list (jit.test_list_dict.TestList) ... ok (0.062s) 2022-09-27T16:10:33.0034328Z test_min_max_single_list (jit.test_list_dict.TestList) ... ok (0.043s) 2022-09-27T16:10:33.0082913Z test_mutable_list_append (jit.test_list_dict.TestList) ... ok (0.005s) 2022-09-27T16:10:33.0127044Z test_mutable_list_append_2 (jit.test_list_dict.TestList) ... ok (0.004s) 2022-09-27T16:10:33.0169901Z test_mutable_list_append_if (jit.test_list_dict.TestList) ... ok (0.004s) 2022-09-27T16:10:33.0214741Z test_mutable_list_append_if_else (jit.test_list_dict.TestList) ... ok (0.004s) 2022-09-27T16:10:33.0268601Z test_mutable_list_append_loop (jit.test_list_dict.TestList) ... ok (0.005s) 2022-09-27T16:10:33.0338233Z test_mutable_list_append_loop_if (jit.test_list_dict.TestList) ... ok (0.007s) 2022-09-27T16:10:33.0382413Z test_mutable_list_clear (jit.test_list_dict.TestList) ... ok (0.004s) 2022-09-27T16:10:33.0424071Z test_mutable_list_clear_empty (jit.test_list_dict.TestList) ... ok (0.004s) 2022-09-27T16:10:33.0476364Z test_mutable_list_function_inline (jit.test_list_dict.TestList) ... ok (0.005s) 2022-09-27T16:10:33.0519723Z test_mutable_list_insert (jit.test_list_dict.TestList) ... ok (0.004s) 2022-09-27T16:10:33.0563690Z test_mutable_list_insert_neg_out_of_bounds (jit.test_list_dict.TestList) ... ok (0.004s) 2022-09-27T16:10:33.0610486Z test_mutable_list_insert_negative (jit.test_list_dict.TestList) ... ok (0.005s) 2022-09-27T16:10:33.0654279Z test_mutable_list_insert_out_of_bounds (jit.test_list_dict.TestList) ... ok (0.004s) 2022-09-27T16:10:33.0713255Z test_mutable_list_nested_loop (jit.test_list_dict.TestList) ... ok (0.006s) 2022-09-27T16:10:33.0753917Z test_mutable_list_pop (jit.test_list_dict.TestList) ... ok (0.004s) 2022-09-27T16:10:33.0796254Z test_mutable_list_pop2 (jit.test_list_dict.TestList) ... ok (0.004s) 2022-09-27T16:10:33.0836591Z test_mutable_list_pop_at (jit.test_list_dict.TestList) ... ok (0.004s) 2022-09-27T16:10:33.0878529Z test_mutable_list_pop_at2 (jit.test_list_dict.TestList) ... ok (0.004s) 2022-09-27T16:10:33.0919733Z test_mutable_list_pop_at_negative (jit.test_list_dict.TestList) ... ok (0.004s) 2022-09-27T16:10:33.0962472Z test_mutable_list_pop_at_negative2 (jit.test_list_dict.TestList) ... ok (0.004s) 2022-09-27T16:10:33.1025036Z test_mutable_list_pop_empty (jit.test_list_dict.TestList) ... ok (0.006s) 2022-09-27T16:10:33.1073030Z test_mutable_list_pop_slice (jit.test_list_dict.TestList) ... ok (0.005s) 2022-09-27T16:10:33.1150051Z test_mutable_list_remove (jit.test_list_dict.TestList) ... ok (0.008s) 2022-09-27T16:10:33.1189139Z test_mutable_list_remove2 (jit.test_list_dict.TestList) ... ok (0.004s) 2022-09-27T16:10:33.1251872Z test_mutable_list_remove_not_existing (jit.test_list_dict.TestList) ... ok (0.006s) 2022-09-27T16:10:33.1314992Z test_mutable_list_remove_tensor (jit.test_list_dict.TestList) ... ok (0.006s) 2022-09-27T16:10:33.1357164Z test_mutable_list_reverse (jit.test_list_dict.TestList) ... ok (0.004s) 2022-09-27T16:10:33.1394758Z test_mutable_list_reverse_empty (jit.test_list_dict.TestList) ... ok (0.004s) 2022-09-27T16:10:33.1451222Z test_mutable_tensor_list_reverse (jit.test_list_dict.TestList) ... ok (0.006s) 2022-09-27T16:10:33.1483192Z test_no_element_type_annotation (jit.test_list_dict.TestList) ... ok (0.003s) 2022-09-27T16:10:33.1760135Z test_slice_index (jit.test_list_dict.TestList) ... ok (0.028s) 2022-09-27T16:10:33.1813821Z test_tensor_list_count (jit.test_list_dict.TestList) ... ok (0.005s) 2022-09-27T16:10:33.1866189Z test_tensor_list_count_not_existing (jit.test_list_dict.TestList) ... ok (0.005s) 2022-09-27T16:10:33.1918330Z test_tensor_list_index (jit.test_list_dict.TestList) ... ok (0.005s) 2022-09-27T16:10:33.2085330Z test_tensor_list_index_not_existing (jit.test_list_dict.TestList) ... ok (0.017s) 2022-09-27T16:10:33.2161075Z test_to_list (jit.test_list_dict.TestList) 2022-09-27T16:10:33.4646654Z Unit tests for Tensor.tolist() function. ... ok (0.256s) 2022-09-27T16:10:33.4657435Z test_to_list_gpu (jit.test_list_dict.TestList) 2022-09-27T16:10:33.4662338Z GPU tests for Tensor.tolist() function. ... skip: CUDA is not available (0.002s) 2022-09-27T16:10:33.4746720Z test_bump_numeric_counter (jit.test_logging.TestLogging) ... ok (0.008s) 2022-09-27T16:10:33.4820608Z test_counter_aggregation (jit.test_logging.TestLogging) ... ok (0.007s) 2022-09-27T16:10:33.4828091Z test_logging_levels_set (jit.test_logging.TestLogging) ... ok (0.001s) 2022-09-27T16:10:33.4856347Z test_time_measurement_counter (jit.test_logging.TestLogging) ... ok (0.003s) 2022-09-27T16:10:33.4926923Z test_time_measurement_counter_script (jit.test_logging.TestLogging) ... ok (0.007s) 2022-09-27T16:10:33.4987024Z test_trace_numeric_counter (jit.test_logging.TestLogging) ... ok (0.006s) 2022-09-27T16:10:33.5188913Z test_always_alive_values (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.020s) 2022-09-27T16:10:33.5297738Z test_merge_liveness (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.011s) 2022-09-27T16:10:33.5417994Z test_successful (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.012s) 2022-09-27T16:10:33.5520201Z test_switch_inputs_to_inplace (jit.test_freezing.TestMKLDNNReinplacing) ... ok (0.010s) 2022-09-27T16:10:33.5527684Z test_broadcasting_list (jit.test_misc.TestMisc) 2022-09-27T16:10:33.5579974Z Test BroadcastingList and torch.nn._size_N_t alias ... ok (0.006s) 2022-09-27T16:10:33.5803293Z test_export_opnames_interface (jit.test_misc.TestMisc) ... ok (0.022s) 2022-09-27T16:10:33.5836275Z test_future_isinstance (jit.test_misc.TestMisc) ... ok (0.003s) 2022-09-27T16:10:33.5857443Z test_hacked_twin (jit.test_misc.TestMisc) ... ok (0.002s) 2022-09-27T16:10:33.5861629Z test_if_returning_any (jit.test_misc.TestMisc) 2022-09-27T16:10:33.5914576Z Check that an if statement can return different ... ok (0.006s) 2022-09-27T16:10:33.5956175Z test_joined_str (jit.test_misc.TestMisc) ... ok (0.004s) 2022-09-27T16:10:33.6038629Z test_kwarg_support (jit.test_misc.TestMisc) ... ok (0.008s) 2022-09-27T16:10:33.6208851Z test_legacy_tensor_constructor (jit.test_misc.TestMisc) ... ok (0.017s) 2022-09-27T16:10:33.6298012Z test_list_literal_infer (jit.test_misc.TestMisc) ... ok (0.009s) 2022-09-27T16:10:33.6328065Z test_math_inf (jit.test_misc.TestMisc) ... ok (0.003s) 2022-09-27T16:10:33.6338520Z test_parse_ir_annotate (jit.test_misc.TestMisc) ... ok (0.001s) 2022-09-27T16:10:33.6349552Z test_parse_ir_single_element_tensor_negative (jit.test_misc.TestMisc) ... ok (0.001s) 2022-09-27T16:10:33.6360417Z test_parse_ir_single_element_tensor_positive (jit.test_misc.TestMisc) ... ok (0.001s) 2022-09-27T16:10:33.6391539Z test_str_refine_any (jit.test_misc.TestMisc) ... ok (0.003s) 2022-09-27T16:10:33.6421183Z test_subexpression_Dict_int_Future (jit.test_misc.TestMisc) ... ok (0.003s) 2022-09-27T16:10:33.6449721Z test_subexpression_Future_annotate (jit.test_misc.TestMisc) ... ok (0.003s) 2022-09-27T16:10:33.6476842Z test_subexpression_List_Future (jit.test_misc.TestMisc) ... ok (0.003s) 2022-09-27T16:10:33.6516558Z test_subexpression_Optional (jit.test_misc.TestMisc) ... ok (0.004s) 2022-09-27T16:10:33.6547574Z test_subexpression_Tuple_int_int_Future (jit.test_misc.TestMisc) ... ok (0.003s) 2022-09-27T16:10:33.6572252Z test_tuple_subscripted_assign (jit.test_misc.TestMisc) ... ok (0.002s) 2022-09-27T16:10:33.6683898Z test_call_script_fn_from_traced_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.011s) 2022-09-27T16:10:33.6845636Z test_call_script_module_from_traced_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.016s) 2022-09-27T16:10:33.6914933Z test_call_traced_fn_from_script_fn (jit.test_tracer.TestMixTracingScripting) ... ok (0.007s) 2022-09-27T16:10:33.7015260Z test_call_traced_mod_from_script_fn (jit.test_tracer.TestMixTracingScripting) ... ok (0.010s) 2022-09-27T16:10:33.7104843Z test_call_tracing_fn_from_script_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.009s) 2022-09-27T16:10:33.7233257Z test_call_tracing_mod_from_script_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.013s) 2022-09-27T16:10:33.7347131Z test_script_inline_trace_multiple_args (jit.test_tracer.TestMixTracingScripting) ... ok (0.011s) 2022-09-27T16:10:33.7782377Z test_trace_dict_mix_script (jit.test_tracer.TestMixTracingScripting) ... ok (0.043s) 2022-09-27T16:10:33.8043952Z test_trace_hierarchy (jit.test_tracer.TestMixTracingScripting) ... ok (0.026s) 2022-09-27T16:10:33.8234623Z test_trace_linear (jit.test_tracer.TestMixTracingScripting) ... ok (0.019s) 2022-09-27T16:10:33.8345548Z test_trace_mixed_by_script_with_dict_output (jit.test_tracer.TestMixTracingScripting) ... ok (0.011s) 2022-09-27T16:10:33.8459750Z test_trace_of_script (jit.test_tracer.TestMixTracingScripting) ... ok (0.011s) 2022-09-27T16:10:33.8696284Z test_trace_parameter (jit.test_tracer.TestMixTracingScripting) ... ok (0.024s) 2022-09-27T16:10:33.8709767Z test_trace_returning_dict_with_tensor_tuples (jit.test_tracer.TestMixTracingScripting) 2022-09-27T16:10:33.8820510Z Tracing over a module returning a dictionary whose values are tuples of tensors ... ok (0.012s) 2022-09-27T16:10:34.0515083Z test_trace_script (jit.test_tracer.TestMixTracingScripting) ... ok (0.169s) 2022-09-27T16:10:34.0533772Z test_trace_script_returning_complex_dict (jit.test_tracer.TestMixTracingScripting) 2022-09-27T16:10:34.0776833Z Tracing over a script function returning a dictionary should work. ... ok (0.026s) 2022-09-27T16:10:34.0862025Z test_trace_with_size (jit.test_tracer.TestMixTracingScripting) ... ok (0.008s) 2022-09-27T16:10:34.1174020Z test_traced_module_contains_scripted_interface_types (jit.test_tracer.TestMixTracingScripting) ... ok (0.031s) 2022-09-27T16:10:34.1396201Z test_traced_module_implements_interface (jit.test_tracer.TestMixTracingScripting) ... ok (0.022s) 2022-09-27T16:10:34.1476357Z test_tracing_indexing (jit.test_tracer.TestMixTracingScripting) ... ok (0.008s) 2022-09-27T16:10:34.1558079Z test_tracing_slicing (jit.test_tracer.TestMixTracingScripting) ... ok (0.008s) 2022-09-27T16:10:34.8568513Z test_alexnet (jit.test_models.TestModels) ... ok (0.701s) 2022-09-27T16:10:34.8575217Z test_dcgan_models (jit.test_models.TestModels) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/79142 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:10:34.8577923Z test_dcgan_models_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-09-27T16:10:35.2030388Z test_mnist (jit.test_models.TestModels) ... ok (0.345s) 2022-09-27T16:10:35.2035771Z test_mnist_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.001s) 2022-09-27T16:10:35.2044314Z test_mnist_training_leaks_no_memory_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.001s) 2022-09-27T16:10:35.2053208Z test_neural_style (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:10:35.2056334Z test_neural_style_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-09-27T16:10:35.2437140Z test_reinforcement_learning (jit.test_models.TestModels) ... ok (0.038s) 2022-09-27T16:10:35.2440966Z test_reinforcement_learning_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-09-27T16:10:35.2489552Z test_script_module_script_resnet (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-09-27T16:10:35.2501903Z test_script_module_trace_resnet18 (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:10:35.2508540Z test_snli (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:10:35.2511950Z test_snli_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-09-27T16:10:35.6884199Z test_snli_quantized (jit.test_models.TestModels) ... ok (0.437s) 2022-09-27T16:10:35.6893793Z test_super_resolution (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:10:35.6897781Z test_super_resolution_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-09-27T16:10:35.8028844Z test_time_sequence_prediction (jit.test_models.TestModels) ... ok (0.113s) 2022-09-27T16:10:35.9441813Z test_vae (jit.test_models.TestModels) ... ok (0.141s) 2022-09-27T16:10:35.9446255Z test_vae_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.001s) 2022-09-27T16:10:36.0236691Z test_vae_quantized (jit.test_models.TestModels) ... ok (0.079s) 2022-09-27T16:10:36.0252218Z test_customized_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-09-27T16:10:36.0562449Z Tests that customized state dict methods are in effect ... ok (0.032s) 2022-09-27T16:10:36.0570612Z test_default_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-09-27T16:10:36.0811574Z Tests that default state dict methods are automatically available ... ok (0.025s) 2022-09-27T16:10:36.0827828Z test_submodule_customized_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-09-27T16:10:36.1217323Z Tests that customized state dict methods on submodules are in effect ... ok (0.040s) 2022-09-27T16:10:36.1941796Z test_custom_container_forward (jit.test_module_containers.TestModuleContainers) ... ok (0.072s) 2022-09-27T16:10:36.2147063Z test_empty_dict_override_contains (jit.test_module_containers.TestModuleContainers) ... ok (0.021s) 2022-09-27T16:10:36.2339077Z test_module_inplace_construct (jit.test_module_containers.TestModuleContainers) ... ok (0.019s) 2022-09-27T16:10:36.2873567Z test_module_interface_special_methods (jit.test_module_containers.TestModuleContainers) ... ok (0.053s) 2022-09-27T16:10:36.3197354Z test_module_properties (jit.test_module_containers.TestModuleContainers) ... ok (0.032s) 2022-09-27T16:10:36.5108315Z test_moduledict (jit.test_module_containers.TestModuleContainers) ... ok (0.191s) 2022-09-27T16:10:36.5448501Z test_moduledict_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.034s) 2022-09-27T16:10:36.5562596Z test_moduledict_keyerror (jit.test_module_containers.TestModuleContainers) ... ok (0.011s) 2022-09-27T16:10:36.5569378Z test_normal_list_attribute_with_modules_error (jit.test_module_containers.TestModuleContainers) 2022-09-27T16:10:36.5596405Z Test that an attempt to script a module with a regular list attribute ... ok (0.003s) 2022-09-27T16:10:36.5736445Z test_parameterdict_script_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.014s) 2022-09-27T16:10:36.6173577Z test_parameterlist_script_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.044s) 2022-09-27T16:10:36.6776442Z test_parameterlist_script_iter (jit.test_module_containers.TestModuleContainers) ... ok (0.060s) 2022-09-27T16:10:36.7007799Z test_script_module_list_sequential (jit.test_module_containers.TestModuleContainers) ... ok (0.023s) 2022-09-27T16:10:36.8056630Z test_script_modulelist_index (jit.test_module_containers.TestModuleContainers) ... ok (0.105s) 2022-09-27T16:10:36.8312077Z test_sequential_intermediary_types (jit.test_module_containers.TestModuleContainers) ... ok (0.025s) 2022-09-27T16:10:36.8556128Z test_special_method_with_override (jit.test_module_containers.TestModuleContainers) ... ok (0.024s) 2022-09-27T16:10:36.8574697Z test_typed_module_dict (jit.test_module_containers.TestModuleContainers) 2022-09-27T16:10:36.9084399Z Test that a type annotation can be provided for a ModuleDict that allows ... ok (0.053s) 2022-09-27T16:10:36.9103519Z test_typed_module_list (jit.test_module_containers.TestModuleContainers) 2022-09-27T16:10:36.9520842Z Test that a type annotation can be provided for a ModuleList that allows ... ok (0.044s) 2022-09-27T16:10:36.9708949Z test_freeze_module_with_inplace_mutation_in_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.019s) 2022-09-27T16:10:36.9846816Z test_freeze_module_with_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.014s) 2022-09-27T16:10:37.0048830Z test_freeze_module_with_interface_and_fork (jit.test_module_interface.TestModuleInterface) ... ok (0.020s) 2022-09-27T16:10:37.0221589Z test_freeze_module_with_mutated_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.017s) 2022-09-27T16:10:37.0389535Z test_freeze_module_with_setattr_in_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.017s) 2022-09-27T16:10:37.0471566Z test_module_apis_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.008s) 2022-09-27T16:10:37.0633045Z test_module_doc_string (jit.test_module_interface.TestModuleInterface) ... ok (0.016s) 2022-09-27T16:10:37.1446162Z test_module_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.081s) 2022-09-27T16:10:37.1458714Z test_module_interface_inheritance (jit.test_module_interface.TestModuleInterface) ... ok (0.001s) 2022-09-27T16:10:37.1798610Z test_module_interface_subtype (jit.test_module_interface.TestModuleInterface) ... ok (0.034s) 2022-09-27T16:10:37.1964333Z test_module_swap (jit.test_module_interface.TestModuleInterface) ... ok (0.017s) 2022-09-27T16:10:37.2156389Z test_module_swap_no_lazy_compile (jit.test_module_interface.TestModuleInterface) ... ok (0.019s) 2022-09-27T16:10:37.2323945Z test_module_swap_no_module_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.017s) 2022-09-27T16:10:37.2463559Z test_module_swap_wrong_module (jit.test_module_interface.TestModuleInterface) ... ok (0.014s) 2022-09-27T16:10:37.2536992Z test_not_submodule_interface_call (jit.test_module_interface.TestModuleInterface) ... ok (0.007s) 2022-09-27T16:10:37.2715577Z test_script_module_as_interface_swap (jit.test_module_interface.TestModuleInterface) ... ok (0.018s) 2022-09-27T16:10:37.2721702Z test_script_module_with_constants_list (jit.test_modules.TestModules) 2022-09-27T16:10:37.2803481Z Test that a module that has __constants__ set to something ... ok (0.009s) 2022-09-27T16:10:37.2849447Z test_namedtuple (jit.test_list_dict.TestNamedTuple) ... ok (0.004s) 2022-09-27T16:10:37.2901338Z test_namedtuple_as_attr (jit.test_list_dict.TestNamedTuple) ... ok (0.005s) 2022-09-27T16:10:37.2931485Z test_namedtuple_constant (jit.test_list_dict.TestNamedTuple) ... ok (0.003s) 2022-09-27T16:10:37.2969791Z test_namedtuple_kwarg_construct (jit.test_list_dict.TestNamedTuple) ... ok (0.004s) 2022-09-27T16:10:37.3002886Z test_namedtuple_lower (jit.test_list_dict.TestNamedTuple) ... ok (0.003s) 2022-09-27T16:10:37.3045924Z test_namedtuple_resolution (jit.test_list_dict.TestNamedTuple) ... ok (0.004s) 2022-09-27T16:10:37.3054858Z test_namedtuple_serialization (jit.test_list_dict.TestNamedTuple) ... skip: broken while these tests were not in CI (0.001s) 2022-09-27T16:10:37.3090705Z test_namedtuple_slice_unpack (jit.test_list_dict.TestNamedTuple) ... ok (0.003s) 2022-09-27T16:10:37.3122317Z test_namedtuple_type_annotation (jit.test_list_dict.TestNamedTuple) ... ok (0.003s) 2022-09-27T16:10:37.3141278Z test_namedtuple_wrong_types (jit.test_list_dict.TestNamedTuple) ... ok (0.002s) 2022-09-27T16:10:37.3182081Z test_return_named_tuple (jit.test_list_dict.TestNamedTuple) ... ok (0.004s) 2022-09-27T16:10:37.3201492Z test_adaptive_avg_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... /var/lib/jenkins/workspace/test/test_nnapi.py:14: 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:10:37.3202001Z t = torch.tensor(t) 2022-09-27T16:10:37.6868449Z ok (0.368s) 2022-09-27T16:10:38.9539634Z test_avg_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... ok (1.267s) 2022-09-27T16:10:38.9999936Z test_cat (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.046s) 2022-09-27T16:10:39.0083503Z test_compile_spec_santiy (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.008s) 2022-09-27T16:10:42.7001291Z test_conv2d (jit.test_backend_nnapi.TestNnapiBackend) ... ok (3.692s) 2022-09-27T16:10:43.2039434Z test_conv2d_transpose (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.504s) 2022-09-27T16:10:43.2192873Z test_dequantize (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.015s) 2022-09-27T16:10:43.2420396Z test_detach (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.023s) 2022-09-27T16:10:43.3412208Z test_flatten (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.099s) 2022-09-27T16:10:43.3665232Z test_hardtanh (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.025s) 2022-09-27T16:10:43.3899952Z test_linear (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.023s) 2022-09-27T16:10:43.3918821Z test_log_softmax (jit.test_backend_nnapi.TestNnapiBackend) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1190: UserWarning: Implicit dimension choice for log_softmax has been deprecated. Change the call to include dim=X as an argument. 2022-09-27T16:10:43.3919686Z return forward_call(*input, **kwargs) 2022-09-27T16:10:43.3939490Z /opt/conda/lib/python3.7/site-packages/torch/jit/_trace.py:443: UserWarning: Implicit dimension choice for log_softmax has been deprecated. Change the call to include dim=X as an argument. 2022-09-27T16:10:43.3940171Z outs = wrap_retval(mod(*_clone_inputs(inputs))) 2022-09-27T16:10:43.4115188Z ok (0.022s) 2022-09-27T16:10:44.0060649Z test_max_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.594s) 2022-09-27T16:10:44.0789579Z test_mean (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.073s) 2022-09-27T16:10:44.0908650Z test_multi_output (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.012s) 2022-09-27T16:10:44.1886174Z test_pointwise_binary (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.098s) 2022-09-27T16:10:44.2322641Z test_pointwise_binary_const (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.044s) 2022-09-27T16:10:44.2727398Z test_pointwise_unary (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.040s) 2022-09-27T16:10:44.3051883Z test_prelu (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.032s) 2022-09-27T16:10:44.4343312Z test_qadd (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.129s) 2022-09-27T16:10:44.5378242Z test_qlinear (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.103s) 2022-09-27T16:10:44.5547670Z test_quantize (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.017s) 2022-09-27T16:10:44.5925845Z test_reshape (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.038s) 2022-09-27T16:10:44.6084777Z test_seblock_mul (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.016s) 2022-09-27T16:10:44.6515772Z test_slice (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.043s) 2022-09-27T16:10:44.6535651Z test_softmax (jit.test_backend_nnapi.TestNnapiBackend) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:1190: UserWarning: Implicit dimension choice for softmax has been deprecated. Change the call to include dim=X as an argument. 2022-09-27T16:10:44.6536762Z return forward_call(*input, **kwargs) 2022-09-27T16:10:44.6554006Z /opt/conda/lib/python3.7/site-packages/torch/jit/_trace.py:443: UserWarning: Implicit dimension choice for softmax has been deprecated. Change the call to include dim=X as an argument. 2022-09-27T16:10:44.6554788Z outs = wrap_retval(mod(*_clone_inputs(inputs))) 2022-09-27T16:10:44.6843500Z ok (0.033s) 2022-09-27T16:10:44.7029622Z test_tensor_input (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.019s) 2022-09-27T16:10:44.7338712Z test_to (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.031s) 2022-09-27T16:10:44.7862475Z test_unsqueeze (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.052s) 2022-09-27T16:10:45.1436928Z test_upsample_nearest2d (jit.test_backend_nnapi.TestNnapiBackend) ... ok (0.357s) 2022-09-27T16:10:45.1843386Z test_op_decomposition (jit.test_op_decompositions.TestOpDecompositions) ... ok (0.040s) 2022-09-27T16:10:45.2187047Z test_registered_decomposition (jit.test_op_decompositions.TestOpDecompositions) ... ok (0.034s) 2022-09-27T16:10:45.2442916Z test_fuse_activation_with_pack_ops_linear_conv2d_1 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.025s) 2022-09-27T16:10:45.2688480Z test_fuse_activation_with_pack_ops_linear_conv2d_2 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.024s) 2022-09-27T16:10:45.2923095Z test_fuse_activation_with_pack_ops_linear_conv2d_3 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.023s) 2022-09-27T16:10:45.3160177Z test_fuse_activation_with_pack_ops_linear_conv2d_4 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.024s) 2022-09-27T16:10:45.3259589Z test_insert_pre_packed_linear_before_inline_and_conv_2d_op (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.010s) 2022-09-27T16:10:45.3355980Z test_insert_pre_packed_linear_op (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.010s) 2022-09-27T16:10:45.3421639Z test_replace_conv1d_with_conv2d (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.007s) 2022-09-27T16:10:45.3736747Z test_scriptable (jit.test_parametrization.TestParametrization) ... ok (0.031s) 2022-09-27T16:10:45.3744526Z test_traceable (jit.test_parametrization.TestParametrization) 2022-09-27T16:10:45.4032961Z Test the jit scripting and tracing of a parametrized model. ... ok (0.030s) 2022-09-27T16:10:45.4658609Z test_conv_dim_folding (jit.test_peephole.TestPeephole) ... ok (0.062s) 2022-09-27T16:10:45.4836917Z test_integer_refinement (jit.test_peephole.TestPeephole) ... ok (0.018s) 2022-09-27T16:10:45.4999700Z test_noop_peephole (jit.test_peephole.TestPeephole) ... ok (0.016s) 2022-09-27T16:10:45.5044937Z test_normalized_is_op (jit.test_peephole.TestPeephole) ... ok (0.005s) 2022-09-27T16:10:45.5090203Z test_normalized_isnot_op (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-09-27T16:10:45.5143808Z test_normalized_rsub (jit.test_peephole.TestPeephole) ... ok (0.005s) 2022-09-27T16:10:45.5194761Z test_optimize_out_comparison_same_value (jit.test_peephole.TestPeephole) ... ok (0.005s) 2022-09-27T16:10:45.5281881Z test_peephole (jit.test_peephole.TestPeephole) ... ok (0.009s) 2022-09-27T16:10:45.5310326Z test_peephole_add_zero (jit.test_peephole.TestPeephole) ... You have not run this instance of FileCheck! 2022-09-27T16:10:45.5310816Z FileCheck checks: 2022-09-27T16:10:45.5313059Z ok (0.003s) 2022-09-27T16:10:45.5366002Z test_peephole_arith (jit.test_peephole.TestPeephole) ... ok (0.005s) 2022-09-27T16:10:45.5375347Z test_peephole_cuda (jit.test_peephole.TestPeephole) ... skip: cpp tests require CUDA (0.001s) 2022-09-27T16:10:45.5407813Z test_peephole_dict_getitem_no_optimization_dict_modified (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-09-27T16:10:45.5437737Z test_peephole_dict_getitem_no_optimization_get_input_arg (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-09-27T16:10:45.5465110Z test_peephole_dict_getitem_no_optimization_keys_might_overlap (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-09-27T16:10:45.5490921Z test_peephole_dict_getitem_no_optimization_missing_key (jit.test_peephole.TestPeephole) ... ok (0.002s) 2022-09-27T16:10:45.5516767Z test_peephole_dict_getitem_no_optimization_overlapping_keys (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-09-27T16:10:45.5552074Z test_peephole_dict_getitem_no_optimization_unsupported_type (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-09-27T16:10:45.5644116Z test_peephole_dict_getitem_simple (jit.test_peephole.TestPeephole) ... ok (0.009s) 2022-09-27T16:10:45.5671705Z test_peephole_dict_len (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-09-27T16:10:45.5699544Z test_peephole_dict_len_no_optimization_keys_might_overlap (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-09-27T16:10:45.5727908Z test_peephole_dict_len_no_optimization_overlapping_keys (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-09-27T16:10:45.5762117Z test_peephole_dict_len_no_optimization_unsupported_type (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-09-27T16:10:45.5787491Z test_peephole_dynamic (jit.test_peephole.TestPeephole) ... ok (0.002s) 2022-09-27T16:10:45.5821664Z test_peephole_int (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-09-27T16:10:45.5914817Z test_peephole_len_list (jit.test_peephole.TestPeephole) ... ok (0.009s) 2022-09-27T16:10:45.6493271Z test_peephole_list_len (jit.test_peephole.TestPeephole) ... ok (0.058s) 2022-09-27T16:10:45.6620273Z test_peephole_list_ops (jit.test_peephole.TestPeephole) ... ok (0.013s) 2022-09-27T16:10:45.6672948Z test_peephole_no_output_aliasing (jit.test_peephole.TestPeephole) ... ok (0.005s) 2022-09-27T16:10:45.6703210Z test_peephole_optional_refine (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-09-27T16:10:45.6746012Z test_peephole_slice_all_three_args (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-09-27T16:10:45.6859897Z test_peephole_slice_one_empty_arg (jit.test_peephole.TestPeephole) ... ok (0.011s) 2022-09-27T16:10:45.6890651Z test_peephole_slice_optimization_not_applied_list_modified (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-09-27T16:10:45.6921051Z test_peephole_slice_optimization_not_applied_non_const_args (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-09-27T16:10:45.7044169Z test_peephole_slice_two_empty_args (jit.test_peephole.TestPeephole) ... ok (0.012s) 2022-09-27T16:10:45.7156897Z test_peephole_type_refinements (jit.test_peephole.TestPeephole) ... ok (0.011s) 2022-09-27T16:10:45.7228888Z test_peephole_with_non_output_writes (jit.test_peephole.TestPeephole) ... ok (0.007s) 2022-09-27T16:10:45.7276373Z test_peephole_with_writes (jit.test_peephole.TestPeephole) ... ok (0.005s) 2022-09-27T16:10:45.7308685Z test_refine_integer_values (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-09-27T16:10:45.7366552Z test_short_circuit_optimization (jit.test_peephole.TestPeephole) ... ok (0.006s) 2022-09-27T16:10:45.7373076Z test_version (__main__.TestProducerVersion) ... ok (0.001s) 2022-09-27T16:10:45.7822560Z test_aliasing_merge (jit.test_profiler.TestProfiler) ... ok (0.045s) 2022-09-27T16:10:45.8224699Z test_autograd_fallback_graph (jit.test_profiler.TestProfiler) ... ok (0.040s) 2022-09-27T16:10:45.8463139Z test_fallback_graph_not_specialized (jit.test_profiler.TestProfiler) ... ok (0.024s) 2022-09-27T16:10:45.8911437Z test_iterative_fusion (jit.test_profiler.TestProfiler) ... ok (0.045s) 2022-09-27T16:10:45.9170568Z test_local_fusion_strategy (jit.test_profiler.TestProfiler) ... ok (0.026s) 2022-09-27T16:10:45.9189800Z test_not_fusing_scalar_ops (jit.test_profiler.TestProfiler) ... ok (0.002s) 2022-09-27T16:10:45.9436980Z test_not_optimizing_property (jit.test_profiler.TestProfiler) ... ok (0.025s) 2022-09-27T16:10:46.0365683Z test_specialize_backward (jit.test_profiler.TestProfiler) ... ok (0.093s) 2022-09-27T16:10:46.0593054Z test_specialized_types (jit.test_profiler.TestProfiler) ... ok (0.023s) 2022-09-27T16:10:46.0825657Z test_tensor_constant (jit.test_profiler.TestProfiler) ... ok (0.023s) 2022-09-27T16:10:46.1325515Z test_tensor_type_not_determined_by_inputs (jit.test_profiler.TestProfiler) ... ok (0.050s) 2022-09-27T16:10:46.1572439Z test_use_not_profiled (jit.test_profiler.TestProfiler) ... ok (0.025s) 2022-09-27T16:10:46.1604919Z test_aliasdb (jit.test_python_bindings.TestPythonBindings) ... ok (0.003s) 2022-09-27T16:10:46.1618981Z test_canonicalize (jit.test_python_bindings.TestPythonBindings) ... ok (0.001s) 2022-09-27T16:10:46.1654407Z test_cu_create_function (jit.test_python_bindings.TestPythonBindings) ... ok (0.003s) 2022-09-27T16:10:46.1700495Z test_cu_get_functions (jit.test_python_bindings.TestPythonBindings) ... ok (0.005s) 2022-09-27T16:10:46.1719955Z test_graph_create (jit.test_python_bindings.TestPythonBindings) ... ok (0.002s) 2022-09-27T16:10:46.1747170Z test_graph_iterator_keepalive (jit.test_python_bindings.TestPythonBindings) ... ok (0.003s) 2022-09-27T16:10:46.1776371Z test_invalidation (jit.test_python_bindings.TestPythonBindings) ... ok (0.003s) 2022-09-27T16:10:46.1853552Z test_add (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.008s) 2022-09-27T16:10:46.2080683Z test_adv_indexing_list (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.023s) 2022-09-27T16:10:46.2310688Z test_advancedindex (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.023s) 2022-09-27T16:10:46.2355883Z test_gather (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.005s) 2022-09-27T16:10:46.2630896Z test_index (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.027s) 2022-09-27T16:10:46.3556236Z test_index_ellipses (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.092s) 2022-09-27T16:10:46.3615566Z test_inf (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.006s) 2022-09-27T16:10:46.3691340Z test_matmul_py3 (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.008s) 2022-09-27T16:10:46.3757218Z test_mul (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.006s) 2022-09-27T16:10:46.4117216Z test_pow (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.036s) 2022-09-27T16:10:46.4149557Z test_random (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.003s) 2022-09-27T16:10:46.4300204Z test_slice (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.015s) 2022-09-27T16:10:46.4360715Z test_stepped_tuple_slicing (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.006s) 2022-09-27T16:10:46.4429694Z test_str_to_float (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.007s) 2022-09-27T16:10:46.4483117Z test_triple (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.005s) 2022-09-27T16:10:46.4522941Z test_param_strides (jit.test_python_ir.TestPythonIr) ... ok (0.004s) 2022-09-27T16:10:46.4761439Z test_attributes (jit.test_recursive_script.TestRecursiveScript) ... ok (0.024s) 2022-09-27T16:10:46.4902511Z test_class_compile (jit.test_recursive_script.TestRecursiveScript) ... ok (0.014s) 2022-09-27T16:10:46.5036652Z test_constants_with_final (jit.test_recursive_script.TestRecursiveScript) ... ok (0.013s) 2022-09-27T16:10:46.5508921Z test_dir (jit.test_recursive_script.TestRecursiveScript) ... ok (0.047s) 2022-09-27T16:10:46.5557428Z test_error_stack (jit.test_recursive_script.TestRecursiveScript) ... ok (0.005s) 2022-09-27T16:10:46.5583361Z test_error_stack_annotation (jit.test_recursive_script.TestRecursiveScript) ... ok (0.003s) 2022-09-27T16:10:46.5606178Z test_error_stack_class (jit.test_recursive_script.TestRecursiveScript) ... ok (0.002s) 2022-09-27T16:10:46.5681278Z test_error_stack_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.007s) 2022-09-27T16:10:46.5715726Z test_failed_function_compilation (jit.test_recursive_script.TestRecursiveScript) ... ok (0.003s) 2022-09-27T16:10:46.5914255Z test_function_attribute_in_submodule (jit.test_recursive_script.TestRecursiveScript) ... ok (0.020s) 2022-09-27T16:10:46.5952168Z test_ignore_class (jit.test_recursive_script.TestRecursiveScript) ... ok (0.004s) 2022-09-27T16:10:46.6029904Z test_inferred_nonetype (jit.test_recursive_script.TestRecursiveScript) ... ok (0.008s) 2022-09-27T16:10:46.6039497Z test_init_error (jit.test_recursive_script.TestRecursiveScript) ... ok (0.001s) 2022-09-27T16:10:46.6231175Z test_inner_traced_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.019s) 2022-09-27T16:10:46.6739356Z test_iterable_modules (jit.test_recursive_script.TestRecursiveScript) ... ok (0.051s) 2022-09-27T16:10:46.6834437Z test_method_call (jit.test_recursive_script.TestRecursiveScript) ... ok (0.009s) 2022-09-27T16:10:46.6981094Z test_module_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.015s) 2022-09-27T16:10:46.7145815Z test_module_function_export (jit.test_recursive_script.TestRecursiveScript) ... ok (0.016s) 2022-09-27T16:10:46.7190865Z test_module_name (jit.test_recursive_script.TestRecursiveScript) ... ok (0.005s) 2022-09-27T16:10:46.7405234Z test_module_repr (jit.test_recursive_script.TestRecursiveScript) ... ok (0.021s) 2022-09-27T16:10:46.7608407Z test_optional_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.020s) 2022-09-27T16:10:46.7645667Z test_override_instance_method_ignore (jit.test_recursive_script.TestRecursiveScript) ... ok (0.004s) 2022-09-27T16:10:46.7705041Z test_prepare_scriptable_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.006s) 2022-09-27T16:10:46.7738257Z test_prepare_scriptable_cycle (jit.test_recursive_script.TestRecursiveScript) ... ok (0.003s) 2022-09-27T16:10:46.8270034Z test_prepare_scriptable_iterable_modules (jit.test_recursive_script.TestRecursiveScript) ... ok (0.053s) 2022-09-27T16:10:46.8337205Z test_python_function_attribute (jit.test_recursive_script.TestRecursiveScript) ... ok (0.007s) 2022-09-27T16:10:46.8393340Z test_repeated_error_stack (jit.test_recursive_script.TestRecursiveScript) ... ok (0.006s) 2022-09-27T16:10:46.8482025Z test_script_after_eval (jit.test_recursive_script.TestRecursiveScript) ... ok (0.009s) 2022-09-27T16:10:46.8537065Z test_script_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.005s) 2022-09-27T16:10:46.8703452Z test_script_function_attribute (jit.test_recursive_script.TestRecursiveScript) ... ok (0.017s) 2022-09-27T16:10:46.8709682Z test_script_loaded_module (jit.test_recursive_script.TestRecursiveScript) 2022-09-27T16:10:46.8828833Z Test that we can hold a loaded ScriptModule as a submodule. ... ok (0.013s) 2022-09-27T16:10:46.8995759Z test_aten_inplace (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.017s) 2022-09-27T16:10:46.9288321Z test_common_pytorch_list_ops (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.029s) 2022-09-27T16:10:46.9332664Z test_if_output (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.004s) 2022-09-27T16:10:46.9406086Z test_if_output_fail (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.007s) 2022-09-27T16:10:46.9576747Z test_list_indexing_removal (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.017s) 2022-09-27T16:10:46.9636736Z test_lists_append (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.006s) 2022-09-27T16:10:46.9675951Z test_lists_insert (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.004s) 2022-09-27T16:10:46.9780841Z test_special_mapped_op (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.010s) 2022-09-27T16:10:46.9796898Z test_different_functions (jit.test_save_load.TestSaveLoad) 2022-09-27T16:10:47.0021886Z Exercise the situation where we have the same qualified name ... ok (0.024s) 2022-09-27T16:10:47.0042777Z test_different_interfaces (jit.test_save_load.TestSaveLoad) 2022-09-27T16:10:47.0275654Z Exercise the situation where we have the same qualified name ... ok (0.025s) 2022-09-27T16:10:47.0293179Z test_different_modules (jit.test_save_load.TestSaveLoad) 2022-09-27T16:10:47.0635380Z Exercise the situation where we have the same qualified name ... ok (0.036s) 2022-09-27T16:10:47.1115284Z test_many_collisions (jit.test_save_load.TestSaveLoad) ... ok (0.048s) 2022-09-27T16:10:47.1132578Z test_save_load_meta_tensors (jit.test_save_load.TestSaveLoad) 2022-09-27T16:10:47.1315408Z Check that parameters, buffers, and submodules are the same after loading ... ok (0.020s) 2022-09-27T16:10:47.1331286Z test_save_load_params_buffers_submodules (jit.test_save_load.TestSaveLoad) 2022-09-27T16:10:47.1403864Z Check that parameters, buffers, and submodules are the same after loading. ... ok (0.009s) 2022-09-27T16:10:47.1463235Z test_save_load_using_pathlib (jit.test_save_load.TestSaveLoad) ... ok (0.006s) 2022-09-27T16:10:47.1600057Z test_save_load_with_extra_files (jit.test_save_load.TestSaveLoad) ... ok (0.014s) 2022-09-27T16:10:47.1605262Z test_save_namedtuple_input_only (jit.test_save_load.TestSaveLoad) 2022-09-27T16:10:47.1672692Z Even if a NamedTuple is only used as an input argument, saving and ... ok (0.007s) 2022-09-27T16:10:47.1677489Z test_save_namedtuple_output_only (jit.test_save_load.TestSaveLoad) 2022-09-27T16:10:47.1739469Z Even if a NamedTuple is only used as an output argument, saving and ... ok (0.007s) 2022-09-27T16:10:47.1816492Z test_save_nonexit_file (jit.test_save_load.TestSaveLoad) ... ok (0.008s) 2022-09-27T16:10:47.1828507Z test_different_functions (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-09-27T16:10:47.1829686Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-09-27T16:10:47.1849255Z test_different_interfaces (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-09-27T16:10:47.1850375Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.002s) 2022-09-27T16:10:47.1865645Z test_different_modules (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-09-27T16:10:47.1866387Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.002s) 2022-09-27T16:10:47.1891219Z test_many_collisions (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.002s) 2022-09-27T16:10:47.1900370Z test_module_info_flatbuffer (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-09-27T16:10:47.1915422Z test_save_load_params_buffers_submodules (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-09-27T16:10:47.1916179Z Check that parameters, buffers, and submodules are the same after loading. ... skip: Need to enable flatbuffer to run the below tests (0.002s) 2022-09-27T16:10:47.1922322Z test_save_load_using_pathlib (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-09-27T16:10:47.1928505Z test_save_load_with_extra_files (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-09-27T16:10:47.1929465Z Check that parameters, buffers, and submodules are the same after loading. ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-09-27T16:10:47.1934784Z test_save_namedtuple_input_only (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-09-27T16:10:47.1935628Z Even if a NamedTuple is only used as an input argument, saving and ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-09-27T16:10:47.1940206Z test_save_namedtuple_output_only (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-09-27T16:10:47.1940604Z Even if a NamedTuple is only used as an output argument, saving and ... skip: Need to enable flatbuffer to run the below tests (0.000s) 2022-09-27T16:10:47.3171650Z test_versioned_div_scalar (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... Falsifying explicit example: test_versioned_div_scalar( 2022-09-27T16:10:47.3172145Z self=, 2022-09-27T16:10:47.3172869Z sample_input=(2, 3, 2.0, 3.0), 2022-09-27T16:10:47.3173873Z ) 2022-09-27T16:10:47.3174210Z skip: Failed to load fixture! (0.123s) 2022-09-27T16:10:47.7216356Z test_versioned_div_scalar_inplace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.404s) 2022-09-27T16:10:47.8274377Z test_versioned_div_scalar_reciprocal (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.106s) 2022-09-27T16:10:47.8336071Z test_versioned_div_scalar_scalar (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.006s) 2022-09-27T16:10:47.9225796Z test_versioned_div_tensor (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.089s) 2022-09-27T16:10:48.4303960Z test_versioned_div_tensor_inplace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.508s) 2022-09-27T16:10:49.5429104Z test_versioned_div_tensor_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (1.112s) 2022-09-27T16:10:49.5519556Z test_versioned_linspace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.009s) 2022-09-27T16:10:49.5595598Z test_versioned_linspace_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.008s) 2022-09-27T16:10:49.5678700Z test_versioned_logspace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.008s) 2022-09-27T16:10:49.5753773Z test_versioned_logspace_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.007s) 2022-09-27T16:10:49.5815323Z test_add_out (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:10:49.5867239Z test_add_tuple_different_types (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:10:49.5932024Z test_add_tuple_non_optional (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:10:49.5985550Z test_add_tuple_optional (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:10:49.6040146Z test_add_tuple_same_types (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:10:49.6049758Z test_addmm_grad (__main__.TestScript) 2022-09-27T16:10:49.6094423Z This test checks several things: ... ok (0.005s) 2022-09-27T16:10:49.6148031Z test_alias_covariant_type_containers (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:10:49.6239946Z test_all (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:10:49.6447414Z test_annot_ast_mypy_fn (__main__.TestScript) ... ok (0.021s) 2022-09-27T16:10:49.6798858Z test_annot_ast_mypy_method (__main__.TestScript) ... ok (0.035s) 2022-09-27T16:10:49.7020029Z test_annot_ast_py3_fn (__main__.TestScript) ... ok (0.022s) 2022-09-27T16:10:49.7388758Z test_annot_ast_py3_method (__main__.TestScript) ... ok (0.037s) 2022-09-27T16:10:49.7427205Z test_annot_string_mypy_fn (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:10:49.7697273Z test_annot_string_mypy_method (__main__.TestScript) ... ok (0.027s) 2022-09-27T16:10:49.7730747Z test_annot_string_py3_fn (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:10:49.8000546Z test_annot_string_py3_method (__main__.TestScript) ... ok (0.027s) 2022-09-27T16:10:49.8027513Z test_annotated_script_fn (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:10:49.8045228Z test_annotated_script_fn_arg_mismatch (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:10:49.8060497Z test_annotated_script_fn_return_mismatch (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:10:49.8101058Z test_annotated_script_method (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:10:49.8149182Z test_annoying_doubles (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:10:49.8356286Z test_any (__main__.TestScript) ... ok (0.021s) 2022-09-27T16:10:49.8386828Z test_assert_is_scripting_metacompile (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:10:49.8431364Z test_assertion_optional_refinement (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:10:49.8658990Z test_attr_module_constants (__main__.TestScript) ... ok (0.023s) 2022-09-27T16:10:49.8709856Z test_attr_qscheme_script (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:10:49.8736685Z test_attribute_in_init (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:10:49.8855053Z test_attribute_serialization (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:10:49.8947578Z test_attribute_unpickling (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:10:49.9005849Z test_augmented_assign (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:10:49.9017965Z test_autodiff_complex (__main__.TestScript) ... skip: no CUDA (0.001s) 2022-09-27T16:10:49.9044756Z test_backend_cudnn_enabled (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:10:49.9068964Z test_bad_multiline_annotations (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:10:49.9161857Z test_bailout_loop_carried_deps_name_clash (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:10:49.9244264Z test_bailout_loop_counter_transition (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:10:49.9264064Z test_batch_norm_inference_backward_cuda (__main__.TestScript) ... skip: running tests on cuda to verify cudnn fix (0.002s) 2022-09-27T16:10:50.9011038Z test_batchnorm_fuser_cpu (__main__.TestScript) ... ok (0.974s) 2022-09-27T16:10:50.9067961Z test_big_float_literals (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:10:50.9118665Z test_big_int_literals (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:10:51.1297854Z test_binary_op_shape (__main__.TestScript) ... ok (0.218s) 2022-09-27T16:10:51.1518707Z test_bitwise_ops (__main__.TestScript) ... ok (0.022s) 2022-09-27T16:10:51.1579948Z test_block_input_grad_in_loop (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:10:51.1645064Z test_bool_augassign_bitwise_and (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:10:51.1708900Z test_bool_augassign_bitwise_or (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:10:51.1772945Z test_bool_augassign_bitwise_xor (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:10:51.2102171Z test_bool_dispatch (__main__.TestScript) ... ok (0.033s) 2022-09-27T16:10:51.2246554Z test_boolean_literal_constant_metacompile (__main__.TestScript) ... ok (0.014s) 2022-09-27T16:10:51.2274600Z test_break_continue_error (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:10:51.3477501Z test_breaks_continues (__main__.TestScript) ... ok (0.120s) 2022-09-27T16:10:51.3606645Z test_builtin_args (__main__.TestScript) ... ok (0.013s) 2022-09-27T16:10:51.3673304Z test_builtin_args_fails (__main__.TestScript) ... [W ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[List[int], int]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-09-27T16:10:51.3674140Z File "test_jit.py", line 10868 2022-09-27T16:10:51.3674454Z @torch.jit.script 2022-09-27T16:10:51.3674761Z def f6(a): 2022-09-27T16:10:51.3675075Z a.expand(size=[3, [4]]) 2022-09-27T16:10:51.3675594Z ~~~~~~ <--- HERE 2022-09-27T16:10:51.3675923Z (function emitListLiteral) 2022-09-27T16:10:51.3676234Z ok (0.007s) 2022-09-27T16:10:51.3747191Z test_builtin_function_attributes (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:10:51.3761472Z test_builtin_use_as_value (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:10:51.3809854Z test_call_ge (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:10:51.3839748Z test_call_python_fn_from_script_fn (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:10:51.3885057Z test_call_python_fn_from_script_module (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:10:51.3989814Z test_call_python_fn_from_traced_module (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:10:51.4046933Z test_call_python_fn_from_tracing_fn (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:10:51.4068735Z test_call_python_mod_from_script_fn (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:10:51.4130315Z test_call_python_mod_from_script_module (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:10:51.4274223Z test_call_python_mod_from_traced_module (__main__.TestScript) ... ok (0.014s) 2022-09-27T16:10:51.4344827Z test_call_python_mod_from_tracing_fn (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:10:51.4392574Z test_call_script_fn_from_script_fn (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:10:51.4460705Z test_call_script_fn_from_script_module (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:10:51.4539027Z test_call_script_fn_from_tracing_fn (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:10:51.4593981Z test_call_script_mod_from_script_fn (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:10:51.4685259Z test_call_script_mod_from_script_module (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:10:51.4694254Z test_call_script_mod_from_tracing_fn (__main__.TestScript) ... skip: error in first class mode (0.001s) 2022-09-27T16:10:51.4790541Z test_call_traced_fn_from_tracing_fn (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:10:51.4798418Z test_call_traced_mod_from_tracing_fn (__main__.TestScript) ... skip: error in first class mode (0.001s) 2022-09-27T16:10:51.4938744Z test_canonicalize_control_outputs (__main__.TestScript) ... ok (0.014s) 2022-09-27T16:10:51.4944809Z test_cast (__main__.TestScript) ... skip: RuntimeError: VariableType::ID() not implemented (0.001s) 2022-09-27T16:10:51.5090463Z test_cat (__main__.TestScript) ... ok (0.014s) 2022-09-27T16:10:51.5157675Z test_cat_lifts (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:10:51.5198760Z test_chr (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:10:51.5210151Z test_circular_dependency (__main__.TestScript) 2022-09-27T16:10:51.5498453Z https://github.com/pytorch/pytorch/issues/25871 ... ok (0.030s) 2022-09-27T16:10:51.5641142Z test_class_as_attribute (__main__.TestScript) ... ok (0.014s) 2022-09-27T16:10:51.5667896Z test_class_attribute (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:10:51.5696513Z test_class_attribute_in_script (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:10:51.5748906Z test_class_with_comment_at_lower_indentation (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:10:51.5756800Z test_code_with_constants (__main__.TestScript) 2022-09-27T16:10:51.5817915Z Check that the `code_with_constants` property correctly returns graph CONSTANTS in the ... ok (0.007s) 2022-09-27T16:10:51.5825896Z test_code_with_constants_restore (__main__.TestScript) 2022-09-27T16:10:51.5911508Z Check that the `code_with_constants` property correctly works on restoration after save() + load() ... ok (0.009s) 2022-09-27T16:10:51.5985389Z test_comment_ignore_indent (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:10:51.6038609Z test_compare_two_bool_inputs (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:10:51.6052854Z test_compile_module_with_constant (__main__.TestScript) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:10:51.6503395Z test_conditional_casting (__main__.TestScript) ... ok (0.045s) 2022-09-27T16:10:51.6558677Z test_constant_as_attr (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:10:51.6592413Z test_constant_pooling_introduce_aliasing (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:10:51.6647678Z test_constant_pooling_none (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:10:51.6688601Z test_constant_pooling_same_identity (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:10:51.6845843Z test_context_manager (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:10:51.6918570Z test_conv_error (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:10:51.7129335Z test_convert_base (__main__.TestScript) ... ok (0.021s) 2022-09-27T16:10:51.7173788Z test_cpp_function_tensor_str (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:10:51.7286264Z test_cpp_module_iterator (__main__.TestScript) ... ok (0.011s) 2022-09-27T16:10:51.7350720Z test_desugar_module (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:10:51.7388709Z test_device_kwarg (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:10:51.7427850Z test_device_type (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:10:51.7431647Z test_device_type_cuda (__main__.TestScript) ... skip: Requires CUDA (0.000s) 2022-09-27T16:10:51.7454794Z test_dir (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:10:51.7767719Z test_divmod (__main__.TestScript) ... ok (0.031s) 2022-09-27T16:10:51.7788982Z test_dominated_bailout (__main__.TestScript) ... skip: bailouts are being deprecated (0.002s) 2022-09-27T16:10:51.9539430Z test_dropout_eval (__main__.TestScript) ... ok (0.175s) 2022-09-27T16:10:51.9654759Z test_dropout_script (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:10:51.9702261Z test_dtype_attr (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:10:52.0052589Z test_dtype_op_shape (__main__.TestScript) ... ok (0.035s) 2022-09-27T16:10:52.0522629Z test_dtype_op_shape2 (__main__.TestScript) ... ok (0.047s) 2022-09-27T16:10:52.0555302Z test_early_return_closure (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:10:52.0631268Z test_early_return_fork_join (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:10:52.0847204Z test_early_return_rewrite (__main__.TestScript) ... ok (0.021s) 2022-09-27T16:10:52.0880557Z test_early_return_type_refinement (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:10:52.1256983Z test_early_returns_loops (__main__.TestScript) ... ok (0.037s) 2022-09-27T16:10:52.1309195Z test_ellipsis_const_end (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:10:52.1365627Z test_ellipsis_const_mid (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:10:52.1430427Z test_ellipsis_const_mid_select (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:10:52.1483930Z test_ellipsis_const_start (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:10:52.1535236Z test_ellipsis_end (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:10:52.1591448Z test_ellipsis_mid (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:10:52.1655337Z test_ellipsis_mid_select (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:10:52.1708926Z test_ellipsis_start (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:10:52.1866284Z test_embedding_renorm_grad_error (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:10:52.1898289Z test_empty_like_memory_format_bc (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:10:52.1907201Z test_empty_tuple_str (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:10:52.2241848Z test_enumerate_modlist_range (__main__.TestScript) ... ok (0.033s) 2022-09-27T16:10:52.2273507Z test_erase_number_types (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:10:52.2456082Z test_error (__main__.TestScript) ... ok (0.018s) 2022-09-27T16:10:52.2595920Z test_error_stacktrace (__main__.TestScript) ... ok (0.014s) 2022-09-27T16:10:52.2892681Z test_error_stacktrace_interface (__main__.TestScript) ... ok (0.030s) 2022-09-27T16:10:52.2989619Z test_eval_python (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:10:52.3015937Z test_exception_exits_closure (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:10:52.3382889Z test_exceptions_with_control_flow (__main__.TestScript) ... ok (0.037s) 2022-09-27T16:10:52.3421001Z test_expand (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:10:52.3520487Z test_fibb (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:10:52.3575401Z test_fibb_totally_better (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:10:52.3592264Z test_file_format_serialization (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:10:52.3610637Z test_file_line_error (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:10:52.3746344Z test_file_line_error_class_defn (__main__.TestScript) ... ok (0.013s) 2022-09-27T16:10:52.3774895Z test_file_line_graph (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:10:52.3883219Z test_file_line_save_load (__main__.TestScript) ... ok (0.011s) 2022-09-27T16:10:52.3894110Z test_file_line_string (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:10:52.3941652Z test_file_line_trace (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:10:52.3986112Z test_filecheck (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:10:52.4009396Z test_filecheck_parse (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:10:52.4190689Z test_first_class_calls (__main__.TestScript) ... ok (0.018s) 2022-09-27T16:10:52.4240913Z test_first_class_module (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:10:52.4337496Z test_floor_div (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:10:52.4543352Z test_floordiv (__main__.TestScript) ... ok (0.021s) 2022-09-27T16:10:52.4557254Z test_for_else (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:10:52.4655330Z test_for_in_dict (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:10:52.4964826Z test_for_in_enumerate (__main__.TestScript) ... ok (0.031s) 2022-09-27T16:10:52.5015604Z test_for_in_range (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:10:52.5192553Z test_for_in_range_ast (__main__.TestScript) ... ok (0.018s) 2022-09-27T16:10:52.5371084Z test_for_in_range_dynamic (__main__.TestScript) ... ok (0.018s) 2022-09-27T16:10:52.5442410Z test_for_in_range_if_ast (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:10:52.5499874Z test_for_in_range_start_end (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:10:52.5662757Z test_for_in_range_start_end_step (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:10:52.5704628Z test_for_in_range_zero_step (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:10:52.5860284Z test_for_in_string (__main__.TestScript) ... ok (0.015s) 2022-09-27T16:10:52.5953620Z test_for_in_tensors (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:10:52.5970439Z test_for_in_tensors_fail_scalar (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:10:52.6078317Z test_for_in_tensors_nested (__main__.TestScript) ... ok (0.011s) 2022-09-27T16:10:52.6145927Z test_for_in_tensors_rank0 (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:10:52.6370683Z test_for_in_zip (__main__.TestScript) ... ok (0.022s) 2022-09-27T16:10:52.6546306Z test_for_in_zip_enumerate (__main__.TestScript) ... ok (0.018s) 2022-09-27T16:10:52.6636838Z test_for_tuple_assign (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:10:52.6799128Z test_for_tuple_unpack (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:10:52.6870382Z test_format (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:10:52.7029721Z test_func_call (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:10:52.7071045Z test_function_compilation_caching (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:10:52.7235292Z test_function_overload_misuse (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:10:52.7355859Z test_function_overloading_isinstance (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:10:52.7885032Z test_function_overloads (__main__.TestScript) ... ok (0.053s) 2022-09-27T16:10:52.7894332Z test_fuser_double_float_codegen (__main__.TestScript) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:10:52.9784473Z test_fuser_double_literal_precision (__main__.TestScript) ... ok (0.189s) 2022-09-27T16:10:52.9835217Z test_fuser_multiple_blocks (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:10:52.9901901Z test_gather_dynamic_index (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:10:52.9923515Z test_generic_list_errors (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:10:53.0229938Z test_get_set_state (__main__.TestScript) ... ok (0.031s) 2022-09-27T16:10:53.0314227Z test_get_set_state_with_tensors (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:10:53.0352424Z test_grad_from_script (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:10:53.0430675Z test_hash (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:10:53.0546443Z test_hex_literals (__main__.TestScript) ... ok (0.011s) 2022-09-27T16:10:53.0678239Z test_id (__main__.TestScript) ... ok (0.013s) 2022-09-27T16:10:53.0732800Z test_if (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:10:53.0823882Z test_if_define (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:10:53.0871687Z test_if_different_type (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:10:53.0967255Z test_if_for_in_range (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:10:53.1150748Z test_if_is_none_dispatch (__main__.TestScript) ... ok (0.018s) 2022-09-27T16:10:53.1185021Z test_if_list_cat (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:10:53.1601623Z test_if_nest_while (__main__.TestScript) ... ok (0.042s) 2022-09-27T16:10:53.1666021Z test_if_noelse (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:10:53.1692390Z test_if_not_defined_error (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:10:53.1733982Z test_if_supertype (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:10:53.1817362Z test_ignore_decorator (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:10:53.1908382Z test_ignored_as_value (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:10:53.1971566Z test_ignored_method_binding (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:10:53.2019929Z test_ignored_props (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:10:53.2127605Z test_import_constants_not_specialized (__main__.TestScript) ... ok (0.011s) 2022-09-27T16:10:53.2231326Z test_in_for_and_comp_expr (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:10:53.2261728Z test_in_operator_with_two_strings (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:10:53.3075778Z test_index (__main__.TestScript) ... ok (0.081s) 2022-09-27T16:10:53.3110870Z test_index_select_shape_prop (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:10:53.3179077Z test_index_with_tuple (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:10:53.3193930Z test_indexing_error (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:10:53.3241084Z test_infer_size (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:10:53.3244563Z test_inferred_error_msg (__main__.TestScript) 2022-09-27T16:10:53.3265873Z Test that when we get a type mismatch on a function where we inferred ... ok (0.002s) 2022-09-27T16:10:53.3385964Z test_inherit_method (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:10:53.3391349Z test_inline_and_run_annotated_script_fn (__main__.TestScript) ... skip: https://github.com/pytorch/pytorch/issues/9595 (0.001s) 2022-09-27T16:10:53.3401088Z test_inlined_graph (__main__.TestScript) 2022-09-27T16:10:53.3500188Z Check that the `inlined_graph` property correctly returns an inlined ... ok (0.011s) 2022-09-27T16:10:53.3546016Z test_inlining_cleanup (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:10:53.3592894Z test_inplace_add (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:10:53.3642549Z test_inplace_copy_script (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:10:53.3680335Z test_input_keyword_in_schema (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:10:53.3713686Z test_int_cast (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:10:53.3726945Z test_integral_shape_inference (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:10:53.3738872Z test_interpret_graph (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:10:53.6567911Z test_interpreter_fuzz (__main__.TestScript) ... ok (0.283s) 2022-09-27T16:10:53.6704505Z test_intlist_args (__main__.TestScript) ... ok (0.014s) 2022-09-27T16:10:53.6722062Z test_invalid_call_arguments (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:10:53.6732475Z test_invalid_lhs_assignment (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:10:53.6755920Z test_invalid_prefix_annotation (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:10:53.6763700Z test_irparser (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:10:53.6878348Z test_is_after_use (__main__.TestScript) ... ok (0.011s) 2022-09-27T16:10:53.7281321Z test_is_isnot (__main__.TestScript) ... ok (0.040s) 2022-09-27T16:10:53.7289979Z test_is_optional (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:10:53.7315413Z test_is_scripting (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:10:53.7342435Z test_is_scripting_metacompile (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:10:53.7410879Z test_isinstance (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:10:53.7458114Z test_isinstance_dynamic (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:10:53.7522514Z test_isinstance_metacompile (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:10:53.7657637Z test_isinstance_refinement (__main__.TestScript) ... ok (0.013s) 2022-09-27T16:10:53.7715547Z test_jitter_bug (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:10:53.7747519Z test_keyword (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:10:53.7759822Z test_kwarg_expansion_error (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:10:53.7785520Z test_kwargs_error_msg (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:10:53.7973186Z test_lazy_script (__main__.TestScript) ... ok (0.019s) 2022-09-27T16:10:53.8037622Z test_lhs_advanced_indexing_assignment (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:10:53.8109976Z test_lhs_advanced_indexing_augmented_assignment (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:10:53.8159080Z test_lhs_indexing (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:10:53.8202980Z test_lhs_indexing_increment (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:10:53.8263394Z test_lhs_indexing_increment_list (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:10:53.8308292Z test_lhs_indexing_increment_list_prim (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:10:53.8352526Z test_lhs_indexing_list (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:10:53.8408899Z test_lhs_indexing_multi (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:10:53.8542347Z test_linear_grad (__main__.TestScript) ... ok (0.013s) 2022-09-27T16:10:53.9017214Z test_list_comprehension_modulelist (__main__.TestScript) ... ok (0.047s) 2022-09-27T16:10:53.9058880Z test_list_comprehension_variable_write (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:10:53.9069864Z test_list_iterables (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:10:53.9133456Z test_list_python_op (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:10:53.9205545Z test_list_unify (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:10:53.9391976Z test_literal (__main__.TestScript) ... ok (0.019s) 2022-09-27T16:10:53.9437181Z test_literals (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:10:53.9641305Z test_logical_short_circuit (__main__.TestScript) ... ok (0.020s) 2022-09-27T16:10:53.9693012Z test_loop_liveness (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:10:53.9818295Z test_loop_unroll_negative (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:10:53.9850941Z test_loop_unroll_unused_counter (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:10:53.9945280Z test_loop_unrolling (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:10:54.0027430Z test_loop_unrolling_const (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:10:54.0558089Z test_loop_unrolling_nested (__main__.TestScript) ... ok (0.053s) 2022-09-27T16:10:54.0587513Z test_lower_nested_tuples (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:10:54.2656913Z test_math_ops (__main__.TestScript) ... ok (0.207s) 2022-09-27T16:10:54.2664145Z test_maxpool_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-09-27T16:10:54.2674600Z test_meshgrid (__main__.TestScript) ... skip: Profiling executor fails to recognize that tensors in a list require gradients (0.001s) 2022-09-27T16:10:54.2722528Z test_method_casts_script (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:10:54.2753000Z test_method_no_self (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:10:54.4267128Z test_method_overloading (__main__.TestScript) ... ok (0.151s) 2022-09-27T16:10:54.4305298Z test_missing_getstate (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:10:54.9553747Z test_mm_batching (__main__.TestScript) ... ok (0.525s) 2022-09-27T16:10:55.0145497Z test_module_apis (__main__.TestScript) ... ok (0.059s) 2022-09-27T16:10:55.0197710Z test_module_attrs (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:10:55.0287074Z test_module_copy_with_attributes (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:10:55.0457882Z test_module_copying (__main__.TestScript) ... ok (0.017s) 2022-09-27T16:10:55.0468795Z test_module_error (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:10:55.0510575Z test_module_method_reassignment (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:10:55.0557013Z test_module_none_attrs (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:10:55.0824208Z test_module_parameters_and_buffers (__main__.TestScript) ... ok (0.027s) 2022-09-27T16:10:55.0883285Z test_module_str (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:10:55.0938438Z test_module_with_params_called_fails (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:10:55.0948777Z test_multi_reduction (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:10:55.0958785Z test_multi_starred_expr_lhs (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:10:55.1194215Z test_multiline_annot_ast_py3_fn (__main__.TestScript) ... ok (0.023s) 2022-09-27T16:10:55.1221882Z test_multiline_optional_future_refinement (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:10:55.1248597Z test_multiline_string_dedents (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:10:55.1324983Z test_multiple_assign (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:10:55.1383765Z test_multiple_assignment (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:10:55.1419077Z test_mutable_dce (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:10:55.1465040Z test_mutable_dce_block (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:10:55.1492819Z test_mutable_dce_graph_input (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:10:55.1557326Z test_mutable_dce_indirect_wildcard_write (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:10:55.1630914Z test_mutable_dce_indirect_wildcards (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:10:55.1666182Z test_mutable_dce_list (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:10:55.1710453Z test_mutable_dce_loop (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:10:55.1775728Z test_mutable_dce_wildcards (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:10:55.1815573Z test_mutate_constant (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:10:55.1849945Z test_mypy_type_ignore (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:10:55.2305658Z test_named_buffers_are_iterable (__main__.TestScript) ... ok (0.045s) 2022-09-27T16:10:55.2394786Z test_namedtuple_attr (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:10:55.2505583Z test_namedtuple_default_values_Tensor_type (__main__.TestScript) ... ok (0.011s) 2022-09-27T16:10:55.2668337Z test_namedtuple_default_values_container_type (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:10:55.2786994Z test_namedtuple_default_values_missing (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:10:55.4304511Z test_namedtuple_default_values_simple_type (__main__.TestScript) ... ok (0.152s) 2022-09-27T16:10:55.4333995Z test_namedtuple_default_values_using_factory_constructor (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:10:55.4424346Z test_namedtuple_python (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:10:55.4470706Z test_namedtuple_type_inference (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:10:55.4512979Z test_narrow_copy (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:10:55.4894391Z test_nested_aug_assign (__main__.TestScript) ... ok (0.038s) 2022-09-27T16:10:55.4989925Z test_nested_bailouts (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:10:55.5288920Z test_nested_breaks (__main__.TestScript) ... ok (0.030s) 2022-09-27T16:10:55.5330269Z test_nested_list_construct (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:10:55.5512503Z test_nested_select_assign (__main__.TestScript) ... ok (0.018s) 2022-09-27T16:10:55.6604523Z test_nn_GRU (__main__.TestScript) ... ok (0.109s) 2022-09-27T16:10:55.7461428Z test_nn_LSTM (__main__.TestScript) ... ok (0.086s) 2022-09-27T16:10:55.8325293Z test_nn_LSTM_with_layers (__main__.TestScript) ... ok (0.086s) 2022-09-27T16:10:55.8676874Z test_nn_init (__main__.TestScript) ... ok (0.035s) 2022-09-27T16:10:55.8735732Z test_no_dtype_shape (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:10:55.8785127Z test_no_self_arg_ignore_function (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:10:55.9645341Z test_non_final_return (__main__.TestScript) ... ok (0.086s) 2022-09-27T16:10:55.9653157Z test_none_type_str (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:10:55.9693811Z test_not (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:10:55.9703369Z test_not_initialized_err (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:10:55.9804020Z test_ntuple_builtins (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:10:55.9933077Z test_number_abs (__main__.TestScript) ... ok (0.013s) 2022-09-27T16:10:55.9966841Z test_number_augassign (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:10:55.9998853Z test_number_augassign_bitwise_lshift (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:10:56.0031055Z test_number_augassign_bitwise_pow (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:10:56.0062953Z test_number_augassign_bitwise_rshift (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:10:56.0150554Z test_number_div (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:10:57.9140239Z test_number_math (__main__.TestScript) ... ok (1.899s) 2022-09-27T16:10:57.9200687Z test_number_neg (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:10:57.9209733Z test_old_models_bc (__main__.TestScript) ... skip: PyTorch is build without Caffe2 support (0.001s) 2022-09-27T16:10:57.9245942Z test_oneline_func (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:10:57.9308380Z test_op_dtype (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:10:57.9386232Z test_operator_precedence (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:10:57.9400908Z test_optional_list (__main__.TestScript) ... skip: the current version of Profiler doesn't profile/specialize Optionals (0.001s) 2022-09-27T16:10:57.9415740Z test_optional_tensor (__main__.TestScript) ... skip: the current version of Profiler doesn't profile/specialize Optionals (0.001s) 2022-09-27T16:10:57.9494331Z test_ord (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:10:57.9605891Z test_override_magic (__main__.TestScript) ... ok (0.011s) 2022-09-27T16:10:57.9750432Z test_pack_padded_pad_packed_trace (__main__.TestScript) ... test_jit.py:9785: FutureWarning: `torch.onnx._export` is deprecated in version 1.12.0 and will be removed in version TBD. Please use `torch.onnx.export` instead. 2022-09-27T16:10:57.9750868Z torch.onnx._export(m, (x, seq_lens), f, verbose=False) 2022-09-27T16:10:57.9791916Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_patch_torch.py:73: UserWarning: The shape inference of prim::PackPadded type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/shape_type_inference.cpp:1884.) 2022-09-27T16:10:57.9792499Z n, utils._params_dict, GLOBALS.export_onnx_opset_version 2022-09-27T16:10:57.9805545Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_patch_torch.py:73: UserWarning: The shape inference of prim::PadPacked type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/shape_type_inference.cpp:1884.) 2022-09-27T16:10:57.9806178Z n, utils._params_dict, GLOBALS.export_onnx_opset_version 2022-09-27T16:10:57.9813907Z ok (0.021s) 2022-09-27T16:10:57.9825494Z test_pack_tuple_into_non_var (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:10:58.0122000Z test_pack_unpack_nested (__main__.TestScript) ... ok (0.029s) 2022-09-27T16:10:58.0265814Z test_pack_unpack_state (__main__.TestScript) ... ok (0.014s) 2022-09-27T16:10:58.0319639Z test_parameter_order (__main__.TestScript) ... tensor([ 0., 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 2022-09-27T16:10:58.0320124Z 14., 15., 16., 17., 18., 19., 20., 21., 22., 23., 24., 25., 26., 27., 2022-09-27T16:10:58.0320355Z 28., 29., 30., 31., 32., 33., 34., 35., 36., 37., 38., 39., 40., 41., 2022-09-27T16:10:58.0320671Z 42., 43., 44., 45., 46., 47., 48., 49., 50., 51.], 2022-09-27T16:10:58.0320878Z grad_fn=) 2022-09-27T16:10:58.0326529Z tensor([ 0., 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 2022-09-27T16:10:58.0326843Z 14., 15., 16., 17., 18., 19., 20., 21., 22., 23., 24., 25., 26., 27., 2022-09-27T16:10:58.0327073Z 28., 29., 30., 31., 32., 33., 34., 35., 36., 37., 38., 39., 40., 41., 2022-09-27T16:10:58.0327266Z 42., 43., 44., 45., 46., 47., 48., 49., 50., 51.], 2022-09-27T16:10:58.0327467Z grad_fn=) 2022-09-27T16:10:58.0365362Z ok (0.010s) 2022-09-27T16:10:58.0376703Z test_parse_empty_tuple_annotation (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:10:58.0388066Z test_parse_empty_tuple_annotation_element_error (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:10:58.0405614Z test_parse_nested_names (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:10:58.0415585Z test_parse_none_type_annotation (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:10:58.0451642Z test_parse_tensor_constants (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:10:58.0466883Z test_parser_kwargonly (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:10:58.0477796Z test_parser_type_annotations (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:10:58.0488429Z test_parser_type_annotations_comment (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:10:58.0499519Z test_parser_type_annotations_incompatible_expression (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:10:58.0509682Z test_parser_type_annotations_subscript_non_ident (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:10:58.0519451Z test_parser_type_annotations_subscript_tensor (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:10:58.0529867Z test_parser_type_annotations_unknown_type (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:10:58.0572417Z test_partial_returns (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:10:58.0609237Z test_pass (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:10:58.0726901Z test_pickle_checkpoint (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:10:58.0730389Z test_pickle_checkpoint_cuda (__main__.TestScript) ... skip: no CUDA (0.000s) 2022-09-27T16:10:58.0762015Z test_pickle_checkpoint_tup (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:10:58.0771747Z test_pow_scalar_backward_cuda (__main__.TestScript) ... skip: device tests require CUDA (0.001s) 2022-09-27T16:10:58.1139907Z test_pretty_print_function (__main__.TestScript) ... ok (0.037s) 2022-09-27T16:10:58.1146695Z test_prim_grad_undefined (__main__.TestScript) ... skip: shape analysis is only enabled in Legacy (0.001s) 2022-09-27T16:10:58.1274226Z test_print (__main__.TestScript) ... ok (0.013s) 2022-09-27T16:10:58.1285598Z test_print_kwargs (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:10:58.1295930Z test_profiling_graph_executor (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-09-27T16:10:58.1334279Z test_profiling_merge (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:10:58.1359123Z test_pybind_type_comparisons (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:10:58.1403429Z test_python_call (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:10:58.1456925Z test_python_call_annotation (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:10:58.1474346Z test_python_call_annoytation_failure (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:10:58.1505634Z test_python_call_failure (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:10:58.1571202Z test_python_call_non_tensor (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:10:58.1596414Z test_python_call_non_tensor_wrong (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:10:58.1618615Z test_python_frontend (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:10:58.1630413Z test_python_frontend_py3 (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:10:58.1642225Z test_python_frontend_source_range (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:10:58.1677271Z test_python_op_builtins (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:10:58.1698180Z test_python_op_name (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:10:58.1711859Z test_python_val_doesnt_have_attr (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:10:58.1722823Z test_rand (__main__.TestScript) ... skip: the original version of test_rand (0.001s) 2022-09-27T16:10:58.1783803Z test_rand_profiling (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:10:58.1806869Z test_range_args (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:10:58.1836694Z test_reassign_module_lhs (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:10:58.1865943Z test_reassign_module_rhs (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:10:58.1874316Z test_refine_tuple_types (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:10:58.2000364Z test_remove_dropout (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:10:58.2025174Z test_repeated_script_on_function (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:10:58.2073700Z test_request_bailout (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:10:58.2087644Z test_requires_grad_loop (__main__.TestScript) ... skip: Peeling is now disabled (0.001s) 2022-09-27T16:10:58.2362767Z test_rescripting_loaded_modules (__main__.TestScript) ... ok (0.027s) 2022-09-27T16:10:58.2468662Z test_resize_input_ops (__main__.TestScript) ... ok (0.011s) 2022-09-27T16:10:58.2615043Z test_return (__main__.TestScript) ... ok (0.015s) 2022-09-27T16:10:58.2666864Z test_return_stmt_not_at_end (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:10:58.2712776Z test_return_tuple (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:10:58.5201997Z test_rnn_trace_override (__main__.TestScript) ... ok (0.249s) 2022-09-27T16:10:58.5258354Z test_robust_op_resolution (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:10:58.5317224Z test_round (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:10:58.5388794Z test_save_load_attr_error (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:10:58.5419460Z test_script_annotation (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:10:58.5449499Z test_script_bool_constant (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:10:58.5481575Z test_script_chunk (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:10:58.5627211Z test_script_clamp_none (__main__.TestScript) ... ok (0.014s) 2022-09-27T16:10:58.5680727Z test_script_copy (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:10:58.5693517Z test_script_cu (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:10:58.5755805Z test_script_define_order (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:10:58.5789344Z test_script_define_order_recursive_fail (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:10:58.5813023Z test_script_docstring (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:10:58.5879974Z test_script_forward_method_replacement (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:10:58.5885352Z test_script_get_device_cuda (__main__.TestScript) ... skip: requires CUDA (0.000s) 2022-09-27T16:10:58.5932726Z test_script_get_tracing_state (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:10:58.6004194Z test_script_is_tracing (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:10:58.6059294Z test_script_kwargs_fn_call (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:10:58.6098194Z test_script_method_docstring (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:10:58.6162380Z test_script_method_torch_function_overload (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:10:58.6345176Z test_script_module (__main__.TestScript) ... ok (0.018s) 2022-09-27T16:10:58.6397634Z test_script_module_call_noscript (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:10:58.6450257Z test_script_module_const (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:10:58.6659215Z test_script_module_const_submodule_fail (__main__.TestScript) ... ok (0.021s) 2022-09-27T16:10:58.6776005Z test_script_module_export_blocks (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:10:58.6862634Z test_script_module_export_shared_storage (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:10:58.7068815Z test_script_module_export_submodule (__main__.TestScript) ... ok (0.021s) 2022-09-27T16:10:58.7079049Z test_script_module_export_tensor_cuda (__main__.TestScript) ... skip: testing cuda tensors require CUDA (0.001s) 2022-09-27T16:10:58.7176195Z test_script_module_export_tensor_type (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:10:58.7206398Z test_script_module_fail_exist (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:10:58.7255520Z test_script_module_for (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:10:58.7592388Z test_script_module_for2 (__main__.TestScript) ... ok (0.034s) 2022-09-27T16:10:58.7619893Z test_script_module_invalid_consts (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:10:58.7717699Z test_script_module_nochange_submodule (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:10:58.7726632Z test_script_module_none_exist_fail (__main__.TestScript) ... skip: [module dedupe] currently NoneType refinement on optional attributes doesn't work. (0.001s) 2022-09-27T16:10:58.7757743Z test_script_module_not_tuple (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:10:58.7812478Z test_script_module_param_buffer_mutation (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:10:58.7950729Z test_script_module_star_assign2 (__main__.TestScript) ... ok (0.014s) 2022-09-27T16:10:58.8084250Z test_script_module_star_assign2_inplace (__main__.TestScript) ... ok (0.013s) 2022-09-27T16:10:58.8111464Z test_script_module_star_assign_fail_builtin (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:10:58.8147336Z test_script_module_star_assign_fail_pythonop (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:10:58.8172643Z test_script_module_tensor_subclass_argument (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:10:58.8531711Z test_script_nested_mod_list (__main__.TestScript) ... ok (0.036s) 2022-09-27T16:10:58.8565087Z test_script_non_tensor_args_outputs (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:10:58.8694657Z test_script_optional_none (__main__.TestScript) ... ok (0.013s) 2022-09-27T16:10:58.8733019Z test_script_outputs (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:10:58.9107130Z test_script_pack_padded_sequence (__main__.TestScript) ... ok (0.037s) 2022-09-27T16:10:58.9492689Z test_script_pad_sequence_pack_sequence (__main__.TestScript) ... ok (0.038s) 2022-09-27T16:10:58.9499941Z test_script_scope (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:10:58.9739875Z test_script_sequential_for (__main__.TestScript) ... ok (0.024s) 2022-09-27T16:10:59.0223827Z test_script_sequential_in_mod_list (__main__.TestScript) ... ok (0.048s) 2022-09-27T16:10:59.0361448Z test_script_sequential_multi_output_fail (__main__.TestScript) ... ok (0.014s) 2022-09-27T16:10:59.0663456Z test_script_sequential_orderdict (__main__.TestScript) ... ok (0.030s) 2022-09-27T16:10:59.0973139Z test_script_sequential_sliced_iteration (__main__.TestScript) ... ok (0.031s) 2022-09-27T16:10:59.1085232Z test_script_star_assign (__main__.TestScript) ... ok (0.011s) 2022-09-27T16:10:59.1283619Z test_script_star_expr (__main__.TestScript) ... ok (0.020s) 2022-09-27T16:10:59.1474101Z test_script_star_expr_string (__main__.TestScript) ... ok (0.019s) 2022-09-27T16:10:59.1544425Z test_scriptable_fn_as_attr (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:10:59.1557896Z test_scriptmodule_multi_head_attn_cuda (__main__.TestScript) ... skip: no CUDA (0.001s) 2022-09-27T16:10:59.1568187Z test_scriptmodule_releases_tensors_cuda (__main__.TestScript) ... skip: no CUDA (0.001s) 2022-09-27T16:10:59.1580074Z test_scriptmodule_transformer_cuda (__main__.TestScript) ... skip: no CUDA (0.001s) 2022-09-27T16:10:59.1635713Z test_select_after_chunk (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:10:59.1664912Z test_sequence_parsing (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:10:59.1917797Z test_sequential_intermediary_types (__main__.TestScript) ... ok (0.025s) 2022-09-27T16:10:59.2008532Z test_serialization_big_ints (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:10:59.2080587Z test_serialization_sharing (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:10:59.2138000Z test_serialize_long_lines (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:10:59.2310802Z test_serialized_source_ranges (__main__.TestScript) ... ok (0.017s) 2022-09-27T16:10:59.2436207Z test_serialized_source_ranges2 (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:10:59.3255829Z test_serialized_source_ranges_dont_jitter (__main__.TestScript) ... ok (0.082s) 2022-09-27T16:10:59.3383306Z test_serialized_source_ranges_graph (__main__.TestScript) ... ok (0.013s) 2022-09-27T16:10:59.3494898Z test_serialized_source_ranges_no_dups (__main__.TestScript) ... ok (0.011s) 2022-09-27T16:10:59.3549202Z test_set_attribute_through_optional (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:10:59.3579341Z test_shape_analysis_grad_property (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:10:59.3641588Z test_shape_analysis_loop (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:10:59.3671885Z test_shape_prop_promote_scalar_arg (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:10:59.3699853Z test_shape_prop_promotion (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:10:59.3765025Z test_signed_float_zero (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:10:59.3776760Z test_single_starred_expr_for_loop (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:10:59.3788471Z test_single_starred_lhs (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:10:59.3830407Z test_singleton_tuple_unpack (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:10:59.3837025Z test_slice_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-09-27T16:10:59.3895635Z test_split (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:10:59.3975626Z test_stack (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:10:59.4635473Z test_static_if_prop (__main__.TestScript) ... ok (0.066s) 2022-09-27T16:10:59.4643982Z test_static_method_on_module (__main__.TestScript) 2022-09-27T16:10:59.4716176Z Check that the `@staticmethod` annotation on a function on a module works. ... ok (0.008s) 2022-09-27T16:10:59.4907637Z test_static_methods (__main__.TestScript) ... ok (0.019s) 2022-09-27T16:10:59.4935929Z test_str_cast (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:10:59.4946570Z test_string_cu (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:10:59.4988072Z test_string_device_implicit_conversion (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:10:59.5040057Z test_string_frontend_elif (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:10:59.5080929Z test_string_index (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:10:59.5129727Z test_string_len (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:10:59.5170642Z test_string_list (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:10:59.5181513Z test_string_new_line (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:10:59.5222454Z test_string_ops (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:10:59.5270412Z test_string_print (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:10:59.5279757Z test_string_single_escape (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:10:59.5405512Z test_string_slicing (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:10:59.5447118Z test_string_sort (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:10:59.5487330Z test_string_sorted (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:10:59.5652881Z test_submodule_attribute_serialization (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:10:59.5709761Z test_submodule_twice (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:10:59.5757379Z test_sum (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:10:59.5816958Z test_sum_list_diff_elms (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:10:59.5874920Z test_sum_list_empty (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:10:59.5929739Z test_sum_list_literal (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:10:59.5987879Z test_sum_list_one (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:10:59.6003708Z test_sum_list_wrong_type (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:10:59.6031156Z test_sys_stdout_override (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:10:59.6052203Z test_tensor_as_tensor_shape_prop (__main__.TestScript) ... skip: Simple Executor doesn't have any shapes to propagate (0.002s) 2022-09-27T16:10:59.6084562Z test_tensor_data (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:10:59.6092295Z test_tensor_device (__main__.TestScript) ... skip: device tests require CUDA (0.001s) 2022-09-27T16:10:59.6171705Z test_tensor_dtype (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:10:59.6252018Z test_tensor_grad (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:10:59.6298302Z test_tensor_import_export (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:10:59.6332094Z test_tensor_len (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:11:00.0018738Z test_tensor_number_math (__main__.TestScript) ... ok (0.368s) 2022-09-27T16:11:00.0023906Z test_tensor_number_math_cuda (__main__.TestScript) ... skip: No CUDA (0.001s) 2022-09-27T16:11:00.0033421Z test_tensor_requires_grad (__main__.TestScript) ... skip: testing legacy behavior (0.001s) 2022-09-27T16:11:00.0075142Z test_tensor_shape (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:11:00.0094292Z test_tensor_subclasses (__main__.TestScript) ... /opt/conda/lib/python3.7/site-packages/torch/jit/annotations.py:299: UserWarning: TorchScript will treat type annotations of Tensor dtype-specific subtypes as if they are normal Tensors. dtype constraints are not enforced in compilation either. 2022-09-27T16:11:00.0094928Z warnings.warn("TorchScript will treat type annotations of Tensor " 2022-09-27T16:11:00.0151862Z ok (0.008s) 2022-09-27T16:11:00.0364122Z test_tensor_to (__main__.TestScript) ... ok (0.021s) 2022-09-27T16:11:00.0402873Z test_tensor_to_cpu (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:11:00.0408669Z test_tensor_to_cuda (__main__.TestScript) ... skip: device tests require CUDA (0.001s) 2022-09-27T16:11:00.0414310Z test_tensor_to_device (__main__.TestScript) ... skip: device tests require CUDA (0.000s) 2022-09-27T16:11:00.0484778Z test_ternary (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:11:00.0838595Z test_ternary_module_type_hint (__main__.TestScript) ... ok (0.035s) 2022-09-27T16:11:00.0917316Z test_ternary_right_associative (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:11:00.1007163Z test_ternary_static_if (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:11:00.1166620Z test_torch_any (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:11:00.1194569Z test_torch_functional (__main__.TestScript) ... skip: Skipping while landing PR stack (0.003s) 2022-09-27T16:11:00.1625601Z test_torch_functional_tensordot_int (__main__.TestScript) ... ok (0.043s) 2022-09-27T16:11:00.1702228Z test_torch_functional_tensordot_list (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:11:00.1915720Z test_torch_functional_tensordot_tensor (__main__.TestScript) ... ok (0.021s) 2022-09-27T16:11:00.1996425Z test_torch_functional_tensordot_tuple (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:11:00.2081575Z test_torch_ignore_conversion_to_none (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:11:00.2139172Z test_torch_manual_seed (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:11:00.2460581Z test_torch_pow (__main__.TestScript) ... ok (0.032s) 2022-09-27T16:11:00.7448212Z test_torch_tensor_as_tensor (__main__.TestScript) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:472: 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:11:00.7449176Z return callable(*args, **kwargs) 2022-09-27T16:11:00.7497845Z ok (0.504s) 2022-09-27T16:11:00.7562467Z test_torch_tensor_as_tensor_empty_list (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:11:00.7812755Z test_torch_tensor_bad_input (__main__.TestScript) ... ok (0.025s) 2022-09-27T16:11:00.7907511Z test_torch_tensor_dtype (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:11:00.7935917Z test_torchscript_memoryformat (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:11:00.8847195Z test_torchscript_multi_head_attn (__main__.TestScript) ... ok (0.091s) 2022-09-27T16:11:01.0569845Z test_torchscript_multi_head_attn_fast_path (__main__.TestScript) ... ok (0.172s) 2022-09-27T16:11:01.0638986Z test_training_param (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:11:01.0979692Z test_tuple_assignments (__main__.TestScript) ... ok (0.034s) 2022-09-27T16:11:01.0997366Z test_tuple_error_msg (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:11:01.1066812Z test_tuple_index_to_list (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:11:01.1274317Z test_tuple_indexing (__main__.TestScript) ... ok (0.021s) 2022-09-27T16:11:01.1325790Z test_tuple_len (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:11:01.1383853Z test_tuple_nested_sort (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:11:01.1432205Z test_tuple_sort (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:11:01.1480605Z test_tuple_sort_reverse (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:11:01.1526188Z test_tuple_sorted (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:11:01.1574790Z test_tuple_to_opt_list (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:11:01.1610463Z test_tuple_unsortable_diff_type (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:11:01.1650431Z test_tuple_unsortable_element_type (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:11:01.1686748Z test_tuple_unsortable_nested_diff_type (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:11:01.1845960Z test_type_annotate (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:11:01.1978479Z test_type_annotation_module (__main__.TestScript) ... ok (0.013s) 2022-09-27T16:11:01.2087766Z test_type_annotation_py3 (__main__.TestScript) ... ok (0.011s) 2022-09-27T16:11:01.2254976Z test_type_annotations (__main__.TestScript) ... ok (0.017s) 2022-09-27T16:11:01.2382798Z test_type_annotations_repeated_list (__main__.TestScript) ... ok (0.013s) 2022-09-27T16:11:01.2505963Z test_type_annotations_varargs (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:11:01.2529156Z test_type_call_in_script (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:11:01.2580963Z test_type_cast (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:11:01.2625889Z test_type_comments_in_body (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:11:01.2631515Z test_type_inferred_from_empty_annotation (__main__.TestScript) 2022-09-27T16:11:01.2653682Z Test that the type inferred from an empty or missing annotation is Torch.Tensor wtih `inferred=true` ... ok (0.003s) 2022-09-27T16:11:01.2664211Z test_unbind (__main__.TestScript) ... skip: Profiling executor will be using different heuristics for constructing differentiable graphs (0.001s) 2022-09-27T16:11:01.2693260Z test_unfold_zero_dim (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:11:01.2724427Z test_unicode_comments (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:11:01.2784466Z test_uninitialized (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:11:01.2810976Z test_union_to_number (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:11:01.2824029Z test_unknown_builtin (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:11:01.2860399Z test_unmatched_type_annotation (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:11:01.2894696Z test_unspecialized_any_binding (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:11:01.2901022Z test_unsqueeze_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-09-27T16:11:01.2915660Z test_unsupported_builtin_error (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:11:01.2967187Z test_unused_decorator (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:11:01.3066919Z test_unwrap_optional_builtin (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:11:01.3457430Z test_var_aug_assign (__main__.TestScript) ... ok (0.039s) 2022-09-27T16:11:01.3499900Z test_vararg_zeros (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:11:01.3533958Z test_view_listconstruct_shape_prop (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:11:01.3547642Z test_view_shape_prop (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:11:01.3610565Z test_view_write (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:11:01.3617621Z test_weak_cuda (__main__.TestScript) ... skip: no CUDA (0.001s) 2022-09-27T16:11:01.3665181Z test_where (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:11:01.3710896Z test_where_method (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:11:01.3784167Z test_while (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:11:01.4121674Z test_while_nest_if (__main__.TestScript) ... ok (0.034s) 2022-09-27T16:11:01.4393323Z test_while_nonexistent_cond_value (__main__.TestScript) ... ok (0.027s) 2022-09-27T16:11:01.4404448Z test_while_nonexistent_value (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:11:01.4475909Z test_while_write_outer_then_read (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:11:01.4491184Z test_wrong_attr_lookup (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:11:01.4540074Z test_wrong_implicit_expand (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:11:01.4572405Z test_wrong_method_call_inputs (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:11:01.4587488Z test_wrong_module_attr_lookup (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:11:01.4618518Z test_wrong_return_type (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:11:01.4631189Z test_wrong_use_as_callable (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:11:01.4659350Z test_wrong_use_as_tuple (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:11:01.4747355Z test_zeros (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:11:01.9015362Z test_zip_enumerate_modulelist (__main__.TestScript) ... ok (0.427s) 2022-09-27T16:11:01.9022191Z test_bool (jit.test_list_dict.TestScriptDict) 2022-09-27T16:11:01.9031616Z Test the __bool__ method. This should return True ... ok (0.002s) 2022-09-27T16:11:01.9036306Z test_contains (jit.test_list_dict.TestScriptDict) 2022-09-27T16:11:01.9045569Z Test membership checks (x in y, x not in y). ... ok (0.001s) 2022-09-27T16:11:01.9050940Z test_delitem (jit.test_list_dict.TestScriptDict) 2022-09-27T16:11:01.9060666Z Test deletion. ... ok (0.001s) 2022-09-27T16:11:01.9065110Z test_getitem (jit.test_list_dict.TestScriptDict) 2022-09-27T16:11:01.9077493Z Test accessing dictionary values using the [] operator. ... ok (0.002s) 2022-09-27T16:11:01.9081224Z test_items (jit.test_list_dict.TestScriptDict) 2022-09-27T16:11:01.9088357Z Test .items(). ... ok (0.001s) 2022-09-27T16:11:01.9092218Z test_iter (jit.test_list_dict.TestScriptDict) 2022-09-27T16:11:01.9099518Z Test iteration over a dictionary's keys. ... ok (0.001s) 2022-09-27T16:11:01.9102430Z test_len (jit.test_list_dict.TestScriptDict) 2022-09-27T16:11:01.9110049Z Test len() builtin function. ... ok (0.001s) 2022-09-27T16:11:01.9117220Z test_nested (jit.test_list_dict.TestScriptDict) 2022-09-27T16:11:01.9118266Z Test that reference semantics are honoured when the ScriptDict that is ... skip: Cannot pass until all dicts returned from TorchScript are ScriptDicts (0.001s) 2022-09-27T16:11:01.9121744Z test_reference_semantics (jit.test_list_dict.TestScriptDict) 2022-09-27T16:11:01.9150576Z Test that reference semantics are honoured; that modifications made ... ok (0.003s) 2022-09-27T16:11:01.9152942Z test_repr (jit.test_list_dict.TestScriptDict) 2022-09-27T16:11:01.9159787Z Test the __repr__ method. ... ok (0.001s) 2022-09-27T16:11:01.9165081Z test_setitem (jit.test_list_dict.TestScriptDict) 2022-09-27T16:11:01.9173971Z Test setting dictionary values using the [] operator. ... ok (0.001s) 2022-09-27T16:11:01.9178109Z test_append (jit.test_list_dict.TestScriptList) 2022-09-27T16:11:01.9185557Z Test append method. ... ok (0.001s) 2022-09-27T16:11:01.9188604Z test_bool (jit.test_list_dict.TestScriptList) 2022-09-27T16:11:01.9194562Z Test the __bool__ method. This should return True ... ok (0.001s) 2022-09-27T16:11:01.9197057Z test_clear (jit.test_list_dict.TestScriptList) 2022-09-27T16:11:01.9201920Z Test clear. ... ok (0.001s) 2022-09-27T16:11:01.9206523Z test_contains (jit.test_list_dict.TestScriptList) 2022-09-27T16:11:01.9214234Z Test membership checks (x in y, x not in y). ... ok (0.001s) 2022-09-27T16:11:01.9217980Z test_count (jit.test_list_dict.TestScriptList) 2022-09-27T16:11:01.9225094Z Test count method. ... ok (0.001s) 2022-09-27T16:11:01.9229988Z test_delitem (jit.test_list_dict.TestScriptList) 2022-09-27T16:11:01.9238165Z Test deletion. ... ok (0.001s) 2022-09-27T16:11:01.9248941Z test_extend (jit.test_list_dict.TestScriptList) 2022-09-27T16:11:01.9260687Z Test extend. ... ok (0.002s) 2022-09-27T16:11:01.9269646Z test_getitem (jit.test_list_dict.TestScriptList) 2022-09-27T16:11:01.9295315Z Test accessing list elements using the [] operator. ... ok (0.003s) 2022-09-27T16:11:01.9300942Z test_insert (jit.test_list_dict.TestScriptList) 2022-09-27T16:11:01.9310461Z Test insert. ... ok (0.001s) 2022-09-27T16:11:01.9314000Z test_iter (jit.test_list_dict.TestScriptList) 2022-09-27T16:11:01.9320705Z Test iteration over a list's elements. ... ok (0.001s) 2022-09-27T16:11:01.9323719Z test_len (jit.test_list_dict.TestScriptList) 2022-09-27T16:11:01.9330825Z Test len() builtin function. ... ok (0.001s) 2022-09-27T16:11:01.9338500Z test_nested (jit.test_list_dict.TestScriptList) 2022-09-27T16:11:01.9339384Z Test that reference semantics are honoured when the ScriptList that is ... skip: Cannot pass until all list returned from TorchScript are ScriptLists (0.001s) 2022-09-27T16:11:01.9344106Z test_pop (jit.test_list_dict.TestScriptList) 2022-09-27T16:11:01.9354994Z Test pop. ... ok (0.002s) 2022-09-27T16:11:01.9358909Z test_reference_semantics (jit.test_list_dict.TestScriptList) 2022-09-27T16:11:01.9385548Z Test that reference semantics are honoured; that modifications made ... ok (0.003s) 2022-09-27T16:11:01.9390098Z test_remove (jit.test_list_dict.TestScriptList) 2022-09-27T16:11:01.9397734Z Test remove method. ... ok (0.001s) 2022-09-27T16:11:01.9400095Z test_repr (jit.test_list_dict.TestScriptList) 2022-09-27T16:11:01.9405776Z Test the __repr__ method. ... ok (0.001s) 2022-09-27T16:11:01.9415578Z test_setitem (jit.test_list_dict.TestScriptList) 2022-09-27T16:11:01.9427406Z Test setting list elements using the [] operator. ... ok (0.002s) 2022-09-27T16:11:01.9493862Z test_annotated_class_level_annotation_and_init_annotation (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.007s) 2022-09-27T16:11:01.9556881Z test_annotated_class_level_annotation_only (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.006s) 2022-09-27T16:11:01.9620411Z test_annotated_class_level_jit_annotation (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.006s) 2022-09-27T16:11:01.9680889Z test_annotated_empty_dict (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.006s) 2022-09-27T16:11:01.9733151Z test_annotated_empty_list (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.005s) 2022-09-27T16:11:01.9780044Z test_annotated_empty_optional (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.005s) 2022-09-27T16:11:01.9847043Z test_annotated_empty_tensor (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.007s) 2022-09-27T16:11:01.9907261Z test_annotated_falsy_base_type (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.006s) 2022-09-27T16:11:01.9973697Z test_annotated_nonempty_container (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.007s) 2022-09-27T16:11:02.0037241Z test_annotated_with_jit_attribute (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.006s) 2022-09-27T16:11:02.0089650Z test_annotated_with_jit_empty_dict (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.005s) 2022-09-27T16:11:02.0138194Z test_annotated_with_jit_empty_list (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.005s) 2022-09-27T16:11:02.0183810Z test_annotated_with_jit_empty_optional (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.005s) 2022-09-27T16:11:02.0228939Z test_annotated_with_torch_jit_import (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.004s) 2022-09-27T16:11:02.0898040Z test_basic (jit.test_script_profile.TestScriptProfile) ... ok (0.067s) 2022-09-27T16:11:02.0908121Z test_empty (jit.test_script_profile.TestScriptProfile) ... ok (0.001s) 2022-09-27T16:11:02.1585271Z test_multi (jit.test_script_profile.TestScriptProfile) ... ok (0.068s) 2022-09-27T16:11:02.2112916Z test_script (jit.test_script_profile.TestScriptProfile) ... ok (0.053s) 2022-09-27T16:11:02.4037916Z test_section (jit.test_script_profile.TestScriptProfile) ... ok (0.192s) 2022-09-27T16:11:02.4251423Z test_module_list_slicing (jit.test_slice.TestSlice) ... ok (0.021s) 2022-09-27T16:11:02.4299241Z test_slice_as_variable (jit.test_slice.TestSlice) ... ok (0.005s) 2022-09-27T16:11:02.4353572Z test_slice_dynamic_index (jit.test_slice.TestSlice) ... ok (0.005s) 2022-09-27T16:11:02.4371478Z test_slice_kwarg (jit.test_slice.TestSlice) ... ok (0.002s) 2022-09-27T16:11:02.4422280Z test_slice_one_none (jit.test_slice.TestSlice) ... ok (0.005s) 2022-09-27T16:11:02.4466768Z test_slice_start_stop (jit.test_slice.TestSlice) ... ok (0.004s) 2022-09-27T16:11:02.4511566Z test_slice_start_stop_step (jit.test_slice.TestSlice) ... ok (0.004s) 2022-09-27T16:11:02.4559783Z test_slice_start_stop_with_none (jit.test_slice.TestSlice) ... ok (0.005s) 2022-09-27T16:11:02.4609410Z test_slice_stop_clipped (jit.test_slice.TestSlice) ... ok (0.005s) 2022-09-27T16:11:02.4655126Z test_slice_stop_only (jit.test_slice.TestSlice) ... ok (0.005s) 2022-09-27T16:11:02.4705176Z test_slice_stop_only_with_nones (jit.test_slice.TestSlice) ... ok (0.005s) 2022-09-27T16:11:02.4745689Z test_slice_string (jit.test_slice.TestSlice) ... ok (0.004s) 2022-09-27T16:11:02.4794835Z test_slice_tensor (jit.test_slice.TestSlice) ... ok (0.005s) 2022-09-27T16:11:02.4848924Z test_slice_tensor_multidim (jit.test_slice.TestSlice) ... ok (0.005s) 2022-09-27T16:11:02.4898802Z test_slice_tensor_multidim_with_dots (jit.test_slice.TestSlice) ... ok (0.005s) 2022-09-27T16:11:02.4950205Z test_slice_three_nones (jit.test_slice.TestSlice) ... ok (0.005s) 2022-09-27T16:11:02.5001216Z test_slice_two_nones (jit.test_slice.TestSlice) ... ok (0.005s) 2022-09-27T16:11:02.5064260Z test_tuple_slicing (jit.test_slice.TestSlice) ... ok (0.006s) 2022-09-27T16:11:02.5143652Z test_freeze_sparse_coo (jit.test_sparse.TestSparse) ... ok (0.008s) 2022-09-27T16:11:02.5228825Z test_freeze_sparse_csr (jit.test_sparse.TestSparse) ... ok (0.008s) 2022-09-27T16:11:02.5295685Z test_serialize_sparse_coo (jit.test_sparse.TestSparse) ... ok (0.007s) 2022-09-27T16:11:02.5365031Z test_serialize_sparse_csr (jit.test_sparse.TestSparse) ... ok (0.007s) 2022-09-27T16:11:02.5401232Z test_modulo_operator (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-09-27T16:11:02.5438031Z test_string_interpolation_with_alternate_digit_placeholder (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-09-27T16:11:02.5472464Z test_string_interpolation_with_capital_exponent_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-09-27T16:11:02.5506270Z test_string_interpolation_with_char_placeholder_and_char_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-09-27T16:11:02.5539858Z test_string_interpolation_with_char_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-09-27T16:11:02.5600633Z test_string_interpolation_with_char_placeholder_and_true_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.006s) 2022-09-27T16:11:02.5634665Z test_string_interpolation_with_digit_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-09-27T16:11:02.5695747Z test_string_interpolation_with_digit_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.006s) 2022-09-27T16:11:02.5732808Z test_string_interpolation_with_double_percent_in_string (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-09-27T16:11:02.5795681Z test_string_interpolation_with_exponent_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.006s) 2022-09-27T16:11:02.5831657Z test_string_interpolation_with_float_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-09-27T16:11:02.5867264Z test_string_interpolation_with_float_placeholder_and_float_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-09-27T16:11:02.5901814Z test_string_interpolation_with_lowercase_exponent_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-09-27T16:11:02.5940654Z test_string_interpolation_with_multiple_placeholders (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-09-27T16:11:02.6000442Z test_string_interpolation_with_percent_in_string (jit.test_string_formatting.TestStringFormatting) ... ok (0.006s) 2022-09-27T16:11:02.6034688Z test_string_interpolation_with_string_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-09-27T16:11:02.6067158Z test_string_interpolation_with_string_placeholder_and_format_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-09-27T16:11:02.6099708Z test_string_interpolation_with_string_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-09-27T16:11:02.6139278Z test_string_interpolation_with_subscript (jit.test_string_formatting.TestStringFormatting) ... ok (0.004s) 2022-09-27T16:11:02.6200872Z test_string_interpolation_with_too_few_arguments (jit.test_string_formatting.TestStringFormatting) ... ok (0.006s) 2022-09-27T16:11:02.6262594Z test_string_interpolation_with_too_many_arguments (jit.test_string_formatting.TestStringFormatting) ... ok (0.006s) 2022-09-27T16:11:02.6322418Z test_string_interpolation_with_unknown_format_specifier (jit.test_string_formatting.TestStringFormatting) ... ok (0.006s) 2022-09-27T16:11:02.6557148Z test_adaptive_avg_pool2d (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.023s) 2022-09-27T16:11:02.6737653Z test_arange_shape (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.018s) 2022-09-27T16:11:02.6788768Z test_binary_shape_fns_inplace (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.005s) 2022-09-27T16:11:02.6831504Z test_binary_shape_functions (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.004s) 2022-09-27T16:11:02.6969306Z test_convolution_backward (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.014s) 2022-09-27T16:11:02.7008773Z test_if_propagation (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.004s) 2022-09-27T16:11:02.7123436Z test_partial_eval_graph_conv (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.011s) 2022-09-27T16:11:02.7451430Z test_partial_eval_stitching (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.033s) 2022-09-27T16:11:02.7673561Z test_refinement_through_graph_stitching (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.022s) 2022-09-27T16:11:02.7782388Z test_register_function_error_checking (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.011s) 2022-09-27T16:11:02.7873195Z test_returning_input_symbolic_shapes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.009s) 2022-09-27T16:11:02.7937777Z test_shape_analysis (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.006s) 2022-09-27T16:11:02.8672333Z test_shape_concat (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.073s) 2022-09-27T16:11:02.8829296Z test_shape_embedding_bag (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.016s) 2022-09-27T16:11:02.8838184Z test_shape_function_includes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... skip: shape functions not loaded in python (0.001s) 2022-09-27T16:11:02.8851949Z test_shared_shape_graph (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.001s) 2022-09-27T16:11:02.8902458Z test_size_and_sizes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.005s) 2022-09-27T16:11:02.9115305Z test_stitching_concat (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.021s) 2022-09-27T16:11:02.9278142Z test_stitching_multi_output (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.016s) 2022-09-27T16:11:02.9284814Z test_sym_ir_parsing (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.001s) 2022-09-27T16:11:02.9303753Z test_unary_shape_fns_inplace (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.002s) 2022-09-27T16:11:02.9329931Z test_unary_shape_functions (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.003s) 2022-09-27T16:11:02.9359179Z test_write (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.003s) 2022-09-27T16:11:02.9380033Z test_method_on_number (jit.test_builtins.TestTensorBuiltins) ... ok (0.002s) 2022-09-27T16:11:02.9484910Z test_scalar_to_num_conversions (jit.test_builtins.TestTensorBuiltins) ... ok (0.010s) 2022-09-27T16:11:02.9539796Z test_tensor_item (jit.test_builtins.TestTensorBuiltins) ... ok (0.005s) 2022-09-27T16:11:02.9669865Z test_tensor_properties (jit.test_builtins.TestTensorBuiltins) ... ok (0.013s) 2022-09-27T16:11:02.9945459Z test_tensor_subscript_assign (jit.test_builtins.TestTensorBuiltins) ... ok (0.027s) 2022-09-27T16:11:02.9951710Z test_tensor_subscript_assign_device (jit.test_builtins.TestTensorBuiltins) ... skip: requires CUDA (0.001s) 2022-09-27T16:11:03.0001251Z test_randperm_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.005s) 2022-09-27T16:11:03.0051187Z test_randperm_specifed_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.005s) 2022-09-27T16:11:03.0101330Z test_tril_indices_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.005s) 2022-09-27T16:11:03.0152805Z test_tril_indices_specified_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.005s) 2022-09-27T16:11:03.0202927Z test_triu_indices_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.005s) 2022-09-27T16:11:03.0257419Z test_triu_indices_specified_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.005s) 2022-09-27T16:11:03.0312745Z test_getitem (jit.test_tensor_methods.TestTensorMethods) ... ok (0.005s) 2022-09-27T16:11:03.0327866Z test_getitem_invalid (jit.test_tensor_methods.TestTensorMethods) ... ok (0.001s) 2022-09-27T16:11:03.0429934Z test_default_args (jit.test_torchbind.TestTorchbind) ... ok (0.010s) 2022-09-27T16:11:03.0438672Z test_lambda_as_constructor (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-09-27T16:11:03.0448024Z test_profiler_custom_op (jit.test_torchbind.TestTorchbind) ... STAGE:2022-09-27 16:11:03 1853:1853 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:11:03.0451419Z STAGE:2022-09-27 16:11:03 1853:1853 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:11:03.0455148Z ok (0.002s) 2022-09-27T16:11:03.0480760Z test_staticmethod (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-09-27T16:11:03.0564399Z test_torchbind (jit.test_torchbind.TestTorchbind) ... ok (0.008s) 2022-09-27T16:11:03.0572599Z test_torchbind_attr_exception (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-09-27T16:11:03.0607546Z test_torchbind_class_attr_recursive (jit.test_torchbind.TestTorchbind) ... ok (0.003s) 2022-09-27T16:11:03.0659084Z test_torchbind_class_attribute (jit.test_torchbind.TestTorchbind) ... ok (0.005s) 2022-09-27T16:11:03.0694894Z test_torchbind_deepcopy (jit.test_torchbind.TestTorchbind) ... ok (0.004s) 2022-09-27T16:11:03.0766862Z test_torchbind_def_property_getter_setter (jit.test_torchbind.TestTorchbind) ... ok (0.007s) 2022-09-27T16:11:03.0810764Z test_torchbind_def_property_just_getter (jit.test_torchbind.TestTorchbind) ... ok (0.004s) 2022-09-27T16:11:03.0859678Z test_torchbind_def_property_readwrite (jit.test_torchbind.TestTorchbind) ... ok (0.005s) 2022-09-27T16:11:03.0867081Z test_torchbind_getattr (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-09-27T16:11:03.0921635Z test_torchbind_getstate (jit.test_torchbind.TestTorchbind) ... ok (0.005s) 2022-09-27T16:11:03.0942449Z test_torchbind_instantiate_missing_class (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-09-27T16:11:03.0959951Z test_torchbind_lambda_method (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-09-27T16:11:03.0980220Z test_torchbind_no_init (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-09-27T16:11:03.1016088Z test_torchbind_optional_explicit_attr (jit.test_torchbind.TestTorchbind) ... ok (0.004s) 2022-09-27T16:11:03.1028876Z test_torchbind_pass_wrong_type (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-09-27T16:11:03.1040909Z test_torchbind_pickle_serialization (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-09-27T16:11:03.1052337Z test_torchbind_python_deepcopy (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-09-27T16:11:03.1071602Z test_torchbind_return_instance (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-09-27T16:11:03.1094616Z test_torchbind_return_instance_from_method (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-09-27T16:11:03.1112231Z test_torchbind_return_tuple (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-09-27T16:11:03.1147621Z test_torchbind_save_load (jit.test_torchbind.TestTorchbind) ... ok (0.003s) 2022-09-27T16:11:03.1164091Z test_torchbind_take_as_arg (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-09-27T16:11:03.1186490Z test_torchbind_take_instance_as_method_arg (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-09-27T16:11:03.1235658Z test_torchbind_tracing (jit.test_torchbind.TestTorchbind) ... ok (0.005s) 2022-09-27T16:11:03.1305224Z test_torchbind_tracing_nested (jit.test_torchbind.TestTorchbind) ... ok (0.007s) 2022-09-27T16:11:03.1434710Z test_call_traced_fn_from_traced_module (jit.test_tracer.TestTracer) ... ok (0.013s) 2022-09-27T16:11:03.1629329Z test_call_traced_module_from_traced_module (jit.test_tracer.TestTracer) ... ok (0.019s) 2022-09-27T16:11:03.1732390Z test_canonicalize_tensor_iterator (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-09-27T16:11:03.1816099Z test_constant (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-09-27T16:11:03.1973994Z test_conv (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:11:03.2137794Z test_export_no_reorder (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:11:03.2224009Z test_force_outplace_check_fill (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-09-27T16:11:03.2307342Z test_force_outplace_check_zero (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-09-27T16:11:03.2436776Z test_ge (jit.test_tracer.TestTracer) ... ok (0.013s) 2022-09-27T16:11:03.2440946Z test_ge_cuda (jit.test_tracer.TestTracer) ... skip: requires CUDA (0.000s) 2022-09-27T16:11:03.4375360Z test_ge_optimized (jit.test_tracer.TestTracer) ... ok (0.193s) 2022-09-27T16:11:03.4725841Z test_ge_unoptimized (jit.test_tracer.TestTracer) ... ok (0.035s) 2022-09-27T16:11:03.4795970Z test_index_put (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-09-27T16:11:03.4858896Z test_index_put_trace_with_view (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T16:11:03.4912527Z test_index_put_trace_without_view (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-09-27T16:11:03.4933857Z test_inplace_check (jit.test_tracer.TestTracer) ... /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:11:03.4934705Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.4935988Z /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:11:03.4936769Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.4938132Z /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:11:03.4938855Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.4940405Z /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:11:03.4941195Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.4942614Z /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:11:03.4943429Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.4944508Z /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:11:03.4945205Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.4946247Z /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:11:03.4946908Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.4948227Z /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:11:03.4949009Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.4950682Z /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:11:03.4951637Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.4953153Z /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:11:03.4953859Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.4954604Z /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:11:03.4955137Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.4955937Z /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:11:03.4956409Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.4957167Z /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:11:03.4957867Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.4958852Z /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:11:03.4959455Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.4960441Z /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:11:03.4961182Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.4962278Z /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:11:03.4962925Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.4964130Z /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:11:03.4964723Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.4965775Z /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:11:03.4966546Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.4967350Z /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:11:03.4968122Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.4969524Z /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:11:03.4970218Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.4971083Z /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:11:03.4971632Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.4972766Z /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:11:03.4973390Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.4974301Z /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:11:03.4974818Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.4975745Z /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:11:03.4976313Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.4977338Z /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:11:03.4978011Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.4978991Z /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:11:03.4979626Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.4980662Z /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:11:03.4981219Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.4982170Z /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:11:03.4982787Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.4986067Z /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:11:03.4987041Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.4988349Z /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:11:03.4989127Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.4990314Z /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:11:03.4990982Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.4991865Z /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:11:03.4992641Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.4993859Z /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:11:03.4994701Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.4995981Z /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:11:03.4996761Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.4998054Z /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:11:03.4998686Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.4999705Z /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:11:03.5000486Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5001621Z /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:11:03.5002378Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5003300Z /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:11:03.5003932Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5004859Z /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:11:03.5005500Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5006592Z /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:11:03.5007300Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5008229Z /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:11:03.5009244Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5010215Z /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:11:03.5010809Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5090943Z /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:11:03.5091942Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5093385Z /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:11:03.5094289Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5095840Z /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:11:03.5096920Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5098667Z /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:11:03.5099556Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5100931Z /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:11:03.5102727Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5106828Z /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:11:03.5109506Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5116143Z /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:11:03.5117546Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5119017Z /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:11:03.5120065Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5121499Z /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:11:03.5122482Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5123905Z /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:11:03.5124775Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5126205Z /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:11:03.5127103Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5128475Z /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:11:03.5129518Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5130922Z /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:11:03.5131714Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5132907Z /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:11:03.5133671Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5135000Z /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:11:03.5135896Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5137133Z /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:11:03.5137956Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5139244Z /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:11:03.5140093Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5141429Z /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:11:03.5142260Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5143591Z /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:11:03.5144580Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5145978Z /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:11:03.5146772Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5148383Z /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:11:03.5149324Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5150750Z /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:11:03.5151666Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5153116Z /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:11:03.5154053Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5155356Z /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:11:03.5156228Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5157643Z /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:11:03.5158431Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5159772Z /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:11:03.5160546Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5161739Z /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:11:03.5162550Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5163863Z /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:11:03.5164749Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5166056Z /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:11:03.5167031Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5168449Z /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:11:03.5169610Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5170976Z /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:11:03.5171842Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5173182Z /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:11:03.5174064Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5175400Z /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:11:03.5176299Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5177533Z /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:11:03.5178326Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5179548Z /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:11:03.5180299Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5181568Z /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:11:03.5182404Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5183855Z /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:11:03.5184966Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5186351Z /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:11:03.5187339Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5189834Z /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:11:03.5190683Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5192023Z /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:11:03.5192990Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5194487Z /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:11:03.5195408Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5196637Z /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:11:03.5197440Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5198647Z /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:11:03.5199399Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5200730Z /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:11:03.5201567Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5202949Z /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:11:03.5223967Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5225363Z /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:11:03.5226239Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5227622Z /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:11:03.5228508Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5229868Z /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:11:03.5230750Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5232045Z /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:11:03.5232875Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5234130Z /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:11:03.5235107Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5236527Z /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:11:03.5237328Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5238619Z /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:11:03.5239504Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5240962Z /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:11:03.5241874Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5243351Z /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:11:03.5244292Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5246585Z /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:11:03.5247524Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5248837Z /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:11:03.5249864Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5251232Z /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:11:03.5252089Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5253402Z /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:11:03.5254190Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5255495Z /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:11:03.5256338Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5257737Z /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:11:03.5258589Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5260177Z /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:11:03.5260981Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5262539Z /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:11:03.5263422Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5264848Z /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:11:03.5265737Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5267158Z /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:11:03.5268049Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5269328Z /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:11:03.5270125Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5271430Z /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:11:03.5272312Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5273730Z /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:11:03.5274666Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5276090Z /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:11:03.5276903Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5278309Z /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:11:03.5279125Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5280517Z /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:11:03.5281418Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5282858Z /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:11:03.5283909Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5285415Z /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:11:03.5286301Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5287523Z /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:11:03.5288351Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5289923Z /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:11:03.5290771Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5292247Z /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:11:03.5293177Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5294537Z /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:11:03.5295359Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5296787Z /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:11:03.5297602Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5298975Z /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:11:03.5299826Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5301274Z /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:11:03.5302222Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5303611Z /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:11:03.5304440Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5305760Z /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:11:03.5306757Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5308270Z /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:11:03.5309156Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5310595Z /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:11:03.5311496Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5312819Z /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:11:03.5313731Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5315146Z /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:11:03.5316039Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5317483Z /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:11:03.5318386Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5319728Z /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:11:03.5320586Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5321896Z /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:11:03.5322732Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5324061Z /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:11:03.5324899Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5326193Z /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:11:03.5327106Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5328580Z /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:11:03.5329857Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5331406Z /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:11:03.5332330Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5333770Z /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:11:03.5334688Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5336119Z /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:11:03.5337037Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5338516Z /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:11:03.5339460Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5340887Z /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:11:03.5341780Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5343228Z /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:11:03.5344034Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5345391Z /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:11:03.5346286Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5347590Z /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:11:03.5348470Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5349797Z /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:11:03.5350630Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5351937Z /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:11:03.5352792Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5354217Z /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:11:03.5355206Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5356683Z /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:11:03.5357600Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5358972Z /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:11:03.5359880Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5361298Z /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:11:03.5362181Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5363480Z /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:11:03.5364332Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5365633Z /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:11:03.5366549Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5367867Z /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:11:03.5368752Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5370182Z /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:11:03.5371105Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5372570Z /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:11:03.5373506Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5374971Z /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:11:03.5375905Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5377332Z /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:11:03.5378368Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5379759Z /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:11:03.5380659Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5382019Z /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:11:03.5382857Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5384167Z /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:11:03.5384979Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5386340Z /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:11:03.5387185Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5388575Z /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:11:03.5389417Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5390768Z /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:11:03.5391646Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5392937Z /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:11:03.5393743Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5395120Z /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:11:03.5396048Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5397382Z /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:11:03.5398159Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5399515Z /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:11:03.5400350Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5401695Z /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:11:03.5402722Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5404196Z /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:11:03.5405041Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5406300Z /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:11:03.5407106Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5408454Z /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:11:03.5409528Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5411012Z /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:11:03.5411913Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5413204Z /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:11:03.5414051Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5415388Z /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:11:03.5416223Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5417604Z /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:11:03.5418546Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5419950Z /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:11:03.5420788Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5422071Z /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:11:03.5422862Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5424235Z /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:11:03.5425240Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5426760Z /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:11:03.5427628Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5428899Z /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:11:03.5429751Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5431148Z /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:11:03.5432019Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5433435Z /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:11:03.5434325Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5435604Z /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:11:03.5436458Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5437691Z /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:11:03.5438534Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5439832Z /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:11:03.5440698Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5442134Z /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:11:03.5443044Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5444471Z /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:11:03.5445383Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5446701Z /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:11:03.5447585Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5449291Z /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:11:03.5450170Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5451628Z /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:11:03.5452506Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5453655Z /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:11:03.5454284Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5455469Z /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:11:03.5456235Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5457424Z /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:11:03.5458167Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5459338Z /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:11:03.5460059Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5461244Z /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:11:03.5461931Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5463088Z /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:11:03.5463838Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5465004Z /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:11:03.5465721Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5466897Z /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:11:03.5467629Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5468759Z /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:11:03.5469604Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5470793Z /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:11:03.5471523Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5472654Z /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:11:03.5473372Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5474531Z /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:11:03.5475270Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5476459Z /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:11:03.5477211Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5478366Z /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:11:03.5479070Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5480231Z /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:11:03.5480975Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5482158Z /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:11:03.5482885Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5484108Z /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:11:03.5484857Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5486038Z /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:11:03.5486781Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5487922Z /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:11:03.5488648Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5490148Z /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:11:03.5490669Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5491547Z /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:11:03.5492044Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5492803Z /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:11:03.5493294Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5494037Z /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:11:03.5494525Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5495267Z /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:11:03.5495745Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5496523Z /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:11:03.5497010Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5497790Z /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:11:03.5498289Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5499048Z /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:11:03.5499534Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5500286Z /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:11:03.5500781Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5501524Z /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:11:03.5502001Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5502733Z /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:11:03.5503293Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5504260Z /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:11:03.5504749Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5505509Z /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:11:03.5505991Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5506740Z /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:11:03.5507220Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5507983Z /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:11:03.5508463Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5509205Z /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:11:03.5509684Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5510427Z /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:11:03.5510913Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5511643Z /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:11:03.5512126Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5512861Z /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:11:03.5513340Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5514073Z /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:11:03.5514553Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5515319Z /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:11:03.5515856Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5516588Z /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:11:03.5517108Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5517856Z /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:11:03.5518340Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5519076Z /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:11:03.5519544Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5520290Z /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:11:03.5520764Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5521506Z /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:11:03.5521988Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5522716Z /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:11:03.5523204Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5523953Z /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:11:03.5524441Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5525183Z /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:11:03.5525668Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5526574Z /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:11:03.5527137Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5527881Z /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:11:03.5528371Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5529366Z /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:11:03.5529939Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5530914Z /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:11:03.5531471Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5532235Z /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:11:03.5532721Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5533480Z /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:11:03.5533956Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5534710Z /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:11:03.5535197Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5535953Z /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:11:03.5536445Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5537185Z /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:11:03.5537674Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5538439Z /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:11:03.5538931Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5539661Z /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:11:03.5540145Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5540882Z /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:11:03.5541360Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5542094Z /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:11:03.5542603Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5543378Z /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:11:03.5543863Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5544615Z /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:11:03.5545087Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5545826Z /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:11:03.5546309Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5547061Z /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:11:03.5547543Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5548272Z /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:11:03.5548758Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5549498Z /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:11:03.5549975Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5550707Z /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:11:03.5551191Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5551954Z /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:11:03.5552449Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5553202Z /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:11:03.5553667Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5554427Z /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:11:03.5554922Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5555673Z /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:11:03.5556179Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5556955Z /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:11:03.5557443Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5558180Z /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:11:03.5558660Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5559398Z /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:11:03.5559877Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5560621Z /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:11:03.5561100Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5561830Z /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:11:03.5562312Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5563060Z /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:11:03.5563549Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5564296Z /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:11:03.5564768Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5565517Z /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:11:03.5566004Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5566756Z /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:11:03.5567235Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5567991Z /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:11:03.5568503Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5569501Z /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:11:03.5569997Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5570727Z /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:11:03.5571205Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5571949Z /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:11:03.5572432Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5573160Z /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:11:03.5573642Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5574386Z /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:11:03.5574870Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5575621Z /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:11:03.5576093Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5576835Z /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:11:03.5577317Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5578058Z /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:11:03.5578523Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5579265Z /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:11:03.5579746Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5580590Z /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:11:03.5581187Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5581937Z /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:11:03.5582485Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5583290Z /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:11:03.5583788Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5584593Z /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:11:03.5585085Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5585856Z /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:11:03.5586355Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5587104Z /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:11:03.5587572Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5588312Z /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:11:03.5588797Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5589543Z /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:11:03.5590016Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5590752Z /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:11:03.5591230Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5591980Z /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:11:03.5592465Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5593188Z /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:11:03.5593668Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5594399Z /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:11:03.5594926Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5595691Z /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:11:03.5596175Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5596909Z /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:11:03.5597384Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5598137Z /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:11:03.5598613Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5599354Z /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:11:03.5599838Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5600585Z /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:11:03.5601061Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5601834Z /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:11:03.5602331Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5603312Z /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:11:03.5603794Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5604528Z /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:11:03.5605006Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5605768Z /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:11:03.5606448Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5607200Z /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:11:03.5607685Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5608431Z /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:11:03.5609144Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5609947Z /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:11:03.5610433Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5611185Z /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:11:03.5611677Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5612438Z /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:11:03.5612916Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5613658Z /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:11:03.5614139Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5614882Z /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:11:03.5615369Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5616095Z /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:11:03.5616575Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5617312Z /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:11:03.5617784Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5618509Z /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:11:03.5618993Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5619743Z /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:11:03.5620227Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5620989Z /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:11:03.5621532Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5622330Z /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:11:03.5622823Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5623556Z /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:11:03.5624024Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5624790Z /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:11:03.5625284Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5626184Z /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:11:03.5626671Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5627425Z /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:11:03.5627914Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5628679Z /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:11:03.5629175Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5629899Z /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:11:03.5630374Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5631111Z /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:11:03.5631593Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5632321Z /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:11:03.5632800Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5633532Z /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:11:03.5634015Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5634896Z /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:11:03.5635369Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5636158Z /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:11:03.5636638Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5637388Z /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:11:03.5637875Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5638622Z /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:11:03.5639105Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5639860Z /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:11:03.5640353Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5641101Z /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:11:03.5641598Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5642353Z /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:11:03.5642837Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5643682Z /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:11:03.5644181Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5644926Z /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:11:03.5645406Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5646143Z /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:11:03.5646606Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5647357Z /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:11:03.5647895Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5648667Z /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:11:03.5649334Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5650094Z /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:11:03.5650588Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5651354Z /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:11:03.5651842Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5652597Z /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:11:03.5653092Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5653851Z /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:11:03.5654565Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5655331Z /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:11:03.5655827Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5656575Z /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:11:03.5657057Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5657812Z /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:11:03.5658291Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5659036Z /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:11:03.5659516Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5660260Z /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:11:03.5660823Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5661593Z /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:11:03.5662070Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5662813Z /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:11:03.5663296Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5664027Z /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:11:03.5664509Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5665254Z /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:11:03.5665740Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5666480Z /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:11:03.5666966Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5667709Z /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:11:03.5668193Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5668941Z /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:11:03.5669416Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5670159Z /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:11:03.5670648Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5671390Z /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:11:03.5671857Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5672602Z /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:11:03.5673092Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5673827Z /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:11:03.5674354Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5675118Z /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:11:03.5675596Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5676339Z /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:11:03.5676817Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5677548Z /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:11:03.5678025Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5678772Z /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:11:03.5679256Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5679996Z /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:11:03.5680468Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5681214Z /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:11:03.5681697Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5682444Z /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:11:03.5682912Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5683655Z /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:11:03.5684137Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5684878Z /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:11:03.5685360Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5686107Z /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:11:03.5686637Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5687379Z /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:11:03.5687896Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5688627Z /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:11:03.5689288Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5690045Z /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:11:03.5690532Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5691278Z /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:11:03.5691750Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5692486Z /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:11:03.5692963Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5693716Z /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:11:03.5694189Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5694933Z /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:11:03.5695412Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5696152Z /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:11:03.5696631Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5697352Z /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:11:03.5697823Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5698567Z /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:11:03.5699049Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5699775Z /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:11:03.5700318Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5701097Z /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:11:03.5701583Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5702319Z /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:11:03.5702807Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5703544Z /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:11:03.5704026Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5704777Z /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:11:03.5705249Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5705980Z /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:11:03.5706459Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5707200Z /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:11:03.5707683Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5708422Z /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:11:03.5708906Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5709651Z /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:11:03.5710143Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5710882Z /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:11:03.5711374Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5712115Z /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:11:03.5712595Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5713370Z /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:11:03.5713881Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5714677Z /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:11:03.5715327Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5716149Z /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:11:03.5716629Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5717397Z /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:11:03.5717897Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5718649Z /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:11:03.5719134Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5719916Z /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:11:03.5720465Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5721245Z /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:11:03.5721751Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5722500Z /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:11:03.5723002Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5723772Z /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:11:03.5724269Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5725023Z /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:11:03.5725515Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5726280Z /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:11:03.5726826Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5727628Z /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:11:03.5728118Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5728935Z /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:11:03.5729510Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5730268Z /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:11:03.5730756Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5731481Z /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:11:03.5731962Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5732707Z /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:11:03.5733186Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5733928Z /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:11:03.5734412Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5735184Z /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:11:03.5735678Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5736460Z /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:11:03.5736949Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5737696Z /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:11:03.5738179Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5738928Z /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:11:03.5739465Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5740255Z /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:11:03.5740743Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5741505Z /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:11:03.5741994Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5742732Z /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:11:03.5743218Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5743970Z /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:11:03.5744464Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5745210Z /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:11:03.5745706Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5746478Z /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:11:03.5746971Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5747735Z /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:11:03.5748218Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5748982Z /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:11:03.5749479Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5750247Z /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:11:03.5750730Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5751494Z /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:11:03.5752022Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5752778Z /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:11:03.5753298Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5754034Z /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:11:03.5754517Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5755271Z /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:11:03.5755769Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5756521Z /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:11:03.5757012Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5757763Z /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:11:03.5758249Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5759015Z /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:11:03.5759504Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5760264Z /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:11:03.5760752Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5761505Z /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:11:03.5761982Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5762727Z /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:11:03.5763215Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5763958Z /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:11:03.5764435Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5765171Z /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:11:03.5765700Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5766483Z /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:11:03.5766969Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5767712Z /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:11:03.5768195Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5769216Z /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:11:03.5769709Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5770460Z /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:11:03.5770926Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5771691Z /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:11:03.5772188Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5772975Z /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:11:03.5773472Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5774219Z /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:11:03.5774709Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5775462Z /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:11:03.5775939Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5776673Z /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:11:03.5777156Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5777899Z /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:11:03.5778457Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5779323Z /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:11:03.5779955Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5780744Z /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:11:03.5781240Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5781990Z /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:11:03.5782468Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5783494Z /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:11:03.5783996Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5784757Z /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:11:03.5785237Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5786019Z /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:11:03.5786519Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5787273Z /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:11:03.5787759Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5788521Z /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:11:03.5789017Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5789759Z /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:11:03.5790243Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5790970Z /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:11:03.5791455Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5792253Z /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:11:03.5792732Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5793544Z /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:11:03.5794035Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5794796Z /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:11:03.5795291Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5796058Z /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:11:03.5796556Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5797310Z /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:11:03.5797801Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5798564Z /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:11:03.5799058Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5799833Z /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:11:03.5800329Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5801079Z /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:11:03.5801550Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5802317Z /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:11:03.5802817Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5803568Z /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:11:03.5804037Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5804795Z /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:11:03.5805340Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5806115Z /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:11:03.5806600Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5807328Z /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:11:03.5807813Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5808559Z /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:11:03.5809228Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5809974Z /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:11:03.5810461Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5811232Z /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:11:03.5811744Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5812512Z /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:11:03.5812998Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5813779Z /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:11:03.5814274Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5815030Z /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:11:03.5815523Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5816251Z /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:11:03.5816729Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5817501Z /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:11:03.5818060Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5818841Z /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:11:03.5819322Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5820064Z /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:11:03.5820542Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5821271Z /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:11:03.5821750Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5822493Z /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:11:03.5822974Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5823703Z /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:11:03.5824169Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5824915Z /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:11:03.5825401Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5826142Z /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:11:03.5826624Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5827353Z /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:11:03.5827826Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5828576Z /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:11:03.5829057Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5829789Z /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:11:03.5830265Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5831050Z /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:11:03.5831529Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5832287Z /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:11:03.5832772Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5833526Z /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:11:03.5834005Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5834743Z /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:11:03.5835215Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5835983Z /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:11:03.5836483Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5837227Z /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:11:03.5837721Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5838615Z /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:11:03.5839241Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5840016Z /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:11:03.5840511Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5841248Z /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:11:03.5841734Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5842484Z /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:11:03.5842967Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5843703Z /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:11:03.5844239Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5845018Z /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:11:03.5845724Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5846546Z /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:11:03.5847018Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5847772Z /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:11:03.5848262Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5849166Z /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:11:03.5849658Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5850395Z /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:11:03.5850883Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5851629Z /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:11:03.5852112Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5852843Z /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:11:03.5853327Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5854083Z /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:11:03.5854576Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5855310Z /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:11:03.5855792Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5856613Z /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:11:03.5857181Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5857988Z /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:11:03.5858466Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5859201Z /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:11:03.5859300Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5859911Z /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:11:03.5860010Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5860617Z /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:11:03.5860711Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5861330Z /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:11:03.5861427Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5862051Z /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:11:03.5862137Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5862746Z /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:11:03.5862843Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5863467Z /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:11:03.5863565Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5864203Z /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:11:03.5864300Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5864937Z /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:11:03.5865035Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5865667Z /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:11:03.5865814Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5866466Z /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:11:03.5866551Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5867172Z /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:11:03.5867269Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5867899Z /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:11:03.5867996Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5868628Z /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:11:03.5868728Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5869367Z /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:11:03.5869462Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5870100Z /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:11:03.5870194Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5870805Z /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:11:03.5870899Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5871505Z /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:11:03.5871600Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5872218Z /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:11:03.5872314Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5872922Z /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:11:03.5873046Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5873682Z /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:11:03.5873780Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5874394Z /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:11:03.5874489Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5875115Z /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:11:03.5875212Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5875824Z /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:11:03.5875920Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5876532Z /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:11:03.5876630Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5877244Z /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:11:03.5877344Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5877955Z /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:11:03.5878053Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5878670Z /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:11:03.5878769Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5879395Z /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:11:03.5879491Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5880124Z /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:11:03.5880207Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5880879Z /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:11:03.5880974Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5881652Z /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:11:03.5881751Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5882390Z /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:11:03.5882491Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5883129Z /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:11:03.5883227Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5883860Z /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:11:03.5883957Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5884597Z /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:11:03.5884697Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5885343Z /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:11:03.5885441Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5886071Z /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:11:03.5886171Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5886794Z /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:11:03.5886895Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5887506Z /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:11:03.5887603Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5888259Z /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:11:03.5888389Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5889235Z /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:11:03.5889337Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5889961Z /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:11:03.5890059Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5890687Z /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:11:03.5890785Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5891401Z /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:11:03.5891498Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5892110Z /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:11:03.5892212Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5892821Z /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:11:03.5892919Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5893546Z /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:11:03.5893646Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5894269Z /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:11:03.5894353Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5894976Z /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:11:03.5895072Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5895690Z /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:11:03.5895825Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5896475Z /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:11:03.5896571Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5897181Z /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:11:03.5897275Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5897892Z /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:11:03.5897988Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5898603Z /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:11:03.5898685Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5899311Z /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:11:03.5899407Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5900039Z /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:11:03.5900137Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5900755Z /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:11:03.5900852Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5901483Z /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:11:03.5901581Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5902216Z /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:11:03.5902313Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5902936Z /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:11:03.5903031Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5903711Z /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:11:03.5903864Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5904519Z /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:11:03.5904617Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5905239Z /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:11:03.5905336Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5905959Z /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:11:03.5906056Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5906682Z /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:11:03.5906777Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5907412Z /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:11:03.5907509Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5908126Z /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:11:03.5908208Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5908821Z /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:11:03.5908919Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5909552Z /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:11:03.5909648Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5910258Z /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:11:03.5910353Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5910981Z /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:11:03.5911111Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5911750Z /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:11:03.5911845Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5912465Z /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:11:03.5912550Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5913176Z /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:11:03.5913272Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5913910Z /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:11:03.5914005Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5914614Z /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:11:03.5914712Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5915338Z /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:11:03.5915435Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5916054Z /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:11:03.5916148Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5916769Z /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:11:03.5916864Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5917477Z /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:11:03.5917575Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5918188Z /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:11:03.5918328Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5918965Z /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:11:03.5919061Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5919688Z /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:11:03.5919782Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5920639Z /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:11:03.5920789Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5921568Z /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:11:03.5921666Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5922293Z /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:11:03.5922378Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5923005Z /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:11:03.5923104Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5923727Z /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:11:03.5923825Z errors.OnnxExporterWarning, 2022-09-27T16:11:03.5923893Z ok (0.023s) 2022-09-27T16:11:03.5924030Z test_inplace_copy (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-09-27T16:11:03.5924218Z test_inplace_copy_force_outplace (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-09-27T16:11:03.5924351Z test_inplace_flags (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-09-27T16:11:03.5924476Z test_inplace_transplant (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-09-27T16:11:03.5924600Z test_inplace_warn (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-09-27T16:11:03.5924744Z test_input_dict_checkTrace_mut (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-09-27T16:11:03.5924881Z test_input_dict_empty (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-09-27T16:11:03.5925017Z test_input_dict_empty_list (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-09-27T16:11:03.5925150Z test_input_dict_insertion_order (jit.test_tracer.TestTracer) 2022-09-27T16:11:03.5925362Z Check that dictionary access doesn't care about insertion order ... ok (0.009s) 2022-09-27T16:11:03.5925495Z test_input_dict_of_dicts (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T16:11:03.5925615Z test_input_dict_of_lists (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T16:11:03.5925811Z test_input_dict_recursive (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-09-27T16:11:03.5931231Z test_input_dict_remembers_keys (jit.test_tracer.TestTracer) 2022-09-27T16:11:03.6035002Z Check that the trace remembers which keys were in a dict input ... ok (0.011s) 2022-09-27T16:11:03.6091492Z test_input_dict_unify (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T16:11:03.6095301Z test_input_flatten (jit.test_tracer.TestTracer) 2022-09-27T16:11:03.6207094Z Check that inputs to traced functions are flattened ... ok (0.012s) 2022-09-27T16:11:03.6239107Z test_input_list_mixed_type (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-09-27T16:11:03.6291487Z test_input_list_of_tuples (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-09-27T16:11:03.6352423Z test_input_list_toplevel_flatten (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T16:11:03.6423459Z test_input_list_toplevel_flatten_direct (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-09-27T16:11:03.6491787Z test_input_tuple_of_dicts (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-09-27T16:11:03.6725790Z test_interpolate_trace (jit.test_tracer.TestTracer) ... ok (0.023s) 2022-09-27T16:11:03.6737392Z test_large_nbr_kernel_args (jit.test_tracer.TestTracer) ... skip: requires CUDA (0.001s) 2022-09-27T16:11:03.6834206Z test_lhs_index_fails (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-09-27T16:11:03.6894551Z test_lhs_index_trivial (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T16:11:03.7011578Z test_max_pool (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-09-27T16:11:03.7053335Z test_nested_inplace (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-09-27T16:11:03.7075709Z test_non_tensor_tracing (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-09-27T16:11:03.7080200Z test_output_unflatten (jit.test_tracer.TestTracer) 2022-09-27T16:11:03.7150374Z Check that outputs of traced functions retain the original structure and nesting ... expected failure (0.007s) 2022-09-27T16:11:03.7196101Z test_python_function (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-09-27T16:11:03.7260713Z test_python_function_tup (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T16:11:03.7324647Z test_repeated_input (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T16:11:03.7393174Z test_repeated_output (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-09-27T16:11:03.7411978Z test_shared_param (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-09-27T16:11:03.7568136Z test_simple (jit.test_tracer.TestTracer) ... ok (0.016s) 2022-09-27T16:11:03.7580794Z test_tensor_with_grad_as_constant (jit.test_tracer.TestTracer) ... ok (0.001s) 2022-09-27T16:11:03.7663113Z test_trace_aliased_parameter (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-09-27T16:11:03.7715748Z test_trace_annotation (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-09-27T16:11:03.7896775Z test_trace_arange (jit.test_tracer.TestTracer) ... ok (0.018s) 2022-09-27T16:11:03.8087278Z test_trace_arange_with_grad (jit.test_tracer.TestTracer) ... ok (0.019s) 2022-09-27T16:11:03.8169802Z test_trace_autograd_function (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-09-27T16:11:03.8201110Z test_trace_c10_ops (jit.test_tracer.TestTracer) ... skip: Skip the test since c2 ops are not registered. (0.003s) 2022-09-27T16:11:03.8580150Z test_trace_casts (jit.test_tracer.TestTracer) ... ok (0.038s) 2022-09-27T16:11:03.8648924Z test_trace_checker_control_flow (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-09-27T16:11:03.8704310Z test_trace_checker_dot_data (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T16:11:03.8754430Z test_trace_checker_dropout_notrain (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-09-27T16:11:03.8908655Z test_trace_checker_dropout_train (jit.test_tracer.TestTracer) ... ok (0.015s) 2022-09-27T16:11:03.8971376Z test_trace_checker_inplace_on_view (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T16:11:03.9026107Z test_trace_checker_memoization (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-09-27T16:11:03.9138451Z test_trace_checker_slice_lhs (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-09-27T16:11:03.9218941Z test_trace_checking_with_global_name (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-09-27T16:11:03.9304555Z test_trace_contiguous (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-09-27T16:11:03.9347798Z test_trace_contiguous_short_circuit (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-09-27T16:11:03.9406006Z test_trace_detach (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T16:11:03.9465889Z test_trace_detach_inplace (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T16:11:03.9492409Z test_trace_detach_inplace_redispatch (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-09-27T16:11:03.9518582Z test_trace_detach_onnx_erase (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-09-27T16:11:03.9544201Z test_trace_detach_redispatch (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-09-27T16:11:03.9647427Z test_trace_dict_input (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-09-27T16:11:03.9815966Z test_trace_dict_output (jit.test_tracer.TestTracer) ... ok (0.017s) 2022-09-27T16:11:04.0005086Z test_trace_export_fns (jit.test_tracer.TestTracer) ... ok (0.019s) 2022-09-27T16:11:04.0434226Z test_trace_export_fns_recursive (jit.test_tracer.TestTracer) ... ok (0.043s) 2022-09-27T16:11:04.0752543Z test_trace_fork_join_and_module (jit.test_tracer.TestTracer) ... ok (0.032s) 2022-09-27T16:11:04.0828506Z test_trace_full_dynamic_shape (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-09-27T16:11:04.0876570Z test_trace_func_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-09-27T16:11:04.0929795Z test_trace_index (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-09-27T16:11:04.0983845Z test_trace_index_constant (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-09-27T16:11:04.1062926Z test_trace_indexed_assignment (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-09-27T16:11:04.1218231Z test_trace_inline_shape (jit.test_tracer.TestTracer) ... ok (0.015s) 2022-09-27T16:11:04.1262082Z test_trace_inverse (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-09-27T16:11:04.1458263Z test_trace_invert_module_hierarchy (jit.test_tracer.TestTracer) ... ok (0.020s) 2022-09-27T16:11:04.1553168Z test_trace_legacy_ctor (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-09-27T16:11:04.1886068Z test_trace_module_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.033s) 2022-09-27T16:11:04.2136661Z test_trace_modulelist (jit.test_tracer.TestTracer) ... ok (0.025s) 2022-09-27T16:11:04.2203754Z test_trace_multi_output_function (jit.test_tracer.TestTracer) ... graph(%self : __torch__.jit.test_tracer.Bar, 2022-09-27T16:11:04.2204347Z %x.1 : Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu), 2022-09-27T16:11:04.2204764Z %y.1 : Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu)): 2022-09-27T16:11:04.2205317Z %x : Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu) = aten::relu(%x.1) # /var/lib/jenkins/workspace/test/jit/test_tracer.py:1437:0 2022-09-27T16:11:04.2206058Z %y : Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu) = aten::relu(%y.1) # /var/lib/jenkins/workspace/test/jit/test_tracer.py:1438:0 2022-09-27T16:11:04.2206916Z %9 : (Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu), Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu)) = ^Foo[inplace=0, module="jit.test_tracer", Subgraph=]()(%x, %y) # /var/lib/jenkins/workspace/test/jit/test_tracer.py:1439:0 2022-09-27T16:11:04.2207913Z %10 : Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu), %11 : Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu) = prim::TupleUnpack(%9) 2022-09-27T16:11:04.2208630Z %12 : (Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu), Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu)) = prim::TupleConstruct(%10, %11) 2022-09-27T16:11:04.2209384Z return (%12) 2022-09-27T16:11:04.2209537Z 2022-09-27T16:11:04.2211450Z ok (0.007s) 2022-09-27T16:11:04.2265605Z test_trace_namedtuple (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-09-27T16:11:04.2359266Z test_trace_nested_datatypes (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-09-27T16:11:04.2511745Z test_trace_nested_fn (jit.test_tracer.TestTracer) ... ok (0.015s) 2022-09-27T16:11:04.2557950Z test_trace_numel (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-09-27T16:11:04.2633450Z test_trace_optioanl_dtype (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-09-27T16:11:04.2778028Z test_trace_optional (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-09-27T16:11:04.2828960Z test_trace_partial_func_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-09-27T16:11:04.2858852Z test_trace_random (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-09-27T16:11:04.2959296Z test_trace_records_names (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-09-27T16:11:04.3024683Z test_trace_save (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T16:11:04.3273645Z test_trace_save_load_copy (jit.test_tracer.TestTracer) ... ok (0.025s) 2022-09-27T16:11:04.3314184Z test_trace_single_tuple (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-09-27T16:11:04.3391240Z test_trace_size (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-09-27T16:11:04.3470330Z test_trace_size_with_grad (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-09-27T16:11:04.3531980Z test_trace_skip_none_submodule (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T16:11:04.3967329Z test_trace_slice (jit.test_tracer.TestTracer) ... ok (0.043s) 2022-09-27T16:11:04.4051481Z test_trace_slice_expr_complete_type (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-09-27T16:11:04.4122343Z test_trace_slice_full_dim (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-09-27T16:11:04.4201272Z test_trace_slice_setitem_dynamic_shape (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-09-27T16:11:04.4665728Z test_trace_slice_with_grad (jit.test_tracer.TestTracer) ... ok (0.046s) 2022-09-27T16:11:04.5017419Z test_trace_tensor_factory (jit.test_tracer.TestTracer) ... ok (0.035s) 2022-09-27T16:11:04.5046108Z test_trace_topk (jit.test_tracer.TestTracer) ... /var/lib/jenkins/workspace/test/jit/test_tracer.py:158: TracerWarning: Converting a tensor to a Python integer might cause the trace to be incorrect. We can't record the data flow of Python values, so this value will be treated as a constant in the future. This means that the trace might not generalize to other inputs! 2022-09-27T16:11:04.5047024Z return x.topk(y, dim=1)[1] 2022-09-27T16:11:04.5112534Z ok (0.010s) 2022-09-27T16:11:04.5207774Z test_trace_tuple (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-09-27T16:11:04.5261314Z test_trace_variable_instantiation (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-09-27T16:11:04.5346221Z test_trace_warn (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-09-27T16:11:04.5405917Z test_trace_with_conditional_property (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T16:11:04.5441602Z test_trace_with_nested_tensor_list_output (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-09-27T16:11:04.5472078Z test_trace_with_number_list_output (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-09-27T16:11:04.5613658Z test_trace_with_tensor_list_output (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-09-27T16:11:04.5632797Z test_traced_module_cuda (jit.test_tracer.TestTracer) ... skip: calls .cuda() (0.002s) 2022-09-27T16:11:04.5645948Z test_tracing_backward_hook_error (jit.test_tracer.TestTracer) ... ok (0.001s) 2022-09-27T16:11:04.6060545Z test_tracing_hooks (jit.test_tracer.TestTracer) ... ok (0.041s) 2022-09-27T16:11:04.7256872Z test_tracing_multiple_methods (jit.test_tracer.TestTracer) ... ok (0.119s) 2022-09-27T16:11:04.7305718Z test_typeas_trace_check (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-09-27T16:11:04.7367528Z test_wrapped_number (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T16:11:04.7379687Z test_assign_python_attr (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:11:04.7705338Z Assigning a new (python-only) attribute should not change type sharing ... ok (0.034s) 2022-09-27T16:11:04.7765484Z test_basic (jit.test_type_sharing.TestTypeSharing) ... ok (0.006s) 2022-09-27T16:11:04.7837567Z test_builtin_function_different (jit.test_type_sharing.TestTypeSharing) ... ok (0.007s) 2022-09-27T16:11:04.7896641Z test_builtin_function_same (jit.test_type_sharing.TestTypeSharing) ... ok (0.006s) 2022-09-27T16:11:04.7902592Z test_constants (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:11:04.8005456Z Types should be shared for identical constant values, and different for different constant values ... ok (0.011s) 2022-09-27T16:11:04.8013167Z test_diff_attr_values (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:11:04.8067379Z Types should be shared even if attribute values differ ... ok (0.006s) 2022-09-27T16:11:04.8072274Z test_failed_attribute_compilation (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:11:04.8096403Z Attributes whose type cannot be inferred should fail cleanly with nice hints ... ok (0.003s) 2022-09-27T16:11:04.8159214Z test_ignored_fns (jit.test_type_sharing.TestTypeSharing) ... ok (0.006s) 2022-09-27T16:11:04.8164121Z test_linear (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:11:04.8279068Z Simple example with a real nn Module ... ok (0.012s) 2022-09-27T16:11:04.8442576Z test_loaded_modules_work (jit.test_type_sharing.TestTypeSharing) ... ok (0.016s) 2022-09-27T16:11:04.8450684Z test_module_dict_same_type_different_name (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:11:04.8761503Z We should be able to differentiate between two ModuleDict instances ... ok (0.032s) 2022-09-27T16:11:04.8769946Z test_mutate_attr_value (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:11:04.8953753Z Mutating the value of an attribute should not change type sharing ... ok (0.019s) 2022-09-27T16:11:04.8960363Z test_param_vs_attribute (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:11:04.9032475Z The same module with an `foo` as a parameter vs. attribute shouldn't ... ok (0.008s) 2022-09-27T16:11:04.9038375Z test_python_function_attribute_different (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:11:04.9138798Z Different functions passed in should lead to different types ... ok (0.011s) 2022-09-27T16:11:04.9144306Z test_python_function_attribute_same (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:11:04.9213501Z Same functions passed in should lead to same types ... ok (0.007s) 2022-09-27T16:11:04.9224949Z test_same_but_different_classes (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:11:04.9437016Z Even if everything about the module is the same, different originating ... ok (0.022s) 2022-09-27T16:11:04.9443180Z test_script_function_attribute_different (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:11:04.9546359Z Different functions passed in should lead to different types ... ok (0.011s) 2022-09-27T16:11:04.9551666Z test_script_function_attribute_same (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:11:04.9623365Z Same functions passed in should lead to same types ... ok (0.008s) 2022-09-27T16:11:04.9837670Z test_script_module_containing_traced_module (jit.test_type_sharing.TestTypeSharing) ... ok (0.021s) 2022-09-27T16:11:04.9846655Z test_submodules (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:11:05.0295345Z If submodules differ, the types should differ. ... ok (0.046s) 2022-09-27T16:11:05.0301757Z test_tracing_gives_different_types (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:11:05.0420470Z Since we can't guarantee that methods are the same between different ... ok (0.013s) 2022-09-27T16:11:05.0427356Z test_type_not_shared_ignored_attributes (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:11:05.0495261Z Test that types are not shared if the exclusion of their ... ok (0.007s) 2022-09-27T16:11:05.0500518Z test_type_shared_ignored_attributes (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:11:05.0553684Z Test that types are shared if the exclusion of their ... ok (0.006s) 2022-09-27T16:11:05.0557970Z test_type_sharing_define_in_init (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:11:05.0624205Z Tests that types between instances of a ScriptModule ... ok (0.007s) 2022-09-27T16:11:05.0633858Z test_type_sharing_disabled (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:11:05.0825142Z Test that type sharing can be disabled. ... ok (0.020s) 2022-09-27T16:11:05.0884688Z test_annotate_outside_init (jit.test_types.TestTypesAndAnnotation) ... ok (0.006s) 2022-09-27T16:11:05.0904822Z test_bad_types (jit.test_types.TestTypesAndAnnotation) ... ok (0.002s) 2022-09-27T16:11:05.0955174Z test_ignore_with_types (jit.test_types.TestTypesAndAnnotation) ... ok (0.005s) 2022-09-27T16:11:05.0968403Z test_ignoring_module_attributes (jit.test_types.TestTypesAndAnnotation) 2022-09-27T16:11:05.1030607Z Test that module attributes can be ignored. ... ok (0.007s) 2022-09-27T16:11:05.1064451Z test_inferred_type_error_message (jit.test_types.TestTypesAndAnnotation) ... ok (0.003s) 2022-09-27T16:11:05.1077832Z test_mismatched_annotation (jit.test_types.TestTypesAndAnnotation) ... ok (0.001s) 2022-09-27T16:11:05.1085539Z test_optional_no_element_type_annotation (jit.test_types.TestTypesAndAnnotation) 2022-09-27T16:11:05.1107155Z Test that using an optional with no contained types produces an error. ... ok (0.003s) 2022-09-27T16:11:05.1113054Z test_parser_bug (jit.test_types.TestTypesAndAnnotation) ... ok (0.001s) 2022-09-27T16:11:05.1195623Z test_pep585_type (jit.test_types.TestTypesAndAnnotation) ... ok (0.008s) 2022-09-27T16:11:05.1217006Z test_python_callable (jit.test_types.TestTypesAndAnnotation) ... ok (0.002s) 2022-09-27T16:11:05.1232458Z test_reannotate (jit.test_types.TestTypesAndAnnotation) ... ok (0.002s) 2022-09-27T16:11:05.1239982Z test_tuple_no_element_type_annotation (jit.test_types.TestTypesAndAnnotation) 2022-09-27T16:11:05.1261132Z Test that using a tuple with no contained types produces an error. ... ok (0.003s) 2022-09-27T16:11:05.1375813Z test_type_annotate_py3 (jit.test_types.TestTypesAndAnnotation) ... ok (0.011s) 2022-09-27T16:11:05.1488433Z test_types_as_values (jit.test_types.TestTypesAndAnnotation) ... ok (0.011s) 2022-09-27T16:11:05.1513415Z test_unimported_type_resolution (jit.test_types.TestTypesAndAnnotation) ... ok (0.003s) 2022-09-27T16:11:05.1547337Z test_bool_list_io (jit.test_typing.TestTyping) ... ok (0.003s) 2022-09-27T16:11:05.1600889Z test_dict_comprehension (jit.test_typing.TestTyping) ... ok (0.005s) 2022-09-27T16:11:05.1665163Z test_dict_comprehension_scope (jit.test_typing.TestTyping) ... ok (0.006s) 2022-09-27T16:11:05.1734172Z test_dict_comprehension_with_type_annotation (jit.test_typing.TestTyping) ... ok (0.007s) 2022-09-27T16:11:05.1962935Z test_dict_in_not_in (jit.test_typing.TestTyping) ... ok (0.023s) 2022-09-27T16:11:05.1992328Z test_dict_invalid_annotations (jit.test_typing.TestTyping) ... ok (0.003s) 2022-09-27T16:11:05.2010460Z test_dict_type_refinement_annotation_key_mismatch (jit.test_typing.TestTyping) ... [W ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[int, str]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-09-27T16:11:05.2011165Z File "/var/lib/jenkins/workspace/test/jit/test_typing.py", line 90 2022-09-27T16:11:05.2011395Z def fn(): 2022-09-27T16:11:05.2011571Z l1 = [1, 2, "foo", 3] 2022-09-27T16:11:05.2011894Z ~~~~~~~~~~~~~~~ <--- HERE 2022-09-27T16:11:05.2012085Z l2 = ["foo", "bar", "baz", "qux"] 2022-09-27T16:11:05.2012314Z d: Dict[int, str] = {k : v for k, v in zip(l1, l2)} 2022-09-27T16:11:05.2012538Z (function emitListLiteral) 2022-09-27T16:11:05.2014496Z ok (0.002s) 2022-09-27T16:11:05.2032618Z test_dict_type_refinement_annotation_value_mismatch (jit.test_typing.TestTyping) ... [W ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[int, str]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-09-27T16:11:05.2033632Z File "/var/lib/jenkins/workspace/test/jit/test_typing.py", line 104 2022-09-27T16:11:05.2033874Z def fn(): 2022-09-27T16:11:05.2034125Z l1 = ["foo", "bar", "baz", "qux"] 2022-09-27T16:11:05.2034321Z l2 = [1, 2, "foo", 3] 2022-09-27T16:11:05.2034600Z ~~~~~~~~~~~~~~~ <--- HERE 2022-09-27T16:11:05.2034829Z d: Dict[str, int] = {k : v for k, v in zip(l1, l2)} 2022-09-27T16:11:05.2035026Z return d 2022-09-27T16:11:05.2035269Z (function emitListLiteral) 2022-09-27T16:11:05.2036277Z ok (0.002s) 2022-09-27T16:11:05.2133119Z test_for_in_dict (jit.test_typing.TestTyping) ... ok (0.010s) 2022-09-27T16:11:05.2286098Z test_for_in_string (jit.test_typing.TestTyping) ... ok (0.015s) 2022-09-27T16:11:05.2377828Z test_for_tuple_assign (jit.test_typing.TestTyping) ... ok (0.009s) 2022-09-27T16:11:05.2540310Z test_for_tuple_unpack (jit.test_typing.TestTyping) ... ok (0.016s) 2022-09-27T16:11:05.2590541Z test_list_io (jit.test_typing.TestTyping) ... ok (0.005s) 2022-09-27T16:11:05.2600095Z test_list_iterables (jit.test_typing.TestTyping) ... ok (0.001s) 2022-09-27T16:11:05.2719591Z test_list_sum (jit.test_typing.TestTyping) ... ok (0.012s) 2022-09-27T16:11:05.2734467Z test_list_type_refinement_annotation_element_mismatch (jit.test_typing.TestTyping) ... ok (0.002s) 2022-09-27T16:11:05.2817345Z test_list_unification (jit.test_typing.TestTyping) ... ok (0.008s) 2022-09-27T16:11:05.2890997Z test_multiple_assign (jit.test_typing.TestTyping) ... ok (0.007s) 2022-09-27T16:11:05.2920886Z test_namedtuple_good_error (jit.test_typing.TestTyping) ... ok (0.003s) 2022-09-27T16:11:05.2955751Z test_namedtuple_py2 (jit.test_typing.TestTyping) ... ok (0.003s) 2022-09-27T16:11:05.3028597Z test_namedtuple_redefine (jit.test_typing.TestTyping) ... ok (0.007s) 2022-09-27T16:11:05.3075801Z test_nested_list (jit.test_typing.TestTyping) ... ok (0.005s) 2022-09-27T16:11:05.3109646Z test_opt_opt_refinement (jit.test_typing.TestTyping) ... ok (0.003s) 2022-09-27T16:11:05.3241360Z test_optional_conversion (jit.test_typing.TestTyping) ... ok (0.013s) 2022-09-27T16:11:05.3272230Z test_optional_refinement (jit.test_typing.TestTyping) ... ok (0.003s) 2022-09-27T16:11:05.3337297Z test_optional_tuple (jit.test_typing.TestTyping) ... ok (0.006s) 2022-09-27T16:11:05.3380002Z test_singleton_tuple_unpack (jit.test_typing.TestTyping) ... ok (0.004s) 2022-09-27T16:11:05.3437760Z test_sum_list_diff_elms (jit.test_typing.TestTyping) ... ok (0.006s) 2022-09-27T16:11:05.3493533Z test_sum_list_empty (jit.test_typing.TestTyping) ... ok (0.006s) 2022-09-27T16:11:05.3543870Z test_sum_list_literal (jit.test_typing.TestTyping) ... ok (0.005s) 2022-09-27T16:11:05.3600060Z test_sum_list_one (jit.test_typing.TestTyping) ... ok (0.006s) 2022-09-27T16:11:05.3615889Z test_sum_list_wrong_type (jit.test_typing.TestTyping) ... ok (0.002s) 2022-09-27T16:11:05.3835787Z test_tuple_assignments (jit.test_typing.TestTyping) ... ok (0.022s) 2022-09-27T16:11:05.3887192Z test_tuple_create_return (jit.test_typing.TestTyping) ... ok (0.005s) 2022-09-27T16:11:05.3931299Z test_tuple_io (jit.test_typing.TestTyping) ... ok (0.004s) 2022-09-27T16:11:05.3979710Z test_tuple_keyword (jit.test_typing.TestTyping) ... ok (0.005s) 2022-09-27T16:11:05.4037940Z test_tuple_specialization (jit.test_typing.TestTyping) ... ok (0.006s) 2022-09-27T16:11:05.4078504Z test_check_union_annotation (jit.test_union.TestUnion) ... ok (0.004s) 2022-09-27T16:11:05.4188174Z test_union_T_None_is_equivalent_to_optional_T (jit.test_union.TestUnion) ... ok (0.011s) 2022-09-27T16:11:05.4229345Z test_union_argument_order_is_ignored (jit.test_union.TestUnion) ... ok (0.004s) 2022-09-27T16:11:05.4275171Z test_union_argument_order_is_ignored_container (jit.test_union.TestUnion) ... ok (0.004s) 2022-09-27T16:11:05.4308544Z test_union_as_annotation (jit.test_union.TestUnion) ... ok (0.003s) 2022-09-27T16:11:05.4348922Z test_union_as_annotation_in_typed_container (jit.test_union.TestUnion) ... ok (0.004s) 2022-09-27T16:11:05.4381985Z test_union_as_annotation_py2 (jit.test_union.TestUnion) ... ok (0.003s) 2022-09-27T16:11:05.4460529Z test_union_as_dict_key (jit.test_union.TestUnion) ... ok (0.008s) 2022-09-27T16:11:05.4510215Z test_union_as_dict_value (jit.test_union.TestUnion) ... ok (0.005s) 2022-09-27T16:11:05.4550419Z test_union_as_internal_tuple_type (jit.test_union.TestUnion) ... ok (0.004s) 2022-09-27T16:11:05.4569973Z test_union_branching_does_not_autoinfer_undeclared_union (jit.test_union.TestUnion) ... ok (0.002s) 2022-09-27T16:11:05.4589107Z test_union_branching_does_not_widen_existing_inferred_type (jit.test_union.TestUnion) ... ok (0.002s) 2022-09-27T16:11:05.4644323Z test_union_branching_with_union_return_and_homogenous_types (jit.test_union.TestUnion) ... ok (0.005s) 2022-09-27T16:11:05.4660351Z test_union_does_not_replace_existing_annotated_type (jit.test_union.TestUnion) ... ok (0.002s) 2022-09-27T16:11:05.4674644Z test_union_does_not_replace_existing_annotated_type_empty_container (jit.test_union.TestUnion) ... ok (0.001s) 2022-09-27T16:11:05.4691392Z test_union_does_not_replace_existing_annotated_type_union (jit.test_union.TestUnion) ... ok (0.002s) 2022-09-27T16:11:05.4742976Z test_union_in_class_constructor (jit.test_union.TestUnion) ... ok (0.005s) 2022-09-27T16:11:05.4775793Z test_union_memory_aliasing (jit.test_union.TestUnion) ... /opt/conda/lib/python3.7/site-packages/torch/_jit_internal.py:1283: UserWarning: The inner type of a container is lost when calling torch.jit.isinstance in eager mode. For example, List[int] would become list and therefore falsely return True for List[float] or List[str]. 2022-09-27T16:11:05.4776337Z "The inner type of a container is lost when " 2022-09-27T16:11:05.4821703Z ok (0.008s) 2022-09-27T16:11:05.4877310Z test_union_module_with_union_class_variable (jit.test_union.TestUnion) ... ok (0.005s) 2022-09-27T16:11:05.4976576Z test_union_module_with_union_instance_variable (jit.test_union.TestUnion) ... ok (0.010s) 2022-09-27T16:11:05.5035192Z test_union_optional_of_union_is_flattened (jit.test_union.TestUnion) ... ok (0.006s) 2022-09-27T16:11:05.5059321Z test_union_redundant_arguments_are_skipped (jit.test_union.TestUnion) ... ok (0.002s) 2022-09-27T16:11:05.5086124Z test_union_redundant_arguments_are_skipped_container (jit.test_union.TestUnion) ... ok (0.003s) 2022-09-27T16:11:05.5112084Z test_union_redundant_arguments_are_skipped_optional (jit.test_union.TestUnion) ... ok (0.003s) 2022-09-27T16:11:05.5139495Z test_union_redundant_arguments_are_skipped_subtyping (jit.test_union.TestUnion) ... ok (0.003s) 2022-09-27T16:11:05.5171734Z test_union_return_type (jit.test_union.TestUnion) ... ok (0.003s) 2022-09-27T16:11:05.5262059Z test_union_schema_matching_on_internal_type (jit.test_union.TestUnion) ... ok (0.009s) 2022-09-27T16:11:05.5336264Z test_union_serialization_preserves_type_annotations (jit.test_union.TestUnion) ... ok (0.007s) 2022-09-27T16:11:05.5371183Z test_union_subclasses_larger_union (jit.test_union.TestUnion) ... ok (0.004s) 2022-09-27T16:11:05.5443185Z test_union_subtractive_refinement (jit.test_union.TestUnion) ... ok (0.007s) 2022-09-27T16:11:05.5524081Z test_union_subtractive_refinement_with_container (jit.test_union.TestUnion) ... ok (0.008s) 2022-09-27T16:11:05.5579799Z test_union_type_refinement (jit.test_union.TestUnion) ... ok (0.006s) 2022-09-27T16:11:05.5635648Z test_union_type_refinement_internal_declaration (jit.test_union.TestUnion) ... ok (0.006s) 2022-09-27T16:11:05.5705152Z test_union_type_refinement_partial_static_refinement_tuple_rhs (jit.test_union.TestUnion) ... ok (0.007s) 2022-09-27T16:11:05.5775965Z test_union_type_refinement_partial_static_refinement_union_rhs (jit.test_union.TestUnion) ... ok (0.007s) 2022-09-27T16:11:05.5804971Z test_union_type_refinement_statically_false (jit.test_union.TestUnion) ... ok (0.003s) 2022-09-27T16:11:05.5840395Z test_union_type_refinement_statically_true (jit.test_union.TestUnion) ... ok (0.003s) 2022-09-27T16:11:05.5953840Z test_union_type_refinement_tuple_rhs (jit.test_union.TestUnion) ... ok (0.011s) 2022-09-27T16:11:05.6037785Z test_union_type_refinement_tuple_rhs_noncontained_type (jit.test_union.TestUnion) ... ok (0.008s) 2022-09-27T16:11:05.6070022Z test_union_type_refinement_tuple_rhs_union (jit.test_union.TestUnion) ... ok (0.003s) 2022-09-27T16:11:05.6106923Z test_union_type_refinement_union_rhs (jit.test_union.TestUnion) ... ok (0.004s) 2022-09-27T16:11:05.6194478Z test_union_variable_can_be_reassigned (jit.test_union.TestUnion) ... ok (0.009s) 2022-09-27T16:11:05.6264561Z test_union_with_collections (jit.test_union.TestUnion) ... ok (0.007s) 2022-09-27T16:11:05.6559454Z test_union_with_dict_assignment (jit.test_union.TestUnion) ... ok (0.029s) 2022-09-27T16:11:05.6642524Z test_union_with_enum (jit.test_union.TestUnion) ... ok (0.008s) 2022-09-27T16:11:05.6773925Z test_union_with_list_assignment (jit.test_union.TestUnion) ... [W ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[Tensor, int]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-09-27T16:11:05.6774665Z File "", line 3 2022-09-27T16:11:05.6774798Z 2022-09-27T16:11:05.6774864Z def fn(): 2022-09-27T16:11:05.6775099Z x: Union[List[str], List[torch.Tensor]] = [torch.add(1, x) for x in [torch.arange(5), 1]] 2022-09-27T16:11:05.6775556Z ~~~~~~~~~~~~~~~~~~~ <--- HERE 2022-09-27T16:11:05.6775804Z if torch.jit.isinstance(x, List[torch.Tensor]): 2022-09-27T16:11:05.6776038Z x.append(torch.tensor(3)) 2022-09-27T16:11:05.6776229Z (function emitListLiteral) 2022-09-27T16:11:05.6866655Z [W ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[Tensor, int]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-09-27T16:11:05.6867305Z File "", line 3 2022-09-27T16:11:05.6867434Z 2022-09-27T16:11:05.6867513Z def fn(): 2022-09-27T16:11:05.6867742Z x: Union[List[torch.Tensor], int] = [torch.add(1, x) for x in [torch.arange(5), 1]] 2022-09-27T16:11:05.6868149Z ~~~~~~~~~~~~~~~~~~~ <--- HERE 2022-09-27T16:11:05.6868397Z if torch.jit.isinstance(x, List[torch.Tensor]): 2022-09-27T16:11:05.6868618Z x.append(torch.tensor(3)) 2022-09-27T16:11:05.6868822Z (function emitListLiteral) 2022-09-27T16:11:05.6871579Z ok (0.023s) 2022-09-27T16:11:05.6922417Z test_union_with_scalar_values (jit.test_union.TestUnion) ... ok (0.005s) 2022-09-27T16:11:05.6946178Z test_unions_of_a_single_argument_vanish (jit.test_union.TestUnion) ... ok (0.002s) 2022-09-27T16:11:05.6970875Z test_unions_of_unions_are_flattened (jit.test_union.TestUnion) ... ok (0.002s) 2022-09-27T16:11:05.7004371Z test_factory_ops_requires_grad_fail (jit.test_unsupported_ops.TestUnsupportedOps) ... ok (0.003s) 2022-09-27T16:11:05.7178561Z test_init_ops (jit.test_unsupported_ops.TestUnsupportedOps) ... ok (0.017s) 2022-09-27T16:11:05.7192349Z test_add_value_to_version_map (jit.test_upgraders.TestUpgraders) ... ok (0.001s) 2022-09-27T16:11:05.7233799Z test_aten_div_scalar_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.004s) 2022-09-27T16:11:05.7271059Z test_aten_div_tensor_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.004s) 2022-09-27T16:11:05.7301871Z test_aten_div_tensor_out_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-09-27T16:11:05.7334003Z test_aten_full_at_4 (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-09-27T16:11:05.7385305Z test_aten_full_other_variants (jit.test_upgraders.TestUpgraders) ... ok (0.005s) 2022-09-27T16:11:05.7410631Z test_aten_full_out_at_4 (jit.test_upgraders.TestUpgraders) ... ok (0.002s) 2022-09-27T16:11:05.7436358Z test_aten_linspace (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-09-27T16:11:05.7465358Z test_aten_linspace_out (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-09-27T16:11:05.7492495Z test_aten_logspace (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-09-27T16:11:05.7521144Z test_aten_logspace_out (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-09-27T16:11:05.7585757Z test_aten_test_serialization (jit.test_upgraders.TestUpgraders) ... ok (0.006s) 2022-09-27T16:11:05.7620263Z test_populated_test_upgrader_graph (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-09-27T16:11:05.7653814Z test_populated_upgrader_graph (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-09-27T16:11:05.7682216Z test_warn (jit.test_warn.TestWarn) ... ok (0.003s) 2022-09-27T16:11:05.7710124Z test_warn_multiple_calls_multiple_warnings (jit.test_warn.TestWarn) ... ok (0.003s) 2022-09-27T16:11:05.7785849Z test_warn_multiple_calls_same_func_diff_stack (jit.test_warn.TestWarn) ... ok (0.008s) 2022-09-27T16:11:05.7851929Z test_warn_once_per_func (jit.test_warn.TestWarn) ... ok (0.007s) 2022-09-27T16:11:05.7923107Z test_warn_once_per_func_in_loop (jit.test_warn.TestWarn) ... ok (0.007s) 2022-09-27T16:11:05.7953737Z test_warn_only_once (jit.test_warn.TestWarn) ... ok (0.003s) 2022-09-27T16:11:05.8003369Z test_warn_only_once_in_loop_func (jit.test_warn.TestWarn) ... ok (0.005s) 2022-09-27T16:11:05.8035807Z test_with_as (jit.test_with.TestWith) 2022-09-27T16:11:05.8671902Z Check that with statements that use the 'as' keyword to bind expressions ... ok (0.067s) 2022-09-27T16:11:05.8694423Z test_with_errors (jit.test_with.TestWith) 2022-09-27T16:11:05.8804063Z Check that errors related to with-statements are detected and reported correctly. ... ok (0.013s) 2022-09-27T16:11:05.8823592Z test_with_exceptions (jit.test_with.TestWith) 2022-09-27T16:11:05.9041767Z Check that exceptions thrown in the bodies of with-statements are ... ok (0.024s) 2022-09-27T16:11:05.9072832Z test_with_no_as (jit.test_with.TestWith) 2022-09-27T16:11:05.9738029Z Check that with statements that do not use the 'as' keyword to bind expressions ... ok (0.069s) 2022-09-27T16:11:05.9753163Z test_with_no_grad (jit.test_with.TestWith) 2022-09-27T16:11:05.9909599Z Check that torch.no_grad() works. Most of these are adapted from ... ok (0.017s) 2022-09-27T16:11:05.9920847Z test_with_record_function (jit.test_with.TestWith) 2022-09-27T16:11:06.0052918Z Check that torch.autograd.profiler.record_function context manager is ... STAGE:2022-09-27 16:11:06 1853:1853 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:11:06.0071092Z STAGE:2022-09-27 16:11:06 1853:1853 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:11:06.0084784Z ok (0.017s) 2022-09-27T16:11:06.0085546Z 2022-09-27T16:11:06.0085884Z ---------------------------------------------------------------------- 2022-09-27T16:11:06.0086295Z Ran 2641 tests in 110.222s 2022-09-27T16:11:06.0086476Z 2022-09-27T16:11:06.0086641Z OK (skipped=118, expected failures=7) 2022-09-27T16:11:06.0086858Z 2022-09-27T16:11:06.0086989Z Generating XML reports... 2022-09-27T16:11:06.0136276Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_alias_analysis.TestAliasAnalysis-20220927160915.xml 2022-09-27T16:11:06.0154866Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_async.TestAsync-20220927160915.xml 2022-09-27T16:11:06.0158249Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_aten_pow.TestAtenPow-20220927160915.xml 2022-09-27T16:11:06.0164527Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_autodiff.TestAutodiffJit-20220927160915.xml 2022-09-27T16:11:06.0182014Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing-20220927160915.xml 2022-09-27T16:11:06.0187486Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_backends.TestBackends-20220927160915.xml 2022-09-27T16:11:06.0191717Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_backends.TestBackendsWithCompiler-20220927160915.xml 2022-09-27T16:11:06.0200355Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_batch_mm.TestBatchMM-20220927160915.xml 2022-09-27T16:11:06.0205673Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_builtins.TestBuiltins-20220927160915.xml 2022-09-27T16:11:06.0248284Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_class_type.TestClassType-20220927160915.xml 2022-09-27T16:11:06.0260189Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_complex.TestComplex-20220927160915.xml 2022-09-27T16:11:06.0272134Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_custom_operators.TestCustomOperators-20220927160915.xml 2022-09-27T16:11:06.0276958Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_dce.TestDCE-20220927160915.xml 2022-09-27T16:11:06.0284431Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_dataclasses.TestDataclasses-20220927160915.xml 2022-09-27T16:11:06.0297866Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_device_analysis.TestDeviceAnalysis-20220927160915.xml 2022-09-27T16:11:06.0319633Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestDict-20220927160915.xml 2022-09-27T16:11:06.0327309Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_dtype_analysis.TestDtypeAnalysis-20220927160915.xml 2022-09-27T16:11:06.0410030Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_dtype_analysis.TestDtypeCustomRulesCPU-20220927160915.xml 2022-09-27T16:11:06.0423451Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_enum.TestEnum-20220927160915.xml 2022-09-27T16:11:06.0433133Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_export_modes.TestExportModes-20220927160915.xml 2022-09-27T16:11:06.0465685Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestFreezing-20220927160915.xml 2022-09-27T16:11:06.0469418Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestFrontend-20220927160915.xml 2022-09-27T16:11:06.0505205Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestFrozenOptimizations-20220927160915.xml 2022-09-27T16:11:06.0508325Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_functional_blocks.TestFunctionalBlocks-20220927160915.xml 2022-09-27T16:11:06.0513903Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_convert_activation.TestFunctionalToInplaceActivation-20220927160915.xml 2022-09-27T16:11:06.0516759Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_attr.TestGetDefaultAttr-20220927160915.xml 2022-09-27T16:11:06.0520115Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_graph_rewrite_passes.TestGraphRewritePasses-20220927160915.xml 2022-09-27T16:11:06.0528793Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_hash.TestHash-20220927160915.xml 2022-09-27T16:11:06.0547646Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_hooks.TestHooks-20220927160915.xml 2022-09-27T16:11:06.0551576Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_ignorable_args.TestIgnorableArgs-20220927160915.xml 2022-09-27T16:11:06.0556435Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_ignore_context_manager.TestIgnoreContextManager-20220927160915.xml 2022-09-27T16:11:06.0561181Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_convert_activation.TestInplaceToFunctionalActivation-20220927160915.xml 2022-09-27T16:11:06.0582824Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_isinstance.TestIsinstance-20220927160915.xml 2022-09-27T16:11:06.0662484Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestJit-20220927160915.xml 2022-09-27T16:11:06.1086629Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestJitGeneratedModule-20220927160915.xml 2022-09-27T16:11:06.1094809Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_jit_utils.TestJitUtils-20220927160915.xml 2022-09-27T16:11:06.1154547Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestList-20220927160915.xml 2022-09-27T16:11:06.1161380Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_logging.TestLogging-20220927160915.xml 2022-09-27T16:11:06.1166827Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestMKLDNNReinplacing-20220927160915.xml 2022-09-27T16:11:06.1183572Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_misc.TestMisc-20220927160915.xml 2022-09-27T16:11:06.1201077Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_tracer.TestMixTracingScripting-20220927160915.xml 2022-09-27T16:11:06.1226948Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_models.TestModels-20220927160915.xml 2022-09-27T16:11:06.1231854Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_module_apis.TestModuleAPIs-20220927160915.xml 2022-09-27T16:11:06.1247120Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_module_containers.TestModuleContainers-20220927160915.xml 2022-09-27T16:11:06.1260345Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_module_interface.TestModuleInterface-20220927160915.xml 2022-09-27T16:11:06.1263533Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_modules.TestModules-20220927160915.xml 2022-09-27T16:11:06.1274343Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestNamedTuple-20220927160915.xml 2022-09-27T16:11:06.1297677Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_backend_nnapi.TestNnapiBackend-20220927160915.xml 2022-09-27T16:11:06.1301891Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_op_decompositions.TestOpDecompositions-20220927160915.xml 2022-09-27T16:11:06.1309614Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo-20220927160915.xml 2022-09-27T16:11:06.1313766Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_parametrization.TestParametrization-20220927160915.xml 2022-09-27T16:11:06.1342922Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_peephole.TestPeephole-20220927160915.xml 2022-09-27T16:11:06.1346700Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestProducerVersion-20220927160915.xml 2022-09-27T16:11:06.1357479Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_profiler.TestProfiler-20220927160915.xml 2022-09-27T16:11:06.1364965Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_python_bindings.TestPythonBindings-20220927160915.xml 2022-09-27T16:11:06.1378280Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_python_builtins.TestPythonBuiltinOP-20220927160915.xml 2022-09-27T16:11:06.1381391Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_python_ir.TestPythonIr-20220927160915.xml 2022-09-27T16:11:06.1405551Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_recursive_script.TestRecursiveScript-20220927160915.xml 2022-09-27T16:11:06.1414441Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_remove_mutation.TestRemoveMutation-20220927160915.xml 2022-09-27T16:11:06.1425336Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_save_load.TestSaveLoad-20220927160915.xml 2022-09-27T16:11:06.1436263Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_save_load_for_op_version.TestSaveLoadForOpVersion-20220927160915.xml 2022-09-27T16:11:06.1866349Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestScript-20220927160915.xml 2022-09-27T16:11:06.1877212Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestScriptDict-20220927160915.xml 2022-09-27T16:11:06.1893319Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestScriptList-20220927160915.xml 2022-09-27T16:11:06.1906456Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation-20220927160915.xml 2022-09-27T16:11:06.1912549Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_script_profile.TestScriptProfile-20220927160915.xml 2022-09-27T16:11:06.1927383Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_slice.TestSlice-20220927160915.xml 2022-09-27T16:11:06.1932973Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_sparse.TestSparse-20220927160915.xml 2022-09-27T16:11:06.1956188Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_string_formatting.TestStringFormatting-20220927160915.xml 2022-09-27T16:11:06.1973899Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis-20220927160915.xml 2022-09-27T16:11:06.1981377Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_builtins.TestTensorBuiltins-20220927160915.xml 2022-09-27T16:11:06.1988022Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_tensor_creation_ops.TestTensorCreationOps-20220927160915.xml 2022-09-27T16:11:06.1991963Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_tensor_methods.TestTensorMethods-20220927160915.xml 2022-09-27T16:11:06.2013702Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_torchbind.TestTorchbind-20220927160915.xml 2022-09-27T16:11:06.2162364Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_tracer.TestTracer-20220927160915.xml 2022-09-27T16:11:06.2183807Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_type_sharing.TestTypeSharing-20220927160915.xml 2022-09-27T16:11:06.2197202Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_types.TestTypesAndAnnotation-20220927160915.xml 2022-09-27T16:11:06.2224520Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_typing.TestTyping-20220927160915.xml 2022-09-27T16:11:06.2267660Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_union.TestUnion-20220927160915.xml 2022-09-27T16:11:06.2271773Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_unsupported_ops.TestUnsupportedOps-20220927160915.xml 2022-09-27T16:11:06.2283923Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_upgraders.TestUpgraders-20220927160915.xml 2022-09-27T16:11:06.2291274Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_warn.TestWarn-20220927160915.xml 2022-09-27T16:11:06.2298381Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_with.TestWith-20220927160915.xml 2022-09-27T16:11:06.2305374Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_data_parallel.TestDataParallel-20220927160915.xml 2022-09-27T16:11:06.2318111Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_save_load.TestSaveLoadFlatbuffer-20220927160915.xml 2022-09-27T16:11:06.8131267Z Running test_modules ... [2022-09-27 16:11:06.812699] 2022-09-27T16:11:06.8131784Z Executing ['/opt/conda/bin/python', '-bb', 'test_modules.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:11:06.812785] 2022-09-27T16:11:08.9627470Z Test results will be stored in test-reports/python-unittest/test_modules 2022-09-27T16:11:08.9692060Z 2022-09-27T16:11:08.9692318Z Running tests... 2022-09-27T16:11:08.9692768Z ---------------------------------------------------------------------- 2022-09-27T16:11:08.9765085Z test_check_inplace_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:11:08.9821177Z test_check_inplace_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:11:08.9861180Z test_check_inplace_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:11:08.9900261Z test_check_inplace_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:11:08.9949151Z test_check_inplace_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:11:08.9998264Z test_check_inplace_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:11:09.0027333Z test_cpu_gpu_parity_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:11:09.0054950Z test_cpu_gpu_parity_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:11:09.0086268Z test_cpu_gpu_parity_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.0117578Z test_cpu_gpu_parity_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.0149169Z test_cpu_gpu_parity_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.0180637Z test_cpu_gpu_parity_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.0212073Z test_cpu_gpu_parity_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.0243483Z test_cpu_gpu_parity_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.0275224Z test_cpu_gpu_parity_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.0307030Z test_cpu_gpu_parity_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.0338954Z test_cpu_gpu_parity_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.0370793Z test_cpu_gpu_parity_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.0402542Z test_cpu_gpu_parity_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.0436838Z test_cpu_gpu_parity_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.0468893Z test_cpu_gpu_parity_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.0500753Z test_cpu_gpu_parity_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.0532518Z test_cpu_gpu_parity_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.0564272Z test_cpu_gpu_parity_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.0596340Z test_cpu_gpu_parity_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.0628374Z test_cpu_gpu_parity_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.0660195Z test_cpu_gpu_parity_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.0692095Z test_cpu_gpu_parity_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.0723739Z test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.0755563Z test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.0787581Z test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.0819415Z test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.0851283Z test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.0883067Z test_cpu_gpu_parity_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.0914550Z test_cpu_gpu_parity_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.0946135Z test_cpu_gpu_parity_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.0977627Z test_cpu_gpu_parity_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.1009251Z test_cpu_gpu_parity_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.1040442Z test_cpu_gpu_parity_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.1071922Z test_cpu_gpu_parity_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.1103100Z test_cpu_gpu_parity_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.1134645Z test_cpu_gpu_parity_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.1166582Z test_cpu_gpu_parity_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.1198164Z test_cpu_gpu_parity_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.1229339Z test_cpu_gpu_parity_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.1260614Z test_cpu_gpu_parity_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.1291834Z test_cpu_gpu_parity_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.1322921Z test_cpu_gpu_parity_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.1354124Z test_cpu_gpu_parity_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.1385382Z test_cpu_gpu_parity_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.1416882Z test_cpu_gpu_parity_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.1448152Z test_cpu_gpu_parity_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.1479683Z test_cpu_gpu_parity_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.1510976Z test_cpu_gpu_parity_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.1542425Z test_cpu_gpu_parity_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.1574029Z test_cpu_gpu_parity_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.1605203Z test_cpu_gpu_parity_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.1636681Z test_cpu_gpu_parity_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.1668099Z test_cpu_gpu_parity_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.1699990Z test_cpu_gpu_parity_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.1731108Z test_cpu_gpu_parity_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.1762231Z test_cpu_gpu_parity_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.1793952Z test_cpu_gpu_parity_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.1825258Z test_cpu_gpu_parity_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.1856812Z test_cpu_gpu_parity_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.1888278Z test_cpu_gpu_parity_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.1919960Z test_cpu_gpu_parity_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.1951812Z test_cpu_gpu_parity_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.1983599Z test_cpu_gpu_parity_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.2014495Z test_cpu_gpu_parity_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.2045644Z test_cpu_gpu_parity_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.2076808Z test_cpu_gpu_parity_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.2108174Z test_cpu_gpu_parity_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.2139498Z test_cpu_gpu_parity_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.2170900Z test_cpu_gpu_parity_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.2202142Z test_cpu_gpu_parity_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.2233028Z test_cpu_gpu_parity_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.2264592Z test_cpu_gpu_parity_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.2295859Z test_cpu_gpu_parity_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.2326868Z test_cpu_gpu_parity_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.2358189Z test_cpu_gpu_parity_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.2389687Z test_cpu_gpu_parity_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.2421087Z test_cpu_gpu_parity_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.2452773Z test_cpu_gpu_parity_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.2484126Z test_cpu_gpu_parity_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.2515425Z test_cpu_gpu_parity_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.2546784Z test_cpu_gpu_parity_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.2578194Z test_cpu_gpu_parity_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.2609804Z test_cpu_gpu_parity_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.2640850Z test_cpu_gpu_parity_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.2672246Z test_cpu_gpu_parity_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.2704219Z test_cpu_gpu_parity_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.2735169Z test_cpu_gpu_parity_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.2766356Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.2798584Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.2829960Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.2861399Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.2892442Z test_cpu_gpu_parity_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.2923348Z test_cpu_gpu_parity_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:11:09.2958410Z test_factory_kwargs_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:11:09.2992114Z test_factory_kwargs_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:11:09.3018223Z test_factory_kwargs_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:11:09.3044848Z test_factory_kwargs_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:11:09.3071511Z test_factory_kwargs_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:11:09.3097813Z test_factory_kwargs_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:11:09.3143418Z test_factory_kwargs_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:11:09.3178909Z test_factory_kwargs_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:11:09.4013056Z test_factory_kwargs_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.083s) 2022-09-27T16:11:09.4052207Z test_factory_kwargs_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:11:09.4089896Z test_factory_kwargs_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:11:09.4127412Z test_factory_kwargs_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:11:09.4164817Z test_factory_kwargs_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:11:09.4201931Z test_factory_kwargs_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:11:09.4250010Z test_factory_kwargs_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:11:09.4297921Z test_factory_kwargs_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:11:09.4364416Z test_factory_kwargs_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:11:09.4422288Z test_factory_kwargs_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:11:09.4482268Z test_factory_kwargs_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:11:09.4542196Z test_factory_kwargs_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:11:09.4602800Z test_factory_kwargs_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:11:09.4669773Z test_factory_kwargs_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:11:09.4709408Z test_factory_kwargs_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:11:09.4734447Z test_factory_kwargs_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... /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:11:09.4735081Z result = torch.complex(real, imag) 2022-09-27T16:11:09.4751749Z ok (0.004s) 2022-09-27T16:11:09.4791566Z test_factory_kwargs_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:11:09.4831967Z test_factory_kwargs_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:11:09.4873348Z test_factory_kwargs_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:11:09.4913750Z test_factory_kwargs_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:11:09.4954361Z test_factory_kwargs_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:11:09.5003349Z test_factory_kwargs_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:11:09.5045002Z test_factory_kwargs_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:11:09.5120296Z test_factory_kwargs_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:11:09.5199935Z test_factory_kwargs_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-09-27T16:11:09.5233689Z test_factory_kwargs_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:11:09.5267207Z test_factory_kwargs_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:11:09.5303448Z test_factory_kwargs_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:11:09.5346062Z test_factory_kwargs_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:11:09.5389900Z test_factory_kwargs_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:11:09.5433650Z test_factory_kwargs_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:11:09.5759069Z test_factory_kwargs_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.032s) 2022-09-27T16:11:09.6113540Z test_factory_kwargs_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.035s) 2022-09-27T16:11:09.6445155Z test_factory_kwargs_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.033s) 2022-09-27T16:11:09.6775856Z test_factory_kwargs_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.033s) 2022-09-27T16:11:09.6815587Z test_factory_kwargs_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:11:09.6853755Z test_factory_kwargs_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:11:09.6883474Z test_factory_kwargs_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:11:09.6912854Z test_factory_kwargs_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:11:09.6951774Z test_factory_kwargs_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:11:09.6998782Z test_factory_kwargs_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:11:09.7045135Z test_factory_kwargs_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:11:09.7091662Z test_factory_kwargs_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:11:09.7783448Z test_factory_kwargs_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.069s) 2022-09-27T16:11:09.8475503Z test_factory_kwargs_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.069s) 2022-09-27T16:11:09.9169285Z test_factory_kwargs_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.069s) 2022-09-27T16:11:09.9868897Z test_factory_kwargs_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.070s) 2022-09-27T16:11:09.9902221Z test_factory_kwargs_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... /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-27T16:11:09.9902838Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:11:09.9951179Z ok (0.008s) 2022-09-27T16:11:10.0017851Z test_factory_kwargs_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:11:10.0092939Z test_factory_kwargs_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:11:10.0157433Z test_factory_kwargs_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:11:10.0224500Z test_factory_kwargs_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:11:10.0300231Z test_factory_kwargs_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-09-27T16:11:10.0343954Z test_factory_kwargs_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:11:10.0388260Z test_factory_kwargs_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:11:10.0441894Z test_factory_kwargs_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:11:10.0487075Z test_factory_kwargs_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:11:10.0532004Z test_factory_kwargs_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:11:10.0577457Z test_factory_kwargs_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:11:10.0624815Z test_factory_kwargs_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:11:10.0679898Z test_factory_kwargs_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:11:10.1518675Z test_factory_kwargs_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.084s) 2022-09-27T16:11:10.2367456Z test_factory_kwargs_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.085s) 2022-09-27T16:11:10.3221996Z test_factory_kwargs_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.085s) 2022-09-27T16:11:10.4067682Z test_factory_kwargs_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.085s) 2022-09-27T16:11:10.4133276Z test_factory_kwargs_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:11:10.4189519Z test_factory_kwargs_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:11:10.4245160Z test_factory_kwargs_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:11:10.4301408Z test_factory_kwargs_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:11:10.4943640Z test_factory_kwargs_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.064s) 2022-09-27T16:11:10.5578123Z test_factory_kwargs_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.063s) 2022-09-27T16:11:10.6217289Z test_factory_kwargs_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.064s) 2022-09-27T16:11:10.6853772Z test_factory_kwargs_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.064s) 2022-09-27T16:11:10.6888927Z test_factory_kwargs_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:11:10.6922255Z test_factory_kwargs_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:11:10.6952479Z test_factory_kwargs_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:11:10.6982311Z test_factory_kwargs_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:11:10.7646968Z test_factory_kwargs_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.066s) 2022-09-27T16:11:10.8315009Z test_factory_kwargs_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.067s) 2022-09-27T16:11:10.8848047Z test_factory_kwargs_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.053s) 2022-09-27T16:11:10.9385283Z test_factory_kwargs_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.054s) 2022-09-27T16:11:10.9885366Z test_factory_kwargs_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.050s) 2022-09-27T16:11:11.0374002Z test_factory_kwargs_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.049s) 2022-09-27T16:11:11.1974768Z test_factory_kwargs_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.160s) 2022-09-27T16:11:11.3581513Z test_factory_kwargs_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.161s) 2022-09-27T16:11:11.3608852Z test_forward_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:11:11.3631365Z test_forward_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:11:11.3650454Z test_forward_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:11:11.3667840Z test_forward_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:11:11.3690563Z test_forward_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:11:11.3711878Z test_forward_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:11:11.3738122Z test_forward_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:11:11.3763442Z test_forward_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:11:11.3789379Z test_forward_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:11:11.3815205Z test_forward_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:11:11.3840738Z test_forward_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:11:11.3866210Z test_forward_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:11:11.3891820Z test_forward_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:11:11.3916398Z test_forward_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:11:11.3964050Z test_forward_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:11:11.4009337Z test_forward_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:11:11.4071694Z test_forward_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:11:11.4122318Z test_forward_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:11:11.4185369Z test_forward_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:11:11.4238258Z test_forward_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:11:11.4301425Z test_forward_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:11:11.4357340Z test_forward_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:11:11.4382320Z test_forward_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... /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-27T16:11:11.4383575Z "Complex modules are a new feature under active development whose design may change, " 2022-09-27T16:11:11.4394558Z ok (0.004s) 2022-09-27T16:11:11.4503843Z test_forward_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... expected failure (0.011s) 2022-09-27T16:11:11.4536768Z test_forward_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:11:11.4569997Z test_forward_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:11:11.4605738Z test_forward_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:11:11.4643542Z test_forward_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:11:11.4680012Z test_forward_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:11:11.4718865Z test_forward_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:11:11.4757679Z test_forward_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:11:11.4852561Z test_forward_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-09-27T16:11:11.4945005Z test_forward_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-09-27T16:11:11.4973759Z test_forward_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:11:11.5003166Z test_forward_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:11:11.5027189Z test_forward_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:11:11.5050789Z test_forward_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:11:11.5098253Z test_forward_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:11:11.5146391Z test_forward_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:11:11.5719368Z test_forward_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.057s) 2022-09-27T16:11:11.6303533Z test_forward_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.058s) 2022-09-27T16:11:11.6875028Z test_forward_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.057s) 2022-09-27T16:11:11.7463299Z test_forward_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.059s) 2022-09-27T16:11:11.7516487Z test_forward_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:11:11.7566605Z test_forward_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:11:11.7589395Z test_forward_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:11:11.7611491Z test_forward_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:11:11.7653741Z test_forward_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:11:11.7694110Z test_forward_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:11:11.7745379Z test_forward_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:11:11.7798033Z test_forward_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:11:11.9025840Z test_forward_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.123s) 2022-09-27T16:11:12.0282891Z test_forward_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.126s) 2022-09-27T16:11:12.1504163Z test_forward_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.122s) 2022-09-27T16:11:12.2766003Z test_forward_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.126s) 2022-09-27T16:11:12.2830222Z test_forward_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:11:12.2890201Z test_forward_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:11:12.2954910Z test_forward_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:11:12.3017837Z test_forward_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:11:12.3087052Z test_forward_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:11:12.3152519Z test_forward_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:11:12.3191239Z test_forward_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:11:12.3228520Z test_forward_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:11:12.3268024Z test_forward_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:11:12.3308451Z test_forward_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:11:12.3352981Z test_forward_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:11:12.3395959Z test_forward_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:11:12.3437963Z test_forward_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:11:12.3478654Z test_forward_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:11:12.5053748Z test_forward_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.157s) 2022-09-27T16:11:12.6613511Z test_forward_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.156s) 2022-09-27T16:11:12.8183417Z test_forward_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.157s) 2022-09-27T16:11:12.9739543Z test_forward_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.156s) 2022-09-27T16:11:12.9815685Z test_forward_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-09-27T16:11:12.9889325Z test_forward_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:11:12.9947306Z test_forward_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:11:13.0004625Z test_forward_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:11:13.0881087Z test_forward_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.088s) 2022-09-27T16:11:13.1757918Z test_forward_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.088s) 2022-09-27T16:11:13.2630045Z test_forward_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.087s) 2022-09-27T16:11:13.3501208Z test_forward_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.087s) 2022-09-27T16:11:13.3522654Z test_forward_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:11:13.3544066Z test_forward_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:11:13.3564012Z test_forward_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:11:13.3583470Z test_forward_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:11:13.4500020Z test_forward_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.091s) 2022-09-27T16:11:13.5420874Z test_forward_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.092s) 2022-09-27T16:11:13.6120326Z test_forward_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.070s) 2022-09-27T16:11:13.6830431Z test_forward_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.071s) 2022-09-27T16:11:13.7460662Z test_forward_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.063s) 2022-09-27T16:11:13.8092363Z test_forward_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.063s) 2022-09-27T16:11:14.0680302Z test_forward_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.259s) 2022-09-27T16:11:14.2336767Z test_forward_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.166s) 2022-09-27T16:11:14.2398287Z test_grad_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:11:14.2422130Z test_grad_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:11:14.2445307Z test_grad_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:11:14.2480290Z test_grad_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:11:14.2516971Z test_grad_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:11:14.2551475Z test_grad_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:11:14.2587610Z test_grad_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:11:14.2721816Z test_grad_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.013s) 2022-09-27T16:11:14.2850297Z test_grad_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.013s) 2022-09-27T16:11:14.2990523Z test_grad_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.014s) 2022-09-27T16:11:14.3152724Z test_grad_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:11:14.3229082Z test_grad_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-09-27T16:11:14.3304441Z test_grad_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:11:14.3407967Z test_grad_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-09-27T16:11:14.3629775Z test_grad_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.022s) 2022-09-27T16:11:14.3692359Z test_grad_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:11:14.3754805Z test_grad_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:11:14.3892882Z test_grad_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.014s) 2022-09-27T16:11:14.9530274Z test_grad_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.564s) 2022-09-27T16:11:15.5190772Z test_grad_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.566s) 2022-09-27T16:11:15.5311557Z test_grad_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-09-27T16:11:15.5346716Z test_grad_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:11:15.5449934Z test_grad_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-09-27T16:11:15.5675801Z test_grad_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.022s) 2022-09-27T16:11:17.1477865Z test_grad_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (1.580s) 2022-09-27T16:11:18.7317083Z test_grad_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (1.584s) 2022-09-27T16:11:18.7332616Z test_grad_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... /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-27T16:11:18.7333589Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:11:18.7365335Z /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-27T16:11:18.7366316Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:11:18.7400972Z /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-27T16:11:18.7402161Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:11:18.7432558Z /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-27T16:11:18.7433400Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:11:18.7466274Z ok (0.015s) 2022-09-27T16:11:18.7480214Z test_grad_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... /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-27T16:11:18.7481167Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:11:18.7515447Z /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-27T16:11:18.7516273Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:11:18.7551547Z /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-27T16:11:18.7552397Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:11:18.7587604Z /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-27T16:11:18.7588433Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:11:18.7623011Z ok (0.016s) 2022-09-27T16:11:18.7636656Z test_grad_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... /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-27T16:11:18.7637597Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:11:18.7673931Z /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-27T16:11:18.7674738Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:11:18.7715611Z /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-27T16:11:18.7716458Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:11:18.7754339Z /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-27T16:11:18.7755198Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:11:18.7793218Z ok (0.017s) 2022-09-27T16:11:18.7805807Z test_grad_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... /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-27T16:11:18.7806994Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:11:18.7839690Z /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-27T16:11:18.7840543Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:11:18.7870938Z ok (0.008s) 2022-09-27T16:11:18.7883558Z test_grad_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... /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-27T16:11:18.7884643Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:11:18.7920193Z /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-27T16:11:18.7921158Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:11:18.7956146Z ok (0.008s) 2022-09-27T16:11:18.7968536Z test_grad_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... /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-27T16:11:18.7969684Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:11:18.8021655Z /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-27T16:11:18.8022477Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:11:18.8066511Z ok (0.011s) 2022-09-27T16:11:18.8151783Z test_grad_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-09-27T16:11:19.7961402Z test_grad_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.981s) 2022-09-27T16:11:20.7767470Z test_grad_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.981s) 2022-09-27T16:11:20.7881563Z test_grad_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-09-27T16:11:20.8035387Z test_grad_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.015s) 2022-09-27T16:11:21.4629810Z test_grad_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.659s) 2022-09-27T16:11:22.1235863Z test_grad_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.660s) 2022-09-27T16:11:22.1286571Z test_grad_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:11:22.1322450Z test_grad_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:11:22.8942660Z test_grad_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.762s) 2022-09-27T16:11:23.3062628Z test_grad_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.412s) 2022-09-27T16:11:23.6739945Z test_grad_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.368s) 2022-09-27T16:11:25.3365621Z test_grad_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (1.662s) 2022-09-27T16:11:25.3452664Z test_gradgrad_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-09-27T16:11:25.3483620Z test_gradgrad_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:11:25.3515416Z test_gradgrad_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:11:25.3605339Z test_gradgrad_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-09-27T16:11:25.3712672Z test_gradgrad_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-09-27T16:11:25.3806939Z test_gradgrad_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-09-27T16:11:25.3921854Z test_gradgrad_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-09-27T16:11:25.4392597Z test_gradgrad_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.047s) 2022-09-27T16:11:25.4752365Z test_gradgrad_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.036s) 2022-09-27T16:11:25.5151005Z test_gradgrad_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.040s) 2022-09-27T16:11:25.5596646Z test_gradgrad_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.044s) 2022-09-27T16:11:25.5790125Z test_gradgrad_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.019s) 2022-09-27T16:11:25.6003062Z test_gradgrad_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.021s) 2022-09-27T16:11:25.6285137Z test_gradgrad_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.028s) 2022-09-27T16:11:25.6719509Z test_gradgrad_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.043s) 2022-09-27T16:11:25.6817835Z test_gradgrad_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-09-27T16:11:25.6902251Z test_gradgrad_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-09-27T16:11:25.7638004Z test_gradgrad_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.073s) 2022-09-27T16:11:29.6274741Z test_gradgrad_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (3.864s) 2022-09-27T16:11:33.4893292Z test_gradgrad_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (3.862s) 2022-09-27T16:11:33.5216093Z test_gradgrad_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.032s) 2022-09-27T16:11:33.5455667Z test_gradgrad_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.024s) 2022-09-27T16:11:33.6431764Z test_gradgrad_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.097s) 2022-09-27T16:11:44.1672148Z test_gradgrad_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (10.524s) 2022-09-27T16:11:54.6840439Z test_gradgrad_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (10.517s) 2022-09-27T16:11:54.6874680Z test_gradgrad_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... /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-27T16:11:54.6875279Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:11:54.6964403Z /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-27T16:11:54.6965477Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:11:54.7056393Z /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-27T16:11:54.7057487Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:11:54.7143931Z /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-27T16:11:54.7144872Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:11:54.7235503Z ok (0.040s) 2022-09-27T16:11:54.7250355Z test_gradgrad_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... /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-27T16:11:54.7251618Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:11:54.7346299Z /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-27T16:11:54.7347247Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:11:54.7444595Z /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-27T16:11:54.7445703Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:11:54.7544205Z /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-27T16:11:54.7545154Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:11:54.7645173Z ok (0.041s) 2022-09-27T16:11:54.7660194Z test_gradgrad_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... /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-27T16:11:54.7661142Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:11:54.7768191Z /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-27T16:11:54.7769223Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:11:54.7890379Z /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-27T16:11:54.7891280Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:11:54.7996569Z /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-27T16:11:54.7997387Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:11:54.8111586Z ok (0.047s) 2022-09-27T16:11:54.8124621Z test_gradgrad_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... /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-27T16:11:54.8125594Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:11:54.8219036Z /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-27T16:11:54.8219990Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:11:54.8308636Z ok (0.020s) 2022-09-27T16:11:54.8322379Z test_gradgrad_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... /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-27T16:11:54.8323347Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:11:54.8422970Z /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-27T16:11:54.8424360Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:11:54.8522876Z ok (0.021s) 2022-09-27T16:11:54.8536814Z test_gradgrad_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... /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-27T16:11:54.8537786Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:11:54.8683226Z /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-27T16:11:54.8684052Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:11:54.8815442Z ok (0.029s) 2022-09-27T16:11:54.9043304Z test_gradgrad_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.023s) 2022-09-27T16:11:58.7812839Z test_gradgrad_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (3.877s) 2022-09-27T16:12:02.6693782Z test_gradgrad_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (3.888s) 2022-09-27T16:12:02.6867940Z test_gradgrad_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.017s) 2022-09-27T16:12:02.7594063Z test_gradgrad_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.072s) 2022-09-27T16:12:06.9211260Z test_gradgrad_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (4.162s) 2022-09-27T16:12:11.0822576Z test_gradgrad_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (4.161s) 2022-09-27T16:12:11.0907382Z test_gradgrad_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-09-27T16:12:11.0964655Z test_gradgrad_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:12:17.6613565Z test_gradgrad_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (6.565s) 2022-09-27T16:12:20.7524967Z test_gradgrad_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (3.091s) 2022-09-27T16:12:23.5136196Z test_gradgrad_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (2.761s) 2022-09-27T16:12:40.3181186Z test_gradgrad_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (16.804s) 2022-09-27T16:12:40.3201312Z test_if_train_and_eval_modes_differ_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:40.3219860Z test_if_train_and_eval_modes_differ_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:40.3235651Z test_if_train_and_eval_modes_differ_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:40.3250470Z test_if_train_and_eval_modes_differ_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-09-27T16:12:40.3265679Z test_if_train_and_eval_modes_differ_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-09-27T16:12:40.3280712Z test_if_train_and_eval_modes_differ_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-09-27T16:12:40.3297771Z test_if_train_and_eval_modes_differ_nn_BatchNorm2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:40.3315397Z test_if_train_and_eval_modes_differ_nn_BatchNorm2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:40.3333539Z test_if_train_and_eval_modes_differ_nn_BatchNorm3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:40.3350900Z test_if_train_and_eval_modes_differ_nn_BatchNorm3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:40.3374125Z test_if_train_and_eval_modes_differ_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:40.3396135Z test_if_train_and_eval_modes_differ_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:40.3422806Z test_if_train_and_eval_modes_differ_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:12:40.3447988Z test_if_train_and_eval_modes_differ_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:40.3476870Z test_if_train_and_eval_modes_differ_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:12:40.3504255Z test_if_train_and_eval_modes_differ_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:12:40.3533378Z test_if_train_and_eval_modes_differ_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:12:40.3560874Z test_if_train_and_eval_modes_differ_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:12:40.3580530Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... /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-27T16:12:40.3581825Z "Complex modules are a new feature under active development whose design may change, " 2022-09-27T16:12:40.3587433Z ok (0.003s) 2022-09-27T16:12:40.3686059Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... expected failure (0.010s) 2022-09-27T16:12:40.3709183Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:40.3729379Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:40.3750382Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:40.3771054Z test_if_train_and_eval_modes_differ_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:40.3792529Z test_if_train_and_eval_modes_differ_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:40.3815898Z test_if_train_and_eval_modes_differ_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:40.3839428Z test_if_train_and_eval_modes_differ_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:40.3871426Z test_if_train_and_eval_modes_differ_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:12:40.3901251Z test_if_train_and_eval_modes_differ_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:12:40.3919075Z test_if_train_and_eval_modes_differ_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:40.3936496Z test_if_train_and_eval_modes_differ_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:40.3954501Z test_if_train_and_eval_modes_differ_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:40.3971574Z test_if_train_and_eval_modes_differ_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:40.3994813Z test_if_train_and_eval_modes_differ_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:40.4018028Z test_if_train_and_eval_modes_differ_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:40.4103800Z test_if_train_and_eval_modes_differ_nn_GRU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-09-27T16:12:40.4192832Z test_if_train_and_eval_modes_differ_nn_GRU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-09-27T16:12:40.4215797Z test_if_train_and_eval_modes_differ_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:40.4239158Z test_if_train_and_eval_modes_differ_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:40.4256117Z test_if_train_and_eval_modes_differ_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:40.4272927Z test_if_train_and_eval_modes_differ_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:40.4294520Z test_if_train_and_eval_modes_differ_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:40.4314862Z test_if_train_and_eval_modes_differ_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:40.4338118Z test_if_train_and_eval_modes_differ_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:40.4362061Z test_if_train_and_eval_modes_differ_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:40.4536622Z test_if_train_and_eval_modes_differ_nn_LSTM_cpu_float32 (__main__.TestModuleCPU) ... ok (0.017s) 2022-09-27T16:12:40.4726870Z test_if_train_and_eval_modes_differ_nn_LSTM_cpu_float64 (__main__.TestModuleCPU) ... ok (0.019s) 2022-09-27T16:12:40.4746293Z test_if_train_and_eval_modes_differ_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... /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-27T16:12:40.4747264Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:12:40.4766114Z ok (0.004s) 2022-09-27T16:12:40.4799524Z test_if_train_and_eval_modes_differ_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:12:40.4836600Z test_if_train_and_eval_modes_differ_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:12:40.4873073Z test_if_train_and_eval_modes_differ_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:12:40.4910928Z test_if_train_and_eval_modes_differ_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:12:40.4947463Z test_if_train_and_eval_modes_differ_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:12:40.4972584Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:40.4996696Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:40.5021359Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:40.5047165Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:12:40.5074444Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:12:40.5102099Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:12:40.5123126Z test_if_train_and_eval_modes_differ_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:40.5144111Z test_if_train_and_eval_modes_differ_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:40.5349243Z test_if_train_and_eval_modes_differ_nn_MultiheadAttention_cpu_float32 (__main__.TestModuleCPU) ... ok (0.020s) 2022-09-27T16:12:40.5563217Z test_if_train_and_eval_modes_differ_nn_MultiheadAttention_cpu_float64 (__main__.TestModuleCPU) ... ok (0.021s) 2022-09-27T16:12:40.5587147Z test_if_train_and_eval_modes_differ_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:40.5612921Z test_if_train_and_eval_modes_differ_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:40.5636835Z test_if_train_and_eval_modes_differ_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:40.5661827Z test_if_train_and_eval_modes_differ_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:40.5818656Z test_if_train_and_eval_modes_differ_nn_RNN_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:12:40.5984285Z test_if_train_and_eval_modes_differ_nn_RNN_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:12:40.6000283Z test_if_train_and_eval_modes_differ_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:40.6018167Z test_if_train_and_eval_modes_differ_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:40.6034967Z test_if_train_and_eval_modes_differ_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:40.6052230Z test_if_train_and_eval_modes_differ_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:40.6367403Z test_if_train_and_eval_modes_differ_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.031s) 2022-09-27T16:12:40.6682957Z test_if_train_and_eval_modes_differ_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.032s) 2022-09-27T16:12:40.6886049Z test_if_train_and_eval_modes_differ_nn_TransformerEncoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.020s) 2022-09-27T16:12:40.7097929Z test_if_train_and_eval_modes_differ_nn_TransformerEncoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.021s) 2022-09-27T16:12:40.7894252Z test_if_train_and_eval_modes_differ_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.080s) 2022-09-27T16:12:40.8628401Z test_if_train_and_eval_modes_differ_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.073s) 2022-09-27T16:12:40.8697557Z test_memory_format_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:12:40.8762326Z test_memory_format_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:12:40.8805461Z test_memory_format_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:12:40.8849311Z test_memory_format_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:12:40.8877875Z test_memory_format_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:12:40.8908249Z test_memory_format_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:12:40.8959685Z test_memory_format_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:12:40.9009939Z test_memory_format_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:12:40.9063083Z test_memory_format_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:12:40.9115060Z test_memory_format_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:12:40.9167830Z test_memory_format_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:12:40.9221604Z test_memory_format_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:12:40.9274819Z test_memory_format_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:12:40.9326845Z test_memory_format_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:12:40.9356704Z test_memory_format_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:12:40.9385918Z test_memory_format_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:12:40.9456319Z test_memory_format_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:12:40.9522096Z test_memory_format_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:12:40.9627465Z test_memory_format_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-09-27T16:12:40.9717522Z test_memory_format_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-09-27T16:12:40.9772148Z test_memory_format_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.005s) 2022-09-27T16:12:40.9822266Z test_memory_format_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.005s) 2022-09-27T16:12:40.9881117Z test_memory_format_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:12:40.9999356Z test_memory_format_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... expected failure (0.012s) 2022-09-27T16:12:41.0058678Z test_memory_format_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:12:41.0108986Z test_memory_format_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:12:41.0159412Z test_memory_format_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:12:41.0206673Z test_memory_format_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.005s) 2022-09-27T16:12:41.0255185Z test_memory_format_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.005s) 2022-09-27T16:12:41.0309134Z test_memory_format_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.005s) 2022-09-27T16:12:41.0362027Z test_memory_format_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.005s) 2022-09-27T16:12:41.0459566Z test_memory_format_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-09-27T16:12:41.0556744Z test_memory_format_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-09-27T16:12:41.0611995Z test_memory_format_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:12:41.0670415Z test_memory_format_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:12:41.0701274Z test_memory_format_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:12:41.0729939Z test_memory_format_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:12:41.0785792Z test_memory_format_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:12:41.0842591Z test_memory_format_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:12:41.1343600Z test_memory_format_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.050s) 2022-09-27T16:12:41.1854639Z test_memory_format_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.051s) 2022-09-27T16:12:41.2350360Z test_memory_format_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.049s) 2022-09-27T16:12:41.2865004Z test_memory_format_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.051s) 2022-09-27T16:12:41.2894897Z test_memory_format_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:12:41.2924952Z test_memory_format_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:12:41.2973475Z test_memory_format_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:12:41.3021400Z test_memory_format_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:12:41.3050410Z test_memory_format_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:12:41.3078415Z test_memory_format_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:12:41.3138338Z test_memory_format_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:12:41.3201295Z test_memory_format_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:12:41.4257791Z test_memory_format_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.105s) 2022-09-27T16:12:41.5331858Z test_memory_format_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.107s) 2022-09-27T16:12:41.6383240Z test_memory_format_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.105s) 2022-09-27T16:12:41.7452112Z test_memory_format_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.107s) 2022-09-27T16:12:41.7535358Z test_memory_format_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-09-27T16:12:41.7610355Z test_memory_format_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:12:41.7717820Z test_memory_format_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.011s) 2022-09-27T16:12:41.7817801Z test_memory_format_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-09-27T16:12:41.7872141Z test_memory_format_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.005s) 2022-09-27T16:12:41.7922063Z test_memory_format_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.005s) 2022-09-27T16:12:41.7981637Z test_memory_format_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:12:41.8035744Z test_memory_format_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:12:41.8084712Z test_memory_format_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.005s) 2022-09-27T16:12:41.8138137Z test_memory_format_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.005s) 2022-09-27T16:12:41.8191363Z test_memory_format_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.005s) 2022-09-27T16:12:41.8244609Z test_memory_format_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.005s) 2022-09-27T16:12:41.8273388Z test_memory_format_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:12:41.8301624Z test_memory_format_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:12:41.8329838Z test_memory_format_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:12:41.8357716Z test_memory_format_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:12:41.8386365Z test_memory_format_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:12:41.8414911Z test_memory_format_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:12:41.8442204Z test_memory_format_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:12:41.8470850Z test_memory_format_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:12:41.8530889Z test_memory_format_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:12:41.8591873Z test_memory_format_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:12:41.9300422Z test_memory_format_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.071s) 2022-09-27T16:12:41.9998485Z test_memory_format_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.070s) 2022-09-27T16:12:42.0700282Z test_memory_format_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.070s) 2022-09-27T16:12:42.1395700Z test_memory_format_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.069s) 2022-09-27T16:12:42.1456740Z test_memory_format_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:12:42.1514804Z test_memory_format_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:12:42.1569839Z test_memory_format_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:12:42.1623857Z test_memory_format_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:12:42.1653209Z test_memory_format_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:12:42.1680763Z test_memory_format_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:12:42.1708619Z test_memory_format_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:12:42.1736555Z test_memory_format_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:12:42.1764224Z test_memory_format_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:12:42.1792022Z test_memory_format_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:12:42.1819836Z test_memory_format_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:12:42.1847375Z test_memory_format_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:12:42.1869430Z test_multiple_device_transfer_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.1891069Z test_multiple_device_transfer_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.1912454Z test_multiple_device_transfer_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.1934426Z test_multiple_device_transfer_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.1955605Z test_multiple_device_transfer_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.1977183Z test_multiple_device_transfer_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.1998692Z test_multiple_device_transfer_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.2020454Z test_multiple_device_transfer_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.2041954Z test_multiple_device_transfer_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.2063772Z test_multiple_device_transfer_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.2085122Z test_multiple_device_transfer_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.2106810Z test_multiple_device_transfer_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.2128306Z test_multiple_device_transfer_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.2150066Z test_multiple_device_transfer_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.2171918Z test_multiple_device_transfer_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.2193440Z test_multiple_device_transfer_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.2215042Z test_multiple_device_transfer_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.2236536Z test_multiple_device_transfer_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.2258350Z test_multiple_device_transfer_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.2279992Z test_multiple_device_transfer_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.2302139Z test_multiple_device_transfer_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.2323471Z test_multiple_device_transfer_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.2345388Z test_multiple_device_transfer_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.2367036Z test_multiple_device_transfer_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.2388892Z test_multiple_device_transfer_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.2410928Z test_multiple_device_transfer_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.2432875Z test_multiple_device_transfer_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.2454798Z test_multiple_device_transfer_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.2476310Z test_multiple_device_transfer_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.2498112Z test_multiple_device_transfer_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.2519754Z test_multiple_device_transfer_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.2541650Z test_multiple_device_transfer_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.2563299Z test_multiple_device_transfer_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.2585192Z test_multiple_device_transfer_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.2606846Z test_multiple_device_transfer_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.2628651Z test_multiple_device_transfer_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.2650509Z test_multiple_device_transfer_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.2671904Z test_multiple_device_transfer_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.2694402Z test_multiple_device_transfer_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.2715907Z test_multiple_device_transfer_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.2738002Z test_multiple_device_transfer_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.2759657Z test_multiple_device_transfer_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.2781717Z test_multiple_device_transfer_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.2803448Z test_multiple_device_transfer_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.2825489Z test_multiple_device_transfer_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.2847585Z test_multiple_device_transfer_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.2869910Z test_multiple_device_transfer_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.2892044Z test_multiple_device_transfer_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.2913481Z test_multiple_device_transfer_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.2935435Z test_multiple_device_transfer_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.2956901Z test_multiple_device_transfer_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.2978663Z test_multiple_device_transfer_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.3000153Z test_multiple_device_transfer_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.3021765Z test_multiple_device_transfer_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.3043314Z test_multiple_device_transfer_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.3065009Z test_multiple_device_transfer_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.3086540Z test_multiple_device_transfer_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.3108272Z test_multiple_device_transfer_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.3130145Z test_multiple_device_transfer_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.3151395Z test_multiple_device_transfer_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.3173227Z test_multiple_device_transfer_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.3194980Z test_multiple_device_transfer_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.3216663Z test_multiple_device_transfer_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.3237796Z test_multiple_device_transfer_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.3259411Z test_multiple_device_transfer_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.3280648Z test_multiple_device_transfer_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.3302197Z test_multiple_device_transfer_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.3323355Z test_multiple_device_transfer_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.3344865Z test_multiple_device_transfer_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.3366228Z test_multiple_device_transfer_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.3387808Z test_multiple_device_transfer_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.3409375Z test_multiple_device_transfer_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.3430798Z test_multiple_device_transfer_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.3452184Z test_multiple_device_transfer_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.3473550Z test_multiple_device_transfer_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.3494894Z test_multiple_device_transfer_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.3516186Z test_multiple_device_transfer_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.3537783Z test_multiple_device_transfer_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.3559352Z test_multiple_device_transfer_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.3580378Z test_multiple_device_transfer_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.3601884Z test_multiple_device_transfer_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.3623095Z test_multiple_device_transfer_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.3644476Z test_multiple_device_transfer_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.3666057Z test_multiple_device_transfer_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.3687175Z test_multiple_device_transfer_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.3708884Z test_multiple_device_transfer_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.3730412Z test_multiple_device_transfer_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.3751664Z test_multiple_device_transfer_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.3773159Z test_multiple_device_transfer_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.3794319Z test_multiple_device_transfer_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.3815869Z test_multiple_device_transfer_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.3837068Z test_multiple_device_transfer_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.3858779Z test_multiple_device_transfer_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:42.3890388Z test_non_contiguous_tensors_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:12:42.3921149Z test_non_contiguous_tensors_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:12:42.3988853Z test_non_contiguous_tensors_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:12:42.4054068Z test_non_contiguous_tensors_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:12:42.4115289Z test_non_contiguous_tensors_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:12:42.4175761Z test_non_contiguous_tensors_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:12:42.4254164Z test_non_contiguous_tensors_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-09-27T16:12:42.4334004Z test_non_contiguous_tensors_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-09-27T16:12:42.4413414Z test_non_contiguous_tensors_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-09-27T16:12:42.4490270Z test_non_contiguous_tensors_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-09-27T16:12:42.4568701Z test_non_contiguous_tensors_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-09-27T16:12:42.4645877Z test_non_contiguous_tensors_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-09-27T16:12:42.4725413Z test_non_contiguous_tensors_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-09-27T16:12:42.4803117Z test_non_contiguous_tensors_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-09-27T16:12:42.4983132Z test_non_contiguous_tensors_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.018s) 2022-09-27T16:12:42.5156187Z test_non_contiguous_tensors_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.017s) 2022-09-27T16:12:42.5393896Z test_non_contiguous_tensors_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.024s) 2022-09-27T16:12:42.5598363Z test_non_contiguous_tensors_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.020s) 2022-09-27T16:12:42.5850293Z test_non_contiguous_tensors_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.025s) 2022-09-27T16:12:42.6071684Z test_non_contiguous_tensors_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.022s) 2022-09-27T16:12:42.6384496Z test_non_contiguous_tensors_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.031s) 2022-09-27T16:12:42.6620852Z test_non_contiguous_tensors_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.024s) 2022-09-27T16:12:42.6788478Z test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... ok (0.017s) 2022-09-27T16:12:42.6909818Z test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... expected failure (0.012s) 2022-09-27T16:12:42.7077761Z test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.017s) 2022-09-27T16:12:42.7205099Z test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.013s) 2022-09-27T16:12:42.7328044Z test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-09-27T16:12:42.7464198Z test_non_contiguous_tensors_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.014s) 2022-09-27T16:12:42.7594048Z test_non_contiguous_tensors_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.013s) 2022-09-27T16:12:42.7748917Z test_non_contiguous_tensors_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.015s) 2022-09-27T16:12:42.7899250Z test_non_contiguous_tensors_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.015s) 2022-09-27T16:12:42.8269786Z test_non_contiguous_tensors_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.037s) 2022-09-27T16:12:42.8643453Z test_non_contiguous_tensors_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.037s) 2022-09-27T16:12:42.8750045Z test_non_contiguous_tensors_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.011s) 2022-09-27T16:12:42.8857728Z test_non_contiguous_tensors_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-09-27T16:12:42.8973933Z test_non_contiguous_tensors_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.012s) 2022-09-27T16:12:42.9084879Z test_non_contiguous_tensors_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-09-27T16:12:42.9254368Z test_non_contiguous_tensors_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.017s) 2022-09-27T16:12:42.9418015Z test_non_contiguous_tensors_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:12:43.2299644Z test_non_contiguous_tensors_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.288s) 2022-09-27T16:12:43.5162949Z test_non_contiguous_tensors_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.286s) 2022-09-27T16:12:43.8048940Z test_non_contiguous_tensors_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.289s) 2022-09-27T16:12:44.0928096Z test_non_contiguous_tensors_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.288s) 2022-09-27T16:12:44.1130223Z test_non_contiguous_tensors_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.020s) 2022-09-27T16:12:44.1328376Z test_non_contiguous_tensors_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.020s) 2022-09-27T16:12:44.1415617Z test_non_contiguous_tensors_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-09-27T16:12:44.1498158Z test_non_contiguous_tensors_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-09-27T16:12:44.1650536Z test_non_contiguous_tensors_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.015s) 2022-09-27T16:12:44.1798502Z test_non_contiguous_tensors_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.015s) 2022-09-27T16:12:44.2010525Z test_non_contiguous_tensors_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.021s) 2022-09-27T16:12:44.2220276Z test_non_contiguous_tensors_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.021s) 2022-09-27T16:12:44.9911672Z test_non_contiguous_tensors_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.769s) 2022-09-27T16:12:45.7522720Z test_non_contiguous_tensors_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.761s) 2022-09-27T16:12:46.5187452Z test_non_contiguous_tensors_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.766s) 2022-09-27T16:12:47.2769659Z test_non_contiguous_tensors_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.758s) 2022-09-27T16:12:47.3008413Z test_non_contiguous_tensors_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.024s) 2022-09-27T16:12:47.3222181Z test_non_contiguous_tensors_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.021s) 2022-09-27T16:12:47.3472146Z test_non_contiguous_tensors_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.025s) 2022-09-27T16:12:47.3700836Z test_non_contiguous_tensors_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.023s) 2022-09-27T16:12:47.3961050Z test_non_contiguous_tensors_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.026s) 2022-09-27T16:12:47.4200353Z test_non_contiguous_tensors_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.024s) 2022-09-27T16:12:47.4329144Z test_non_contiguous_tensors_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.013s) 2022-09-27T16:12:47.4455049Z test_non_contiguous_tensors_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.013s) 2022-09-27T16:12:47.4590230Z test_non_contiguous_tensors_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.013s) 2022-09-27T16:12:47.4724062Z test_non_contiguous_tensors_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.013s) 2022-09-27T16:12:47.4879193Z test_non_contiguous_tensors_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.015s) 2022-09-27T16:12:47.5038081Z test_non_contiguous_tensors_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:12:47.5191744Z test_non_contiguous_tensors_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.015s) 2022-09-27T16:12:47.5348779Z test_non_contiguous_tensors_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:12:48.1982834Z test_non_contiguous_tensors_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.663s) 2022-09-27T16:12:48.8405590Z test_non_contiguous_tensors_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.642s) 2022-09-27T16:12:49.5048173Z test_non_contiguous_tensors_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.664s) 2022-09-27T16:12:50.1465715Z test_non_contiguous_tensors_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.642s) 2022-09-27T16:12:50.1701189Z test_non_contiguous_tensors_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.024s) 2022-09-27T16:12:50.1930915Z test_non_contiguous_tensors_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.023s) 2022-09-27T16:12:50.2144170Z test_non_contiguous_tensors_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.021s) 2022-09-27T16:12:50.2348211Z test_non_contiguous_tensors_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.020s) 2022-09-27T16:12:50.6415066Z test_non_contiguous_tensors_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.407s) 2022-09-27T16:12:51.0365490Z test_non_contiguous_tensors_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.395s) 2022-09-27T16:12:51.4434743Z test_non_contiguous_tensors_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.407s) 2022-09-27T16:12:51.8388400Z test_non_contiguous_tensors_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.395s) 2022-09-27T16:12:51.8503253Z test_non_contiguous_tensors_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.012s) 2022-09-27T16:12:51.8615630Z test_non_contiguous_tensors_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-09-27T16:12:51.8704887Z test_non_contiguous_tensors_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-09-27T16:12:51.8793812Z test_non_contiguous_tensors_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-09-27T16:12:52.1941207Z test_non_contiguous_tensors_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.315s) 2022-09-27T16:12:52.4978729Z test_non_contiguous_tensors_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.304s) 2022-09-27T16:12:52.7388062Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.241s) 2022-09-27T16:12:52.9704304Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.231s) 2022-09-27T16:12:53.1872881Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.217s) 2022-09-27T16:12:53.3971884Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.210s) 2022-09-27T16:12:53.8626688Z test_non_contiguous_tensors_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.465s) 2022-09-27T16:12:54.3155680Z test_non_contiguous_tensors_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.453s) 2022-09-27T16:12:54.3201260Z test_pickle_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:12:54.3239589Z test_pickle_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:12:54.3262204Z test_pickle_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:54.3283255Z test_pickle_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:54.3305369Z test_pickle_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:54.3327062Z test_pickle_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:54.3356462Z test_pickle_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:12:54.3385920Z test_pickle_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:12:54.3415910Z test_pickle_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:12:54.3444833Z test_pickle_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:12:54.3473909Z test_pickle_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:12:54.3503364Z test_pickle_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:12:54.3532482Z test_pickle_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:12:54.3561881Z test_pickle_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:12:54.3611362Z test_pickle_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:12:54.3659448Z test_pickle_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:12:54.3726676Z test_pickle_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:12:54.3790187Z test_pickle_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:12:54.3858571Z test_pickle_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:12:54.3926919Z test_pickle_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:12:54.3999830Z test_pickle_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:12:54.4070503Z test_pickle_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:12:54.4117243Z test_pickle_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:12:54.4217048Z test_pickle_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... expected failure (0.010s) 2022-09-27T16:12:54.4265081Z test_pickle_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:12:54.4306885Z test_pickle_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:12:54.4347062Z test_pickle_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:12:54.4388637Z test_pickle_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:12:54.4430982Z test_pickle_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:12:54.4477309Z test_pickle_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:12:54.4524888Z test_pickle_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:12:54.4637365Z test_pickle_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.011s) 2022-09-27T16:12:54.4749427Z test_pickle_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-09-27T16:12:54.4789666Z test_pickle_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:12:54.4832027Z test_pickle_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:12:54.4868445Z test_pickle_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:12:54.4903682Z test_pickle_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:12:54.4951528Z test_pickle_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:12:54.4999462Z test_pickle_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:12:54.5510384Z test_pickle_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.051s) 2022-09-27T16:12:54.6023959Z test_pickle_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.051s) 2022-09-27T16:12:54.6528661Z test_pickle_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.050s) 2022-09-27T16:12:54.7041011Z test_pickle_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.051s) 2022-09-27T16:12:54.7097241Z test_pickle_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:12:54.7150972Z test_pickle_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:12:54.7180460Z test_pickle_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:12:54.7208937Z test_pickle_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:12:54.7259799Z test_pickle_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:12:54.7309058Z test_pickle_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:12:54.7359520Z test_pickle_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:12:54.7410240Z test_pickle_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:12:54.8476483Z test_pickle_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.106s) 2022-09-27T16:12:54.9561424Z test_pickle_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.108s) 2022-09-27T16:12:55.0626632Z test_pickle_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.106s) 2022-09-27T16:12:55.1714774Z test_pickle_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.109s) 2022-09-27T16:12:55.1794064Z test_pickle_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-09-27T16:12:55.1866175Z test_pickle_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:12:55.1943637Z test_pickle_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-09-27T16:12:55.2024038Z test_pickle_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-09-27T16:12:55.2105061Z test_pickle_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-09-27T16:12:55.2183668Z test_pickle_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-09-27T16:12:55.2228905Z test_pickle_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:12:55.2273280Z test_pickle_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:12:55.2321646Z test_pickle_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:12:55.2368117Z test_pickle_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:12:55.2418726Z test_pickle_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:12:55.2469382Z test_pickle_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:12:55.2517667Z test_pickle_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:12:55.2565840Z test_pickle_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:12:55.4025816Z test_pickle_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.146s) 2022-09-27T16:12:55.5473483Z test_pickle_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.145s) 2022-09-27T16:12:55.6929281Z test_pickle_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.145s) 2022-09-27T16:12:55.8374673Z test_pickle_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.144s) 2022-09-27T16:12:55.8444850Z test_pickle_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:12:55.8517160Z test_pickle_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:12:55.8576510Z test_pickle_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:12:55.8634898Z test_pickle_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:12:55.9460324Z test_pickle_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.082s) 2022-09-27T16:12:56.0285450Z test_pickle_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.082s) 2022-09-27T16:12:56.1106585Z test_pickle_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.082s) 2022-09-27T16:12:56.1929471Z test_pickle_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.082s) 2022-09-27T16:12:56.1966693Z test_pickle_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:12:56.2003796Z test_pickle_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:12:56.2033981Z test_pickle_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:12:56.2063642Z test_pickle_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:12:56.2962066Z test_pickle_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.090s) 2022-09-27T16:12:56.3870841Z test_pickle_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.091s) 2022-09-27T16:12:56.4595879Z test_pickle_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.072s) 2022-09-27T16:12:56.5320914Z test_pickle_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.072s) 2022-09-27T16:12:56.5977793Z test_pickle_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.066s) 2022-09-27T16:12:56.6637580Z test_pickle_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.066s) 2022-09-27T16:12:56.8254498Z test_pickle_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.162s) 2022-09-27T16:12:56.9882930Z test_pickle_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.163s) 2022-09-27T16:12:56.9899930Z test_repr_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:56.9915109Z test_repr_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-09-27T16:12:56.9927374Z test_repr_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-09-27T16:12:56.9939238Z test_repr_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-09-27T16:12:56.9951478Z test_repr_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-09-27T16:12:56.9962687Z test_repr_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-09-27T16:12:56.9976164Z test_repr_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-09-27T16:12:56.9989640Z test_repr_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-09-27T16:12:57.0003025Z test_repr_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-09-27T16:12:57.0017182Z test_repr_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-09-27T16:12:57.0031081Z test_repr_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-09-27T16:12:57.0045351Z test_repr_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-09-27T16:12:57.0058772Z test_repr_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-09-27T16:12:57.0072791Z test_repr_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-09-27T16:12:57.0089176Z test_repr_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:57.0105458Z test_repr_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:57.0123464Z test_repr_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:57.0142123Z test_repr_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:57.0160174Z test_repr_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:57.0179709Z test_repr_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:57.0199725Z test_repr_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:57.0220089Z test_repr_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:57.0236341Z test_repr_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:57.0251892Z test_repr_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:57.0267024Z test_repr_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-09-27T16:12:57.0281289Z test_repr_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-09-27T16:12:57.0296554Z test_repr_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-09-27T16:12:57.0311743Z test_repr_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-09-27T16:12:57.0327166Z test_repr_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-09-27T16:12:57.0344197Z test_repr_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:57.0360526Z test_repr_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:57.0383350Z test_repr_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:57.0405474Z test_repr_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:57.0419758Z test_repr_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-09-27T16:12:57.0433597Z test_repr_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-09-27T16:12:57.0446717Z test_repr_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-09-27T16:12:57.0460245Z test_repr_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-09-27T16:12:57.0475943Z test_repr_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:57.0492681Z test_repr_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:57.0571015Z test_repr_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-09-27T16:12:57.0654388Z test_repr_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-09-27T16:12:57.0732332Z test_repr_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-09-27T16:12:57.0815106Z test_repr_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-09-27T16:12:57.0830474Z test_repr_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:57.0846078Z test_repr_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-09-27T16:12:57.0858745Z test_repr_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-09-27T16:12:57.0870655Z test_repr_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-09-27T16:12:57.0885257Z test_repr_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-09-27T16:12:57.0900910Z test_repr_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:57.0917301Z test_repr_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:57.0934938Z test_repr_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:57.1099111Z test_repr_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:12:57.1284677Z test_repr_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.018s) 2022-09-27T16:12:57.1447438Z test_repr_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:12:57.1624029Z test_repr_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.018s) 2022-09-27T16:12:57.1645710Z test_repr_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:57.1667420Z test_repr_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:57.1688399Z test_repr_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:57.1710931Z test_repr_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:57.1733757Z test_repr_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:57.1756439Z test_repr_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:57.1773278Z test_repr_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:57.1789817Z test_repr_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:57.1808318Z test_repr_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:57.1826019Z test_repr_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:57.1842998Z test_repr_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:57.1861023Z test_repr_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:57.1875951Z test_repr_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-09-27T16:12:57.1891913Z test_repr_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:57.2089921Z test_repr_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.020s) 2022-09-27T16:12:57.2296152Z test_repr_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.021s) 2022-09-27T16:12:57.2491381Z test_repr_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.019s) 2022-09-27T16:12:57.2697011Z test_repr_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.020s) 2022-09-27T16:12:57.2715797Z test_repr_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:57.2736231Z test_repr_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:57.2753752Z test_repr_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:57.2772681Z test_repr_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:12:57.2919023Z test_repr_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.015s) 2022-09-27T16:12:57.3074138Z test_repr_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.015s) 2022-09-27T16:12:57.3219164Z test_repr_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.014s) 2022-09-27T16:12:57.3373563Z test_repr_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.015s) 2022-09-27T16:12:57.3387078Z test_repr_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-09-27T16:12:57.3401315Z test_repr_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-09-27T16:12:57.3414373Z test_repr_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.001s) 2022-09-27T16:12:57.3427326Z test_repr_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-09-27T16:12:57.3611814Z test_repr_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.018s) 2022-09-27T16:12:57.3807711Z test_repr_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.020s) 2022-09-27T16:12:57.3951529Z test_repr_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.014s) 2022-09-27T16:12:57.4105653Z test_repr_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.015s) 2022-09-27T16:12:57.4234969Z test_repr_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.013s) 2022-09-27T16:12:57.4371978Z test_repr_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.014s) 2022-09-27T16:12:57.4948030Z test_repr_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.057s) 2022-09-27T16:12:57.5539433Z test_repr_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.059s) 2022-09-27T16:12:57.5539782Z 2022-09-27T16:12:57.5541903Z ---------------------------------------------------------------------- 2022-09-27T16:12:57.5542398Z Ran 918 tests in 108.585s 2022-09-27T16:12:57.5542620Z 2022-09-27T16:12:57.5542795Z OK (skipped=214, expected failures=17) 2022-09-27T16:12:57.5542968Z 2022-09-27T16:12:57.5543257Z Generating XML reports... 2022-09-27T16:12:57.7047633Z Generated XML report: test-reports/python-unittest/test_modules/TEST-TestModuleCPU-20220927161108.xml 2022-09-27T16:12:58.1189674Z Running test_cpp_extensions_jit ... [2022-09-27 16:12:58.118626] 2022-09-27T16:12:58.1190384Z Executing ['/opt/conda/bin/python', '-bb', 'test_cpp_extensions_jit.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:12:58.118711] 2022-09-27T16:12:59.5754902Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T16:12:59.5790534Z Test results will be stored in test-reports/python-unittest/test_cpp_extensions_jit 2022-09-27T16:12:59.5805201Z 2022-09-27T16:12:59.5805302Z Running tests... 2022-09-27T16:12:59.5806002Z ---------------------------------------------------------------------- 2022-09-27T16:13:01.0579225Z test_autograd_from_cpp (__main__.TestCppExtensionJIT) ... ok (1.477s) 2022-09-27T16:13:14.8945313Z test_compilation_error_formatting (__main__.TestCppExtensionJIT) ... ok (13.836s) 2022-09-27T16:13:14.8965233Z 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:13:14.8965686Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/cpp_frontend_extension... 2022-09-27T16:13:14.9353076Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/cpp_frontend_extension/build.ninja... 2022-09-27T16:13:14.9357737Z Building extension module cpp_frontend_extension... 2022-09-27T16:13:14.9358248Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:13:15.9261009Z [1/2] c++ -MMD -MF cpp_frontend_extension.o.d -DTORCH_EXTENSION_NAME=cpp_frontend_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -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:13:16.2100949Z [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:13:16.2150603Z Loading extension module cpp_frontend_extension... 2022-09-27T16:13:16.2213367Z ok (1.327s) 2022-09-27T16:13:16.2230514Z 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:13:16.2232077Z No modifications detected for re-loaded extension module cpp_frontend_extension, skipping build step... 2022-09-27T16:13:16.2232421Z Loading extension module cpp_frontend_extension... 2022-09-27T16:13:16.2246120Z ok (0.003s) 2022-09-27T16:13:16.2283351Z 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:13:16.2284295Z No modifications detected for re-loaded extension module cpp_frontend_extension, skipping build step... 2022-09-27T16:13:16.2284619Z Loading extension module cpp_frontend_extension... 2022-09-27T16:13:16.2349304Z ok (0.010s) 2022-09-27T16:13:16.2362924Z test_cpp_frontend_module_python_inter_op_with_cuda (__main__.TestCppExtensionJIT) ... skip: CUDA not found (0.001s) 2022-09-27T16:13:16.2376264Z test_custom_compound_op_autograd (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-09-27T16:13:16.2376731Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/is_python_module... 2022-09-27T16:13:16.2768365Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/is_python_module/build.ninja... 2022-09-27T16:13:16.2773339Z Building extension module is_python_module... 2022-09-27T16:13:16.2773600Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:13:17.2224647Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=is_python_module -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -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:13:17.4297073Z [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:13:17.4345976Z Loading extension module is_python_module... 2022-09-27T16:13:17.4367901Z /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:13:17.4368459Z f'Input #{idx} requires gradient and ' 2022-09-27T16:13:17.4369373Z /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:13:17.4369871Z f'Input #{idx} requires gradient and ' 2022-09-27T16:13:17.4394359Z /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:13:17.4394856Z f'Input #{idx} requires gradient and ' 2022-09-27T16:13:17.4395500Z /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:13:17.4395982Z f'Input #{idx} requires gradient and ' 2022-09-27T16:13:17.4468634Z ok (1.210s) 2022-09-27T16:13:17.4477475Z test_half_support (__main__.TestCppExtensionJIT) 2022-09-27T16:13:17.4478216Z Checks for an issue with operator< ambiguity for half when certain ... skip: Temporarily disabled (0.001s) 2022-09-27T16:13:17.4486556Z test_inline_jit_compile_custom_op_cuda (__main__.TestCppExtensionJIT) ... skip: Temporarily disabled (0.001s) 2022-09-27T16:13:17.4495462Z test_inline_jit_compile_extension_cuda (__main__.TestCppExtensionJIT) ... skip: Temporarily disabled (0.001s) 2022-09-27T16:13:17.4508516Z 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:13:17.4509031Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension... 2022-09-27T16:13:17.4895079Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension/build.ninja... 2022-09-27T16:13:17.4899311Z Building extension module inline_jit_extension... 2022-09-27T16:13:17.4899582Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:13:18.4727507Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=inline_jit_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -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:13:18.6787650Z [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:13:18.6837859Z Loading extension module inline_jit_extension... 2022-09-27T16:13:18.6858787Z ok (1.236s) 2022-09-27T16:13:18.6873841Z test_inline_jit_compile_extension_throws_when_functions_is_bad (__main__.TestCppExtensionJIT) ... ok (0.001s) 2022-09-27T16:13:18.6883143Z 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:13:18.6883883Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension_with_functions_dict... 2022-09-27T16:13:18.7270772Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension_with_functions_dict/build.ninja... 2022-09-27T16:13:18.7274271Z Building extension module inline_jit_extension_with_functions_dict... 2022-09-27T16:13:18.7274644Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:13:19.6348716Z [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=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -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:13:19.8519250Z [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:13:19.8569627Z Loading extension module inline_jit_extension_with_functions_dict... 2022-09-27T16:13:19.8585078Z ok (1.171s) 2022-09-27T16:13:19.8601988Z 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:13:19.8602463Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension_with_functions_list... 2022-09-27T16:13:19.8988312Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension_with_functions_list/build.ninja... 2022-09-27T16:13:19.8992414Z Building extension module inline_jit_extension_with_functions_list... 2022-09-27T16:13:19.8992729Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:13:20.8673748Z [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=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -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:13:21.0893043Z [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:13:21.0943510Z Loading extension module inline_jit_extension_with_functions_list... 2022-09-27T16:13:21.0964824Z ok (1.238s) 2022-09-27T16:13:21.0985106Z test_jit_compile_extension (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-09-27T16:13:21.0985642Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/jit_extension... 2022-09-27T16:13:21.1375116Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/jit_extension/build.ninja... 2022-09-27T16:13:21.1379387Z Building extension module jit_extension... 2022-09-27T16:13:21.1379678Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:13:22.1971469Z [1/3] c++ -MMD -MF jit_extension2.o.d -DTORCH_EXTENSION_NAME=jit_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -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:13:22.2123819Z [2/3] c++ -MMD -MF jit_extension.o.d -DTORCH_EXTENSION_NAME=jit_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -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:13:22.5702334Z [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:13:22.5751666Z Loading extension module jit_extension... 2022-09-27T16:13:22.5779782Z ok (1.481s) 2022-09-27T16:13:22.5792937Z test_jit_cuda_archflags (__main__.TestCppExtensionJIT) ... skip: CUDA not found (0.001s) 2022-09-27T16:13:22.5800079Z test_jit_cuda_extension (__main__.TestCppExtensionJIT) ... skip: CUDA not found (0.001s) 2022-09-27T16:13:22.5808681Z test_jit_cudnn_extension (__main__.TestCppExtensionJIT) ... skip: CuDNN not found (0.001s) 2022-09-27T16:13:22.5822888Z 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:13:22.5823350Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/lenient_flag_handling_extension... 2022-09-27T16:13:22.6210085Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/lenient_flag_handling_extension/build.ninja... 2022-09-27T16:13:22.6214411Z Building extension module lenient_flag_handling_extension... 2022-09-27T16:13:22.6214717Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:13:23.6001477Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=lenient_flag_handling_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -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:13:23.8668956Z [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:13:23.8733666Z Loading extension module lenient_flag_handling_extension... 2022-09-27T16:13:23.8754270Z ok (1.294s) 2022-09-27T16:13:23.8769966Z 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:13:23.8780238Z 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:13:23.8789770Z 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:13:23.9186096Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/is_python_module/build.ninja... 2022-09-27T16:13:23.9197633Z Building extension module is_python_module_v1... 2022-09-27T16:13:23.9197919Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:13:24.8311757Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=is_python_module_v1 -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -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:13:25.0638848Z [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:13:25.0689417Z Loading extension module is_python_module_v1... 2022-09-27T16:13:25.0712640Z ok (1.194s) 2022-09-27T16:13:25.0730676Z 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:13:25.0731142Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/test_set_default_type... 2022-09-27T16:13:25.1119561Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/test_set_default_type/build.ninja... 2022-09-27T16:13:25.1123980Z Building extension module test_set_default_type... 2022-09-27T16:13:25.1124252Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:13:26.0592150Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=test_set_default_type -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -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:13:26.2741398Z [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:13:26.2790629Z Loading extension module test_set_default_type... 2022-09-27T16:13:26.2810343Z ok (1.210s) 2022-09-27T16:13:27.4738098Z test_warning (__main__.TestCppExtensionJIT) ... [W main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-09-27T16:13:27.4743198Z [W main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-09-27T16:13:27.4747087Z [W main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-09-27T16:13:27.4748652Z [W main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-09-27T16:13:28.6892555Z UserWarning: Error with torch.DoubleTensor (Triggered internally at /var/lib/jenkins/.cache/torch_extensions/py37_cpu/warn_mod/main.cpp:12.) 2022-09-27T16:13:28.6894878Z ok (2.408s) 2022-09-27T16:13:28.6957518Z 2022-09-27T16:13:28.6958258Z ---------------------------------------------------------------------- 2022-09-27T16:13:28.6958669Z Ran 23 tests in 29.115s 2022-09-27T16:13:28.6958859Z 2022-09-27T16:13:28.6958984Z OK (skipped=8) 2022-09-27T16:13:28.6959137Z 2022-09-27T16:13:28.6959270Z Generating XML reports... 2022-09-27T16:13:28.7013868Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_jit/TEST-TestCppExtensionJIT-20220927161259.xml 2022-09-27T16:13:29.0544678Z Running test_binary_ufuncs ... [2022-09-27 16:13:29.054051] 2022-09-27T16:13:29.0545273Z Executing ['/opt/conda/bin/python', '-bb', 'test_binary_ufuncs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:13:29.054137] 2022-09-27T16:13:31.4281022Z Test results will be stored in test-reports/python-unittest/test_binary_ufuncs 2022-09-27T16:13:31.5555504Z 2022-09-27T16:13:31.5555958Z Running tests... 2022-09-27T16:13:31.5556385Z ---------------------------------------------------------------------- 2022-09-27T16:13:31.5576466Z test___add___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:31.5586236Z test___add___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.5594823Z test___add___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.5603309Z test___add___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.5612084Z test___add___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.5620798Z test___add___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.5629305Z test___add___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.5637917Z test___add___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.5646772Z test___and___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.5655689Z test___and___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.5664418Z test___and___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.5672994Z test___and___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.5681734Z test___and___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.5690789Z test___and___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.5699717Z test___and___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.5708591Z test___and___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.5717856Z test___eq___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.5726836Z test___eq___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.5735950Z test___eq___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.5744851Z test___eq___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.5753921Z test___eq___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.5762764Z test___eq___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.5771912Z test___eq___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.5780728Z test___eq___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.5789940Z test___floordiv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.5798883Z test___floordiv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.5808048Z test___floordiv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.5817166Z test___floordiv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.5826123Z test___floordiv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.5835143Z test___floordiv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.5844165Z test___floordiv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.5853608Z test___floordiv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.5862348Z test___ge___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.5871007Z test___ge___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.5879662Z test___ge___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.5888732Z test___ge___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.5897439Z test___ge___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.5905981Z test___ge___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.5914605Z test___ge___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.5923222Z test___ge___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.5932170Z test___gt___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.5940738Z test___gt___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.5949397Z test___gt___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.5958041Z test___gt___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.5966687Z test___gt___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.5975461Z test___gt___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.5984097Z test___gt___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.5992711Z test___gt___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6001313Z test___iadd___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6010111Z test___iadd___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6018528Z test___iadd___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6026995Z test___iadd___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6035471Z test___iadd___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6043946Z test___iadd___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6052643Z test___iadd___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6061645Z test___iadd___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6070503Z test___iand___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6079986Z test___iand___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6089667Z test___iand___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6099098Z test___iand___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6108572Z test___iand___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6118040Z test___iand___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6127505Z test___iand___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6137120Z test___iand___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6146660Z test___ifloordiv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6158040Z test___ifloordiv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6167358Z test___ifloordiv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6176908Z test___ifloordiv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6186195Z test___ifloordiv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6195545Z test___ifloordiv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6204858Z test___ifloordiv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6214483Z test___ifloordiv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6223769Z test___ilshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6233024Z test___ilshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6242277Z test___ilshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6251786Z test___ilshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6261091Z test___ilshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6270368Z test___ilshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6279705Z test___ilshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6289231Z test___ilshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6298806Z test___imod___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6308151Z test___imod___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6317514Z test___imod___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6326724Z test___imod___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6336556Z test___imod___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6345746Z test___imod___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6355304Z test___imod___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6364724Z test___imod___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6374400Z test___imul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6383847Z test___imul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6393099Z test___imul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6402422Z test___imul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6411985Z test___imul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6421257Z test___imul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6430622Z test___imul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6439953Z test___imul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6449685Z test___ior___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6459126Z test___ior___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6468512Z test___ior___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6477861Z test___ior___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6487228Z test___ior___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6496879Z test___ior___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6506284Z test___ior___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6515686Z test___ior___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6525315Z test___ipow___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6535057Z test___ipow___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6544561Z test___ipow___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6554278Z test___ipow___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6563624Z test___ipow___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6573327Z test___ipow___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6582798Z test___ipow___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6592445Z test___ipow___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6601941Z test___irshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6611657Z test___irshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6621020Z test___irshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6630389Z test___irshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6639872Z test___irshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6649607Z test___irshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6658986Z test___irshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6668516Z test___irshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6678135Z test___isub___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6687642Z test___isub___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6697136Z test___isub___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6706633Z test___isub___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6715920Z test___isub___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6725227Z test___isub___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6734731Z test___isub___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6744048Z test___isub___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6753570Z test___itruediv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6762974Z test___itruediv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6772576Z test___itruediv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6781988Z test___itruediv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6791337Z test___itruediv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6800749Z test___itruediv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6810176Z test___itruediv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6819631Z test___itruediv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6829088Z test___ixor___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6838426Z test___ixor___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6848101Z test___ixor___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6857911Z test___ixor___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6867360Z test___ixor___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6876883Z test___ixor___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6886321Z test___ixor___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6895926Z test___ixor___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6905547Z test___le___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6915018Z test___le___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6924467Z test___le___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6934044Z test___le___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6943459Z test___le___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6952856Z test___le___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6962299Z test___le___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6971962Z test___le___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6981435Z test___lshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.6990869Z test___lshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7000319Z test___lshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7010024Z test___lshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7019534Z test___lshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7028993Z test___lshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7038559Z test___lshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7047956Z test___lshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7057713Z test___lt___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7067254Z test___lt___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7076830Z test___lt___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7086140Z test___lt___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7095696Z test___lt___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7105199Z test___lt___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7114631Z test___lt___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7124156Z test___lt___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7133819Z test___matmul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7143140Z test___matmul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7152507Z test___matmul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7161786Z test___matmul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7171296Z test___matmul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7180614Z test___matmul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7189912Z test___matmul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7199191Z test___matmul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7208714Z test___mod___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7218267Z test___mod___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7227704Z test___mod___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7237171Z test___mod___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7246662Z test___mod___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7256401Z test___mod___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7265901Z test___mod___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7275402Z test___mod___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7284788Z test___mul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7294301Z test___mul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7303549Z test___mul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7312855Z test___mul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7322093Z test___mul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7331584Z test___mul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7340978Z test___mul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7350332Z test___mul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7360005Z test___ne___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7369493Z test___ne___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7378845Z test___ne___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7388148Z test___ne___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7397487Z test___ne___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7406787Z test___ne___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7416273Z test___ne___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7425543Z test___ne___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7434849Z test___or___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7444122Z test___or___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7453685Z test___or___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7462903Z test___or___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7472168Z test___or___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7481403Z test___or___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7490832Z test___or___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7500149Z test___or___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7509658Z test___pow___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7518909Z test___pow___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7528220Z test___pow___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7537254Z test___pow___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7545635Z test___pow___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7553941Z test___pow___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7562411Z test___pow___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7571601Z test___pow___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7580504Z test___radd___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7589350Z test___radd___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7598247Z test___radd___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7606733Z test___radd___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7615392Z test___radd___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7623709Z test___radd___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7632163Z test___radd___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7640433Z test___radd___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7649132Z test___rand___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7657713Z test___rand___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7666064Z test___rand___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7674472Z test___rand___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7682662Z test___rand___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7691275Z test___rand___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7699565Z test___rand___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7708063Z test___rand___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7716590Z test___rfloordiv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7725038Z test___rfloordiv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7733750Z test___rfloordiv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7742170Z test___rfloordiv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7750580Z test___rfloordiv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7758979Z test___rfloordiv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7767337Z test___rfloordiv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7776008Z test___rfloordiv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7784741Z test___rlshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7793213Z test___rlshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7801585Z test___rlshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7810565Z test___rlshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7819765Z test___rlshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7828911Z test___rlshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7838023Z test___rlshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7847274Z test___rlshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7856484Z test___rmatmul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7865130Z test___rmatmul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7873425Z test___rmatmul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7881845Z test___rmatmul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7890552Z test___rmatmul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7899233Z test___rmatmul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7907926Z test___rmatmul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7916367Z test___rmatmul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7925279Z test___rmod___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7934266Z test___rmod___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7943000Z test___rmod___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7951783Z test___rmod___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7960927Z test___rmod___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7969762Z test___rmod___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7978473Z test___rmod___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7987127Z test___rmod___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.7995623Z test___rmul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8004073Z test___rmul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8012748Z test___rmul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8021126Z test___rmul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8029575Z test___rmul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8038118Z test___rmul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8046598Z test___rmul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8055289Z test___rmul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8064311Z test___ror___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8073520Z test___ror___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8082519Z test___ror___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8091338Z test___ror___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8099971Z test___ror___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8108551Z test___ror___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8117092Z test___ror___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8125647Z test___ror___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8134914Z test___rpow___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8143676Z test___rpow___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8152472Z test___rpow___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8161263Z test___rpow___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8170258Z test___rpow___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8179568Z test___rpow___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8188090Z test___rpow___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8196845Z test___rpow___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8205898Z test___rrshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8215008Z test___rrshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8223766Z test___rrshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8232466Z test___rrshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8240751Z test___rrshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8249418Z test___rrshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8258118Z test___rrshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8266684Z test___rrshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8274868Z test___rshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8283262Z test___rshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8291901Z test___rshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8300144Z test___rshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8308458Z test___rshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8317019Z test___rshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8325258Z test___rshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8333883Z test___rshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8342380Z test___rsub___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8350696Z test___rsub___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8359268Z test___rsub___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8367447Z test___rsub___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8376056Z test___rsub___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8384686Z test___rsub___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8392947Z test___rsub___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8401285Z test___rsub___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8574794Z test___rtruediv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:13:31.8583905Z test___rtruediv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8592606Z test___rtruediv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8601946Z test___rtruediv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8611183Z test___rtruediv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8619985Z test___rtruediv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8628908Z test___rtruediv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8637779Z test___rtruediv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8646715Z test___rxor___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8655730Z test___rxor___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8664544Z test___rxor___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8673318Z test___rxor___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8682065Z test___rxor___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8691010Z test___rxor___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8699669Z test___rxor___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8708362Z test___rxor___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8717126Z test___sub___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8725856Z test___sub___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8734650Z test___sub___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8743216Z test___sub___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8751866Z test___sub___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8760516Z test___sub___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8769459Z test___sub___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8778113Z test___sub___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8786881Z test___truediv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8795470Z test___truediv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8804106Z test___truediv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8812968Z test___truediv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8821500Z test___truediv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8830032Z test___truediv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8838595Z test___truediv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8847368Z test___truediv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8856960Z test___xor___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8865265Z test___xor___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8873845Z test___xor___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8882327Z test___xor___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8891118Z test___xor___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8899766Z test___xor___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8908268Z test___xor___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.8917038Z test___xor___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:31.9044986Z test_add_broadcast_empty_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:13:31.9458030Z test_add_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:13:32.3644191Z test_add_with_tail_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.418s) 2022-09-27T16:13:32.3657577Z test_addcmul_scalars_as_floats_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:32.3670253Z test_addsub_half_tensor_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:32.3701801Z test_atan2_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:32.3738401Z test_atan2_edgecases_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:32.3764490Z test_batch_vs_slicing___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:32.3783497Z test_batch_vs_slicing___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.3817060Z test_batch_vs_slicing___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:32.3843398Z test_batch_vs_slicing___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:32.3873857Z test_batch_vs_slicing___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:32.3895347Z test_batch_vs_slicing___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.3916085Z test_batch_vs_slicing___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.3934925Z test_batch_vs_slicing___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.3953279Z test_batch_vs_slicing___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.3970731Z test_batch_vs_slicing___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.3988597Z test_batch_vs_slicing___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.4006334Z test_batch_vs_slicing___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.4024342Z test_batch_vs_slicing___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.4042143Z test_batch_vs_slicing___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.4060283Z test_batch_vs_slicing___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.4076708Z test_batch_vs_slicing___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.4094732Z test_batch_vs_slicing___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.4112536Z test_batch_vs_slicing___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.4134452Z test_batch_vs_slicing___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.4160658Z test_batch_vs_slicing___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:32.4190363Z test_batch_vs_slicing___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:32.4216855Z test_batch_vs_slicing___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:32.4250077Z test_batch_vs_slicing___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:32.4271443Z test_batch_vs_slicing___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.4294669Z test_batch_vs_slicing___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.4318877Z test_batch_vs_slicing___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.4343355Z test_batch_vs_slicing___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.4366688Z test_batch_vs_slicing___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.4391207Z test_batch_vs_slicing___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.4415871Z test_batch_vs_slicing___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.4438556Z test_batch_vs_slicing___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.4477610Z test_batch_vs_slicing___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:32.4499252Z test_batch_vs_slicing___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.4522240Z test_batch_vs_slicing___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.4542857Z test_batch_vs_slicing___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.4561129Z test_batch_vs_slicing___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.4587932Z test_batch_vs_slicing___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:32.4613087Z test_batch_vs_slicing___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.4643715Z test_batch_vs_slicing___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:32.4664205Z test_batch_vs_slicing___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.4685608Z test_batch_vs_slicing___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.4704719Z test_batch_vs_slicing___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.4723387Z test_batch_vs_slicing___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.4741284Z test_batch_vs_slicing___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.4759687Z test_batch_vs_slicing___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.4777609Z test_batch_vs_slicing___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.4795351Z test_batch_vs_slicing___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.4813521Z test_batch_vs_slicing___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.4831420Z test_batch_vs_slicing___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.4848095Z test_batch_vs_slicing___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.4866193Z test_batch_vs_slicing___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.4884071Z test_batch_vs_slicing___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.4901277Z 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:13:32.4901962Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T16:13:32.4913617Z ok (0.003s) 2022-09-27T16:13:32.4993735Z test_batch_vs_slicing___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:32.5061527Z test_batch_vs_slicing___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:32.5099359Z test_batch_vs_slicing___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:32.5125443Z test_batch_vs_slicing___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:32.5155186Z test_batch_vs_slicing___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:32.5180156Z test_batch_vs_slicing___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.5203991Z test_batch_vs_slicing___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.5226699Z test_batch_vs_slicing___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.5250743Z test_batch_vs_slicing___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.5273492Z test_batch_vs_slicing___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.5294228Z test_batch_vs_slicing___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.5321952Z test_batch_vs_slicing___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:32.5347261Z test_batch_vs_slicing___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.5377814Z test_batch_vs_slicing___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:32.5398284Z test_batch_vs_slicing___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.5420188Z test_batch_vs_slicing___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.5438932Z test_batch_vs_slicing___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.5458114Z test_batch_vs_slicing___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.5475650Z test_batch_vs_slicing___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.5494218Z test_batch_vs_slicing___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.5512042Z test_batch_vs_slicing___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.5530399Z test_batch_vs_slicing___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.5547820Z test_batch_vs_slicing___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.5565651Z test_batch_vs_slicing___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.5582361Z test_batch_vs_slicing___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.5600014Z test_batch_vs_slicing___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.5618366Z test_batch_vs_slicing___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.5637739Z test_batch_vs_slicing_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.5656431Z test_batch_vs_slicing_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.5683602Z test_batch_vs_slicing_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:32.5708622Z 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:13:32.5709147Z result = torch.complex(real, imag) 2022-09-27T16:13:32.5738604Z ok (0.005s) 2022-09-27T16:13:32.5763240Z test_batch_vs_slicing_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.5792904Z test_batch_vs_slicing_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:32.5812851Z test_batch_vs_slicing_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.5833720Z test_batch_vs_slicing_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.5852513Z test_batch_vs_slicing_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.5870831Z test_batch_vs_slicing_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.5888941Z test_batch_vs_slicing_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.5907072Z test_batch_vs_slicing_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.5923946Z test_batch_vs_slicing_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.5945354Z test_batch_vs_slicing_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.5971670Z test_batch_vs_slicing_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:32.5992525Z test_batch_vs_slicing_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.6016189Z test_batch_vs_slicing_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.6039444Z test_batch_vs_slicing_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.6063047Z test_batch_vs_slicing_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.6085392Z test_batch_vs_slicing_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.6109138Z test_batch_vs_slicing_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.6133220Z test_batch_vs_slicing_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.6151583Z test_batch_vs_slicing_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.6169143Z test_batch_vs_slicing_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.6186426Z test_batch_vs_slicing_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.6202512Z test_batch_vs_slicing_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.6219811Z test_batch_vs_slicing_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.6237423Z test_batch_vs_slicing_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.6255288Z test_batch_vs_slicing_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.6273107Z test_batch_vs_slicing_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.6289643Z test_batch_vs_slicing_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.6307715Z test_batch_vs_slicing_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.6325625Z test_batch_vs_slicing_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.6343592Z test_batch_vs_slicing_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.6361101Z test_batch_vs_slicing_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.6379661Z test_batch_vs_slicing_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.6395245Z test_batch_vs_slicing_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.6413122Z test_batch_vs_slicing_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.6430628Z test_batch_vs_slicing_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.6448423Z test_batch_vs_slicing_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.6466438Z test_batch_vs_slicing_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.6482922Z test_batch_vs_slicing_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.6500891Z test_batch_vs_slicing_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.6518745Z test_batch_vs_slicing_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.6536654Z test_batch_vs_slicing_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.6554226Z test_batch_vs_slicing_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.6572188Z test_batch_vs_slicing_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.6588838Z test_batch_vs_slicing_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.6606158Z test_batch_vs_slicing_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.6623848Z test_batch_vs_slicing_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.6644318Z test_batch_vs_slicing_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.6662655Z test_batch_vs_slicing_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.6692254Z test_batch_vs_slicing_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:32.6712450Z test_batch_vs_slicing_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.6733923Z test_batch_vs_slicing_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.6752124Z test_batch_vs_slicing_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.6770071Z test_batch_vs_slicing_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.6786640Z test_batch_vs_slicing_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.6804775Z test_batch_vs_slicing_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.6823076Z test_batch_vs_slicing_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.6842940Z test_batch_vs_slicing_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.6861645Z test_batch_vs_slicing_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.6890734Z test_batch_vs_slicing_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:32.6911059Z test_batch_vs_slicing_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.6932255Z test_batch_vs_slicing_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.6950202Z test_batch_vs_slicing_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.6967809Z test_batch_vs_slicing_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.6984969Z test_batch_vs_slicing_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.7002996Z test_batch_vs_slicing_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.7021718Z test_batch_vs_slicing_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.7052282Z test_batch_vs_slicing_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:32.7074632Z test_batch_vs_slicing_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.7098350Z test_batch_vs_slicing_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.7118749Z test_batch_vs_slicing_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.7143265Z test_batch_vs_slicing_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.7172394Z test_batch_vs_slicing_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:32.7192396Z test_batch_vs_slicing_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.7213849Z test_batch_vs_slicing_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.7235719Z test_batch_vs_slicing_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.7258384Z test_batch_vs_slicing_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.7279762Z test_batch_vs_slicing_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.7302102Z test_batch_vs_slicing_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.7324197Z test_batch_vs_slicing_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.7345710Z test_batch_vs_slicing_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.7378110Z test_batch_vs_slicing_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:32.7398420Z test_batch_vs_slicing_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.7420211Z test_batch_vs_slicing_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.7442495Z test_batch_vs_slicing_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.7465593Z test_batch_vs_slicing_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.7487438Z test_batch_vs_slicing_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.7509929Z test_batch_vs_slicing_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.7532780Z test_batch_vs_slicing_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.7553641Z test_batch_vs_slicing_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.7578566Z test_batch_vs_slicing_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.7607102Z test_batch_vs_slicing_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:32.7632583Z test_batch_vs_slicing_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:32.7664404Z test_batch_vs_slicing_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:32.7685149Z test_batch_vs_slicing_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.7707123Z test_batch_vs_slicing_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.7730043Z test_batch_vs_slicing_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.7752604Z test_batch_vs_slicing_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.7774534Z test_batch_vs_slicing_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.7796897Z test_batch_vs_slicing_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.7819556Z test_batch_vs_slicing_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.7840196Z test_batch_vs_slicing_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.7872716Z test_batch_vs_slicing_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:32.7893414Z test_batch_vs_slicing_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.7914942Z test_batch_vs_slicing_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.7937571Z test_batch_vs_slicing_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.7962152Z test_batch_vs_slicing_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.7984034Z test_batch_vs_slicing_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.8006543Z test_batch_vs_slicing_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.8029459Z test_batch_vs_slicing_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.8047891Z test_batch_vs_slicing_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.8065538Z test_batch_vs_slicing_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.8088789Z test_batch_vs_slicing_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.8128170Z test_batch_vs_slicing_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:32.8148643Z test_batch_vs_slicing_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.8176195Z test_batch_vs_slicing_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:32.8193948Z test_batch_vs_slicing_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.8213428Z test_batch_vs_slicing_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.8231602Z test_batch_vs_slicing_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.8249834Z test_batch_vs_slicing_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.8266464Z test_batch_vs_slicing_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.8284153Z test_batch_vs_slicing_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.8302040Z test_batch_vs_slicing_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.8330155Z test_batch_vs_slicing_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:32.8363909Z test_batch_vs_slicing_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:32.8437153Z test_batch_vs_slicing_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:32.8513796Z test_batch_vs_slicing_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:32.8550391Z test_batch_vs_slicing_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:32.8577496Z test_batch_vs_slicing_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:32.8604196Z test_batch_vs_slicing_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:32.8632718Z test_batch_vs_slicing_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:32.8661243Z test_batch_vs_slicing_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:32.8688283Z test_batch_vs_slicing_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:32.8716732Z test_batch_vs_slicing_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:32.8745243Z test_batch_vs_slicing_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:32.8752892Z test_batch_vs_slicing_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:13:32.8798491Z test_batch_vs_slicing_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:32.8821036Z test_batch_vs_slicing_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.8845775Z test_batch_vs_slicing_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.8867394Z test_batch_vs_slicing_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.8887404Z test_batch_vs_slicing_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.8908549Z test_batch_vs_slicing_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.8929181Z test_batch_vs_slicing_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.8948315Z test_batch_vs_slicing_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.8969417Z test_batch_vs_slicing_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.8987691Z test_batch_vs_slicing_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.9018359Z test_batch_vs_slicing_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:32.9038821Z test_batch_vs_slicing_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.9060639Z test_batch_vs_slicing_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.9078900Z test_batch_vs_slicing_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.9096857Z test_batch_vs_slicing_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.9113634Z test_batch_vs_slicing_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.9132068Z test_batch_vs_slicing_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.9150539Z test_batch_vs_slicing_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.9171539Z test_batch_vs_slicing_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.9189621Z test_batch_vs_slicing_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.9220854Z test_batch_vs_slicing_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:32.9240866Z test_batch_vs_slicing_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.9262465Z test_batch_vs_slicing_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.9280673Z test_batch_vs_slicing_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.9298479Z test_batch_vs_slicing_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.9315273Z test_batch_vs_slicing_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.9333613Z test_batch_vs_slicing_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.9351835Z test_batch_vs_slicing_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.9374705Z test_batch_vs_slicing_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.9412694Z test_batch_vs_slicing_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:32.9434115Z test_batch_vs_slicing_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.9457750Z test_batch_vs_slicing_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.9477320Z test_batch_vs_slicing_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.9496856Z test_batch_vs_slicing_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.9516089Z test_batch_vs_slicing_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.9535070Z test_batch_vs_slicing_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.9553954Z test_batch_vs_slicing_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.9578862Z test_batch_vs_slicing_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.9603666Z test_batch_vs_slicing_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.9629739Z test_batch_vs_slicing_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:32.9654299Z test_batch_vs_slicing_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.9678126Z test_batch_vs_slicing_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.9696263Z test_batch_vs_slicing_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.9713838Z test_batch_vs_slicing_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.9740682Z test_batch_vs_slicing_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:32.9758456Z test_batch_vs_slicing_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.9778207Z test_batch_vs_slicing_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.9796416Z test_batch_vs_slicing_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.9814571Z test_batch_vs_slicing_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.9831299Z test_batch_vs_slicing_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.9849533Z test_batch_vs_slicing_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.9867137Z test_batch_vs_slicing_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.9885174Z test_batch_vs_slicing_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.9902978Z test_batch_vs_slicing_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.9930315Z test_batch_vs_slicing_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:32.9947738Z test_batch_vs_slicing_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.9966684Z test_batch_vs_slicing_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:32.9984871Z test_batch_vs_slicing_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.0002440Z test_batch_vs_slicing_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.0018971Z test_batch_vs_slicing_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.0036286Z test_batch_vs_slicing_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.0053896Z test_batch_vs_slicing_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.0074344Z test_batch_vs_slicing_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.0092926Z test_batch_vs_slicing_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.0122761Z test_batch_vs_slicing_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.0143468Z test_batch_vs_slicing_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.0165303Z test_batch_vs_slicing_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.0184312Z test_batch_vs_slicing_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.0202575Z test_batch_vs_slicing_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.0219666Z test_batch_vs_slicing_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.0237872Z test_batch_vs_slicing_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.0256334Z test_batch_vs_slicing_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.0277665Z test_batch_vs_slicing_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.0299020Z test_batch_vs_slicing_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.0321978Z test_batch_vs_slicing_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.0352073Z test_batch_vs_slicing_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.0391952Z test_batch_vs_slicing_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:33.0422606Z test_batch_vs_slicing_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.0460916Z test_batch_vs_slicing_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:33.0490607Z test_batch_vs_slicing_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.0530320Z test_batch_vs_slicing_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:33.0560324Z test_batch_vs_slicing_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.0598341Z test_batch_vs_slicing_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:33.0626443Z test_batch_vs_slicing_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.0659765Z test_batch_vs_slicing_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.0697556Z test_batch_vs_slicing_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:33.0732182Z test_batch_vs_slicing_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.0775164Z test_batch_vs_slicing_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:33.0803345Z test_batch_vs_slicing_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.0830983Z test_batch_vs_slicing_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.0862454Z test_batch_vs_slicing_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.0893868Z test_batch_vs_slicing_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.0926983Z test_batch_vs_slicing_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.0959356Z test_batch_vs_slicing_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.0990928Z test_batch_vs_slicing_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.1002080Z test_batch_vs_slicing_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:33.1012806Z test_batch_vs_slicing_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:33.1023263Z test_batch_vs_slicing_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:33.1033644Z test_batch_vs_slicing_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:33.1044090Z test_batch_vs_slicing_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:33.1054856Z test_batch_vs_slicing_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:33.1065317Z test_batch_vs_slicing_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:33.1075756Z test_batch_vs_slicing_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:33.1086181Z test_batch_vs_slicing_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:33.1096912Z test_batch_vs_slicing_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:33.1107382Z test_batch_vs_slicing_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:33.1117873Z test_batch_vs_slicing_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:33.1128378Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:33.1138976Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:33.1151357Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:33.1162055Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:33.1173610Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:33.1185088Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:33.1196521Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:33.1207830Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:33.1219615Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:33.1230975Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:33.1242419Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:33.1253974Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:33.1280233Z test_batch_vs_slicing_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.1306580Z test_batch_vs_slicing_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.1336769Z test_batch_vs_slicing_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.1362769Z test_batch_vs_slicing_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.1388159Z test_batch_vs_slicing_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.1415119Z test_batch_vs_slicing_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.1445757Z test_batch_vs_slicing_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.1511904Z test_batch_vs_slicing_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:33.1569255Z test_batch_vs_slicing_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:33.1607732Z test_batch_vs_slicing_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:33.1633025Z test_batch_vs_slicing_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.1661613Z test_batch_vs_slicing_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.1689538Z test_batch_vs_slicing_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.1717149Z test_batch_vs_slicing_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.1743895Z test_batch_vs_slicing_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.1771921Z test_batch_vs_slicing_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.1799577Z test_batch_vs_slicing_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.1818897Z test_batch_vs_slicing_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.1837048Z test_batch_vs_slicing_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.1864676Z test_batch_vs_slicing_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.1882791Z test_batch_vs_slicing_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.1902544Z test_batch_vs_slicing_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.1921213Z test_batch_vs_slicing_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.1939757Z test_batch_vs_slicing_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.1956906Z test_batch_vs_slicing_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.1975420Z test_batch_vs_slicing_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.1993611Z test_batch_vs_slicing_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.2013027Z test_batch_vs_slicing_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.2031392Z test_batch_vs_slicing_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.2055712Z test_batch_vs_slicing_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.2077196Z test_batch_vs_slicing_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.2104935Z test_batch_vs_slicing_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.2123451Z test_batch_vs_slicing_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.2143674Z test_batch_vs_slicing_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.2162430Z test_batch_vs_slicing_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.2181611Z test_batch_vs_slicing_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.2198888Z test_batch_vs_slicing_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.2217437Z test_batch_vs_slicing_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.2235823Z test_batch_vs_slicing_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.2254654Z test_batch_vs_slicing_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.2272966Z test_batch_vs_slicing_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.2297733Z test_batch_vs_slicing_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.2318771Z test_batch_vs_slicing_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.2346432Z test_batch_vs_slicing_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.2365064Z test_batch_vs_slicing_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.2385230Z test_batch_vs_slicing_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.2403998Z test_batch_vs_slicing_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.2422807Z test_batch_vs_slicing_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.2440146Z test_batch_vs_slicing_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.2458590Z test_batch_vs_slicing_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.2476976Z test_batch_vs_slicing_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.2496288Z test_batch_vs_slicing_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.2514624Z test_batch_vs_slicing_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.2539384Z test_batch_vs_slicing_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.2561265Z test_batch_vs_slicing_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.2589253Z test_batch_vs_slicing_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.2607836Z test_batch_vs_slicing_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.2628097Z test_batch_vs_slicing_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.2646863Z test_batch_vs_slicing_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.2665739Z test_batch_vs_slicing_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.2683136Z test_batch_vs_slicing_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.2701842Z test_batch_vs_slicing_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.2720286Z test_batch_vs_slicing_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.2739093Z test_batch_vs_slicing_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.2757125Z test_batch_vs_slicing_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.2786012Z test_batch_vs_slicing_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.2804222Z test_batch_vs_slicing_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.2823994Z test_batch_vs_slicing_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.2842518Z test_batch_vs_slicing_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.2861143Z test_batch_vs_slicing_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.2878237Z test_batch_vs_slicing_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.2896746Z test_batch_vs_slicing_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.2914859Z test_batch_vs_slicing_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.2936465Z test_batch_vs_slicing_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.2955436Z test_batch_vs_slicing_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.2985780Z test_batch_vs_slicing_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.3006836Z test_batch_vs_slicing_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.3029017Z test_batch_vs_slicing_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.3048061Z test_batch_vs_slicing_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.3066656Z test_batch_vs_slicing_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.3084369Z test_batch_vs_slicing_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.3103337Z test_batch_vs_slicing_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.3122492Z test_batch_vs_slicing_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.3143238Z test_batch_vs_slicing_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.3162058Z test_batch_vs_slicing_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.3192195Z test_batch_vs_slicing_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.3213402Z test_batch_vs_slicing_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.3235205Z test_batch_vs_slicing_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.3254424Z test_batch_vs_slicing_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.3272707Z test_batch_vs_slicing_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.3290420Z test_batch_vs_slicing_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.3309035Z test_batch_vs_slicing_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.3327974Z test_batch_vs_slicing_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.3348779Z test_batch_vs_slicing_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.3367773Z test_batch_vs_slicing_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.3397892Z test_batch_vs_slicing_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.3419075Z test_batch_vs_slicing_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.3441042Z test_batch_vs_slicing_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.3461047Z test_batch_vs_slicing_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.3478906Z test_batch_vs_slicing_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.3496263Z test_batch_vs_slicing_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.3514479Z test_batch_vs_slicing_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.3533917Z test_batch_vs_slicing_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.3554409Z test_batch_vs_slicing_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.3573555Z test_batch_vs_slicing_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.3603376Z test_batch_vs_slicing_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.3624630Z test_batch_vs_slicing_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.3646580Z test_batch_vs_slicing_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.3665644Z test_batch_vs_slicing_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.3684109Z test_batch_vs_slicing_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.3701388Z test_batch_vs_slicing_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.3719758Z test_batch_vs_slicing_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.3738957Z test_batch_vs_slicing_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.3759404Z test_batch_vs_slicing_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.3778445Z test_batch_vs_slicing_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.3806082Z test_batch_vs_slicing_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.3854589Z test_batch_vs_slicing_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:33.3879844Z test_batch_vs_slicing_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.3911427Z test_batch_vs_slicing_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.3932442Z test_batch_vs_slicing_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.3954171Z test_batch_vs_slicing_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.3973420Z test_batch_vs_slicing_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.3992391Z test_batch_vs_slicing_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.4010958Z test_batch_vs_slicing_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.4029888Z test_batch_vs_slicing_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.4048219Z test_batch_vs_slicing_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.4067050Z test_batch_vs_slicing_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.4085262Z test_batch_vs_slicing_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.4109373Z test_batch_vs_slicing_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.4131198Z test_batch_vs_slicing_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.4158468Z test_batch_vs_slicing_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.4176871Z test_batch_vs_slicing_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.4196498Z test_batch_vs_slicing_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.4215613Z test_batch_vs_slicing_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.4233856Z test_batch_vs_slicing_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.4251158Z test_batch_vs_slicing_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.4269367Z test_batch_vs_slicing_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.4287678Z test_batch_vs_slicing_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.4309068Z test_batch_vs_slicing_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.4329584Z test_batch_vs_slicing_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.4351052Z test_batch_vs_slicing_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.4378777Z test_batch_vs_slicing_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.4415384Z test_batch_vs_slicing_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:33.4439374Z test_batch_vs_slicing_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.4513295Z test_batch_vs_slicing_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:33.4576735Z test_batch_vs_slicing_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:33.4611198Z test_batch_vs_slicing_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.4633718Z test_batch_vs_slicing_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.4660409Z test_batch_vs_slicing_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.4682094Z test_batch_vs_slicing_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.4703745Z test_batch_vs_slicing_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.4723239Z test_batch_vs_slicing_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.4744400Z test_batch_vs_slicing_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.4764505Z test_batch_vs_slicing_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.4786871Z test_batch_vs_slicing_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.4826506Z test_batch_vs_slicing_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:33.4847918Z test_batch_vs_slicing_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.4871804Z test_batch_vs_slicing_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.4893920Z test_batch_vs_slicing_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.4914723Z test_batch_vs_slicing_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.4936305Z test_batch_vs_slicing_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.4957097Z test_batch_vs_slicing_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.4976238Z test_batch_vs_slicing_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.4995905Z test_batch_vs_slicing_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.5024612Z test_batch_vs_slicing_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.5048308Z test_batch_vs_slicing_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.5078072Z test_batch_vs_slicing_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.5098250Z test_batch_vs_slicing_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.5119465Z test_batch_vs_slicing_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.5137829Z test_batch_vs_slicing_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.5156065Z test_batch_vs_slicing_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.5173301Z test_batch_vs_slicing_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.5190991Z test_batch_vs_slicing_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.5208687Z test_batch_vs_slicing_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.5235688Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.5261038Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.5286891Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.5312966Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.5340351Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.5366502Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.5392737Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.5419767Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.5447053Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.5471652Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.5497470Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.5522901Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.5549826Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.5575714Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.5601665Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.5628057Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.5636681Z 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:13:33.5643634Z 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:13:33.5650592Z 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:13:33.5657219Z 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:13:33.5663856Z 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:13:33.5670906Z 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:13:33.5677599Z 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:13:33.5684686Z 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:13:33.5691602Z 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:13:33.5698356Z 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:13:33.5705220Z 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:13:33.5711988Z 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:13:33.5718715Z 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:13:33.5725433Z 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:13:33.5732433Z 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:13:33.5739170Z 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:13:33.5765527Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.5790700Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.5816772Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.5843537Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.5871242Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.5896680Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.5922208Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.5948444Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.5974994Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.5999525Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.6025083Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.6050947Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.6078032Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.6104551Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.6130265Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.6156679Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.6183739Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.6208424Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.6234670Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.6260561Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.6287409Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.6313574Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.6339772Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.6366511Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.6374446Z 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:13:33.6381446Z 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:13:33.6388885Z 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:13:33.6395979Z 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:13:33.6402522Z 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:13:33.6409577Z 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:13:33.6416283Z 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:13:33.6423240Z 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:13:33.6430185Z 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:13:33.6436942Z 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:13:33.6443901Z 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:13:33.6450722Z 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:13:33.6457672Z 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:13:33.6464652Z 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:13:33.6471334Z 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:13:33.6478026Z 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:13:33.6484775Z 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:13:33.6491810Z 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:13:33.6498506Z 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:13:33.6505187Z 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:13:33.6512059Z 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:13:33.6518822Z 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:13:33.6525547Z 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:13:33.6532401Z 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:13:33.6539069Z 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:13:33.6546094Z 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:13:33.6552860Z 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:13:33.6559739Z 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:13:33.6566511Z 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:13:33.6573569Z 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:13:33.6580555Z 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:13:33.6587405Z 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:13:33.6594370Z 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:13:33.6601063Z 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:13:33.6607855Z 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:13:33.6615397Z 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:13:33.6622274Z 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:13:33.6629469Z 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:13:33.6636979Z 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:13:33.6644717Z 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:13:33.6673307Z test_batch_vs_slicing_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.6702085Z test_batch_vs_slicing_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.6740381Z test_batch_vs_slicing_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:33.6767023Z test_batch_vs_slicing_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.6795055Z test_batch_vs_slicing_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.6822487Z test_batch_vs_slicing_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.6851084Z test_batch_vs_slicing_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.6878407Z test_batch_vs_slicing_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.6906082Z test_batch_vs_slicing_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.6933473Z test_batch_vs_slicing_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.6960408Z test_batch_vs_slicing_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.7028596Z test_batch_vs_slicing_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:33.7095810Z test_batch_vs_slicing_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:33.7158996Z test_batch_vs_slicing_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:33.7227141Z test_batch_vs_slicing_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:33.7293342Z test_batch_vs_slicing_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:33.7356760Z test_batch_vs_slicing_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:33.7515223Z test_batch_vs_slicing_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:13:33.7536679Z test_batch_vs_slicing_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.7564791Z test_batch_vs_slicing_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.7618662Z test_batch_vs_slicing_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:33.7643614Z test_batch_vs_slicing_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.7674088Z test_batch_vs_slicing_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.7695073Z test_batch_vs_slicing_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.7716757Z test_batch_vs_slicing_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.7735920Z test_batch_vs_slicing_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.7754821Z test_batch_vs_slicing_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.7772883Z test_batch_vs_slicing_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.7791392Z test_batch_vs_slicing_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.7810141Z test_batch_vs_slicing_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.7831696Z test_batch_vs_slicing_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.7857293Z test_batch_vs_slicing_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.7885816Z test_batch_vs_slicing_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.7911978Z test_batch_vs_slicing_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.7944950Z test_batch_vs_slicing_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.7966701Z test_batch_vs_slicing_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.7989595Z test_batch_vs_slicing_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.8013115Z test_batch_vs_slicing_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.8036944Z test_batch_vs_slicing_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.8060118Z test_batch_vs_slicing_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.8083582Z test_batch_vs_slicing_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.8107352Z test_batch_vs_slicing_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.8132070Z test_batch_vs_slicing_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.8159954Z test_batch_vs_slicing_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.8193706Z test_batch_vs_slicing_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.8217330Z test_batch_vs_slicing_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.8246869Z test_batch_vs_slicing_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.8272134Z test_batch_vs_slicing_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.8298738Z test_batch_vs_slicing_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:33.8323678Z test_batch_vs_slicing_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.8349169Z test_batch_vs_slicing_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:33.8374675Z test_batch_vs_slicing_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:34.0807219Z test_binary_op_mem_overlap_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.243s) 2022-09-27T16:13:34.0820270Z test_binary_op_scalar_device_unspecified_cpu (__main__.TestBinaryUfuncsCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-09-27T16:13:40.5187328Z test_binary_ops_with_scalars_cpu (__main__.TestBinaryUfuncsCPU) ... ok (6.436s) 2022-09-27T16:13:40.6273838Z test_bitwise_ops_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.109s) 2022-09-27T16:13:40.7367625Z test_bitwise_ops_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.109s) 2022-09-27T16:13:40.8503155Z test_bitwise_ops_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.113s) 2022-09-27T16:13:40.9468242Z test_bitwise_ops_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.096s) 2022-09-27T16:13:41.0492405Z test_bitwise_ops_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.102s) 2022-09-27T16:13:41.1510208Z test_bitwise_ops_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.102s) 2022-09-27T16:13:41.1543591Z test_bool_tensor_comparison_ops_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:41.1801997Z test_broadcasting_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:13:41.1924591Z test_broadcasting_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:41.2045304Z test_broadcasting_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:41.2172227Z test_broadcasting_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:13:41.2292776Z test_broadcasting_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:41.2538359Z test_broadcasting_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:41.2658360Z test_broadcasting_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:41.2904989Z test_broadcasting_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:41.3025926Z test_broadcasting_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:41.3194851Z test_broadcasting_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:13:41.3314200Z test_broadcasting_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:41.3560359Z test_broadcasting_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:41.3761006Z test_broadcasting_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:13:41.4020893Z test_broadcasting_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:13:41.4157377Z test_broadcasting_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:13:41.4410984Z test_broadcasting_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:41.4542205Z test_broadcasting_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:13:41.4664207Z test_broadcasting_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:41.4839510Z test_broadcasting_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:13:41.4956439Z test_broadcasting_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:41.5130432Z test_broadcasting_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:13:41.5247282Z test_broadcasting_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:41.5491688Z test_broadcasting_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:41.5615397Z test_broadcasting_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:41.5829182Z test_broadcasting_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:13:41.5989546Z test_broadcasting_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:13:41.6000286Z test_broadcasting_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:41.6010004Z test_broadcasting_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:41.6019172Z test_broadcasting_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:41.6027560Z test_broadcasting_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:41.6150044Z test_broadcasting_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:41.6322142Z test_broadcasting_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:13:41.6440947Z test_broadcasting_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:41.6613692Z test_broadcasting_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:13:41.6729355Z test_broadcasting_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:41.6902819Z test_broadcasting_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:13:41.7017277Z test_broadcasting_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:13:41.7188106Z test_broadcasting_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:13:41.7307375Z test_broadcasting_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:41.7476800Z test_broadcasting_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:13:41.7590794Z test_broadcasting_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:13:41.7838568Z test_broadcasting_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:41.7959138Z test_broadcasting_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:41.8204768Z test_broadcasting_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:41.8324901Z test_broadcasting_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:41.8570707Z test_broadcasting_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:41.8690764Z test_broadcasting_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:41.8939366Z test_broadcasting_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:41.9058906Z test_broadcasting_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:41.9228204Z test_broadcasting_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:13:41.9343823Z test_broadcasting_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:41.9591270Z test_broadcasting_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:41.9711713Z test_broadcasting_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:41.9973110Z test_broadcasting_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:13:42.0099857Z test_broadcasting_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:13:42.0349500Z test_broadcasting_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:42.0471680Z test_broadcasting_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:42.0506113Z test_cdiv_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:42.0539382Z test_cmul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:42.0642373Z 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:13:42.0643361Z lambda inp: np_fn(inp, y_np, out=out) if out else np_fn(inp, y_np), 2022-09-27T16:13:42.0646882Z test_binary_ufuncs.py:3059: RuntimeWarning: invalid value encountered in less_equal 2022-09-27T16:13:42.0647411Z lambda inp: np_fn(inp, y_np, out=out) if out else np_fn(inp, y_np), 2022-09-27T16:13:42.0651453Z test_binary_ufuncs.py:3059: RuntimeWarning: invalid value encountered in greater 2022-09-27T16:13:42.0651943Z lambda inp: np_fn(inp, y_np, out=out) if out else np_fn(inp, y_np), 2022-09-27T16:13:42.0655351Z test_binary_ufuncs.py:3059: RuntimeWarning: invalid value encountered in greater_equal 2022-09-27T16:13:42.0655876Z lambda inp: np_fn(inp, y_np, out=out) if out else np_fn(inp, y_np), 2022-09-27T16:13:42.0939563Z ok (0.040s) 2022-09-27T16:13:42.1320558Z test_comparison_ops_type_promotion_and_broadcasting_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:13:42.1658162Z test_comparison_ops_type_promotion_and_broadcasting_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:13:42.1904276Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:42.2145534Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:42.2378435Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:13:42.2626986Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:42.2878258Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:42.3114700Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:42.3362465Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:42.3600426Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:42.3840151Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:42.4269144Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:13:42.4648874Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:13:42.5020473Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:13:42.5409425Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:13:42.5784083Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:13:42.6030362Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:42.6269247Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:42.6684812Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:13:42.7043012Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:13:42.7423831Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:13:42.7784030Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:13:42.8152699Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:13:42.8521515Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:13:42.8887713Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:13:42.9247211Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:13:42.9641103Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:13:43.0015837Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:13:43.0262745Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:43.0513678Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:43.0896827Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:13:43.1256714Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:13:43.1615578Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:13:43.1990310Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:13:43.2367070Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:13:43.2730454Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:13:43.3091084Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:13:43.3469020Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:13:43.3821279Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:13:43.4054702Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:13:43.4284567Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:13:43.4655903Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:13:43.4978683Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:13:43.5316155Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:13:43.5653390Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:13:43.6034565Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:13:43.6389156Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:13:43.6622799Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:13:43.6856215Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:13:43.7230467Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:13:43.7553704Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:13:43.7894745Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:13:43.8273123Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:13:43.8622167Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:13:43.8853303Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:13:43.9087328Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:13:43.9461623Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:13:43.9786892Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:13:44.0166376Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:13:44.0516581Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:13:44.0749134Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:13:44.0980489Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:13:44.1353612Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:13:44.1693468Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:13:44.2032341Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:13:44.2369246Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:13:44.2692618Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:13:44.3071687Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:13:44.3420939Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:13:44.3660396Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:44.3892626Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:13:44.4264109Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:13:44.4600349Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:13:44.4936927Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:13:44.5273001Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:13:44.5619050Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:13:44.5942184Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:13:44.6005775Z test_complex_scalar_pow_tensor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:44.6070728Z test_complex_scalar_pow_tensor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:44.6273299Z test_complex_scalar_pow_tensor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:13:44.6338900Z test_complex_scalar_pow_tensor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:44.6405257Z test_complex_scalar_pow_tensor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:44.6469126Z test_complex_scalar_pow_tensor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:44.6533209Z test_complex_scalar_pow_tensor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:44.6597251Z test_complex_scalar_pow_tensor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:44.6660534Z test_complex_scalar_pow_tensor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:44.6723842Z test_complex_scalar_pow_tensor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:44.6742160Z test_contig_size1___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.6758380Z test_contig_size1___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.6777335Z test_contig_size1___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.6796984Z test_contig_size1___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.6815303Z test_contig_size1___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.6832841Z test_contig_size1___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.6851840Z test_contig_size1___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.6868794Z test_contig_size1___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.6885507Z test_contig_size1___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.6902713Z test_contig_size1___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.6919241Z test_contig_size1___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.6935757Z test_contig_size1___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.6952013Z test_contig_size1___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.6968324Z test_contig_size1___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.6984891Z test_contig_size1___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.7001094Z test_contig_size1___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.7017708Z test_contig_size1___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.7034030Z test_contig_size1___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.7052110Z test_contig_size1___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.7069246Z test_contig_size1___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.7088297Z test_contig_size1___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.7108256Z test_contig_size1___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.7127341Z test_contig_size1___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.7145797Z test_contig_size1___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.7163915Z test_contig_size1___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.7181733Z test_contig_size1___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.7198504Z test_contig_size1___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.7215770Z test_contig_size1___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.7233031Z test_contig_size1___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.7250121Z test_contig_size1___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.7267608Z test_contig_size1___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.7285578Z test_contig_size1___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.7303207Z test_contig_size1___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.7321146Z test_contig_size1___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.7339422Z test_contig_size1___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.7355373Z test_contig_size1___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.7373838Z test_contig_size1___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.7393072Z test_contig_size1___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.7411791Z test_contig_size1___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.7430021Z test_contig_size1___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.7448189Z test_contig_size1___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.7465079Z test_contig_size1___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.7481344Z test_contig_size1___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.7497494Z test_contig_size1___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.7513722Z test_contig_size1___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.7530204Z test_contig_size1___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.7546332Z test_contig_size1___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.7562650Z test_contig_size1___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.7579007Z test_contig_size1___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.7595058Z test_contig_size1___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.7611507Z test_contig_size1___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.7627463Z test_contig_size1___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.7645414Z test_contig_size1___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.7666306Z test_contig_size1___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.7685899Z test_contig_size1___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.7704685Z test_contig_size1___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.7722452Z test_contig_size1___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.7741417Z test_contig_size1___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.7758383Z test_contig_size1___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.7775229Z test_contig_size1___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.7791446Z test_contig_size1___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.7808031Z test_contig_size1___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.7824628Z test_contig_size1___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.7842044Z test_contig_size1___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.7861967Z test_contig_size1___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.7881438Z test_contig_size1___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.7899710Z test_contig_size1___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.7917636Z test_contig_size1___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.7936108Z test_contig_size1___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.7952519Z test_contig_size1___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.7968870Z test_contig_size1___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.7985089Z test_contig_size1___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.8001738Z test_contig_size1___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.8019018Z test_contig_size1___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.8035469Z test_contig_size1___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.8052592Z test_contig_size1___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.8068393Z test_contig_size1___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.8084245Z test_contig_size1___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.8100544Z test_contig_size1___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.8116617Z test_contig_size1___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.8134233Z test_contig_size1_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.8150801Z test_contig_size1_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.8170310Z test_contig_size1_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.8189978Z test_contig_size1_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.8210380Z test_contig_size1_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.8228290Z test_contig_size1_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.8246231Z test_contig_size1_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.8264383Z test_contig_size1_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.8281296Z test_contig_size1_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.8297686Z test_contig_size1_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.8313867Z test_contig_size1_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.8330592Z test_contig_size1_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.8346738Z test_contig_size1_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.8364334Z test_contig_size1_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.8382140Z test_contig_size1_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.8400541Z test_contig_size1_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.8419304Z test_contig_size1_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.8437881Z test_contig_size1_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.8456784Z test_contig_size1_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.8474324Z test_contig_size1_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.8491985Z test_contig_size1_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.8509691Z test_contig_size1_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.8526545Z test_contig_size1_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.8542898Z test_contig_size1_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.8558838Z test_contig_size1_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.8575469Z test_contig_size1_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.8591699Z test_contig_size1_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.8607858Z test_contig_size1_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.8624266Z test_contig_size1_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.8640049Z test_contig_size1_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.8656218Z test_contig_size1_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.8672063Z test_contig_size1_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.8687849Z test_contig_size1_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.8703750Z test_contig_size1_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.8719534Z test_contig_size1_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.8735475Z test_contig_size1_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.8751147Z test_contig_size1_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.8766911Z test_contig_size1_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.8783064Z test_contig_size1_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.8798999Z test_contig_size1_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.8815155Z test_contig_size1_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.8830865Z test_contig_size1_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.8846979Z test_contig_size1_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.8863073Z test_contig_size1_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.8878708Z test_contig_size1_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.8894987Z test_contig_size1_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.8910907Z test_contig_size1_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.8926577Z test_contig_size1_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.8942714Z test_contig_size1_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.8958396Z test_contig_size1_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.8975793Z test_contig_size1_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.8991542Z test_contig_size1_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.9008712Z test_contig_size1_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.9026478Z test_contig_size1_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.9044221Z test_contig_size1_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.9060875Z test_contig_size1_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.9076685Z test_contig_size1_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.9092731Z test_contig_size1_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.9108619Z test_contig_size1_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.9124484Z test_contig_size1_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.9141562Z test_contig_size1_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.9157412Z test_contig_size1_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.9174874Z test_contig_size1_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.9192151Z test_contig_size1_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.9210600Z test_contig_size1_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.9227122Z test_contig_size1_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.9243106Z test_contig_size1_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.9259390Z test_contig_size1_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.9275207Z test_contig_size1_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.9291384Z test_contig_size1_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.9308934Z test_contig_size1_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.9327409Z test_contig_size1_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.9345897Z test_contig_size1_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.9363864Z test_contig_size1_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.9380506Z test_contig_size1_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.9397729Z test_contig_size1_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.9415842Z test_contig_size1_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.9433516Z test_contig_size1_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.9452218Z test_contig_size1_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.9468398Z test_contig_size1_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.9484675Z test_contig_size1_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.9500978Z test_contig_size1_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.9517591Z test_contig_size1_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.9534599Z test_contig_size1_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.9551553Z test_contig_size1_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.9569205Z test_contig_size1_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.9587233Z test_contig_size1_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.9604125Z test_contig_size1_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.9621073Z test_contig_size1_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.9637363Z test_contig_size1_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.9654183Z test_contig_size1_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.9670735Z test_contig_size1_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.9687897Z test_contig_size1_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.9704603Z test_contig_size1_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.9722896Z test_contig_size1_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.9742250Z test_contig_size1_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.9760514Z test_contig_size1_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.9778142Z test_contig_size1_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.9796060Z test_contig_size1_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.9813335Z test_contig_size1_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.9829865Z test_contig_size1_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.9846631Z test_contig_size1_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.9864326Z test_contig_size1_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.9880697Z test_contig_size1_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.9897743Z test_contig_size1_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.9914837Z test_contig_size1_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.9932563Z test_contig_size1_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.9950345Z test_contig_size1_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.9967745Z test_contig_size1_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:44.9984546Z test_contig_size1_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.0001092Z test_contig_size1_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.0017942Z test_contig_size1_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.0034558Z test_contig_size1_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.0051275Z test_contig_size1_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.0067024Z test_contig_size1_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.0084707Z test_contig_size1_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.0103408Z test_contig_size1_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.0120932Z test_contig_size1_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.0138583Z test_contig_size1_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.0155364Z test_contig_size1_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.0173376Z test_contig_size1_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.0189830Z test_contig_size1_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.0205728Z test_contig_size1_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.0221669Z test_contig_size1_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.0237578Z test_contig_size1_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.0253879Z test_contig_size1_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.0271222Z test_contig_size1_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.0288645Z test_contig_size1_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.0308041Z test_contig_size1_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.0327443Z test_contig_size1_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.0346058Z test_contig_size1_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.0364095Z test_contig_size1_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.0382271Z test_contig_size1_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.0399689Z test_contig_size1_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.0417254Z test_contig_size1_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.0435059Z test_contig_size1_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.0452351Z test_contig_size1_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.0469575Z test_contig_size1_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.0480813Z test_contig_size1_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:13:45.0498373Z test_contig_size1_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.0516078Z test_contig_size1_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.0534494Z test_contig_size1_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.0551451Z test_contig_size1_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.0567672Z test_contig_size1_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.0584102Z test_contig_size1_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.0600368Z test_contig_size1_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.0616662Z test_contig_size1_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.0633454Z test_contig_size1_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.0649552Z test_contig_size1_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.0666723Z test_contig_size1_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.0684100Z test_contig_size1_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.0702234Z test_contig_size1_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.0718883Z test_contig_size1_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.0735185Z test_contig_size1_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.0751026Z test_contig_size1_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.0766905Z test_contig_size1_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.0782849Z test_contig_size1_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.0799668Z test_contig_size1_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.0815338Z test_contig_size1_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.0832267Z test_contig_size1_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.0849603Z test_contig_size1_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.0867386Z test_contig_size1_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.0883784Z test_contig_size1_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.0899747Z test_contig_size1_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.0915207Z test_contig_size1_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:45.0931256Z test_contig_size1_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.0946853Z test_contig_size1_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.0964400Z test_contig_size1_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.0982578Z test_contig_size1_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.1000081Z test_contig_size1_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.1018335Z test_contig_size1_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.1034994Z test_contig_size1_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.1051377Z test_contig_size1_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.1067113Z test_contig_size1_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.1083054Z test_contig_size1_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.1099329Z test_contig_size1_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.1115034Z test_contig_size1_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.1130859Z test_contig_size1_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.1146786Z test_contig_size1_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.1162855Z test_contig_size1_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.1179157Z test_contig_size1_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.1195827Z test_contig_size1_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.1212047Z test_contig_size1_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.1228818Z test_contig_size1_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.1245843Z test_contig_size1_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.1263603Z test_contig_size1_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.1280316Z test_contig_size1_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.1296595Z test_contig_size1_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.1312571Z test_contig_size1_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.1328668Z test_contig_size1_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.1344963Z test_contig_size1_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.1361599Z test_contig_size1_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.1377973Z test_contig_size1_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.1394907Z test_contig_size1_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.1412272Z test_contig_size1_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.1429899Z test_contig_size1_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.1446572Z test_contig_size1_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.1463217Z test_contig_size1_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.1479347Z test_contig_size1_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.1496024Z test_contig_size1_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.1512062Z test_contig_size1_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.1529675Z test_contig_size1_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.1546542Z test_contig_size1_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.1564541Z test_contig_size1_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.1583011Z test_contig_size1_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.1601548Z test_contig_size1_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.1618826Z test_contig_size1_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.1635490Z test_contig_size1_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.1652229Z test_contig_size1_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.1668917Z test_contig_size1_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.1685421Z test_contig_size1_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.1703892Z test_contig_size1_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.1722356Z test_contig_size1_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.1740786Z test_contig_size1_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.1758383Z test_contig_size1_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.1775863Z test_contig_size1_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.1793250Z test_contig_size1_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.1811527Z test_contig_size1_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.1829029Z test_contig_size1_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.1846464Z test_contig_size1_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.1864202Z test_contig_size1_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.1882102Z test_contig_size1_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.1900059Z test_contig_size1_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.1916849Z test_contig_size1_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.1935733Z test_contig_size1_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.1954894Z test_contig_size1_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.1973153Z test_contig_size1_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.1990882Z test_contig_size1_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.2009277Z test_contig_size1_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.2026509Z test_contig_size1_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.2043115Z test_contig_size1_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.2059986Z test_contig_size1_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.2076620Z test_contig_size1_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.2093570Z test_contig_size1_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:45.2107675Z test_contig_size1_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:45.2121725Z test_contig_size1_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:45.2135838Z test_contig_size1_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:45.2149664Z test_contig_size1_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:45.2163493Z test_contig_size1_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:45.2177541Z test_contig_size1_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:45.2191330Z test_contig_size1_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:45.2205242Z test_contig_size1_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:45.2219441Z test_contig_size1_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:45.2233336Z test_contig_size1_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:45.2247222Z test_contig_size1_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:45.2261210Z test_contig_size1_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:45.2274967Z test_contig_size1_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:45.2288879Z test_contig_size1_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:45.2302903Z test_contig_size1_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:45.2316824Z test_contig_size1_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:45.2330862Z test_contig_size1_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:45.2344714Z test_contig_size1_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:45.2358652Z test_contig_size1_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:45.2372676Z test_contig_size1_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:45.2386512Z test_contig_size1_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:45.2400419Z test_contig_size1_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:45.2414559Z test_contig_size1_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:45.2428445Z test_contig_size1_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:45.2468960Z test_contig_size1_large_dim___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.2505102Z test_contig_size1_large_dim___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.2574294Z test_contig_size1_large_dim___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:45.2621553Z test_contig_size1_large_dim___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:45.2684147Z test_contig_size1_large_dim___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:45.2717120Z test_contig_size1_large_dim___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:45.2759027Z test_contig_size1_large_dim___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.2797011Z test_contig_size1_large_dim___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.2834841Z test_contig_size1_large_dim___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.2865705Z test_contig_size1_large_dim___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:45.2902423Z test_contig_size1_large_dim___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.2939083Z test_contig_size1_large_dim___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.2975903Z test_contig_size1_large_dim___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.3015178Z test_contig_size1_large_dim___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.3051919Z test_contig_size1_large_dim___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.3081642Z test_contig_size1_large_dim___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:45.3117723Z test_contig_size1_large_dim___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.3153996Z test_contig_size1_large_dim___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.3190381Z test_contig_size1_large_dim___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.3235460Z test_contig_size1_large_dim___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.3299787Z test_contig_size1_large_dim___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:45.3347662Z test_contig_size1_large_dim___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:45.3413195Z test_contig_size1_large_dim___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:45.3446528Z test_contig_size1_large_dim___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:45.3491477Z test_contig_size1_large_dim___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.3533179Z test_contig_size1_large_dim___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.3575250Z test_contig_size1_large_dim___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.3610344Z test_contig_size1_large_dim___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:45.3652161Z test_contig_size1_large_dim___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.3694201Z test_contig_size1_large_dim___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.3731326Z test_contig_size1_large_dim___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.3805543Z test_contig_size1_large_dim___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:45.3838993Z test_contig_size1_large_dim___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:45.3880037Z test_contig_size1_large_dim___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.3915369Z test_contig_size1_large_dim___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.3953071Z test_contig_size1_large_dim___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.4095885Z test_contig_size1_large_dim___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:13:45.4162458Z test_contig_size1_large_dim___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:45.4227194Z test_contig_size1_large_dim___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:45.4260887Z test_contig_size1_large_dim___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:45.4306104Z test_contig_size1_large_dim___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.4344307Z test_contig_size1_large_dim___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.4382731Z test_contig_size1_large_dim___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.4413641Z test_contig_size1_large_dim___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:45.4450934Z test_contig_size1_large_dim___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.4486790Z test_contig_size1_large_dim___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.4523074Z test_contig_size1_large_dim___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.4559398Z test_contig_size1_large_dim___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.4595920Z test_contig_size1_large_dim___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.4626028Z test_contig_size1_large_dim___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:45.4663581Z test_contig_size1_large_dim___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.4700096Z test_contig_size1_large_dim___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.4740754Z test_contig_size1_large_dim___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.4854584Z test_contig_size1_large_dim___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:13:45.4945390Z test_contig_size1_large_dim___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:45.5013422Z test_contig_size1_large_dim___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:45.5048876Z test_contig_size1_large_dim___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:45.5096554Z test_contig_size1_large_dim___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:45.5137954Z test_contig_size1_large_dim___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.5178972Z test_contig_size1_large_dim___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.5213188Z test_contig_size1_large_dim___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:45.5253418Z test_contig_size1_large_dim___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.5293784Z test_contig_size1_large_dim___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.5328620Z test_contig_size1_large_dim___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:45.5391522Z test_contig_size1_large_dim___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:45.5435360Z test_contig_size1_large_dim___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.5500487Z test_contig_size1_large_dim___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:45.5533270Z test_contig_size1_large_dim___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:45.5580598Z test_contig_size1_large_dim___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:45.5617357Z test_contig_size1_large_dim___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.5657194Z test_contig_size1_large_dim___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.5689469Z test_contig_size1_large_dim___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:45.5726080Z test_contig_size1_large_dim___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.5762702Z test_contig_size1_large_dim___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.5799276Z test_contig_size1_large_dim___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.5836124Z test_contig_size1_large_dim___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.5873955Z test_contig_size1_large_dim___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.5904487Z test_contig_size1_large_dim___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:45.5940512Z test_contig_size1_large_dim___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.5976978Z test_contig_size1_large_dim___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.6012000Z test_contig_size1_large_dim_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:45.6049156Z test_contig_size1_large_dim_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.6118750Z test_contig_size1_large_dim_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:45.6235433Z test_contig_size1_large_dim_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:45.6282313Z test_contig_size1_large_dim_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:45.6345103Z test_contig_size1_large_dim_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:45.6379112Z test_contig_size1_large_dim_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:45.6423954Z test_contig_size1_large_dim_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.6461089Z test_contig_size1_large_dim_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.6498531Z test_contig_size1_large_dim_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.6528802Z test_contig_size1_large_dim_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:45.6565641Z test_contig_size1_large_dim_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.6602215Z test_contig_size1_large_dim_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.6642260Z test_contig_size1_large_dim_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.6686976Z test_contig_size1_large_dim_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.6721676Z test_contig_size1_large_dim_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:45.6766248Z test_contig_size1_large_dim_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.6807948Z test_contig_size1_large_dim_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.6849796Z test_contig_size1_large_dim_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.6890125Z test_contig_size1_large_dim_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.6932645Z test_contig_size1_large_dim_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.6974267Z test_contig_size1_large_dim_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.7011866Z test_contig_size1_large_dim_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.7048397Z test_contig_size1_large_dim_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.7084916Z test_contig_size1_large_dim_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.7115255Z test_contig_size1_large_dim_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:45.7151911Z test_contig_size1_large_dim_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.7188505Z test_contig_size1_large_dim_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.7225539Z test_contig_size1_large_dim_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.7262350Z test_contig_size1_large_dim_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.7292372Z test_contig_size1_large_dim_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:45.7329121Z test_contig_size1_large_dim_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.7366620Z test_contig_size1_large_dim_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.7402695Z test_contig_size1_large_dim_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.7439146Z test_contig_size1_large_dim_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.7475555Z test_contig_size1_large_dim_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.7505660Z test_contig_size1_large_dim_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:45.7541859Z test_contig_size1_large_dim_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.7578217Z test_contig_size1_large_dim_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.7614870Z test_contig_size1_large_dim_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.7651225Z test_contig_size1_large_dim_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.7681093Z test_contig_size1_large_dim_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:45.7717503Z test_contig_size1_large_dim_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.7754021Z test_contig_size1_large_dim_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.7790586Z test_contig_size1_large_dim_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.7827071Z test_contig_size1_large_dim_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.7864179Z test_contig_size1_large_dim_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.7895467Z test_contig_size1_large_dim_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:45.7931935Z test_contig_size1_large_dim_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.7968284Z test_contig_size1_large_dim_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.8005432Z test_contig_size1_large_dim_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.8042879Z test_contig_size1_large_dim_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.8106219Z test_contig_size1_large_dim_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:45.8139305Z test_contig_size1_large_dim_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:45.8185278Z test_contig_size1_large_dim_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:45.8222268Z test_contig_size1_large_dim_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.8259356Z test_contig_size1_large_dim_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.8289345Z test_contig_size1_large_dim_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:45.8325549Z test_contig_size1_large_dim_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.8362910Z test_contig_size1_large_dim_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.8398650Z test_contig_size1_large_dim_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.8435842Z test_contig_size1_large_dim_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.8498782Z test_contig_size1_large_dim_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:45.8531078Z test_contig_size1_large_dim_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:45.8569896Z test_contig_size1_large_dim_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.8606517Z test_contig_size1_large_dim_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.8643667Z test_contig_size1_large_dim_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.8674004Z test_contig_size1_large_dim_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:45.8710094Z test_contig_size1_large_dim_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.8746932Z test_contig_size1_large_dim_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.8811194Z test_contig_size1_large_dim_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:45.8845851Z test_contig_size1_large_dim_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:45.8887868Z test_contig_size1_large_dim_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.8923496Z test_contig_size1_large_dim_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.8967778Z test_contig_size1_large_dim_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.9031742Z test_contig_size1_large_dim_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:45.9064530Z test_contig_size1_large_dim_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:45.9103082Z test_contig_size1_large_dim_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.9143334Z test_contig_size1_large_dim_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.9184317Z test_contig_size1_large_dim_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.9220543Z test_contig_size1_large_dim_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.9262284Z test_contig_size1_large_dim_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.9302360Z test_contig_size1_large_dim_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.9338765Z test_contig_size1_large_dim_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.9404504Z test_contig_size1_large_dim_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:45.9437609Z test_contig_size1_large_dim_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:45.9476920Z test_contig_size1_large_dim_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.9517566Z test_contig_size1_large_dim_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.9558979Z test_contig_size1_large_dim_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.9593804Z test_contig_size1_large_dim_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:45.9634577Z test_contig_size1_large_dim_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.9675698Z test_contig_size1_large_dim_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.9711676Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.9755785Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:45.9822860Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:45.9870702Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:45.9936347Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:45.9969476Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:46.0012155Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.0052864Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.0094106Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.0128763Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:46.0169788Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.0210737Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.0246848Z test_contig_size1_large_dim_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.0312607Z test_contig_size1_large_dim_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:46.0345539Z test_contig_size1_large_dim_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:46.0384791Z test_contig_size1_large_dim_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.0425634Z test_contig_size1_large_dim_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.0466886Z test_contig_size1_large_dim_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.0501815Z test_contig_size1_large_dim_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:46.0543093Z test_contig_size1_large_dim_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.0585079Z test_contig_size1_large_dim_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.0618404Z test_contig_size1_large_dim_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:46.0654551Z test_contig_size1_large_dim_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.0710890Z test_contig_size1_large_dim_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:46.0813343Z test_contig_size1_large_dim_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:46.0859017Z test_contig_size1_large_dim_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.0918563Z test_contig_size1_large_dim_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:46.0948315Z test_contig_size1_large_dim_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:46.0987912Z test_contig_size1_large_dim_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.1025066Z test_contig_size1_large_dim_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.1061596Z test_contig_size1_large_dim_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.1091664Z test_contig_size1_large_dim_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:46.1128782Z test_contig_size1_large_dim_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.1165183Z test_contig_size1_large_dim_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.1206666Z test_contig_size1_large_dim_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.1258913Z test_contig_size1_large_dim_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:46.1374578Z test_contig_size1_large_dim_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:13:46.1471637Z test_contig_size1_large_dim_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:46.1541280Z test_contig_size1_large_dim_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:46.1582864Z test_contig_size1_large_dim_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.1632291Z test_contig_size1_large_dim_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:46.1678442Z test_contig_size1_large_dim_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:46.1725246Z test_contig_size1_large_dim_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:46.1765341Z test_contig_size1_large_dim_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.1811643Z test_contig_size1_large_dim_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:46.1858163Z test_contig_size1_large_dim_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:46.1871127Z test_contig_size1_large_dim_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:13:46.1950481Z test_contig_size1_large_dim_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:46.1984934Z test_contig_size1_large_dim_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:46.2026860Z test_contig_size1_large_dim_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.2066824Z test_contig_size1_large_dim_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.2106895Z test_contig_size1_large_dim_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.2142207Z test_contig_size1_large_dim_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:46.2181225Z test_contig_size1_large_dim_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.2219466Z test_contig_size1_large_dim_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.2255869Z test_contig_size1_large_dim_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.2293013Z test_contig_size1_large_dim_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.2356319Z test_contig_size1_large_dim_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:46.2389052Z test_contig_size1_large_dim_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:46.2428205Z test_contig_size1_large_dim_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.2465156Z test_contig_size1_large_dim_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.2501884Z test_contig_size1_large_dim_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.2531717Z test_contig_size1_large_dim_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:46.2568244Z test_contig_size1_large_dim_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.2605271Z test_contig_size1_large_dim_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.2641458Z test_contig_size1_large_dim_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.2680171Z test_contig_size1_large_dim_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.2746429Z test_contig_size1_large_dim_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:46.2779499Z test_contig_size1_large_dim_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:46.2818605Z test_contig_size1_large_dim_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.2855598Z test_contig_size1_large_dim_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.2892526Z test_contig_size1_large_dim_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.2922230Z test_contig_size1_large_dim_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:46.2959209Z test_contig_size1_large_dim_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.2996223Z test_contig_size1_large_dim_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.3033696Z test_contig_size1_large_dim_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.3104572Z test_contig_size1_large_dim_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:46.3137956Z test_contig_size1_large_dim_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:46.3178970Z test_contig_size1_large_dim_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.3217096Z test_contig_size1_large_dim_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.3256181Z test_contig_size1_large_dim_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.3289429Z test_contig_size1_large_dim_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:46.3327071Z test_contig_size1_large_dim_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.3364982Z test_contig_size1_large_dim_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.3408291Z test_contig_size1_large_dim_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.3452332Z test_contig_size1_large_dim_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.3492044Z test_contig_size1_large_dim_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.3536536Z test_contig_size1_large_dim_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.3580061Z test_contig_size1_large_dim_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.3614274Z test_contig_size1_large_dim_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:46.3650940Z test_contig_size1_large_dim_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.3709820Z test_contig_size1_large_dim_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:46.3739368Z test_contig_size1_large_dim_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:46.3775996Z test_contig_size1_large_dim_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.3814170Z test_contig_size1_large_dim_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.3851097Z test_contig_size1_large_dim_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.3881417Z test_contig_size1_large_dim_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:46.3917353Z test_contig_size1_large_dim_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.3953575Z test_contig_size1_large_dim_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.3987604Z test_contig_size1_large_dim_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:46.4024062Z test_contig_size1_large_dim_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.4085483Z test_contig_size1_large_dim_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:46.4114954Z test_contig_size1_large_dim_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:46.4151060Z test_contig_size1_large_dim_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.4188176Z test_contig_size1_large_dim_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.4225120Z test_contig_size1_large_dim_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.4255426Z test_contig_size1_large_dim_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:46.4292812Z test_contig_size1_large_dim_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.4330189Z test_contig_size1_large_dim_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.4366478Z test_contig_size1_large_dim_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.4404258Z test_contig_size1_large_dim_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.4470746Z test_contig_size1_large_dim_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:46.4504629Z test_contig_size1_large_dim_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:46.4544437Z test_contig_size1_large_dim_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.4581597Z test_contig_size1_large_dim_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.4618345Z test_contig_size1_large_dim_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.4648330Z test_contig_size1_large_dim_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:46.4685259Z test_contig_size1_large_dim_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.4721948Z test_contig_size1_large_dim_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.4758467Z test_contig_size1_large_dim_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.4791825Z test_contig_size1_large_dim_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:46.4832685Z test_contig_size1_large_dim_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.4879291Z test_contig_size1_large_dim_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:46.4952706Z test_contig_size1_large_dim_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:46.4995245Z test_contig_size1_large_dim_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.5052112Z test_contig_size1_large_dim_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:46.5098574Z test_contig_size1_large_dim_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:46.5171587Z test_contig_size1_large_dim_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:46.5213976Z test_contig_size1_large_dim_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.5270367Z test_contig_size1_large_dim_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:46.5307990Z test_contig_size1_large_dim_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.5352283Z test_contig_size1_large_dim_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.5415667Z test_contig_size1_large_dim_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:46.5458862Z test_contig_size1_large_dim_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.5529941Z test_contig_size1_large_dim_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:46.5562577Z test_contig_size1_large_dim_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:46.5607368Z test_contig_size1_large_dim_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.5648456Z test_contig_size1_large_dim_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.5689309Z test_contig_size1_large_dim_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.5723609Z test_contig_size1_large_dim_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:46.5763978Z test_contig_size1_large_dim_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.5804013Z test_contig_size1_large_dim_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.5820666Z test_contig_size1_large_dim_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:13:46.5837066Z test_contig_size1_large_dim_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:13:46.5853530Z test_contig_size1_large_dim_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:13:46.5869552Z test_contig_size1_large_dim_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:13:46.5885396Z test_contig_size1_large_dim_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:13:46.5901626Z test_contig_size1_large_dim_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:13:46.5917471Z test_contig_size1_large_dim_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:13:46.5933236Z test_contig_size1_large_dim_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:13:46.5949118Z test_contig_size1_large_dim_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:13:46.5964660Z test_contig_size1_large_dim_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:13:46.5980657Z test_contig_size1_large_dim_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:13:46.5996427Z test_contig_size1_large_dim_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:13:46.6012627Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:13:46.6028306Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:13:46.6044054Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:13:46.6060225Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:13:46.6076244Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:13:46.6092744Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:13:46.6109284Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:13:46.6125161Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:13:46.6140929Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:13:46.6159748Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:13:46.6175507Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:13:46.6191138Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:13:46.6236285Z test_contig_size1_large_dim_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.6281341Z test_contig_size1_large_dim_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.6325000Z test_contig_size1_large_dim_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.6369886Z test_contig_size1_large_dim_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.6415597Z test_contig_size1_large_dim_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:46.6454532Z test_contig_size1_large_dim_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.6500493Z test_contig_size1_large_dim_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:46.6598794Z test_contig_size1_large_dim_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:46.6673545Z test_contig_size1_large_dim_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:46.6745680Z test_contig_size1_large_dim_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:46.6783676Z test_contig_size1_large_dim_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.6831900Z test_contig_size1_large_dim_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:46.6875090Z test_contig_size1_large_dim_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.6918119Z test_contig_size1_large_dim_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.6955612Z test_contig_size1_large_dim_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.6998487Z test_contig_size1_large_dim_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.7042587Z test_contig_size1_large_dim_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.7076054Z test_contig_size1_large_dim_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:46.7112855Z test_contig_size1_large_dim_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.7172825Z test_contig_size1_large_dim_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:46.7202639Z test_contig_size1_large_dim_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:46.7240874Z test_contig_size1_large_dim_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.7277608Z test_contig_size1_large_dim_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.7314373Z test_contig_size1_large_dim_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.7344569Z test_contig_size1_large_dim_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:46.7380922Z test_contig_size1_large_dim_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.7417238Z test_contig_size1_large_dim_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.7450701Z test_contig_size1_large_dim_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:46.7486900Z test_contig_size1_large_dim_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.7548789Z test_contig_size1_large_dim_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:46.7592958Z test_contig_size1_large_dim_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.7652156Z test_contig_size1_large_dim_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:46.7681542Z test_contig_size1_large_dim_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:46.7719588Z test_contig_size1_large_dim_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.7756781Z test_contig_size1_large_dim_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.7794085Z test_contig_size1_large_dim_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.7824604Z test_contig_size1_large_dim_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:46.7861257Z test_contig_size1_large_dim_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.7898026Z test_contig_size1_large_dim_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.7930692Z test_contig_size1_large_dim_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:46.7968568Z test_contig_size1_large_dim_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.8027791Z test_contig_size1_large_dim_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:46.8067202Z test_contig_size1_large_dim_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.8129215Z test_contig_size1_large_dim_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:46.8159135Z test_contig_size1_large_dim_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:46.8194452Z test_contig_size1_large_dim_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.8231484Z test_contig_size1_large_dim_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.8268202Z test_contig_size1_large_dim_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.8298365Z test_contig_size1_large_dim_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:46.8334763Z test_contig_size1_large_dim_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.8371004Z test_contig_size1_large_dim_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.8403959Z test_contig_size1_large_dim_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:46.8440705Z test_contig_size1_large_dim_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.8494172Z test_contig_size1_large_dim_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:46.8534813Z test_contig_size1_large_dim_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.8594214Z test_contig_size1_large_dim_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:46.8623780Z test_contig_size1_large_dim_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:46.8660147Z test_contig_size1_large_dim_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.8697132Z test_contig_size1_large_dim_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.8736081Z test_contig_size1_large_dim_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.8766766Z test_contig_size1_large_dim_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:46.8803660Z test_contig_size1_large_dim_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.8839721Z test_contig_size1_large_dim_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.8872336Z test_contig_size1_large_dim_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:46.8910044Z test_contig_size1_large_dim_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.8969436Z test_contig_size1_large_dim_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:46.8998749Z test_contig_size1_large_dim_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:46.9035689Z test_contig_size1_large_dim_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.9072379Z test_contig_size1_large_dim_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.9109504Z test_contig_size1_large_dim_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.9139974Z test_contig_size1_large_dim_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:46.9176620Z test_contig_size1_large_dim_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.9212961Z test_contig_size1_large_dim_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.9248276Z test_contig_size1_large_dim_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:46.9285174Z test_contig_size1_large_dim_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.9347839Z test_contig_size1_large_dim_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:46.9379956Z test_contig_size1_large_dim_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:46.9419453Z test_contig_size1_large_dim_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.9455673Z test_contig_size1_large_dim_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.9492823Z test_contig_size1_large_dim_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.9522889Z test_contig_size1_large_dim_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:46.9560435Z test_contig_size1_large_dim_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.9597104Z test_contig_size1_large_dim_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.9631436Z test_contig_size1_large_dim_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:46.9668731Z test_contig_size1_large_dim_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.9730911Z test_contig_size1_large_dim_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:46.9762715Z test_contig_size1_large_dim_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:46.9801183Z test_contig_size1_large_dim_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.9837545Z test_contig_size1_large_dim_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.9874623Z test_contig_size1_large_dim_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.9904878Z test_contig_size1_large_dim_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:46.9941122Z test_contig_size1_large_dim_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:46.9978236Z test_contig_size1_large_dim_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.0013600Z test_contig_size1_large_dim_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:47.0050387Z test_contig_size1_large_dim_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.0112751Z test_contig_size1_large_dim_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:47.0145252Z test_contig_size1_large_dim_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:47.0183919Z test_contig_size1_large_dim_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.0220482Z test_contig_size1_large_dim_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.0256951Z test_contig_size1_large_dim_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.0286915Z test_contig_size1_large_dim_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:47.0323666Z test_contig_size1_large_dim_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.0360671Z test_contig_size1_large_dim_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.0396318Z test_contig_size1_large_dim_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:47.0433418Z test_contig_size1_large_dim_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.0495849Z test_contig_size1_large_dim_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:47.0528173Z test_contig_size1_large_dim_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:47.0567925Z test_contig_size1_large_dim_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.0604880Z test_contig_size1_large_dim_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.0641905Z test_contig_size1_large_dim_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.0672057Z test_contig_size1_large_dim_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:47.0709142Z test_contig_size1_large_dim_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.0746307Z test_contig_size1_large_dim_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.0782267Z test_contig_size1_large_dim_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:47.0819578Z test_contig_size1_large_dim_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.0880705Z test_contig_size1_large_dim_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:47.0990210Z test_contig_size1_large_dim_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:13:47.1034777Z test_contig_size1_large_dim_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.1099276Z test_contig_size1_large_dim_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:47.1131240Z test_contig_size1_large_dim_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:47.1169869Z test_contig_size1_large_dim_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.1207520Z test_contig_size1_large_dim_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.1245410Z test_contig_size1_large_dim_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.1276867Z test_contig_size1_large_dim_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:47.1313898Z test_contig_size1_large_dim_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.1350181Z test_contig_size1_large_dim_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.1383121Z test_contig_size1_large_dim_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:47.1419800Z test_contig_size1_large_dim_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.1472486Z test_contig_size1_large_dim_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:47.1512744Z test_contig_size1_large_dim_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.1572747Z test_contig_size1_large_dim_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:47.1604163Z test_contig_size1_large_dim_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:47.1639725Z test_contig_size1_large_dim_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.1676744Z test_contig_size1_large_dim_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.1713536Z test_contig_size1_large_dim_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.1743426Z test_contig_size1_large_dim_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:47.1779753Z test_contig_size1_large_dim_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.1816053Z test_contig_size1_large_dim_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.1853307Z test_contig_size1_large_dim_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.1885393Z test_contig_size1_large_dim_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:47.1924524Z test_contig_size1_large_dim_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.1964214Z test_contig_size1_large_dim_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.2017519Z test_contig_size1_large_dim_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:47.2056416Z test_contig_size1_large_dim_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.2159275Z test_contig_size1_large_dim_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:47.2243673Z test_contig_size1_large_dim_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:47.2311273Z test_contig_size1_large_dim_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:47.2346566Z test_contig_size1_large_dim_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:47.2390075Z test_contig_size1_large_dim_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.2430904Z test_contig_size1_large_dim_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.2471545Z test_contig_size1_large_dim_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.2504923Z test_contig_size1_large_dim_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:47.2544987Z test_contig_size1_large_dim_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.2584114Z test_contig_size1_large_dim_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.2623484Z test_contig_size1_large_dim_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.2696949Z test_contig_size1_large_dim_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:47.2732177Z test_contig_size1_large_dim_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:47.2773042Z test_contig_size1_large_dim_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.2814275Z test_contig_size1_large_dim_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.2854292Z test_contig_size1_large_dim_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.2889889Z test_contig_size1_large_dim_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:47.2930004Z test_contig_size1_large_dim_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.2968440Z test_contig_size1_large_dim_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.3006265Z test_contig_size1_large_dim_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.3065447Z test_contig_size1_large_dim_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:47.3109604Z test_contig_size1_large_dim_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.3182328Z test_contig_size1_large_dim_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:47.3204418Z test_contig_size1_large_dim_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:47.3243673Z test_contig_size1_large_dim_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.3280401Z test_contig_size1_large_dim_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.3317549Z test_contig_size1_large_dim_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.3348647Z test_contig_size1_large_dim_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:47.3385408Z test_contig_size1_large_dim_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.3421838Z test_contig_size1_large_dim_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.3467297Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.3505554Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.3554220Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:47.3598547Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.3643367Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.3682058Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.3726667Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.3772088Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.3818160Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:47.3855857Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.3899404Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.3943496Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.3988307Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.4026089Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.4070103Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.4114832Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.4127791Z 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:13:47.4139917Z 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:13:47.4152279Z 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:13:47.4164048Z 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:13:47.4176846Z 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:13:47.4189436Z 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:13:47.4202575Z 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:13:47.4214159Z 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:13:47.4226819Z 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:13:47.4238557Z 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:13:47.4250997Z 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:13:47.4263221Z 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:13:47.4275309Z 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:13:47.4287397Z 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:13:47.4299138Z 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:13:47.4311253Z 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:13:47.4356166Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.4394319Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.4437060Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.4481345Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.4526757Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.4565785Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.4610802Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.4655701Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.4700622Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.4738410Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.4782069Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.4826629Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.4872955Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:47.4912204Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.4956612Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.5001995Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.5047832Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:47.5085767Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.5130915Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.5175567Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.5220231Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.5259196Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.5303554Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.5349170Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.5362530Z 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:13:47.5374408Z 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:13:47.5386326Z 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:13:47.5398918Z 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:13:47.5411538Z 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:13:47.5423166Z 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:13:47.5435210Z 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:13:47.5446989Z 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:13:47.5459541Z 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:13:47.5471559Z 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:13:47.5483667Z 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:13:47.5495857Z 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:13:47.5508474Z 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:13:47.5521486Z 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:13:47.5534810Z 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:13:47.5547042Z 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:13:47.5559128Z 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:13:47.5571197Z 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:13:47.5583440Z 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:13:47.5595510Z 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:13:47.5608051Z 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:13:47.5619661Z 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:13:47.5632004Z 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:13:47.5643973Z 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:13:47.5655993Z 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:13:47.5668950Z 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:13:47.5681834Z 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:13:47.5693818Z 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:13:47.5705883Z 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:13:47.5718023Z 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:13:47.5730194Z 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:13:47.5742307Z 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:13:47.5754397Z 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:13:47.5766461Z 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:13:47.5778961Z 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:13:47.5791029Z 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:13:47.5802998Z 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:13:47.5815302Z 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:13:47.5827105Z 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:13:47.5839114Z 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:13:47.5885197Z test_contig_size1_large_dim_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:47.5932481Z test_contig_size1_large_dim_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:47.6003170Z test_contig_size1_large_dim_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:47.6042001Z test_contig_size1_large_dim_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.6087012Z test_contig_size1_large_dim_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.6132168Z test_contig_size1_large_dim_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.6179290Z test_contig_size1_large_dim_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:47.6219783Z test_contig_size1_large_dim_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.6264618Z test_contig_size1_large_dim_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.6309861Z test_contig_size1_large_dim_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.6353941Z test_contig_size1_large_dim_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.6438303Z test_contig_size1_large_dim_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:47.6523624Z test_contig_size1_large_dim_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:47.6605364Z test_contig_size1_large_dim_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:47.6688507Z test_contig_size1_large_dim_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:47.6764716Z test_contig_size1_large_dim_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:47.6846923Z test_contig_size1_large_dim_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:47.7031734Z test_contig_size1_large_dim_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:13:47.7070243Z test_contig_size1_large_dim_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.7128180Z test_contig_size1_large_dim_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:47.7241980Z test_contig_size1_large_dim_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:13:47.7286627Z test_contig_size1_large_dim_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.7351302Z test_contig_size1_large_dim_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:47.7383550Z test_contig_size1_large_dim_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:47.7422256Z test_contig_size1_large_dim_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.7460203Z test_contig_size1_large_dim_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.7498239Z test_contig_size1_large_dim_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.7528079Z test_contig_size1_large_dim_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:47.7564774Z test_contig_size1_large_dim_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.7601199Z test_contig_size1_large_dim_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.7636780Z test_contig_size1_large_dim_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:47.7680041Z test_contig_size1_large_dim_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.7737407Z test_contig_size1_large_dim_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:47.7782309Z test_contig_size1_large_dim_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.7847237Z test_contig_size1_large_dim_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:47.7880467Z test_contig_size1_large_dim_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:47.7919979Z test_contig_size1_large_dim_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.7960851Z test_contig_size1_large_dim_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.8001884Z test_contig_size1_large_dim_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.8036745Z test_contig_size1_large_dim_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:47.8077605Z test_contig_size1_large_dim_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.8119029Z test_contig_size1_large_dim_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.8159409Z test_contig_size1_large_dim_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.8205516Z test_contig_size1_large_dim_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:47.8271730Z test_contig_size1_large_dim_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:47.8307027Z test_contig_size1_large_dim_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:47.8353890Z test_contig_size1_large_dim_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:47.8396246Z test_contig_size1_large_dim_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.8439337Z test_contig_size1_large_dim_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.8475912Z test_contig_size1_large_dim_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.8518312Z test_contig_size1_large_dim_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.8560983Z test_contig_size1_large_dim_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:47.8577932Z test_contig_size1_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.8594325Z test_contig_size1_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.8610961Z test_contig_size1_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.8627127Z test_contig_size1_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.8643935Z test_contig_size1_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.8662121Z test_contig_size1_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.8680470Z test_contig_size1_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.8700119Z test_contig_size1_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.8719774Z test_contig_size1_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.8738284Z test_contig_size1_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.8756411Z test_contig_size1_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.8775269Z test_contig_size1_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.8793446Z test_contig_size1_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.8811723Z test_contig_size1_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.8829515Z test_contig_size1_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.8847208Z test_contig_size1_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.8865453Z test_contig_size1_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.8882835Z test_contig_size1_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.8899631Z test_contig_size1_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.8918326Z test_contig_size1_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.8935385Z test_contig_size1_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.8953377Z test_contig_size1_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.8970437Z test_contig_size1_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.8986796Z test_contig_size1_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.9002857Z test_contig_size1_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.9019626Z test_contig_size1_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.9035894Z test_contig_size1_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.9053184Z test_contig_size1_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.9069383Z test_contig_size1_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.9087494Z test_contig_size1_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.9106279Z test_contig_size1_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.9124065Z test_contig_size1_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.9141809Z test_contig_size1_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.9160152Z test_contig_size1_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.9177831Z test_contig_size1_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.9194253Z test_contig_size1_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.9210810Z test_contig_size1_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.9227053Z test_contig_size1_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.9243531Z test_contig_size1_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.9260895Z test_contig_size1_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.9276899Z test_contig_size1_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.9295059Z test_contig_size1_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.9314018Z test_contig_size1_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.9332557Z test_contig_size1_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.9350352Z test_contig_size1_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.9368159Z test_contig_size1_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.9384865Z test_contig_size1_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.9401375Z test_contig_size1_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.9418061Z test_contig_size1_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.9434471Z test_contig_size1_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.9450678Z test_contig_size1_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.9467063Z test_contig_size1_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.9483478Z test_contig_size1_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.9501301Z test_contig_size1_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.9519841Z test_contig_size1_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.9537398Z test_contig_size1_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.9554576Z test_contig_size1_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.9572848Z test_contig_size1_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.9589363Z test_contig_size1_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.9605727Z test_contig_size1_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.9621984Z test_contig_size1_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.9637978Z test_contig_size1_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.9654582Z test_contig_size1_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.9671589Z test_contig_size1_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.9687843Z test_contig_size1_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.9704853Z test_contig_size1_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.9721905Z test_contig_size1_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.9739777Z test_contig_size1_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.9757120Z test_contig_size1_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.9773936Z test_contig_size1_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.9790463Z test_contig_size1_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.9806993Z test_contig_size1_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.9823195Z test_contig_size1_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.9840537Z test_contig_size1_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.9856885Z test_contig_size1_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.9874436Z test_contig_size1_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.9892292Z test_contig_size1_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.9910098Z test_contig_size1_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.9927133Z test_contig_size1_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.9943799Z test_contig_size1_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.9960467Z test_contig_size1_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.9976948Z test_contig_size1_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:47.9993032Z test_contig_size1_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.0010602Z test_contig_size1_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.0026942Z test_contig_size1_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.0044334Z test_contig_size1_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.0062196Z test_contig_size1_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.0080259Z test_contig_size1_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.0097198Z test_contig_size1_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.0113176Z test_contig_size1_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.0129424Z test_contig_size1_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.0145446Z test_contig_size1_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.0161463Z test_contig_size1_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.0179487Z test_contig_size1_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.0195916Z test_contig_size1_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.0213804Z test_contig_size1_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.0231099Z test_contig_size1_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.0249496Z test_contig_size1_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.0266077Z test_contig_size1_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.0282185Z test_contig_size1_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.0298143Z test_contig_size1_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.0313796Z test_contig_size1_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.0329934Z test_contig_size1_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.0347007Z test_contig_size1_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.0362672Z test_contig_size1_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.0379811Z test_contig_size1_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.0396960Z test_contig_size1_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.0414981Z test_contig_size1_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.0431494Z test_contig_size1_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.0447157Z test_contig_size1_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.0463142Z test_contig_size1_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.0478809Z test_contig_size1_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.0495212Z test_contig_size1_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.0512207Z test_contig_size1_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.0528249Z test_contig_size1_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.0546813Z test_contig_size1_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.0566138Z test_contig_size1_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.0585672Z test_contig_size1_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.0603830Z test_contig_size1_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.0621674Z test_contig_size1_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.0639697Z test_contig_size1_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.0656711Z test_contig_size1_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.0672825Z test_contig_size1_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.0689166Z test_contig_size1_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.0705252Z test_contig_size1_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.0721221Z test_contig_size1_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.0737995Z test_contig_size1_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.0753902Z test_contig_size1_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.0772011Z test_contig_size1_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.0790839Z test_contig_size1_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.0808053Z test_contig_size1_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.0825424Z test_contig_size1_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.0843094Z test_contig_size1_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.0860166Z test_contig_size1_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.0876185Z test_contig_size1_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.0892554Z test_contig_size1_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.0908513Z test_contig_size1_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.0924626Z test_contig_size1_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.0942233Z test_contig_size1_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.0959742Z test_contig_size1_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.0977687Z test_contig_size1_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.0995847Z test_contig_size1_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.1014621Z test_contig_size1_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.1032853Z test_contig_size1_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.1052449Z test_contig_size1_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.1071769Z test_contig_size1_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.1090101Z test_contig_size1_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.1107486Z test_contig_size1_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.1125442Z test_contig_size1_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.1142286Z test_contig_size1_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.1158503Z test_contig_size1_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.1174433Z test_contig_size1_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.1190308Z test_contig_size1_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.1206146Z test_contig_size1_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.1223807Z test_contig_size1_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.1241854Z test_contig_size1_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.1259611Z test_contig_size1_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.1277761Z test_contig_size1_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.1294780Z test_contig_size1_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.1310735Z test_contig_size1_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.1326656Z test_contig_size1_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.1342895Z test_contig_size1_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.1358958Z test_contig_size1_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.1375838Z test_contig_size1_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.1393834Z test_contig_size1_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.1412969Z test_contig_size1_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.1430751Z test_contig_size1_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.1448066Z test_contig_size1_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.1465863Z test_contig_size1_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.1482454Z test_contig_size1_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.1498468Z test_contig_size1_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.1514030Z test_contig_size1_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.1530059Z test_contig_size1_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.1545688Z test_contig_size1_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.1562134Z test_contig_size1_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.1579561Z test_contig_size1_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.1597472Z test_contig_size1_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.1614604Z test_contig_size1_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.1630798Z test_contig_size1_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.1647480Z test_contig_size1_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.1664627Z test_contig_size1_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.1681285Z test_contig_size1_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.1697690Z test_contig_size1_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.1715142Z test_contig_size1_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.1733431Z test_contig_size1_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.1750421Z test_contig_size1_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.1766937Z test_contig_size1_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.1783617Z test_contig_size1_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.1799996Z test_contig_size1_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.1816689Z test_contig_size1_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.1827149Z 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:13:48.1837373Z 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:13:48.1848016Z 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:13:48.1857771Z 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:13:48.1868134Z 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:13:48.1877812Z 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:13:48.1887393Z 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:13:48.1898024Z 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:13:48.1907841Z 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:13:48.1917907Z 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:13:48.1927737Z 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:13:48.1937807Z 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:13:48.1947519Z 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:13:48.1957908Z 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:13:48.1967618Z 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:13:48.1977440Z 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:13:48.1993526Z test_contig_size1_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.2010845Z test_contig_size1_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.2028540Z test_contig_size1_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.2045469Z test_contig_size1_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.2062031Z test_contig_size1_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.2078509Z test_contig_size1_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.2095530Z test_contig_size1_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.2111560Z test_contig_size1_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.2127572Z test_contig_size1_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.2145078Z test_contig_size1_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.2162702Z test_contig_size1_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.2179955Z test_contig_size1_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.2196309Z test_contig_size1_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.2213149Z test_contig_size1_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.2229005Z test_contig_size1_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.2245083Z test_contig_size1_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.2261395Z test_contig_size1_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.2278416Z test_contig_size1_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.2296202Z test_contig_size1_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.2313043Z test_contig_size1_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.2329436Z test_contig_size1_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.2345446Z test_contig_size1_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.2361556Z test_contig_size1_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.2377935Z test_contig_size1_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.2388409Z 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:13:48.2398381Z 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:13:48.2408294Z 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:13:48.2418388Z 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:13:48.2428032Z 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:13:48.2438010Z 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:13:48.2447648Z 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:13:48.2457970Z 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:13:48.2468026Z 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:13:48.2477905Z 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:13:48.2488120Z 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:13:48.2497904Z 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:13:48.2507869Z 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:13:48.2517602Z 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:13:48.2527609Z 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:13:48.2538906Z 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:13:48.2548711Z 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:13:48.2558666Z 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:13:48.2568446Z 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:13:48.2578498Z 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:13:48.2588530Z 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:13:48.2598356Z 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:13:48.2608099Z 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:13:48.2618030Z 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:13:48.2628370Z 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:13:48.2638000Z 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:13:48.2648043Z 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:13:48.2657818Z 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:13:48.2667647Z 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:13:48.2677756Z 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:13:48.2687804Z 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:13:48.2698039Z 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:13:48.2708287Z 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:13:48.2717933Z 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:13:48.2727888Z 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:13:48.2737990Z 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:13:48.2748749Z 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:13:48.2758695Z 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:13:48.2768624Z 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:13:48.2778855Z 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:13:48.2796842Z test_contig_size1_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.2814271Z test_contig_size1_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.2831527Z test_contig_size1_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.2849206Z test_contig_size1_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.2867375Z test_contig_size1_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.2884253Z test_contig_size1_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.2900777Z test_contig_size1_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.2917055Z test_contig_size1_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.2933564Z test_contig_size1_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.2949798Z test_contig_size1_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.2966213Z test_contig_size1_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.2983796Z test_contig_size1_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.3002039Z test_contig_size1_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.3019711Z test_contig_size1_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.3036690Z test_contig_size1_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.3053815Z test_contig_size1_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.3070744Z test_contig_size1_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.3087981Z test_contig_size1_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.3105360Z test_contig_size1_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.3123885Z test_contig_size1_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.3143748Z test_contig_size1_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.3162956Z test_contig_size1_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.3181352Z test_contig_size1_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.3199049Z test_contig_size1_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.3217948Z test_contig_size1_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.3234459Z test_contig_size1_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.3250970Z test_contig_size1_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.3266975Z test_contig_size1_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.3283147Z test_contig_size1_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.3299531Z test_contig_size1_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.3317207Z test_contig_size1_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.3334492Z test_contig_size1_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.3353472Z test_contig_size1_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.3373271Z test_contig_size1_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.3391771Z test_contig_size1_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.3409915Z test_contig_size1_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.3428413Z test_contig_size1_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.3446238Z test_contig_size1_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.3462925Z test_contig_size1_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.3479623Z test_contig_size1_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.3496393Z test_contig_size1_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.3513017Z test_contig_size1_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.3530133Z test_contig_size1_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.3546326Z test_contig_size1_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.3563443Z test_contig_size1_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.3580735Z test_contig_size1_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.3598569Z test_contig_size1_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.3616072Z test_contig_size1_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.3633260Z test_contig_size1_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.3649932Z test_contig_size1_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.3666281Z test_contig_size1_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.3682609Z test_contig_size1_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.3697710Z test_contig_vs_every_other___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.3712194Z test_contig_vs_every_other___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.3728598Z test_contig_vs_every_other___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.3745510Z test_contig_vs_every_other___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.3761842Z test_contig_vs_every_other___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.3777869Z test_contig_vs_every_other___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.3793704Z test_contig_vs_every_other___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.3808142Z test_contig_vs_every_other___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.3822602Z test_contig_vs_every_other___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.3836899Z test_contig_vs_every_other___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.3851044Z test_contig_vs_every_other___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.3864698Z test_contig_vs_every_other___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.3878327Z test_contig_vs_every_other___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.3892284Z test_contig_vs_every_other___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.3905928Z test_contig_vs_every_other___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.3919463Z test_contig_vs_every_other___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.3933533Z test_contig_vs_every_other___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.3947266Z test_contig_vs_every_other___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.3963288Z test_contig_vs_every_other___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.3979260Z test_contig_vs_every_other___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.3997129Z test_contig_vs_every_other___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.4015188Z test_contig_vs_every_other___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.4031586Z test_contig_vs_every_other___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.4048010Z test_contig_vs_every_other___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.4064695Z test_contig_vs_every_other___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.4080703Z test_contig_vs_every_other___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.4096885Z test_contig_vs_every_other___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.4112681Z test_contig_vs_every_other___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.4128743Z test_contig_vs_every_other___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.4144890Z test_contig_vs_every_other___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.4160957Z test_contig_vs_every_other___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.4178092Z test_contig_vs_every_other___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.4194206Z test_contig_vs_every_other___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.4210625Z test_contig_vs_every_other___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.4226463Z test_contig_vs_every_other___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.4240986Z test_contig_vs_every_other___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.4257256Z test_contig_vs_every_other___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.4274078Z test_contig_vs_every_other___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.4290592Z test_contig_vs_every_other___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.4306633Z test_contig_vs_every_other___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.4322573Z test_contig_vs_every_other___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.4337256Z test_contig_vs_every_other___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.4351197Z test_contig_vs_every_other___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.4365614Z test_contig_vs_every_other___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.4380395Z test_contig_vs_every_other___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.4394062Z test_contig_vs_every_other___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.4407708Z test_contig_vs_every_other___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.4421670Z test_contig_vs_every_other___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.4435740Z test_contig_vs_every_other___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.4449174Z test_contig_vs_every_other___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.4463019Z test_contig_vs_every_other___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.4476575Z test_contig_vs_every_other___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.4492657Z test_contig_vs_every_other___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.4512970Z test_contig_vs_every_other___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.4532763Z test_contig_vs_every_other___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.4549445Z test_contig_vs_every_other___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.4565949Z test_contig_vs_every_other___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.4583041Z test_contig_vs_every_other___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.4598149Z test_contig_vs_every_other___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.4612675Z test_contig_vs_every_other___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.4626743Z test_contig_vs_every_other___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.4640902Z test_contig_vs_every_other___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.4655257Z test_contig_vs_every_other___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.4670220Z test_contig_vs_every_other___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.4687288Z test_contig_vs_every_other___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.4704366Z test_contig_vs_every_other___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.4720788Z test_contig_vs_every_other___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.4736840Z test_contig_vs_every_other___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.4752746Z test_contig_vs_every_other___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.4767187Z test_contig_vs_every_other___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.4781567Z test_contig_vs_every_other___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.4795838Z test_contig_vs_every_other___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.4809813Z test_contig_vs_every_other___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.4823559Z test_contig_vs_every_other___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.4837270Z test_contig_vs_every_other___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.4851395Z test_contig_vs_every_other___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.4865147Z test_contig_vs_every_other___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.4878707Z test_contig_vs_every_other___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.4892662Z test_contig_vs_every_other___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.4906620Z test_contig_vs_every_other___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.4921241Z test_contig_vs_every_other_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.4935759Z test_contig_vs_every_other_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.4952527Z test_contig_vs_every_other_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.4971268Z test_contig_vs_every_other_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.4988333Z test_contig_vs_every_other_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.5004874Z test_contig_vs_every_other_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.5021497Z test_contig_vs_every_other_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.5037387Z test_contig_vs_every_other_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.5052477Z test_contig_vs_every_other_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.5066547Z test_contig_vs_every_other_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.5080850Z test_contig_vs_every_other_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.5095069Z test_contig_vs_every_other_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.5108899Z test_contig_vs_every_other_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.5124538Z test_contig_vs_every_other_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.5140628Z test_contig_vs_every_other_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.5157853Z test_contig_vs_every_other_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.5174514Z test_contig_vs_every_other_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.5190046Z test_contig_vs_every_other_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.5205556Z test_contig_vs_every_other_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.5221280Z test_contig_vs_every_other_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.5236801Z test_contig_vs_every_other_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.5252608Z test_contig_vs_every_other_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.5266922Z test_contig_vs_every_other_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.5280475Z test_contig_vs_every_other_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.5294359Z test_contig_vs_every_other_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.5307684Z test_contig_vs_every_other_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.5321291Z test_contig_vs_every_other_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.5335178Z test_contig_vs_every_other_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.5348809Z test_contig_vs_every_other_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.5362512Z test_contig_vs_every_other_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.5376215Z test_contig_vs_every_other_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.5389903Z test_contig_vs_every_other_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.5403912Z test_contig_vs_every_other_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.5417658Z test_contig_vs_every_other_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.5431375Z test_contig_vs_every_other_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.5445082Z test_contig_vs_every_other_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.5458872Z test_contig_vs_every_other_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.5472669Z test_contig_vs_every_other_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.5486380Z test_contig_vs_every_other_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.5500871Z test_contig_vs_every_other_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.5514551Z test_contig_vs_every_other_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.5528360Z test_contig_vs_every_other_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.5542380Z test_contig_vs_every_other_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.5556367Z test_contig_vs_every_other_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.5570425Z test_contig_vs_every_other_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.5584294Z test_contig_vs_every_other_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.5598176Z test_contig_vs_every_other_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.5612150Z test_contig_vs_every_other_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.5625994Z test_contig_vs_every_other_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.5639892Z test_contig_vs_every_other_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.5655413Z test_contig_vs_every_other_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.5669706Z test_contig_vs_every_other_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.5685331Z test_contig_vs_every_other_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.5701676Z test_contig_vs_every_other_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.5717690Z test_contig_vs_every_other_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.5732500Z test_contig_vs_every_other_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.5746261Z test_contig_vs_every_other_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.5759919Z test_contig_vs_every_other_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.5773840Z test_contig_vs_every_other_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.5787616Z test_contig_vs_every_other_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.5802608Z test_contig_vs_every_other_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.5817309Z test_contig_vs_every_other_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.5832767Z test_contig_vs_every_other_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.5848838Z test_contig_vs_every_other_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.5865057Z test_contig_vs_every_other_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.5879571Z test_contig_vs_every_other_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.5894241Z test_contig_vs_every_other_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.5907172Z test_contig_vs_every_other_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.5920871Z test_contig_vs_every_other_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.5934873Z test_contig_vs_every_other_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.5950621Z test_contig_vs_every_other_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.5966807Z test_contig_vs_every_other_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.5983202Z test_contig_vs_every_other_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.5998938Z test_contig_vs_every_other_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.6014579Z test_contig_vs_every_other_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.6030735Z test_contig_vs_every_other_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.6046610Z test_contig_vs_every_other_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.6062856Z test_contig_vs_every_other_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.6078257Z test_contig_vs_every_other_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.6094033Z test_contig_vs_every_other_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.6109513Z test_contig_vs_every_other_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.6125077Z test_contig_vs_every_other_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.6141258Z test_contig_vs_every_other_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.6156828Z test_contig_vs_every_other_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.6174327Z test_contig_vs_every_other_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.6190399Z test_contig_vs_every_other_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.6206708Z test_contig_vs_every_other_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.6222534Z test_contig_vs_every_other_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.6238535Z test_contig_vs_every_other_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.6254286Z test_contig_vs_every_other_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.6269887Z test_contig_vs_every_other_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.6285563Z test_contig_vs_every_other_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.6301856Z test_contig_vs_every_other_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.6317416Z test_contig_vs_every_other_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.6335108Z test_contig_vs_every_other_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.6352322Z test_contig_vs_every_other_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.6369233Z test_contig_vs_every_other_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.6385304Z test_contig_vs_every_other_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.6401730Z test_contig_vs_every_other_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.6417557Z test_contig_vs_every_other_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.6433189Z test_contig_vs_every_other_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.6448789Z test_contig_vs_every_other_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.6464716Z test_contig_vs_every_other_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.6480286Z test_contig_vs_every_other_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.6496623Z test_contig_vs_every_other_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.6513310Z test_contig_vs_every_other_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.6529728Z test_contig_vs_every_other_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.6546044Z test_contig_vs_every_other_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.6561689Z test_contig_vs_every_other_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.6577672Z test_contig_vs_every_other_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.6593077Z test_contig_vs_every_other_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.6608439Z test_contig_vs_every_other_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.6624420Z test_contig_vs_every_other_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.6639347Z test_contig_vs_every_other_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.6653024Z test_contig_vs_every_other_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.6668674Z test_contig_vs_every_other_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.6684945Z test_contig_vs_every_other_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.6700288Z test_contig_vs_every_other_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.6715691Z test_contig_vs_every_other_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.6730860Z test_contig_vs_every_other_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.6745498Z test_contig_vs_every_other_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.6759677Z test_contig_vs_every_other_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.6773141Z test_contig_vs_every_other_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.6786404Z test_contig_vs_every_other_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.6799852Z test_contig_vs_every_other_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.6813380Z test_contig_vs_every_other_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.6828463Z test_contig_vs_every_other_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.6844131Z test_contig_vs_every_other_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.6863867Z test_contig_vs_every_other_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.6883240Z test_contig_vs_every_other_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.6900290Z test_contig_vs_every_other_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.6917243Z test_contig_vs_every_other_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.6933900Z test_contig_vs_every_other_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.6949560Z test_contig_vs_every_other_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.6965168Z test_contig_vs_every_other_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.6980756Z test_contig_vs_every_other_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.6996160Z test_contig_vs_every_other_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.7012041Z test_contig_vs_every_other_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.7021148Z test_contig_vs_every_other_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:13:48.7037058Z test_contig_vs_every_other_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.7053843Z test_contig_vs_every_other_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.7070186Z test_contig_vs_every_other_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.7084998Z test_contig_vs_every_other_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.7099133Z test_contig_vs_every_other_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.7112915Z test_contig_vs_every_other_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.7126837Z test_contig_vs_every_other_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.7141079Z test_contig_vs_every_other_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.7156015Z test_contig_vs_every_other_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.7170518Z test_contig_vs_every_other_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.7185921Z test_contig_vs_every_other_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.7201789Z test_contig_vs_every_other_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.7217787Z test_contig_vs_every_other_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.7232198Z test_contig_vs_every_other_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.7245772Z test_contig_vs_every_other_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.7259399Z test_contig_vs_every_other_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.7273014Z test_contig_vs_every_other_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.7286605Z test_contig_vs_every_other_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.7301825Z test_contig_vs_every_other_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.7316243Z test_contig_vs_every_other_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.7332009Z test_contig_vs_every_other_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.7347727Z test_contig_vs_every_other_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.7363589Z test_contig_vs_every_other_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.7378208Z test_contig_vs_every_other_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.7391832Z test_contig_vs_every_other_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.7405430Z test_contig_vs_every_other_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.7419048Z test_contig_vs_every_other_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.7432769Z test_contig_vs_every_other_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.7440798Z test_contig_vs_every_other_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:13:48.7457359Z test_contig_vs_every_other_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.7473465Z test_contig_vs_every_other_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.7490249Z test_contig_vs_every_other_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.7504915Z test_contig_vs_every_other_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.7518816Z test_contig_vs_every_other_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.7532860Z test_contig_vs_every_other_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.7546749Z test_contig_vs_every_other_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.7560713Z test_contig_vs_every_other_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.7574907Z test_contig_vs_every_other_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.7588791Z test_contig_vs_every_other_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.7602669Z test_contig_vs_every_other_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.7616787Z test_contig_vs_every_other_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.7630733Z test_contig_vs_every_other_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.7644916Z test_contig_vs_every_other_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.7658709Z test_contig_vs_every_other_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.7673262Z test_contig_vs_every_other_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.7687997Z test_contig_vs_every_other_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.7704069Z test_contig_vs_every_other_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.7718135Z test_contig_vs_every_other_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.7731937Z test_contig_vs_every_other_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.7745578Z test_contig_vs_every_other_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.7759164Z test_contig_vs_every_other_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.7772927Z test_contig_vs_every_other_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.7786910Z test_contig_vs_every_other_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.7800387Z test_contig_vs_every_other_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.7815410Z test_contig_vs_every_other_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.7829706Z test_contig_vs_every_other_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.7844955Z test_contig_vs_every_other_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.7859510Z test_contig_vs_every_other_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.7873082Z test_contig_vs_every_other_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.7886711Z test_contig_vs_every_other_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.7900487Z test_contig_vs_every_other_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.7914136Z test_contig_vs_every_other_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.7929216Z test_contig_vs_every_other_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.7943955Z test_contig_vs_every_other_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.7958980Z test_contig_vs_every_other_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.7975071Z test_contig_vs_every_other_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.7990932Z test_contig_vs_every_other_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.8005422Z test_contig_vs_every_other_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.8019197Z test_contig_vs_every_other_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.8032554Z test_contig_vs_every_other_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.8046078Z test_contig_vs_every_other_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.8059791Z test_contig_vs_every_other_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.8074783Z test_contig_vs_every_other_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.8090856Z test_contig_vs_every_other_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.8106672Z test_contig_vs_every_other_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.8122696Z test_contig_vs_every_other_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.8139511Z test_contig_vs_every_other_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.8155856Z test_contig_vs_every_other_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.8173184Z test_contig_vs_every_other_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.8189145Z test_contig_vs_every_other_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.8205605Z test_contig_vs_every_other_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.8223423Z test_contig_vs_every_other_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.8240605Z test_contig_vs_every_other_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.8256717Z test_contig_vs_every_other_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.8271762Z test_contig_vs_every_other_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.8289322Z test_contig_vs_every_other_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.8306364Z test_contig_vs_every_other_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.8322854Z test_contig_vs_every_other_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.8338305Z test_contig_vs_every_other_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.8354239Z test_contig_vs_every_other_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.8370157Z test_contig_vs_every_other_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.8385634Z test_contig_vs_every_other_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.8401251Z test_contig_vs_every_other_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.8417091Z test_contig_vs_every_other_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.8432682Z test_contig_vs_every_other_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.8445444Z test_contig_vs_every_other_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:48.8458237Z test_contig_vs_every_other_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:48.8469870Z test_contig_vs_every_other_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:48.8481096Z test_contig_vs_every_other_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:48.8492686Z test_contig_vs_every_other_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:48.8504104Z test_contig_vs_every_other_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:48.8515527Z test_contig_vs_every_other_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:48.8527019Z test_contig_vs_every_other_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:48.8538647Z test_contig_vs_every_other_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:48.8550067Z test_contig_vs_every_other_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:48.8561532Z test_contig_vs_every_other_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:48.8573143Z test_contig_vs_every_other_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:48.8584597Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:48.8596013Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:48.8607451Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:48.8619283Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:48.8630984Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:48.8642417Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:48.8654097Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:48.8665617Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:48.8677179Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:48.8688717Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:48.8700248Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:48.8711702Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:48.8726660Z test_contig_vs_every_other_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.8741121Z test_contig_vs_every_other_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.8755279Z test_contig_vs_every_other_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.8769735Z test_contig_vs_every_other_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.8783405Z test_contig_vs_every_other_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.8798975Z test_contig_vs_every_other_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.8815258Z test_contig_vs_every_other_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.8834159Z test_contig_vs_every_other_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.8853484Z test_contig_vs_every_other_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.8870402Z test_contig_vs_every_other_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.8886580Z test_contig_vs_every_other_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.8903279Z test_contig_vs_every_other_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.8918837Z test_contig_vs_every_other_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.8934780Z test_contig_vs_every_other_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.8950560Z test_contig_vs_every_other_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.8966043Z test_contig_vs_every_other_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.8982101Z test_contig_vs_every_other_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.8996943Z test_contig_vs_every_other_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.9010823Z test_contig_vs_every_other_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.9025350Z test_contig_vs_every_other_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.9039866Z test_contig_vs_every_other_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.9055252Z test_contig_vs_every_other_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.9069471Z test_contig_vs_every_other_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.9083068Z test_contig_vs_every_other_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.9096859Z test_contig_vs_every_other_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.9110359Z test_contig_vs_every_other_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.9123929Z test_contig_vs_every_other_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.9138341Z test_contig_vs_every_other_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.9151875Z test_contig_vs_every_other_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.9167316Z test_contig_vs_every_other_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.9183236Z test_contig_vs_every_other_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.9199009Z test_contig_vs_every_other_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.9213496Z test_contig_vs_every_other_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.9228697Z test_contig_vs_every_other_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.9242937Z test_contig_vs_every_other_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.9256700Z test_contig_vs_every_other_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.9270241Z test_contig_vs_every_other_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.9283634Z test_contig_vs_every_other_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.9297396Z test_contig_vs_every_other_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.9311464Z test_contig_vs_every_other_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.9325005Z test_contig_vs_every_other_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.9340663Z test_contig_vs_every_other_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.9356477Z test_contig_vs_every_other_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.9371970Z test_contig_vs_every_other_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.9386499Z test_contig_vs_every_other_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.9401660Z test_contig_vs_every_other_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.9416259Z test_contig_vs_every_other_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.9430046Z test_contig_vs_every_other_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.9443488Z test_contig_vs_every_other_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.9457307Z test_contig_vs_every_other_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.9470837Z test_contig_vs_every_other_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.9485016Z test_contig_vs_every_other_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.9498644Z test_contig_vs_every_other_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.9514127Z test_contig_vs_every_other_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.9530176Z test_contig_vs_every_other_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.9545506Z test_contig_vs_every_other_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.9559920Z test_contig_vs_every_other_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.9575286Z test_contig_vs_every_other_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.9589479Z test_contig_vs_every_other_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.9603051Z test_contig_vs_every_other_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.9616733Z test_contig_vs_every_other_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.9630236Z test_contig_vs_every_other_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.9643737Z test_contig_vs_every_other_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.9658094Z test_contig_vs_every_other_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.9671554Z test_contig_vs_every_other_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.9686236Z test_contig_vs_every_other_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.9701076Z test_contig_vs_every_other_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.9716685Z test_contig_vs_every_other_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.9730981Z test_contig_vs_every_other_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.9744545Z test_contig_vs_every_other_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.9757878Z test_contig_vs_every_other_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.9771655Z test_contig_vs_every_other_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.9785149Z test_contig_vs_every_other_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.9800212Z test_contig_vs_every_other_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.9814890Z test_contig_vs_every_other_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.9830381Z test_contig_vs_every_other_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.9846217Z test_contig_vs_every_other_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.9862509Z test_contig_vs_every_other_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:48.9876756Z test_contig_vs_every_other_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.9890488Z test_contig_vs_every_other_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.9903803Z test_contig_vs_every_other_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.9917313Z test_contig_vs_every_other_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.9931093Z test_contig_vs_every_other_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.9945955Z test_contig_vs_every_other_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.9960247Z test_contig_vs_every_other_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.9975874Z test_contig_vs_every_other_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:48.9991685Z test_contig_vs_every_other_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.0007530Z test_contig_vs_every_other_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.0022040Z test_contig_vs_every_other_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.0035558Z test_contig_vs_every_other_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.0048871Z test_contig_vs_every_other_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.0062566Z test_contig_vs_every_other_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.0076151Z test_contig_vs_every_other_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.0091232Z test_contig_vs_every_other_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.0105451Z test_contig_vs_every_other_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.0120890Z test_contig_vs_every_other_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.0136980Z test_contig_vs_every_other_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.0152726Z test_contig_vs_every_other_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.0167222Z test_contig_vs_every_other_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.0181008Z test_contig_vs_every_other_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.0194440Z test_contig_vs_every_other_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.0208111Z test_contig_vs_every_other_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.0222356Z test_contig_vs_every_other_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.0237277Z test_contig_vs_every_other_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.0251856Z test_contig_vs_every_other_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.0267218Z test_contig_vs_every_other_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.0283060Z test_contig_vs_every_other_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.0299039Z test_contig_vs_every_other_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.0313608Z test_contig_vs_every_other_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.0327197Z test_contig_vs_every_other_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.0340745Z test_contig_vs_every_other_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.0354324Z test_contig_vs_every_other_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.0367969Z test_contig_vs_every_other_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.0382944Z test_contig_vs_every_other_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.0397275Z test_contig_vs_every_other_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.0413685Z test_contig_vs_every_other_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.0431477Z test_contig_vs_every_other_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.0448262Z test_contig_vs_every_other_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.0464685Z test_contig_vs_every_other_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.0480340Z test_contig_vs_every_other_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.0496452Z test_contig_vs_every_other_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.0510755Z test_contig_vs_every_other_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.0524696Z test_contig_vs_every_other_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.0539328Z test_contig_vs_every_other_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.0553638Z test_contig_vs_every_other_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.0567191Z test_contig_vs_every_other_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.0581549Z test_contig_vs_every_other_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.0594989Z test_contig_vs_every_other_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.0610709Z test_contig_vs_every_other_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.0626550Z test_contig_vs_every_other_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.0641845Z test_contig_vs_every_other_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.0656509Z test_contig_vs_every_other_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.0671688Z test_contig_vs_every_other_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.0686008Z test_contig_vs_every_other_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.0699760Z test_contig_vs_every_other_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.0713381Z test_contig_vs_every_other_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.0726981Z test_contig_vs_every_other_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.0740807Z test_contig_vs_every_other_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.0756138Z test_contig_vs_every_other_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.0771948Z test_contig_vs_every_other_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.0787832Z test_contig_vs_every_other_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.0803973Z test_contig_vs_every_other_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.0820796Z test_contig_vs_every_other_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.0837001Z test_contig_vs_every_other_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.0856902Z test_contig_vs_every_other_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.0875625Z test_contig_vs_every_other_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.0892404Z test_contig_vs_every_other_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.0908367Z test_contig_vs_every_other_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.0924836Z test_contig_vs_every_other_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.0939674Z test_contig_vs_every_other_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.0953481Z test_contig_vs_every_other_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.0967067Z test_contig_vs_every_other_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.0981137Z test_contig_vs_every_other_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.0994744Z test_contig_vs_every_other_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.1003085Z test_contig_vs_every_other_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:13:49.1020192Z test_contig_vs_every_other_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.1036272Z test_contig_vs_every_other_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.1052844Z test_contig_vs_every_other_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.1067673Z test_contig_vs_every_other_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.1081598Z test_contig_vs_every_other_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.1095638Z test_contig_vs_every_other_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.1109466Z test_contig_vs_every_other_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.1123293Z test_contig_vs_every_other_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.1138373Z test_contig_vs_every_other_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.1155217Z test_contig_vs_every_other_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.1172695Z test_contig_vs_every_other_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.1188524Z test_contig_vs_every_other_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.1204192Z test_contig_vs_every_other_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.1220320Z test_contig_vs_every_other_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.1234687Z test_contig_vs_every_other_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.1248926Z test_contig_vs_every_other_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.1263155Z test_contig_vs_every_other_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.1276603Z test_contig_vs_every_other_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.1290573Z test_contig_vs_every_other_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.1305038Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.1321157Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.1337457Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.1352857Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.1368384Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.1384086Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.1399480Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.1415189Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.1430589Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.1446703Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.1462885Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.1478271Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.1494227Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.1509778Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.1525162Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.1540884Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.1550084Z 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:13:49.1557838Z 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:13:49.1565618Z 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:13:49.1573877Z 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:13:49.1581370Z 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:13:49.1589283Z 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:13:49.1597095Z 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:13:49.1605138Z 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:13:49.1613053Z 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:13:49.1620898Z 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:13:49.1628670Z 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:13:49.1636550Z 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:13:49.1644271Z 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:13:49.1652278Z 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:13:49.1660252Z 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:13:49.1668208Z 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:13:49.1682862Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.1699361Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.1715638Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.1731507Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.1747368Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.1762974Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.1778866Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.1794484Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.1810266Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.1826383Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.1842653Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.1858762Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.1874508Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.1890516Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.1906007Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.1921734Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.1937575Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.1953919Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.1970299Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.1985857Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.2001772Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.2017836Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.2033466Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.2049573Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.2058605Z 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:13:49.2066958Z 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:13:49.2075000Z 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:13:49.2082515Z 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:13:49.2090402Z 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:13:49.2098291Z 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:13:49.2106403Z 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:13:49.2114206Z 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:13:49.2121957Z 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:13:49.2129957Z 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:13:49.2137724Z 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:13:49.2145573Z 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:13:49.2153273Z 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:13:49.2161082Z 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:13:49.2169133Z 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:13:49.2176921Z 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:13:49.2184646Z 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:13:49.2192608Z 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:13:49.2200278Z 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:13:49.2208248Z 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:13:49.2216362Z 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:13:49.2224547Z 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:13:49.2232427Z 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:13:49.2239974Z 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:13:49.2248114Z 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:13:49.2256484Z 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:13:49.2264631Z 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:13:49.2272896Z 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:13:49.2281161Z 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:13:49.2289724Z 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:13:49.2298177Z 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:13:49.2306085Z 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:13:49.2314527Z 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:13:49.2322942Z 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:13:49.2331138Z 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:13:49.2339355Z 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:13:49.2347374Z 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:13:49.2355530Z 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:13:49.2363887Z 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:13:49.2372185Z 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:13:49.2388442Z test_contig_vs_every_other_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.2404651Z test_contig_vs_every_other_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.2422040Z test_contig_vs_every_other_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.2438528Z test_contig_vs_every_other_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.2455313Z test_contig_vs_every_other_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.2471183Z test_contig_vs_every_other_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.2487136Z test_contig_vs_every_other_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.2503251Z test_contig_vs_every_other_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.2519019Z test_contig_vs_every_other_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.2535067Z test_contig_vs_every_other_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.2550733Z test_contig_vs_every_other_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.2569975Z test_contig_vs_every_other_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.2588575Z test_contig_vs_every_other_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.2606395Z test_contig_vs_every_other_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.2625099Z test_contig_vs_every_other_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.2642887Z test_contig_vs_every_other_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.2660659Z test_contig_vs_every_other_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.2683018Z test_contig_vs_every_other_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.2699301Z test_contig_vs_every_other_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.2716574Z test_contig_vs_every_other_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.2735567Z test_contig_vs_every_other_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.2752602Z test_contig_vs_every_other_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.2770173Z test_contig_vs_every_other_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.2787644Z test_contig_vs_every_other_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.2804245Z test_contig_vs_every_other_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.2819423Z test_contig_vs_every_other_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.2834206Z test_contig_vs_every_other_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.2849208Z test_contig_vs_every_other_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.2863766Z test_contig_vs_every_other_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.2878188Z test_contig_vs_every_other_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:49.2894551Z test_contig_vs_every_other_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.2910817Z test_contig_vs_every_other_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.2928875Z test_contig_vs_every_other_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.2946797Z test_contig_vs_every_other_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.2964047Z test_contig_vs_every_other_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.2981077Z test_contig_vs_every_other_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.2997846Z test_contig_vs_every_other_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.3014406Z test_contig_vs_every_other_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.3030659Z test_contig_vs_every_other_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.3046946Z test_contig_vs_every_other_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.3063311Z test_contig_vs_every_other_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.3079619Z test_contig_vs_every_other_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.3096283Z test_contig_vs_every_other_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.3112321Z test_contig_vs_every_other_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.3129538Z test_contig_vs_every_other_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.3146045Z test_contig_vs_every_other_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.3163066Z test_contig_vs_every_other_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.3179291Z test_contig_vs_every_other_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.3195401Z test_contig_vs_every_other_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.3212062Z test_contig_vs_every_other_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.3228030Z test_contig_vs_every_other_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.3244106Z test_contig_vs_every_other_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:49.3335216Z test_contig_vs_transposed___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:49.3417632Z test_contig_vs_transposed___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:49.3660712Z test_contig_vs_transposed___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:49.3786991Z test_contig_vs_transposed___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:13:49.3949679Z test_contig_vs_transposed___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:13:49.4016756Z test_contig_vs_transposed___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:49.4112753Z test_contig_vs_transposed___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:49.4196926Z test_contig_vs_transposed___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:49.4278099Z test_contig_vs_transposed___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:49.4334180Z test_contig_vs_transposed___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:49.4408098Z test_contig_vs_transposed___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:49.4483275Z test_contig_vs_transposed___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:49.4557519Z test_contig_vs_transposed___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:49.4630998Z test_contig_vs_transposed___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:49.4706379Z test_contig_vs_transposed___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:49.4758622Z test_contig_vs_transposed___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:49.4833357Z test_contig_vs_transposed___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:49.4907359Z test_contig_vs_transposed___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:49.4994179Z test_contig_vs_transposed___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:49.5099568Z test_contig_vs_transposed___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:49.5308400Z test_contig_vs_transposed___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:13:49.5547924Z test_contig_vs_transposed___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:49.5732487Z test_contig_vs_transposed___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:13:49.5810409Z test_contig_vs_transposed___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:49.5910609Z test_contig_vs_transposed___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:49.6009419Z test_contig_vs_transposed___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:49.6118058Z test_contig_vs_transposed___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:13:49.6200750Z test_contig_vs_transposed___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:49.6301404Z test_contig_vs_transposed___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:49.6403064Z test_contig_vs_transposed___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:49.6500087Z test_contig_vs_transposed___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:49.6689172Z test_contig_vs_transposed___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:13:49.6755074Z test_contig_vs_transposed___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:49.6855768Z test_contig_vs_transposed___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:49.6932394Z test_contig_vs_transposed___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:49.7008616Z test_contig_vs_transposed___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:49.7190501Z test_contig_vs_transposed___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:13:49.7326912Z test_contig_vs_transposed___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:13:49.7493526Z test_contig_vs_transposed___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:13:49.7558825Z test_contig_vs_transposed___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:49.7657190Z test_contig_vs_transposed___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:49.7742654Z test_contig_vs_transposed___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:49.7828810Z test_contig_vs_transposed___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:49.7885096Z test_contig_vs_transposed___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:49.7959786Z test_contig_vs_transposed___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:49.8033537Z test_contig_vs_transposed___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:49.8108003Z test_contig_vs_transposed___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:49.8182248Z test_contig_vs_transposed___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:49.8257617Z test_contig_vs_transposed___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:49.8310546Z test_contig_vs_transposed___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:49.8384751Z test_contig_vs_transposed___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:49.8458697Z test_contig_vs_transposed___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:49.8556421Z test_contig_vs_transposed___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:49.8930897Z test_contig_vs_transposed___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:13:49.9248599Z test_contig_vs_transposed___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:13:49.9431368Z test_contig_vs_transposed___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:13:49.9514227Z test_contig_vs_transposed___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:49.9613048Z test_contig_vs_transposed___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:49.9712417Z test_contig_vs_transposed___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:49.9811124Z test_contig_vs_transposed___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:49.9886575Z test_contig_vs_transposed___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:49.9977614Z test_contig_vs_transposed___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:50.0063100Z test_contig_vs_transposed___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:50.0148278Z test_contig_vs_transposed___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:50.0334089Z test_contig_vs_transposed___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:13:50.0476824Z test_contig_vs_transposed___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:13:50.0635088Z test_contig_vs_transposed___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:13:50.0698008Z test_contig_vs_transposed___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:50.0787128Z test_contig_vs_transposed___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:50.0873996Z test_contig_vs_transposed___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:50.0955633Z test_contig_vs_transposed___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:50.1010884Z test_contig_vs_transposed___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:50.1085446Z test_contig_vs_transposed___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:50.1158869Z test_contig_vs_transposed___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:50.1234147Z test_contig_vs_transposed___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:50.1308534Z test_contig_vs_transposed___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:50.1383310Z test_contig_vs_transposed___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:50.1434609Z test_contig_vs_transposed___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:50.1507903Z test_contig_vs_transposed___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:50.1583275Z test_contig_vs_transposed___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:50.1666016Z test_contig_vs_transposed_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:50.1745618Z test_contig_vs_transposed_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:50.1939605Z test_contig_vs_transposed_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:13:50.2292170Z test_contig_vs_transposed_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:13:50.2406149Z test_contig_vs_transposed_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:13:50.2563674Z test_contig_vs_transposed_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:13:50.2649793Z test_contig_vs_transposed_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:50.2749131Z test_contig_vs_transposed_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:50.2835516Z test_contig_vs_transposed_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:50.2920061Z test_contig_vs_transposed_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:50.2978191Z test_contig_vs_transposed_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:50.3056808Z test_contig_vs_transposed_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:50.3130599Z test_contig_vs_transposed_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:50.3222579Z test_contig_vs_transposed_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:50.3331989Z test_contig_vs_transposed_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:13:50.3419722Z test_contig_vs_transposed_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:50.3519023Z test_contig_vs_transposed_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:50.3626306Z test_contig_vs_transposed_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:13:50.3750796Z test_contig_vs_transposed_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:50.3828615Z test_contig_vs_transposed_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:50.3932657Z test_contig_vs_transposed_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:50.4050186Z test_contig_vs_transposed_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:50.4135107Z test_contig_vs_transposed_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:50.4215145Z test_contig_vs_transposed_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:50.4292985Z test_contig_vs_transposed_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:50.4351404Z test_contig_vs_transposed_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:50.4429352Z test_contig_vs_transposed_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:50.4502977Z test_contig_vs_transposed_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:50.4577212Z test_contig_vs_transposed_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:50.4656181Z test_contig_vs_transposed_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:50.4713521Z test_contig_vs_transposed_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:50.4792575Z test_contig_vs_transposed_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:50.4868126Z test_contig_vs_transposed_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:50.4942393Z test_contig_vs_transposed_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:50.5015768Z test_contig_vs_transposed_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:50.5092762Z test_contig_vs_transposed_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:50.5150233Z test_contig_vs_transposed_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:50.5229427Z test_contig_vs_transposed_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:50.5305439Z test_contig_vs_transposed_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:50.5380092Z test_contig_vs_transposed_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:50.5455708Z test_contig_vs_transposed_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:50.5516068Z test_contig_vs_transposed_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:50.5626683Z test_contig_vs_transposed_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:13:50.5735213Z test_contig_vs_transposed_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:13:50.5840023Z test_contig_vs_transposed_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:50.5934266Z test_contig_vs_transposed_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:50.6012309Z test_contig_vs_transposed_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:50.6070791Z test_contig_vs_transposed_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:50.6150959Z test_contig_vs_transposed_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:50.6225344Z test_contig_vs_transposed_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:50.6312859Z test_contig_vs_transposed_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:50.6395218Z test_contig_vs_transposed_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:50.6565223Z test_contig_vs_transposed_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:13:50.6626003Z test_contig_vs_transposed_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:50.6715179Z test_contig_vs_transposed_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:50.6804535Z test_contig_vs_transposed_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:50.6888031Z test_contig_vs_transposed_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:50.6950102Z test_contig_vs_transposed_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:50.7028325Z test_contig_vs_transposed_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:50.7104797Z test_contig_vs_transposed_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:50.7191960Z test_contig_vs_transposed_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:50.7276439Z test_contig_vs_transposed_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:50.7450489Z test_contig_vs_transposed_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:13:50.7515240Z test_contig_vs_transposed_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:50.7604699Z test_contig_vs_transposed_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:50.7692784Z test_contig_vs_transposed_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:50.7774488Z test_contig_vs_transposed_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:50.7833021Z test_contig_vs_transposed_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:50.7911669Z test_contig_vs_transposed_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:50.7988659Z test_contig_vs_transposed_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:50.8173212Z test_contig_vs_transposed_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:13:50.8264682Z test_contig_vs_transposed_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:50.8404038Z test_contig_vs_transposed_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:13:50.8507755Z test_contig_vs_transposed_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:50.8616009Z test_contig_vs_transposed_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:13:50.8766628Z test_contig_vs_transposed_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:13:50.8826396Z test_contig_vs_transposed_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:50.8910910Z test_contig_vs_transposed_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:50.9009259Z test_contig_vs_transposed_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:50.9107972Z test_contig_vs_transposed_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:50.9181406Z test_contig_vs_transposed_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:50.9286158Z test_contig_vs_transposed_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:50.9381865Z test_contig_vs_transposed_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:50.9455635Z test_contig_vs_transposed_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:50.9616039Z test_contig_vs_transposed_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:13:50.9680947Z test_contig_vs_transposed_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:50.9779009Z test_contig_vs_transposed_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:50.9878797Z test_contig_vs_transposed_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:50.9975338Z test_contig_vs_transposed_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:51.0062149Z test_contig_vs_transposed_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:51.0165641Z test_contig_vs_transposed_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:51.0276108Z test_contig_vs_transposed_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:13:51.0364561Z test_contig_vs_transposed_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:51.0469277Z test_contig_vs_transposed_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:51.0640219Z test_contig_vs_transposed_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:13:51.0786037Z test_contig_vs_transposed_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:13:51.0960419Z test_contig_vs_transposed_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:13:51.1029615Z test_contig_vs_transposed_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:51.1135962Z test_contig_vs_transposed_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:13:51.1231692Z test_contig_vs_transposed_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:51.1331027Z test_contig_vs_transposed_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:51.1411445Z test_contig_vs_transposed_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:51.1512433Z test_contig_vs_transposed_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:51.1626883Z test_contig_vs_transposed_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:13:51.1708193Z test_contig_vs_transposed_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:51.1880985Z test_contig_vs_transposed_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:13:51.1945290Z test_contig_vs_transposed_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:51.2043302Z test_contig_vs_transposed_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:51.2147901Z test_contig_vs_transposed_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:51.2251597Z test_contig_vs_transposed_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:51.2327914Z test_contig_vs_transposed_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:51.2422239Z test_contig_vs_transposed_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:51.2521947Z test_contig_vs_transposed_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:51.2596804Z test_contig_vs_transposed_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:51.2680408Z test_contig_vs_transposed_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:51.2834825Z test_contig_vs_transposed_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:13:51.3105421Z test_contig_vs_transposed_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:13:51.3188976Z test_contig_vs_transposed_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:51.3334551Z test_contig_vs_transposed_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:13:51.3384710Z test_contig_vs_transposed_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:51.3457195Z test_contig_vs_transposed_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:51.3537396Z test_contig_vs_transposed_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:51.3618398Z test_contig_vs_transposed_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:51.3679526Z test_contig_vs_transposed_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:51.3758072Z test_contig_vs_transposed_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:51.3831882Z test_contig_vs_transposed_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:51.3955063Z test_contig_vs_transposed_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:51.4112525Z test_contig_vs_transposed_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:13:51.4460858Z test_contig_vs_transposed_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:13:51.4757440Z test_contig_vs_transposed_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:13:51.4945511Z test_contig_vs_transposed_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:13:51.5053033Z test_contig_vs_transposed_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:13:51.5158127Z test_contig_vs_transposed_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:51.5271982Z test_contig_vs_transposed_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:13:51.5389160Z test_contig_vs_transposed_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:51.5490688Z test_contig_vs_transposed_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:51.5607461Z test_contig_vs_transposed_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:51.5723738Z test_contig_vs_transposed_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:51.5731867Z test_contig_vs_transposed_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:13:51.5995561Z test_contig_vs_transposed_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:13:51.6094987Z test_contig_vs_transposed_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:51.6215835Z test_contig_vs_transposed_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:51.6340327Z test_contig_vs_transposed_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:51.6433333Z test_contig_vs_transposed_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:51.6507853Z test_contig_vs_transposed_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:51.6597610Z test_contig_vs_transposed_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:51.6681831Z test_contig_vs_transposed_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:51.6771429Z test_contig_vs_transposed_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:51.6854818Z test_contig_vs_transposed_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:51.7033498Z test_contig_vs_transposed_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:13:51.7099801Z test_contig_vs_transposed_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:51.7191331Z test_contig_vs_transposed_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:51.7281731Z test_contig_vs_transposed_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:51.7369799Z test_contig_vs_transposed_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:51.7435120Z test_contig_vs_transposed_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:51.7515881Z test_contig_vs_transposed_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:51.7596010Z test_contig_vs_transposed_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:51.7691751Z test_contig_vs_transposed_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:51.7776469Z test_contig_vs_transposed_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:51.7959084Z test_contig_vs_transposed_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:13:51.8022761Z test_contig_vs_transposed_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:51.8118181Z test_contig_vs_transposed_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:51.8209925Z test_contig_vs_transposed_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:51.8296449Z test_contig_vs_transposed_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:51.8356944Z test_contig_vs_transposed_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:51.8437275Z test_contig_vs_transposed_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:51.8515697Z test_contig_vs_transposed_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:51.8616433Z test_contig_vs_transposed_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:51.8802957Z test_contig_vs_transposed_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:13:51.8871102Z test_contig_vs_transposed_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:51.8979581Z test_contig_vs_transposed_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:13:51.9072070Z test_contig_vs_transposed_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:51.9161733Z test_contig_vs_transposed_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:51.9233578Z test_contig_vs_transposed_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:51.9317164Z test_contig_vs_transposed_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:51.9396427Z test_contig_vs_transposed_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:51.9500682Z test_contig_vs_transposed_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:51.9607997Z test_contig_vs_transposed_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:13:51.9708594Z test_contig_vs_transposed_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:51.9818578Z test_contig_vs_transposed_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:13:51.9922938Z test_contig_vs_transposed_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:51.9985494Z test_contig_vs_transposed_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:52.0061550Z test_contig_vs_transposed_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:52.0202034Z test_contig_vs_transposed_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:13:52.0254453Z test_contig_vs_transposed_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:52.0345084Z test_contig_vs_transposed_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:52.0427328Z test_contig_vs_transposed_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:52.0503751Z test_contig_vs_transposed_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:52.0566612Z test_contig_vs_transposed_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:52.0647441Z test_contig_vs_transposed_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:52.0721858Z test_contig_vs_transposed_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:52.0781937Z test_contig_vs_transposed_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:52.0857472Z test_contig_vs_transposed_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:52.0995589Z test_contig_vs_transposed_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:13:52.1045760Z test_contig_vs_transposed_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:52.1134270Z test_contig_vs_transposed_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:52.1216746Z test_contig_vs_transposed_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:52.1292544Z test_contig_vs_transposed_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:52.1354132Z test_contig_vs_transposed_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:52.1432798Z test_contig_vs_transposed_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:52.1506690Z test_contig_vs_transposed_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:52.1595389Z test_contig_vs_transposed_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:52.1674905Z test_contig_vs_transposed_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:52.1841565Z test_contig_vs_transposed_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:13:52.1902635Z test_contig_vs_transposed_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:52.1987922Z test_contig_vs_transposed_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:52.2076509Z test_contig_vs_transposed_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:52.2161135Z test_contig_vs_transposed_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:52.2220758Z test_contig_vs_transposed_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:52.2300743Z test_contig_vs_transposed_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:52.2375421Z test_contig_vs_transposed_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:52.2465098Z test_contig_vs_transposed_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:52.2530948Z test_contig_vs_transposed_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:52.2625311Z test_contig_vs_transposed_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:52.2747135Z test_contig_vs_transposed_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:52.2954079Z test_contig_vs_transposed_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:13:52.3076125Z test_contig_vs_transposed_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:52.3250852Z test_contig_vs_transposed_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:13:52.3368769Z test_contig_vs_transposed_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:52.3569906Z test_contig_vs_transposed_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:13:52.3681410Z test_contig_vs_transposed_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:13:52.3843006Z test_contig_vs_transposed_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:13:52.3929180Z test_contig_vs_transposed_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:52.4033975Z test_contig_vs_transposed_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:52.4220003Z test_contig_vs_transposed_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:13:52.4328653Z test_contig_vs_transposed_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:13:52.4508677Z test_contig_vs_transposed_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:13:52.4571250Z test_contig_vs_transposed_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:52.4669804Z test_contig_vs_transposed_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:52.4757441Z test_contig_vs_transposed_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:52.4848426Z test_contig_vs_transposed_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:52.4920528Z test_contig_vs_transposed_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:52.5010114Z test_contig_vs_transposed_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:52.5103332Z test_contig_vs_transposed_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:52.5116300Z test_contig_vs_transposed_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:52.5129233Z test_contig_vs_transposed_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:52.5142071Z test_contig_vs_transposed_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:52.5153542Z test_contig_vs_transposed_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:52.5165195Z test_contig_vs_transposed_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:52.5177230Z test_contig_vs_transposed_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:52.5188731Z test_contig_vs_transposed_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:52.5200345Z test_contig_vs_transposed_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:52.5212186Z test_contig_vs_transposed_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:52.5224182Z test_contig_vs_transposed_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:52.5235958Z test_contig_vs_transposed_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:52.5248157Z test_contig_vs_transposed_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:52.5260151Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:52.5271810Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:52.5283482Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:52.5295948Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:52.5308157Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:52.5320006Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:52.5332562Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:52.5344858Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:52.5357413Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:52.5368879Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:52.5380740Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:52.5392711Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:52.5499996Z test_contig_vs_transposed_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:13:52.5608840Z test_contig_vs_transposed_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:13:52.5724811Z test_contig_vs_transposed_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:52.5838006Z test_contig_vs_transposed_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:13:52.5940896Z test_contig_vs_transposed_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:52.6046216Z test_contig_vs_transposed_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:52.6164918Z test_contig_vs_transposed_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:52.6549928Z test_contig_vs_transposed_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:13:52.6820312Z test_contig_vs_transposed_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:13:52.7013084Z test_contig_vs_transposed_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:13:52.7109922Z test_contig_vs_transposed_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:52.7259922Z test_contig_vs_transposed_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:13:52.7367651Z test_contig_vs_transposed_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:13:52.7475348Z test_contig_vs_transposed_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:13:52.7563287Z test_contig_vs_transposed_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:52.7669400Z test_contig_vs_transposed_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:13:52.7775536Z test_contig_vs_transposed_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:13:52.7846389Z test_contig_vs_transposed_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:52.7928914Z test_contig_vs_transposed_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:52.8069279Z test_contig_vs_transposed_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:13:52.8118072Z test_contig_vs_transposed_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:52.8201366Z test_contig_vs_transposed_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:52.8276389Z test_contig_vs_transposed_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:52.8351579Z test_contig_vs_transposed_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:52.8413181Z test_contig_vs_transposed_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:52.8491343Z test_contig_vs_transposed_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:52.8565074Z test_contig_vs_transposed_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:52.8626548Z test_contig_vs_transposed_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:52.8700750Z test_contig_vs_transposed_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:52.8852084Z test_contig_vs_transposed_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:13:52.8944589Z test_contig_vs_transposed_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:52.9089728Z test_contig_vs_transposed_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:13:52.9141424Z test_contig_vs_transposed_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:52.9225983Z test_contig_vs_transposed_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:52.9302235Z test_contig_vs_transposed_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:52.9377531Z test_contig_vs_transposed_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:52.9439399Z test_contig_vs_transposed_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:52.9518568Z test_contig_vs_transposed_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:52.9592314Z test_contig_vs_transposed_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:52.9652239Z test_contig_vs_transposed_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:52.9725951Z test_contig_vs_transposed_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:52.9872180Z test_contig_vs_transposed_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:13:52.9957658Z test_contig_vs_transposed_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:53.0099140Z test_contig_vs_transposed_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:13:53.0149146Z test_contig_vs_transposed_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:53.0237590Z test_contig_vs_transposed_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:53.0318046Z test_contig_vs_transposed_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:53.0393347Z test_contig_vs_transposed_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:53.0454845Z test_contig_vs_transposed_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:53.0534994Z test_contig_vs_transposed_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:53.0608742Z test_contig_vs_transposed_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:53.0669420Z test_contig_vs_transposed_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:53.0746719Z test_contig_vs_transposed_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:53.0900836Z test_contig_vs_transposed_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:13:53.0989524Z test_contig_vs_transposed_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:53.1135250Z test_contig_vs_transposed_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:13:53.1185655Z test_contig_vs_transposed_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:53.1263574Z test_contig_vs_transposed_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:53.1339032Z test_contig_vs_transposed_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:53.1414777Z test_contig_vs_transposed_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:53.1476798Z test_contig_vs_transposed_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:53.1555349Z test_contig_vs_transposed_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:53.1629365Z test_contig_vs_transposed_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:53.1688717Z test_contig_vs_transposed_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:53.1763077Z test_contig_vs_transposed_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:53.1901302Z test_contig_vs_transposed_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:13:53.1949547Z test_contig_vs_transposed_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:53.2032273Z test_contig_vs_transposed_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:53.2107770Z test_contig_vs_transposed_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:53.2183128Z test_contig_vs_transposed_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:53.2246281Z test_contig_vs_transposed_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:53.2324147Z test_contig_vs_transposed_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:53.2397533Z test_contig_vs_transposed_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:53.2482700Z test_contig_vs_transposed_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:53.2562050Z test_contig_vs_transposed_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:53.2724266Z test_contig_vs_transposed_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:13:53.2785088Z test_contig_vs_transposed_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:53.2877479Z test_contig_vs_transposed_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:53.2968427Z test_contig_vs_transposed_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:53.3053501Z test_contig_vs_transposed_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:53.3115862Z test_contig_vs_transposed_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:53.3194605Z test_contig_vs_transposed_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:53.3273686Z test_contig_vs_transposed_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:53.3358149Z test_contig_vs_transposed_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:53.3442556Z test_contig_vs_transposed_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:53.3614590Z test_contig_vs_transposed_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:13:53.3675692Z test_contig_vs_transposed_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:53.3762300Z test_contig_vs_transposed_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:53.3849838Z test_contig_vs_transposed_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:53.3931779Z test_contig_vs_transposed_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:53.3993798Z test_contig_vs_transposed_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:53.4072148Z test_contig_vs_transposed_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:53.4149145Z test_contig_vs_transposed_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:53.4235689Z test_contig_vs_transposed_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:53.4315291Z test_contig_vs_transposed_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:53.4478031Z test_contig_vs_transposed_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:13:53.4541422Z test_contig_vs_transposed_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:53.4647614Z test_contig_vs_transposed_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:53.4733474Z test_contig_vs_transposed_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:53.4816660Z test_contig_vs_transposed_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:53.4874974Z test_contig_vs_transposed_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:53.4953470Z test_contig_vs_transposed_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:53.5029887Z test_contig_vs_transposed_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:53.5115630Z test_contig_vs_transposed_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:53.5193813Z test_contig_vs_transposed_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:53.5356750Z test_contig_vs_transposed_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:13:53.5416245Z test_contig_vs_transposed_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:53.5498767Z test_contig_vs_transposed_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:53.5585314Z test_contig_vs_transposed_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:53.5669703Z test_contig_vs_transposed_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:53.5731108Z test_contig_vs_transposed_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:53.5810237Z test_contig_vs_transposed_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:53.5886797Z test_contig_vs_transposed_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:53.5973738Z test_contig_vs_transposed_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:53.6053928Z test_contig_vs_transposed_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:53.6241439Z test_contig_vs_transposed_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:13:53.6564473Z test_contig_vs_transposed_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:13:53.6676487Z test_contig_vs_transposed_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:13:53.6887516Z test_contig_vs_transposed_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:13:53.7069322Z test_contig_vs_transposed_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:13:53.7176808Z test_contig_vs_transposed_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:13:53.7263055Z test_contig_vs_transposed_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:53.7349024Z test_contig_vs_transposed_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:53.7407340Z test_contig_vs_transposed_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:53.7485915Z test_contig_vs_transposed_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:53.7559257Z test_contig_vs_transposed_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:53.7619066Z test_contig_vs_transposed_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:53.7695533Z test_contig_vs_transposed_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:53.7843227Z test_contig_vs_transposed_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:13:53.7930187Z test_contig_vs_transposed_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:53.8073870Z test_contig_vs_transposed_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:13:53.8122940Z test_contig_vs_transposed_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:53.8210545Z test_contig_vs_transposed_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:53.8290180Z test_contig_vs_transposed_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:53.8365021Z test_contig_vs_transposed_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:53.8426621Z test_contig_vs_transposed_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:53.8505476Z test_contig_vs_transposed_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:53.8579420Z test_contig_vs_transposed_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:53.8675380Z test_contig_vs_transposed_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:53.8740425Z test_contig_vs_transposed_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:53.8823507Z test_contig_vs_transposed_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:53.8925062Z test_contig_vs_transposed_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:53.9074250Z test_contig_vs_transposed_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:13:53.9163801Z test_contig_vs_transposed_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:53.9535645Z test_contig_vs_transposed_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:13:53.9839943Z test_contig_vs_transposed_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:13:54.0025000Z test_contig_vs_transposed_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:13:54.0122288Z test_contig_vs_transposed_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:54.0232301Z test_contig_vs_transposed_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:13:54.0335125Z test_contig_vs_transposed_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:54.0437613Z test_contig_vs_transposed_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:54.0509197Z test_contig_vs_transposed_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:54.0601678Z test_contig_vs_transposed_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:54.0685933Z test_contig_vs_transposed_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:54.0783432Z test_contig_vs_transposed_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:54.0982832Z test_contig_vs_transposed_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:13:54.1059988Z test_contig_vs_transposed_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:54.1164993Z test_contig_vs_transposed_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:54.1265109Z test_contig_vs_transposed_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:54.1361299Z test_contig_vs_transposed_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:54.1442960Z test_contig_vs_transposed_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:54.1535321Z test_contig_vs_transposed_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:54.1614047Z test_contig_vs_transposed_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:54.1699614Z test_contig_vs_transposed_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:54.1857865Z test_contig_vs_transposed_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:13:54.1960529Z test_contig_vs_transposed_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:54.2129822Z test_contig_vs_transposed_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:13:54.2214145Z test_contig_vs_transposed_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:54.2292848Z test_contig_vs_transposed_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:54.2377861Z test_contig_vs_transposed_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:54.2463980Z test_contig_vs_transposed_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:54.2528161Z test_contig_vs_transposed_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:54.2607745Z test_contig_vs_transposed_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:54.2681594Z test_contig_vs_transposed_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:54.2812322Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:13:54.2893103Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:54.3006915Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:13:54.3113984Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:13:54.3229098Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:13:54.3317061Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:54.3432162Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:13:54.3559968Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:13:54.3676753Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:54.3757008Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:54.3860447Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:54.3972205Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:13:54.4090688Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:54.4210950Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:54.4324220Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:13:54.4443821Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:54.4452398Z 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:13:54.4461495Z 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:13:54.4470123Z 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:13:54.4478792Z 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:13:54.4486273Z 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:13:54.4494391Z 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:13:54.4502276Z 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:13:54.4511406Z 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:13:54.4520003Z 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:13:54.4528859Z 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:13:54.4536693Z 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:13:54.4545007Z 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:13:54.4552655Z 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:13:54.4560435Z 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:13:54.4568436Z 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:13:54.4576281Z 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:13:54.4691563Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:13:54.4777959Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:54.4905326Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:13:54.5024197Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:54.5164671Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:13:54.5262796Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:54.5389719Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:13:54.5502631Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:13:54.5611650Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:13:54.5697182Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:54.5823158Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:54.5939053Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:54.6074115Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:13:54.6173043Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:54.6304788Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:13:54.6421650Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:54.6534454Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:13:54.6620054Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:54.6749287Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:13:54.6862275Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:13:54.6980664Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:54.7086986Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:54.7270786Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:13:54.7452924Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:13:54.7461981Z 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:13:54.7470699Z 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:13:54.7479299Z 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:13:54.7487408Z 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:13:54.7495194Z 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:13:54.7502970Z 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:13:54.7510749Z 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:13:54.7518522Z 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:13:54.7526596Z 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:13:54.7533710Z 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:13:54.7541685Z 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:13:54.7549306Z 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:13:54.7556909Z 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:13:54.7565163Z 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:13:54.7573422Z 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:13:54.7581265Z 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:13:54.7589057Z 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:13:54.7596968Z 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:13:54.7604792Z 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:13:54.7613208Z 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:13:54.7621188Z 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:13:54.7629167Z 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:13:54.7637312Z 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:13:54.7645432Z 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:13:54.7653593Z 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:13:54.7661510Z 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:13:54.7670322Z 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:13:54.7679015Z 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:13:54.7687359Z 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:13:54.7695711Z 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:13:54.7703726Z 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:13:54.7711978Z 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:13:54.7720343Z 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:13:54.7728706Z 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:13:54.7736698Z 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:13:54.7744151Z 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:13:54.7752093Z 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:13:54.7759511Z 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:13:54.7767538Z 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:13:54.7775282Z 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:13:54.7884020Z test_contig_vs_transposed_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:13:54.8006460Z test_contig_vs_transposed_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:54.8191012Z test_contig_vs_transposed_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:13:54.8275593Z test_contig_vs_transposed_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:54.8394488Z test_contig_vs_transposed_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:54.8505809Z test_contig_vs_transposed_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:13:54.8625788Z test_contig_vs_transposed_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:54.8738329Z test_contig_vs_transposed_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:13:54.8853636Z test_contig_vs_transposed_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:13:54.8974307Z test_contig_vs_transposed_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:54.9088305Z test_contig_vs_transposed_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:13:54.9360821Z test_contig_vs_transposed_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:13:54.9653777Z test_contig_vs_transposed_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:13:54.9924954Z test_contig_vs_transposed_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:13:55.0202897Z test_contig_vs_transposed_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:13:55.0451588Z test_contig_vs_transposed_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:55.0723573Z test_contig_vs_transposed_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:13:55.1419594Z test_contig_vs_transposed_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.069s) 2022-09-27T16:13:55.1500241Z test_contig_vs_transposed_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:55.1701905Z test_contig_vs_transposed_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:13:55.2044884Z test_contig_vs_transposed_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:13:55.2161192Z test_contig_vs_transposed_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:55.2328912Z test_contig_vs_transposed_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:13:55.2404955Z test_contig_vs_transposed_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:55.2483534Z test_contig_vs_transposed_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:55.2569344Z test_contig_vs_transposed_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:55.2656229Z test_contig_vs_transposed_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:55.2718946Z test_contig_vs_transposed_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:55.2798017Z test_contig_vs_transposed_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:55.2872382Z test_contig_vs_transposed_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:55.2960526Z test_contig_vs_transposed_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:55.3061651Z test_contig_vs_transposed_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:55.3245005Z test_contig_vs_transposed_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:13:55.3386299Z test_contig_vs_transposed_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:13:55.3553462Z test_contig_vs_transposed_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:13:55.3637830Z test_contig_vs_transposed_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:55.3737173Z test_contig_vs_transposed_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:55.3836089Z test_contig_vs_transposed_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:55.3937399Z test_contig_vs_transposed_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:55.4040678Z test_contig_vs_transposed_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:55.4136091Z test_contig_vs_transposed_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:55.4237124Z test_contig_vs_transposed_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:55.4328358Z test_contig_vs_transposed_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:55.4448019Z test_contig_vs_transposed_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:55.4612558Z test_contig_vs_transposed_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:13:55.4685811Z test_contig_vs_transposed_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:55.4812975Z test_contig_vs_transposed_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:13:55.4917663Z test_contig_vs_transposed_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:55.5028211Z test_contig_vs_transposed_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:13:55.5114844Z test_contig_vs_transposed_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:55.5221512Z test_contig_vs_transposed_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:13:55.5330573Z test_contig_vs_transposed_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:13:55.5399614Z test_copysign_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:55.5447985Z test_copysign_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:55.5502308Z test_copysign_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:55.5565538Z test_copysign_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:55.5639479Z test_copysign_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:55.5686420Z test_copysign_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:55.5733762Z test_copysign_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:55.5780889Z test_copysign_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:55.5827792Z test_copysign_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:55.5875395Z test_copysign_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:55.5938625Z test_copysign_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:55.5986176Z test_copysign_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:55.6036928Z test_copysign_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:55.6098455Z test_copysign_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:55.6162978Z test_copysign_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:55.6209650Z test_copysign_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:55.6256101Z test_copysign_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:55.6302385Z test_copysign_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:55.6350210Z test_copysign_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:55.6397914Z test_copysign_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:55.6460303Z test_copysign_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:55.6510878Z test_copysign_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:55.6568138Z test_copysign_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:55.6628498Z test_copysign_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:55.6688343Z test_copysign_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:55.6741148Z test_copysign_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:55.6791867Z test_copysign_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:55.6841826Z test_copysign_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:55.6893300Z test_copysign_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:55.6943958Z test_copysign_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:55.7024902Z test_copysign_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:55.7086300Z test_copysign_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:55.7147501Z test_copysign_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:55.7225628Z test_copysign_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:55.7306748Z test_copysign_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:55.7368249Z test_copysign_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:55.7429669Z test_copysign_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:55.7520636Z test_copysign_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:55.7619632Z test_copysign_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:55.7704353Z test_copysign_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:55.7793518Z test_copysign_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:55.7861625Z test_copysign_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:13:55.7921129Z test_copysign_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:55.7998628Z test_copysign_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:55.8075270Z test_copysign_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:13:55.8136173Z test_copysign_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:55.8197552Z test_copysign_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:55.8258968Z test_copysign_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:55.8319931Z test_copysign_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:55.8380978Z test_copysign_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:55.8443307Z test_copysign_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:55.8488189Z test_copysign_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:55.8540981Z test_copysign_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:55.8602143Z test_copysign_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:55.8662510Z test_copysign_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:55.8706695Z test_copysign_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:55.8751531Z test_copysign_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:55.8796350Z test_copysign_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:55.8841175Z test_copysign_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:55.8885868Z test_copysign_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:55.8947225Z test_copysign_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:55.8991707Z test_copysign_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:55.9042142Z test_copysign_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:55.9103673Z test_copysign_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:55.9164411Z test_copysign_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:55.9209393Z test_copysign_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:55.9254298Z test_copysign_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:55.9299230Z test_copysign_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:55.9344313Z test_copysign_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:55.9389278Z test_copysign_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:55.9451295Z test_copysign_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:55.9496058Z test_copysign_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:55.9546972Z test_copysign_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:55.9608341Z test_copysign_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:55.9668859Z test_copysign_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:55.9713379Z test_copysign_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:55.9758303Z test_copysign_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:55.9803038Z test_copysign_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:55.9848548Z test_copysign_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:55.9893375Z test_copysign_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:55.9955936Z test_copysign_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:56.0002386Z test_copysign_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:56.0052524Z test_copysign_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:56.0113287Z test_copysign_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:56.0174464Z test_copysign_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:56.0219585Z test_copysign_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:56.0264567Z test_copysign_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:56.0309782Z test_copysign_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:56.0356436Z test_copysign_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:56.0403009Z test_copysign_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:56.0466099Z test_copysign_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:56.0512308Z test_copysign_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:56.0562040Z test_copysign_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:56.0623218Z test_copysign_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:56.0683988Z test_copysign_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:56.0729244Z test_copysign_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:56.0774313Z test_copysign_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:56.0819609Z test_copysign_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:56.0866935Z test_copysign_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:56.0913162Z test_copysign_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:56.0951507Z test_copysign_subgradient_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:56.0988155Z test_copysign_subgradient_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:56.1024605Z test_copysign_subgradient_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:56.1060807Z test_copysign_subgradient_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:56.1097388Z test_copysign_subgradient_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:56.1133597Z test_copysign_subgradient_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:56.1170926Z test_copysign_subgradient_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:56.1207698Z test_copysign_subgradient_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:56.1243773Z test_copysign_subgradient_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:56.1280496Z test_copysign_subgradient_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:56.1316209Z test_copysign_subgradient_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:56.1352408Z test_copysign_subgradient_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:56.1388492Z test_copysign_subgradient_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:56.1424653Z test_copysign_subgradient_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:56.1460656Z test_copysign_subgradient_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:56.1497001Z test_copysign_subgradient_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:56.1541041Z test_cpow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:56.1551999Z test_cpu_tensor_pow_cuda_scalar_tensor_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:56.1584656Z test_cremainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:56.1599926Z test_cross_device_binary_ops_cpu (__main__.TestBinaryUfuncsCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-09-27T16:13:56.1607522Z test_cross_device_inplace_error_msg_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:56.1628033Z test_csub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:56.1638296Z test_cuda_tensor_pow_scalar_tensor_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:56.2213802Z test_cumulative_trapezoid_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:13:56.3835569Z test_div_and_floordiv_script_vs_python_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.162s) 2022-09-27T16:13:56.3853938Z test_div_and_floordiv_vs_python_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:56.3886911Z test_div_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:56.3909958Z test_div_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:56.3938758Z test_div_rounding_modes_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:56.3967439Z test_div_rounding_modes_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:56.3994813Z test_div_rounding_modes_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:56.4022514Z test_div_rounding_modes_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:56.4049466Z test_div_rounding_modes_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:56.4075747Z test_div_rounding_modes_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:56.4101857Z test_div_rounding_modes_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:56.4127522Z test_div_rounding_modes_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:56.4154047Z test_div_rounding_modes_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:56.4187311Z test_div_rounding_nonfinite_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:56.4218022Z test_div_rounding_nonfinite_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:56.4249219Z test_div_rounding_nonfinite_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:56.4280017Z test_div_rounding_nonfinite_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:56.4326238Z test_div_rounding_numpy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:56.4366246Z test_div_rounding_numpy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:56.4405893Z test_div_rounding_numpy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:13:56.4439314Z test_div_rounding_numpy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:56.4473350Z test_div_rounding_numpy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:56.4508622Z test_div_rounding_numpy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:56.4542607Z test_div_rounding_numpy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:56.4576203Z test_div_rounding_numpy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:56.4591177Z 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:13:56.4591809Z expect = np.divide(an, 0) 2022-09-27T16:13:56.4592684Z test_binary_ufuncs.py:1041: RuntimeWarning: invalid value encountered in true_divide 2022-09-27T16:13:56.4593334Z expect = np.divide(an, 0) 2022-09-27T16:13:56.4598473Z ok (0.002s) 2022-09-27T16:13:56.4618170Z test_divide_by_zero_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:56.4637742Z test_divide_by_zero_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:56.4656816Z test_divide_by_zero_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:56.4669168Z test_divmul_scalar_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:13:56.4892026Z test_float_power_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:3999: RuntimeWarning: invalid value encountered in float_power 2022-09-27T16:13:56.4892647Z expected_scalar_base = torch.from_numpy(np.float_power(i, to_np(exp))) 2022-09-27T16:13:56.4912930Z ok (0.024s) 2022-09-27T16:13:56.5319994Z test_float_power_cpu_bfloat16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:13:56.5727833Z test_float_power_cpu_bfloat16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:13:56.5967947Z test_float_power_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:56.6209616Z test_float_power_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:56.6448102Z test_float_power_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:56.6686773Z test_float_power_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:56.6925563Z test_float_power_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:56.7163421Z test_float_power_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:56.7406637Z test_float_power_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:56.7644686Z test_float_power_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:56.7771809Z test_float_power_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:13:56.7937595Z test_float_power_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:13:56.8107138Z test_float_power_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:13:56.8234869Z test_float_power_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:13:56.8356624Z test_float_power_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:56.8476520Z test_float_power_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:56.8601183Z test_float_power_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:56.8721375Z test_float_power_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:56.8846350Z test_float_power_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:56.8966582Z test_float_power_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:56.9091031Z test_float_power_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:56.9357145Z test_float_power_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:13:56.9786683Z test_float_power_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:13:57.0216989Z test_float_power_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:13:57.0480009Z test_float_power_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:13:57.0743230Z test_float_power_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:13:57.1005885Z test_float_power_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:13:57.1271019Z test_float_power_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:13:57.1534783Z test_float_power_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:13:57.1797940Z test_float_power_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:13:57.2062301Z test_float_power_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:13:57.2324481Z test_float_power_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:13:57.2563886Z test_float_power_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:57.2968597Z test_float_power_cpu_float16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:13:57.3375858Z test_float_power_cpu_float16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:13:57.3615387Z test_float_power_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:57.3854434Z test_float_power_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:57.4093052Z test_float_power_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:57.4330562Z test_float_power_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:57.4568141Z test_float_power_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:57.4806744Z test_float_power_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:57.5049545Z test_float_power_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:57.5285912Z test_float_power_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:57.5525197Z test_float_power_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:57.5929698Z test_float_power_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:13:57.6337133Z test_float_power_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:13:57.6576416Z test_float_power_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:57.6814951Z test_float_power_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:57.7053148Z test_float_power_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:57.7291913Z test_float_power_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:57.7529774Z test_float_power_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:57.7765777Z test_float_power_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:57.8003662Z test_float_power_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:57.8241836Z test_float_power_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:57.8337206Z test_float_power_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:57.8620207Z test_float_power_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:13:57.8903648Z test_float_power_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:13:57.8996808Z test_float_power_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:57.9092113Z test_float_power_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:57.9184453Z test_float_power_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:57.9277152Z test_float_power_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:57.9370629Z test_float_power_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:57.9463968Z test_float_power_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:57.9557247Z test_float_power_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:57.9650135Z test_float_power_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:13:57.9890382Z test_float_power_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:58.0293496Z test_float_power_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:13:58.0698053Z test_float_power_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:13:58.0937001Z test_float_power_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:58.1175275Z test_float_power_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:58.1411387Z test_float_power_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:58.1647540Z test_float_power_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:58.1885262Z test_float_power_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:58.2123124Z test_float_power_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:58.2362497Z test_float_power_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:58.2601087Z test_float_power_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:58.2840742Z test_float_power_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:58.3245886Z test_float_power_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:13:58.3651784Z test_float_power_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:13:58.3890776Z test_float_power_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:58.4129890Z test_float_power_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:58.4367298Z test_float_power_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:58.4606034Z test_float_power_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:58.4844581Z test_float_power_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:58.5083578Z test_float_power_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:58.5321951Z test_float_power_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:58.5559968Z test_float_power_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:58.5800335Z test_float_power_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:58.6210210Z test_float_power_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:13:58.6619999Z test_float_power_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:13:58.6861125Z test_float_power_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:58.7100899Z test_float_power_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:58.7341197Z test_float_power_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:58.7581378Z test_float_power_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:58.7820755Z test_float_power_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:58.8058895Z test_float_power_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:58.8297630Z test_float_power_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:58.8536863Z test_float_power_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:58.8777064Z test_float_power_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:58.9181336Z test_float_power_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:13:58.9586205Z test_float_power_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:13:58.9827282Z test_float_power_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:59.0071027Z test_float_power_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:59.0308450Z test_float_power_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:59.0547551Z test_float_power_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:59.0789713Z test_float_power_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:59.1035384Z test_float_power_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:59.1281605Z test_float_power_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:59.1527112Z test_float_power_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:59.1774792Z test_float_power_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:59.2189049Z test_float_power_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:13:59.2604359Z test_float_power_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:13:59.2851572Z test_float_power_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:59.3097876Z test_float_power_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:13:59.3343328Z test_float_power_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:59.3587027Z test_float_power_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:59.3830344Z test_float_power_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:59.4072924Z test_float_power_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:59.4310257Z test_float_power_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:59.4547455Z test_float_power_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:13:59.4642640Z 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:13:59.4643452Z torch.float_power(base, exp, out=out) 2022-09-27T16:13:59.4829568Z ok (0.028s) 2022-09-27T16:13:59.4867121Z test_float_scalar_pow_float_tensor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:1384: RuntimeWarning: invalid value encountered in power 2022-09-27T16:13:59.4867542Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-09-27T16:13:59.4935810Z test_binary_ufuncs.py:1384: RuntimeWarning: divide by zero encountered in power 2022-09-27T16:13:59.4936162Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-09-27T16:13:59.5029905Z ok (0.020s) 2022-09-27T16:13:59.5226581Z test_float_scalar_pow_float_tensor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:13:59.5246061Z test_floor_divide_scalar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:59.5263053Z test_floor_divide_scalar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:59.5279325Z test_floor_divide_scalar_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:59.5295470Z test_floor_divide_scalar_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:59.5311365Z test_floor_divide_scalar_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:59.5327339Z test_floor_divide_scalar_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:59.5343488Z test_floor_divide_scalar_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:59.5360488Z test_floor_divide_tensor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:59.5375174Z test_floor_divide_tensor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:59.5389085Z test_floor_divide_tensor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:59.5403206Z test_floor_divide_tensor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:59.5417188Z test_floor_divide_tensor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:59.5431124Z test_floor_divide_tensor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:59.5445040Z test_floor_divide_tensor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:59.5502010Z test_floor_divide_zero_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:13:59.5556165Z test_floor_divide_zero_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:59.5610369Z test_floor_divide_zero_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:59.5664291Z test_floor_divide_zero_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:59.5718244Z test_floor_divide_zero_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:13:59.5731408Z test_fmod_remainder_by_zero_float_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:59.5744302Z test_fmod_remainder_by_zero_float_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:59.5758283Z test_fmod_remainder_by_zero_float_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:13:59.5864175Z test_fmod_remainder_by_zero_integral_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:13:59.5968576Z test_fmod_remainder_by_zero_integral_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:59.6073287Z test_fmod_remainder_by_zero_integral_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:59.6177971Z test_fmod_remainder_by_zero_integral_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:13:59.6283638Z test_fmod_remainder_by_zero_integral_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:13:59.6390310Z test_fmod_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:13:59.6506810Z test_fmod_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:13:59.6612659Z test_fmod_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:13:59.7061068Z test_fmod_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:13:59.7502398Z test_fmod_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:13:59.7942142Z test_fmod_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:13:59.8383877Z test_fmod_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:13:59.8827611Z test_fmod_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:13:59.8851233Z test_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:59.8872881Z test_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:59.8894062Z test_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:59.8914691Z test_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:59.8934641Z test_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:13:59.9085055Z test_heaviside_complex_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:13:59.9233476Z test_heaviside_complex_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:13:59.9382249Z test_heaviside_complex_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:13:59.9530665Z test_heaviside_complex_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:13:59.9560128Z test_heaviside_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:13:59.9720589Z test_heaviside_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:13:59.9879588Z test_heaviside_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:00.0038548Z test_heaviside_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:00.0200109Z test_heaviside_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:00.0359089Z test_heaviside_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:00.0519652Z test_heaviside_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:00.0678369Z test_heaviside_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:00.0836901Z test_heaviside_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:00.0995699Z test_heaviside_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:00.1154487Z test_heaviside_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:00.1181758Z test_heaviside_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:00.1341264Z test_heaviside_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:00.1499417Z test_heaviside_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:00.1657334Z test_heaviside_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:00.1815596Z test_heaviside_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:00.1974089Z test_heaviside_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:00.2132600Z test_heaviside_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:00.2292503Z test_heaviside_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:00.2452711Z test_heaviside_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:00.2612663Z test_heaviside_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:00.2772352Z test_heaviside_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:00.2802975Z test_heaviside_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:00.2962220Z test_heaviside_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:00.3121829Z test_heaviside_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:00.3280474Z test_heaviside_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:00.3440696Z test_heaviside_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:00.3599238Z test_heaviside_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:00.3759140Z test_heaviside_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:00.3919201Z test_heaviside_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:00.4080025Z test_heaviside_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:00.4239434Z test_heaviside_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:00.4399141Z test_heaviside_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:00.4429076Z test_heaviside_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:00.4588736Z test_heaviside_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:00.4747815Z test_heaviside_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:00.4907008Z test_heaviside_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:00.5066067Z test_heaviside_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:00.5225171Z test_heaviside_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:00.5384693Z test_heaviside_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:00.5544478Z test_heaviside_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:00.5704166Z test_heaviside_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:00.5864124Z test_heaviside_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:00.6025241Z test_heaviside_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:00.6055748Z test_heaviside_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:00.6216970Z test_heaviside_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:00.6377533Z test_heaviside_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:00.6538163Z test_heaviside_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:00.6697879Z test_heaviside_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:00.6857758Z test_heaviside_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:00.7017176Z test_heaviside_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:00.7176820Z test_heaviside_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:00.7336270Z test_heaviside_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:00.7495923Z test_heaviside_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:00.7655663Z test_heaviside_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:00.7685917Z test_heaviside_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:00.7846270Z test_heaviside_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:00.8005189Z test_heaviside_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:00.8166051Z test_heaviside_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:00.8325672Z test_heaviside_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:00.8484831Z test_heaviside_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:00.8644442Z test_heaviside_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:00.8805202Z test_heaviside_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:00.8965790Z test_heaviside_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:00.9127331Z test_heaviside_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:00.9288618Z test_heaviside_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:00.9318959Z test_heaviside_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:00.9481134Z test_heaviside_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:00.9641666Z test_heaviside_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:00.9802093Z test_heaviside_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:00.9962432Z test_heaviside_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:01.0122721Z test_heaviside_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:01.0282222Z test_heaviside_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:01.0441450Z test_heaviside_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:01.0600799Z test_heaviside_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:01.0760982Z test_heaviside_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:01.0920168Z test_heaviside_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:01.0948052Z test_heaviside_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:01.1107159Z test_heaviside_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:01.1267915Z test_heaviside_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:01.1428878Z test_heaviside_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:01.1590237Z test_heaviside_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:01.1755100Z test_heaviside_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:01.1920125Z test_heaviside_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:01.2083294Z test_heaviside_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:01.2246069Z test_heaviside_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:01.2408596Z test_heaviside_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:01.2570628Z test_heaviside_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:01.2600237Z test_heaviside_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:01.2760625Z test_heaviside_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:01.2920563Z test_heaviside_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:01.3081947Z test_heaviside_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:01.3244432Z test_heaviside_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:01.3407193Z test_heaviside_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:01.3568760Z test_heaviside_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:01.3731309Z test_heaviside_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:01.3892731Z test_heaviside_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:01.4055575Z test_heaviside_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:01.4217955Z test_heaviside_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:01.4247978Z test_heaviside_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:01.4262952Z test_heaviside_cross_device_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:01.4289292Z test_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:01.4315952Z test_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:01.4341564Z test_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:08.6543234Z test_idiv_and_ifloordiv_vs_python_cpu (__main__.TestBinaryUfuncsCPU) ... ok (7.220s) 2022-09-27T16:14:08.6553425Z test_inplace_division_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:08.6564497Z test_inplace_dunders_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.1766846Z test_int_and_float_pow_cpu (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:1384: RuntimeWarning: invalid value encountered in power 2022-09-27T16:14:09.1767483Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-09-27T16:14:09.4123600Z ok (0.756s) 2022-09-27T16:14:09.4682558Z test_int_tensor_pow_neg_ints_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:14:09.4703305Z test_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:09.4723588Z test_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:09.4741977Z test_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:09.4765108Z test_ldexp_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:09.4798001Z 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:14:09.4799195Z torch.lerp(start, end, weight, out=actual_out) 2022-09-27T16:14:09.4812363Z 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:14:09.4813457Z torch.lerp(start, end, weight, out=actual_out) 2022-09-27T16:14:09.5189976Z ok (0.042s) 2022-09-27T16:14:09.5632967Z test_lerp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:14:09.5829295Z test_lerp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:14:09.6009119Z test_lerp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:14:09.6025418Z test_lerp_lowp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:14:09.6040637Z test_lerp_lowp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:09.6058673Z test_logaddexp2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:09.6075738Z test_logaddexp2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:09.6093370Z test_logaddexp2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:09.6110973Z test_logaddexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:09.6128257Z test_logaddexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:09.6145683Z test_logaddexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:09.6159515Z test_logical_and_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.6173089Z test_logical_and_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.6186702Z 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:14:09.6187476Z getattr(a, op + "_")(b) 2022-09-27T16:14:09.6188538Z ok (0.002s) 2022-09-27T16:14:09.6201909Z test_logical_and_cpu_bfloat16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.6215125Z test_logical_and_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.6228029Z test_logical_and_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.6240995Z test_logical_and_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.6254625Z test_logical_and_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.6267661Z test_logical_and_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.6280626Z test_logical_and_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.6293792Z test_logical_and_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.6306771Z test_logical_and_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.6319482Z test_logical_and_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.6331873Z test_logical_and_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.6344232Z test_logical_and_cpu_bool_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.6356664Z test_logical_and_cpu_bool_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.6369311Z test_logical_and_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.6381741Z test_logical_and_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.6394204Z test_logical_and_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.6406677Z test_logical_and_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.6419300Z test_logical_and_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.6431705Z test_logical_and_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.6444070Z test_logical_and_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.6456702Z test_logical_and_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.6469691Z test_logical_and_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.6482623Z test_logical_and_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.6495738Z test_logical_and_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.6508764Z test_logical_and_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.6521727Z test_logical_and_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.6534934Z test_logical_and_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.6547943Z test_logical_and_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.6560927Z test_logical_and_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.6574234Z test_logical_and_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.6587160Z test_logical_and_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.6611116Z test_logical_and_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.6617184Z test_logical_and_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:09.6630218Z test_logical_and_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.6643166Z test_logical_and_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.6656501Z test_logical_and_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.6669379Z test_logical_and_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.6682506Z test_logical_and_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.6695726Z test_logical_and_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.6708856Z test_logical_and_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.6721972Z test_logical_and_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.6735176Z test_logical_and_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.6748242Z test_logical_and_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.6761290Z test_logical_and_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.6774821Z test_logical_and_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.6787603Z test_logical_and_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.6800428Z test_logical_and_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.6813678Z test_logical_and_cpu_float16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.6826604Z test_logical_and_cpu_float16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.6839429Z test_logical_and_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.6852886Z test_logical_and_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.6865991Z test_logical_and_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.6879033Z test_logical_and_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.6892386Z test_logical_and_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.6905355Z test_logical_and_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.6918389Z test_logical_and_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.6931684Z test_logical_and_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.6944690Z test_logical_and_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.6957706Z test_logical_and_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.6970900Z test_logical_and_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.6983937Z test_logical_and_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.6996879Z test_logical_and_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7010017Z test_logical_and_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7023033Z test_logical_and_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7036136Z test_logical_and_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7049386Z test_logical_and_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7062460Z test_logical_and_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7075487Z test_logical_and_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7088597Z test_logical_and_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7101155Z test_logical_and_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7113208Z test_logical_and_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7125426Z test_logical_and_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7137776Z test_logical_and_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7149933Z test_logical_and_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7162125Z test_logical_and_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7174424Z test_logical_and_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7186591Z test_logical_and_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7198790Z test_logical_and_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7211240Z test_logical_and_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7223446Z test_logical_and_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7235745Z test_logical_and_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7247577Z test_logical_and_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7259694Z test_logical_and_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7271484Z test_logical_and_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7283417Z test_logical_and_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7295334Z test_logical_and_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7307053Z test_logical_and_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7318871Z test_logical_and_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7330811Z test_logical_and_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7342637Z test_logical_and_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7354577Z test_logical_and_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7366330Z test_logical_and_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7378347Z test_logical_and_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7390165Z test_logical_and_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7401883Z test_logical_and_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7413968Z test_logical_and_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7425809Z test_logical_and_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7437602Z test_logical_and_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7449638Z test_logical_and_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7461430Z test_logical_and_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7473234Z test_logical_and_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7484907Z test_logical_and_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7496946Z test_logical_and_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7508808Z test_logical_and_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7520644Z test_logical_and_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7532769Z test_logical_and_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7544301Z test_logical_and_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7556458Z test_logical_and_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7568553Z test_logical_and_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7580337Z test_logical_and_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7592104Z test_logical_and_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7603846Z test_logical_and_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7615923Z test_logical_and_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7627597Z test_logical_and_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7639290Z test_logical_and_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7651360Z test_logical_and_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7663177Z test_logical_and_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7675090Z test_logical_and_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7686826Z test_logical_and_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7698933Z test_logical_and_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7710789Z test_logical_and_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7722620Z test_logical_and_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7734642Z test_logical_and_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7746437Z test_logical_and_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7758233Z test_logical_and_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7770278Z test_logical_and_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7782040Z test_logical_and_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7793904Z test_logical_and_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7805983Z test_logical_and_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7818291Z test_logical_and_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7830241Z test_logical_and_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7842265Z test_logical_and_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7854503Z test_logical_and_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7867044Z test_logical_and_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7878846Z test_logical_and_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7890943Z test_logical_and_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7902724Z test_logical_and_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7914583Z test_logical_and_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7926552Z test_logical_and_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7938802Z test_logical_and_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7950587Z test_logical_and_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.7986572Z test_logical_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:14:09.8017992Z test_logical_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:09.8054204Z test_logical_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:14:09.8090064Z test_logical_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:14:09.8125486Z test_logical_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:14:09.8161209Z test_logical_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:14:09.8196815Z test_logical_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:14:09.8232398Z test_logical_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:14:09.8267988Z test_logical_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:09.8303811Z test_logical_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:14:09.8316176Z test_logical_or_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.8328725Z test_logical_or_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.8341194Z test_logical_or_cpu_bfloat16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.8353503Z test_logical_or_cpu_bfloat16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.8365617Z test_logical_or_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.8378131Z test_logical_or_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.8390386Z test_logical_or_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.8402581Z test_logical_or_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.8415047Z test_logical_or_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.8427230Z test_logical_or_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.8439464Z test_logical_or_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.8451942Z test_logical_or_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.8463675Z test_logical_or_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.8475345Z test_logical_or_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.8487180Z test_logical_or_cpu_bool_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.8499223Z test_logical_or_cpu_bool_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.8510965Z test_logical_or_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.8522735Z test_logical_or_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.8534747Z test_logical_or_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.8546913Z test_logical_or_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.8558829Z test_logical_or_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.8571073Z test_logical_or_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.8583083Z test_logical_or_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.8595019Z test_logical_or_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.8607826Z test_logical_or_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.8620781Z test_logical_or_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.8633333Z test_logical_or_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.8646002Z test_logical_or_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.8659317Z test_logical_or_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.8671748Z test_logical_or_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.8684368Z test_logical_or_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.8697006Z test_logical_or_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.8709232Z test_logical_or_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.8722203Z test_logical_or_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.8735470Z test_logical_or_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.8748028Z test_logical_or_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.8760508Z test_logical_or_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.8773242Z test_logical_or_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.8785733Z test_logical_or_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.8798358Z test_logical_or_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.8811012Z test_logical_or_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.8823392Z test_logical_or_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.8835864Z test_logical_or_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.8848395Z test_logical_or_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.8861173Z test_logical_or_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.8873172Z test_logical_or_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.8885324Z test_logical_or_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.8897628Z test_logical_or_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.8909756Z test_logical_or_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.8921721Z test_logical_or_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.8934081Z test_logical_or_cpu_float16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.8946407Z test_logical_or_cpu_float16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.8959073Z test_logical_or_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.8973122Z test_logical_or_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.8986911Z test_logical_or_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.8999508Z test_logical_or_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9011917Z test_logical_or_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9024041Z test_logical_or_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9036025Z test_logical_or_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9048172Z test_logical_or_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9060440Z test_logical_or_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9072440Z test_logical_or_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9084541Z test_logical_or_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9097049Z test_logical_or_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9109148Z test_logical_or_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9121080Z test_logical_or_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9133625Z test_logical_or_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9145637Z test_logical_or_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9157555Z test_logical_or_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9169766Z test_logical_or_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9181692Z test_logical_or_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9193741Z test_logical_or_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9205861Z test_logical_or_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9217993Z test_logical_or_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9230005Z test_logical_or_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9242258Z test_logical_or_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9254411Z test_logical_or_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9266417Z test_logical_or_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9278428Z test_logical_or_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9290827Z test_logical_or_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9302922Z test_logical_or_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9314847Z test_logical_or_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9326791Z test_logical_or_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9339016Z test_logical_or_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9350630Z test_logical_or_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9362165Z test_logical_or_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9374022Z test_logical_or_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9385643Z test_logical_or_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9397295Z test_logical_or_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9409551Z test_logical_or_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9422169Z test_logical_or_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9434615Z test_logical_or_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9447257Z test_logical_or_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9459548Z test_logical_or_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9471199Z test_logical_or_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9482866Z test_logical_or_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9494752Z test_logical_or_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9506375Z test_logical_or_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9517968Z test_logical_or_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9530005Z test_logical_or_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9541551Z test_logical_or_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9553402Z test_logical_or_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9564963Z test_logical_or_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9576760Z test_logical_or_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9588264Z test_logical_or_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9599831Z test_logical_or_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9611703Z test_logical_or_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9623291Z test_logical_or_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9634921Z test_logical_or_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9646461Z test_logical_or_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9658406Z test_logical_or_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9670675Z test_logical_or_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9683400Z test_logical_or_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9695216Z test_logical_or_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9707275Z test_logical_or_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9719005Z test_logical_or_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9730905Z test_logical_or_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9742492Z test_logical_or_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9754165Z test_logical_or_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9766168Z test_logical_or_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9778176Z test_logical_or_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9789920Z test_logical_or_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9801664Z test_logical_or_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9813747Z test_logical_or_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9825499Z test_logical_or_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9837277Z test_logical_or_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9849540Z test_logical_or_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9861198Z test_logical_or_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9872883Z test_logical_or_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9884540Z test_logical_or_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9896209Z test_logical_or_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9907799Z test_logical_or_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9919423Z test_logical_or_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9931463Z test_logical_or_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9943011Z test_logical_or_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9954681Z test_logical_or_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9966206Z test_logical_or_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9978206Z test_logical_or_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:09.9990033Z test_logical_or_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0001828Z test_logical_or_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0013991Z test_logical_or_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0025820Z test_logical_or_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0037633Z test_logical_or_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0049677Z test_logical_or_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0062144Z test_logical_xor_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0074444Z test_logical_xor_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0086741Z test_logical_xor_cpu_bfloat16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0099167Z test_logical_xor_cpu_bfloat16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0111790Z test_logical_xor_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0123808Z test_logical_xor_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0136226Z test_logical_xor_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0148414Z test_logical_xor_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0160931Z test_logical_xor_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0174119Z test_logical_xor_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0186884Z test_logical_xor_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0199048Z test_logical_xor_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0210853Z test_logical_xor_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0222237Z test_logical_xor_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0234127Z test_logical_xor_cpu_bool_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0245723Z test_logical_xor_cpu_bool_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0257615Z test_logical_xor_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0269341Z test_logical_xor_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0281036Z test_logical_xor_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0293104Z test_logical_xor_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0304797Z test_logical_xor_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0316640Z test_logical_xor_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0328689Z test_logical_xor_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0340423Z test_logical_xor_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0352823Z test_logical_xor_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0365199Z test_logical_xor_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0377739Z test_logical_xor_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0390056Z test_logical_xor_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0402403Z test_logical_xor_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0415109Z test_logical_xor_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0427456Z test_logical_xor_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0440419Z test_logical_xor_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0452877Z test_logical_xor_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0465259Z test_logical_xor_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0477632Z test_logical_xor_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0490087Z test_logical_xor_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0502551Z test_logical_xor_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0514956Z test_logical_xor_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0527455Z test_logical_xor_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0539929Z test_logical_xor_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0552398Z test_logical_xor_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0564691Z test_logical_xor_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0577541Z test_logical_xor_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0589962Z test_logical_xor_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0602414Z test_logical_xor_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0615094Z test_logical_xor_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0627450Z test_logical_xor_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0639904Z test_logical_xor_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0652715Z test_logical_xor_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0665110Z test_logical_xor_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0677212Z test_logical_xor_cpu_float16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0690566Z test_logical_xor_cpu_float16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0703655Z test_logical_xor_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0716153Z test_logical_xor_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0728621Z test_logical_xor_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0741057Z test_logical_xor_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0753217Z test_logical_xor_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0765590Z test_logical_xor_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0778074Z test_logical_xor_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0790317Z test_logical_xor_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0802667Z test_logical_xor_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0815133Z test_logical_xor_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0827331Z test_logical_xor_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0839573Z test_logical_xor_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0852121Z test_logical_xor_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0864423Z test_logical_xor_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0876638Z test_logical_xor_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0888909Z test_logical_xor_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0901229Z test_logical_xor_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0913720Z test_logical_xor_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0926558Z test_logical_xor_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0938721Z test_logical_xor_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0950922Z test_logical_xor_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0963104Z test_logical_xor_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0975378Z test_logical_xor_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.0987687Z test_logical_xor_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1000010Z test_logical_xor_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1012391Z test_logical_xor_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1024376Z test_logical_xor_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1036522Z test_logical_xor_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1048708Z test_logical_xor_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1061020Z test_logical_xor_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1073241Z test_logical_xor_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1085491Z test_logical_xor_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1097706Z test_logical_xor_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1109583Z test_logical_xor_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1121376Z test_logical_xor_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1133888Z test_logical_xor_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1145411Z test_logical_xor_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1157413Z test_logical_xor_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1169627Z test_logical_xor_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1181638Z test_logical_xor_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1194787Z test_logical_xor_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1206839Z test_logical_xor_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1218860Z test_logical_xor_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1230540Z test_logical_xor_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1242583Z test_logical_xor_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1254405Z test_logical_xor_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1267409Z test_logical_xor_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1279339Z test_logical_xor_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1291388Z test_logical_xor_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1303197Z test_logical_xor_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1315101Z test_logical_xor_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1327357Z test_logical_xor_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1339943Z test_logical_xor_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1351856Z test_logical_xor_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1363797Z test_logical_xor_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1376107Z test_logical_xor_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1387923Z test_logical_xor_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1399725Z test_logical_xor_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1411937Z test_logical_xor_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1424062Z test_logical_xor_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1435939Z test_logical_xor_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1447582Z test_logical_xor_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1459593Z test_logical_xor_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1471329Z test_logical_xor_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1483072Z test_logical_xor_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1495072Z test_logical_xor_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1506843Z test_logical_xor_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1518734Z test_logical_xor_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1530930Z test_logical_xor_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1542895Z test_logical_xor_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1554772Z test_logical_xor_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1566736Z test_logical_xor_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1579067Z test_logical_xor_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1590911Z test_logical_xor_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1602796Z test_logical_xor_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1614908Z test_logical_xor_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1627034Z test_logical_xor_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1638782Z test_logical_xor_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1650822Z test_logical_xor_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1662773Z test_logical_xor_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1674886Z test_logical_xor_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1686876Z test_logical_xor_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1699027Z test_logical_xor_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1710851Z test_logical_xor_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1722807Z test_logical_xor_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1734961Z test_logical_xor_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1746724Z test_logical_xor_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1758616Z test_logical_xor_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1770859Z test_logical_xor_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1782608Z test_logical_xor_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1794620Z test_logical_xor_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.1806409Z test_logical_xor_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:10.3773829Z test_logical_xor_with_nontrivial_alignment_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.197s) 2022-09-27T16:14:10.4066712Z test_long_tensor_pow_floats_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:14:10.4091118Z test_maximum_and_minimum_subgradient_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:10.4114435Z test_maximum_and_minimum_subgradient_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:10.4137087Z test_maximum_and_minimum_subgradient_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:10.4158671Z test_maximum_and_minimum_subgradient_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:10.4180992Z test_maximum_and_minimum_subgradient_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:10.4202354Z test_maximum_and_minimum_subgradient_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:10.4224008Z test_maximum_and_minimum_subgradient_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:10.4245532Z test_maximum_and_minimum_subgradient_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:10.4267347Z test_maximum_and_minimum_subgradient_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:10.4290279Z test_maximum_and_minimum_subgradient_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:10.4311726Z test_maximum_and_minimum_subgradient_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:10.4333429Z test_maximum_and_minimum_subgradient_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:10.4354659Z test_maximum_and_minimum_subgradient_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:10.4376560Z test_maximum_and_minimum_subgradient_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:10.4397944Z test_maximum_and_minimum_subgradient_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:10.4419480Z test_maximum_and_minimum_subgradient_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:10.4926989Z test_maximum_minimum_complex_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:14:10.5432976Z test_maximum_minimum_complex_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:14:10.5939629Z test_maximum_minimum_complex_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:14:10.6448348Z test_maximum_minimum_complex_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:14:10.6955076Z test_maximum_minimum_complex_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:14:10.7461584Z test_maximum_minimum_complex_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:14:10.7967607Z test_maximum_minimum_complex_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:14:10.8472709Z test_maximum_minimum_complex_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:14:10.8978714Z test_maximum_minimum_complex_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:14:10.9485151Z test_maximum_minimum_complex_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:14:10.9990428Z test_maximum_minimum_complex_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:14:11.0496616Z test_maximum_minimum_complex_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:14:11.1004068Z test_maximum_minimum_complex_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:14:11.1513284Z test_maximum_minimum_complex_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:14:11.2019730Z test_maximum_minimum_complex_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:14:11.2525952Z test_maximum_minimum_complex_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:14:11.3033103Z test_maximum_minimum_complex_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:14:11.3539907Z test_maximum_minimum_complex_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:14:11.4045355Z test_maximum_minimum_complex_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:14:11.4550823Z test_maximum_minimum_complex_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:14:11.5058241Z test_maximum_minimum_complex_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:14:11.5564930Z test_maximum_minimum_complex_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:14:11.6071830Z test_maximum_minimum_complex_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:14:11.6579790Z test_maximum_minimum_complex_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:14:11.6595637Z test_maximum_minimum_cross_device_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:14:11.6628437Z test_maximum_minimum_float_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:11.6658524Z test_maximum_minimum_float_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:11.6688056Z test_maximum_minimum_float_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:11.6716791Z test_maximum_minimum_float_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:11.6750149Z test_maximum_minimum_float_nan_and_inf_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:11.6783253Z test_maximum_minimum_float_nan_and_inf_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:11.6816514Z test_maximum_minimum_float_nan_and_inf_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:11.6848349Z test_maximum_minimum_float_nan_and_inf_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:11.6868934Z test_maximum_minimum_forward_ad_float32_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.6894616Z test_maximum_minimum_int_and_bool_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:11.6919777Z test_maximum_minimum_int_and_bool_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.6945221Z test_maximum_minimum_int_and_bool_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.6969779Z test_maximum_minimum_int_and_bool_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.6994768Z test_maximum_minimum_int_and_bool_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.7020010Z test_maximum_minimum_int_and_bool_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.7034567Z test_maximum_minimum_type_promotion_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.7049722Z test_maximum_minimum_type_promotion_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.7064235Z test_maximum_minimum_type_promotion_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.7078898Z test_maximum_minimum_type_promotion_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.7093787Z test_maximum_minimum_type_promotion_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.7108652Z test_maximum_minimum_type_promotion_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.7124467Z test_maximum_minimum_type_promotion_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.7140544Z test_maximum_minimum_type_promotion_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.7156002Z test_maximum_minimum_type_promotion_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.7171194Z test_maximum_minimum_type_promotion_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.7185675Z test_maximum_minimum_type_promotion_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.7200094Z test_maximum_minimum_type_promotion_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.7215177Z test_maximum_minimum_type_promotion_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.7229725Z test_maximum_minimum_type_promotion_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.7244254Z test_maximum_minimum_type_promotion_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.7259251Z test_maximum_minimum_type_promotion_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.7273991Z test_maximum_minimum_type_promotion_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.7289286Z test_maximum_minimum_type_promotion_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.7304429Z test_maximum_minimum_type_promotion_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.7318847Z test_maximum_minimum_type_promotion_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.7334082Z test_maximum_minimum_type_promotion_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.7348874Z test_maximum_minimum_type_promotion_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.7363764Z test_maximum_minimum_type_promotion_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.7380023Z test_maximum_minimum_type_promotion_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.7394860Z test_maximum_minimum_type_promotion_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.7409716Z test_maximum_minimum_type_promotion_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.7424581Z test_maximum_minimum_type_promotion_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.7439439Z test_maximum_minimum_type_promotion_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.7454496Z test_maximum_minimum_type_promotion_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.7469337Z test_maximum_minimum_type_promotion_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.7484224Z test_maximum_minimum_type_promotion_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.7499373Z test_maximum_minimum_type_promotion_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.7514165Z test_maximum_minimum_type_promotion_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.7528844Z test_maximum_minimum_type_promotion_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.7543744Z test_maximum_minimum_type_promotion_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.7558614Z test_maximum_minimum_type_promotion_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.7573727Z test_maximum_minimum_type_promotion_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.7588613Z test_maximum_minimum_type_promotion_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.7603436Z test_maximum_minimum_type_promotion_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.7619148Z test_maximum_minimum_type_promotion_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.7633719Z test_maximum_minimum_type_promotion_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.7648554Z test_maximum_minimum_type_promotion_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.7663463Z test_maximum_minimum_type_promotion_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.7678397Z test_maximum_minimum_type_promotion_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.7693163Z test_maximum_minimum_type_promotion_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.7708001Z test_maximum_minimum_type_promotion_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.7722885Z test_maximum_minimum_type_promotion_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.7737964Z test_maximum_minimum_type_promotion_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.7752753Z test_maximum_minimum_type_promotion_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.7767624Z test_maximum_minimum_type_promotion_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.7782680Z test_maximum_minimum_type_promotion_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.7797481Z test_maximum_minimum_type_promotion_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.7812649Z test_maximum_minimum_type_promotion_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.7827459Z test_maximum_minimum_type_promotion_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.7842405Z test_maximum_minimum_type_promotion_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.7857411Z test_maximum_minimum_type_promotion_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.7873138Z test_maximum_minimum_type_promotion_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.7887761Z test_maximum_minimum_type_promotion_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.7903101Z test_maximum_minimum_type_promotion_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.7918236Z test_maximum_minimum_type_promotion_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.7933618Z test_maximum_minimum_type_promotion_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.7948823Z test_maximum_minimum_type_promotion_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.7964054Z test_maximum_minimum_type_promotion_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.7979482Z test_maximum_minimum_type_promotion_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.7994603Z test_maximum_minimum_type_promotion_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.8009996Z test_maximum_minimum_type_promotion_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.8024858Z test_maximum_minimum_type_promotion_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.8040048Z test_maximum_minimum_type_promotion_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.8055444Z test_maximum_minimum_type_promotion_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.8070662Z test_maximum_minimum_type_promotion_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.8085861Z test_maximum_minimum_type_promotion_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.8101346Z test_maximum_minimum_type_promotion_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.8116463Z test_maximum_minimum_type_promotion_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.8132931Z test_maximum_minimum_type_promotion_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.8147559Z test_maximum_minimum_type_promotion_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.8162805Z test_maximum_minimum_type_promotion_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.8178160Z test_maximum_minimum_type_promotion_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.8193976Z test_maximum_minimum_type_promotion_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.8209748Z test_maximum_minimum_type_promotion_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.8225469Z test_maximum_minimum_type_promotion_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.8241080Z test_maximum_minimum_type_promotion_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.8257029Z test_maximum_minimum_type_promotion_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.8272682Z test_maximum_minimum_type_promotion_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.8288298Z test_maximum_minimum_type_promotion_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.8304113Z test_maximum_minimum_type_promotion_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.8319730Z test_maximum_minimum_type_promotion_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.8335486Z test_maximum_minimum_type_promotion_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.8350989Z test_maximum_minimum_type_promotion_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.8366329Z test_maximum_minimum_type_promotion_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:11.8382286Z test_maximum_minimum_type_promotion_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.8397998Z test_maximum_minimum_type_promotion_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.8413882Z test_maximum_minimum_type_promotion_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.8429429Z test_maximum_minimum_type_promotion_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.8445074Z test_maximum_minimum_type_promotion_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.8460990Z test_maximum_minimum_type_promotion_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.8476572Z test_maximum_minimum_type_promotion_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.8492627Z test_maximum_minimum_type_promotion_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.8508247Z test_maximum_minimum_type_promotion_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.8524012Z test_maximum_minimum_type_promotion_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.8539699Z test_maximum_minimum_type_promotion_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.8783433Z test_min_max_binary_op_nan_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:11.9029881Z test_min_max_binary_op_nan_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:14:11.9039608Z test_mul_chalf_tensor_and_cpu_scalar_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:11.9065706Z test_mul_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:11.9118893Z test_mul_intertype_scalar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:14:11.9170047Z test_mul_intertype_scalar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:14:11.9189024Z test_muldiv_scalar_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.9206301Z test_muldiv_scalar_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.9226439Z test_muldiv_scalar_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.9246767Z test_muldiv_scalar_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.9265800Z test_muldiv_scalar_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.9283729Z test_muldiv_scalar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.9301452Z test_muldiv_scalar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.9318527Z test_muldiv_scalar_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.9335777Z test_muldiv_scalar_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.9352955Z test_muldiv_scalar_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.9370254Z test_muldiv_scalar_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.9387157Z test_muldiv_scalar_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.9418975Z test_nextafter_bfloat16_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:11.9442145Z test_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.9465589Z test_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.9487032Z test_non_contig___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.9506228Z test_non_contig___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.9528939Z test_non_contig___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.9552372Z test_non_contig___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.9574544Z test_non_contig___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.9595816Z test_non_contig___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.9617467Z test_non_contig___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.9636335Z test_non_contig___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.9655170Z test_non_contig___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.9673783Z test_non_contig___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.9692231Z test_non_contig___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.9710450Z test_non_contig___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.9728442Z test_non_contig___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.9746803Z test_non_contig___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.9765084Z test_non_contig___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.9783570Z test_non_contig___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.9801880Z test_non_contig___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.9820477Z test_non_contig___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.9842326Z test_non_contig___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.9864054Z test_non_contig___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.9887942Z test_non_contig___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.9912134Z test_non_contig___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.9935077Z test_non_contig___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.9957232Z test_non_contig___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:11.9979465Z test_non_contig___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.0000660Z test_non_contig___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.0022117Z test_non_contig___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.0043108Z test_non_contig___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.0064459Z test_non_contig___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.0085674Z test_non_contig___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.0107479Z test_non_contig___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.0130057Z test_non_contig___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.0151940Z test_non_contig___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.0174301Z test_non_contig___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.0195675Z test_non_contig___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.0214474Z test_non_contig___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.0237177Z test_non_contig___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.0260591Z test_non_contig___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.0282433Z test_non_contig___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.0303920Z test_non_contig___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.0325273Z test_non_contig___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.0344811Z test_non_contig___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.0363989Z test_non_contig___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.0383290Z test_non_contig___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.0402191Z test_non_contig___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.0420700Z test_non_contig___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.0438804Z test_non_contig___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.0457306Z test_non_contig___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.0475623Z test_non_contig___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.0493951Z test_non_contig___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.0512126Z test_non_contig___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.0530483Z test_non_contig___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.0547991Z 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:14:12.0549427Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T16:14:12.0555210Z ok (0.002s) 2022-09-27T16:14:12.0583247Z test_non_contig___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.0609949Z test_non_contig___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.0632347Z test_non_contig___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.0655087Z test_non_contig___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.0678005Z test_non_contig___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.0697879Z test_non_contig___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.0716876Z test_non_contig___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.0736013Z test_non_contig___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.0754956Z test_non_contig___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.0774300Z test_non_contig___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.0794823Z test_non_contig___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.0818372Z test_non_contig___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.0842038Z test_non_contig___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.0863298Z test_non_contig___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.0883951Z test_non_contig___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.0904776Z test_non_contig___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.0923329Z test_non_contig___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.0941393Z test_non_contig___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.0959543Z test_non_contig___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.0977341Z test_non_contig___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.0994849Z test_non_contig___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.1012693Z test_non_contig___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.1030048Z test_non_contig___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.1047436Z test_non_contig___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.1064985Z test_non_contig___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.1082502Z test_non_contig___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.1100112Z test_non_contig___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.1119872Z test_non_contig_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.1138349Z test_non_contig_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.1160170Z test_non_contig_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.1184971Z test_non_contig_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.1208353Z test_non_contig_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.1229812Z test_non_contig_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.1250792Z test_non_contig_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.1272341Z test_non_contig_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.1291272Z test_non_contig_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.1308943Z test_non_contig_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.1327085Z test_non_contig_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.1345240Z test_non_contig_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.1363061Z test_non_contig_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.1384160Z test_non_contig_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.1404525Z test_non_contig_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.1426373Z test_non_contig_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.1448162Z test_non_contig_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.1468956Z test_non_contig_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.1489699Z test_non_contig_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.1510089Z test_non_contig_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.1530727Z test_non_contig_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.1551289Z test_non_contig_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.1569699Z test_non_contig_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.1587544Z test_non_contig_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.1605556Z test_non_contig_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.1623064Z test_non_contig_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.1641119Z test_non_contig_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.1659131Z test_non_contig_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.1676984Z test_non_contig_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.1695098Z test_non_contig_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.1713076Z test_non_contig_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.1730452Z test_non_contig_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.1747906Z test_non_contig_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.1765286Z test_non_contig_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.1783056Z test_non_contig_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.1800549Z test_non_contig_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.1818092Z test_non_contig_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.1835530Z test_non_contig_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.1853592Z test_non_contig_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.1871152Z test_non_contig_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.1888831Z test_non_contig_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.1906387Z test_non_contig_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.1923893Z test_non_contig_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.1941852Z test_non_contig_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.1959037Z test_non_contig_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.1976891Z test_non_contig_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.1994423Z test_non_contig_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.2012211Z test_non_contig_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.2029603Z test_non_contig_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.2047154Z test_non_contig_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.2067713Z test_non_contig_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.2085936Z test_non_contig_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.2107392Z test_non_contig_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.2127739Z test_non_contig_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.2148880Z test_non_contig_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.2167379Z test_non_contig_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.2185340Z test_non_contig_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.2202846Z test_non_contig_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.2220580Z test_non_contig_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.2238189Z test_non_contig_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.2258308Z test_non_contig_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.2276675Z test_non_contig_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.2297320Z test_non_contig_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.2318199Z test_non_contig_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.2339363Z test_non_contig_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.2358316Z test_non_contig_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.2375579Z test_non_contig_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.2392761Z test_non_contig_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.2411123Z test_non_contig_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.2428619Z test_non_contig_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.2449982Z test_non_contig_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.2471182Z test_non_contig_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.2492782Z test_non_contig_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.2513288Z test_non_contig_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.2533644Z test_non_contig_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.2554554Z test_non_contig_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.2575646Z test_non_contig_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.2596392Z test_non_contig_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.2616441Z test_non_contig_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.2636595Z test_non_contig_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.2656357Z test_non_contig_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.2676138Z test_non_contig_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.2696041Z test_non_contig_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.2717369Z test_non_contig_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.2739471Z test_non_contig_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.2760734Z test_non_contig_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.2782296Z test_non_contig_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.2802529Z test_non_contig_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.2823396Z test_non_contig_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.2843596Z test_non_contig_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.2864494Z test_non_contig_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.2884903Z test_non_contig_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.2906447Z test_non_contig_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.2926967Z test_non_contig_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.2950809Z test_non_contig_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.2974814Z test_non_contig_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.2996754Z test_non_contig_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.3018537Z test_non_contig_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.3039996Z test_non_contig_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.3060680Z test_non_contig_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.3081260Z test_non_contig_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.3102209Z test_non_contig_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.3122808Z test_non_contig_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.3143459Z test_non_contig_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.3164949Z test_non_contig_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.3186998Z test_non_contig_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.3208641Z test_non_contig_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.3230289Z test_non_contig_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.3250989Z test_non_contig_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.3271652Z test_non_contig_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.3292630Z test_non_contig_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.3313219Z test_non_contig_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.3334282Z test_non_contig_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.3353811Z test_non_contig_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.3371680Z test_non_contig_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.3392392Z test_non_contig_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.3414653Z test_non_contig_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.3434954Z test_non_contig_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.3455406Z test_non_contig_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.3474408Z test_non_contig_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.3494717Z test_non_contig_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.3513082Z test_non_contig_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.3531122Z test_non_contig_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.3548684Z test_non_contig_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.3566290Z test_non_contig_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.3584214Z test_non_contig_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.3611867Z test_non_contig_expand___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.3634027Z test_non_contig_expand___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.3664430Z test_non_contig_expand___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.3695401Z test_non_contig_expand___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.3723052Z test_non_contig_expand___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.3750255Z test_non_contig_expand___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.3776990Z test_non_contig_expand___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.3799010Z test_non_contig_expand___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.3821435Z test_non_contig_expand___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.3842905Z test_non_contig_expand___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.3865453Z test_non_contig_expand___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.3887411Z test_non_contig_expand___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.3909477Z test_non_contig_expand___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.3931789Z test_non_contig_expand___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.3953873Z test_non_contig_expand___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.3975827Z test_non_contig_expand___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.3997859Z test_non_contig_expand___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.4020238Z test_non_contig_expand___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.4049522Z test_non_contig_expand___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.4076090Z test_non_contig_expand___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.4107721Z test_non_contig_expand___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.4140456Z test_non_contig_expand___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.4169210Z test_non_contig_expand___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.4197146Z test_non_contig_expand___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.4224798Z test_non_contig_expand___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.4251646Z test_non_contig_expand___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.4278318Z test_non_contig_expand___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.4305270Z test_non_contig_expand___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.4332426Z test_non_contig_expand___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.4359118Z test_non_contig_expand___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.4387131Z test_non_contig_expand___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.4414834Z test_non_contig_expand___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.4442337Z test_non_contig_expand___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.4469772Z test_non_contig_expand___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.4497404Z test_non_contig_expand___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.4519177Z test_non_contig_expand___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.4549308Z test_non_contig_expand___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.4580978Z test_non_contig_expand___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.4608248Z test_non_contig_expand___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.4634955Z test_non_contig_expand___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.4661402Z test_non_contig_expand___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.4683757Z test_non_contig_expand___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.4705817Z test_non_contig_expand___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.4727054Z test_non_contig_expand___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.4749299Z test_non_contig_expand___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.4771633Z test_non_contig_expand___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.4793499Z test_non_contig_expand___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.4815876Z test_non_contig_expand___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.4837888Z test_non_contig_expand___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.4859617Z test_non_contig_expand___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.4881402Z test_non_contig_expand___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.4903731Z test_non_contig_expand___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.4933331Z test_non_contig_expand___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.4964919Z test_non_contig_expand___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.4997148Z test_non_contig_expand___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.5026201Z test_non_contig_expand___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.5054954Z test_non_contig_expand___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.5082918Z test_non_contig_expand___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.5106560Z test_non_contig_expand___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.5129568Z test_non_contig_expand___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.5151786Z test_non_contig_expand___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.5175135Z test_non_contig_expand___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.5198132Z test_non_contig_expand___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.5225180Z test_non_contig_expand___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.5255700Z test_non_contig_expand___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.5286642Z test_non_contig_expand___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.5314389Z test_non_contig_expand___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.5341575Z test_non_contig_expand___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.5367897Z test_non_contig_expand___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.5390239Z test_non_contig_expand___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.5412920Z test_non_contig_expand___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.5434399Z test_non_contig_expand___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.5456716Z test_non_contig_expand___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.5478460Z test_non_contig_expand___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.5500553Z test_non_contig_expand___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.5522086Z test_non_contig_expand___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.5543957Z test_non_contig_expand___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.5565387Z test_non_contig_expand___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.5587389Z test_non_contig_expand___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.5609662Z test_non_contig_expand___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.5636497Z test_non_contig_expand_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.5658608Z test_non_contig_expand_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.5689506Z test_non_contig_expand_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.5719735Z test_non_contig_expand_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.5750038Z test_non_contig_expand_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.5777971Z test_non_contig_expand_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.5804412Z test_non_contig_expand_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.5830427Z test_non_contig_expand_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.5853229Z test_non_contig_expand_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.5875186Z test_non_contig_expand_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.5896611Z test_non_contig_expand_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.5918314Z test_non_contig_expand_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.5940584Z test_non_contig_expand_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.5968166Z test_non_contig_expand_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.5995004Z test_non_contig_expand_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.6022968Z test_non_contig_expand_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.6050490Z test_non_contig_expand_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.6076598Z test_non_contig_expand_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.6103686Z test_non_contig_expand_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.6130713Z test_non_contig_expand_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.6156966Z test_non_contig_expand_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.6185209Z test_non_contig_expand_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.6207408Z test_non_contig_expand_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.6229744Z test_non_contig_expand_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.6252119Z test_non_contig_expand_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.6274381Z test_non_contig_expand_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.6296860Z test_non_contig_expand_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.6318953Z test_non_contig_expand_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.6341807Z test_non_contig_expand_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.6363951Z test_non_contig_expand_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.6385557Z test_non_contig_expand_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.6407683Z test_non_contig_expand_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.6430093Z test_non_contig_expand_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.6452570Z test_non_contig_expand_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.6474537Z test_non_contig_expand_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.6497406Z test_non_contig_expand_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.6518789Z test_non_contig_expand_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.6541074Z test_non_contig_expand_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.6563197Z test_non_contig_expand_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.6585537Z test_non_contig_expand_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.6607598Z test_non_contig_expand_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.6629489Z test_non_contig_expand_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.6651910Z test_non_contig_expand_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.6674148Z test_non_contig_expand_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.6696365Z test_non_contig_expand_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.6718572Z test_non_contig_expand_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.6741293Z test_non_contig_expand_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.6762906Z test_non_contig_expand_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.6785374Z test_non_contig_expand_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.6807720Z test_non_contig_expand_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.6835395Z test_non_contig_expand_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.6858186Z test_non_contig_expand_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.6885374Z test_non_contig_expand_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.6912502Z test_non_contig_expand_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.6939294Z test_non_contig_expand_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.6961404Z test_non_contig_expand_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.6983610Z test_non_contig_expand_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.7004988Z test_non_contig_expand_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.7026918Z test_non_contig_expand_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.7049304Z test_non_contig_expand_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.7076140Z test_non_contig_expand_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.7098201Z test_non_contig_expand_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.7125173Z test_non_contig_expand_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.7152166Z test_non_contig_expand_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.7178719Z test_non_contig_expand_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.7200795Z test_non_contig_expand_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.7223016Z test_non_contig_expand_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.7244221Z test_non_contig_expand_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.7266414Z test_non_contig_expand_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.7288396Z test_non_contig_expand_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.7317751Z test_non_contig_expand_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.7347032Z test_non_contig_expand_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.7377087Z test_non_contig_expand_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.7405119Z test_non_contig_expand_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.7431019Z test_non_contig_expand_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.7458971Z test_non_contig_expand_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.7486295Z test_non_contig_expand_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.7513311Z test_non_contig_expand_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.7539527Z test_non_contig_expand_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.7565582Z test_non_contig_expand_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.7591697Z test_non_contig_expand_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.7618123Z test_non_contig_expand_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.7644082Z test_non_contig_expand_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.7672829Z test_non_contig_expand_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.7701528Z test_non_contig_expand_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.7729997Z test_non_contig_expand_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.7757575Z test_non_contig_expand_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.7784672Z test_non_contig_expand_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.7811947Z test_non_contig_expand_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.7838839Z test_non_contig_expand_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.7866122Z test_non_contig_expand_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.7893329Z test_non_contig_expand_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.7921628Z test_non_contig_expand_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.7948616Z test_non_contig_expand_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.7980557Z test_non_contig_expand_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.8012801Z test_non_contig_expand_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.8041258Z test_non_contig_expand_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.8068958Z test_non_contig_expand_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.8096439Z test_non_contig_expand_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.8122742Z test_non_contig_expand_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.8149259Z test_non_contig_expand_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.8175869Z test_non_contig_expand_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.8202299Z test_non_contig_expand_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.8228955Z test_non_contig_expand_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.8256997Z test_non_contig_expand_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.8284740Z test_non_contig_expand_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.8312686Z test_non_contig_expand_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.8340255Z test_non_contig_expand_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.8366581Z test_non_contig_expand_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.8392992Z test_non_contig_expand_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.8419548Z test_non_contig_expand_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.8445918Z test_non_contig_expand_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.8472501Z test_non_contig_expand_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.8496678Z test_non_contig_expand_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.8518152Z test_non_contig_expand_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.8543783Z test_non_contig_expand_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.8569434Z test_non_contig_expand_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.8594531Z test_non_contig_expand_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.8618361Z test_non_contig_expand_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.8642002Z test_non_contig_expand_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.8665925Z test_non_contig_expand_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.8687808Z test_non_contig_expand_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.8710078Z test_non_contig_expand_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.8732363Z test_non_contig_expand_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.8754336Z test_non_contig_expand_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.8776719Z test_non_contig_expand_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.8805884Z test_non_contig_expand_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.8833223Z test_non_contig_expand_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.8864532Z test_non_contig_expand_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.8896048Z test_non_contig_expand_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.8925311Z test_non_contig_expand_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.8954438Z test_non_contig_expand_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.8982161Z test_non_contig_expand_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.9009666Z test_non_contig_expand_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.9036695Z test_non_contig_expand_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.9063944Z test_non_contig_expand_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.9091201Z test_non_contig_expand_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.9118369Z test_non_contig_expand_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.9128771Z test_non_contig_expand_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:14:12.9156846Z test_non_contig_expand_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.9185180Z test_non_contig_expand_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.9213696Z test_non_contig_expand_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.9236760Z test_non_contig_expand_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.9259900Z test_non_contig_expand_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.9281938Z test_non_contig_expand_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.9304882Z test_non_contig_expand_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.9327812Z test_non_contig_expand_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.9354983Z test_non_contig_expand_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.9377035Z test_non_contig_expand_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.9403718Z test_non_contig_expand_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.9430680Z test_non_contig_expand_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.9457357Z test_non_contig_expand_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.9479209Z test_non_contig_expand_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.9501254Z test_non_contig_expand_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.9522531Z test_non_contig_expand_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.9544610Z test_non_contig_expand_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.9566363Z test_non_contig_expand_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.9593115Z test_non_contig_expand_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.9615202Z test_non_contig_expand_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.9642174Z test_non_contig_expand_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.9669176Z test_non_contig_expand_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.9695445Z test_non_contig_expand_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.9717142Z test_non_contig_expand_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.9739087Z test_non_contig_expand_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.9760334Z test_non_contig_expand_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.9782509Z test_non_contig_expand_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.9804186Z test_non_contig_expand_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.9832315Z test_non_contig_expand_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.9860254Z test_non_contig_expand_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.9888396Z test_non_contig_expand_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.9916618Z test_non_contig_expand_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:12.9939956Z test_non_contig_expand_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.9962607Z test_non_contig_expand_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:12.9984841Z test_non_contig_expand_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.0007294Z test_non_contig_expand_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.0030519Z test_non_contig_expand_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.0052888Z test_non_contig_expand_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.0074557Z test_non_contig_expand_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.0097004Z test_non_contig_expand_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.0118327Z test_non_contig_expand_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.0140701Z test_non_contig_expand_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.0164290Z test_non_contig_expand_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.0186109Z test_non_contig_expand_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.0209934Z test_non_contig_expand_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.0233615Z test_non_contig_expand_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.0257798Z test_non_contig_expand_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.0279695Z test_non_contig_expand_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.0301952Z test_non_contig_expand_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.0323886Z test_non_contig_expand_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.0346003Z test_non_contig_expand_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.0369672Z test_non_contig_expand_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.0393588Z test_non_contig_expand_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.0415362Z test_non_contig_expand_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.0438483Z test_non_contig_expand_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.0461980Z test_non_contig_expand_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.0485414Z test_non_contig_expand_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.0507256Z test_non_contig_expand_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.0528835Z test_non_contig_expand_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.0550671Z test_non_contig_expand_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.0572569Z test_non_contig_expand_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.0594594Z test_non_contig_expand_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.0624701Z test_non_contig_expand_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.0647286Z test_non_contig_expand_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.0674327Z test_non_contig_expand_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.0701291Z test_non_contig_expand_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.0727040Z test_non_contig_expand_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.0749186Z test_non_contig_expand_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.0770920Z test_non_contig_expand_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.0791907Z test_non_contig_expand_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.0813848Z test_non_contig_expand_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.0836143Z test_non_contig_expand_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.0864020Z test_non_contig_expand_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.0892178Z test_non_contig_expand_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.0919090Z test_non_contig_expand_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.0946868Z test_non_contig_expand_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.0974247Z test_non_contig_expand_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.1001126Z test_non_contig_expand_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.1027850Z test_non_contig_expand_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.1055162Z test_non_contig_expand_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.1082431Z test_non_contig_expand_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.1109352Z test_non_contig_expand_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.1136112Z test_non_contig_expand_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.1161739Z test_non_contig_expand_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.1186100Z test_non_contig_expand_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.1215563Z test_non_contig_expand_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.1243452Z test_non_contig_expand_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.1270267Z test_non_contig_expand_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.1296304Z test_non_contig_expand_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.1321246Z test_non_contig_expand_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.1346181Z test_non_contig_expand_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.1370684Z test_non_contig_expand_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.1395559Z test_non_contig_expand_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.1419981Z test_non_contig_expand_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.1443819Z test_non_contig_expand_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.1457783Z test_non_contig_expand_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:13.1470905Z test_non_contig_expand_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:13.1484172Z test_non_contig_expand_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:13.1497468Z test_non_contig_expand_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:13.1510612Z test_non_contig_expand_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:13.1523839Z test_non_contig_expand_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:13.1537260Z test_non_contig_expand_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:13.1550441Z test_non_contig_expand_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:13.1563618Z test_non_contig_expand_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:13.1577059Z test_non_contig_expand_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:13.1590100Z test_non_contig_expand_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:13.1603282Z test_non_contig_expand_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:13.1616863Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:13.1630175Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:13.1643408Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:13.1656709Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:13.1670098Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:13.1683150Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:13.1697033Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:13.1710243Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:13.1723665Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:13.1736868Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:13.1750002Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:13.1763110Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:13.1785573Z test_non_contig_expand_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.1807872Z test_non_contig_expand_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.1829285Z test_non_contig_expand_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.1851417Z test_non_contig_expand_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.1873191Z test_non_contig_expand_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.1902257Z test_non_contig_expand_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.1929432Z test_non_contig_expand_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.1960425Z test_non_contig_expand_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.1991755Z test_non_contig_expand_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.2020299Z test_non_contig_expand_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.2047778Z test_non_contig_expand_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.2075485Z test_non_contig_expand_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.2103207Z test_non_contig_expand_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.2130769Z test_non_contig_expand_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.2158762Z test_non_contig_expand_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.2186267Z test_non_contig_expand_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.2214225Z test_non_contig_expand_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.2238281Z test_non_contig_expand_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.2260232Z test_non_contig_expand_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.2283810Z test_non_contig_expand_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.2307577Z test_non_contig_expand_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.2331320Z test_non_contig_expand_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.2353249Z test_non_contig_expand_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.2375602Z test_non_contig_expand_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.2397356Z test_non_contig_expand_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.2419527Z test_non_contig_expand_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.2441449Z test_non_contig_expand_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.2465606Z test_non_contig_expand_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.2487439Z test_non_contig_expand_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.2512909Z test_non_contig_expand_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.2538624Z test_non_contig_expand_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.2562377Z test_non_contig_expand_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.2586428Z test_non_contig_expand_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.2610571Z test_non_contig_expand_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.2632662Z test_non_contig_expand_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.2655020Z test_non_contig_expand_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.2677104Z test_non_contig_expand_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.2699199Z test_non_contig_expand_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.2720990Z test_non_contig_expand_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.2744676Z test_non_contig_expand_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.2766564Z test_non_contig_expand_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.2791815Z test_non_contig_expand_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.2817441Z test_non_contig_expand_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.2841082Z test_non_contig_expand_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.2864862Z test_non_contig_expand_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.2888560Z test_non_contig_expand_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.2910653Z test_non_contig_expand_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.2932977Z test_non_contig_expand_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.2954998Z test_non_contig_expand_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.2977188Z test_non_contig_expand_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.2999066Z test_non_contig_expand_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.3022950Z test_non_contig_expand_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.3044602Z test_non_contig_expand_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.3070021Z test_non_contig_expand_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.3095808Z test_non_contig_expand_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.3119392Z test_non_contig_expand_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.3143152Z test_non_contig_expand_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.3166667Z test_non_contig_expand_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.3188914Z test_non_contig_expand_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.3211024Z test_non_contig_expand_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.3232846Z test_non_contig_expand_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.3255274Z test_non_contig_expand_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.3277165Z test_non_contig_expand_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.3301002Z test_non_contig_expand_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.3322530Z test_non_contig_expand_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.3346540Z test_non_contig_expand_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.3370509Z test_non_contig_expand_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.3394051Z test_non_contig_expand_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.3416485Z test_non_contig_expand_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.3438492Z test_non_contig_expand_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.3461240Z test_non_contig_expand_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.3482507Z test_non_contig_expand_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.3504794Z test_non_contig_expand_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.3532330Z test_non_contig_expand_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.3554209Z test_non_contig_expand_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.3581504Z test_non_contig_expand_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.3608435Z test_non_contig_expand_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.3634819Z test_non_contig_expand_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.3657213Z test_non_contig_expand_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.3679181Z test_non_contig_expand_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.3700726Z test_non_contig_expand_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.3722626Z test_non_contig_expand_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.3744898Z test_non_contig_expand_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.3771807Z test_non_contig_expand_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.3793497Z test_non_contig_expand_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.3820829Z test_non_contig_expand_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.3847689Z test_non_contig_expand_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.3874251Z test_non_contig_expand_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.3896592Z test_non_contig_expand_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.3918342Z test_non_contig_expand_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.3939997Z test_non_contig_expand_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.3961868Z test_non_contig_expand_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.3984317Z test_non_contig_expand_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.4011215Z test_non_contig_expand_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.4032926Z test_non_contig_expand_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.4060159Z test_non_contig_expand_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.4086970Z test_non_contig_expand_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.4113409Z test_non_contig_expand_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.4135870Z test_non_contig_expand_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.4157737Z test_non_contig_expand_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.4179266Z test_non_contig_expand_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.4201294Z test_non_contig_expand_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.4223645Z test_non_contig_expand_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.4250703Z test_non_contig_expand_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.4272473Z test_non_contig_expand_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.4299671Z test_non_contig_expand_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.4326345Z test_non_contig_expand_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.4352831Z test_non_contig_expand_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.4375385Z test_non_contig_expand_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.4397184Z test_non_contig_expand_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.4418678Z test_non_contig_expand_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.4440558Z test_non_contig_expand_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.4462923Z test_non_contig_expand_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.4489693Z test_non_contig_expand_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.4511627Z test_non_contig_expand_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.4541730Z test_non_contig_expand_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.4573175Z test_non_contig_expand_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.4603813Z test_non_contig_expand_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.4631864Z test_non_contig_expand_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.4658950Z test_non_contig_expand_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.4685049Z test_non_contig_expand_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.4707366Z test_non_contig_expand_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.4729430Z test_non_contig_expand_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.4750785Z test_non_contig_expand_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.4772849Z test_non_contig_expand_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.4794784Z test_non_contig_expand_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.4818918Z test_non_contig_expand_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.4840446Z test_non_contig_expand_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.4865852Z test_non_contig_expand_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.4891229Z test_non_contig_expand_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.4914818Z test_non_contig_expand_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.4938592Z test_non_contig_expand_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.4962211Z test_non_contig_expand_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.4984351Z test_non_contig_expand_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.5006130Z test_non_contig_expand_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.5028021Z test_non_contig_expand_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.5050218Z test_non_contig_expand_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.5072053Z test_non_contig_expand_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.5099476Z test_non_contig_expand_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.5127026Z test_non_contig_expand_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.5154542Z test_non_contig_expand_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.5184127Z test_non_contig_expand_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.5213476Z test_non_contig_expand_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.5241847Z test_non_contig_expand_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.5272448Z test_non_contig_expand_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.5303704Z test_non_contig_expand_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.5331974Z test_non_contig_expand_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.5359204Z test_non_contig_expand_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.5386626Z test_non_contig_expand_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.5408963Z test_non_contig_expand_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.5430957Z test_non_contig_expand_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.5452680Z test_non_contig_expand_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.5474369Z test_non_contig_expand_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.5496664Z test_non_contig_expand_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.5525356Z test_non_contig_expand_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.5553687Z test_non_contig_expand_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.5582515Z test_non_contig_expand_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.5610798Z test_non_contig_expand_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.5634022Z test_non_contig_expand_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.5657222Z test_non_contig_expand_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.5679362Z test_non_contig_expand_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.5702268Z test_non_contig_expand_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.5724971Z test_non_contig_expand_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.5751775Z test_non_contig_expand_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.5782119Z test_non_contig_expand_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.5813247Z test_non_contig_expand_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.5841015Z test_non_contig_expand_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.5867917Z test_non_contig_expand_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.5894239Z test_non_contig_expand_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.5916212Z test_non_contig_expand_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.5938448Z test_non_contig_expand_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.5959770Z test_non_contig_expand_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.5981954Z test_non_contig_expand_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.6003891Z test_non_contig_expand_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.6029342Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.6056653Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.6082905Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.6108583Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.6134433Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.6159868Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.6185607Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.6211797Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.6236849Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.6263910Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.6291568Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.6316585Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.6342777Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.6368241Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.6393905Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.6419979Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.6430274Z 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:14:13.6439948Z 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:14:13.6449979Z 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:14:13.6459382Z 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:14:13.6468832Z 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:14:13.6478268Z 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:14:13.6488502Z 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:14:13.6497781Z 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:14:13.6507443Z 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:14:13.6517089Z 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:14:13.6526726Z 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:14:13.6536488Z 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:14:13.6546083Z 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:14:13.6555553Z 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:14:13.6565260Z 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:14:13.6575124Z 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:14:13.6599968Z test_non_contig_expand_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.6626787Z test_non_contig_expand_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.6653272Z test_non_contig_expand_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.6678704Z test_non_contig_expand_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.6704253Z test_non_contig_expand_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.6729851Z test_non_contig_expand_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.6755854Z test_non_contig_expand_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.6781158Z test_non_contig_expand_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.6806262Z test_non_contig_expand_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.6833143Z test_non_contig_expand_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.6859734Z test_non_contig_expand_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.6885076Z test_non_contig_expand_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.6910681Z test_non_contig_expand_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.6936592Z test_non_contig_expand_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.6961974Z test_non_contig_expand_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.6987674Z test_non_contig_expand_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.7013573Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.7040349Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.7066545Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.7092033Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.7117373Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.7143052Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.7168762Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.7194333Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.7204530Z 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:14:13.7214535Z 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:14:13.7224265Z 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:14:13.7234018Z 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:14:13.7243526Z 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:14:13.7253487Z 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:14:13.7263295Z 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:14:13.7272977Z 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:14:13.7282797Z 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:14:13.7292634Z 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:14:13.7302533Z 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:14:13.7312141Z 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:14:13.7321980Z 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:14:13.7331689Z 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:14:13.7341559Z 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:14:13.7351013Z 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:14:13.7360577Z 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:14:13.7370476Z 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:14:13.7380274Z 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:14:13.7389688Z 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:14:13.7399433Z 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:14:13.7409276Z 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:14:13.7419011Z 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:14:13.7428621Z 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:14:13.7438553Z 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:14:13.7448000Z 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:14:13.7457873Z 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:14:13.7467642Z 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:14:13.7477340Z 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:14:13.7486945Z 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:14:13.7496886Z 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:14:13.7506551Z 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:14:13.7516391Z 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:14:13.7526721Z 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:14:13.7536650Z 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:14:13.7546165Z 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:14:13.7555882Z 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:14:13.7565646Z 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:14:13.7575402Z 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:14:13.7585017Z 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:14:13.7616054Z test_non_contig_expand_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.7642218Z test_non_contig_expand_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.7669892Z test_non_contig_expand_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.7697664Z test_non_contig_expand_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.7723727Z test_non_contig_expand_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.7749641Z test_non_contig_expand_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.7775911Z test_non_contig_expand_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.7801437Z test_non_contig_expand_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.7827181Z test_non_contig_expand_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.7853238Z test_non_contig_expand_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.7878664Z test_non_contig_expand_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.7906210Z test_non_contig_expand_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.7933167Z test_non_contig_expand_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.7958865Z test_non_contig_expand_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.7984959Z test_non_contig_expand_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.8010915Z test_non_contig_expand_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.8036792Z test_non_contig_expand_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.8063242Z test_non_contig_expand_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.8093275Z test_non_contig_expand_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.8124306Z test_non_contig_expand_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.8155460Z test_non_contig_expand_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.8186341Z test_non_contig_expand_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.8214226Z test_non_contig_expand_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.8240536Z test_non_contig_expand_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.8266688Z test_non_contig_expand_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.8288718Z test_non_contig_expand_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.8311371Z test_non_contig_expand_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.8332715Z test_non_contig_expand_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.8354287Z test_non_contig_expand_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.8376551Z test_non_contig_expand_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.8404272Z test_non_contig_expand_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.8430584Z test_non_contig_expand_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.8461931Z test_non_contig_expand_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.8494062Z test_non_contig_expand_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.8522488Z test_non_contig_expand_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.8550276Z test_non_contig_expand_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.8577881Z test_non_contig_expand_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.8604637Z test_non_contig_expand_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.8631124Z test_non_contig_expand_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.8657803Z test_non_contig_expand_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.8684080Z test_non_contig_expand_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.8710933Z test_non_contig_expand_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.8739370Z test_non_contig_expand_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.8764343Z test_non_contig_expand_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.8791570Z test_non_contig_expand_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.8818823Z test_non_contig_expand_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.8847027Z test_non_contig_expand_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.8875154Z test_non_contig_expand_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.8901214Z test_non_contig_expand_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.8926901Z test_non_contig_expand_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.8952534Z test_non_contig_expand_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.8979165Z test_non_contig_expand_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.9000165Z test_non_contig_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.9021023Z test_non_contig_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.9047521Z test_non_contig_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.9074051Z test_non_contig_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:13.9096827Z test_non_contig_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.9120866Z test_non_contig_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.9142675Z test_non_contig_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.9163062Z test_non_contig_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.9183651Z test_non_contig_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.9203985Z test_non_contig_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.9224596Z test_non_contig_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.9244960Z test_non_contig_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.9256407Z test_non_contig_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:14:13.9278545Z test_non_contig_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.9300899Z test_non_contig_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.9322750Z test_non_contig_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.9342270Z test_non_contig_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.9360761Z test_non_contig_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.9379526Z test_non_contig_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.9397965Z test_non_contig_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.9416189Z test_non_contig_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.9436080Z test_non_contig_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.9454734Z test_non_contig_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.9475030Z test_non_contig_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.9496377Z test_non_contig_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.9517170Z test_non_contig_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.9535809Z test_non_contig_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.9553296Z test_non_contig_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.9570841Z test_non_contig_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.9588396Z test_non_contig_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.9606110Z test_non_contig_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.9626599Z test_non_contig_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.9644716Z test_non_contig_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.9665551Z test_non_contig_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.9686578Z test_non_contig_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.9707499Z test_non_contig_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.9725808Z test_non_contig_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.9743552Z test_non_contig_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.9760875Z test_non_contig_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.9778586Z test_non_contig_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.9796192Z test_non_contig_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.9806928Z test_non_contig_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:14:13.9829259Z test_non_contig_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.9851370Z test_non_contig_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.9872960Z test_non_contig_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.9892387Z test_non_contig_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.9910617Z test_non_contig_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.9928728Z test_non_contig_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.9947230Z test_non_contig_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.9965349Z test_non_contig_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:13.9983594Z test_non_contig_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.0001589Z test_non_contig_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.0019721Z test_non_contig_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.0037814Z test_non_contig_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.0056134Z test_non_contig_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.0074991Z test_non_contig_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.0092934Z test_non_contig_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.0112123Z test_non_contig_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.0131278Z test_non_contig_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.0151040Z test_non_contig_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.0169485Z test_non_contig_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.0186967Z test_non_contig_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.0204337Z test_non_contig_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.0222063Z test_non_contig_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.0239466Z test_non_contig_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.0258356Z test_non_contig_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.0275660Z test_non_contig_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.0295233Z test_non_contig_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.0314157Z test_non_contig_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.0334311Z test_non_contig_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.0352468Z test_non_contig_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.0370018Z test_non_contig_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.0387243Z test_non_contig_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.0404610Z test_non_contig_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.0422124Z test_non_contig_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.0442160Z test_non_contig_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.0460716Z test_non_contig_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.0481061Z test_non_contig_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.0502060Z test_non_contig_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.0522970Z test_non_contig_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.0541701Z test_non_contig_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.0559292Z test_non_contig_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.0576917Z test_non_contig_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.0594456Z test_non_contig_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.0612262Z test_non_contig_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.0632913Z test_non_contig_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.0654247Z test_non_contig_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.0675193Z test_non_contig_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.0696774Z test_non_contig_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.0718569Z test_non_contig_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.0740049Z test_non_contig_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.0762063Z test_non_contig_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.0783633Z test_non_contig_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.0805601Z test_non_contig_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.0827109Z test_non_contig_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.0849859Z test_non_contig_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.0865911Z test_non_contig_index___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.0880095Z test_non_contig_index___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.0896043Z test_non_contig_index___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.0911925Z test_non_contig_index___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.0927037Z test_non_contig_index___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.0942455Z test_non_contig_index___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.0957605Z test_non_contig_index___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.0972213Z test_non_contig_index___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.0986395Z test_non_contig_index___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.1000713Z test_non_contig_index___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.1015262Z test_non_contig_index___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.1029587Z test_non_contig_index___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.1043853Z test_non_contig_index___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.1058309Z test_non_contig_index___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.1072524Z test_non_contig_index___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.1086793Z test_non_contig_index___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.1101292Z test_non_contig_index___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.1115578Z test_non_contig_index___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.1131594Z test_non_contig_index___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.1146767Z test_non_contig_index___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.1163063Z test_non_contig_index___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.1179601Z test_non_contig_index___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.1195272Z test_non_contig_index___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.1211611Z test_non_contig_index___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.1227195Z test_non_contig_index___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.1242478Z test_non_contig_index___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.1257667Z test_non_contig_index___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.1272871Z test_non_contig_index___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.1288945Z test_non_contig_index___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.1304284Z test_non_contig_index___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.1319695Z test_non_contig_index___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.1335275Z test_non_contig_index___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.1350933Z test_non_contig_index___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.1366088Z test_non_contig_index___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.1381914Z test_non_contig_index___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.1396064Z test_non_contig_index___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.1412751Z test_non_contig_index___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.1428570Z test_non_contig_index___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.1443691Z test_non_contig_index___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.1459180Z test_non_contig_index___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.1474239Z test_non_contig_index___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.1488521Z test_non_contig_index___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.1503009Z test_non_contig_index___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.1517357Z test_non_contig_index___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.1531912Z test_non_contig_index___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.1546138Z test_non_contig_index___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.1560354Z test_non_contig_index___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.1574956Z test_non_contig_index___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.1589197Z test_non_contig_index___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.1603373Z test_non_contig_index___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.1617897Z test_non_contig_index___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.1632160Z test_non_contig_index___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.1647752Z test_non_contig_index___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.1664620Z test_non_contig_index___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.1680669Z test_non_contig_index___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.1696691Z test_non_contig_index___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.1712313Z test_non_contig_index___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.1727929Z test_non_contig_index___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.1742792Z test_non_contig_index___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.1757485Z test_non_contig_index___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.1772263Z test_non_contig_index___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.1786897Z test_non_contig_index___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.1801465Z test_non_contig_index___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.1817016Z test_non_contig_index___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.1832908Z test_non_contig_index___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.1848887Z test_non_contig_index___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.1864570Z test_non_contig_index___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.1879923Z test_non_contig_index___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.1895493Z test_non_contig_index___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.1910048Z test_non_contig_index___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.1924512Z test_non_contig_index___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.1939321Z test_non_contig_index___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.1953829Z test_non_contig_index___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.1968397Z test_non_contig_index___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.1983139Z test_non_contig_index___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.1997784Z test_non_contig_index___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.2012610Z test_non_contig_index___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.2027048Z test_non_contig_index___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.2041581Z test_non_contig_index___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.2056270Z test_non_contig_index___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.2071710Z test_non_contig_index_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.2086148Z test_non_contig_index_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.2102479Z test_non_contig_index_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.2118572Z test_non_contig_index_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.2135238Z test_non_contig_index_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.2150704Z test_non_contig_index_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.2166760Z test_non_contig_index_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.2182310Z test_non_contig_index_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.2196897Z test_non_contig_index_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.2211621Z test_non_contig_index_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.2225838Z test_non_contig_index_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.2240260Z test_non_contig_index_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.2255169Z test_non_contig_index_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.2270762Z test_non_contig_index_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.2285811Z test_non_contig_index_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.2302239Z test_non_contig_index_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.2318336Z test_non_contig_index_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.2334284Z test_non_contig_index_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.2349214Z test_non_contig_index_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.2364158Z test_non_contig_index_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.2380817Z test_non_contig_index_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.2395496Z test_non_contig_index_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.2410710Z test_non_contig_index_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.2424800Z test_non_contig_index_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.2439410Z test_non_contig_index_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.2454234Z test_non_contig_index_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.2468952Z test_non_contig_index_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.2483692Z test_non_contig_index_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.2498671Z test_non_contig_index_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.2513360Z test_non_contig_index_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.2528009Z test_non_contig_index_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.2542898Z test_non_contig_index_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.2557550Z test_non_contig_index_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.2572459Z test_non_contig_index_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.2587066Z test_non_contig_index_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.2601707Z test_non_contig_index_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.2616706Z test_non_contig_index_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.2631009Z test_non_contig_index_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.2645150Z test_non_contig_index_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.2659799Z test_non_contig_index_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.2674322Z test_non_contig_index_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.2688695Z test_non_contig_index_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.2703294Z test_non_contig_index_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.2717567Z test_non_contig_index_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.2732085Z test_non_contig_index_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.2746475Z test_non_contig_index_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.2760698Z test_non_contig_index_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.2775139Z test_non_contig_index_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.2789315Z test_non_contig_index_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.2803608Z test_non_contig_index_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.2819577Z test_non_contig_index_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.2833784Z test_non_contig_index_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.2849381Z test_non_contig_index_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.2864615Z test_non_contig_index_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.2880085Z test_non_contig_index_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.2895096Z test_non_contig_index_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.2910449Z test_non_contig_index_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.2924777Z test_non_contig_index_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.2939707Z test_non_contig_index_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.2954569Z test_non_contig_index_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.2970367Z test_non_contig_index_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.2985263Z test_non_contig_index_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.3000865Z test_non_contig_index_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.3016768Z test_non_contig_index_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.3032332Z test_non_contig_index_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.3047080Z test_non_contig_index_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.3062090Z test_non_contig_index_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.3076758Z test_non_contig_index_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.3091735Z test_non_contig_index_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.3106410Z test_non_contig_index_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.3122402Z test_non_contig_index_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.3138613Z test_non_contig_index_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.3154644Z test_non_contig_index_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.3170552Z test_non_contig_index_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.3185762Z test_non_contig_index_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.3201493Z test_non_contig_index_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.3217470Z test_non_contig_index_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.3233125Z test_non_contig_index_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.3248442Z test_non_contig_index_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.3263931Z test_non_contig_index_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.3279152Z test_non_contig_index_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.3294691Z test_non_contig_index_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.3309929Z test_non_contig_index_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.3326166Z test_non_contig_index_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.3342619Z test_non_contig_index_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.3358701Z test_non_contig_index_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.3374827Z test_non_contig_index_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.3390540Z test_non_contig_index_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.3405824Z test_non_contig_index_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.3421503Z test_non_contig_index_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.3436742Z test_non_contig_index_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.3452413Z test_non_contig_index_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.3468243Z test_non_contig_index_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.3483412Z test_non_contig_index_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.3500061Z test_non_contig_index_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.3516509Z test_non_contig_index_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.3532541Z test_non_contig_index_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.3548206Z test_non_contig_index_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.3563873Z test_non_contig_index_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.3579433Z test_non_contig_index_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.3594717Z test_non_contig_index_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.3610222Z test_non_contig_index_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.3625413Z test_non_contig_index_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.3640748Z test_non_contig_index_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.3656951Z test_non_contig_index_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.3672593Z test_non_contig_index_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.3688699Z test_non_contig_index_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.3704320Z test_non_contig_index_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.3719369Z test_non_contig_index_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.3735067Z test_non_contig_index_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.3750276Z test_non_contig_index_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.3765496Z test_non_contig_index_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.3780951Z test_non_contig_index_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.3796055Z test_non_contig_index_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.3810731Z test_non_contig_index_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.3826364Z test_non_contig_index_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.3841902Z test_non_contig_index_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.3857898Z test_non_contig_index_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.3872874Z test_non_contig_index_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.3888239Z test_non_contig_index_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.3903418Z test_non_contig_index_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.3917787Z test_non_contig_index_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.3932314Z test_non_contig_index_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.3946809Z test_non_contig_index_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.3961222Z test_non_contig_index_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.3975710Z test_non_contig_index_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.3991146Z test_non_contig_index_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.4005916Z test_non_contig_index_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.4022128Z test_non_contig_index_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.4038277Z test_non_contig_index_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.4053831Z test_non_contig_index_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.4069075Z test_non_contig_index_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.4084294Z test_non_contig_index_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.4099410Z test_non_contig_index_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.4114213Z test_non_contig_index_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.4129191Z test_non_contig_index_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.4144192Z test_non_contig_index_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.4159009Z test_non_contig_index_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.4167900Z test_non_contig_index_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:14:14.4183940Z test_non_contig_index_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.4200013Z test_non_contig_index_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.4216034Z test_non_contig_index_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.4230618Z test_non_contig_index_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.4245225Z test_non_contig_index_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.4259867Z test_non_contig_index_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.4274476Z test_non_contig_index_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.4289534Z test_non_contig_index_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.4304601Z test_non_contig_index_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.4318805Z test_non_contig_index_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.4334418Z test_non_contig_index_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.4349703Z test_non_contig_index_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.4364806Z test_non_contig_index_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.4379400Z test_non_contig_index_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.4393797Z test_non_contig_index_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.4407956Z test_non_contig_index_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.4422427Z test_non_contig_index_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.4436881Z test_non_contig_index_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.4452457Z test_non_contig_index_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.4467476Z test_non_contig_index_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.4483168Z test_non_contig_index_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.4498561Z test_non_contig_index_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.4513799Z test_non_contig_index_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.4528164Z test_non_contig_index_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.4542684Z test_non_contig_index_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.4556968Z test_non_contig_index_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.4571460Z test_non_contig_index_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.4585997Z test_non_contig_index_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.4601653Z test_non_contig_index_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.4617553Z test_non_contig_index_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.4633254Z test_non_contig_index_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.4648892Z test_non_contig_index_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.4663597Z test_non_contig_index_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.4678327Z test_non_contig_index_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.4693179Z test_non_contig_index_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.4707987Z test_non_contig_index_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.4722283Z test_non_contig_index_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.4736777Z test_non_contig_index_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.4751021Z test_non_contig_index_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.4765309Z test_non_contig_index_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.4779941Z test_non_contig_index_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.4794229Z test_non_contig_index_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.4809428Z test_non_contig_index_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.4823891Z test_non_contig_index_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.4838562Z test_non_contig_index_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.4853590Z test_non_contig_index_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.4868227Z test_non_contig_index_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.4882532Z test_non_contig_index_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.4896991Z test_non_contig_index_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.4911231Z test_non_contig_index_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.4925679Z test_non_contig_index_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.4940145Z test_non_contig_index_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.4954966Z test_non_contig_index_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.4969484Z test_non_contig_index_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.4984368Z test_non_contig_index_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.4999304Z test_non_contig_index_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.5014436Z test_non_contig_index_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.5028707Z test_non_contig_index_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.5042869Z test_non_contig_index_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.5057286Z test_non_contig_index_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.5071630Z test_non_contig_index_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.5085853Z test_non_contig_index_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.5101480Z test_non_contig_index_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.5115751Z test_non_contig_index_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.5131275Z test_non_contig_index_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.5146528Z test_non_contig_index_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.5161768Z test_non_contig_index_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.5176280Z test_non_contig_index_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.5190728Z test_non_contig_index_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.5205682Z test_non_contig_index_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.5219662Z test_non_contig_index_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.5233830Z test_non_contig_index_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.5249312Z test_non_contig_index_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.5264499Z test_non_contig_index_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.5279744Z test_non_contig_index_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.5295187Z test_non_contig_index_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.5310384Z test_non_contig_index_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.5325541Z test_non_contig_index_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.5341047Z test_non_contig_index_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.5356361Z test_non_contig_index_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.5372008Z test_non_contig_index_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.5387301Z test_non_contig_index_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.5402500Z test_non_contig_index_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.5418190Z test_non_contig_index_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.5433289Z test_non_contig_index_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.5449748Z test_non_contig_index_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.5465782Z test_non_contig_index_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.5481408Z test_non_contig_index_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.5496817Z test_non_contig_index_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.5512100Z test_non_contig_index_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.5527220Z test_non_contig_index_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.5542636Z test_non_contig_index_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.5557740Z test_non_contig_index_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.5573065Z test_non_contig_index_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.5588160Z test_non_contig_index_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.5600661Z test_non_contig_index_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:14.5613220Z test_non_contig_index_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:14.5625534Z test_non_contig_index_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:14.5637686Z test_non_contig_index_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:14.5650145Z test_non_contig_index_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:14.5662366Z test_non_contig_index_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:14.5674514Z test_non_contig_index_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:14.5687135Z test_non_contig_index_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:14.5699463Z test_non_contig_index_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:14.5711886Z test_non_contig_index_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:14.5724416Z test_non_contig_index_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:14.5736706Z test_non_contig_index_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:14.5749022Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:14.5761171Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:14.5773663Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:14.5785910Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:14.5798305Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:14.5810671Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:14.5822889Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:14.5835128Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:14.5847298Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:14.5859730Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:14.5872162Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:14.5884585Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:14.5899302Z test_non_contig_index_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.5913711Z test_non_contig_index_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.5927891Z test_non_contig_index_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.5942473Z test_non_contig_index_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.5956825Z test_non_contig_index_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.5972677Z test_non_contig_index_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.5987557Z test_non_contig_index_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.6003710Z test_non_contig_index_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.6020019Z test_non_contig_index_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.6035409Z test_non_contig_index_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.6051011Z test_non_contig_index_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.6066218Z test_non_contig_index_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.6081111Z test_non_contig_index_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.6096236Z test_non_contig_index_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.6111143Z test_non_contig_index_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.6126085Z test_non_contig_index_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.6141291Z test_non_contig_index_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.6156156Z test_non_contig_index_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.6170542Z test_non_contig_index_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.6185492Z test_non_contig_index_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.6200151Z test_non_contig_index_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.6215971Z test_non_contig_index_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.6230183Z test_non_contig_index_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.6244499Z test_non_contig_index_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.6258941Z test_non_contig_index_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.6273171Z test_non_contig_index_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.6288425Z test_non_contig_index_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.6303569Z test_non_contig_index_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.6317957Z test_non_contig_index_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.6333726Z test_non_contig_index_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.6349057Z test_non_contig_index_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.6364571Z test_non_contig_index_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.6379942Z test_non_contig_index_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.6394957Z test_non_contig_index_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.6409587Z test_non_contig_index_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.6424121Z test_non_contig_index_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.6438632Z test_non_contig_index_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.6454003Z test_non_contig_index_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.6468423Z test_non_contig_index_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.6483362Z test_non_contig_index_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.6497845Z test_non_contig_index_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.6513266Z test_non_contig_index_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.6528814Z test_non_contig_index_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.6544084Z test_non_contig_index_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.6558960Z test_non_contig_index_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.6574180Z test_non_contig_index_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.6588610Z test_non_contig_index_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.6603018Z test_non_contig_index_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.6617617Z test_non_contig_index_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.6632042Z test_non_contig_index_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.6646528Z test_non_contig_index_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.6661857Z test_non_contig_index_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.6676191Z test_non_contig_index_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.6692027Z test_non_contig_index_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.6707519Z test_non_contig_index_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.6722560Z test_non_contig_index_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.6737680Z test_non_contig_index_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.6752652Z test_non_contig_index_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.6767152Z test_non_contig_index_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.6781757Z test_non_contig_index_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.6796080Z test_non_contig_index_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.6810767Z test_non_contig_index_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.6825045Z test_non_contig_index_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.6839958Z test_non_contig_index_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.6855751Z test_non_contig_index_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.6869987Z test_non_contig_index_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.6884965Z test_non_contig_index_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.6900040Z test_non_contig_index_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.6914375Z test_non_contig_index_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.6928806Z test_non_contig_index_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.6943460Z test_non_contig_index_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.6957963Z test_non_contig_index_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.6972711Z test_non_contig_index_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.6988385Z test_non_contig_index_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.7002858Z test_non_contig_index_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.7018526Z test_non_contig_index_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.7034050Z test_non_contig_index_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.7049896Z test_non_contig_index_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.7065215Z test_non_contig_index_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.7080421Z test_non_contig_index_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.7095681Z test_non_contig_index_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.7110784Z test_non_contig_index_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.7126094Z test_non_contig_index_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.7142601Z test_non_contig_index_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.7157834Z test_non_contig_index_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.7174364Z test_non_contig_index_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.7190596Z test_non_contig_index_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.7206782Z test_non_contig_index_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.7222245Z test_non_contig_index_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.7237417Z test_non_contig_index_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.7252802Z test_non_contig_index_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.7268019Z test_non_contig_index_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.7283271Z test_non_contig_index_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.7299692Z test_non_contig_index_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.7314913Z test_non_contig_index_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.7331510Z test_non_contig_index_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.7347824Z test_non_contig_index_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.7363880Z test_non_contig_index_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.7379333Z test_non_contig_index_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.7394548Z test_non_contig_index_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.7409908Z test_non_contig_index_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.7425135Z test_non_contig_index_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.7440309Z test_non_contig_index_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.7456789Z test_non_contig_index_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.7471580Z test_non_contig_index_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.7486854Z test_non_contig_index_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.7502528Z test_non_contig_index_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.7517694Z test_non_contig_index_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.7532453Z test_non_contig_index_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.7546784Z test_non_contig_index_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.7561153Z test_non_contig_index_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.7575853Z test_non_contig_index_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.7590288Z test_non_contig_index_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.7605723Z test_non_contig_index_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.7620345Z test_non_contig_index_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.7636328Z test_non_contig_index_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.7652763Z test_non_contig_index_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.7668803Z test_non_contig_index_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.7684187Z test_non_contig_index_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.7700046Z test_non_contig_index_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.7715267Z test_non_contig_index_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.7730214Z test_non_contig_index_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.7744539Z test_non_contig_index_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.7758922Z test_non_contig_index_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.7773652Z test_non_contig_index_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.7788145Z test_non_contig_index_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.7803236Z test_non_contig_index_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.7817829Z test_non_contig_index_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.7833354Z test_non_contig_index_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.7849160Z test_non_contig_index_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.7864285Z test_non_contig_index_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.7879226Z test_non_contig_index_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.7894515Z test_non_contig_index_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.7909087Z test_non_contig_index_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.7923592Z test_non_contig_index_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.7938415Z test_non_contig_index_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.7952977Z test_non_contig_index_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.7967437Z test_non_contig_index_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.7983197Z test_non_contig_index_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.7998504Z test_non_contig_index_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.8014034Z test_non_contig_index_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.8029624Z test_non_contig_index_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.8045066Z test_non_contig_index_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.8060734Z test_non_contig_index_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.8076744Z test_non_contig_index_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.8093160Z test_non_contig_index_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.8108635Z test_non_contig_index_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.8124094Z test_non_contig_index_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.8139840Z test_non_contig_index_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.8154354Z test_non_contig_index_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.8168895Z test_non_contig_index_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.8183351Z test_non_contig_index_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.8197779Z test_non_contig_index_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.8212554Z test_non_contig_index_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.8228275Z test_non_contig_index_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.8243986Z test_non_contig_index_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.8259885Z test_non_contig_index_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.8275556Z test_non_contig_index_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.8290656Z test_non_contig_index_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.8305393Z test_non_contig_index_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.8320029Z test_non_contig_index_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.8335060Z test_non_contig_index_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.8349693Z test_non_contig_index_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.8365125Z test_non_contig_index_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.8381276Z test_non_contig_index_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.8397429Z test_non_contig_index_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.8413010Z test_non_contig_index_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.8428268Z test_non_contig_index_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.8443538Z test_non_contig_index_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.8458282Z test_non_contig_index_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.8472738Z test_non_contig_index_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.8487155Z test_non_contig_index_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.8501801Z test_non_contig_index_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.8516271Z test_non_contig_index_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.8531456Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.8546741Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.8561927Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.8577069Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.8591911Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.8606749Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.8621785Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.8636652Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.8651792Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.8667401Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.8682660Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.8697953Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.8712853Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.8727763Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.8742984Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.8757891Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.8767027Z 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:14:14.8776019Z 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:14:14.8784549Z 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:14:14.8793324Z 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:14:14.8801829Z 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:14:14.8810371Z 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:14:14.8818948Z 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:14:14.8827904Z 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:14:14.8836109Z 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:14:14.8844902Z 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:14:14.8853810Z 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:14:14.8863134Z 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:14:14.8871849Z 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:14:14.8880394Z 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:14:14.8889114Z 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:14:14.8897719Z 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:14:14.8912339Z test_non_contig_index_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.8927632Z test_non_contig_index_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.8943406Z test_non_contig_index_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.8958418Z test_non_contig_index_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.8973954Z test_non_contig_index_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.8989118Z test_non_contig_index_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.9004284Z test_non_contig_index_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.9019712Z test_non_contig_index_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.9034769Z test_non_contig_index_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.9050628Z test_non_contig_index_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.9066253Z test_non_contig_index_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.9081810Z test_non_contig_index_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.9097022Z test_non_contig_index_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.9112006Z test_non_contig_index_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.9127347Z test_non_contig_index_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.9142905Z test_non_contig_index_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.9158103Z test_non_contig_index_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.9174230Z test_non_contig_index_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.9190259Z test_non_contig_index_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.9205019Z test_non_contig_index_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.9220550Z test_non_contig_index_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.9235742Z test_non_contig_index_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.9251140Z test_non_contig_index_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.9266386Z test_non_contig_index_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.9275784Z 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:14:14.9284571Z 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:14:14.9293750Z 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:14:14.9302636Z 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:14:14.9311516Z 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:14:14.9320419Z 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:14:14.9329708Z 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:14:14.9338461Z 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:14:14.9347432Z 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:14:14.9356332Z 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:14:14.9365153Z 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:14:14.9374170Z 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:14:14.9382989Z 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:14:14.9391354Z 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:14:14.9399828Z 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:14:14.9408439Z 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:14:14.9417236Z 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:14:14.9425871Z 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:14:14.9434914Z 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:14:14.9443936Z 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:14:14.9452787Z 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:14:14.9461786Z 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:14:14.9471014Z 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:14:14.9479164Z 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:14:14.9487369Z 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:14:14.9496013Z 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:14:14.9504728Z 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:14:14.9513409Z 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:14:14.9522026Z 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:14:14.9530699Z 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:14:14.9539044Z 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:14:14.9547386Z 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:14:14.9556091Z 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:14:14.9564635Z 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:14:14.9573366Z 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:14:14.9582042Z 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:14:14.9590754Z 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:14:14.9599187Z 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:14:14.9607511Z 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:14:14.9616590Z 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:14:14.9632396Z test_non_contig_index_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.9647571Z test_non_contig_index_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.9663120Z test_non_contig_index_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.9679257Z test_non_contig_index_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.9694697Z test_non_contig_index_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.9709602Z test_non_contig_index_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.9724202Z test_non_contig_index_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.9739249Z test_non_contig_index_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.9753923Z test_non_contig_index_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.9768797Z test_non_contig_index_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.9783648Z test_non_contig_index_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.9798739Z test_non_contig_index_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.9814088Z test_non_contig_index_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.9828905Z test_non_contig_index_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.9843671Z test_non_contig_index_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.9858874Z test_non_contig_index_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.9873683Z test_non_contig_index_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.9888438Z test_non_contig_index_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.9904012Z test_non_contig_index_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.9919850Z test_non_contig_index_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.9935886Z test_non_contig_index_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.9951722Z test_non_contig_index_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:14.9967201Z test_non_contig_index_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.9982439Z test_non_contig_index_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:14.9997685Z test_non_contig_index_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:15.0012215Z test_non_contig_index_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:15.0026586Z test_non_contig_index_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:15.0041488Z test_non_contig_index_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:15.0055823Z test_non_contig_index_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:15.0069826Z test_non_contig_index_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:15.0085284Z test_non_contig_index_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:15.0100307Z test_non_contig_index_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:15.0116147Z test_non_contig_index_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.0132473Z test_non_contig_index_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.0147612Z test_non_contig_index_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:15.0162782Z test_non_contig_index_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:15.0178299Z test_non_contig_index_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:15.0193129Z test_non_contig_index_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:15.0207840Z test_non_contig_index_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:15.0223244Z test_non_contig_index_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:15.0238050Z test_non_contig_index_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:15.0253610Z test_non_contig_index_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:15.0268386Z test_non_contig_index_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:15.0283054Z test_non_contig_index_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:15.0298364Z test_non_contig_index_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:15.0313525Z test_non_contig_index_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:15.0328700Z test_non_contig_index_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:15.0343515Z test_non_contig_index_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:15.0358156Z test_non_contig_index_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:15.0373135Z test_non_contig_index_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:15.0387769Z test_non_contig_index_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:15.0402574Z test_non_contig_index_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:15.0423031Z test_non_contig_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.0443150Z test_non_contig_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.0467027Z test_non_contig_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.0489867Z test_non_contig_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.0511708Z test_non_contig_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.0532285Z test_non_contig_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.0553129Z test_non_contig_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.0573605Z test_non_contig_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.0593788Z test_non_contig_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.0614262Z test_non_contig_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.0634547Z test_non_contig_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.0655101Z test_non_contig_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.0669811Z test_non_contig_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:15.0683631Z test_non_contig_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:15.0697679Z test_non_contig_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:15.0711571Z test_non_contig_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:15.0725208Z test_non_contig_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:15.0739189Z test_non_contig_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:15.0753062Z test_non_contig_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:15.0766801Z test_non_contig_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:15.0780931Z test_non_contig_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:15.0794740Z test_non_contig_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:15.0808572Z test_non_contig_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:15.0822518Z test_non_contig_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:15.0836352Z test_non_contig_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:15.0850736Z test_non_contig_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:15.0864582Z test_non_contig_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:15.0878347Z test_non_contig_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:15.0892436Z test_non_contig_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:15.0906293Z test_non_contig_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:15.0920174Z test_non_contig_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:15.0934187Z test_non_contig_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:15.0948048Z test_non_contig_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:15.0961956Z test_non_contig_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:15.0976152Z test_non_contig_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:15.0990024Z test_non_contig_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:15.1008313Z test_non_contig_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.1026762Z test_non_contig_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.1045034Z test_non_contig_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.1063040Z test_non_contig_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.1081011Z test_non_contig_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.1102256Z test_non_contig_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.1122918Z test_non_contig_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.1149322Z test_non_contig_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:15.1174327Z test_non_contig_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.1196179Z test_non_contig_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.1218557Z test_non_contig_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.1240229Z test_non_contig_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.1260777Z test_non_contig_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.1281280Z test_non_contig_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.1303057Z test_non_contig_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.1323534Z test_non_contig_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.1344409Z test_non_contig_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.1364461Z test_non_contig_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.1382159Z test_non_contig_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.1401086Z test_non_contig_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.1420033Z test_non_contig_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.1439834Z test_non_contig_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.1458488Z test_non_contig_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.1475933Z test_non_contig_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.1493864Z test_non_contig_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.1511041Z test_non_contig_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.1528662Z test_non_contig_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.1547639Z test_non_contig_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.1564815Z test_non_contig_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.1585361Z test_non_contig_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.1606154Z test_non_contig_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.1625858Z test_non_contig_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.1644735Z test_non_contig_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.1664630Z test_non_contig_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.1682974Z test_non_contig_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.1700667Z test_non_contig_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.1718194Z test_non_contig_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.1736014Z test_non_contig_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.1753421Z test_non_contig_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.1772620Z test_non_contig_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.1789908Z test_non_contig_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.1810770Z test_non_contig_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.1831316Z test_non_contig_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.1851500Z test_non_contig_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.1870259Z test_non_contig_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.1890055Z test_non_contig_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.1908198Z test_non_contig_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.1925662Z test_non_contig_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.1943376Z test_non_contig_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.1960883Z test_non_contig_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.1978838Z test_non_contig_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.1997635Z test_non_contig_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.2015258Z test_non_contig_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.2036797Z test_non_contig_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.2057758Z test_non_contig_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.2077713Z test_non_contig_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.2096910Z test_non_contig_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.2116597Z test_non_contig_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.2134966Z test_non_contig_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.2152403Z test_non_contig_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.2170267Z test_non_contig_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.2187685Z test_non_contig_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.2205371Z test_non_contig_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.2224418Z test_non_contig_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.2241811Z test_non_contig_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.2261223Z test_non_contig_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.2280009Z test_non_contig_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.2300188Z test_non_contig_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.2318339Z test_non_contig_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.2336107Z test_non_contig_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.2353456Z test_non_contig_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.2371156Z test_non_contig_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.2389052Z test_non_contig_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.2408713Z test_non_contig_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.2427156Z test_non_contig_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.2447693Z test_non_contig_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.2468762Z test_non_contig_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.2489766Z test_non_contig_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.2508349Z test_non_contig_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.2525944Z test_non_contig_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.2543626Z test_non_contig_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.2561539Z test_non_contig_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.2579578Z test_non_contig_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.2599684Z test_non_contig_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.2618296Z test_non_contig_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.2638835Z test_non_contig_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.2660149Z test_non_contig_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.2681054Z test_non_contig_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.2699707Z test_non_contig_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.2717387Z test_non_contig_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.2735199Z test_non_contig_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.2753235Z test_non_contig_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.2771334Z test_non_contig_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.2791323Z test_non_contig_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.2810100Z test_non_contig_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.2830714Z test_non_contig_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.2852128Z test_non_contig_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.2873013Z test_non_contig_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.2891854Z test_non_contig_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.2909546Z test_non_contig_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.2927077Z test_non_contig_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.2945111Z test_non_contig_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.2962813Z test_non_contig_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.2982980Z test_non_contig_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.3001356Z test_non_contig_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.3022222Z test_non_contig_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.3043033Z test_non_contig_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.3064289Z test_non_contig_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.3082709Z test_non_contig_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.3100649Z test_non_contig_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.3118011Z test_non_contig_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.3135810Z test_non_contig_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.3153512Z test_non_contig_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.3173882Z test_non_contig_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.3192550Z test_non_contig_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.3215021Z test_non_contig_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.3239449Z test_non_contig_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.3262397Z test_non_contig_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.3283361Z test_non_contig_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.3304342Z test_non_contig_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.3324924Z test_non_contig_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.3343508Z test_non_contig_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.3361222Z test_non_contig_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.3379700Z test_non_contig_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.3397903Z test_non_contig_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.3415673Z test_non_contig_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.3434124Z test_non_contig_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.3451840Z test_non_contig_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.3472433Z test_non_contig_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.3493607Z test_non_contig_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.3513364Z test_non_contig_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.3532511Z test_non_contig_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.3551477Z test_non_contig_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.3569912Z test_non_contig_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.3587399Z test_non_contig_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.3604865Z test_non_contig_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.3622508Z test_non_contig_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.3640039Z test_non_contig_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.3660881Z test_non_contig_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.3681663Z test_non_contig_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.3702698Z test_non_contig_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.3724401Z test_non_contig_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.3746820Z test_non_contig_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.3768225Z test_non_contig_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.3795105Z test_non_contig_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:15.3820192Z test_non_contig_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.3841538Z test_non_contig_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.3862812Z test_non_contig_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.3884505Z test_non_contig_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.3903199Z test_non_contig_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.3920917Z test_non_contig_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.3938491Z test_non_contig_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.3956145Z test_non_contig_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.3974054Z test_non_contig_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.3984728Z test_non_contig_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:14:15.4006749Z test_non_contig_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.4029120Z test_non_contig_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.4051468Z test_non_contig_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.4070387Z test_non_contig_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.4088909Z test_non_contig_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.4107415Z test_non_contig_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.4125759Z test_non_contig_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.4144377Z test_non_contig_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.4164370Z test_non_contig_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.4187712Z test_non_contig_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.4210614Z test_non_contig_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.4231867Z test_non_contig_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.4253147Z test_non_contig_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.4273895Z test_non_contig_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.4292753Z test_non_contig_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.4311028Z test_non_contig_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.4329287Z test_non_contig_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.4347437Z test_non_contig_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.4365242Z test_non_contig_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.4385190Z test_non_contig_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.4406391Z test_non_contig_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.4427857Z test_non_contig_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.4448101Z test_non_contig_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.4468698Z test_non_contig_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.4489233Z test_non_contig_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.4509460Z test_non_contig_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.4529834Z test_non_contig_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.4550119Z test_non_contig_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.4571622Z test_non_contig_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.4592618Z test_non_contig_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.4613093Z test_non_contig_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.4633149Z test_non_contig_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.4653728Z test_non_contig_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.4673820Z test_non_contig_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.4694243Z test_non_contig_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.4706283Z 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:14:15.4715995Z 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:14:15.4725966Z 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:14:15.4736303Z 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:14:15.4746445Z 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:14:15.4756584Z 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:14:15.4766633Z 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:14:15.4777113Z 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:14:15.4787302Z 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:14:15.4797519Z 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:14:15.4807842Z 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:14:15.4818704Z 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:14:15.4828835Z 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:14:15.4839112Z 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:14:15.4849399Z 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:14:15.4859363Z 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:14:15.4878235Z test_non_contig_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.4899549Z test_non_contig_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.4920597Z test_non_contig_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.4940788Z test_non_contig_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.4960909Z test_non_contig_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.4981176Z test_non_contig_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.5001111Z test_non_contig_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.5021657Z test_non_contig_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.5041631Z test_non_contig_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.5062951Z test_non_contig_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.5083935Z test_non_contig_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.5104103Z test_non_contig_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.5124207Z test_non_contig_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.5144347Z test_non_contig_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.5164326Z test_non_contig_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.5184614Z test_non_contig_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.5204475Z test_non_contig_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.5225714Z test_non_contig_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.5246735Z test_non_contig_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.5266946Z test_non_contig_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.5287147Z test_non_contig_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.5307355Z test_non_contig_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.5327615Z test_non_contig_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.5347953Z test_non_contig_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.5360075Z 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:14:15.5371267Z 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:14:15.5382872Z 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:14:15.5394147Z 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:14:15.5405498Z 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:14:15.5417078Z 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:14:15.5428480Z 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:14:15.5439812Z 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:14:15.5451350Z 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:14:15.5462776Z 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:14:15.5473670Z 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:14:15.5483817Z 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:14:15.5494235Z 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:14:15.5504433Z 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:14:15.5514688Z 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:14:15.5524872Z 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:14:15.5535369Z 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:14:15.5545496Z 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:14:15.5555697Z 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:14:15.5565983Z 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:14:15.5576140Z 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:14:15.5585995Z 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:14:15.5596507Z 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:14:15.5606535Z 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:14:15.5616752Z 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:14:15.5627019Z 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:14:15.5637174Z 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:14:15.5647517Z 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:14:15.5657786Z 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:14:15.5668073Z 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:14:15.5678366Z 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:14:15.5688597Z 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:14:15.5699225Z 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:14:15.5709317Z 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:14:15.5719678Z 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:14:15.5730115Z 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:14:15.5740803Z 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:14:15.5750986Z 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:14:15.5761132Z 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:14:15.5771626Z 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:14:15.5793779Z test_non_contig_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.5814925Z test_non_contig_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.5837080Z test_non_contig_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.5858413Z test_non_contig_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.5879320Z test_non_contig_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.5899604Z test_non_contig_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.5919903Z test_non_contig_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.5940388Z test_non_contig_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.5960478Z test_non_contig_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.5980734Z test_non_contig_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.6000560Z test_non_contig_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.6024874Z test_non_contig_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.6049262Z test_non_contig_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.6071734Z test_non_contig_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.6094508Z test_non_contig_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.6117478Z test_non_contig_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.6140030Z test_non_contig_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.6168856Z test_non_contig_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:15.6189563Z test_non_contig_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.6212986Z test_non_contig_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.6238411Z test_non_contig_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.6260967Z test_non_contig_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.6282191Z test_non_contig_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.6303946Z test_non_contig_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.6324571Z test_non_contig_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.6342907Z test_non_contig_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.6361090Z test_non_contig_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.6379439Z test_non_contig_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.6396885Z test_non_contig_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.6414647Z test_non_contig_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.6435224Z test_non_contig_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.6455921Z test_non_contig_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.6479249Z test_non_contig_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.6502841Z test_non_contig_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.6524553Z test_non_contig_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.6546101Z test_non_contig_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.6567294Z test_non_contig_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.6587957Z test_non_contig_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.6608421Z test_non_contig_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.6628787Z test_non_contig_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.6649293Z test_non_contig_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.6669651Z test_non_contig_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.6690735Z test_non_contig_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.6710637Z test_non_contig_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.6732348Z test_non_contig_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.6753283Z test_non_contig_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.6774931Z test_non_contig_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.6794876Z test_non_contig_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.6815201Z test_non_contig_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.6835274Z test_non_contig_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.6855477Z test_non_contig_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.6875031Z test_non_contig_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:15.7080933Z test_not_broadcastable___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:14:15.7273373Z test_not_broadcastable___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:14:15.7466858Z test_not_broadcastable___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:14:15.7656360Z test_not_broadcastable___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:14:15.7865724Z test_not_broadcastable___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:14:15.8113150Z test_not_broadcastable___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:14:15.8316052Z test_not_broadcastable_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:14:15.8526020Z test_not_broadcastable_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:14:15.8717414Z test_not_broadcastable_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:14:15.8908744Z test_not_broadcastable_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:14:15.9113132Z test_not_broadcastable_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:14:15.9305560Z test_not_broadcastable_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:14:15.9498290Z test_not_broadcastable_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:14:15.9691066Z test_not_broadcastable_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:14:15.9889409Z test_not_broadcastable_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:14:16.0099525Z test_not_broadcastable_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:14:16.0358537Z test_not_broadcastable_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:14:16.0559877Z test_not_broadcastable_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:14:16.0749845Z test_not_broadcastable_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:14:16.0940461Z test_not_broadcastable_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:14:16.1133131Z test_not_broadcastable_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:14:16.1322097Z test_not_broadcastable_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:14:16.1511551Z test_not_broadcastable_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:14:16.1701508Z test_not_broadcastable_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:14:16.1891325Z test_not_broadcastable_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:14:16.2079114Z test_not_broadcastable_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:14:16.2270099Z test_not_broadcastable_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:14:16.2503214Z test_not_broadcastable_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:14:16.2516001Z test_not_broadcastable_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:16.2528068Z test_not_broadcastable_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:16.2760756Z test_not_broadcastable_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:14:16.2948660Z test_not_broadcastable_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:14:16.3173386Z test_not_broadcastable_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:14:16.3394845Z test_not_broadcastable_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:14:16.3621683Z test_not_broadcastable_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:14:16.3810740Z test_not_broadcastable_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:14:16.4060477Z test_not_broadcastable_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:14:16.4265939Z test_not_broadcastable_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:14:16.4517183Z test_not_broadcastable_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:14:16.4723854Z test_not_broadcastable_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:14:16.4911784Z test_not_broadcastable_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:14:16.5100262Z test_not_broadcastable_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:14:16.5288841Z test_not_broadcastable_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:14:16.5508261Z test_not_broadcastable_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:14:16.5713610Z test_not_broadcastable_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:14:16.5906125Z test_not_broadcastable_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:14:16.6152113Z test_not_broadcastable_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:14:16.6344200Z test_not_broadcastable_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:14:16.6531401Z test_not_broadcastable_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:14:16.6540339Z 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:14:16.6548431Z 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:14:16.6736489Z test_not_broadcastable_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:14:16.6924357Z test_not_broadcastable_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:14:16.7114644Z test_not_broadcastable_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:14:16.7123170Z 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:14:16.7132416Z 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:14:16.7140403Z 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:14:16.7149130Z 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:14:16.7157738Z 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:14:16.7366800Z test_not_broadcastable_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:14:16.7556461Z test_not_broadcastable_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:14:16.7760022Z test_not_broadcastable_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:14:16.7992853Z test_not_broadcastable_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:14:16.8198949Z test_not_broadcastable_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:14:16.8226722Z test_out_resize_warning_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:16.8674858Z test_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:14:16.9168846Z test_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:14:16.9657683Z test_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:14:16.9927902Z test_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:14:17.0387489Z test_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:14:17.0831770Z test_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:14:17.1312231Z test_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:14:17.1787705Z test_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:14:17.2260465Z test_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:14:17.2732993Z test_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:14:17.3206925Z test_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:14:17.3217517Z test_pow_cuda_complex_extremal_failing_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:17.3227075Z test_pow_cuda_complex_extremal_failing_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:17.3391760Z test_pow_inplace_resizing_exception_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:17.3417200Z test_pow_scalar_base_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:17.3563270Z test_pow_scalar_overloads_mem_overlap_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:14:17.3580671Z 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:14:17.3581435Z out=torch.tensor(0, dtype=torch.int64, device=device), 2022-09-27T16:14:17.3582124Z 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:14:17.3582919Z out=torch.tensor(0, dtype=torch.int64, device=device), 2022-09-27T16:14:17.3584891Z ok (0.002s) 2022-09-27T16:14:17.3601005Z test_rdiv_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:17.3617280Z test_rdiv_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:17.3632318Z test_rdiv_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:17.3646534Z test_rdiv_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:17.3661186Z test_rdiv_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:17.3676368Z test_rdiv_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:17.3691811Z test_rdiv_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:17.3707137Z test_rdiv_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:17.3722497Z test_rdiv_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:17.4065420Z test_reference_numerics_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:14:17.4331538Z test_reference_numerics_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:14:17.5224553Z test_reference_numerics_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.089s) 2022-09-27T16:14:17.6493164Z test_reference_numerics_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.127s) 2022-09-27T16:14:17.7019133Z test_reference_numerics_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:14:17.7711215Z test_reference_numerics_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.069s) 2022-09-27T16:14:17.8010446Z test_reference_numerics_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:14:17.8410914Z test_reference_numerics_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:14:17.8653993Z test_reference_numerics_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:17.8919110Z test_reference_numerics_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:14:17.9181384Z test_reference_numerics_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:14:17.9430343Z test_reference_numerics_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:14:17.9685916Z test_reference_numerics_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:14:17.9913616Z test_reference_numerics_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:14:18.0153418Z test_reference_numerics_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:18.0404327Z test_reference_numerics_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:14:18.0585314Z test_reference_numerics_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:14:18.0844753Z test_reference_numerics_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:14:18.1076559Z test_reference_numerics_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:14:18.1306977Z test_reference_numerics_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:14:18.1545579Z test_reference_numerics_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:18.1790221Z test_reference_numerics_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:18.1977560Z test_reference_numerics_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:14:18.2228316Z test_reference_numerics_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:14:18.2455374Z test_reference_numerics_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:14:18.2699851Z test_reference_numerics_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:18.2932916Z test_reference_numerics_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:14:18.3179342Z test_reference_numerics_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:14:18.3437359Z test_reference_numerics_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:14:18.3685475Z test_reference_numerics_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:14:18.3923530Z test_reference_numerics_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:18.4263864Z test_reference_numerics_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:14:18.4524461Z test_reference_numerics_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:14:18.5224270Z test_reference_numerics_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.070s) 2022-09-27T16:14:18.5565819Z test_reference_numerics_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:14:18.5992597Z test_reference_numerics_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:14:18.6253786Z test_reference_numerics_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:14:18.6507533Z test_reference_numerics_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:14:18.6692324Z test_reference_numerics_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:14:18.6943284Z test_reference_numerics_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:14:18.7184671Z test_reference_numerics_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:18.7542817Z test_reference_numerics_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:14:18.7800263Z test_reference_numerics_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:14:18.8493126Z test_reference_numerics_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.069s) 2022-09-27T16:14:18.8846739Z test_reference_numerics_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:14:18.9193787Z test_reference_numerics_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:14:18.9456604Z test_reference_numerics_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:14:18.9758009Z test_reference_numerics_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:14:19.0028970Z test_reference_numerics_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:14:19.0295554Z test_reference_numerics_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:14:19.0549184Z test_reference_numerics_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:14:19.0761633Z test_reference_numerics_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:14:19.1033889Z test_reference_numerics_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:14:19.1549324Z test_reference_numerics_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:14:19.2507304Z test_reference_numerics_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.096s) 2022-09-27T16:14:19.2833056Z test_reference_numerics_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:14:19.3345382Z test_reference_numerics_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:14:19.3505712Z test_reference_numerics_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:19.3993343Z test_reference_numerics_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:14:19.4265888Z test_reference_numerics_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:14:19.4508421Z test_reference_numerics_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:19.4696872Z test_reference_numerics_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:14:19.4959283Z test_reference_numerics_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:14:19.5188459Z test_reference_numerics_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:14:19.5222450Z 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:14:19.5223225Z ref=lambda input, other, *, alpha=1: np.add(input, other) if alpha == 1 \ 2022-09-27T16:14:19.5242458Z ok (0.006s) 2022-09-27T16:14:19.5250044Z test_reference_numerics_extremal_values_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:14:19.5256219Z test_reference_numerics_extremal_values_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:14:19.5293553Z test_reference_numerics_extremal_values_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:14:19.5320659Z test_reference_numerics_extremal_values_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:19.5348873Z test_reference_numerics_extremal_values_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:19.5377244Z test_reference_numerics_extremal_values_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:19.5414570Z test_reference_numerics_extremal_values_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:14:19.5441258Z test_reference_numerics_extremal_values_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:19.5469216Z test_reference_numerics_extremal_values_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:19.5497464Z test_reference_numerics_extremal_values_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:19.5534746Z test_reference_numerics_extremal_values_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:14:19.5561873Z test_reference_numerics_extremal_values_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:19.5590210Z test_reference_numerics_extremal_values_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:19.5611904Z test_reference_numerics_extremal_values_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:19.5645044Z test_reference_numerics_extremal_values_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:19.5675421Z test_reference_numerics_extremal_values_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:19.5706815Z test_reference_numerics_extremal_values_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:19.5726971Z test_reference_numerics_extremal_values_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:19.5749721Z test_reference_numerics_extremal_values_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:19.5783042Z 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:14:19.5783672Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:14:19.5784146Z test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in float_power 2022-09-27T16:14:19.5784604Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:14:19.5788297Z ok (0.004s) 2022-09-27T16:14:19.5794987Z test_reference_numerics_extremal_values_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:14:19.5801135Z test_reference_numerics_extremal_values_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:14:19.5848005Z test_reference_numerics_extremal_values_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:14:19.5885343Z test_reference_numerics_extremal_values_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:14:19.5922627Z test_reference_numerics_extremal_values_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:14:19.5929760Z test_reference_numerics_extremal_values_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:14:19.5935460Z test_reference_numerics_extremal_values_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:14:19.5947833Z 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:14:19.5948586Z return np.floor_divide(a, b) 2022-09-27T16:14:19.5972062Z ok (0.004s) 2022-09-27T16:14:19.6020528Z test_reference_numerics_extremal_values_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:14:19.6031642Z test_reference_numerics_extremal_values_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in fmod 2022-09-27T16:14:19.6032249Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:14:19.6054806Z ok (0.003s) 2022-09-27T16:14:19.6102068Z test_reference_numerics_extremal_values_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:14:19.6135476Z test_reference_numerics_extremal_values_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:19.6186364Z test_reference_numerics_extremal_values_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:14:19.6198089Z 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:14:19.6198733Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:14:19.6210141Z ok (0.002s) 2022-09-27T16:14:19.6242155Z test_reference_numerics_extremal_values_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:19.6265858Z test_reference_numerics_extremal_values_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:19.6288714Z test_reference_numerics_extremal_values_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:19.6299652Z test_reference_numerics_extremal_values_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in greater 2022-09-27T16:14:19.6300237Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:14:19.6311508Z ok (0.002s) 2022-09-27T16:14:19.6343888Z test_reference_numerics_extremal_values_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:19.6364755Z test_reference_numerics_extremal_values_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:19.6387907Z test_reference_numerics_extremal_values_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:19.6394780Z test_reference_numerics_extremal_values_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:14:19.6400690Z test_reference_numerics_extremal_values_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:14:19.6407049Z test_reference_numerics_extremal_values_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:14:19.6413729Z test_reference_numerics_extremal_values_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:14:19.6419257Z test_reference_numerics_extremal_values_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:14:19.6425122Z test_reference_numerics_extremal_values_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:14:19.6431093Z test_reference_numerics_extremal_values_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:14:19.6436975Z test_reference_numerics_extremal_values_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:14:19.6442967Z test_reference_numerics_extremal_values_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:14:19.6448931Z test_reference_numerics_extremal_values_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:14:19.6459455Z test_reference_numerics_extremal_values_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:19.6468592Z test_reference_numerics_extremal_values_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:19.6478221Z test_reference_numerics_extremal_values_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:19.6487976Z test_reference_numerics_extremal_values_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:19.6497807Z test_reference_numerics_extremal_values_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:19.6507469Z test_reference_numerics_extremal_values_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:19.6517439Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:19.6527610Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:19.6537658Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:19.6548007Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:19.6557440Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:19.6567440Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:19.6578896Z 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:14:19.6579499Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:14:19.6592253Z ok (0.002s) 2022-09-27T16:14:19.6625591Z test_reference_numerics_extremal_values_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:19.6646749Z test_reference_numerics_extremal_values_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:19.6670482Z test_reference_numerics_extremal_values_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:19.6693051Z test_reference_numerics_extremal_values_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:19.6728577Z test_reference_numerics_extremal_values_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:19.6759123Z test_reference_numerics_extremal_values_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:19.6791121Z test_reference_numerics_extremal_values_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:19.6812658Z test_reference_numerics_extremal_values_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:19.6835741Z test_reference_numerics_extremal_values_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:19.6859069Z test_reference_numerics_extremal_values_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:19.6893922Z test_reference_numerics_extremal_values_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:19.6924265Z test_reference_numerics_extremal_values_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:19.6955235Z test_reference_numerics_extremal_values_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:19.6977024Z test_reference_numerics_extremal_values_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:19.6999740Z test_reference_numerics_extremal_values_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:19.7021995Z test_reference_numerics_extremal_values_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:19.7055716Z test_reference_numerics_extremal_values_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:19.7086319Z test_reference_numerics_extremal_values_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:19.7117165Z test_reference_numerics_extremal_values_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:19.7138197Z test_reference_numerics_extremal_values_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:19.7160790Z test_reference_numerics_extremal_values_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:19.7171845Z test_reference_numerics_extremal_values_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in less 2022-09-27T16:14:19.7172205Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:14:19.7183373Z ok (0.002s) 2022-09-27T16:14:19.7214837Z test_reference_numerics_extremal_values_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:19.7234849Z test_reference_numerics_extremal_values_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:19.7257401Z test_reference_numerics_extremal_values_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:19.7285356Z test_reference_numerics_extremal_values_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:19.7322912Z test_reference_numerics_extremal_values_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:14:19.7349158Z test_reference_numerics_extremal_values_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:19.7377103Z test_reference_numerics_extremal_values_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:19.7405035Z test_reference_numerics_extremal_values_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:19.7441949Z test_reference_numerics_extremal_values_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:14:19.7468406Z test_reference_numerics_extremal_values_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:19.7496150Z test_reference_numerics_extremal_values_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:19.7528632Z test_reference_numerics_extremal_values_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:19.7565315Z test_reference_numerics_extremal_values_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:14:19.7591885Z test_reference_numerics_extremal_values_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:19.7620712Z test_reference_numerics_extremal_values_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:19.7648420Z test_reference_numerics_extremal_values_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:19.7685307Z test_reference_numerics_extremal_values_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:14:19.7712427Z test_reference_numerics_extremal_values_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:19.7740266Z test_reference_numerics_extremal_values_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:19.7762921Z test_reference_numerics_extremal_values_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:19.7796203Z test_reference_numerics_extremal_values_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:19.7826640Z test_reference_numerics_extremal_values_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:19.7857918Z test_reference_numerics_extremal_values_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:19.7878112Z test_reference_numerics_extremal_values_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:19.7900837Z test_reference_numerics_extremal_values_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:19.7927940Z 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:14:19.7928628Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:14:19.7928913Z test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in power 2022-09-27T16:14:19.7929345Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:14:19.7933739Z ok (0.003s) 2022-09-27T16:14:19.7940670Z test_reference_numerics_extremal_values_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:14:19.7946689Z test_reference_numerics_extremal_values_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:14:19.7983391Z test_reference_numerics_extremal_values_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: overflow encountered in power 2022-09-27T16:14:19.7983808Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:14:19.7988199Z ok (0.004s) 2022-09-27T16:14:19.8018953Z test_reference_numerics_extremal_values_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:19.8055085Z test_reference_numerics_extremal_values_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:14:19.8065785Z test_reference_numerics_extremal_values_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in remainder 2022-09-27T16:14:19.8066215Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:14:19.8090559Z ok (0.003s) 2022-09-27T16:14:19.8135025Z test_reference_numerics_extremal_values_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:14:19.8167135Z test_reference_numerics_extremal_values_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:19.8213073Z test_reference_numerics_extremal_values_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:14:19.8224239Z 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:14:19.8224750Z ref=lambda input, other, *, alpha=1: np.subtract(input, np.multiply(alpha, other)), 2022-09-27T16:14:19.8240983Z ok (0.003s) 2022-09-27T16:14:19.8252958Z 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:14:19.8253463Z ref=lambda input, other, *, alpha=1: np.subtract(input, np.multiply(alpha, other)), 2022-09-27T16:14:19.8296580Z ok (0.005s) 2022-09-27T16:14:19.8348558Z test_reference_numerics_extremal_values_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:14:19.8386318Z test_reference_numerics_extremal_values_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:14:19.8412134Z test_reference_numerics_extremal_values_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:19.8438503Z test_reference_numerics_extremal_values_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:19.9271718Z test_reference_numerics_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.083s) 2022-09-27T16:14:19.9812632Z test_reference_numerics_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:14:20.2168894Z test_reference_numerics_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.236s) 2022-09-27T16:14:20.4426497Z test_reference_numerics_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.226s) 2022-09-27T16:14:20.5630076Z test_reference_numerics_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.120s) 2022-09-27T16:14:20.6510350Z test_reference_numerics_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.088s) 2022-09-27T16:14:20.7428211Z test_reference_numerics_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.092s) 2022-09-27T16:14:20.8172333Z test_reference_numerics_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.074s) 2022-09-27T16:14:20.8913276Z test_reference_numerics_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.074s) 2022-09-27T16:14:20.9691403Z test_reference_numerics_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.078s) 2022-09-27T16:14:21.0435178Z test_reference_numerics_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.074s) 2022-09-27T16:14:21.1119621Z test_reference_numerics_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-09-27T16:14:21.1125417Z test_reference_numerics_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:14:21.2166032Z test_reference_numerics_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.104s) 2022-09-27T16:14:21.2710459Z test_reference_numerics_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:14:21.3416284Z test_reference_numerics_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.070s) 2022-09-27T16:14:21.3829590Z test_reference_numerics_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:14:21.4219175Z test_reference_numerics_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:14:21.4698004Z test_reference_numerics_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:14:21.5058801Z test_reference_numerics_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:14:21.5346351Z test_reference_numerics_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:14:21.5350694Z test_reference_numerics_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:21.6206786Z test_reference_numerics_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.085s) 2022-09-27T16:14:21.6700503Z test_reference_numerics_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:14:21.7142117Z test_reference_numerics_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:14:21.7428507Z test_reference_numerics_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:14:21.7717347Z test_reference_numerics_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:14:21.8065621Z test_reference_numerics_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:14:21.8351119Z test_reference_numerics_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:14:21.8614546Z test_reference_numerics_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:14:21.9086461Z test_reference_numerics_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:14:21.9554088Z test_reference_numerics_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:14:22.0035194Z test_reference_numerics_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:14:22.0501195Z test_reference_numerics_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:14:22.0938697Z test_reference_numerics_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:14:22.1145028Z test_reference_numerics_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:14:22.1385888Z test_reference_numerics_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:22.1951472Z test_reference_numerics_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:14:22.2111113Z test_reference_numerics_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:22.2439765Z test_reference_numerics_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:14:22.2689687Z test_reference_numerics_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:14:22.2931691Z test_reference_numerics_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:22.3115589Z test_reference_numerics_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:14:22.3359317Z test_reference_numerics_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:22.3606610Z test_reference_numerics_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:14:22.3823255Z test_reference_numerics_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:14:22.4091629Z test_reference_numerics_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:14:22.4663793Z test_reference_numerics_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:14:22.4835038Z test_reference_numerics_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:14:22.5326010Z test_reference_numerics_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:14:22.5602639Z test_reference_numerics_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:14:22.5849608Z test_reference_numerics_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:14:22.6044959Z test_reference_numerics_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:14:22.6293551Z test_reference_numerics_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:14:22.6524900Z test_reference_numerics_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:14:22.6898129Z test_reference_numerics_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:14:22.7472279Z test_reference_numerics_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:14:22.8230455Z test_reference_numerics_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.076s) 2022-09-27T16:14:22.8603392Z test_reference_numerics_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:14:22.9048083Z test_reference_numerics_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:14:22.9377166Z test_reference_numerics_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:14:22.9750796Z test_reference_numerics_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:14:23.0079339Z test_reference_numerics_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:14:23.0537818Z test_reference_numerics_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:14:23.0967235Z test_reference_numerics_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:14:23.1275823Z test_reference_numerics_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:14:23.1644774Z test_reference_numerics_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:14:23.2597263Z test_reference_numerics_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:14:23.3044342Z test_reference_numerics_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:14:23.4432080Z test_reference_numerics_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.139s) 2022-09-27T16:14:23.4647326Z test_reference_numerics_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:14:23.5040112Z test_reference_numerics_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:14:23.5364537Z test_reference_numerics_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:14:23.5686589Z test_reference_numerics_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:14:23.5940623Z test_reference_numerics_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:14:23.6254960Z test_reference_numerics_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:14:23.6569949Z test_reference_numerics_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:14:23.6579421Z test_reference_numerics_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:23.6588249Z test_reference_numerics_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:23.6595390Z test_reference_numerics_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:23.6602802Z test_reference_numerics_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:23.6611161Z test_reference_numerics_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:23.6619646Z test_reference_numerics_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:23.6627943Z test_reference_numerics_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:23.6636682Z test_reference_numerics_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:23.6645051Z test_reference_numerics_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:23.6652778Z test_reference_numerics_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:23.6660388Z test_reference_numerics_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:23.6667906Z test_reference_numerics_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:23.6675694Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:23.6683373Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:23.6691215Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:23.6698916Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:23.6706619Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:23.6714406Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:23.6722181Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:23.6730185Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:23.6737873Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:23.6745628Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:23.6753419Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:23.6761149Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:23.6815551Z test_reference_numerics_large_values_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:14:23.6844104Z test_reference_numerics_large_values_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:23.6873596Z test_reference_numerics_large_values_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:23.6906100Z test_reference_numerics_large_values_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:23.6947533Z test_reference_numerics_large_values_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:14:23.6988651Z test_reference_numerics_large_values_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:14:23.7005433Z test_reference_numerics_large_values_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:23.7021951Z test_reference_numerics_large_values_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:23.7037412Z test_reference_numerics_large_values_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:23.7053986Z test_reference_numerics_large_values_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:23.7069787Z test_reference_numerics_large_values_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:23.7085292Z test_reference_numerics_large_values_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:23.7101871Z test_reference_numerics_large_values_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:23.7118724Z test_reference_numerics_large_values_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:23.7135027Z test_reference_numerics_large_values_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:23.7150993Z test_reference_numerics_large_values_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:23.7166883Z test_reference_numerics_large_values_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:23.7182877Z test_reference_numerics_large_values_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:23.7234939Z test_reference_numerics_large_values_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:14:23.7266351Z test_reference_numerics_large_values_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:23.7306810Z test_reference_numerics_large_values_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:14:23.7346931Z test_reference_numerics_large_values_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:14:23.7363523Z test_reference_numerics_large_values_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:23.7380192Z test_reference_numerics_large_values_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:23.7395677Z test_reference_numerics_large_values_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:23.7446898Z test_reference_numerics_large_values_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:14:23.7478386Z test_reference_numerics_large_values_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:23.7518277Z test_reference_numerics_large_values_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:14:23.7559104Z test_reference_numerics_large_values_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:14:23.7576055Z test_reference_numerics_large_values_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:23.7592107Z test_reference_numerics_large_values_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:23.7608550Z test_reference_numerics_large_values_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:23.7646240Z test_reference_numerics_large_values_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:14:23.7671929Z test_reference_numerics_large_values_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:23.7696530Z test_reference_numerics_large_values_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:23.7721551Z test_reference_numerics_large_values_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:23.7751389Z test_reference_numerics_large_values_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:23.7781824Z test_reference_numerics_large_values_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:23.7797158Z test_reference_numerics_large_values_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:23.7812642Z test_reference_numerics_large_values_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:23.7828484Z test_reference_numerics_large_values_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:23.7840506Z 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:14:23.7841118Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:14:23.7875640Z ok (0.005s) 2022-09-27T16:14:23.7882874Z test_reference_numerics_large_values_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:14:23.7889170Z test_reference_numerics_large_values_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:14:23.7918317Z test_reference_numerics_large_values_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:23.7959557Z test_reference_numerics_large_values_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:14:23.7998808Z test_reference_numerics_large_values_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:14:23.8018819Z test_reference_numerics_large_values_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:23.8038239Z test_reference_numerics_large_values_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:23.8058596Z test_reference_numerics_large_values_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:23.8065584Z test_reference_numerics_large_values_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:14:23.8097805Z test_reference_numerics_large_values_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:23.8142437Z test_reference_numerics_large_values_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:14:23.8185542Z test_reference_numerics_large_values_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:14:23.8202211Z test_reference_numerics_large_values_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:23.8218910Z test_reference_numerics_large_values_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:23.8234765Z test_reference_numerics_large_values_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:23.8284481Z test_reference_numerics_large_values_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:14:23.8314648Z test_reference_numerics_large_values_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:23.8355972Z test_reference_numerics_large_values_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:14:23.8397576Z test_reference_numerics_large_values_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:14:23.8413932Z test_reference_numerics_large_values_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:23.8430164Z test_reference_numerics_large_values_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:23.8446386Z test_reference_numerics_large_values_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:23.8462635Z test_reference_numerics_large_values_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:23.8478608Z test_reference_numerics_large_values_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:23.8494481Z test_reference_numerics_large_values_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:23.8531333Z test_reference_numerics_large_values_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:14:23.8555527Z test_reference_numerics_large_values_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:23.8585660Z test_reference_numerics_large_values_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:23.8615144Z test_reference_numerics_large_values_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:23.8630183Z test_reference_numerics_large_values_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:23.8645203Z test_reference_numerics_large_values_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:23.8660349Z test_reference_numerics_large_values_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:23.8697458Z test_reference_numerics_large_values_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:14:23.8722242Z test_reference_numerics_large_values_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:23.8752233Z test_reference_numerics_large_values_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:23.8782187Z test_reference_numerics_large_values_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:23.8797374Z test_reference_numerics_large_values_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:23.8812713Z test_reference_numerics_large_values_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:23.8827709Z test_reference_numerics_large_values_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:23.8876513Z test_reference_numerics_large_values_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:14:23.8906086Z test_reference_numerics_large_values_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:23.8947077Z test_reference_numerics_large_values_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:14:23.8986009Z test_reference_numerics_large_values_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:14:23.9003112Z test_reference_numerics_large_values_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:23.9021062Z test_reference_numerics_large_values_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:23.9036811Z test_reference_numerics_large_values_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:23.9075262Z test_reference_numerics_large_values_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:14:23.9105000Z test_reference_numerics_large_values_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:23.9131979Z test_reference_numerics_large_values_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:23.9157142Z test_reference_numerics_large_values_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:23.9188775Z test_reference_numerics_large_values_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:23.9220724Z test_reference_numerics_large_values_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:23.9237488Z test_reference_numerics_large_values_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:23.9255094Z test_reference_numerics_large_values_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:23.9271995Z test_reference_numerics_large_values_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:23.9282105Z test_reference_numerics_large_values_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:23.9292004Z test_reference_numerics_large_values_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:23.9301712Z test_reference_numerics_large_values_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:23.9311407Z test_reference_numerics_large_values_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:23.9321156Z test_reference_numerics_large_values_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:23.9331058Z test_reference_numerics_large_values_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:23.9340797Z test_reference_numerics_large_values_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:23.9350500Z test_reference_numerics_large_values_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:23.9360256Z test_reference_numerics_large_values_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:23.9370174Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:23.9380012Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:23.9389780Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:23.9399562Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:23.9409525Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:23.9419289Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:23.9428918Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:23.9438765Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:23.9448496Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:23.9465051Z test_reference_numerics_large_values_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:23.9481033Z test_reference_numerics_large_values_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:23.9496996Z test_reference_numerics_large_values_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:23.9534002Z test_reference_numerics_large_values_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:14:23.9558367Z test_reference_numerics_large_values_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:23.9588058Z test_reference_numerics_large_values_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:23.9617876Z test_reference_numerics_large_values_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:23.9633042Z test_reference_numerics_large_values_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:23.9648059Z test_reference_numerics_large_values_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:23.9663370Z test_reference_numerics_large_values_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:23.9700938Z test_reference_numerics_large_values_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:14:23.9724610Z test_reference_numerics_large_values_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:23.9747493Z test_reference_numerics_large_values_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:23.9771666Z test_reference_numerics_large_values_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:23.9801054Z test_reference_numerics_large_values_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:23.9830570Z test_reference_numerics_large_values_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:23.9845708Z test_reference_numerics_large_values_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:23.9861036Z test_reference_numerics_large_values_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:23.9876193Z test_reference_numerics_large_values_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:23.9912863Z test_reference_numerics_large_values_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:14:23.9935802Z test_reference_numerics_large_values_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:23.9958426Z test_reference_numerics_large_values_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:23.9982960Z test_reference_numerics_large_values_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:24.0012734Z test_reference_numerics_large_values_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:24.0042217Z test_reference_numerics_large_values_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:24.0057689Z test_reference_numerics_large_values_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:24.0072940Z test_reference_numerics_large_values_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:24.0088256Z test_reference_numerics_large_values_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:24.0124920Z test_reference_numerics_large_values_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:14:24.0148409Z test_reference_numerics_large_values_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:24.0172009Z test_reference_numerics_large_values_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:24.0196248Z test_reference_numerics_large_values_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:24.0226212Z test_reference_numerics_large_values_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:24.0256075Z test_reference_numerics_large_values_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:24.0271816Z test_reference_numerics_large_values_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:24.0286703Z test_reference_numerics_large_values_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:24.0302027Z test_reference_numerics_large_values_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:24.0338521Z test_reference_numerics_large_values_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:14:24.0362684Z test_reference_numerics_large_values_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:24.0393354Z test_reference_numerics_large_values_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:24.0423082Z test_reference_numerics_large_values_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:24.0438159Z test_reference_numerics_large_values_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:24.0453574Z test_reference_numerics_large_values_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:24.0468512Z test_reference_numerics_large_values_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:24.0519222Z test_reference_numerics_large_values_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:14:24.0549991Z test_reference_numerics_large_values_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:24.0591612Z test_reference_numerics_large_values_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:14:24.0631935Z test_reference_numerics_large_values_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:14:24.0648245Z test_reference_numerics_large_values_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:24.0663958Z test_reference_numerics_large_values_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:24.0679221Z test_reference_numerics_large_values_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:24.0728697Z test_reference_numerics_large_values_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:14:24.0759062Z test_reference_numerics_large_values_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:24.0798809Z test_reference_numerics_large_values_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:14:24.0839114Z test_reference_numerics_large_values_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:14:24.0855969Z test_reference_numerics_large_values_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:24.0871505Z test_reference_numerics_large_values_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:24.0887033Z test_reference_numerics_large_values_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:24.0938347Z test_reference_numerics_large_values_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:14:24.0968843Z test_reference_numerics_large_values_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:24.1010072Z test_reference_numerics_large_values_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:14:24.1050100Z test_reference_numerics_large_values_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:14:24.1066483Z test_reference_numerics_large_values_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:24.1082267Z test_reference_numerics_large_values_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:24.1098106Z test_reference_numerics_large_values_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:24.1148666Z test_reference_numerics_large_values_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:14:24.1180121Z test_reference_numerics_large_values_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:24.1219876Z test_reference_numerics_large_values_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:14:24.1260193Z test_reference_numerics_large_values_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:14:24.1276557Z test_reference_numerics_large_values_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:24.1292955Z test_reference_numerics_large_values_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:24.1308090Z test_reference_numerics_large_values_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:24.1344617Z test_reference_numerics_large_values_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:14:24.1368692Z test_reference_numerics_large_values_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:24.1391924Z test_reference_numerics_large_values_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:24.1416529Z test_reference_numerics_large_values_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:24.1446251Z test_reference_numerics_large_values_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:24.1475942Z test_reference_numerics_large_values_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:24.1491642Z test_reference_numerics_large_values_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:24.1507004Z test_reference_numerics_large_values_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:24.1522070Z test_reference_numerics_large_values_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:24.1567918Z test_reference_numerics_large_values_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:14:24.1574429Z test_reference_numerics_large_values_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:14:24.1581052Z test_reference_numerics_large_values_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:14:24.1610383Z test_reference_numerics_large_values_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:24.1650911Z test_reference_numerics_large_values_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:14:24.1691323Z test_reference_numerics_large_values_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:14:24.1703390Z test_reference_numerics_large_values_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.001s) 2022-09-27T16:14:24.1715417Z test_reference_numerics_large_values_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.001s) 2022-09-27T16:14:24.1727277Z test_reference_numerics_large_values_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.001s) 2022-09-27T16:14:24.1777299Z test_reference_numerics_large_values_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:14:24.1807817Z test_reference_numerics_large_values_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:24.1850052Z test_reference_numerics_large_values_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:14:24.1891651Z test_reference_numerics_large_values_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:14:24.1908776Z test_reference_numerics_large_values_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:24.1924858Z test_reference_numerics_large_values_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:24.1941157Z test_reference_numerics_large_values_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:24.1992061Z test_reference_numerics_large_values_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:14:24.2019934Z test_reference_numerics_large_values_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:24.2047458Z test_reference_numerics_large_values_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:24.2078745Z test_reference_numerics_large_values_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:24.2120158Z test_reference_numerics_large_values_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:14:24.2160546Z test_reference_numerics_large_values_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:14:24.2177108Z test_reference_numerics_large_values_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:24.2193476Z test_reference_numerics_large_values_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:24.2209933Z test_reference_numerics_large_values_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:24.2683617Z test_reference_numerics_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:14:24.3161602Z test_reference_numerics_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:14:24.3702562Z test_reference_numerics_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:14:24.4178854Z test_reference_numerics_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:14:24.4636435Z test_reference_numerics_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:14:24.4821136Z test_reference_numerics_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:14:24.5058931Z test_reference_numerics_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:24.5619389Z test_reference_numerics_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:14:24.5764377Z test_reference_numerics_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:14:24.5973729Z test_reference_numerics_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:14:24.6209636Z test_reference_numerics_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:14:24.6444136Z test_reference_numerics_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:14:24.6605870Z test_reference_numerics_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:24.6834000Z test_reference_numerics_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:14:24.7061518Z test_reference_numerics_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:14:24.7257389Z test_reference_numerics_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:14:24.7487566Z test_reference_numerics_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:14:24.7909743Z test_reference_numerics_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:14:24.8167512Z test_reference_numerics_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:14:24.8635375Z test_reference_numerics_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:14:24.8785725Z test_reference_numerics_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:14:24.8999422Z test_reference_numerics_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:14:24.9234012Z test_reference_numerics_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:14:24.9468140Z test_reference_numerics_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:14:24.9632979Z test_reference_numerics_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:24.9868012Z test_reference_numerics_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:14:25.0098740Z test_reference_numerics_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:14:25.0294391Z test_reference_numerics_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:14:25.0528525Z test_reference_numerics_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:14:25.0983824Z test_reference_numerics_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:14:25.1240174Z test_reference_numerics_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:14:25.1696745Z test_reference_numerics_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:14:25.1847030Z test_reference_numerics_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:14:25.2060042Z test_reference_numerics_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:14:25.2292597Z test_reference_numerics_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:14:25.2525935Z test_reference_numerics_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:14:25.2694352Z test_reference_numerics_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:14:25.2927319Z test_reference_numerics_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:14:25.3157219Z test_reference_numerics_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:14:25.3353189Z test_reference_numerics_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:14:25.3590656Z test_reference_numerics_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:25.4051115Z test_reference_numerics_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:14:25.4316091Z test_reference_numerics_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:14:25.4784111Z test_reference_numerics_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:14:25.4937288Z test_reference_numerics_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:14:25.5155557Z test_reference_numerics_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:14:25.5394307Z test_reference_numerics_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:25.5632753Z test_reference_numerics_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:25.5802653Z test_reference_numerics_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:14:25.6043433Z test_reference_numerics_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:25.6279018Z test_reference_numerics_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:14:25.6467668Z test_reference_numerics_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:14:25.6704828Z test_reference_numerics_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:25.7263537Z test_reference_numerics_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:14:25.7406153Z test_reference_numerics_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:14:25.7614280Z test_reference_numerics_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:14:25.7846167Z test_reference_numerics_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:14:25.8078443Z test_reference_numerics_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:14:25.8241711Z test_reference_numerics_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:25.8470160Z test_reference_numerics_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:14:25.8696932Z test_reference_numerics_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:14:25.9002121Z test_reference_numerics_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:14:25.9235091Z test_reference_numerics_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:14:25.9867915Z test_reference_numerics_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:14:26.0103009Z test_reference_numerics_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:14:26.0412825Z test_reference_numerics_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:14:26.0668410Z test_reference_numerics_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:14:26.0911783Z test_reference_numerics_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:26.1082380Z test_reference_numerics_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:14:26.1320971Z test_reference_numerics_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:26.1561447Z test_reference_numerics_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:26.1890064Z test_reference_numerics_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:14:26.2142749Z test_reference_numerics_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:14:26.2798045Z test_reference_numerics_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:14:26.3043359Z test_reference_numerics_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:26.3330791Z test_reference_numerics_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:14:26.3569579Z test_reference_numerics_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:26.3810926Z test_reference_numerics_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:26.3978837Z test_reference_numerics_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:14:26.4217492Z test_reference_numerics_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:26.4455488Z test_reference_numerics_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:26.4726660Z test_reference_numerics_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:14:26.4965654Z test_reference_numerics_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:26.5598881Z test_reference_numerics_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:14:26.5829428Z test_reference_numerics_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:14:26.6129995Z test_reference_numerics_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:14:26.6381043Z test_reference_numerics_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:14:26.6624192Z test_reference_numerics_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:26.6830301Z test_reference_numerics_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:14:26.7066337Z test_reference_numerics_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:26.7306882Z test_reference_numerics_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:26.7608027Z test_reference_numerics_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:14:26.7841966Z test_reference_numerics_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:14:26.8474371Z test_reference_numerics_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:14:26.8702208Z test_reference_numerics_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:14:26.8989759Z test_reference_numerics_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:14:26.9229921Z test_reference_numerics_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:26.9469795Z test_reference_numerics_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:26.9636847Z test_reference_numerics_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:14:26.9875025Z test_reference_numerics_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:27.0117651Z test_reference_numerics_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:27.0304592Z test_reference_numerics_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:14:27.0543231Z test_reference_numerics_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:27.0966636Z test_reference_numerics_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:14:27.1216698Z test_reference_numerics_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:14:27.1715561Z test_reference_numerics_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:14:27.1855501Z test_reference_numerics_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:14:27.2061272Z test_reference_numerics_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:14:27.2294257Z test_reference_numerics_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:14:27.2528247Z test_reference_numerics_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:14:27.2693022Z test_reference_numerics_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:27.2922893Z test_reference_numerics_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:14:27.3152388Z test_reference_numerics_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:14:27.3591066Z test_reference_numerics_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:14:27.5862151Z test_reference_numerics_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.227s) 2022-09-27T16:14:27.7766726Z test_reference_numerics_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.190s) 2022-09-27T16:14:27.8641889Z test_reference_numerics_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.087s) 2022-09-27T16:14:27.8961708Z test_reference_numerics_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:14:27.9741377Z test_reference_numerics_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.078s) 2022-09-27T16:14:28.0081441Z test_reference_numerics_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:14:28.0428189Z test_reference_numerics_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:14:28.0683796Z test_reference_numerics_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:14:28.1019466Z test_reference_numerics_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:14:28.1349100Z test_reference_numerics_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:14:28.1353479Z test_reference_numerics_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:14:28.2216415Z test_reference_numerics_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:158: RuntimeWarning: overflow encountered in remainder 2022-09-27T16:14:28.2217096Z expected = op.ref(l_numpy, r_numpy) 2022-09-27T16:14:28.2268283Z ok (0.091s) 2022-09-27T16:14:28.2682827Z test_reference_numerics_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:14:28.3208700Z test_reference_numerics_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:14:28.3602943Z test_reference_numerics_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:14:28.3965398Z test_reference_numerics_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:14:28.4307806Z test_reference_numerics_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:14:28.4675788Z test_reference_numerics_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:14:28.4943930Z test_reference_numerics_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:14:28.4961618Z test_reference_numerics_small_values_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.4973226Z test_reference_numerics_small_values_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:14:28.5085288Z test_reference_numerics_small_values_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:14:28.5213303Z test_reference_numerics_small_values_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:14:28.5323024Z test_reference_numerics_small_values_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:14:28.5335819Z test_reference_numerics_small_values_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.5350356Z test_reference_numerics_small_values_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.5362132Z test_reference_numerics_small_values_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.5383047Z test_reference_numerics_small_values_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.5402600Z test_reference_numerics_small_values_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.5422820Z test_reference_numerics_small_values_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.5441697Z test_reference_numerics_small_values_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.5463277Z test_reference_numerics_small_values_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.5473400Z test_reference_numerics_small_values_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:14:28.5493019Z test_reference_numerics_small_values_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.5512043Z test_reference_numerics_small_values_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.5535876Z test_reference_numerics_small_values_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.5554954Z test_reference_numerics_small_values_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.5576762Z test_reference_numerics_small_values_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.5587837Z test_reference_numerics_small_values_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:14:28.5608384Z test_reference_numerics_small_values_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.5627877Z test_reference_numerics_small_values_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.5647453Z test_reference_numerics_small_values_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.5667576Z test_reference_numerics_small_values_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.5688157Z test_reference_numerics_small_values_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.5697930Z test_reference_numerics_small_values_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:14:28.5716831Z test_reference_numerics_small_values_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.5736229Z test_reference_numerics_small_values_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.5755361Z test_reference_numerics_small_values_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.5774419Z test_reference_numerics_small_values_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.5794800Z test_reference_numerics_small_values_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.5807291Z test_reference_numerics_small_values_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.5817544Z test_reference_numerics_small_values_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:14:28.5829644Z test_reference_numerics_small_values_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.5843244Z test_reference_numerics_small_values_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.5856180Z test_reference_numerics_small_values_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.5876214Z test_reference_numerics_small_values_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.5895532Z test_reference_numerics_small_values_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.5914884Z test_reference_numerics_small_values_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.5933762Z test_reference_numerics_small_values_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.5954522Z test_reference_numerics_small_values_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.5966600Z test_reference_numerics_small_values_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.5976948Z test_reference_numerics_small_values_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:14:28.5988923Z test_reference_numerics_small_values_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.6001787Z test_reference_numerics_small_values_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.6015060Z test_reference_numerics_small_values_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.6034689Z test_reference_numerics_small_values_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.6054030Z test_reference_numerics_small_values_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.6072919Z test_reference_numerics_small_values_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.6092198Z test_reference_numerics_small_values_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.6112546Z test_reference_numerics_small_values_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.6124394Z test_reference_numerics_small_values_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.6134377Z test_reference_numerics_small_values_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:14:28.6233280Z test_reference_numerics_small_values_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:14:28.6340827Z test_reference_numerics_small_values_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:14:28.6443280Z test_reference_numerics_small_values_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:14:28.6455717Z test_reference_numerics_small_values_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.6467633Z test_reference_numerics_small_values_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.6479469Z test_reference_numerics_small_values_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.6499051Z test_reference_numerics_small_values_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.6517598Z test_reference_numerics_small_values_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.6536839Z test_reference_numerics_small_values_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.6555207Z test_reference_numerics_small_values_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.6575603Z test_reference_numerics_small_values_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.6588351Z test_reference_numerics_small_values_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.6598413Z test_reference_numerics_small_values_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:14:28.6603076Z test_reference_numerics_small_values_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:28.6608014Z test_reference_numerics_small_values_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:28.6621302Z test_reference_numerics_small_values_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.6634585Z test_reference_numerics_small_values_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.6647402Z test_reference_numerics_small_values_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.6678167Z test_reference_numerics_small_values_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:28.6707869Z test_reference_numerics_small_values_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:28.6736307Z test_reference_numerics_small_values_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:28.6765043Z test_reference_numerics_small_values_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:28.6797160Z test_reference_numerics_small_values_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:28.6802819Z test_reference_numerics_small_values_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:28.6816677Z test_reference_numerics_small_values_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.6830006Z test_reference_numerics_small_values_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.6843695Z test_reference_numerics_small_values_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.6864987Z test_reference_numerics_small_values_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.6884696Z test_reference_numerics_small_values_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.6904183Z test_reference_numerics_small_values_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.6909354Z test_reference_numerics_small_values_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:28.6930182Z test_reference_numerics_small_values_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.6942661Z test_reference_numerics_small_values_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.6955535Z test_reference_numerics_small_values_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.6968610Z test_reference_numerics_small_values_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.6981801Z test_reference_numerics_small_values_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.7001529Z test_reference_numerics_small_values_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.7020909Z test_reference_numerics_small_values_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.7040252Z test_reference_numerics_small_values_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.7059345Z test_reference_numerics_small_values_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.7064536Z test_reference_numerics_small_values_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:28.7083374Z test_reference_numerics_small_values_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.7103006Z test_reference_numerics_small_values_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.7121945Z test_reference_numerics_small_values_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.7147277Z test_reference_numerics_small_values_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.002s) 2022-09-27T16:14:28.7170811Z test_reference_numerics_small_values_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.7182913Z test_reference_numerics_small_values_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.7191868Z test_reference_numerics_small_values_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:14:28.7209781Z test_reference_numerics_small_values_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.7214742Z test_reference_numerics_small_values_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.7226063Z test_reference_numerics_small_values_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.7244839Z test_reference_numerics_small_values_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.7264094Z test_reference_numerics_small_values_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.7283093Z test_reference_numerics_small_values_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.7302389Z test_reference_numerics_small_values_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.7322776Z test_reference_numerics_small_values_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.7334848Z test_reference_numerics_small_values_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.7344313Z test_reference_numerics_small_values_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:14:28.7355731Z test_reference_numerics_small_values_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.7367204Z test_reference_numerics_small_values_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.7378847Z test_reference_numerics_small_values_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.7397296Z test_reference_numerics_small_values_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.7416149Z test_reference_numerics_small_values_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.7435083Z test_reference_numerics_small_values_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.7454272Z test_reference_numerics_small_values_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.7474853Z test_reference_numerics_small_values_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.7487807Z test_reference_numerics_small_values_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.7498257Z test_reference_numerics_small_values_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:14:28.7510369Z test_reference_numerics_small_values_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.7523650Z test_reference_numerics_small_values_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.7537325Z test_reference_numerics_small_values_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.7561650Z test_reference_numerics_small_values_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.7585726Z test_reference_numerics_small_values_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.7604932Z test_reference_numerics_small_values_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.7627647Z test_reference_numerics_small_values_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.7651992Z test_reference_numerics_small_values_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.7665166Z test_reference_numerics_small_values_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.7674927Z test_reference_numerics_small_values_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:14:28.7794549Z test_reference_numerics_small_values_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:14:28.7904994Z test_reference_numerics_small_values_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:14:28.7918057Z test_reference_numerics_small_values_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.7931196Z test_reference_numerics_small_values_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.7944976Z test_reference_numerics_small_values_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.7967458Z test_reference_numerics_small_values_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.7988833Z test_reference_numerics_small_values_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.8009591Z test_reference_numerics_small_values_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.8030083Z test_reference_numerics_small_values_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.8052935Z test_reference_numerics_small_values_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.8062821Z test_reference_numerics_small_values_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:28.8072519Z test_reference_numerics_small_values_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:28.8082222Z test_reference_numerics_small_values_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:28.8092183Z test_reference_numerics_small_values_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:28.8101916Z test_reference_numerics_small_values_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:28.8111562Z test_reference_numerics_small_values_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:28.8121277Z test_reference_numerics_small_values_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:28.8131408Z test_reference_numerics_small_values_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:28.8140948Z test_reference_numerics_small_values_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:28.8150562Z test_reference_numerics_small_values_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:28.8160249Z test_reference_numerics_small_values_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:28.8170216Z test_reference_numerics_small_values_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:28.8179863Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:28.8189460Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:28.8199207Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:28.8209216Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:28.8218560Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:28.8227243Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:28.8235884Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:28.8244637Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:28.8253600Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:28.8262669Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:28.8271367Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:28.8280239Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:28.8300284Z test_reference_numerics_small_values_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.8319670Z test_reference_numerics_small_values_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.8339215Z test_reference_numerics_small_values_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.8358431Z test_reference_numerics_small_values_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.8379890Z test_reference_numerics_small_values_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.8391498Z test_reference_numerics_small_values_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.8401197Z test_reference_numerics_small_values_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:14:28.8412623Z test_reference_numerics_small_values_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.8424505Z test_reference_numerics_small_values_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.8435280Z test_reference_numerics_small_values_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.8454230Z test_reference_numerics_small_values_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.8472801Z test_reference_numerics_small_values_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.8491736Z test_reference_numerics_small_values_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.8510225Z test_reference_numerics_small_values_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.8530580Z test_reference_numerics_small_values_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.8542034Z test_reference_numerics_small_values_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.8551221Z test_reference_numerics_small_values_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:14:28.8649188Z test_reference_numerics_small_values_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:14:28.8746173Z test_reference_numerics_small_values_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:14:28.8757403Z test_reference_numerics_small_values_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.8769366Z test_reference_numerics_small_values_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.8780571Z test_reference_numerics_small_values_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.8799967Z test_reference_numerics_small_values_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.8819093Z test_reference_numerics_small_values_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.8837669Z test_reference_numerics_small_values_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.8856789Z test_reference_numerics_small_values_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.8876911Z test_reference_numerics_small_values_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.8888642Z test_reference_numerics_small_values_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.8898346Z test_reference_numerics_small_values_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:14:28.8995192Z test_reference_numerics_small_values_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:14:28.9090880Z test_reference_numerics_small_values_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:14:28.9102658Z test_reference_numerics_small_values_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.9114087Z test_reference_numerics_small_values_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.9125419Z test_reference_numerics_small_values_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.9144587Z test_reference_numerics_small_values_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.9162304Z test_reference_numerics_small_values_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.9181110Z test_reference_numerics_small_values_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.9199634Z test_reference_numerics_small_values_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.9220139Z test_reference_numerics_small_values_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.9231369Z test_reference_numerics_small_values_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.9241027Z test_reference_numerics_small_values_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:14:28.9338445Z test_reference_numerics_small_values_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:14:28.9436256Z test_reference_numerics_small_values_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:14:28.9448253Z test_reference_numerics_small_values_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.9460061Z test_reference_numerics_small_values_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.9471927Z test_reference_numerics_small_values_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.9491846Z test_reference_numerics_small_values_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.9510601Z test_reference_numerics_small_values_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.9529268Z test_reference_numerics_small_values_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.9547992Z test_reference_numerics_small_values_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.9567926Z test_reference_numerics_small_values_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.9579281Z test_reference_numerics_small_values_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.9588784Z test_reference_numerics_small_values_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:14:28.9599721Z test_reference_numerics_small_values_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.9611155Z test_reference_numerics_small_values_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.9622664Z test_reference_numerics_small_values_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.9641703Z test_reference_numerics_small_values_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.9660784Z test_reference_numerics_small_values_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.9686006Z test_reference_numerics_small_values_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.9705593Z test_reference_numerics_small_values_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.9725555Z test_reference_numerics_small_values_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.9738003Z test_reference_numerics_small_values_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.9748177Z test_reference_numerics_small_values_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:14:28.9760150Z test_reference_numerics_small_values_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.9773549Z test_reference_numerics_small_values_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.9786446Z test_reference_numerics_small_values_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.9806282Z test_reference_numerics_small_values_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.9825602Z test_reference_numerics_small_values_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.9844994Z test_reference_numerics_small_values_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.9864248Z test_reference_numerics_small_values_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.9884639Z test_reference_numerics_small_values_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.9897156Z test_reference_numerics_small_values_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.9907057Z test_reference_numerics_small_values_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:14:28.9918940Z test_reference_numerics_small_values_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.9932235Z test_reference_numerics_small_values_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.9945152Z test_reference_numerics_small_values_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:28.9965246Z test_reference_numerics_small_values_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:28.9984496Z test_reference_numerics_small_values_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:29.0003535Z test_reference_numerics_small_values_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:29.0022732Z test_reference_numerics_small_values_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:29.0043422Z test_reference_numerics_small_values_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:29.0056448Z test_reference_numerics_small_values_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:29.0066342Z test_reference_numerics_small_values_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:14:29.0078153Z test_reference_numerics_small_values_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:29.0091345Z test_reference_numerics_small_values_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:29.0104426Z test_reference_numerics_small_values_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:29.0124116Z test_reference_numerics_small_values_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:29.0143462Z test_reference_numerics_small_values_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:29.0162349Z test_reference_numerics_small_values_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:29.0181685Z test_reference_numerics_small_values_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:29.0202301Z test_reference_numerics_small_values_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:29.0215044Z test_reference_numerics_small_values_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:29.0225584Z test_reference_numerics_small_values_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:14:29.0237599Z test_reference_numerics_small_values_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:29.0250714Z test_reference_numerics_small_values_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:29.0263932Z test_reference_numerics_small_values_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:29.0284091Z test_reference_numerics_small_values_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:29.0303002Z test_reference_numerics_small_values_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:29.0322045Z test_reference_numerics_small_values_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:29.0340961Z test_reference_numerics_small_values_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:29.0361483Z test_reference_numerics_small_values_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:29.0373623Z test_reference_numerics_small_values_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:29.0383292Z test_reference_numerics_small_values_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-09-27T16:14:29.0481458Z test_reference_numerics_small_values_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:14:29.0578408Z test_reference_numerics_small_values_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:14:29.0589877Z test_reference_numerics_small_values_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:29.0601001Z test_reference_numerics_small_values_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:29.0612870Z test_reference_numerics_small_values_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:29.0631747Z test_reference_numerics_small_values_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:29.0651375Z test_reference_numerics_small_values_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:29.0670323Z test_reference_numerics_small_values_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:29.0688938Z test_reference_numerics_small_values_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:29.0709673Z test_reference_numerics_small_values_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:29.0723052Z test_reference_numerics_small_values_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:29.0729992Z test_reference_numerics_small_values_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:14:29.0734515Z test_reference_numerics_small_values_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:29.0746904Z test_reference_numerics_small_values_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:29.0760269Z test_reference_numerics_small_values_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:29.0773410Z test_reference_numerics_small_values_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:29.0784785Z test_reference_numerics_small_values_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.001s) 2022-09-27T16:14:29.0795376Z test_reference_numerics_small_values_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.001s) 2022-09-27T16:14:29.0806132Z test_reference_numerics_small_values_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.001s) 2022-09-27T16:14:29.0816667Z test_reference_numerics_small_values_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.001s) 2022-09-27T16:14:29.0837072Z test_reference_numerics_small_values_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:29.0850178Z test_reference_numerics_small_values_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:29.0862952Z test_reference_numerics_small_values_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:29.0876366Z test_reference_numerics_small_values_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:29.0890240Z test_reference_numerics_small_values_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:29.0910553Z test_reference_numerics_small_values_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:29.0928813Z test_reference_numerics_small_values_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:29.0947693Z test_reference_numerics_small_values_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:29.0967337Z test_reference_numerics_small_values_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:29.0973845Z test_reference_numerics_small_values_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:14:29.0986455Z test_reference_numerics_small_values_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:29.1099879Z test_reference_numerics_small_values_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:14:29.1226689Z test_reference_numerics_small_values_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:14:29.1334080Z test_reference_numerics_small_values_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:14:29.1346107Z test_reference_numerics_small_values_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:29.1359623Z test_reference_numerics_small_values_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:29.1373944Z test_reference_numerics_small_values_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:29.1395350Z test_reference_numerics_small_values_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:29.1415319Z test_reference_numerics_small_values_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:29.1434002Z test_reference_numerics_small_values_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:29.1453793Z test_reference_numerics_small_values_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:29.1459119Z test_reference_numerics_small_values_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:29.1745527Z test_reference_numerics_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:14:29.2374660Z test_reference_numerics_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:14:29.3594255Z test_reference_numerics_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.122s) 2022-09-27T16:14:29.4071588Z test_reference_numerics_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:14:29.4782693Z test_reference_numerics_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.071s) 2022-09-27T16:14:29.4987934Z test_reference_numerics_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:14:29.5292488Z test_reference_numerics_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:14:29.5537244Z test_reference_numerics_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:29.5788323Z test_reference_numerics_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:14:29.5972155Z test_reference_numerics_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:14:29.6209282Z test_reference_numerics_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:29.6213815Z test_reference_numerics_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:14:29.6236285Z test_remainder_fmod_large_dividend_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:29.6258669Z test_remainder_fmod_large_dividend_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:29.6271820Z test_remainder_overflow_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:29.6286089Z test_rpow_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:29.6370226Z test_scalar_support_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:14:29.6428102Z test_scalar_support_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:14:29.6464705Z test_scalar_support_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:14:29.6496691Z test_scalar_support_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:29.6528065Z test_scalar_support_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:29.6559322Z test_scalar_support_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:29.6568914Z test_scalar_support_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:29.6578851Z test_scalar_support_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:29.6588659Z test_scalar_support_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:29.6598887Z test_scalar_support_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:29.6695725Z test_scalar_support_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:14:29.6767468Z test_scalar_support_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:14:29.6822311Z test_scalar_support_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:14:29.6899251Z test_scalar_support_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:14:29.6954527Z test_scalar_support_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:14:29.7001145Z test_scalar_support_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:14:29.7065644Z test_scalar_support_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:14:29.7107631Z test_scalar_support_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:14:29.7158240Z test_scalar_support_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:14:29.7189443Z test_scalar_support_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:29.7199899Z test_scalar_support_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:29.7271552Z test_scalar_support_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:14:29.7325018Z test_scalar_support_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:14:29.7396184Z test_scalar_support_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:14:29.7450002Z test_scalar_support_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:14:29.7460027Z test_scalar_support_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:29.7469838Z test_scalar_support_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:29.7479995Z test_scalar_support_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:29.7490336Z test_scalar_support_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:29.7500611Z test_scalar_support_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:29.7510386Z test_scalar_support_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:29.7520465Z test_scalar_support_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:29.7530241Z test_scalar_support_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:29.7540082Z test_scalar_support_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:29.7550092Z test_scalar_support_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:29.7559630Z test_scalar_support_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:14:29.7569319Z test_scalar_support_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:29.7642231Z test_scalar_support_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:14:29.7701300Z test_scalar_support_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:14:29.7712339Z test_scalar_support_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:29.7722618Z test_scalar_support_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:29.7733297Z test_scalar_support_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:29.7743668Z test_scalar_support_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:29.7754049Z test_scalar_support_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:29.7764373Z test_scalar_support_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:29.7775035Z test_scalar_support_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:29.7785317Z test_scalar_support_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:29.7795734Z test_scalar_support_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:29.7868894Z test_scalar_support_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:14:29.7923476Z test_scalar_support_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:14:29.7933964Z test_scalar_support_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:29.7944660Z test_scalar_support_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:29.7954690Z test_scalar_support_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:29.7964741Z test_scalar_support_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:29.7973973Z test_scalar_support_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:29.7983246Z test_scalar_support_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:29.7992619Z test_scalar_support_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:29.8002291Z test_scalar_support_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:29.8098384Z test_scalar_support_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:14:29.8168805Z test_scalar_support_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:14:29.8221551Z test_scalar_support_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:14:29.8298973Z test_scalar_support_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:14:29.8353989Z test_scalar_support_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:14:29.8385940Z test_scalar_support_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:29.8443507Z test_scalar_support_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:14:29.8478424Z test_scalar_support_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:29.8556685Z test_scalar_support_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:14:29.8614357Z test_scalar_support_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:14:29.8647436Z test_scalar_support_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:14:29.8655338Z test_signed_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) 2022-09-27T16:14:29.8664533Z Ensure that signed integer bit shifting works as expected. ... ok (0.002s) 2022-09-27T16:14:29.8672594Z test_signed_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) 2022-09-27T16:14:29.8681526Z Ensure that signed integer bit shifting works as expected. ... ok (0.002s) 2022-09-27T16:14:29.8689762Z test_signed_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) 2022-09-27T16:14:29.8698146Z Ensure that signed integer bit shifting works as expected. ... ok (0.002s) 2022-09-27T16:14:29.8706278Z test_signed_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) 2022-09-27T16:14:29.8714897Z Ensure that signed integer bit shifting works as expected. ... ok (0.002s) 2022-09-27T16:14:29.8731581Z test_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:29.8782699Z test_sub_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:14:29.8799010Z test_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:29.8815951Z test_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:29.8832056Z test_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:29.8848301Z test_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:29.8864928Z test_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:29.8880498Z test_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:29.8896305Z test_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:29.8911864Z test_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:29.8927461Z test_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:29.8943220Z test_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:29.9152197Z test_sub_typing_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:14:29.9249860Z test_tensor_pow_tensor_cpu (__main__.TestBinaryUfuncsCPU) ... test_binary_ufuncs.py:1384: RuntimeWarning: invalid value encountered in power 2022-09-27T16:14:29.9250458Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-09-27T16:14:29.9257172Z test_binary_ufuncs.py:1384: RuntimeWarning: divide by zero encountered in power 2022-09-27T16:14:29.9257682Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-09-27T16:14:29.9455546Z ok (0.030s) 2022-09-27T16:14:29.9579021Z test_trapezoid_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:14:29.9591710Z test_true_divide_out_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:29.9604392Z test_true_divide_out_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:14:29.9722537Z test_type_promotion___radd___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:14:29.9821454Z test_type_promotion___rand___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:14:29.9938007Z test_type_promotion___rdiv___cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.012s) 2022-09-27T16:14:30.0038378Z test_type_promotion___rmod___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:14:30.0156832Z test_type_promotion___rmul___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:14:30.0257434Z test_type_promotion___ror___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:14:30.0353996Z 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:14:30.0354564Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T16:14:30.0412359Z ok (0.015s) 2022-09-27T16:14:30.0530991Z test_type_promotion___rsub___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:14:30.0628907Z test_type_promotion___rxor___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:14:30.0903676Z test_type_promotion__refs_add_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:14:30.1107729Z test_type_promotion__refs_atan2_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:14:30.1261161Z test_type_promotion__refs_bitwise_and_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:14:30.1417734Z test_type_promotion__refs_bitwise_left_shift_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:30.1569503Z test_type_promotion__refs_bitwise_or_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:14:30.1722611Z test_type_promotion__refs_bitwise_xor_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:14:30.1840563Z test_type_promotion__refs_clamp_max_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:14:30.1958317Z test_type_promotion__refs_clamp_min_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:14:30.2049647Z test_type_promotion__refs_copysign_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.009s) 2022-09-27T16:14:30.2275790Z test_type_promotion__refs_div_floor_rounding_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:14:30.2560120Z test_type_promotion__refs_div_no_rounding_mode_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:14:30.2788032Z test_type_promotion__refs_div_trunc_rounding_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:14:30.3050968Z test_type_promotion__refs_eq_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:14:30.3154216Z test_type_promotion__refs_float_power_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.010s) 2022-09-27T16:14:30.4026483Z test_type_promotion__refs_floor_divide_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.087s) 2022-09-27T16:14:30.4231512Z test_type_promotion__refs_fmax_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:14:30.4432629Z test_type_promotion__refs_fmin_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:14:30.4657910Z test_type_promotion__refs_fmod_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:14:30.4812648Z test_type_promotion__refs_gcd_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:14:30.5014950Z test_type_promotion__refs_ge_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:14:30.5217524Z test_type_promotion__refs_gt_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:14:30.5709087Z test_type_promotion__refs_heaviside_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:14:30.5851815Z test_type_promotion__refs_hypot_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:14:30.5992048Z test_type_promotion__refs_igamma_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:14:30.6133333Z test_type_promotion__refs_igammac_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:14:30.6236634Z test_type_promotion__refs_isclose_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.010s) 2022-09-27T16:14:30.6396896Z test_type_promotion__refs_lcm_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:14:30.6598149Z test_type_promotion__refs_le_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:14:30.6793997Z test_type_promotion__refs_logical_and_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:14:30.7034102Z test_type_promotion__refs_logical_or_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:30.7229684Z test_type_promotion__refs_logical_xor_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:14:30.7430736Z test_type_promotion__refs_lt_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:14:30.7630128Z test_type_promotion__refs_maximum_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:14:30.7829278Z test_type_promotion__refs_minimum_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:14:30.8096851Z test_type_promotion__refs_mul_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:14:30.8356546Z test_type_promotion__refs_ne_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:14:30.8493700Z test_type_promotion__refs_nextafter_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:14:30.8764629Z test_type_promotion__refs_pow_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:14:30.8983884Z test_type_promotion__refs_remainder_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:14:30.9168254Z test_type_promotion__refs_rsub_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:14:30.9389241Z test_type_promotion__refs_special_zeta_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:14:30.9658502Z test_type_promotion__refs_sub_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:14:30.9937743Z test_type_promotion__refs_true_divide_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:14:31.0235272Z test_type_promotion_add_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:14:31.0464260Z test_type_promotion_atan2_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:14:31.0611183Z test_type_promotion_bitwise_and_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:14:31.0701486Z test_type_promotion_bitwise_left_shift_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.009s) 2022-09-27T16:14:31.0848741Z test_type_promotion_bitwise_or_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:14:31.0938940Z test_type_promotion_bitwise_right_shift_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.009s) 2022-09-27T16:14:31.1086351Z test_type_promotion_bitwise_xor_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:14:31.1279345Z test_type_promotion_clamp_max_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:14:31.1472234Z test_type_promotion_clamp_min_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:14:31.1612091Z test_type_promotion_complex_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.014s) 2022-09-27T16:14:31.1846600Z test_type_promotion_copysign_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:14:31.2082311Z test_type_promotion_div_floor_rounding_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:31.2405824Z test_type_promotion_div_no_rounding_mode_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:14:31.2640329Z test_type_promotion_div_trunc_rounding_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:14:31.2771592Z test_type_promotion_eq_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:14:31.2862923Z test_type_promotion_float_power_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.009s) 2022-09-27T16:14:31.3072850Z test_type_promotion_floor_divide_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:14:31.3163662Z test_type_promotion_fmax_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.009s) 2022-09-27T16:14:31.3252725Z test_type_promotion_fmin_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.009s) 2022-09-27T16:14:31.3450800Z test_type_promotion_fmod_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:14:31.3597009Z test_type_promotion_gcd_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:14:31.3714425Z test_type_promotion_ge_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:14:31.3831379Z test_type_promotion_gt_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:14:31.3963304Z test_type_promotion_heaviside_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.013s) 2022-09-27T16:14:31.4105345Z test_type_promotion_hypot_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:14:31.4246757Z test_type_promotion_igamma_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:14:31.4388018Z test_type_promotion_igammac_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:14:31.4506976Z test_type_promotion_isclose_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.012s) 2022-09-27T16:14:31.4601751Z test_type_promotion_jiterator_binary_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.009s) 2022-09-27T16:14:31.4696417Z test_type_promotion_jiterator_binary_return_by_ref_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.009s) 2022-09-27T16:14:31.4844184Z test_type_promotion_lcm_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:14:31.5191238Z test_type_promotion_ldexp_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:14:31.5308826Z test_type_promotion_le_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:14:31.5431622Z test_type_promotion_logical_and_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:14:31.5553795Z test_type_promotion_logical_or_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:14:31.5676868Z test_type_promotion_logical_xor_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:14:31.5793660Z test_type_promotion_lt_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:14:31.5992572Z test_type_promotion_max_binary_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:14:31.6183605Z test_type_promotion_maximum_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:14:31.6383065Z test_type_promotion_min_binary_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:14:31.6574281Z test_type_promotion_minimum_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:14:31.6856634Z test_type_promotion_mul_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:14:31.6988327Z test_type_promotion_ne_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:14:31.7130015Z test_type_promotion_nextafter_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:14:31.7220858Z test_type_promotion_polar_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.009s) 2022-09-27T16:14:31.7504139Z test_type_promotion_pow_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:14:31.7701772Z test_type_promotion_remainder_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:14:31.7817589Z test_type_promotion_rsub_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:14:31.8049522Z test_type_promotion_special_chebyshev_polynomial_t_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:14:31.8279814Z test_type_promotion_special_chebyshev_polynomial_u_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:14:31.8370105Z test_type_promotion_special_chebyshev_polynomial_v_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.009s) 2022-09-27T16:14:31.8459563Z test_type_promotion_special_chebyshev_polynomial_w_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.009s) 2022-09-27T16:14:31.8693153Z test_type_promotion_special_hermite_polynomial_h_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:14:31.8924559Z test_type_promotion_special_hermite_polynomial_he_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:14:31.9156035Z test_type_promotion_special_laguerre_polynomial_l_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:14:31.9246636Z test_type_promotion_special_legendre_polynomial_p_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.009s) 2022-09-27T16:14:31.9336941Z 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:14:31.9428055Z 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:14:31.9518742Z 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:14:31.9608575Z 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:14:31.9846252Z test_type_promotion_special_xlog1py_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:32.0081051Z test_type_promotion_special_zeta_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:14:32.0378957Z test_type_promotion_sub_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:14:32.0720705Z test_type_promotion_true_divide_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:14:32.0953784Z test_type_promotion_xlogy_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:14:32.1011776Z test_xlogy_xlog1py_bfloat16_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:14:32.1249620Z test_xlogy_xlog1py_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:32.1450225Z test_xlogy_xlog1py_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:14:32.1649659Z test_xlogy_xlog1py_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:14:32.1849970Z test_xlogy_xlog1py_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:14:32.2087348Z test_xlogy_xlog1py_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:32.2326128Z test_xlogy_xlog1py_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:32.2566978Z test_xlogy_xlog1py_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:32.2807467Z test_xlogy_xlog1py_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:32.3047378Z test_xlogy_xlog1py_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:32.3177207Z test_xlogy_xlog1py_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:14:32.3268842Z test_xlogy_xlog1py_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:14:32.3359935Z test_xlogy_xlog1py_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:14:32.3450504Z test_xlogy_xlog1py_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:14:32.3579504Z test_xlogy_xlog1py_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:14:32.3708670Z test_xlogy_xlog1py_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:14:32.3836850Z test_xlogy_xlog1py_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:14:32.3966532Z test_xlogy_xlog1py_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:14:32.4096072Z test_xlogy_xlog1py_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:14:32.4224931Z test_xlogy_xlog1py_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:14:32.4315612Z test_xlogy_xlog1py_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:14:32.4405047Z test_xlogy_xlog1py_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:14:32.4494794Z test_xlogy_xlog1py_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:14:32.4623445Z test_xlogy_xlog1py_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:14:32.4750636Z test_xlogy_xlog1py_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:14:32.4878399Z test_xlogy_xlog1py_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:14:32.5005528Z test_xlogy_xlog1py_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:14:32.5131067Z test_xlogy_xlog1py_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:14:32.5256784Z test_xlogy_xlog1py_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:14:32.5345428Z test_xlogy_xlog1py_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:14:32.5432950Z test_xlogy_xlog1py_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:14:32.5518193Z test_xlogy_xlog1py_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:14:32.5643465Z test_xlogy_xlog1py_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:14:32.5768284Z test_xlogy_xlog1py_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:14:32.5894672Z test_xlogy_xlog1py_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:14:32.6021173Z test_xlogy_xlog1py_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:14:32.6147178Z test_xlogy_xlog1py_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:14:32.6384800Z test_xlogy_xlog1py_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:32.6584979Z test_xlogy_xlog1py_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:14:32.6784674Z test_xlogy_xlog1py_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:14:32.6983242Z test_xlogy_xlog1py_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:14:32.7218591Z test_xlogy_xlog1py_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:14:32.7455148Z test_xlogy_xlog1py_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:32.7694784Z test_xlogy_xlog1py_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:32.7930524Z test_xlogy_xlog1py_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:14:32.8168627Z test_xlogy_xlog1py_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:32.8410463Z test_xlogy_xlog1py_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:32.8614245Z test_xlogy_xlog1py_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:14:32.8816323Z test_xlogy_xlog1py_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:14:32.9016960Z test_xlogy_xlog1py_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:14:32.9255480Z test_xlogy_xlog1py_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:32.9495006Z test_xlogy_xlog1py_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:32.9735111Z test_xlogy_xlog1py_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:32.9974554Z test_xlogy_xlog1py_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:33.0214985Z test_xlogy_xlog1py_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:33.0454720Z test_xlogy_xlog1py_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:33.0657899Z test_xlogy_xlog1py_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:14:33.0860511Z test_xlogy_xlog1py_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:14:33.1060904Z test_xlogy_xlog1py_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:14:33.1299741Z test_xlogy_xlog1py_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:33.1539796Z test_xlogy_xlog1py_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:33.1779061Z test_xlogy_xlog1py_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:33.2018356Z test_xlogy_xlog1py_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:33.2256027Z test_xlogy_xlog1py_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:33.2494129Z test_xlogy_xlog1py_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:33.2698534Z test_xlogy_xlog1py_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:14:33.2898749Z test_xlogy_xlog1py_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:14:33.3101139Z test_xlogy_xlog1py_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:14:33.3339981Z test_xlogy_xlog1py_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:33.3580048Z test_xlogy_xlog1py_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:33.3820706Z test_xlogy_xlog1py_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:33.4060489Z test_xlogy_xlog1py_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:33.4297295Z test_xlogy_xlog1py_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:33.4537308Z test_xlogy_xlog1py_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:33.4738427Z test_xlogy_xlog1py_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:14:33.4942976Z test_xlogy_xlog1py_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:14:33.5145838Z test_xlogy_xlog1py_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:14:33.5381965Z test_xlogy_xlog1py_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:33.5621298Z test_xlogy_xlog1py_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:33.5858956Z test_xlogy_xlog1py_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:33.6094051Z test_xlogy_xlog1py_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:14:33.6331651Z test_xlogy_xlog1py_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:14:33.6349578Z test_xlogy_xlog1py_gradients_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:33.6366910Z test_xlogy_xlog1py_scalar_type_promotion_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:14:33.6391692Z 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:14:33.6415338Z 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:14:33.6439213Z 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:14:33.6462886Z 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:14:33.6486412Z 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:14:33.6510362Z 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:14:33.6534313Z 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:14:33.6557976Z 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:14:33.6581751Z 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:14:33.6605429Z test_zeta_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:14:33.6628847Z 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:14:33.6652472Z 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:14:33.6676022Z 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:14:33.6699840Z 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:14:33.6723323Z 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:14:33.6747217Z 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:14:33.6771090Z 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:14:33.6794663Z 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:14:33.6818531Z 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:14:33.6842020Z 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:14:33.6866235Z test_zeta_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:14:33.6889795Z 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:14:33.6913860Z 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:14:33.6937411Z 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:14:33.6961025Z 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:14:33.6984668Z 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:14:33.7008384Z 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:14:33.7032013Z 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:14:33.7055948Z 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:14:33.7079455Z 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:14:33.7103152Z 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:14:33.7126654Z 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:14:33.7150759Z 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:14:33.7174398Z 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:14:33.7197631Z 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:14:33.7221433Z 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:14:33.7245502Z 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:14:33.7269054Z 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:14:33.7292934Z 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:14:33.7316235Z 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:14:33.7339888Z 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:14:33.7363303Z 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:14:33.7387033Z test_zeta_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:14:33.7410603Z 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:14:33.7434122Z 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:14:33.7457841Z 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:14:33.7481644Z 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:14:33.7505567Z 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:14:33.7529555Z 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:14:33.7553363Z 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:14:33.7577371Z 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:14:33.7601017Z 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:14:33.7625021Z 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:14:33.7648844Z test_zeta_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:14:33.7672723Z 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:14:33.7696526Z 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:14:33.7720031Z 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:14:33.7744031Z 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:14:33.7767372Z 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:14:33.7791511Z 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:14:33.7815671Z 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:14:33.7839304Z 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:14:33.7863088Z 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:14:33.7886527Z 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:14:33.7888153Z 2022-09-27T16:14:33.7888640Z ---------------------------------------------------------------------- 2022-09-27T16:14:33.7888896Z Ran 8283 tests in 62.233s 2022-09-27T16:14:33.7889157Z 2022-09-27T16:14:33.7889259Z OK (skipped=901, expected failures=14) 2022-09-27T16:14:33.7889392Z 2022-09-27T16:14:33.7889477Z Generating XML reports... 2022-09-27T16:14:34.6276710Z Generated XML report: test-reports/python-unittest/test_binary_ufuncs/TEST-TestBinaryUfuncsCPU-20220927161331.xml 2022-09-27T16:14:35.1362609Z Running distributions/test_distributions ... [2022-09-27 16:14:35.135859] 2022-09-27T16:14:35.1363182Z Executing ['/opt/conda/bin/python', '-bb', 'distributions/test_distributions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:14:35.135943] 2022-09-27T16:14:36.7757571Z Test results will be stored in test-reports/python-unittest/distributions.test_distributions 2022-09-27T16:14:36.7852867Z 2022-09-27T16:14:36.7853400Z Running tests... 2022-09-27T16:14:36.7854023Z ---------------------------------------------------------------------- 2022-09-27T16:14:36.8235459Z test_cdf (__main__.TestAgainstScipy) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:14:36.8236067Z warnings.warn("Singular sample detected.") 2022-09-27T16:14:36.8241862Z ok (0.039s) 2022-09-27T16:14:36.8463521Z test_icdf (__main__.TestAgainstScipy) ... ok (0.022s) 2022-09-27T16:14:37.9400946Z test_mean (__main__.TestAgainstScipy) ... ok (1.094s) 2022-09-27T16:14:37.9654905Z 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:14:37.9656159Z return torch.as_tensor(tensor_like) 2022-09-27T16:14:37.9723885Z ok (0.032s) 2022-09-27T16:14:38.0176591Z test_params_constraints (__main__.TestConstraints) ... ok (0.045s) 2022-09-27T16:14:38.0821084Z test_support_constraints (__main__.TestConstraints) ... ok (0.064s) 2022-09-27T16:14:38.0841481Z test_bernoulli_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:14:38.0865541Z test_bernoulli_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:14:38.0886950Z test_beta_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:14:38.0912500Z test_beta_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:14:38.0932046Z test_binomial_shape (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:14:38.0953559Z test_binomial_shape_vectorized_n (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:14:38.0990725Z test_categorical_shape (__main__.TestDistributionShapes) ... ok (0.004s) 2022-09-27T16:14:38.1009796Z test_cauchy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:14:38.1030051Z test_cauchy_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:14:38.1050096Z test_chi2_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:14:38.1070089Z test_chi2_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:14:38.1096231Z test_continuous_bernoulli_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:14:38.1124395Z test_continuous_bernoulli_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-09-27T16:14:38.1148616Z test_dirichlet_shape (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:14:38.1348235Z test_entropy_shape (__main__.TestDistributionShapes) ... ok (0.020s) 2022-09-27T16:14:38.1365768Z test_exponential_shape_scalar_param (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:14:38.1385436Z test_exponential_shape_tensor_param (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:14:38.1404397Z test_gamma_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:14:38.1425066Z test_gamma_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:14:38.1445488Z test_geometric_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:14:38.1470281Z test_geometric_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:14:38.1489570Z test_gumbel_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:14:38.1509365Z test_halfcauchy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:14:38.1530506Z test_halfcauchy_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:14:38.1552822Z test_kumaraswamy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:14:38.1571863Z test_laplace_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:14:38.1592873Z test_laplace_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:14:38.1616391Z test_mixture_same_family_shape (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:14:38.1642753Z test_multinomial_shape (__main__.TestDistributionShapes) ... ok (0.003s) 2022-09-27T16:14:38.1662346Z test_normal_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:14:38.1683531Z test_normal_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:14:38.1731962Z test_one_hot_categorical_shape (__main__.TestDistributionShapes) ... ok (0.005s) 2022-09-27T16:14:38.1752342Z test_pareto_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:14:38.1773410Z test_studentT_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:14:38.1795668Z test_studentT_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:14:38.1814587Z test_uniform_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:14:38.1834566Z test_uniform_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:14:38.1859258Z test_vonmises_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:14:38.1885978Z test_vonmises_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-09-27T16:14:38.1908244Z test_weibull_scale_scalar_params (__main__.TestDistributionShapes) ... ok (0.002s) 2022-09-27T16:14:38.1938776Z test_wishart_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-09-27T16:14:38.1975353Z test_wishart_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-09-27T16:14:38.2144826Z test_argmax_relaxed_categorical (__main__.TestDistributions) ... ok (0.017s) 2022-09-27T16:14:38.2221659Z test_bernoulli (__main__.TestDistributions) ... ok (0.008s) 2022-09-27T16:14:38.2238723Z test_bernoulli_3d (__main__.TestDistributions) ... ok (0.002s) 2022-09-27T16:14:38.2257878Z test_bernoulli_enumerate_support (__main__.TestDistributions) ... ok (0.002s) 2022-09-27T16:14:38.2833644Z test_beta_log_prob (__main__.TestDistributions) ... ok (0.057s) 2022-09-27T16:14:38.6393518Z test_beta_sample (__main__.TestDistributions) ... ok (0.356s) 2022-09-27T16:14:38.6423508Z test_beta_shape (__main__.TestDistributions) ... ok (0.003s) 2022-09-27T16:14:38.6750468Z test_beta_underflow (__main__.TestDistributions) ... ok (0.033s) 2022-09-27T16:14:38.6759537Z test_beta_underflow_gpu (__main__.TestDistributions) ... skip: CUDA not found (0.001s) 2022-09-27T16:14:38.6962431Z test_binomial (__main__.TestDistributions) ... ok (0.020s) 2022-09-27T16:14:38.6986380Z test_binomial_enumerate_support (__main__.TestDistributions) ... ok (0.002s) 2022-09-27T16:14:38.7021060Z test_binomial_extreme_vals (__main__.TestDistributions) ... ok (0.003s) 2022-09-27T16:14:38.7516045Z test_binomial_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.049s) 2022-09-27T16:14:38.7551093Z test_binomial_log_prob_vectorized_count (__main__.TestDistributions) ... ok (0.004s) 2022-09-27T16:14:38.8067552Z test_binomial_sample (__main__.TestDistributions) ... ok (0.051s) 2022-09-27T16:14:38.8090758Z test_binomial_stable (__main__.TestDistributions) ... ok (0.002s) 2022-09-27T16:14:38.8802539Z test_binomial_vectorized_count (__main__.TestDistributions) ... ok (0.071s) 2022-09-27T16:14:38.8850020Z test_categorical_1d (__main__.TestDistributions) ... ok (0.005s) 2022-09-27T16:14:38.8929380Z test_categorical_2d (__main__.TestDistributions) ... ok (0.008s) 2022-09-27T16:14:38.8945053Z test_categorical_enumerate_support (__main__.TestDistributions) ... ok (0.002s) 2022-09-27T16:14:38.9060887Z test_cauchy (__main__.TestDistributions) ... ok (0.012s) 2022-09-27T16:14:39.0699145Z 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:14:39.0699840Z warnings.warn("Singular sample detected.") 2022-09-27T16:14:39.0827189Z ok (0.177s) 2022-09-27T16:14:39.1530760Z test_cdf_log_prob (__main__.TestDistributions) ... ok (0.070s) 2022-09-27T16:14:39.2482666Z test_chi2_sample (__main__.TestDistributions) ... ok (0.095s) 2022-09-27T16:14:39.2531315Z test_chi2_shape (__main__.TestDistributions) ... ok (0.005s) 2022-09-27T16:14:39.2653803Z test_continuous_bernoulli (__main__.TestDistributions) ... ok (0.012s) 2022-09-27T16:14:39.2676466Z test_continuous_bernoulli_3d (__main__.TestDistributions) ... ok (0.002s) 2022-09-27T16:14:39.2702587Z test_dirichlet_log_prob (__main__.TestDistributions) ... ok (0.003s) 2022-09-27T16:14:39.2723235Z test_dirichlet_mode (__main__.TestDistributions) ... ok (0.002s) 2022-09-27T16:14:39.3115987Z test_dirichlet_sample (__main__.TestDistributions) ... ok (0.039s) 2022-09-27T16:14:39.3137710Z test_dirichlet_shape (__main__.TestDistributions) ... ok (0.002s) 2022-09-27T16:14:39.7207684Z test_distribution_expand (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:14:39.7208407Z warnings.warn("Singular sample detected.") 2022-09-27T16:14:39.8253862Z ok (0.511s) 2022-09-27T16:14:39.9558103Z test_distribution_subclass_expand (__main__.TestDistributions) ... ok (0.130s) 2022-09-27T16:14:39.9785203Z test_enumerate_support_type (__main__.TestDistributions) ... ok (0.023s) 2022-09-27T16:14:39.9872541Z test_exponential (__main__.TestDistributions) ... ok (0.009s) 2022-09-27T16:14:40.0809638Z test_exponential_sample (__main__.TestDistributions) ... ok (0.093s) 2022-09-27T16:14:40.0871156Z test_fishersnedecor (__main__.TestDistributions) ... ok (0.006s) 2022-09-27T16:14:40.9249843Z test_fishersnedecor_sample (__main__.TestDistributions) ... ok (0.838s) 2022-09-27T16:14:40.9258365Z test_gamma_gpu_sample (__main__.TestDistributions) ... skip: CUDA not found (0.001s) 2022-09-27T16:14:40.9275137Z test_gamma_gpu_shape (__main__.TestDistributions) ... skip: CUDA not found (0.002s) 2022-09-27T16:14:40.9315749Z test_gamma_log_prob_at_boundary (__main__.TestDistributions) ... ok (0.004s) 2022-09-27T16:14:41.2136226Z test_gamma_sample (__main__.TestDistributions) ... ok (0.282s) 2022-09-27T16:14:41.2185000Z test_gamma_shape (__main__.TestDistributions) ... ok (0.005s) 2022-09-27T16:14:41.2245096Z test_geometric (__main__.TestDistributions) ... ok (0.006s) 2022-09-27T16:14:41.2359346Z test_geometric_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.011s) 2022-09-27T16:14:41.2417995Z test_geometric_sample (__main__.TestDistributions) ... ok (0.006s) 2022-09-27T16:14:41.2470651Z test_gumbel (__main__.TestDistributions) ... ok (0.005s) 2022-09-27T16:14:41.7990488Z test_gumbel_sample (__main__.TestDistributions) ... ok (0.552s) 2022-09-27T16:14:41.8080664Z test_halfcauchy (__main__.TestDistributions) ... ok (0.009s) 2022-09-27T16:14:41.8166411Z test_halfnormal (__main__.TestDistributions) ... ok (0.009s) 2022-09-27T16:14:41.8219783Z test_halfnormal_logprob (__main__.TestDistributions) ... ok (0.005s) 2022-09-27T16:14:41.9137479Z test_halfnormal_sample (__main__.TestDistributions) ... ok (0.092s) 2022-09-27T16:14:41.9148695Z test_has_examples (__main__.TestDistributions) ... ok (0.001s) 2022-09-27T16:14:42.4501119Z test_independent_expand (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:14:42.4502005Z warnings.warn("Singular sample detected.") 2022-09-27T16:14:42.5394614Z ok (0.624s) 2022-09-27T16:14:42.7818897Z test_independent_shape (__main__.TestDistributions) ... ok (0.242s) 2022-09-27T16:14:42.8191535Z test_invalid_parameter_broadcasting (__main__.TestDistributions) ... ok (0.037s) 2022-09-27T16:14:42.8471605Z test_kumaraswamy_mean_variance (__main__.TestDistributions) ... ok (0.028s) 2022-09-27T16:14:42.8502988Z test_kumaraswamy_shape (__main__.TestDistributions) ... ok (0.003s) 2022-09-27T16:14:42.8670144Z test_laplace (__main__.TestDistributions) ... ok (0.017s) 2022-09-27T16:14:43.1406534Z test_laplace_sample (__main__.TestDistributions) ... ok (0.274s) 2022-09-27T16:14:43.1432458Z test_lazy_property_grad (__main__.TestDistributions) ... ok (0.003s) 2022-09-27T16:14:43.1539526Z test_lkj_cholesky_log_prob (__main__.TestDistributions) ... ok (0.011s) 2022-09-27T16:14:43.1742550Z test_logisticnormal (__main__.TestDistributions) ... ok (0.020s) 2022-09-27T16:14:43.1759639Z test_logisticnormal_logprob (__main__.TestDistributions) ... ok (0.002s) 2022-09-27T16:14:43.4978876Z test_logisticnormal_sample (__main__.TestDistributions) ... ok (0.322s) 2022-09-27T16:14:43.5134911Z test_lognormal (__main__.TestDistributions) ... ok (0.016s) 2022-09-27T16:14:43.5192538Z test_lognormal_logprob (__main__.TestDistributions) ... ok (0.006s) 2022-09-27T16:14:43.7926346Z test_lognormal_sample (__main__.TestDistributions) ... ok (0.273s) 2022-09-27T16:14:43.7993613Z test_lowrank_multivariate_normal_log_prob (__main__.TestDistributions) ... ok (0.007s) 2022-09-27T16:14:43.8356382Z test_lowrank_multivariate_normal_moments (__main__.TestDistributions) ... ok (0.036s) 2022-09-27T16:14:43.8386629Z test_lowrank_multivariate_normal_properties (__main__.TestDistributions) ... ok (0.003s) 2022-09-27T16:14:43.8769944Z test_lowrank_multivariate_normal_sample (__main__.TestDistributions) ... ok (0.038s) 2022-09-27T16:14:43.9161663Z test_lowrank_multivariate_normal_shape (__main__.TestDistributions) ... ok (0.039s) 2022-09-27T16:14:43.9232087Z test_mixture_same_family_log_prob (__main__.TestDistributions) ... ok (0.007s) 2022-09-27T16:14:43.9714881Z test_mixture_same_family_sample (__main__.TestDistributions) ... ok (0.048s) 2022-09-27T16:14:43.9793311Z test_mixture_same_family_shape (__main__.TestDistributions) ... ok (0.008s) 2022-09-27T16:14:44.0585714Z test_mode (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:14:44.0586331Z warnings.warn("Singular sample detected.") 2022-09-27T16:14:44.0673196Z ok (0.088s) 2022-09-27T16:14:44.0775681Z test_multinomial_1d (__main__.TestDistributions) ... ok (0.010s) 2022-09-27T16:14:44.0820178Z test_multinomial_1d_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.004s) 2022-09-27T16:14:44.0938048Z test_multinomial_2d (__main__.TestDistributions) ... ok (0.012s) 2022-09-27T16:14:44.1009911Z test_multivariate_normal_log_prob (__main__.TestDistributions) ... ok (0.007s) 2022-09-27T16:14:44.1278803Z test_multivariate_normal_moments (__main__.TestDistributions) ... ok (0.027s) 2022-09-27T16:14:44.1301995Z test_multivariate_normal_properties (__main__.TestDistributions) ... ok (0.002s) 2022-09-27T16:14:44.2348048Z test_multivariate_normal_sample (__main__.TestDistributions) ... ok (0.104s) 2022-09-27T16:14:44.2931202Z test_multivariate_normal_shape (__main__.TestDistributions) ... ok (0.058s) 2022-09-27T16:14:44.2943891Z test_multivariate_normal_stable_with_precision_matrix (__main__.TestDistributions) ... ok (0.001s) 2022-09-27T16:14:44.3105832Z test_negative_binomial (__main__.TestDistributions) ... ok (0.016s) 2022-09-27T16:14:44.3546517Z test_negative_binomial_log_prob (__main__.TestDistributions) ... ok (0.044s) 2022-09-27T16:14:44.3582441Z test_negative_binomial_log_prob_vectorized_count (__main__.TestDistributions) ... ok (0.004s) 2022-09-27T16:14:44.3741016Z test_normal (__main__.TestDistributions) ... ok (0.016s) 2022-09-27T16:14:44.6488864Z test_normal_sample (__main__.TestDistributions) ... ok (0.275s) 2022-09-27T16:14:44.6549184Z test_one_hot_categorical_1d (__main__.TestDistributions) ... ok (0.006s) 2022-09-27T16:14:44.6614244Z test_one_hot_categorical_2d (__main__.TestDistributions) ... ok (0.006s) 2022-09-27T16:14:44.6634698Z test_one_hot_categorical_enumerate_support (__main__.TestDistributions) ... ok (0.002s) 2022-09-27T16:14:44.6690126Z test_pareto (__main__.TestDistributions) ... ok (0.005s) 2022-09-27T16:14:44.9433154Z test_pareto_sample (__main__.TestDistributions) ... ok (0.274s) 2022-09-27T16:14:44.9443586Z test_poisson_forward_ad (__main__.TestDistributions) ... ok (0.001s) 2022-09-27T16:14:44.9450636Z test_poisson_gpu_sample (__main__.TestDistributions) ... skip: CUDA not found (0.001s) 2022-09-27T16:14:44.9522306Z 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:14:44.9522897Z warnings.warn(msg, FutureWarning) 2022-09-27T16:14:44.9523100Z ok (0.007s) 2022-09-27T16:14:44.9583638Z test_poisson_sample (__main__.TestDistributions) ... ok (0.006s) 2022-09-27T16:14:44.9602046Z test_poisson_shape (__main__.TestDistributions) ... ok (0.002s) 2022-09-27T16:14:44.9735354Z test_relaxed_bernoulli (__main__.TestDistributions) ... ok (0.013s) 2022-09-27T16:14:44.9810919Z test_relaxed_one_hot_categorical_1d (__main__.TestDistributions) ... ok (0.008s) 2022-09-27T16:14:44.9937951Z test_relaxed_one_hot_categorical_2d (__main__.TestDistributions) ... ok (0.013s) 2022-09-27T16:14:45.0100182Z test_repr (__main__.TestDistributions) ... ok (0.016s) 2022-09-27T16:14:45.0282635Z test_rounded_relaxed_bernoulli (__main__.TestDistributions) ... ok (0.018s) 2022-09-27T16:14:45.0401006Z 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:14:45.0401750Z warnings.warn("Singular sample detected.") 2022-09-27T16:14:45.0434263Z ok (0.015s) 2022-09-27T16:14:45.0588827Z test_sample_detached (__main__.TestDistributions) ... ok (0.015s) 2022-09-27T16:14:45.0650230Z test_studentT (__main__.TestDistributions) ... ok (0.006s) 2022-09-27T16:14:45.1483425Z test_studentT_log_prob (__main__.TestDistributions) ... ok (0.083s) 2022-09-27T16:14:46.2995172Z test_studentT_sample (__main__.TestDistributions) ... ok (1.151s) 2022-09-27T16:14:46.3223501Z test_support_attributes (__main__.TestDistributions) ... ok (0.023s) 2022-09-27T16:14:46.3336964Z test_uniform (__main__.TestDistributions) ... ok (0.011s) 2022-09-27T16:14:46.3615015Z test_valid_parameter_broadcasting (__main__.TestDistributions) ... ok (0.028s) 2022-09-27T16:14:46.3693508Z test_vonmises_logprob (__main__.TestDistributions) ... ok (0.008s) 2022-09-27T16:14:53.7942813Z test_vonmises_sample (__main__.TestDistributions) ... ok (7.425s) 2022-09-27T16:14:53.8003786Z 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:14:53.8004412Z warnings.warn("Singular sample detected.") 2022-09-27T16:14:53.8669906Z ok (0.073s) 2022-09-27T16:14:53.8685437Z 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:14:53.8686444Z warnings.warn("Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim.") 2022-09-27T16:14:55.3113075Z ok (1.444s) 2022-09-27T16:14:55.3139647Z test_wishart_properties (__main__.TestDistributions) ... ok (0.003s) 2022-09-27T16:14:55.6053633Z test_wishart_sample (__main__.TestDistributions) ... ok (0.291s) 2022-09-27T16:14:55.6469632Z test_wishart_shape (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:14:55.6470292Z warnings.warn("Singular sample detected.") 2022-09-27T16:14:55.6599906Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:14:55.6600454Z warnings.warn("Singular sample detected.") 2022-09-27T16:14:55.6723674Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:14:55.6724239Z warnings.warn("Singular sample detected.") 2022-09-27T16:14:55.6835810Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:14:55.6836474Z warnings.warn("Singular sample detected.") 2022-09-27T16:14:55.6971781Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:14:55.6972493Z warnings.warn("Singular sample detected.") 2022-09-27T16:14:55.7065607Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:14:55.7066330Z warnings.warn("Singular sample detected.") 2022-09-27T16:14:55.7166585Z ok (0.111s) 2022-09-27T16:14:55.7182512Z test_wishart_stable_with_precision_matrix (__main__.TestDistributions) ... ok (0.002s) 2022-09-27T16:14:55.7193982Z test_zero_excluded_binomial (__main__.TestDistributions) ... skip: CUDA not found (0.001s) 2022-09-27T16:14:55.7210025Z test_cat_event_dim (__main__.TestFunctors) ... ok (0.001s) 2022-09-27T16:14:55.7248240Z test_cat_transform (__main__.TestFunctors) ... ok (0.004s) 2022-09-27T16:14:55.7284775Z test_cat_transform_non_uniform (__main__.TestFunctors) ... ok (0.004s) 2022-09-27T16:14:55.7319131Z test_stack_transform (__main__.TestFunctors) ... ok (0.003s) 2022-09-27T16:14:57.8666053Z test_cdf (__main__.TestJit) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:14:57.8666756Z warnings.warn("Singular sample detected.") 2022-09-27T16:14:58.1944082Z ok (2.462s) 2022-09-27T16:15:01.0808960Z 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:15:01.0810132Z warnings.warn("Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim.") 2022-09-27T16:15:01.5117909Z ok (3.317s) 2022-09-27T16:15:01.7276045Z test_enumerate_support (__main__.TestJit) ... ok (0.216s) 2022-09-27T16:15:07.3683599Z test_log_prob (__main__.TestJit) ... ok (5.641s) 2022-09-27T16:15:08.8694540Z test_mean (__main__.TestJit) ... ok (1.501s) 2022-09-27T16:15:08.8741958Z 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:15:08.8742721Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8743813Z /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:15:08.8744592Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8745906Z /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:15:08.8746754Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8748005Z /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:15:08.8748765Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8750059Z /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:15:08.8750954Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8752241Z /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:15:08.8752937Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8754037Z /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:15:08.8754572Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8758731Z /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:15:08.8759812Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8760811Z /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:15:08.8761414Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8762221Z /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:15:08.8762712Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8763766Z /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:15:08.8764571Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8765974Z /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:15:08.8766923Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8768350Z /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:15:08.8769521Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8770950Z /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:15:08.8771852Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8773292Z /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:15:08.8774364Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8776123Z /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:15:08.8777213Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8778671Z /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:15:08.8779616Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8781099Z /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:15:08.8782065Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8783813Z /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:15:08.8784977Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8786658Z /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:15:08.8787737Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8789380Z /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:15:08.8790444Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8792136Z /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:15:08.8793217Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8794896Z /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:15:08.8795922Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8797626Z /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:15:08.8798706Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8800410Z /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:15:08.8801489Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8803151Z /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:15:08.8804205Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8805908Z /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:15:08.8806988Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8808723Z /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:15:08.8809880Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8811659Z /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:15:08.8812731Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8814469Z /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:15:08.8815549Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8817247Z /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:15:08.8818311Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8820043Z /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:15:08.8821111Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8822803Z /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:15:08.8823881Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8825577Z /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:15:08.8826641Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8828283Z /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:15:08.8829349Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8831059Z /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:15:08.8832130Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8833798Z /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:15:08.8834866Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8836540Z /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:15:08.8837595Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8839302Z /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:15:08.8840345Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8842091Z /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:15:08.8843216Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8844927Z /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:15:08.8846001Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8847688Z /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:15:08.8848807Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8859102Z /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:15:08.8864763Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8866522Z /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:15:08.8867627Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8869311Z /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:15:08.8870390Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8872055Z /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:15:08.8873140Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8874797Z /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:15:08.8875865Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8877583Z /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:15:08.8878665Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8880381Z /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:15:08.8881471Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8883397Z /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:15:08.8884510Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8886289Z /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:15:08.8887368Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8889216Z /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:15:08.8890313Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8892029Z /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:15:08.8893113Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8894799Z /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:15:08.8895865Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8897524Z /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:15:08.8898574Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8900247Z /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:15:08.8901331Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8903040Z /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:15:08.8904100Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8906344Z /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:15:08.8907412Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8909121Z /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:15:08.8910197Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8911887Z /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:15:08.8912954Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8914706Z /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:15:08.8915870Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8917554Z /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:15:08.8918624Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8920322Z /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:15:08.8921398Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8923055Z /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:15:08.8924093Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8925797Z /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:15:08.8926879Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8928659Z /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:15:08.8929721Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8930695Z /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:15:08.8931175Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8931921Z /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:15:08.8932408Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8933140Z /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:15:08.8933621Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8934360Z /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:15:08.8934838Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8935623Z /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:15:08.8936139Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8936878Z /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:15:08.8937358Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8938101Z /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:15:08.8938572Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8939315Z /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:15:08.8939793Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8940551Z /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:15:08.8941026Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8941770Z /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:15:08.8942248Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8942998Z /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:15:08.8943489Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8944220Z /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:15:08.8944704Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8945463Z /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:15:08.8945948Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8946673Z /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:15:08.8947150Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8947895Z /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:15:08.8948368Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8949144Z /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:15:08.8949641Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8950385Z /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:15:08.8950860Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8951602Z /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:15:08.8952067Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8952822Z /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:15:08.8953314Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8954059Z /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:15:08.8954540Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8955272Z /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:15:08.8955749Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8956504Z /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:15:08.8956984Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8957703Z /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:15:08.8958178Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8958919Z /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:15:08.8959399Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8960137Z /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:15:08.8960618Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8961401Z /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:15:08.8961916Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8962668Z /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:15:08.8963146Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8963895Z /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:15:08.8964374Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8965128Z /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:15:08.8965613Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8966363Z /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:15:08.8966858Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8967618Z /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:15:08.8968108Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8968938Z /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:15:08.8975343Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8977716Z /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:15:08.8978641Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8979850Z /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:15:08.8980334Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8981088Z /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:15:08.8981571Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8982317Z /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:15:08.8982884Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8983635Z /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:15:08.8984170Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8984937Z /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:15:08.8985434Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8986188Z /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:15:08.8986689Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8987449Z /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:15:08.8987939Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8988679Z /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:15:08.8989162Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8989944Z /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:15:08.8990438Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8991194Z /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:15:08.8991666Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8992423Z /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:15:08.8992911Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8993654Z /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:15:08.8994119Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8994880Z /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:15:08.8995374Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8996183Z /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:15:08.8996723Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8997515Z /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:15:08.8998025Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8998767Z /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:15:08.8999249Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.8999983Z /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:15:08.9000464Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9001217Z /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:15:08.9001701Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9002443Z /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:15:08.9002915Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9003670Z /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:15:08.9004154Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9004900Z /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:15:08.9005373Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9006149Z /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:15:08.9006643Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9007398Z /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:15:08.9007889Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9008769Z /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:15:08.9009454Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9010230Z /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:15:08.9010724Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9011480Z /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:15:08.9011973Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9012744Z /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:15:08.9013250Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9014014Z /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:15:08.9014498Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9015267Z /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:15:08.9015764Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9028772Z /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:15:08.9029296Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9030070Z /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:15:08.9030570Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9031339Z /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:15:08.9031832Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9032586Z /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:15:08.9033063Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9033932Z /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:15:08.9034429Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9035237Z /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:15:08.9035710Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9036460Z /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:15:08.9036943Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9037698Z /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:15:08.9038187Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9038944Z /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:15:08.9039447Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9040195Z /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:15:08.9040679Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9041420Z /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:15:08.9041908Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9042646Z /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:15:08.9043121Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9043865Z /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:15:08.9044334Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9045102Z /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:15:08.9045595Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9046359Z /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:15:08.9046836Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9047638Z /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:15:08.9048174Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9049167Z /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:15:08.9049666Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9050433Z /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:15:08.9050930Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9051695Z /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:15:08.9052190Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9052915Z /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:15:08.9053394Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9054148Z /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:15:08.9054631Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9055373Z /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:15:08.9055841Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9056577Z /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:15:08.9057051Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9057807Z /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:15:08.9058283Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9059043Z /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:15:08.9059532Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9060326Z /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:15:08.9060842Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9061563Z /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:15:08.9062042Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9062792Z /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:15:08.9063274Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9064005Z /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:15:08.9064488Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9065230Z /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:15:08.9065712Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9066451Z /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:15:08.9066925Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9067676Z /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:15:08.9068161Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9068914Z /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:15:08.9069382Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9070121Z /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:15:08.9070603Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9071336Z /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:15:08.9071816Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9072547Z /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:15:08.9073058Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9073808Z /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:15:08.9074324Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9075053Z /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:15:08.9075533Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9076277Z /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:15:08.9076759Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9077493Z /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:15:08.9077972Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9078726Z /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:15:08.9079212Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9079962Z /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:15:08.9080433Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9081171Z /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:15:08.9081644Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9082414Z /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:15:08.9082903Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9083643Z /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:15:08.9084123Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9084854Z /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:15:08.9085333Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9086095Z /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:15:08.9086593Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9087335Z /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:15:08.9087814Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9088616Z /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:15:08.9089242Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9090001Z /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:15:08.9090484Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9091235Z /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:15:08.9091699Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9092446Z /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:15:08.9092918Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9093676Z /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:15:08.9094162Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9094899Z /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:15:08.9095383Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9096129Z /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:15:08.9096609Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9097341Z /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:15:08.9097818Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9098563Z /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:15:08.9099091Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9099830Z /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:15:08.9100356Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9101119Z /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:15:08.9101608Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9102375Z /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:15:08.9102854Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9103611Z /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:15:08.9104093Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9104846Z /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:15:08.9105329Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9106057Z /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:15:08.9106529Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9107290Z /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:15:08.9107777Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9108508Z /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:15:08.9108987Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9109726Z /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:15:08.9110206Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9110934Z /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:15:08.9111419Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9112185Z /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:15:08.9112703Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9113447Z /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:15:08.9113911Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9114646Z /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:15:08.9115121Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9115862Z /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:15:08.9116330Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9117080Z /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:15:08.9117564Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9118299Z /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:15:08.9118776Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9119511Z /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:15:08.9119994Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9120747Z /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:15:08.9121234Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9121971Z /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:15:08.9122456Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9123197Z /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:15:08.9123680Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9124413Z /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:15:08.9124907Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9125652Z /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:15:08.9126156Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9126892Z /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:15:08.9127352Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9128102Z /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:15:08.9128662Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9129584Z /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:15:08.9130072Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9130803Z /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:15:08.9131279Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9132053Z /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:15:08.9132549Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9133308Z /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:15:08.9133811Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9134569Z /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:15:08.9135054Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9135819Z /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:15:08.9136296Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9137027Z /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:15:08.9137500Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9138311Z /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:15:08.9138810Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9139551Z /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:15:08.9140024Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9140776Z /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:15:08.9141269Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9142001Z /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:15:08.9142481Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9143241Z /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:15:08.9143726Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9144457Z /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:15:08.9144934Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9145677Z /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:15:08.9146156Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9146898Z /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:15:08.9147366Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9148105Z /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:15:08.9148580Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9149315Z /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:15:08.9149779Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9150576Z /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:15:08.9151071Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9151844Z /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:15:08.9152320Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9153053Z /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:15:08.9153533Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9154273Z /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:15:08.9154746Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9155465Z /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:15:08.9155931Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9156671Z /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:15:08.9157148Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9157883Z /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:15:08.9158362Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9159101Z /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:15:08.9159580Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9160338Z /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:15:08.9160810Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9161551Z /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:15:08.9162033Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9162774Z /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:15:08.9163248Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9164000Z /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:15:08.9164506Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9165248Z /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:15:08.9165724Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9166461Z /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:15:08.9166944Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9167692Z /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:15:08.9168174Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9169092Z /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:15:08.9169662Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9170426Z /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:15:08.9170920Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9171682Z /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:15:08.9172152Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9172908Z /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:15:08.9173399Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9174151Z /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:15:08.9174635Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9175360Z /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:15:08.9175833Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9176620Z /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:15:08.9177141Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9177872Z /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:15:08.9178350Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9179103Z /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:15:08.9179587Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9180314Z /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:15:08.9180794Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9181541Z /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:15:08.9182025Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9182773Z /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:15:08.9183239Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9183975Z /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:15:08.9184448Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9185189Z /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:15:08.9185672Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9186422Z /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:15:08.9186915Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9187658Z /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:15:08.9188145Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9188897Z /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:15:08.9189389Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9190161Z /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:15:08.9190673Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9191410Z /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:15:08.9191890Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9192624Z /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:15:08.9193102Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9193853Z /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:15:08.9194317Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9195054Z /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:15:08.9195528Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9196266Z /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:15:08.9196734Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9197484Z /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:15:08.9197968Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9198711Z /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:15:08.9199192Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9199933Z /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:15:08.9200416Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9201170Z /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:15:08.9201652Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9202431Z /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:15:08.9202956Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9203700Z /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:15:08.9204185Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9204925Z /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:15:08.9205393Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9206143Z /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:15:08.9206624Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9207370Z /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:15:08.9207828Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9208652Z /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:15:08.9209293Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9210055Z /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:15:08.9210543Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9211270Z /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:15:08.9211753Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9212495Z /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:15:08.9212974Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9213709Z /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:15:08.9214194Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9214956Z /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:15:08.9215444Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9216233Z /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:15:08.9216744Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9217509Z /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:15:08.9218004Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9218756Z /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:15:08.9219228Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9219994Z /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:15:08.9220484Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9221224Z /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:15:08.9221701Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9222427Z /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:15:08.9222912Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9223659Z /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:15:08.9224139Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9224863Z /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:15:08.9225341Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9226093Z /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:15:08.9226566Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9227305Z /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:15:08.9227773Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9228540Z /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:15:08.9229045Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9229794Z /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:15:08.9230262Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9230989Z /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:15:08.9231461Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9232211Z /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:15:08.9232697Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9233421Z /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:15:08.9233896Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9234648Z /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:15:08.9235125Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9235872Z /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:15:08.9236358Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9237094Z /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:15:08.9237565Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9238304Z /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:15:08.9238768Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9239513Z /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:15:08.9239992Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9240739Z /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:15:08.9241208Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9241979Z /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:15:08.9242488Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9243240Z /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:15:08.9243721Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9244450Z /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:15:08.9244934Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9245685Z /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:15:08.9246165Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9246891Z /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:15:08.9247363Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9248107Z /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:15:08.9248659Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9249583Z /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:15:08.9250049Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9250795Z /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:15:08.9251283Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9252030Z /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:15:08.9252499Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9253247Z /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:15:08.9253727Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9254551Z /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:15:08.9255091Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9255845Z /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:15:08.9256342Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9257088Z /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:15:08.9257568Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9258316Z /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:15:08.9258811Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9259556Z /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:15:08.9260034Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9260787Z /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:15:08.9261259Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9262013Z /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:15:08.9262502Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9263238Z /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:15:08.9263697Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9264437Z /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:15:08.9264913Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9265651Z /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:15:08.9266125Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9266851Z /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:15:08.9267356Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9268105Z /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:15:08.9268612Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9269341Z /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:15:08.9269821Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9270564Z /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:15:08.9271041Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9271770Z /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:15:08.9272255Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9273008Z /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:15:08.9273490Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9274257Z /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:15:08.9274737Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9275497Z /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:15:08.9275980Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9276731Z /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:15:08.9277226Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9277953Z /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:15:08.9278431Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9279173Z /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:15:08.9279649Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9280411Z /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:15:08.9280922Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9281658Z /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:15:08.9282136Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9282886Z /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:15:08.9283375Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9284131Z /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:15:08.9284616Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9285369Z /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:15:08.9285843Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9286605Z /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:15:08.9287093Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9287855Z /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:15:08.9288347Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9289255Z /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:15:08.9289737Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9290493Z /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:15:08.9290973Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9291699Z /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:15:08.9292180Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9292966Z /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:15:08.9293497Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9294234Z /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:15:08.9294702Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9295443Z /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:15:08.9295921Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9296660Z /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:15:08.9297126Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9297869Z /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:15:08.9298343Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9299099Z /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:15:08.9299589Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9300323Z /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:15:08.9300806Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9301554Z /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:15:08.9302038Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9302770Z /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:15:08.9303253Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9303997Z /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:15:08.9304470Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9305195Z /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:15:08.9305674Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9306442Z /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:15:08.9306951Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9307690Z /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:15:08.9308159Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9308901Z /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:15:08.9309380Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9310120Z /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:15:08.9310590Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9311339Z /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:15:08.9311818Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9312567Z /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:15:08.9313045Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9313782Z /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:15:08.9314262Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9315011Z /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:15:08.9315499Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9316228Z /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:15:08.9316707Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9317439Z /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:15:08.9317911Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9318694Z /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:15:08.9319174Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9319944Z /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:15:08.9320420Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9321162Z /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:15:08.9321628Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9322374Z /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:15:08.9322856Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9323594Z /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:15:08.9324073Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9324792Z /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:15:08.9325266Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9326010Z /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:15:08.9326491Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9327213Z /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:15:08.9327685Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9328490Z /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:15:08.9329065Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9329810Z /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:15:08.9330277Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9331023Z /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:15:08.9331503Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9332288Z /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:15:08.9332789Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9333539Z /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:15:08.9334018Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9334772Z /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:15:08.9335260Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9335988Z /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:15:08.9336477Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9337228Z /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:15:08.9337712Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9338437Z /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:15:08.9338915Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9339657Z /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:15:08.9340132Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9340867Z /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:15:08.9341349Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9342098Z /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:15:08.9342582Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9343328Z /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:15:08.9343795Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9344583Z /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:15:08.9345061Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9345835Z /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:15:08.9346313Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9347048Z /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:15:08.9347533Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9348292Z /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:15:08.9348778Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9349533Z /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:15:08.9350026Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9350771Z /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:15:08.9351253Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9351987Z /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:15:08.9352469Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9353237Z /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:15:08.9353729Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9354493Z /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:15:08.9354973Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9355734Z /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:15:08.9356224Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9356982Z /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:15:08.9357474Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9358248Z /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:15:08.9358771Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9359539Z /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:15:08.9360033Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9360767Z /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:15:08.9361243Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9362250Z /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:15:08.9362732Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9363475Z /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:15:08.9363940Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9364685Z /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:15:08.9365170Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9365914Z /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:15:08.9366376Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9367157Z /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:15:08.9367661Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9368507Z /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:15:08.9369110Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9369849Z /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:15:08.9370329Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9371124Z /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:15:08.9371654Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9372399Z /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:15:08.9372883Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9373639Z /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:15:08.9374125Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9374879Z /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:15:08.9375349Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9376094Z /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:15:08.9376569Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9377325Z /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:15:08.9377809Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9378554Z /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:15:08.9379039Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9379794Z /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:15:08.9380285Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9381034Z /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:15:08.9381529Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9382284Z /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:15:08.9382775Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9383560Z /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:15:08.9384054Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9384853Z /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:15:08.9385341Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9386090Z /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:15:08.9386557Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9387305Z /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:15:08.9387792Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9388546Z /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:15:08.9389031Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9389764Z /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:15:08.9390250Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9391017Z /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:15:08.9391506Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9392240Z /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:15:08.9392728Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9393482Z /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:15:08.9393967Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9394713Z /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:15:08.9395180Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9395922Z /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:15:08.9396398Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9397174Z /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:15:08.9397692Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9398434Z /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:15:08.9398909Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9399660Z /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:15:08.9400144Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9400884Z /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:15:08.9401374Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9402110Z /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:15:08.9402590Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9403332Z /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:15:08.9403822Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9404599Z /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:15:08.9405109Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9405845Z /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:15:08.9406316Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9407046Z /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:15:08.9407525Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9408274Z /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:15:08.9408805Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9409812Z /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:15:08.9410334Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9411087Z /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:15:08.9411570Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9412328Z /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:15:08.9412825Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9413578Z /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:15:08.9414058Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9414821Z /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:15:08.9415313Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9416070Z /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:15:08.9416550Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9417318Z /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:15:08.9417802Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9418543Z /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:15:08.9419019Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9419791Z /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:15:08.9420277Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9421025Z /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:15:08.9421501Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9422238Z /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:15:08.9422742Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9423467Z /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:15:08.9423978Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9424742Z /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:15:08.9425241Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9426001Z /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:15:08.9426493Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9427260Z /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:15:08.9427753Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9428511Z /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:15:08.9428991Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9429754Z /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:15:08.9430244Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9431010Z /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:15:08.9431504Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9432238Z /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:15:08.9432720Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9433474Z /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:15:08.9433960Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9434696Z /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:15:08.9435174Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9435956Z /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:15:08.9436463Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9437195Z /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:15:08.9437676Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9438418Z /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:15:08.9438897Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9439648Z /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:15:08.9440119Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9440867Z /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:15:08.9441349Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9442127Z /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:15:08.9442614Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9443386Z /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:15:08.9443883Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9444659Z /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:15:08.9445151Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9445891Z /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:15:08.9446374Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9447108Z /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:15:08.9447579Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9448369Z /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:15:08.9448968Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9449832Z /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:15:08.9450316Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9451062Z /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:15:08.9451532Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9452274Z /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:15:08.9452754Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9453496Z /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:15:08.9453965Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9454705Z /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:15:08.9455183Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9455936Z /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:15:08.9456417Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9457152Z /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:15:08.9457630Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9458369Z /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:15:08.9458850Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9459590Z /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:15:08.9460078Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9460813Z /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:15:08.9461342Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9462097Z /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:15:08.9462610Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9463352Z /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:15:08.9463838Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9464586Z /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:15:08.9465056Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9465790Z /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:15:08.9466271Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9467034Z /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:15:08.9467526Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9468255Z /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:15:08.9468738Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9469491Z /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:15:08.9469979Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9470730Z /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:15:08.9471220Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9471959Z /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:15:08.9472440Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9473178Z /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:15:08.9473642Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9474422Z /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:15:08.9474944Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9475682Z /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:15:08.9476144Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9476879Z /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:15:08.9477358Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9478111Z /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:15:08.9478596Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9479334Z /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:15:08.9479813Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9480555Z /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:15:08.9481035Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9481764Z /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:15:08.9482237Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9482980Z /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:15:08.9483456Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9484214Z /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:15:08.9484695Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9485437Z /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:15:08.9485916Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9486699Z /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:15:08.9487171Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9487957Z /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:15:08.9488524Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9489345Z /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:15:08.9489821Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9490560Z /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:15:08.9491035Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9491773Z /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:15:08.9492240Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9492975Z /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:15:08.9493456Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9494215Z /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:15:08.9494707Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9495447Z /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:15:08.9495912Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9496667Z /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:15:08.9497157Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9497925Z /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:15:08.9498405Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9499163Z /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:15:08.9499648Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9500456Z /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:15:08.9500985Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9501716Z /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:15:08.9502196Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9502945Z /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:15:08.9503428Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9504178Z /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:15:08.9504668Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9505310Z /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:15:08.9505408Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9506053Z /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:15:08.9506149Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9506855Z /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:15:08.9506990Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9508056Z /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:15:08.9508155Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9508779Z /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:15:08.9508863Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9509486Z /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:15:08.9509581Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9510238Z /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:15:08.9510367Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9510972Z /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:15:08.9511067Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9511686Z /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:15:08.9511780Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9512418Z /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:15:08.9512516Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9513134Z /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:15:08.9513216Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9513840Z /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:15:08.9513935Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9514561Z /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:15:08.9514656Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9515275Z /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:15:08.9515371Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9515992Z /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:15:08.9516089Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9516714Z /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:15:08.9516808Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9517444Z /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:15:08.9517567Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9518201Z /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:15:08.9518331Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9518967Z /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:15:08.9519065Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9519703Z /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:15:08.9519802Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9520440Z /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:15:08.9520537Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9521178Z /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:15:08.9521275Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9521929Z /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:15:08.9522027Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9522693Z /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:15:08.9522776Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9523410Z /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:15:08.9523508Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9524124Z /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:15:08.9524221Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9524835Z /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:15:08.9524930Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9525617Z /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:15:08.9525742Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9526358Z /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:15:08.9526455Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9527088Z /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:15:08.9527174Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9527797Z /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:15:08.9527892Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9528584Z /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:15:08.9528681Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9529389Z /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:15:08.9529488Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9530109Z /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:15:08.9530208Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9530837Z /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:15:08.9530935Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9531557Z /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:15:08.9531658Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9532259Z /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:15:08.9532358Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9533036Z /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:15:08.9533167Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9533780Z /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:15:08.9533875Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9534489Z /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:15:08.9534584Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9535208Z /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:15:08.9535305Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9535921Z /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:15:08.9536017Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9536632Z /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:15:08.9536726Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9537366Z /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:15:08.9537462Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9538085Z /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:15:08.9538182Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9538818Z /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:15:08.9538916Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9539551Z /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:15:08.9539646Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9540266Z /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:15:08.9540388Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9541047Z /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:15:08.9541190Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9541852Z /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:15:08.9541947Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9542579Z /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:15:08.9542679Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9543304Z /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:15:08.9543401Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9544029Z /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:15:08.9544126Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9544762Z /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:15:08.9544863Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9545482Z /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:15:08.9545577Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9546185Z /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:15:08.9546286Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9546922Z /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:15:08.9547018Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9547633Z /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:15:08.9547729Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9548389Z /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:15:08.9548509Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9549128Z /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:15:08.9549223Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9549850Z /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:15:08.9549944Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9550558Z /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:15:08.9550652Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9551294Z /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:15:08.9551389Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9552005Z /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:15:08.9552102Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9552731Z /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:15:08.9552827Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9553449Z /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:15:08.9553549Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9554170Z /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:15:08.9554266Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9554884Z /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:15:08.9554967Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9555613Z /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:15:08.9555734Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9556343Z /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:15:08.9556437Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9557066Z /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:15:08.9557161Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9557777Z /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:15:08.9557873Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9558493Z /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:15:08.9558589Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9559216Z /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:15:08.9559298Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9559927Z /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:15:08.9560022Z errors.OnnxExporterWarning, 2022-09-27T16:15:08.9560640Z /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:15:08.9560735Z errors.OnnxExporterWarning, 2022-09-27T16:15:09.2536789Z ok (0.384s) 2022-09-27T16:15:09.7434684Z test_sample (__main__.TestJit) ... ok (0.490s) 2022-09-27T16:15:12.3326407Z test_variance (__main__.TestJit) ... ok (2.589s) 2022-09-27T16:15:12.3659883Z test_entropy_exponential_family (__main__.TestKL) ... ok (0.033s) 2022-09-27T16:15:14.8680329Z test_entropy_monte_carlo (__main__.TestKL) ... ok (2.502s) 2022-09-27T16:15:14.8783789Z test_kl_edgecases (__main__.TestKL) ... ok (0.010s) 2022-09-27T16:15:14.8977125Z test_kl_exponential_family (__main__.TestKL) ... ok (0.019s) 2022-09-27T16:15:14.9108413Z test_kl_infinite (__main__.TestKL) ... ok (0.013s) 2022-09-27T16:15:14.9296710Z test_kl_lowrank_multivariate_normal (__main__.TestKL) ... ok (0.019s) 2022-09-27T16:15:14.9438566Z test_kl_lowrank_multivariate_normal_batched (__main__.TestKL) ... ok (0.014s) 2022-09-27T16:15:15.5640890Z test_kl_monte_carlo (__main__.TestKL) ... ok (0.620s) 2022-09-27T16:15:15.5896027Z test_kl_multivariate_normal (__main__.TestKL) ... ok (0.025s) 2022-09-27T16:15:15.6023075Z test_kl_multivariate_normal_batched (__main__.TestKL) ... ok (0.012s) 2022-09-27T16:15:15.6147446Z test_kl_multivariate_normal_batched_broadcasted (__main__.TestKL) ... ok (0.012s) 2022-09-27T16:15:15.6562299Z test_kl_shape (__main__.TestKL) ... ok (0.041s) 2022-09-27T16:15:15.6662232Z test_kl_transformed (__main__.TestKL) ... ok (0.010s) 2022-09-27T16:15:15.6702626Z test_lazy_logits_initialization (__main__.TestLazyLogitsInitialization) ... ok (0.004s) 2022-09-27T16:15:15.6725155Z test_lazy_probs_initialization (__main__.TestLazyLogitsInitialization) ... ok (0.002s) 2022-09-27T16:15:15.6854345Z test_bernoulli_gradient (__main__.TestNumericalStability) ... ok (0.013s) 2022-09-27T16:15:15.6881417Z test_bernoulli_with_logits_overflow (__main__.TestNumericalStability) ... ok (0.003s) 2022-09-27T16:15:15.6907576Z test_bernoulli_with_logits_underflow (__main__.TestNumericalStability) ... ok (0.003s) 2022-09-27T16:15:15.6925293Z test_categorical_log_prob (__main__.TestNumericalStability) ... ok (0.002s) 2022-09-27T16:15:15.6948288Z test_categorical_log_prob_with_logits (__main__.TestNumericalStability) ... ok (0.002s) 2022-09-27T16:15:15.7194053Z test_continuous_bernoulli_gradient (__main__.TestNumericalStability) ... ok (0.024s) 2022-09-27T16:15:15.7232179Z test_continuous_bernoulli_with_logits_overflow (__main__.TestNumericalStability) ... ok (0.004s) 2022-09-27T16:15:15.7268023Z test_continuous_bernoulli_with_logits_underflow (__main__.TestNumericalStability) ... ok (0.004s) 2022-09-27T16:15:15.7287721Z test_multinomial_log_prob (__main__.TestNumericalStability) ... ok (0.002s) 2022-09-27T16:15:15.7312338Z test_multinomial_log_prob_with_logits (__main__.TestNumericalStability) ... ok (0.002s) 2022-09-27T16:15:15.7756182Z test_beta_wrt_alpha (__main__.TestRsample) ... ok (0.044s) 2022-09-27T16:15:15.8196356Z test_beta_wrt_beta (__main__.TestRsample) ... ok (0.044s) 2022-09-27T16:15:15.8466624Z test_chi2 (__main__.TestRsample) ... ok (0.027s) 2022-09-27T16:15:16.3131529Z test_dirichlet_multivariate (__main__.TestRsample) ... ok (0.466s) 2022-09-27T16:15:16.3598858Z test_dirichlet_on_diagonal (__main__.TestRsample) ... ok (0.047s) 2022-09-27T16:15:16.4291865Z test_dirichlet_tangent_field (__main__.TestRsample) ... ok (0.069s) 2022-09-27T16:15:16.4566377Z test_gamma (__main__.TestRsample) ... ok (0.027s) 2022-09-27T16:15:16.4731022Z test_invalid (__main__.TestValidation) ... ok (0.016s) 2022-09-27T16:15:16.7026793Z test_invalid_log_probs_arg (__main__.TestValidation) ... ok (0.229s) 2022-09-27T16:15:16.7139099Z test_valid (__main__.TestValidation) ... ok (0.011s) 2022-09-27T16:15:16.7194967Z test_warning_unimplemented_constraints (__main__.TestValidation) ... ok (0.005s) 2022-09-27T16:15:16.7195504Z 2022-09-27T16:15:16.7196337Z ---------------------------------------------------------------------- 2022-09-27T16:15:16.7196784Z Ran 219 tests in 39.934s 2022-09-27T16:15:16.7196987Z 2022-09-27T16:15:16.7197093Z OK (skipped=5) 2022-09-27T16:15:16.7197272Z 2022-09-27T16:15:16.7197413Z Generating XML reports... 2022-09-27T16:15:16.7227219Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestAgainstScipy-20220927161436.xml 2022-09-27T16:15:16.7231329Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestConstraints-20220927161436.xml 2022-09-27T16:15:16.7265379Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestDistributionShapes-20220927161436.xml 2022-09-27T16:15:16.7354126Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestDistributions-20220927161436.xml 2022-09-27T16:15:16.7359667Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestFunctors-20220927161436.xml 2022-09-27T16:15:16.7428949Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestJit-20220927161436.xml 2022-09-27T16:15:16.7440335Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestKL-20220927161436.xml 2022-09-27T16:15:16.7444089Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestLazyLogitsInitialization-20220927161436.xml 2022-09-27T16:15:16.7453565Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestNumericalStability-20220927161436.xml 2022-09-27T16:15:16.7460465Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestRsample-20220927161436.xml 2022-09-27T16:15:16.7466713Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestValidation-20220927161436.xml 2022-09-27T16:15:17.3114983Z Running test_jit_llga_fuser ... [2022-09-27 16:15:17.311117] 2022-09-27T16:15:17.3115549Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_llga_fuser.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:15:17.311202] 2022-09-27T16:15:18.6156557Z Test results will be stored in test-reports/python-unittest/test_jit_llga_fuser 2022-09-27T16:15:18.6172232Z 2022-09-27T16:15:18.6172360Z Running tests... 2022-09-27T16:15:18.6173344Z ---------------------------------------------------------------------- 2022-09-27T16:15:18.9122606Z test_context_manager (__main__.TestEnableDisableLlgaFuser) ... ok (0.295s) 2022-09-27T16:15:18.9327368Z test_bn2d_eltwise (__main__.TestFusionPattern) ... ok (0.020s) 2022-09-27T16:15:18.9586187Z test_conv2d_bn (__main__.TestFusionPattern) ... ok (0.026s) 2022-09-27T16:15:18.9853067Z test_conv2d_bn_relu (__main__.TestFusionPattern) ... ok (0.027s) 2022-09-27T16:15:19.0860651Z test_conv2d_eltwise (__main__.TestFusionPattern) ... ok (0.101s) 2022-09-27T16:15:19.1926299Z test_conv2d_sum (__main__.TestFusionPattern) ... ok (0.106s) 2022-09-27T16:15:19.3579768Z test_linear_eltwise (__main__.TestFusionPattern) ... ok (0.165s) 2022-09-27T16:15:19.4036179Z test_rewrap_tensor_input_to_pytorch (__main__.TestFusionPattern) ... ok (0.045s) 2022-09-27T16:15:19.4095236Z 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:15:19.4096535Z argument_names, 2022-09-27T16:15:19.4275630Z ok (0.024s) 2022-09-27T16:15:20.0610260Z test_vision_alexnet (__main__.TestModel) ... ok (0.633s) 2022-09-27T16:15:23.8874585Z test_vision_densenet121 (__main__.TestModel) ... ok (3.826s) 2022-09-27T16:15:23.8896139Z 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:15:23.8897084Z FutureWarning, 2022-09-27T16:15:25.6577951Z ok (1.770s) 2022-09-27T16:15:26.9085188Z test_vision_mnasnet1_0 (__main__.TestModel) ... ok (1.251s) 2022-09-27T16:15:28.2363989Z test_vision_mobilenet_v2 (__main__.TestModel) ... ok (1.328s) 2022-09-27T16:15:29.7027117Z test_vision_resnet50 (__main__.TestModel) ... ok (1.466s) 2022-09-27T16:15:33.8280750Z test_vision_resnext101_32x8d (__main__.TestModel) ... ok (4.125s) 2022-09-27T16:15:35.5339256Z test_vision_resnext50_32x4d (__main__.TestModel) ... ok (1.706s) 2022-09-27T16:15:37.0484929Z test_vision_shufflenet_v2_x1_0 (__main__.TestModel) ... ok (1.515s) 2022-09-27T16:15:37.6627656Z test_vision_squeezenet1_0 (__main__.TestModel) ... ok (0.614s) 2022-09-27T16:15:40.3976719Z test_vision_vgg16 (__main__.TestModel) ... ok (2.735s) 2022-09-27T16:15:42.9367540Z test_vision_wide_resnet50_2 (__main__.TestModel) ... ok (2.539s) 2022-09-27T16:15:43.0503138Z test_add (__main__.TestOp) ... ok (0.113s) 2022-09-27T16:15:43.0596951Z test_add_scalar (__main__.TestOp) ... ok (0.009s) 2022-09-27T16:15:43.0696876Z test_addmm (__main__.TestOp) ... ok (0.010s) 2022-09-27T16:15:45.0841447Z test_avg_pool2d (__main__.TestOp) ... ok (2.014s) 2022-09-27T16:15:45.0982855Z test_bn2d (__main__.TestOp) ... ok (0.014s) 2022-09-27T16:15:45.2621865Z test_cat (__main__.TestOp) ... ok (0.164s) 2022-09-27T16:15:52.9526957Z test_conv2d (__main__.TestOp) ... ok (7.690s) 2022-09-27T16:15:52.9712645Z test_eltwise (__main__.TestOp) ... ok (0.019s) 2022-09-27T16:15:52.9754919Z test_identity_binary (__main__.TestOp) ... ok (0.004s) 2022-09-27T16:15:52.9870433Z test_layer_norm (__main__.TestOp) ... ok (0.011s) 2022-09-27T16:15:53.0094183Z test_linear (__main__.TestOp) ... ok (0.022s) 2022-09-27T16:15:54.4151171Z test_max_pool2d (__main__.TestOp) ... ok (1.405s) 2022-09-27T16:15:54.4825630Z test_mul (__main__.TestOp) ... ok (0.067s) 2022-09-27T16:15:54.5437522Z test_softmax (__main__.TestOp) ... ok (0.061s) 2022-09-27T16:15:54.5559846Z test_typecheck (__main__.TestOp) ... ok (0.012s) 2022-09-27T16:15:54.5661488Z test_variable_kernel_avg_pool2d (__main__.TestOp) ... ok (0.010s) 2022-09-27T16:15:54.5661792Z 2022-09-27T16:15:54.5663031Z ---------------------------------------------------------------------- 2022-09-27T16:15:54.5663419Z Ran 37 tests in 35.949s 2022-09-27T16:15:54.5663631Z 2022-09-27T16:15:54.5724664Z OK 2022-09-27T16:15:54.5724869Z 2022-09-27T16:15:54.5725016Z Generating XML reports... 2022-09-27T16:15:54.5725828Z Generated XML report: test-reports/python-unittest/test_jit_llga_fuser/TEST-TestEnableDisableLlgaFuser-20220927161518.xml 2022-09-27T16:15:54.5726771Z Generated XML report: test-reports/python-unittest/test_jit_llga_fuser/TEST-TestFusionPattern-20220927161518.xml 2022-09-27T16:15:54.5727693Z Generated XML report: test-reports/python-unittest/test_jit_llga_fuser/TEST-TestModel-20220927161518.xml 2022-09-27T16:15:54.5728697Z Generated XML report: test-reports/python-unittest/test_jit_llga_fuser/TEST-TestOp-20220927161518.xml 2022-09-27T16:15:55.9338346Z Running nn/test_pooling ... [2022-09-27 16:15:55.933407] 2022-09-27T16:15:55.9338863Z Executing ['/opt/conda/bin/python', '-bb', 'nn/test_pooling.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:15:55.933492] 2022-09-27T16:15:57.3479872Z Test results will be stored in test-reports/python-unittest/nn.test_pooling 2022-09-27T16:15:57.3497341Z 2022-09-27T16:15:57.3497685Z Running tests... 2022-09-27T16:15:57.3520409Z ---------------------------------------------------------------------- 2022-09-27T16:15:57.3520979Z test_avg_pool1d_ceil_mode (__main__.TestAvgPool) ... ok (0.002s) 2022-09-27T16:15:57.3534269Z test_avg_pool2d_ceil_mode (__main__.TestAvgPool) ... ok (0.001s) 2022-09-27T16:15:57.3547243Z test_avg_pool3d_ceil_mode (__main__.TestAvgPool) ... ok (0.001s) 2022-09-27T16:15:57.3619841Z test_doubletensor_avg_pool2d (__main__.TestAvgPool) ... ok (0.007s) 2022-09-27T16:15:57.3667758Z test_doubletensor_avg_pool2d_with_divisor (__main__.TestAvgPool) ... ok (0.005s) 2022-09-27T16:15:57.4134488Z test_doubletensor_avg_pool3d (__main__.TestAvgPool) ... ok (0.046s) 2022-09-27T16:15:57.5551664Z test_doubletensor_avg_pool3d_with_divisor (__main__.TestAvgPool) ... ok (0.142s) 2022-09-27T16:15:57.5622032Z test_MaxUnpool2d_output_size (__main__.TestPoolingNN) ... ok (0.007s) 2022-09-27T16:15:57.5647658Z test_adaptive_pooling_avg_nhwc (__main__.TestPoolingNN) ... ok (0.003s) 2022-09-27T16:15:57.5661515Z test_adaptive_pooling_avg_nhwc_launch_config_backward (__main__.TestPoolingNN) ... skip: CUDA unavailable (0.001s) 2022-09-27T16:15:57.5670539Z test_adaptive_pooling_avg_nhwc_launch_config_forward (__main__.TestPoolingNN) ... skip: CUDA unavailable (0.001s) 2022-09-27T16:15:57.5694639Z test_adaptive_pooling_avg_nhwc_non_contiguous (__main__.TestPoolingNN) ... ok (0.002s) 2022-09-27T16:15:57.5751169Z test_adaptive_pooling_bfloat16 (__main__.TestPoolingNN) ... ok (0.006s) 2022-09-27T16:15:57.5761949Z test_adaptive_pooling_input_size (__main__.TestPoolingNN) ... ok (0.001s) 2022-09-27T16:15:57.5780020Z test_adaptive_pooling_size_none (__main__.TestPoolingNN) ... ok (0.002s) 2022-09-27T16:15:57.5845135Z test_adaptive_pooling_size_overflow (__main__.TestPoolingNN) ... ok (0.006s) 2022-09-27T16:15:57.7079392Z test_max_unpool (__main__.TestPoolingNN) ... ok (0.123s) 2022-09-27T16:15:57.7104033Z test_max_unpool2d_nhwc_cpu (__main__.TestPoolingNN) ... ok (0.003s) 2022-09-27T16:15:57.7178116Z test_AdaptiveMaxPool1d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:15:57.7243528Z test_AdaptiveMaxPool2d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:15:57.7306281Z test_AdaptiveMaxPool3d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:15:57.7436776Z test_AdaptiveMaxPool_zero_batch_dim_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.013s) 2022-09-27T16:15:57.7487584Z test_AvgPool2d_empty_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:15:57.7499456Z test_AvgPool3d_backward_after_cat_dim1_device_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:15:57.7548631Z test_FractionalMaxPool2d_zero_batch_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:15:57.7595591Z test_FractionalMaxPool2d_zero_out_size_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:15:57.7644211Z test_FractionalMaxPool3d_zero_batch_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:15:57.7704317Z test_FractionalMaxPool3d_zero_out_size_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:15:57.7768496Z test_MaxPool1d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:15:57.7832645Z test_MaxPool2d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:15:57.7895336Z test_MaxPool3d_indices_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:15:57.8013169Z test_MaxPool_zero_batch_dim_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.012s) 2022-09-27T16:15:57.8044963Z test_MaxUnpool_index_errors_case10_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:15:57.8075245Z test_MaxUnpool_index_errors_case1_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:15:57.8105240Z test_MaxUnpool_index_errors_case2_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:15:57.8134834Z test_MaxUnpool_index_errors_case3_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:15:57.8164289Z test_MaxUnpool_index_errors_case4_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:15:57.8193894Z test_MaxUnpool_index_errors_case5_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:15:57.8223409Z test_MaxUnpool_index_errors_case6_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:15:57.8253167Z test_MaxUnpool_index_errors_case7_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:15:57.8282783Z test_MaxUnpool_index_errors_case8_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:15:57.8315165Z test_MaxUnpool_index_errors_case9_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:15:57.8349558Z test_MaxUnpool_zero_batch_dim_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:15:57.8382859Z test_adaptive_avg_pool2d_output_size_one_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:15:57.8400871Z test_adaptive_avg_pool3d_output_size_one_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:15:57.8495505Z test_adaptive_pool_invalid_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.009s) 2022-09-27T16:15:57.8507712Z test_adaptive_pool_odd_size_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:15:57.8574226Z test_adaptive_pooling_max_nhwc_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:15:57.8642722Z test_adaptive_pooling_max_nhwc_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:15:57.8822111Z test_adaptive_pooling_no_suppot_input_cpu_int16 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T16:15:57.9001693Z test_adaptive_pooling_no_suppot_input_cpu_int32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T16:15:57.9180900Z test_adaptive_pooling_no_suppot_input_cpu_int64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T16:15:57.9357677Z test_adaptive_pooling_no_suppot_input_cpu_int8 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T16:15:57.9535868Z test_adaptive_pooling_no_suppot_input_cpu_uint8 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T16:15:57.9558545Z test_adaptive_pooling_zero_batch_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:15:57.9579839Z test_adaptive_pooling_zero_batch_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:15:57.9639427Z test_avg_pool2d_bfloat16_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:16:01.1982964Z test_avg_pool2d_nhwc_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (3.234s) 2022-09-27T16:16:08.2381303Z test_avg_pool2d_nhwc_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (7.040s) 2022-09-27T16:16:08.3357074Z test_fractional_max_pool2d_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.098s) 2022-09-27T16:16:08.9233170Z test_fractional_max_pool3d_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.587s) 2022-09-27T16:16:08.9254891Z test_fractional_max_pool_nan_inf_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:08.9291315Z test_max_pool1d_corner_cases_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:16:08.9325097Z test_max_pool1d_corner_cases_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:16:09.1769580Z test_max_pool1d_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.244s) 2022-09-27T16:16:09.8965333Z test_max_pool1d_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.720s) 2022-09-27T16:16:09.9026694Z test_max_pool2d_bfloat16_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:16:09.9042144Z test_max_pool2d_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:16:09.9057537Z test_max_pool2d_indices_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:16:13.2560821Z test_max_pool2d_nhwc_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (3.350s) 2022-09-27T16:16:20.4106107Z test_max_pool2d_nhwc_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (7.154s) 2022-09-27T16:16:20.4142549Z test_max_pool3d_ndhwc_cpu_float16 (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:16:20.4178868Z test_max_pool3d_ndhwc_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:16:20.4214146Z test_max_pool3d_ndhwc_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:16:20.4238822Z test_max_pool_nan_inf_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:16:20.9600036Z test_maxpool3d_non_square_backward_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.536s) 2022-09-27T16:16:20.9614803Z test_maxpool_indices_no_batch_dim_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) 2022-09-27T16:16:20.9633081Z Check that indices with no batch dim is consistent with a single batch. ... ok (0.003s) 2022-09-27T16:16:20.9647240Z test_pool3d_large_size_int64_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:16:20.9660087Z test_pool3d_size_one_feature_dim_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:16:20.9906313Z test_pool_invalid_size_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.024s) 2022-09-27T16:16:21.9269579Z test_pool_large_size_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.936s) 2022-09-27T16:16:21.9284622Z test_pooling_bfloat16_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:16:21.9296639Z test_pooling_large_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:16:21.9376183Z test_pooling_max_nhwc_cpu_float32 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:16:21.9450234Z test_pooling_max_nhwc_cpu_float64 (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:16:21.9463767Z test_pooling_shape_cpu (__main__.TestPoolingNNDeviceTypeCPU) 2022-09-27T16:16:21.9494200Z Test the output shape calculation for pooling functions ... ok (0.004s) 2022-09-27T16:16:21.9666177Z test_pooling_size_empty_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.017s) 2022-09-27T16:16:22.0141763Z test_pooling_zero_stride_cpu (__main__.TestPoolingNNDeviceTypeCPU) ... ok (0.047s) 2022-09-27T16:16:22.0142099Z 2022-09-27T16:16:22.0170200Z ---------------------------------------------------------------------- 2022-09-27T16:16:22.0170659Z Ran 88 tests in 24.664s 2022-09-27T16:16:22.0170870Z 2022-09-27T16:16:22.0170983Z OK (skipped=23) 2022-09-27T16:16:22.0171148Z 2022-09-27T16:16:22.0171279Z Generating XML reports... 2022-09-27T16:16:22.0184723Z Generated XML report: test-reports/python-unittest/nn.test_pooling/TEST-TestAvgPool-20220927161557.xml 2022-09-27T16:16:22.0195258Z Generated XML report: test-reports/python-unittest/nn.test_pooling/TEST-TestPoolingNN-20220927161557.xml 2022-09-27T16:16:22.0250635Z Generated XML report: test-reports/python-unittest/nn.test_pooling/TEST-TestPoolingNNDeviceTypeCPU-20220927161557.xml 2022-09-27T16:16:22.2912107Z Running test_serialization ... [2022-09-27 16:16:22.290856] 2022-09-27T16:16:22.2912636Z Executing ['/opt/conda/bin/python', '-bb', 'test_serialization.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:16:22.290940] 2022-09-27T16:16:23.7161024Z Test results will be stored in test-reports/python-unittest/test_serialization 2022-09-27T16:16:23.7177056Z 2022-09-27T16:16:23.7177481Z Running tests... 2022-09-27T16:16:23.7177893Z ---------------------------------------------------------------------- 2022-09-27T16:16:23.7623835Z test_serialization_new_format_old_format_compat_cpu (__main__.TestBothSerializationCPU) ... ok (0.044s) 2022-09-27T16:16:23.7635584Z test_load_error_msg (__main__.TestOldSerialization) ... ok (0.001s) 2022-09-27T16:16:23.7647951Z test_load_nonexistent_device (__main__.TestOldSerialization) ... ok (0.001s) 2022-09-27T16:16:23.8132367Z test_load_python2_unicode_module (__main__.TestOldSerialization) ... ok (0.048s) 2022-09-27T16:16:23.8143584Z test_load_unicode_error_msg (__main__.TestOldSerialization) ... ok (0.001s) 2022-09-27T16:16:23.8176943Z test_save_different_dtype_error (__main__.TestOldSerialization) ... ok (0.003s) 2022-09-27T16:16:23.9507057Z test_save_different_dtype_unallocated (__main__.TestOldSerialization) ... ok (0.133s) 2022-09-27T16:16:23.9686763Z test_serialization (__main__.TestOldSerialization) ... ok (0.018s) 2022-09-27T16:16:23.9929150Z test_serialization_backwards_compat (__main__.TestOldSerialization) ... ok (0.024s) 2022-09-27T16:16:24.0000683Z test_serialization_container (__main__.TestOldSerialization) ... ok (0.007s) 2022-09-27T16:16:24.0063860Z test_serialization_container_filelike (__main__.TestOldSerialization) ... ok (0.006s) 2022-09-27T16:16:24.0071533Z test_serialization_dill (__main__.TestOldSerialization) ... skip: "dill" not found or not correct version (0.001s) 2022-09-27T16:16:24.0077717Z test_serialization_dill_version_not_supported (__main__.TestOldSerialization) ... skip: "dill" not found or is correct version (0.001s) 2022-09-27T16:16:24.0094489Z test_serialization_fake_zip (__main__.TestOldSerialization) ... ok (0.002s) 2022-09-27T16:16:24.0172756Z test_serialization_filelike (__main__.TestOldSerialization) ... ok (0.008s) 2022-09-27T16:16:24.0185807Z test_serialization_filelike_api_requirements (__main__.TestOldSerialization) ... ok (0.001s) 2022-09-27T16:16:24.0202198Z test_serialization_filelike_missing_attrs (__main__.TestOldSerialization) ... ok (0.002s) 2022-09-27T16:16:24.3822196Z test_serialization_filelike_stress (__main__.TestOldSerialization) ... ok (0.362s) 2022-09-27T16:16:24.3835480Z test_serialization_filelike_uses_readinto (__main__.TestOldSerialization) ... ok (0.001s) 2022-09-27T16:16:24.3924872Z test_serialization_gzip (__main__.TestOldSerialization) ... ok (0.009s) 2022-09-27T16:16:24.3941293Z 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:16:31.7408811Z test_serialization_offset (__main__.TestOldSerialization) ... ok (7.347s) 2022-09-27T16:16:38.8316132Z test_serialization_offset_filelike (__main__.TestOldSerialization) ... ok (7.091s) 2022-09-27T16:16:38.8349778Z test_serialization_offset_gzip (__main__.TestOldSerialization) ... ok (0.003s) 2022-09-27T16:16:38.8389961Z test_serialization_save_warnings (__main__.TestOldSerialization) ... ok (0.004s) 2022-09-27T16:16:38.8424849Z 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:16:38.8425941Z _test_serialization(lambda x: x.to_sparse_csr()) 2022-09-27T16:16:38.8447269Z ok (0.005s) 2022-09-27T16:16:38.8466690Z test_serialization_sparse_csr_invalid (__main__.TestOldSerialization) ... ok (0.003s) 2022-09-27T16:16:38.8521079Z test_serialization_sparse_invalid (__main__.TestOldSerialization) ... ok (0.005s) 2022-09-27T16:16:38.8538061Z test_serialization_storage_slice (__main__.TestOldSerialization) ... ok (0.002s) 2022-09-27T16:16:38.8610258Z test_serialization_zipfile_utils (__main__.TestOldSerialization) ... ok (0.007s) 2022-09-27T16:16:38.8624471Z test_serialize_device (__main__.TestOldSerialization) ... ok (0.001s) 2022-09-27T16:16:38.8636474Z test_load_error_msg (__main__.TestSerialization) ... ok (0.001s) 2022-09-27T16:16:38.8649564Z test_load_nonexistent_device (__main__.TestSerialization) ... ok (0.001s) 2022-09-27T16:16:38.8689759Z test_load_python2_unicode_module (__main__.TestSerialization) ... ok (0.004s) 2022-09-27T16:16:38.8700394Z test_load_unicode_error_msg (__main__.TestSerialization) ... ok (0.001s) 2022-09-27T16:16:38.8720743Z test_meta_serialization (__main__.TestSerialization) ... ok (0.002s) 2022-09-27T16:16:38.8813510Z test_pathlike_serialization (__main__.TestSerialization) ... ok (0.009s) 2022-09-27T16:16:38.8842172Z test_save_different_dtype_error (__main__.TestSerialization) ... ok (0.003s) 2022-09-27T16:16:39.0519165Z test_save_different_dtype_unallocated (__main__.TestSerialization) ... ok (0.168s) 2022-09-27T16:16:39.0690379Z test_serialization (__main__.TestSerialization) ... ok (0.017s) 2022-09-27T16:16:46.0954647Z test_serialization_2gb_file (__main__.TestSerialization) ... ok (7.026s) 2022-09-27T16:16:46.1074979Z test_serialization_backwards_compat (__main__.TestSerialization) ... ok (0.012s) 2022-09-27T16:16:46.1082348Z test_serialization_dill (__main__.TestSerialization) ... skip: "dill" not found or not correct version (0.001s) 2022-09-27T16:16:46.1088633Z test_serialization_dill_version_not_supported (__main__.TestSerialization) ... skip: "dill" not found or is correct version (0.001s) 2022-09-27T16:16:46.1108467Z test_serialization_fake_zip (__main__.TestSerialization) ... ok (0.002s) 2022-09-27T16:16:46.1187692Z test_serialization_filelike (__main__.TestSerialization) ... ok (0.008s) 2022-09-27T16:16:46.1201017Z test_serialization_filelike_api_requirements (__main__.TestSerialization) ... ok (0.001s) 2022-09-27T16:16:46.1217733Z test_serialization_filelike_missing_attrs (__main__.TestSerialization) ... ok (0.002s) 2022-09-27T16:16:46.5835215Z test_serialization_filelike_stress (__main__.TestSerialization) ... ok (0.461s) 2022-09-27T16:16:46.5850148Z test_serialization_filelike_uses_readinto (__main__.TestSerialization) ... ok (0.002s) 2022-09-27T16:16:46.6045735Z test_serialization_gzip (__main__.TestSerialization) ... ok (0.019s) 2022-09-27T16:16:46.6206967Z test_serialization_map_location (__main__.TestSerialization) ... ok (0.016s) 2022-09-27T16:16:46.6229644Z test_serialization_offset_gzip (__main__.TestSerialization) ... ok (0.002s) 2022-09-27T16:16:46.6243522Z test_serialization_save_warnings (__main__.TestSerialization) ... ok (0.001s) 2022-09-27T16:16:46.6271965Z test_serialization_sparse (__main__.TestSerialization) ... ok (0.003s) 2022-09-27T16:16:46.6293206Z test_serialization_sparse_csr_invalid (__main__.TestSerialization) ... ok (0.002s) 2022-09-27T16:16:46.6332651Z test_serialization_sparse_invalid (__main__.TestSerialization) ... ok (0.004s) 2022-09-27T16:16:46.6345471Z test_serialization_storage_slice (__main__.TestSerialization) ... ok (0.001s) 2022-09-27T16:16:46.6516794Z test_serialization_zipfile (__main__.TestSerialization) ... ok (0.017s) 2022-09-27T16:16:46.6582280Z 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:16:46.6583246Z " silence this warning)", UserWarning) 2022-09-27T16:16:46.6630888Z ok (0.011s) 2022-09-27T16:16:46.6680349Z test_serialization_zipfile_utils (__main__.TestSerialization) ... ok (0.005s) 2022-09-27T16:16:46.6690985Z test_serialize_device (__main__.TestSerialization) ... ok (0.001s) 2022-09-27T16:16:46.6701136Z test_cloned_deepcopy_requires_grad_False (__main__.TestSubclassSerialization) ... ok (0.001s) 2022-09-27T16:16:46.6709748Z test_cloned_deepcopy_requires_grad_True (__main__.TestSubclassSerialization) ... ok (0.001s) 2022-09-27T16:16:46.6726271Z test_empty_class_serialization (__main__.TestSubclassSerialization) ... ok (0.002s) 2022-09-27T16:16:46.6740086Z test_tensor_subclass_deepcopy (__main__.TestSubclassSerialization) ... ok (0.001s) 2022-09-27T16:16:46.6758788Z test_tensor_subclass_getstate_overwrite (__main__.TestSubclassSerialization) ... ok (0.002s) 2022-09-27T16:16:46.6775376Z test_tensor_subclass_wrapper_serialization (__main__.TestSubclassSerialization) ... ok (0.002s) 2022-09-27T16:16:46.6775730Z 2022-09-27T16:16:46.6826628Z ---------------------------------------------------------------------- 2022-09-27T16:16:46.6827092Z Ran 68 tests in 22.960s 2022-09-27T16:16:46.6827283Z 2022-09-27T16:16:46.6827603Z OK (skipped=5) 2022-09-27T16:16:46.6827782Z 2022-09-27T16:16:46.6827921Z Generating XML reports... 2022-09-27T16:16:46.6828770Z Generated XML report: test-reports/python-unittest/test_serialization/TEST-TestBothSerializationCPU-20220927161623.xml 2022-09-27T16:16:46.6829724Z Generated XML report: test-reports/python-unittest/test_serialization/TEST-TestOldSerialization-20220927161623.xml 2022-09-27T16:16:46.6852191Z Generated XML report: test-reports/python-unittest/test_serialization/TEST-TestSerialization-20220927161623.xml 2022-09-27T16:16:46.6861797Z Generated XML report: test-reports/python-unittest/test_serialization/TEST-TestSubclassSerialization-20220927161623.xml 2022-09-27T16:16:46.9981236Z Running test_view_ops ... [2022-09-27 16:16:46.997665] 2022-09-27T16:16:46.9981869Z Executing ['/opt/conda/bin/python', '-bb', 'test_view_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:16:46.997747] 2022-09-27T16:16:48.4343722Z Test results will be stored in test-reports/python-unittest/test_view_ops 2022-09-27T16:16:48.4379039Z 2022-09-27T16:16:48.4379511Z Running tests... 2022-09-27T16:16:48.4379939Z ---------------------------------------------------------------------- 2022-09-27T16:16:48.4401865Z 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:48.4402471Z t1 = a.T 2022-09-27T16:16:48.4411751Z ok (0.003s) 2022-09-27T16:16:48.6718017Z test_atleast_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.230s) 2022-09-27T16:16:48.8977297Z test_atleast_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.226s) 2022-09-27T16:16:49.0902636Z test_atleast_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.192s) 2022-09-27T16:16:49.2771159Z test_atleast_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.187s) 2022-09-27T16:16:49.4621774Z test_atleast_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.185s) 2022-09-27T16:16:49.5516186Z test_atleast_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.089s) 2022-09-27T16:16:49.6454618Z test_atleast_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.094s) 2022-09-27T16:16:49.7259715Z test_atleast_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.080s) 2022-09-27T16:16:49.8150964Z test_atleast_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.089s) 2022-09-27T16:16:49.9043585Z test_atleast_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.089s) 2022-09-27T16:16:49.9711758Z test_atleast_gradient_cpu (__main__.TestOldViewOpsCPU) ... ok (0.067s) 2022-09-27T16:16:49.9836578Z test_big_transpose_cpu (__main__.TestOldViewOpsCPU) ... ok (0.012s) 2022-09-27T16:16:49.9935911Z test_broadcast_shapes_cpu (__main__.TestOldViewOpsCPU) ... ok (0.010s) 2022-09-27T16:16:49.9948266Z test_broadcast_tensors_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:49.9969606Z 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:49.9970360Z return torch.as_tensor(tensor_like) 2022-09-27T16:16:50.0274487Z ok (0.032s) 2022-09-27T16:16:50.0619816Z test_broadcast_to_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.035s) 2022-09-27T16:16:50.0967057Z test_broadcast_to_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.035s) 2022-09-27T16:16:50.1303378Z test_broadcast_to_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.034s) 2022-09-27T16:16:50.1643416Z test_broadcast_to_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.034s) 2022-09-27T16:16:50.1982486Z test_broadcast_to_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.034s) 2022-09-27T16:16:50.2304009Z test_broadcast_to_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.032s) 2022-09-27T16:16:50.2621169Z test_broadcast_to_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.032s) 2022-09-27T16:16:50.2935798Z test_broadcast_to_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.031s) 2022-09-27T16:16:50.3252501Z test_broadcast_to_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.032s) 2022-09-27T16:16:50.3569501Z test_broadcast_to_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.032s) 2022-09-27T16:16:50.3634934Z test_chunk_cpu (__main__.TestOldViewOpsCPU) ... ok (0.007s) 2022-09-27T16:16:50.3766742Z test_conj_neg_view_numpy_error_cpu (__main__.TestOldViewOpsCPU) ... ok (0.013s) 2022-09-27T16:16:50.3777618Z test_contiguous_cpu (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:50.3787728Z 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:50.3788451Z t = torch.sparse_csr_tensor(crow_indices, col_indices, values, size=(2, 2)) 2022-09-27T16:16:50.3788677Z ok (0.001s) 2022-09-27T16:16:50.3826341Z test_empty_reshape_cpu (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-09-27T16:16:50.3905337Z test_expand_cpu (__main__.TestOldViewOpsCPU) ... ok (0.008s) 2022-09-27T16:16:50.4075292Z test_flatten_cpu (__main__.TestOldViewOpsCPU) ... ok (0.017s) 2022-09-27T16:16:50.4099873Z test_memory_format_resize__cpu (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:50.4129529Z test_memory_format_resize_as_cpu (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-09-27T16:16:50.4154221Z test_narrow_cpu (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:50.4235325Z test_narrow_tensor_cpu (__main__.TestOldViewOpsCPU) ... ok (0.008s) 2022-09-27T16:16:50.4251478Z test_python_types_cpu (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:50.4303905Z test_ravel_cpu (__main__.TestOldViewOpsCPU) ... ok (0.005s) 2022-09-27T16:16:50.4343055Z test_reshape_cpu (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-09-27T16:16:50.4360834Z test_reshape_view_semantics_cpu_bfloat16 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:50.4375978Z test_reshape_view_semantics_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:50.4391552Z test_reshape_view_semantics_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:50.4407169Z test_reshape_view_semantics_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:50.4422488Z test_reshape_view_semantics_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:50.4437951Z test_reshape_view_semantics_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:50.4453876Z test_reshape_view_semantics_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:50.4468589Z test_reshape_view_semantics_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:50.4483684Z test_reshape_view_semantics_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:50.4498941Z test_reshape_view_semantics_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:50.4513844Z test_reshape_view_semantics_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:50.4528868Z test_reshape_view_semantics_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:50.4546930Z test_resize_all_dtypes_and_devices_cpu (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:50.4564955Z test_resize_as_all_dtypes_and_devices_cpu (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:50.4574198Z test_resize_as_preserves_strides_cpu (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:50.4645301Z test_resize_overflow_cpu (__main__.TestOldViewOpsCPU) ... ok (0.007s) 2022-09-27T16:16:50.4681318Z test_split_cpu (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-09-27T16:16:50.4794943Z test_t_cpu (__main__.TestOldViewOpsCPU) ... ok (0.011s) 2022-09-27T16:16:50.5189284Z test_tensor_split_errors_cpu (__main__.TestOldViewOpsCPU) ... ok (0.039s) 2022-09-27T16:16:50.6779485Z test_tensor_split_indices_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.159s) 2022-09-27T16:16:50.8834526Z test_tensor_split_indices_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.205s) 2022-09-27T16:16:51.0950818Z test_tensor_split_indices_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.212s) 2022-09-27T16:16:51.2861216Z test_tensor_split_indices_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.191s) 2022-09-27T16:16:51.4778408Z test_tensor_split_indices_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.192s) 2022-09-27T16:16:51.6619478Z test_tensor_split_indices_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.184s) 2022-09-27T16:16:51.8198869Z test_tensor_split_indices_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.158s) 2022-09-27T16:16:51.9777872Z test_tensor_split_indices_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.158s) 2022-09-27T16:16:52.1293162Z test_tensor_split_indices_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.151s) 2022-09-27T16:16:52.2869568Z test_tensor_split_indices_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.158s) 2022-09-27T16:16:52.4452981Z test_tensor_split_indices_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.158s) 2022-09-27T16:16:52.9972877Z test_tensor_split_sections_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.552s) 2022-09-27T16:16:53.6709341Z test_tensor_split_sections_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.674s) 2022-09-27T16:16:54.3624918Z test_tensor_split_sections_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.691s) 2022-09-27T16:16:55.0180123Z test_tensor_split_sections_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.655s) 2022-09-27T16:16:55.6742850Z test_tensor_split_sections_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.656s) 2022-09-27T16:16:56.3053699Z test_tensor_split_sections_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.631s) 2022-09-27T16:16:56.8594266Z test_tensor_split_sections_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.554s) 2022-09-27T16:16:57.4143243Z test_tensor_split_sections_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.555s) 2022-09-27T16:16:57.9462584Z test_tensor_split_sections_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.532s) 2022-09-27T16:16:58.4988687Z test_tensor_split_sections_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.552s) 2022-09-27T16:16:59.0495805Z test_tensor_split_sections_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.551s) 2022-09-27T16:16:59.0805833Z test_transpose_invalid_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.031s) 2022-09-27T16:16:59.1104625Z test_transpose_invalid_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.030s) 2022-09-27T16:16:59.1398126Z test_transpose_invalid_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.029s) 2022-09-27T16:16:59.1670333Z test_transpose_vs_numpy_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.027s) 2022-09-27T16:16:59.1902047Z test_transpose_vs_numpy_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.023s) 2022-09-27T16:16:59.2024842Z test_transpose_vs_numpy_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.012s) 2022-09-27T16:16:59.2060359Z test_transposes_cpu_bfloat16 (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-09-27T16:16:59.2085126Z test_transposes_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:59.2124832Z test_transposes_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-09-27T16:16:59.2164748Z test_transposes_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-09-27T16:16:59.2197714Z test_transposes_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-09-27T16:16:59.2230671Z test_transposes_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-09-27T16:16:59.2262853Z test_transposes_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-09-27T16:16:59.2287146Z test_transposes_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:59.2311409Z test_transposes_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:59.2335122Z test_transposes_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:59.2359055Z test_transposes_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:59.2383425Z test_transposes_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:59.2523780Z test_transposes_errors_cpu_bfloat16 (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-09-27T16:16:59.2659784Z test_transposes_errors_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-09-27T16:16:59.2798881Z test_transposes_errors_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-09-27T16:16:59.2937636Z test_transposes_errors_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-09-27T16:16:59.3075430Z test_transposes_errors_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-09-27T16:16:59.3213107Z test_transposes_errors_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-09-27T16:16:59.3350436Z test_transposes_errors_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-09-27T16:16:59.3485842Z test_transposes_errors_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.013s) 2022-09-27T16:16:59.3621407Z test_transposes_errors_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-09-27T16:16:59.3756635Z test_transposes_errors_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.013s) 2022-09-27T16:16:59.3892478Z test_transposes_errors_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-09-27T16:16:59.4028145Z test_transposes_errors_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.013s) 2022-09-27T16:16:59.4047197Z test_unsqueeze_cpu (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:59.4061445Z test_view_all_dtypes_and_devices_cpu (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:59.4392220Z test_view_cpu (__main__.TestOldViewOpsCPU) ... ok (0.033s) 2022-09-27T16:16:59.4402042Z test_view_empty_cpu (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:59.4418230Z test_T_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:59.4428896Z test_advanced_indexing_assignment_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:59.4441291Z test_advanced_indexing_nonview_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:59.4782700Z test_as_strided_gradients_cpu (__main__.TestViewOpsCPU) ... ok (0.034s) 2022-09-27T16:16:59.4793507Z test_as_strided_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:59.4804183Z test_as_strided_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:59.4814738Z test_basic_indexing_ellipses_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:59.4824819Z test_basic_indexing_newaxis_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:59.4834890Z test_basic_indexing_slice_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:59.4840820Z test_chunk_view_cpu (__main__.TestViewOpsCPU) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.001s) 2022-09-27T16:16:59.4856053Z test_conj_imag_view_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:59.4871505Z test_conj_imag_view_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:59.4879845Z test_conj_self_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:59.4887316Z test_conj_self_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:59.4895250Z test_conj_self_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:59.4902930Z test_conj_self_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:59.4910692Z test_conj_self_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:59.4918407Z test_conj_self_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:59.4926186Z test_conj_self_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:59.4934233Z test_conj_self_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:59.4941742Z test_conj_self_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:59.4956964Z test_conj_view_with_shared_memory_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:59.4968443Z test_contiguous_nonview_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:59.4975568Z test_contiguous_self_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:59.4990203Z test_diagonal_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:59.5001069Z test_expand_as_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:59.5011843Z test_expand_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:59.5029289Z test_flatten_nonview_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:59.5056900Z test_flatten_view_cpu (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:16:59.5089464Z test_imag_noncomplex_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:16:59.5120264Z test_imag_noncomplex_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:16:59.5151259Z test_imag_noncomplex_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:16:59.5182079Z test_imag_noncomplex_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:16:59.5212649Z test_imag_noncomplex_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:16:59.5242873Z test_imag_noncomplex_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:16:59.5273778Z test_imag_noncomplex_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:16:59.5304894Z test_imag_noncomplex_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:16:59.5336531Z test_imag_noncomplex_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:16:59.5365952Z test_movedim_view_cpu (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:16:59.5376659Z test_narrow_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:59.5386956Z test_permute_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:59.5410474Z test_real_imag_view_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:59.5433568Z test_real_imag_view_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:59.5444066Z test_reshape_as_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:59.5455552Z test_reshape_nonview_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:59.5465538Z test_reshape_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:59.5475547Z test_select_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:59.5491698Z test_set_real_imag_cpu_complex128_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:59.5507316Z test_set_real_imag_cpu_complex128_bool (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:59.5522674Z test_set_real_imag_cpu_complex128_complex128 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:59.5538986Z test_set_real_imag_cpu_complex128_complex64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:59.5555071Z test_set_real_imag_cpu_complex128_float16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:59.5571307Z test_set_real_imag_cpu_complex128_float32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:59.5587660Z test_set_real_imag_cpu_complex128_float64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:59.5604575Z test_set_real_imag_cpu_complex128_int16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:59.5621239Z test_set_real_imag_cpu_complex128_int32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:59.5636799Z test_set_real_imag_cpu_complex128_int64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:59.5652766Z test_set_real_imag_cpu_complex128_int8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:59.5668272Z test_set_real_imag_cpu_complex128_uint8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:59.5683797Z test_set_real_imag_cpu_complex64_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:59.5699723Z test_set_real_imag_cpu_complex64_bool (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:59.5715039Z test_set_real_imag_cpu_complex64_complex128 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:59.5731428Z test_set_real_imag_cpu_complex64_complex64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:59.5747336Z test_set_real_imag_cpu_complex64_float16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:59.5762811Z test_set_real_imag_cpu_complex64_float32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:59.5778634Z test_set_real_imag_cpu_complex64_float64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:59.5794433Z test_set_real_imag_cpu_complex64_int16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:59.5810423Z test_set_real_imag_cpu_complex64_int32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:59.5827030Z test_set_real_imag_cpu_complex64_int64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:59.5842967Z test_set_real_imag_cpu_complex64_int8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:59.5859254Z test_set_real_imag_cpu_complex64_uint8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:59.5865047Z test_split_view_cpu (__main__.TestViewOpsCPU) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.001s) 2022-09-27T16:16:59.5875438Z test_squeeze_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:59.5885167Z test_squeeze_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:59.5896005Z test_t_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:59.5905969Z test_t_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:59.5924988Z test_transpose_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:59.5938990Z test_transpose_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:59.5996598Z test_unbind_cpu (__main__.TestViewOpsCPU) ... ok (0.006s) 2022-09-27T16:16:59.6012756Z test_unbind_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:59.6023079Z test_unfold_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:59.6033742Z test_unsqueeze_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:59.6044089Z test_unsqueeze_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:59.6282980Z test_view_as_complex_cpu (__main__.TestViewOpsCPU) ... ok (0.024s) 2022-09-27T16:16:59.6305994Z test_view_as_real_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:59.6321168Z 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:59.6321646Z t = torch.randn(3, 4, dtype=dtype, device=device) 2022-09-27T16:16:59.6328703Z ok (0.002s) 2022-09-27T16:16:59.6351892Z test_view_as_real_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:59.6362605Z test_view_as_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:59.6378066Z test_view_copy_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:16:59.6393571Z test_view_copy_out_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:16:59.7928457Z test_view_dtype_new_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.153s) 2022-09-27T16:16:59.9647518Z test_view_dtype_new_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.172s) 2022-09-27T16:17:00.1069490Z test_view_dtype_new_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.142s) 2022-09-27T16:17:00.2631269Z test_view_dtype_new_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.156s) 2022-09-27T16:17:00.4198493Z test_view_dtype_new_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.157s) 2022-09-27T16:17:00.5613395Z test_view_dtype_new_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.141s) 2022-09-27T16:17:00.7162859Z test_view_dtype_new_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.155s) 2022-09-27T16:17:00.8709597Z test_view_dtype_new_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.155s) 2022-09-27T16:17:01.0111754Z test_view_dtype_new_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.140s) 2022-09-27T16:17:01.1645434Z test_view_dtype_new_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.153s) 2022-09-27T16:17:01.3194007Z test_view_dtype_new_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.155s) 2022-09-27T16:17:01.3955238Z test_view_dtype_upsize_errors_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.076s) 2022-09-27T16:17:01.5067743Z test_view_dtype_upsize_errors_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.111s) 2022-09-27T16:17:01.5084106Z test_view_dtype_upsize_errors_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:17:01.5224146Z test_view_dtype_upsize_errors_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.014s) 2022-09-27T16:17:01.5973827Z test_view_dtype_upsize_errors_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.075s) 2022-09-27T16:17:01.6478831Z test_view_dtype_upsize_errors_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.050s) 2022-09-27T16:17:01.6618343Z test_view_dtype_upsize_errors_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.014s) 2022-09-27T16:17:01.7362745Z test_view_dtype_upsize_errors_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.074s) 2022-09-27T16:17:01.7866801Z test_view_dtype_upsize_errors_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.050s) 2022-09-27T16:17:01.8006579Z test_view_dtype_upsize_errors_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.014s) 2022-09-27T16:17:01.9120422Z test_view_dtype_upsize_errors_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.111s) 2022-09-27T16:17:02.0229169Z test_view_dtype_upsize_errors_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.111s) 2022-09-27T16:17:02.0245110Z test_view_tensor_dsplit_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:17:02.0258777Z test_view_tensor_dsplit_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:17:02.0272477Z test_view_tensor_dsplit_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:17:02.0285860Z test_view_tensor_dsplit_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:17:02.0298937Z test_view_tensor_dsplit_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:17:02.0311725Z test_view_tensor_dsplit_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:17:02.0324513Z test_view_tensor_dsplit_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:17:02.0336914Z test_view_tensor_dsplit_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:17:02.0349072Z test_view_tensor_dsplit_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:17:02.0360963Z test_view_tensor_dsplit_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:17:02.0373245Z test_view_tensor_dsplit_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:17:02.0385258Z test_view_tensor_dsplit_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:17:02.0398481Z test_view_tensor_hsplit_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:17:02.0410547Z test_view_tensor_hsplit_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:17:02.0423652Z test_view_tensor_hsplit_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:17:02.0436760Z test_view_tensor_hsplit_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:17:02.0449882Z test_view_tensor_hsplit_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:17:02.0462624Z test_view_tensor_hsplit_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:17:02.0475387Z test_view_tensor_hsplit_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:17:02.0487583Z test_view_tensor_hsplit_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:17:02.0499759Z test_view_tensor_hsplit_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:17:02.0511941Z test_view_tensor_hsplit_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:17:02.0524095Z test_view_tensor_hsplit_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:17:02.0536253Z test_view_tensor_hsplit_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:17:02.0548175Z test_view_tensor_split_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:17:02.0559575Z test_view_tensor_split_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:17:02.0572510Z test_view_tensor_split_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:17:02.0585732Z test_view_tensor_split_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:17:02.0598685Z test_view_tensor_split_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:17:02.0611013Z test_view_tensor_split_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:17:02.0623817Z test_view_tensor_split_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:17:02.0636178Z test_view_tensor_split_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:17:02.0647470Z test_view_tensor_split_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:17:02.0659037Z test_view_tensor_split_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:17:02.0670452Z test_view_tensor_split_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:17:02.0681937Z test_view_tensor_split_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:17:02.0695262Z test_view_tensor_vsplit_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:17:02.0707377Z test_view_tensor_vsplit_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:17:02.0720658Z test_view_tensor_vsplit_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:17:02.0734045Z test_view_tensor_vsplit_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:17:02.0746713Z test_view_tensor_vsplit_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:17:02.0759775Z test_view_tensor_vsplit_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:17:02.0772563Z test_view_tensor_vsplit_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:17:02.0784781Z test_view_tensor_vsplit_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:17:02.0796884Z test_view_tensor_vsplit_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:17:02.0809146Z test_view_tensor_vsplit_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:17:02.0821083Z test_view_tensor_vsplit_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:17:02.0833092Z test_view_tensor_vsplit_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:17:02.0843044Z test_view_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:17:02.1744840Z test_T_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.083s) 2022-09-27T16:17:02.1777967Z test_advanced_indexing_assignment_lazy (__main__.TestViewOpsLAZY) ... ok (0.003s) 2022-09-27T16:17:02.1818552Z test_advanced_indexing_nonview_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-09-27T16:17:02.2158045Z test_as_strided_gradients_lazy (__main__.TestViewOpsLAZY) ... ok (0.034s) 2022-09-27T16:17:02.2234754Z test_as_strided_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.008s) 2022-09-27T16:17:02.2278862Z test_as_strided_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-09-27T16:17:02.2325559Z test_basic_indexing_ellipses_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-09-27T16:17:02.2379948Z test_basic_indexing_newaxis_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-09-27T16:17:02.2432325Z test_basic_indexing_slice_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-09-27T16:17:02.2438237Z test_chunk_view_lazy (__main__.TestViewOpsLAZY) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.001s) 2022-09-27T16:17:02.2449920Z test_conj_imag_view_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.2460664Z test_conj_imag_view_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.2468262Z test_conj_self_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-09-27T16:17:02.2476096Z test_conj_self_lazy_float16 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-09-27T16:17:02.2483905Z test_conj_self_lazy_float32 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-09-27T16:17:02.2491944Z test_conj_self_lazy_float64 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-09-27T16:17:02.2499803Z test_conj_self_lazy_int16 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-09-27T16:17:02.2507665Z test_conj_self_lazy_int32 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-09-27T16:17:02.2515480Z test_conj_self_lazy_int64 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-09-27T16:17:02.2523352Z test_conj_self_lazy_int8 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-09-27T16:17:02.2531434Z test_conj_self_lazy_uint8 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-09-27T16:17:02.2541240Z test_conj_view_with_shared_memory_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.2549666Z test_contiguous_nonview_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.2556437Z test_contiguous_self_lazy (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-09-27T16:17:02.2636345Z test_diagonal_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.008s) 2022-09-27T16:17:02.2682035Z test_expand_as_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-09-27T16:17:02.2692609Z test_expand_view_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.2705022Z test_flatten_nonview_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.2723297Z test_flatten_view_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:17:02.2731389Z test_imag_noncomplex_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.2739180Z test_imag_noncomplex_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.2746981Z test_imag_noncomplex_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.2754746Z test_imag_noncomplex_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.2762454Z test_imag_noncomplex_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.2770498Z test_imag_noncomplex_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.2778095Z test_imag_noncomplex_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.2785817Z test_imag_noncomplex_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.2793511Z test_imag_noncomplex_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.3846002Z test_movedim_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.105s) 2022-09-27T16:17:02.3895243Z test_narrow_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-09-27T16:17:02.4208658Z test_permute_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.031s) 2022-09-27T16:17:02.4225486Z test_real_imag_view_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:17:02.4240605Z test_real_imag_view_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.4282255Z test_reshape_as_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-09-27T16:17:02.4291769Z test_reshape_nonview_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.4602318Z test_reshape_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.031s) 2022-09-27T16:17:02.4645256Z test_select_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-09-27T16:17:02.4659772Z test_set_real_imag_lazy_complex128_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.4672574Z test_set_real_imag_lazy_complex128_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.4684902Z test_set_real_imag_lazy_complex128_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.4697715Z test_set_real_imag_lazy_complex128_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.4709831Z test_set_real_imag_lazy_complex128_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.4721941Z test_set_real_imag_lazy_complex128_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.4734403Z test_set_real_imag_lazy_complex128_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.4746676Z test_set_real_imag_lazy_complex128_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.4758994Z test_set_real_imag_lazy_complex128_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.4771691Z test_set_real_imag_lazy_complex128_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.4783911Z test_set_real_imag_lazy_complex128_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.4796213Z test_set_real_imag_lazy_complex128_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.4808519Z test_set_real_imag_lazy_complex64_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.4821027Z test_set_real_imag_lazy_complex64_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.4833245Z test_set_real_imag_lazy_complex64_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.4846005Z test_set_real_imag_lazy_complex64_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.4859091Z test_set_real_imag_lazy_complex64_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.4871329Z test_set_real_imag_lazy_complex64_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.4883518Z test_set_real_imag_lazy_complex64_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.4896370Z test_set_real_imag_lazy_complex64_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.4908678Z test_set_real_imag_lazy_complex64_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.4921025Z test_set_real_imag_lazy_complex64_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.4933681Z test_set_real_imag_lazy_complex64_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.4945850Z test_set_real_imag_lazy_complex64_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.4951543Z test_split_view_lazy (__main__.TestViewOpsLAZY) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.001s) 2022-09-27T16:17:02.4995030Z test_squeeze_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-09-27T16:17:02.5033763Z test_squeeze_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-09-27T16:17:02.5080849Z test_t_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-09-27T16:17:02.5122567Z test_t_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-09-27T16:17:02.5494319Z test_transpose_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.037s) 2022-09-27T16:17:02.5848569Z test_transpose_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.035s) 2022-09-27T16:17:02.5915289Z test_unbind_lazy (__main__.TestViewOpsLAZY) ... ok (0.007s) 2022-09-27T16:17:02.5926279Z test_unbind_view_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.5965184Z test_unfold_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-09-27T16:17:02.6017821Z test_unsqueeze_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-09-27T16:17:02.6064917Z test_unsqueeze_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-09-27T16:17:02.6086539Z test_view_as_complex_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:17:02.6101669Z test_view_as_real_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.6117032Z test_view_as_real_lazy_complex32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.6132011Z test_view_as_real_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.6146486Z test_view_as_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-09-27T16:17:02.6217345Z test_view_copy_lazy (__main__.TestViewOpsLAZY) ... ok (0.007s) 2022-09-27T16:17:02.6284188Z test_view_copy_out_lazy (__main__.TestViewOpsLAZY) ... ok (0.007s) 2022-09-27T16:17:02.6322041Z test_view_dtype_new_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-09-27T16:17:02.6358890Z test_view_dtype_new_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-09-27T16:17:02.6395778Z test_view_dtype_new_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-09-27T16:17:02.6432973Z test_view_dtype_new_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-09-27T16:17:02.6469539Z test_view_dtype_new_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-09-27T16:17:02.6506245Z test_view_dtype_new_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-09-27T16:17:02.6542947Z test_view_dtype_new_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-09-27T16:17:02.6579932Z test_view_dtype_new_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-09-27T16:17:02.6616751Z test_view_dtype_new_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-09-27T16:17:02.6654051Z test_view_dtype_new_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-09-27T16:17:02.6690715Z test_view_dtype_new_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.004s) 2022-09-27T16:17:02.6704984Z test_view_dtype_upsize_errors_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.6719386Z test_view_dtype_upsize_errors_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.6734153Z test_view_dtype_upsize_errors_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.6748483Z test_view_dtype_upsize_errors_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.6762831Z test_view_dtype_upsize_errors_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.6777414Z test_view_dtype_upsize_errors_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.6791706Z test_view_dtype_upsize_errors_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.6805992Z test_view_dtype_upsize_errors_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.6820463Z test_view_dtype_upsize_errors_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.6834823Z test_view_dtype_upsize_errors_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.6849594Z test_view_dtype_upsize_errors_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.6863986Z test_view_dtype_upsize_errors_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.6873804Z test_view_tensor_dsplit_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.6883846Z test_view_tensor_dsplit_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.6894119Z test_view_tensor_dsplit_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.6904184Z test_view_tensor_dsplit_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.6914193Z test_view_tensor_dsplit_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.6924223Z test_view_tensor_dsplit_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.6934608Z test_view_tensor_dsplit_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.6944536Z test_view_tensor_dsplit_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.6954465Z test_view_tensor_dsplit_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.6964440Z test_view_tensor_dsplit_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.6974636Z test_view_tensor_dsplit_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.6984679Z test_view_tensor_dsplit_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.6994662Z test_view_tensor_hsplit_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.7004744Z test_view_tensor_hsplit_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.7015028Z test_view_tensor_hsplit_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.7025150Z test_view_tensor_hsplit_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.7035251Z test_view_tensor_hsplit_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.7045320Z test_view_tensor_hsplit_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.7055524Z test_view_tensor_hsplit_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.7065525Z test_view_tensor_hsplit_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.7075564Z test_view_tensor_hsplit_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.7085627Z test_view_tensor_hsplit_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.7095877Z test_view_tensor_hsplit_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.7105888Z test_view_tensor_hsplit_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.7115778Z test_view_tensor_split_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.7125572Z test_view_tensor_split_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.7135626Z test_view_tensor_split_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.7145417Z test_view_tensor_split_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.7155158Z test_view_tensor_split_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.7165027Z test_view_tensor_split_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.7175085Z test_view_tensor_split_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.7184994Z test_view_tensor_split_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.7194824Z test_view_tensor_split_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.7204815Z test_view_tensor_split_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.7214742Z test_view_tensor_split_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.7224564Z test_view_tensor_split_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.7234552Z test_view_tensor_vsplit_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.7244481Z test_view_tensor_vsplit_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.7254690Z test_view_tensor_vsplit_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.7264730Z test_view_tensor_vsplit_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.7274709Z test_view_tensor_vsplit_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.7284736Z test_view_tensor_vsplit_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.7294938Z test_view_tensor_vsplit_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.7304915Z test_view_tensor_vsplit_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.7314932Z test_view_tensor_vsplit_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.7324844Z test_view_tensor_vsplit_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.7335221Z test_view_tensor_vsplit_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.7345162Z test_view_tensor_vsplit_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:17:02.7361808Z test_view_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.002s) 2022-09-27T16:17:02.7362667Z 2022-09-27T16:17:02.7363165Z ---------------------------------------------------------------------- 2022-09-27T16:17:02.7363579Z Ran 439 tests in 14.298s 2022-09-27T16:17:02.7364310Z 2022-09-27T16:17:02.7364762Z OK (skipped=123) 2022-09-27T16:17:02.7364874Z 2022-09-27T16:17:02.7364961Z Generating XML reports... 2022-09-27T16:17:02.7470549Z Generated XML report: test-reports/python-unittest/test_view_ops/TEST-TestOldViewOpsCPU-20220927161648.xml 2022-09-27T16:17:02.7588892Z Generated XML report: test-reports/python-unittest/test_view_ops/TEST-TestViewOpsCPU-20220927161648.xml 2022-09-27T16:17:02.7726598Z Generated XML report: test-reports/python-unittest/test_view_ops/TEST-TestViewOpsLAZY-20220927161648.xml 2022-09-27T16:17:03.0541581Z Running test_testing ... [2022-09-27 16:17:03.053739] 2022-09-27T16:17:03.0542147Z Executing ['/opt/conda/bin/python', '-bb', 'test_testing.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:17:03.053823] 2022-09-27T16:17:05.2084136Z Test results will be stored in test-reports/python-unittest/test_testing 2022-09-27T16:17:05.2110011Z 2022-09-27T16:17:05.2110168Z Running tests... 2022-09-27T16:17:05.2111164Z ---------------------------------------------------------------------- 2022-09-27T16:17:05.2134403Z test_bool (__main__.TestAssertClose) ... ok (0.002s) 2022-09-27T16:17:05.2152429Z test_default_tolerance_selection_mismatching_dtypes (__main__.TestAssertClose) ... ok (0.002s) 2022-09-27T16:17:05.2303909Z test_docstring_examples (__main__.TestAssertClose) ... ok (0.015s) 2022-09-27T16:17:05.2311656Z test_matching (__main__.TestAssertClose) ... ok (0.001s) 2022-09-27T16:17:05.2329657Z test_matching_atol (__main__.TestAssertClose) ... ok (0.002s) 2022-09-27T16:17:05.2347565Z test_matching_conjugate_bit (__main__.TestAssertClose) ... ok (0.002s) 2022-09-27T16:17:05.2378304Z test_matching_nan (__main__.TestAssertClose) ... ok (0.003s) 2022-09-27T16:17:05.2397406Z test_matching_nan_with_equal_nan (__main__.TestAssertClose) ... ok (0.002s) 2022-09-27T16:17:05.2413707Z test_matching_rtol (__main__.TestAssertClose) ... ok (0.002s) 2022-09-27T16:17:05.2425082Z test_meta (__main__.TestAssertClose) ... ok (0.001s) 2022-09-27T16:17:05.2438729Z test_mismatching_dtype (__main__.TestAssertClose) ... ok (0.001s) 2022-09-27T16:17:05.2456035Z test_mismatching_dtype_no_check (__main__.TestAssertClose) ... ok (0.002s) 2022-09-27T16:17:05.2471284Z test_mismatching_layout (__main__.TestAssertClose) ... test_testing.py:618: 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:17:05.2472445Z sparse_csr = strided.to_sparse_csr() 2022-09-27T16:17:05.2486581Z ok (0.003s) 2022-09-27T16:17:05.2526821Z test_mismatching_layout_no_check (__main__.TestAssertClose) ... ok (0.004s) 2022-09-27T16:17:05.2541186Z test_mismatching_shape (__main__.TestAssertClose) ... ok (0.001s) 2022-09-27T16:17:05.2556482Z test_mismatching_stride (__main__.TestAssertClose) ... ok (0.001s) 2022-09-27T16:17:05.2574429Z test_mismatching_stride_no_check (__main__.TestAssertClose) ... ok (0.002s) 2022-09-27T16:17:05.2590944Z test_mismatching_types (__main__.TestAssertClose) ... ok (0.002s) 2022-09-27T16:17:05.2619621Z test_mismatching_types_subclasses (__main__.TestAssertClose) ... ok (0.003s) 2022-09-27T16:17:05.2640463Z test_mismatching_types_type_equality (__main__.TestAssertClose) ... ok (0.002s) 2022-09-27T16:17:05.2668814Z test_mismatching_values (__main__.TestAssertClose) ... ok (0.003s) 2022-09-27T16:17:05.2704814Z test_mismatching_values_atol (__main__.TestAssertClose) ... ok (0.004s) 2022-09-27T16:17:05.2735444Z test_mismatching_values_rtol (__main__.TestAssertClose) ... ok (0.003s) 2022-09-27T16:17:05.2745888Z test_none (__main__.TestAssertClose) ... ok (0.001s) 2022-09-27T16:17:05.2768876Z test_none_mismatch (__main__.TestAssertClose) ... ok (0.002s) 2022-09-27T16:17:05.2793805Z test_numpy (__main__.TestAssertClose) ... ok (0.002s) 2022-09-27T16:17:05.2808145Z test_only_atol (__main__.TestAssertClose) ... ok (0.001s) 2022-09-27T16:17:05.2823639Z test_only_rtol (__main__.TestAssertClose) ... ok (0.001s) 2022-09-27T16:17:05.2865482Z test_scalar (__main__.TestAssertClose) ... ok (0.004s) 2022-09-27T16:17:05.2885854Z test_unexpected_error_compare (__main__.TestAssertClose) ... ok (0.002s) 2022-09-27T16:17:05.2900100Z test_unexpected_error_originate (__main__.TestAssertClose) ... ok (0.001s) 2022-09-27T16:17:05.2957544Z test_unknown_layout (__main__.TestAssertClose) ... ok (0.006s) 2022-09-27T16:17:05.2984791Z test_unknown_type (__main__.TestAssertClose) ... ok (0.003s) 2022-09-27T16:17:05.2992490Z test_mapping_mismatching_keys (__main__.TestAssertCloseContainer) ... ok (0.001s) 2022-09-27T16:17:05.3004238Z test_mapping_mismatching_values_msg (__main__.TestAssertCloseContainer) ... ok (0.001s) 2022-09-27T16:17:05.3011959Z test_sequence_mismatching_len (__main__.TestAssertCloseContainer) ... ok (0.001s) 2022-09-27T16:17:05.3022847Z test_sequence_mismatching_values_msg (__main__.TestAssertCloseContainer) ... ok (0.001s) 2022-09-27T16:17:05.3053917Z test_abs_diff (__main__.TestAssertCloseErrorMessage) ... ok (0.003s) 2022-09-27T16:17:05.3068309Z test_abs_diff_scalar (__main__.TestAssertCloseErrorMessage) ... ok (0.001s) 2022-09-27T16:17:05.3100129Z test_atol (__main__.TestAssertCloseErrorMessage) ... ok (0.003s) 2022-09-27T16:17:05.3113829Z test_identifier_scalars (__main__.TestAssertCloseErrorMessage) ... ok (0.001s) 2022-09-27T16:17:05.3140774Z test_identifier_tensor_likes (__main__.TestAssertCloseErrorMessage) ... ok (0.003s) 2022-09-27T16:17:05.3168039Z test_mismatched_elements (__main__.TestAssertCloseErrorMessage) ... ok (0.003s) 2022-09-27T16:17:05.3185858Z test_msg_callable (__main__.TestAssertCloseErrorMessage) ... ok (0.002s) 2022-09-27T16:17:05.3202810Z test_msg_str (__main__.TestAssertCloseErrorMessage) ... ok (0.002s) 2022-09-27T16:17:05.3273762Z test_not_close (__main__.TestAssertCloseErrorMessage) ... ok (0.007s) 2022-09-27T16:17:05.3302377Z test_not_equal (__main__.TestAssertCloseErrorMessage) ... ok (0.003s) 2022-09-27T16:17:05.3331150Z test_rel_diff (__main__.TestAssertCloseErrorMessage) ... ok (0.003s) 2022-09-27T16:17:05.3345015Z test_rel_diff_scalar (__main__.TestAssertCloseErrorMessage) ... ok (0.001s) 2022-09-27T16:17:05.3375927Z test_rtol (__main__.TestAssertCloseErrorMessage) ... ok (0.003s) 2022-09-27T16:17:05.3406568Z test_zero_div_zero (__main__.TestAssertCloseErrorMessage) ... ok (0.003s) 2022-09-27T16:17:05.3427496Z test_matching_per_channel (__main__.TestAssertCloseQuantized) ... ok (0.002s) 2022-09-27T16:17:05.3445202Z test_matching_per_tensor (__main__.TestAssertCloseQuantized) ... ok (0.002s) 2022-09-27T16:17:05.3459112Z test_mismatching_is_quantized (__main__.TestAssertCloseQuantized) ... ok (0.001s) 2022-09-27T16:17:05.3475177Z test_mismatching_qscheme (__main__.TestAssertCloseQuantized) ... ok (0.002s) 2022-09-27T16:17:05.3494383Z test_matching (__main__.TestAssertCloseSparseBSC) ... ok (0.002s) 2022-09-27T16:17:05.3525464Z test_mismatching_ccol_indices_msg (__main__.TestAssertCloseSparseBSC) ... ok (0.003s) 2022-09-27T16:17:05.3558223Z test_mismatching_row_indices_msg (__main__.TestAssertCloseSparseBSC) ... ok (0.003s) 2022-09-27T16:17:05.3593687Z test_mismatching_values_msg (__main__.TestAssertCloseSparseBSC) ... ok (0.004s) 2022-09-27T16:17:05.3613024Z test_matching (__main__.TestAssertCloseSparseBSR) ... ok (0.002s) 2022-09-27T16:17:05.3645372Z test_mismatching_col_indices_msg (__main__.TestAssertCloseSparseBSR) ... ok (0.003s) 2022-09-27T16:17:05.3676645Z test_mismatching_crow_indices_msg (__main__.TestAssertCloseSparseBSR) ... ok (0.003s) 2022-09-27T16:17:05.3711198Z test_mismatching_values_msg (__main__.TestAssertCloseSparseBSR) ... ok (0.003s) 2022-09-27T16:17:05.3728888Z test_matching_coalesced (__main__.TestAssertCloseSparseCOO) ... ok (0.002s) 2022-09-27T16:17:05.3745153Z test_matching_uncoalesced (__main__.TestAssertCloseSparseCOO) ... ok (0.002s) 2022-09-27T16:17:05.3777172Z test_mismatching_indices_msg (__main__.TestAssertCloseSparseCOO) ... ok (0.003s) 2022-09-27T16:17:05.3796563Z test_mismatching_nnz (__main__.TestAssertCloseSparseCOO) ... ok (0.002s) 2022-09-27T16:17:05.3814819Z test_mismatching_sparse_dims (__main__.TestAssertCloseSparseCOO) ... ok (0.002s) 2022-09-27T16:17:05.3846672Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCOO) ... ok (0.003s) 2022-09-27T16:17:05.3865976Z test_matching (__main__.TestAssertCloseSparseCSC) ... ok (0.002s) 2022-09-27T16:17:05.3897569Z test_mismatching_ccol_indices_msg (__main__.TestAssertCloseSparseCSC) ... ok (0.003s) 2022-09-27T16:17:05.3930551Z test_mismatching_row_indices_msg (__main__.TestAssertCloseSparseCSC) ... ok (0.003s) 2022-09-27T16:17:05.3964338Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCSC) ... ok (0.003s) 2022-09-27T16:17:05.3983237Z test_matching (__main__.TestAssertCloseSparseCSR) ... ok (0.002s) 2022-09-27T16:17:05.4016078Z test_mismatching_col_indices_msg (__main__.TestAssertCloseSparseCSR) ... ok (0.003s) 2022-09-27T16:17:05.4047170Z test_mismatching_crow_indices_msg (__main__.TestAssertCloseSparseCSR) ... ok (0.003s) 2022-09-27T16:17:05.4080270Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCSR) ... ok (0.003s) 2022-09-27T16:17:12.0368845Z test_filtering_env_var (__main__.TestFrameworkUtils) ... ok (6.629s) 2022-09-27T16:17:12.0382151Z test_circular_dependencies (__main__.TestImports) 2022-09-27T16:17:14.0277663Z Checks that all modules inside torch can be imported ... No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T16:17:14.2058197Z ok (2.169s) 2022-09-27T16:17:15.4107453Z test_no_warning_on_import (__main__.TestImports) ... test_testing.py:1815: DeprecationWarning: Please use assertEqual instead. 2022-09-27T16:17:15.4107846Z self.assertEquals(out, "") 2022-09-27T16:17:15.4108424Z ok (1.205s) 2022-09-27T16:17:15.4137731Z test_default_names (__main__.TestTestParametrization) ... ok (0.003s) 2022-09-27T16:17:15.4150442Z test_modules_decorator_misuse_error (__main__.TestTestParametrization) ... ok (0.001s) 2022-09-27T16:17:15.4161991Z test_multiple_handling_of_same_param_error (__main__.TestTestParametrization) ... ok (0.001s) 2022-09-27T16:17:15.4183605Z test_name_fn (__main__.TestTestParametrization) ... ok (0.002s) 2022-09-27T16:17:15.4196062Z test_ops_decorator_misuse_error (__main__.TestTestParametrization) ... ok (0.001s) 2022-09-27T16:17:15.4203395Z test_subtest_expected_failure_x_1 (__main__.TestTestParametrization) ... ok (0.001s) 2022-09-27T16:17:15.4211725Z test_subtest_expected_failure_x_2 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-09-27T16:17:15.4218880Z test_subtest_expected_failure_x_3 (__main__.TestTestParametrization) ... ok (0.001s) 2022-09-27T16:17:15.4234028Z test_subtest_names (__main__.TestTestParametrization) ... ok (0.001s) 2022-09-27T16:17:15.4243128Z test_two_things_subtest_expected_failure_x_1_y_4 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-09-27T16:17:15.4252247Z test_two_things_subtest_expected_failure_x_1_y_5 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-09-27T16:17:15.4261071Z test_two_things_subtest_expected_failure_x_1_y_6 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-09-27T16:17:15.4269299Z test_two_things_subtest_expected_failure_x_2_y_4 (__main__.TestTestParametrization) ... ok (0.001s) 2022-09-27T16:17:15.4277484Z test_two_things_subtest_expected_failure_x_2_y_5 (__main__.TestTestParametrization) ... ok (0.001s) 2022-09-27T16:17:15.4286249Z test_two_things_subtest_expected_failure_x_2_y_6 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-09-27T16:17:15.4294697Z test_two_things_subtest_expected_failure_x_3_y_4 (__main__.TestTestParametrization) ... ok (0.001s) 2022-09-27T16:17:15.4302791Z test_two_things_subtest_expected_failure_x_3_y_5 (__main__.TestTestParametrization) ... ok (0.001s) 2022-09-27T16:17:15.4311436Z test_two_things_subtest_expected_failure_x_3_y_6 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-09-27T16:17:15.4333868Z test_default_names_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:17:15.4352829Z test_dtypes_composition_invalid_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:17:15.4368420Z test_dtypes_composition_valid_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:17:15.4388856Z test_multiple_handling_of_same_param_error_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:17:15.4412072Z test_name_fn_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:17:16.0705594Z test_ops_composition_names_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.629s) 2022-09-27T16:17:16.0714233Z test_subtest_expected_failure_x_1_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:17:16.0722912Z test_subtest_expected_failure_x_2_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-09-27T16:17:16.0730399Z test_subtest_expected_failure_x_3_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:17:16.0747872Z test_subtest_names_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:17:16.0757184Z test_two_things_subtest_expected_failure_x_1_y_4_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-09-27T16:17:16.0765419Z test_two_things_subtest_expected_failure_x_1_y_5_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-09-27T16:17:16.0774280Z test_two_things_subtest_expected_failure_x_1_y_6_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-09-27T16:17:16.0782200Z test_two_things_subtest_expected_failure_x_2_y_4_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:17:16.0789979Z test_two_things_subtest_expected_failure_x_2_y_5_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:17:16.0798487Z test_two_things_subtest_expected_failure_x_2_y_6_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-09-27T16:17:16.0806384Z test_two_things_subtest_expected_failure_x_3_y_4_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:17:16.0814426Z test_two_things_subtest_expected_failure_x_3_y_5_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:17:16.0822974Z test_two_things_subtest_expected_failure_x_3_y_6_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-09-27T16:17:16.0836520Z test_unparametrized_names_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:17:16.0852519Z test_assertEqual_longMessage_cpu (__main__.TestTestingCPU) ... ok (0.001s) 2022-09-27T16:17:16.0881387Z test_assertEqual_numpy_cpu_bool (__main__.TestTestingCPU) ... ok (0.003s) 2022-09-27T16:17:16.0914821Z test_assertEqual_numpy_cpu_complex128 (__main__.TestTestingCPU) ... ok (0.003s) 2022-09-27T16:17:16.0946507Z test_assertEqual_numpy_cpu_complex64 (__main__.TestTestingCPU) ... ok (0.003s) 2022-09-27T16:17:16.0977122Z test_assertEqual_numpy_cpu_float16 (__main__.TestTestingCPU) ... ok (0.003s) 2022-09-27T16:17:16.1007310Z test_assertEqual_numpy_cpu_float32 (__main__.TestTestingCPU) ... ok (0.003s) 2022-09-27T16:17:16.1036988Z test_assertEqual_numpy_cpu_float64 (__main__.TestTestingCPU) ... ok (0.003s) 2022-09-27T16:17:16.1063424Z test_assertEqual_numpy_cpu_int16 (__main__.TestTestingCPU) ... ok (0.003s) 2022-09-27T16:17:16.1089424Z test_assertEqual_numpy_cpu_int32 (__main__.TestTestingCPU) ... ok (0.003s) 2022-09-27T16:17:16.1114116Z test_assertEqual_numpy_cpu_int64 (__main__.TestTestingCPU) ... ok (0.002s) 2022-09-27T16:17:16.1140270Z test_assertEqual_numpy_cpu_int8 (__main__.TestTestingCPU) ... ok (0.003s) 2022-09-27T16:17:16.1166086Z test_assertEqual_numpy_cpu_uint8 (__main__.TestTestingCPU) ... ok (0.003s) 2022-09-27T16:17:16.1174407Z test_cuda_assert_should_not_stop_common_distributed_test_suite_cpu (__main__.TestTestingCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:17:16.1182509Z test_cuda_assert_should_stop_common_device_type_test_suite_cpu (__main__.TestTestingCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:17:16.1190528Z test_cuda_assert_should_stop_common_utils_test_suite_cpu (__main__.TestTestingCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:17:16.1753643Z test_get_supported_dtypes_cpu (__main__.TestTestingCPU) ... ok (0.056s) 2022-09-27T16:17:16.1834306Z test_isclose_atol_rtol_greater_than_zero_cpu_bool (__main__.TestTestingCPU) ... ok (0.008s) 2022-09-27T16:17:16.1915152Z test_isclose_atol_rtol_greater_than_zero_cpu_float16 (__main__.TestTestingCPU) ... ok (0.008s) 2022-09-27T16:17:16.1995810Z test_isclose_atol_rtol_greater_than_zero_cpu_float32 (__main__.TestTestingCPU) ... ok (0.008s) 2022-09-27T16:17:16.2076096Z test_isclose_atol_rtol_greater_than_zero_cpu_float64 (__main__.TestTestingCPU) ... ok (0.008s) 2022-09-27T16:17:16.2156642Z test_isclose_atol_rtol_greater_than_zero_cpu_int16 (__main__.TestTestingCPU) ... ok (0.008s) 2022-09-27T16:17:16.2237029Z test_isclose_atol_rtol_greater_than_zero_cpu_int32 (__main__.TestTestingCPU) ... ok (0.008s) 2022-09-27T16:17:16.2317706Z test_isclose_atol_rtol_greater_than_zero_cpu_int64 (__main__.TestTestingCPU) ... ok (0.008s) 2022-09-27T16:17:16.2398164Z test_isclose_atol_rtol_greater_than_zero_cpu_int8 (__main__.TestTestingCPU) ... ok (0.008s) 2022-09-27T16:17:16.2477907Z test_isclose_atol_rtol_greater_than_zero_cpu_uint8 (__main__.TestTestingCPU) ... ok (0.008s) 2022-09-27T16:17:16.2491062Z test_isclose_bool_cpu (__main__.TestTestingCPU) ... ok (0.001s) 2022-09-27T16:17:16.2560276Z test_isclose_complex_cpu_complex128 (__main__.TestTestingCPU) ... ok (0.007s) 2022-09-27T16:17:16.2629505Z test_isclose_complex_cpu_complex64 (__main__.TestTestingCPU) ... ok (0.007s) 2022-09-27T16:17:16.2637747Z test_isclose_equality_shortcut_cpu (__main__.TestTestingCPU) ... ok (0.001s) 2022-09-27T16:17:16.2667954Z test_isclose_float_cpu_float16 (__main__.TestTestingCPU) ... ok (0.003s) 2022-09-27T16:17:16.2698153Z test_isclose_float_cpu_float32 (__main__.TestTestingCPU) ... ok (0.003s) 2022-09-27T16:17:16.2726455Z test_isclose_float_cpu_float64 (__main__.TestTestingCPU) ... ok (0.003s) 2022-09-27T16:17:16.2745303Z test_isclose_integer_cpu_int16 (__main__.TestTestingCPU) ... ok (0.002s) 2022-09-27T16:17:16.2763780Z test_isclose_integer_cpu_int32 (__main__.TestTestingCPU) ... ok (0.002s) 2022-09-27T16:17:16.2782419Z test_isclose_integer_cpu_int64 (__main__.TestTestingCPU) ... ok (0.002s) 2022-09-27T16:17:16.2800812Z test_isclose_integer_cpu_int8 (__main__.TestTestingCPU) ... ok (0.002s) 2022-09-27T16:17:16.2819514Z test_isclose_integer_cpu_uint8 (__main__.TestTestingCPU) ... ok (0.002s) 2022-09-27T16:17:16.2830042Z test_isclose_nan_equality_shortcut_cpu_complex128 (__main__.TestTestingCPU) ... ok (0.001s) 2022-09-27T16:17:16.2840367Z test_isclose_nan_equality_shortcut_cpu_complex64 (__main__.TestTestingCPU) ... ok (0.001s) 2022-09-27T16:17:16.2851499Z test_isclose_nan_equality_shortcut_cpu_float16 (__main__.TestTestingCPU) ... ok (0.001s) 2022-09-27T16:17:16.2862490Z test_isclose_nan_equality_shortcut_cpu_float32 (__main__.TestTestingCPU) ... ok (0.001s) 2022-09-27T16:17:16.2872955Z test_isclose_nan_equality_shortcut_cpu_float64 (__main__.TestTestingCPU) ... ok (0.001s) 2022-09-27T16:17:16.2882858Z test_make_tensor_complex32_cpu (__main__.TestTestingCPU) ... /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:17:16.2883371Z result = torch.complex(real, imag) 2022-09-27T16:17:16.2886333Z ok (0.001s) 2022-09-27T16:17:16.2935433Z test_make_tensor_cpu_bool (__main__.TestTestingCPU) ... ok (0.005s) 2022-09-27T16:17:16.2991160Z test_make_tensor_cpu_complex64 (__main__.TestTestingCPU) ... ok (0.006s) 2022-09-27T16:17:16.3047053Z test_make_tensor_cpu_float32 (__main__.TestTestingCPU) ... ok (0.006s) 2022-09-27T16:17:16.3096700Z test_make_tensor_cpu_int64 (__main__.TestTestingCPU) ... ok (0.005s) 2022-09-27T16:17:16.3097037Z 2022-09-27T16:17:16.3097509Z ---------------------------------------------------------------------- 2022-09-27T16:17:16.3097917Z Ran 165 tests in 11.099s 2022-09-27T16:17:16.3098114Z 2022-09-27T16:17:16.3098272Z OK (skipped=3, expected failures=12) 2022-09-27T16:17:16.3098494Z 2022-09-27T16:17:16.3098614Z Generating XML reports... 2022-09-27T16:17:16.3147289Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertClose-20220927161705.xml 2022-09-27T16:17:16.3152016Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseContainer-20220927161705.xml 2022-09-27T16:17:16.3163516Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseErrorMessage-20220927161705.xml 2022-09-27T16:17:16.3168229Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseQuantized-20220927161705.xml 2022-09-27T16:17:16.3173393Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseBSC-20220927161705.xml 2022-09-27T16:17:16.3177403Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseBSR-20220927161705.xml 2022-09-27T16:17:16.3184037Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCOO-20220927161705.xml 2022-09-27T16:17:16.3189030Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCSC-20220927161705.xml 2022-09-27T16:17:16.3193180Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCSR-20220927161705.xml 2022-09-27T16:17:16.3195835Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestFrameworkUtils-20220927161705.xml 2022-09-27T16:17:16.3199153Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestImports-20220927161705.xml 2022-09-27T16:17:16.3215257Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestTestParametrization-20220927161705.xml 2022-09-27T16:17:16.3232347Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestTestParametrizationDeviceTypeCPU-20220927161705.xml 2022-09-27T16:17:16.3270753Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestTestingCPU-20220927161705.xml 2022-09-27T16:17:16.9075557Z Running test_mkldnn_fusion ... [2022-09-27 16:17:16.907074] 2022-09-27T16:17:16.9076103Z Executing ['/opt/conda/bin/python', '-bb', 'test_mkldnn_fusion.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:17:16.907160] 2022-09-27T16:17:18.1284624Z Test results will be stored in test-reports/python-unittest/test_mkldnn_fusion 2022-09-27T16:17:18.1295730Z 2022-09-27T16:17:18.1296058Z Running tests... 2022-09-27T16:17:18.1296675Z ---------------------------------------------------------------------- 2022-09-27T16:17:18.9711654Z test_conv_eltwise (__main__.TestMkldnnFusion) ... ok (0.841s) 2022-09-27T16:17:20.1403688Z test_single_conv (__main__.TestMkldnnFusion) ... ok (1.169s) 2022-09-27T16:17:28.1333277Z test_unsupported_conv (__main__.TestMkldnnFusion) ... ok (7.993s) 2022-09-27T16:17:28.1333598Z 2022-09-27T16:17:28.1334057Z ---------------------------------------------------------------------- 2022-09-27T16:17:28.1334457Z Ran 3 tests in 10.004s 2022-09-27T16:17:28.1334643Z 2022-09-27T16:17:28.1334749Z OK 2022-09-27T16:17:28.1334902Z 2022-09-27T16:17:28.1335044Z Generating XML reports... 2022-09-27T16:17:28.1367642Z Generated XML report: test-reports/python-unittest/test_mkldnn_fusion/TEST-TestMkldnnFusion-20220927161718.xml 2022-09-27T16:17:28.4568123Z Running test_xnnpack_integration ... [2022-09-27 16:17:28.456427] 2022-09-27T16:17:28.4568810Z Executing ['/opt/conda/bin/python', '-bb', 'test_xnnpack_integration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:17:28.456510] 2022-09-27T16:17:29.6512856Z Test results will be stored in test-reports/python-unittest/test_xnnpack_integration 2022-09-27T16:17:29.6525079Z 2022-09-27T16:17:29.6525198Z Running tests... 2022-09-27T16:17:29.6525621Z ---------------------------------------------------------------------- 2022-09-27T16:17:29.6545159Z test_conv1d_basic (__main__.TestXNNPACKConv1dTransformPass) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:17:29.6566173Z 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:30.6490055Z test_conv2d (__main__.TestXNNPACKOps) ... ok (0.992s) 2022-09-27T16:17:32.1336290Z test_conv2d_transpose (__main__.TestXNNPACKOps) ... ok (1.485s) 2022-09-27T16:17:32.1346866Z test_linear (__main__.TestXNNPACKOps) ... skip: Fails on some platforms, see https://github.com/pytorch/pytorch/issues/73488 (0.001s) 2022-09-27T16:17:32.3331795Z test_linear_1d_input (__main__.TestXNNPACKOps) ... ok (0.198s) 2022-09-27T16:17:32.4204272Z test_decomposed_linear (__main__.TestXNNPACKRewritePass) ... ok (0.087s) 2022-09-27T16:17:33.6343010Z test_linear (__main__.TestXNNPACKRewritePass) ... ok (1.214s) 2022-09-27T16:17:33.6393587Z test_combined_model (__main__.TestXNNPACKSerDes) ... skip: Fails on some platforms, see https://github.com/pytorch/pytorch/issues/73488 (0.005s) 2022-09-27T16:17:35.6725429Z test_conv2d (__main__.TestXNNPACKSerDes) ... ok (2.033s) 2022-09-27T16:17:38.1195756Z test_conv2d_transpose (__main__.TestXNNPACKSerDes) ... ok (2.447s) 2022-09-27T16:17:38.1216313Z test_linear (__main__.TestXNNPACKSerDes) ... skip: Fails on some platforms, see https://github.com/pytorch/pytorch/issues/73488 (0.002s) 2022-09-27T16:17:38.1216776Z 2022-09-27T16:17:38.1217306Z ---------------------------------------------------------------------- 2022-09-27T16:17:38.1217710Z Ran 12 tests in 8.469s 2022-09-27T16:17:38.1218132Z 2022-09-27T16:17:38.1218254Z OK (skipped=5) 2022-09-27T16:17:38.1218431Z 2022-09-27T16:17:38.1218554Z Generating XML reports... 2022-09-27T16:17:38.1246128Z Generated XML report: test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKOps-20220927161729.xml 2022-09-27T16:17:38.1249790Z Generated XML report: test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKRewritePass-20220927161729.xml 2022-09-27T16:17:38.1255343Z Generated XML report: test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKSerDes-20220927161729.xml 2022-09-27T16:17:38.1260690Z Generated XML report: test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKConv1dTransformPass-20220927161729.xml 2022-09-27T16:17:38.4612931Z Running test_cpp_extensions_open_device_registration ... [2022-09-27 16:17:38.460858] 2022-09-27T16:17:38.4613534Z 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:38.460956] 2022-09-27T16:17:39.9301399Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T16:17:39.9334399Z Test results will be stored in test-reports/python-unittest/test_cpp_extensions_open_device_registration 2022-09-27T16:17:39.9347113Z 2022-09-27T16:17:39.9347255Z Running tests... 2022-09-27T16:17:39.9347851Z ---------------------------------------------------------------------- 2022-09-27T16:17:40.1608833Z test_open_device_registration (__main__.TestCppExtensionOpenRgistration) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-09-27T16:17:40.1609630Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/custom_device_extension... 2022-09-27T16:17:40.2004537Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/custom_device_extension/build.ninja... 2022-09-27T16:17:40.2009674Z Building extension module custom_device_extension... 2022-09-27T16:17:40.2010006Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:17:41.5419471Z [1/2] c++ -MMD -MF open_registration_extension.o.d -DTORCH_EXTENSION_NAME=custom_device_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -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:41.8631541Z [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:41.8681887Z Loading extension module custom_device_extension... 2022-09-27T16:17:41.8900718Z ok (1.955s) 2022-09-27T16:17:41.8916545Z 2022-09-27T16:17:41.8916938Z ---------------------------------------------------------------------- 2022-09-27T16:17:41.8917444Z Ran 1 test in 1.957s 2022-09-27T16:17:41.8917564Z 2022-09-27T16:17:41.8917704Z OK 2022-09-27T16:17:41.8917795Z 2022-09-27T16:17:41.8917888Z Generating XML reports... 2022-09-27T16:17:41.8951856Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_open_device_registration/TEST-TestCppExtensionOpenRgistration-20220927161739.xml 2022-09-27T16:17:42.2449476Z Running test_utils ... [2022-09-27 16:17:42.244560] 2022-09-27T16:17:42.2449962Z Executing ['/opt/conda/bin/python', '-bb', 'test_utils.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:17:42.244645] 2022-09-27T16:17:43.6268501Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T16:17:43.7073957Z Test results will be stored in test-reports/python-unittest/test_utils 2022-09-27T16:17:43.7097130Z 2022-09-27T16:17:43.7097591Z Running tests... 2022-09-27T16:17:43.7098017Z ---------------------------------------------------------------------- 2022-09-27T16:17:43.9774521Z test_assert_scriptable (__main__.TestAssert) ... ok (0.267s) 2022-09-27T16:17:43.9786633Z test_assert_true (__main__.TestAssert) ... ok (0.001s) 2022-09-27T16:17:43.9793679Z test_bottleneck_cpu_only (__main__.TestBottleneck) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/68433 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:17:43.9798230Z test_bottleneck_cuda (__main__.TestBottleneck) ... skip: No CUDA (0.000s) 2022-09-27T16:17:43.9863105Z test_checkpoint (__main__.TestCheckpoint) ... ok (0.006s) 2022-09-27T16:17:43.9918093Z test_checkpoint_module_list (__main__.TestCheckpoint) ... ok (0.005s) 2022-09-27T16:17:43.9933894Z test_checkpoint_no_tensors (__main__.TestCheckpoint) ... /opt/conda/lib/python3.7/site-packages/torch/utils/checkpoint.py:31: UserWarning: None of the inputs have requires_grad=True. Gradients will be None 2022-09-27T16:17:43.9934350Z warnings.warn("None of the inputs have requires_grad=True. Gradients will be None") 2022-09-27T16:17:43.9939560Z ok (0.002s) 2022-09-27T16:17:43.9950290Z test_checkpoint_non_tensor (__main__.TestCheckpoint) ... ok (0.001s) 2022-09-27T16:17:43.9991085Z test_checkpoint_non_tensor_inputs_outputs (__main__.TestCheckpoint) ... ok (0.004s) 2022-09-27T16:17:43.9996794Z test_checkpoint_not_preserve_rng_state_and_without_reentrant (__main__.TestCheckpoint) ... skip: No CUDA (0.001s) 2022-09-27T16:17:44.0014077Z test_checkpoint_partial_grad (__main__.TestCheckpoint) ... ok (0.002s) 2022-09-27T16:17:44.0105838Z test_checkpoint_rng_cpu (__main__.TestCheckpoint) ... ok (0.009s) 2022-09-27T16:17:44.0114512Z test_checkpoint_rng_cuda (__main__.TestCheckpoint) ... skip: No CUDA (0.001s) 2022-09-27T16:17:44.0125099Z test_checkpoint_sequential_deprecated_multiple_args (__main__.TestCheckpoint) ... ok (0.001s) 2022-09-27T16:17:44.0134714Z test_checkpoint_sequential_deprecated_no_args (__main__.TestCheckpoint) ... ok (0.001s) 2022-09-27T16:17:44.0160569Z test_checkpoint_trigger (__main__.TestCheckpoint) ... ok (0.003s) 2022-09-27T16:17:44.0180509Z test_checkpoint_valid (__main__.TestCheckpoint) ... ok (0.002s) 2022-09-27T16:17:44.0197076Z test_checkpointing_without_reentrant_early_free (__main__.TestCheckpoint) ... skip: Test requires CUDA (0.002s) 2022-09-27T16:17:44.0203130Z test_smoke (__main__.TestCollectEnv) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/77345 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.000s) 2022-09-27T16:17:44.0570299Z test_cc_compiler_is_ok (__main__.TestCppExtensionUtils) ... ok (0.036s) 2022-09-27T16:17:44.0808213Z test_cpp_compiler_is_ok (__main__.TestCppExtensionUtils) ... ok (0.024s) 2022-09-27T16:17:44.0818998Z test_multi_drop (__main__.TestDataLoaderUtils) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82865 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:44.0823754Z test_multi_keep (__main__.TestDataLoaderUtils) ... skip: FIXME: Intermittent CUDA out-of-memory error on Windows and time-out under ASAN (0.000s) 2022-09-27T16:17:44.0832327Z test_random_seed (__main__.TestDataLoaderUtils) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/70516 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:17:44.0851415Z test_single_drop (__main__.TestDataLoaderUtils) ... ok (0.002s) 2022-09-27T16:17:44.0862708Z test_single_keep (__main__.TestDataLoaderUtils) ... ok (0.001s) 2022-09-27T16:17:44.0888691Z test_external_module_register (__main__.TestExtensionUtils) ... ok (0.003s) 2022-09-27T16:17:44.0895405Z test_import_hipify (__main__.TestHipify) ... ok (0.001s) 2022-09-27T16:17:44.0915110Z test_check_onnx_broadcast (__main__.TestONNXUtils) ... ok (0.002s) 2022-09-27T16:17:44.0924613Z test_prepare_onnx_paddings (__main__.TestONNXUtils) ... ok (0.001s) 2022-09-27T16:17:45.9842098Z test_load_standalone (__main__.TestStandaloneCPPJIT) ... ok (1.891s) 2022-09-27T16:17:45.9842411Z 2022-09-27T16:17:45.9842760Z ---------------------------------------------------------------------- 2022-09-27T16:17:45.9842999Z Ran 31 tests in 2.274s 2022-09-27T16:17:45.9843114Z 2022-09-27T16:17:45.9843189Z OK (skipped=9) 2022-09-27T16:17:45.9843300Z 2022-09-27T16:17:45.9843386Z Generating XML reports... 2022-09-27T16:17:45.9879575Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestAssert-20220927161743.xml 2022-09-27T16:17:45.9893616Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestCheckpoint-20220927161743.xml 2022-09-27T16:17:45.9896472Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestCppExtensionUtils-20220927161743.xml 2022-09-27T16:17:45.9902098Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestDataLoaderUtils-20220927161743.xml 2022-09-27T16:17:45.9904471Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestExtensionUtils-20220927161743.xml 2022-09-27T16:17:45.9906622Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestHipify-20220927161743.xml 2022-09-27T16:17:45.9909744Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestONNXUtils-20220927161743.xml 2022-09-27T16:17:45.9912962Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestStandaloneCPPJIT-20220927161743.xml 2022-09-27T16:17:45.9916286Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestBottleneck-20220927161743.xml 2022-09-27T16:17:45.9918699Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestCollectEnv-20220927161743.xml 2022-09-27T16:17:46.3563503Z Running test_stateless ... [2022-09-27 16:17:46.355969] 2022-09-27T16:17:46.3564016Z Executing ['/opt/conda/bin/python', '-bb', 'test_stateless.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:17:46.356053] 2022-09-27T16:17:47.7340341Z Test results will be stored in test-reports/python-unittest/test_stateless 2022-09-27T16:17:47.7352920Z 2022-09-27T16:17:47.7353018Z Running tests... 2022-09-27T16:17:47.7353463Z ---------------------------------------------------------------------- 2022-09-27T16:17:51.5297958Z test_runs_with_optimize_flag (__main__.TestPythonOptimizeMode) ... ok (3.794s) 2022-09-27T16:17:52.7134587Z test_private_stateless_warns (__main__.TestStatelessDeprecation) ... ok (1.183s) 2022-09-27T16:17:52.7175943Z test_circular_references (__main__.TestStatelessFunctionalAPI) ... ok (0.004s) 2022-09-27T16:17:52.7201356Z test_functional_batch_norm (__main__.TestStatelessFunctionalAPI) ... ok (0.002s) 2022-09-27T16:17:52.7215974Z test_functional_call (__main__.TestStatelessFunctionalAPI) ... ok (0.001s) 2022-09-27T16:17:52.7222025Z test_functional_call_with_data_parallel (__main__.TestStatelessFunctionalAPI) ... skip: multi-GPU not supported (0.001s) 2022-09-27T16:17:52.7239736Z test_functional_call_with_gradient (__main__.TestStatelessFunctionalAPI) ... ok (0.002s) 2022-09-27T16:17:52.7770581Z test_functional_call_with_jit (__main__.TestStatelessFunctionalAPI) ... ok (0.053s) 2022-09-27T16:17:52.7861231Z test_reparamertize_module_fail_reset_to_original (__main__.TestStatelessFunctionalAPI) ... ok (0.009s) 2022-09-27T16:17:52.7895734Z test_reparametrized_module_change_parametrization_original (__main__.TestStatelessFunctionalAPI) ... ok (0.003s) 2022-09-27T16:17:52.7911679Z test_setattr (__main__.TestStatelessFunctionalAPI) ... ok (0.002s) 2022-09-27T16:17:52.7912378Z 2022-09-27T16:17:52.7912884Z ---------------------------------------------------------------------- 2022-09-27T16:17:52.7913293Z Ran 11 tests in 5.056s 2022-09-27T16:17:52.7913488Z 2022-09-27T16:17:52.7913592Z OK (skipped=1) 2022-09-27T16:17:52.7913772Z 2022-09-27T16:17:52.7913909Z Generating XML reports... 2022-09-27T16:17:52.7942950Z Generated XML report: test-reports/python-unittest/test_stateless/TEST-TestPythonOptimizeMode-20220927161747.xml 2022-09-27T16:17:52.7945365Z Generated XML report: test-reports/python-unittest/test_stateless/TEST-TestStatelessDeprecation-20220927161747.xml 2022-09-27T16:17:52.7954460Z Generated XML report: test-reports/python-unittest/test_stateless/TEST-TestStatelessFunctionalAPI-20220927161747.xml 2022-09-27T16:17:53.1097603Z Running test_ao_sparsity ... [2022-09-27 16:17:53.109349] 2022-09-27T16:17:53.1098133Z Executing ['/opt/conda/bin/python', '-bb', 'test_ao_sparsity.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:17:53.109433] 2022-09-27T16:17:54.4140430Z Test results will be stored in test-reports/python-unittest/test_ao_sparsity 2022-09-27T16:17:54.4162317Z 2022-09-27T16:17:54.4162423Z Running tests... 2022-09-27T16:17:54.4162847Z ---------------------------------------------------------------------- 2022-09-27T16:17:54.4188301Z test_activation_sparsifier (ao.sparsity.test_activation_sparsifier.TestActivationSparsifier) 2022-09-27T16:17:54.7109078Z Simulates the workflow of the activation sparsifier, starting from object creation ... ok (0.294s) 2022-09-27T16:17:54.7116425Z test_constructor (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) 2022-09-27T16:17:54.7132463Z Checks if the warning is thrown if the scheduler step is called ... ok (0.002s) 2022-09-27T16:17:54.7189955Z test_order_of_steps (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) ... ok (0.006s) 2022-09-27T16:17:54.7225297Z test_state_dict (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) ... ok (0.003s) 2022-09-27T16:17:54.7302118Z test_step (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) ... ok (0.008s) 2022-09-27T16:17:54.7364517Z test_nn_embeddings (ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier) ... /opt/conda/lib/python3.7/site-packages/torch/ao/sparsity/_experimental/data_sparsifier/base_data_sparsifier.py:104: UserWarning: Replacing existing data of the same name. - Did you mean a different name? 2022-09-27T16:17:54.7365620Z warnings.warn("Replacing existing data of the same name. - Did you mean a different name?") 2022-09-27T16:17:54.7511241Z ok (0.021s) 2022-09-27T16:17:54.7664063Z test_nn_parameters (ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier) ... ok (0.015s) 2022-09-27T16:17:54.7808149Z test_tensors (ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier) ... ok (0.014s) 2022-09-27T16:17:54.7835594Z test_constructor (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.003s) 2022-09-27T16:17:54.7919858Z test_prepare_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.008s) 2022-09-27T16:17:54.7952370Z test_prepare_linear (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.003s) 2022-09-27T16:17:54.8054846Z test_squash_mask_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.010s) 2022-09-27T16:17:54.8086272Z test_squash_mask_linear (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.003s) 2022-09-27T16:17:54.8171441Z test_step_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.008s) 2022-09-27T16:17:54.8228173Z test_step_linear (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.006s) 2022-09-27T16:17:54.8250082Z test_constructor (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.002s) 2022-09-27T16:17:54.8264071Z test_mask_squash (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.001s) 2022-09-27T16:17:54.8284021Z test_mask_squash_with_params1 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.002s) 2022-09-27T16:17:54.8304180Z test_mask_squash_with_params2 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.002s) 2022-09-27T16:17:54.8324530Z test_mask_squash_with_params3 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.002s) 2022-09-27T16:17:54.8342680Z test_prepare_config (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.002s) 2022-09-27T16:17:54.8380817Z test_state_dict (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.004s) 2022-09-27T16:17:54.8393099Z test_step (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.001s) 2022-09-27T16:17:54.8423007Z test_convert_without_squash_mask (ao.sparsity.test_composability.TestComposability) ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py:216: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-09-27T16:17:54.8423979Z reduce_range will be deprecated in a future release of PyTorch." 2022-09-27T16:17:55.0276918Z ok (0.188s) 2022-09-27T16:17:55.2243507Z test_fusion_before_s_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.197s) 2022-09-27T16:17:55.4094627Z test_q_prep_before_s_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.185s) 2022-09-27T16:17:55.4179369Z test_qat_prep_before_s_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.009s) 2022-09-27T16:17:55.6032567Z test_s_prep_before_fusion (ao.sparsity.test_composability.TestComposability) ... ok (0.185s) 2022-09-27T16:17:55.7864713Z test_s_prep_before_q_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.183s) 2022-09-27T16:17:55.7972454Z test_s_prep_before_qat_prep (ao.sparsity.test_composability.TestComposability) ... ok (0.011s) 2022-09-27T16:17:55.8795700Z test_jit_trace (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.082s) 2022-09-27T16:17:55.8816729Z test_masking_logic (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.002s) 2022-09-27T16:17:55.8875160Z test_state_dict_preserved (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.006s) 2022-09-27T16:17:55.8897847Z test_weights_parametrized (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.002s) 2022-09-27T16:17:55.8912547Z test_q_prep_fx_before_s_prep (ao.sparsity.test_composability.TestFxComposability) 2022-09-27T16:17:56.1101855Z This test checks that the ordering of prepare_fx -> sparse prepare -> convert_fx ... ok (0.220s) 2022-09-27T16:17:56.1116556Z test_q_prep_fx_s_prep_ref_conv (ao.sparsity.test_composability.TestFxComposability) 2022-09-27T16:17:56.3730957Z This checks that the ordering: prepare_fx -> sparse prepare -> convert_to_reference_fx ... ok (0.263s) 2022-09-27T16:17:56.3743263Z test_s_prep_before_q_prep_fx (ao.sparsity.test_composability.TestFxComposability) 2022-09-27T16:17:56.5744864Z This test checks that the ordering of sparse prepare -> prepare_fx -> convert_fx ... ok (0.201s) 2022-09-27T16:17:56.5758954Z test_s_prep_before_qat_prep_fx (ao.sparsity.test_composability.TestFxComposability) 2022-09-27T16:17:56.6003915Z This test checks that the ordering of sparse prepare -> prepare_qat_fx -> convert_fx ... ok (0.026s) 2022-09-27T16:17:56.6017083Z test_s_prep_q_prep_fx_ref (ao.sparsity.test_composability.TestFxComposability) 2022-09-27T16:17:56.7995296Z This checks that the ordering: sparse prepare -> prepare_fx -> convert_to_reference_fx ... ok (0.199s) 2022-09-27T16:17:56.8014873Z test_constructor (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.002s) 2022-09-27T16:17:56.8037939Z test_mask_squash (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.002s) 2022-09-27T16:17:56.8055047Z test_prepare (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.002s) 2022-09-27T16:17:57.1272504Z test_sparsity_levels (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.322s) 2022-09-27T16:17:57.2654168Z test_step (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... ok (0.138s) 2022-09-27T16:17:57.4651678Z test_nn_embeddings (ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers) ... ok (0.200s) 2022-09-27T16:17:57.6486314Z test_nn_parameters (ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers) ... ok (0.183s) 2022-09-27T16:17:57.8289484Z test_tensors (ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers) ... ok (0.180s) 2022-09-27T16:17:57.8305980Z test_ptq_quantize_first (ao.sparsity.test_data_sparsifier.TestQuantizationUtils) 2022-09-27T16:17:57.8380363Z The expectation is post_training_sparse_quantize function ... ok (0.009s) 2022-09-27T16:17:57.8393286Z test_ptq_sparsify_first (ao.sparsity.test_data_sparsifier.TestQuantizationUtils) 2022-09-27T16:17:57.8437577Z The expectation is post_training_sparse_quantize function ... ok (0.006s) 2022-09-27T16:17:57.9097291Z test_sparse_qlinear (ao.sparsity.test_kernels.TestQuantizedSparseKernels) ... 2022-09-27 16:17:57,908 - root - INFO - static sparse qlinear is only available in fbgemm 2022-09-27T16:17:57.9639217Z 2022-09-27 16:17:57,963 - root - INFO - static sparse qlinear is only available in fbgemm 2022-09-27T16:17:57.9641304Z 2022-09-27 16:17:57,963 - root - INFO - dynamic sparse qlinear is only available in qnnpack 2022-09-27T16:17:57.9646713Z 2022-09-27 16:17:57,964 - root - INFO - dynamic sparse qlinear is only available in qnnpack 2022-09-27T16:17:57.9652775Z ok (0.121s) 2022-09-27T16:17:57.9684901Z test_sparse_qlinear (ao.sparsity.test_kernels.TestQuantizedSparseLayers) ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py:288: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-09-27T16:17:57.9685820Z "must run observer before calling calculate_qparams. " + 2022-09-27T16:17:57.9703691Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:17:58.0159831Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py:280: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-09-27T16:17:58.0160513Z "must run observer before calling calculate_qparams. " + 2022-09-27T16:17:58.0215587Z ok (0.056s) 2022-09-27T16:17:58.0435141Z test_sparse_qlinear_serdes (ao.sparsity.test_kernels.TestQuantizedSparseLayers) ... [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:17:58.1144652Z ok (0.093s) 2022-09-27T16:17:58.1163826Z test_constructor (ao.sparsity.test_scheduler.TestScheduler) ... ok (0.002s) 2022-09-27T16:17:58.1192184Z test_lambda_scheduler (ao.sparsity.test_scheduler.TestScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/ao/sparsity/scheduler/base_scheduler.py:127: UserWarning: Detected call of `scheduler.step()` before `sparsifier.step()`. You have to make sure you run the sparsifier.step() BEFORE any calls to the scheduer.step(). 2022-09-27T16:17:58.1192999Z "calls to the scheduer.step().", UserWarning) 2022-09-27T16:17:58.1193221Z ok (0.003s) 2022-09-27T16:17:58.1201278Z test_order_of_steps (ao.sparsity.test_scheduler.TestScheduler) 2022-09-27T16:17:58.1245025Z Checks if the warning is thrown if the scheduler step is called ... ok (0.005s) 2022-09-27T16:17:58.1262632Z test_step (ao.sparsity.test_scheduler.TestScheduler) ... ok (0.002s) 2022-09-27T16:17:58.1268412Z test_fqn_to_module (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-09-27T16:17:58.1309317Z Tests that fqn_to_module operates as inverse ... ok (0.005s) 2022-09-27T16:17:58.1312932Z test_fqn_to_module_fail (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-09-27T16:17:58.1327965Z Tests that fqn_to_module returns None when it tries to ... ok (0.002s) 2022-09-27T16:17:58.1334819Z test_fqn_to_module_for_tensors (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-09-27T16:17:58.1378578Z Tests that fqn_to_module works for tensors, actually all parameters ... ok (0.005s) 2022-09-27T16:17:58.1386527Z test_get_arg_info_from_tensor_fqn (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-09-27T16:17:58.1430642Z Tests that get_arg_info_from_tensor_fqn works for all parameters of the model. ... ok (0.005s) 2022-09-27T16:17:58.1435892Z test_get_arg_info_from_tensor_fqn_fail (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-09-27T16:17:58.1461496Z Tests that get_arg_info_from_tensor_fqn works as expected for invalid tensor_fqn ... ok (0.003s) 2022-09-27T16:17:58.1466559Z test_module_to_fqn (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-09-27T16:17:58.1496206Z Tests that module_to_fqn works as expected when compared to known good ... ok (0.003s) 2022-09-27T16:17:58.1500232Z test_module_to_fqn_fail (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-09-27T16:17:58.1518967Z Tests that module_to_fqn returns None when an fqn that doesn't ... ok (0.002s) 2022-09-27T16:17:58.1522702Z test_module_to_fqn_root (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-09-27T16:17:58.1541203Z Tests that module_to_fqn returns '' when model and target module are the same ... ok (0.002s) 2022-09-27T16:17:58.1557562Z test_constructor (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.002s) 2022-09-27T16:17:58.1575875Z test_mask_squash (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.002s) 2022-09-27T16:17:58.1591965Z test_prepare (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.002s) 2022-09-27T16:17:58.1883567Z test_sparsity_levels (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.029s) 2022-09-27T16:17:58.3524913Z test_step (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.164s) 2022-09-27T16:17:58.3566057Z test_step_2_of_4 (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... ok (0.004s) 2022-09-27T16:17:58.3566910Z 2022-09-27T16:17:58.3567467Z ---------------------------------------------------------------------- 2022-09-27T16:17:58.3567902Z Ran 70 tests in 3.940s 2022-09-27T16:17:58.3568090Z 2022-09-27T16:17:58.3568186Z OK 2022-09-27T16:17:58.3568388Z 2022-09-27T16:17:58.3568518Z Generating XML reports... 2022-09-27T16:17:58.3596835Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_activation_sparsifier.TestActivationSparsifier-20220927161754.xml 2022-09-27T16:17:58.3601684Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_scheduler.TestBaseDataScheduler-20220927161754.xml 2022-09-27T16:17:58.3606956Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier-20220927161754.xml 2022-09-27T16:17:58.3614203Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_pruner.TestBasePruner-20220927161754.xml 2022-09-27T16:17:58.3621836Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestBaseSparsifier-20220927161754.xml 2022-09-27T16:17:58.3629404Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_composability.TestComposability-20220927161754.xml 2022-09-27T16:17:58.3634504Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_parametrization.TestFakeSparsity-20220927161754.xml 2022-09-27T16:17:58.3640634Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_composability.TestFxComposability-20220927161754.xml 2022-09-27T16:17:58.3645983Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier-20220927161754.xml 2022-09-27T16:17:58.3650225Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers-20220927161754.xml 2022-09-27T16:17:58.3654964Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_sparsifier.TestQuantizationUtils-20220927161754.xml 2022-09-27T16:17:58.3657958Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_kernels.TestQuantizedSparseKernels-20220927161754.xml 2022-09-27T16:17:58.3661702Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_kernels.TestQuantizedSparseLayers-20220927161754.xml 2022-09-27T16:17:58.3666985Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_scheduler.TestScheduler-20220927161754.xml 2022-09-27T16:17:58.3675624Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions-20220927161754.xml 2022-09-27T16:17:58.3682769Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestWeightNormSparsifier-20220927161754.xml 2022-09-27T16:17:58.6862006Z Running test_multiprocessing ... [2022-09-27 16:17:58.685750] 2022-09-27T16:17:58.6862561Z Executing ['/opt/conda/bin/python', '-bb', 'test_multiprocessing.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:17:58.685838] 2022-09-27T16:17:59.8751067Z Test results will be stored in test-reports/python-unittest/test_multiprocessing 2022-09-27T16:17:59.8768607Z 2022-09-27T16:17:59.8768739Z Running tests... 2022-09-27T16:17:59.8769651Z ---------------------------------------------------------------------- 2022-09-27T16:18:00.2286223Z test_autograd_errors (__main__.TestMultiprocessing) ... ok (0.351s) 2022-09-27T16:18:01.2889435Z 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:18:01.2890234Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:18:01.2933899Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:18:01.2934644Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:18:01.3015781Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:18:01.3016330Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:18:01.3272664Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:18:01.3273412Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:18:01.3316470Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:18:01.3317027Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:18:01.3388198Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:18:01.3389113Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:18:01.5605908Z ok (1.332s) 2022-09-27T16:18:01.5615008Z test_cuda_bad_call (__main__.TestMultiprocessing) ... skip: CUDA not available (0.001s) 2022-09-27T16:18:01.5625436Z test_cuda_ipc_deadlock (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-09-27T16:18:01.5633423Z test_cuda_memory_allocation (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-09-27T16:18:01.5637101Z test_cuda_parameter_sharing (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-09-27T16:18:01.5648806Z test_cuda_send_many (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-09-27T16:18:01.5652997Z test_cuda_simple (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-09-27T16:18:01.5665222Z test_cuda_small_tensors (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-09-27T16:18:01.5669757Z test_cuda_variable_sharing (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-09-27T16:18:01.5682107Z test_empty_shared (__main__.TestMultiprocessing) ... ok (0.001s) 2022-09-27T16:18:01.5713993Z test_empty_tensor_sharing (__main__.TestMultiprocessing) ... ok (0.003s) 2022-09-27T16:18:01.5718539Z test_empty_tensor_sharing_cuda (__main__.TestMultiprocessing) ... skip: CUDA not available (0.000s) 2022-09-27T16:18:01.5728380Z test_event (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-09-27T16:18:01.5735888Z test_event_handle_exporter (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-09-27T16:18:01.5744521Z test_event_handle_importer (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-09-27T16:18:01.5753253Z test_event_handle_multi_gpu (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-09-27T16:18:01.5761065Z test_event_multiprocess (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-09-27T16:18:01.5765695Z 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:18:01.7558933Z test_fd_preserve_sharing (__main__.TestMultiprocessing) ... ok (0.179s) 2022-09-27T16:18:01.7564121Z 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:18:01.7571911Z 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:18:01.9916382Z test_fs_is_shared (__main__.TestMultiprocessing) ... ok (0.234s) 2022-09-27T16:18:01.9924918Z 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:18:02.1345091Z test_fs_preserve_sharing (__main__.TestMultiprocessing) ... ok (0.142s) 2022-09-27T16:18:02.1350809Z 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:18:02.1356885Z 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:18:03.1440932Z 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:18:03.1441378Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:18:03.1812334Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:18:03.1812719Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:18:03.5149815Z ok (1.379s) 2022-09-27T16:18:03.5154798Z test_integer_parameter_serialization_cuda (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-09-27T16:18:03.5166581Z test_is_shared (__main__.TestMultiprocessing) ... ok (0.001s) 2022-09-27T16:18:03.5171205Z test_is_shared_cuda (__main__.TestMultiprocessing) ... skip: CUDA not available (0.000s) 2022-09-27T16:18:03.5341580Z test_leaf_variable_sharing (__main__.TestMultiprocessing) ... ok (0.017s) 2022-09-27T16:18:03.5349412Z test_mixed_types_cuda_sharing (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-09-27T16:18:03.5365943Z test_non_leaf_variable_sharing (__main__.TestMultiprocessing) ... ok (0.002s) 2022-09-27T16:18:03.5411439Z test_parameter_sharing (__main__.TestMultiprocessing) ... /opt/conda/lib/python3.7/site-packages/torch/utils/hooks.py:61: UserWarning: backward hook .hook at 0x7fe3305ca3b0> 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:18:03.5412071Z "to suppress this warning".format(repr(hook))) 2022-09-27T16:18:03.5468226Z ok (0.010s) 2022-09-27T16:18:03.5514993Z test_variable_sharing (__main__.TestMultiprocessing) ... /opt/conda/lib/python3.7/site-packages/torch/utils/hooks.py:61: UserWarning: backward hook .hook at 0x7fe3305b5710> 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:18:03.5515595Z "to suppress this warning".format(repr(hook))) 2022-09-27T16:18:03.5654130Z ok (0.018s) 2022-09-27T16:18:03.5662672Z test_wrong_cuda_fork (__main__.TestMultiprocessing) ... skip: CUDA not available (0.001s) 2022-09-27T16:18:03.5662996Z 2022-09-27T16:18:03.5663374Z ---------------------------------------------------------------------- 2022-09-27T16:18:03.5663663Z Ran 37 tests in 3.689s 2022-09-27T16:18:03.5663775Z 2022-09-27T16:18:03.5663849Z OK (skipped=24) 2022-09-27T16:18:03.5663998Z 2022-09-27T16:18:03.5664070Z Generating XML reports... 2022-09-27T16:18:03.5724120Z Generated XML report: test-reports/python-unittest/test_multiprocessing/TEST-TestMultiprocessing-20220927161759.xml 2022-09-27T16:18:03.8813324Z Running test_import_stats ... [2022-09-27 16:18:03.880952] 2022-09-27T16:18:03.8813845Z Executing ['/opt/conda/bin/python', '-bb', 'test_import_stats.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:03.881034] 2022-09-27T16:18:05.0376460Z Test results will be stored in test-reports/python-unittest/test_import_stats 2022-09-27T16:18:05.0386133Z 2022-09-27T16:18:05.0386273Z Running tests... 2022-09-27T16:18:05.0387150Z ---------------------------------------------------------------------- 2022-09-27T16:18:06.4347722Z test_time_cuda_device_count (__main__.TestImportTime) ... ok (1.396s) 2022-09-27T16:18:07.6415764Z test_time_import_torch (__main__.TestImportTime) ... ok (1.207s) 2022-09-27T16:18:07.6416073Z 2022-09-27T16:18:07.6416440Z ---------------------------------------------------------------------- 2022-09-27T16:18:07.6416738Z Ran 2 tests in 2.603s 2022-09-27T16:18:07.6416855Z 2022-09-27T16:18:07.6416919Z OK 2022-09-27T16:18:07.6417010Z 2022-09-27T16:18:07.6417087Z Generating XML reports... 2022-09-27T16:18:07.6451590Z Generated XML report: test-reports/python-unittest/test_import_stats/TEST-TestImportTime-20220927161805.xml 2022-09-27T16:18:07.9742282Z Running test_module_init ... [2022-09-27 16:18:07.973826] 2022-09-27T16:18:07.9742804Z Executing ['/opt/conda/bin/python', '-bb', 'test_module_init.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:07.973909] 2022-09-27T16:18:09.5244120Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64). 2022-09-27T16:18:09.5244624Z warnings.warn(msg, FutureWarning) 2022-09-27T16:18:09.5379328Z Test results will be stored in test-reports/python-unittest/test_module_init 2022-09-27T16:18:09.5405869Z 2022-09-27T16:18:09.5405981Z Running tests... 2022-09-27T16:18:09.5406548Z ---------------------------------------------------------------------- 2022-09-27T16:18:09.5440304Z test_nn_AdaptiveAvgPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.5468655Z test_nn_AdaptiveAvgPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.5495827Z test_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.5523694Z test_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.5550312Z test_nn_AdaptiveAvgPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.5577218Z test_nn_AdaptiveAvgPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.5625647Z test_nn_AdaptiveLogSoftmaxWithLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:18:09.5673939Z test_nn_AdaptiveLogSoftmaxWithLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:18:09.5700789Z test_nn_AdaptiveMaxPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.5727179Z test_nn_AdaptiveMaxPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.5754677Z test_nn_AdaptiveMaxPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.5781306Z test_nn_AdaptiveMaxPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.5808529Z test_nn_AdaptiveMaxPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.5835284Z test_nn_AdaptiveMaxPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.5862104Z test_nn_AlphaDropout_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.5889493Z test_nn_AlphaDropout_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.5917542Z test_nn_AvgPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.5945089Z test_nn_AvgPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.5972080Z test_nn_AvgPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.5999641Z test_nn_AvgPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.6026294Z test_nn_AvgPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.6053654Z test_nn_AvgPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.6081975Z test_nn_BCELoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.6110524Z test_nn_BCELoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.6138752Z test_nn_BCEWithLogitsLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.6167614Z test_nn_BCEWithLogitsLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.6206426Z test_nn_BatchNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:09.6243164Z test_nn_BatchNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:09.6279834Z test_nn_BatchNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:09.6320558Z test_nn_BatchNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:09.6355568Z test_nn_BatchNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.7054435Z test_nn_BatchNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.070s) 2022-09-27T16:18:09.7087495Z test_nn_Bilinear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.7120231Z test_nn_Bilinear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.7147212Z test_nn_CELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.7174885Z test_nn_CELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.7201819Z test_nn_CTCLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.7229009Z test_nn_CTCLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.7257106Z test_nn_ChannelShuffle_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.7283846Z test_nn_ChannelShuffle_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.7311841Z test_nn_ConstantPad1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.7338731Z test_nn_ConstantPad1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.7365687Z test_nn_ConstantPad2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.7393389Z test_nn_ConstantPad2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.7420468Z test_nn_ConstantPad3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.7448009Z test_nn_ConstantPad3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.7481550Z test_nn_Conv1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.7515710Z test_nn_Conv1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.7549575Z test_nn_Conv2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.7583076Z test_nn_Conv2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.7616588Z test_nn_Conv3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.7649854Z test_nn_Conv3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.7682597Z test_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.7720500Z test_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:09.7753771Z test_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.7786541Z test_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.7820917Z test_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.7853537Z test_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.7880445Z test_nn_CosineEmbeddingLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.7907670Z test_nn_CosineEmbeddingLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.7935049Z test_nn_CosineSimilarity_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.7961883Z test_nn_CosineSimilarity_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.7990527Z test_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.8018737Z test_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.8046255Z test_nn_CrossMapLRN2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.8073207Z test_nn_CrossMapLRN2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.8100904Z test_nn_Dropout1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.8127423Z test_nn_Dropout1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.8154436Z test_nn_Dropout2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.8182109Z test_nn_Dropout2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.8208679Z test_nn_Dropout3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.8236531Z test_nn_Dropout3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.8263551Z test_nn_Dropout_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.8290507Z test_nn_Dropout_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.8317944Z test_nn_ELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.8344850Z test_nn_ELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.8378094Z test_nn_EmbeddingBag_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.8415151Z test_nn_EmbeddingBag_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:09.8446218Z test_nn_Embedding_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.8478600Z test_nn_Embedding_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.8506080Z test_nn_FeatureAlphaDropout_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.8533632Z test_nn_FeatureAlphaDropout_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.8560048Z test_nn_Flatten_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.8586985Z test_nn_Flatten_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.8614743Z test_nn_Fold_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.8641406Z test_nn_Fold_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.8670343Z test_nn_FractionalMaxPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.8698501Z test_nn_FractionalMaxPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.8726970Z test_nn_FractionalMaxPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.8755609Z test_nn_FractionalMaxPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.8782328Z test_nn_GELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.8808965Z test_nn_GELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.8836416Z test_nn_GLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.8863655Z test_nn_GLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.8899252Z test_nn_GRUCell_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:09.8934521Z test_nn_GRUCell_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.8970251Z test_nn_GRU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:09.9005995Z test_nn_GRU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:09.9033239Z test_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.9060497Z test_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.9093103Z test_nn_GroupNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.9129701Z test_nn_GroupNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:09.9158143Z test_nn_Hardshrink_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.9185932Z test_nn_Hardshrink_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.9212742Z test_nn_Hardsigmoid_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.9239993Z test_nn_Hardsigmoid_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.9266975Z test_nn_Hardswish_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.9293905Z test_nn_Hardswish_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.9321415Z test_nn_Hardtanh_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.9348377Z test_nn_Hardtanh_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.9376033Z test_nn_HingeEmbeddingLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.9403152Z test_nn_HingeEmbeddingLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.9429895Z test_nn_HuberLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.9457494Z test_nn_HuberLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.9484201Z test_nn_Identity_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.9511867Z test_nn_Identity_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.9545942Z test_nn_InstanceNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.9580326Z test_nn_InstanceNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.9614445Z test_nn_InstanceNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.9648152Z test_nn_InstanceNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.9681992Z test_nn_InstanceNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.9715604Z test_nn_InstanceNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.9742623Z test_nn_KLDivLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.9774765Z test_nn_KLDivLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.9800977Z test_nn_L1Loss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.9828308Z test_nn_L1Loss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.9855668Z test_nn_LPPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.9882429Z test_nn_LPPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.9910059Z test_nn_LPPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.9936983Z test_nn_LPPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:09.9972298Z test_nn_LSTMCell_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.0006497Z test_nn_LSTMCell_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.0042767Z test_nn_LSTM_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:10.0078790Z test_nn_LSTM_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:10.0110718Z test_nn_LayerNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.0143195Z test_nn_LayerNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.0174470Z test_nn_LazyBatchNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... /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-27T16:18:10.0175105Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:18:10.0182211Z ok (0.004s) 2022-09-27T16:18:10.0219256Z test_nn_LazyBatchNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:10.0256594Z test_nn_LazyBatchNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:10.0299150Z test_nn_LazyBatchNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:10.0334747Z test_nn_LazyBatchNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:10.0370919Z test_nn_LazyBatchNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:10.0405242Z test_nn_LazyConv1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.0440749Z test_nn_LazyConv1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.0475494Z test_nn_LazyConv2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.0510602Z test_nn_LazyConv2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.0546445Z test_nn_LazyConv3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:10.0589002Z test_nn_LazyConv3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:10.0623722Z test_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.0658920Z test_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.0693641Z test_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.0728537Z test_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.0762913Z test_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.0797724Z test_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.0834140Z test_nn_LazyInstanceNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:10.0877410Z test_nn_LazyInstanceNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:10.0913078Z test_nn_LazyInstanceNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:10.0949553Z test_nn_LazyInstanceNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:10.0986211Z test_nn_LazyInstanceNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:10.1022605Z test_nn_LazyInstanceNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:10.1056894Z test_nn_LazyLinear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.1090810Z test_nn_LazyLinear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.1118269Z test_nn_LeakyReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.1144948Z test_nn_LeakyReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.1178208Z test_nn_Linear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.1210993Z test_nn_Linear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.1249604Z test_nn_LocalResponseNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:10.1276290Z test_nn_LocalResponseNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.1302544Z test_nn_LogSigmoid_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.1330231Z test_nn_LogSigmoid_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.1356392Z test_nn_LogSoftmax_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.1383500Z test_nn_LogSoftmax_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.1409870Z test_nn_MSELoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.1436252Z test_nn_MSELoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.1463924Z test_nn_MarginRankingLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.1491084Z test_nn_MarginRankingLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.1520456Z test_nn_MaxPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.1547747Z test_nn_MaxPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.1574605Z test_nn_MaxPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.1601878Z test_nn_MaxPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.1628553Z test_nn_MaxPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.1656098Z test_nn_MaxPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.1682669Z test_nn_MaxUnpool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.1709436Z test_nn_MaxUnpool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.1737336Z test_nn_MaxUnpool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.1764329Z test_nn_MaxUnpool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.1794042Z test_nn_MaxUnpool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.1821435Z test_nn_MaxUnpool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.1848074Z test_nn_Mish_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.1875512Z test_nn_Mish_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.1901820Z test_nn_ModuleDict_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.1928912Z test_nn_ModuleDict_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.1955414Z test_nn_ModuleList_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.1982058Z test_nn_ModuleList_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.2009915Z test_nn_MultiLabelMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.2036503Z test_nn_MultiLabelMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.2068001Z test_nn_MultiLabelSoftMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.2096048Z test_nn_MultiLabelSoftMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.2124782Z test_nn_MultiMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.2153534Z test_nn_MultiMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.2195121Z test_nn_MultiheadAttention_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:10.2237472Z test_nn_MultiheadAttention_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:10.2265934Z test_nn_NLLLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.2294070Z test_nn_NLLLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.2324608Z test_nn_PReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.2355353Z test_nn_PReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.2382306Z test_nn_PairwiseDistance_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.2409136Z test_nn_PairwiseDistance_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.2436712Z test_nn_ParameterDict_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.2463361Z test_nn_ParameterDict_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.2490925Z test_nn_ParameterList_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.2517356Z test_nn_ParameterList_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.2544440Z test_nn_PixelShuffle_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.2571959Z test_nn_PixelShuffle_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.2598542Z test_nn_PixelUnshuffle_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.2626003Z test_nn_PixelUnshuffle_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.2653003Z test_nn_PoissonNLLLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.2679808Z test_nn_PoissonNLLLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.2716532Z test_nn_RNNBase_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:10.2756711Z test_nn_RNNBase_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:10.2791227Z test_nn_RNNCellBase_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.2826724Z test_nn_RNNCellBase_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.2861331Z test_nn_RNNCell_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.2895807Z test_nn_RNNCell_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.2931962Z test_nn_RNN_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:10.2967758Z test_nn_RNN_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:10.2994600Z test_nn_RReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.3021485Z test_nn_RReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.3049134Z test_nn_ReLU6_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.3076261Z test_nn_ReLU6_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.3103732Z test_nn_ReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.3130543Z test_nn_ReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.3157432Z test_nn_ReflectionPad1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.3185232Z test_nn_ReflectionPad1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.3212036Z test_nn_ReflectionPad2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.3239366Z test_nn_ReflectionPad2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.3266237Z test_nn_ReflectionPad3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.3293835Z test_nn_ReflectionPad3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.3320763Z test_nn_ReplicationPad1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.3347760Z test_nn_ReplicationPad1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.3375535Z test_nn_ReplicationPad2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.3402321Z test_nn_ReplicationPad2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.3429335Z test_nn_ReplicationPad3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.3457154Z test_nn_ReplicationPad3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.3483557Z test_nn_SELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.3515202Z test_nn_SELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.3542215Z test_nn_Sequential_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.3568544Z test_nn_Sequential_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.3596179Z test_nn_SiLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.3622967Z test_nn_SiLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.3650451Z test_nn_Sigmoid_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.3676726Z test_nn_Sigmoid_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.3703666Z test_nn_SmoothL1Loss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.3731336Z test_nn_SmoothL1Loss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.3757921Z test_nn_SoftMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.3785416Z test_nn_SoftMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.3812390Z test_nn_Softmax2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.3839033Z test_nn_Softmax2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.3867262Z test_nn_Softmax_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.3894234Z test_nn_Softmax_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.3921825Z test_nn_Softmin_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.3948659Z test_nn_Softmin_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.3975824Z test_nn_Softplus_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.4003314Z test_nn_Softplus_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.4030526Z test_nn_Softshrink_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.4058147Z test_nn_Softshrink_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.4084699Z test_nn_Softsign_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.4111820Z test_nn_Softsign_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.4149497Z test_nn_SyncBatchNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:10.4186468Z test_nn_SyncBatchNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:10.4213756Z test_nn_Tanh_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.4240582Z test_nn_Tanh_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.4267549Z test_nn_Tanhshrink_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.4298686Z test_nn_Tanhshrink_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.4325611Z test_nn_Threshold_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.4353575Z test_nn_Threshold_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:10.4416412Z test_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-09-27T16:18:10.4479304Z test_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-09-27T16:18:10.4551053Z test_nn_TransformerDecoder_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-09-27T16:18:10.4621430Z test_nn_TransformerDecoder_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-09-27T16:18:10.4678275Z test_nn_TransformerEncoderLayer_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-09-27T16:18:10.4802884Z test_nn_TransformerEncoderLayer_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.012s) 2022-09-27T16:18:10.4862608Z test_nn_TransformerEncoder_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-09-27T16:18:10.4927634Z test_nn_TransformerEncoder_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-09-27T16:18:11.0491678Z test_nn_Transformer_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.556s) 2022-09-27T16:18:11.7812726Z test_nn_Transformer_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.732s) 2022-09-27T16:18:11.7842140Z test_nn_TripletMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:11.7872016Z test_nn_TripletMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:11.7900621Z test_nn_TripletMarginWithDistanceLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:11.7927595Z test_nn_TripletMarginWithDistanceLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:11.7956022Z test_nn_Unflatten_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:11.7983086Z test_nn_Unflatten_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:11.8009991Z test_nn_Unfold_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:11.8037792Z test_nn_Unfold_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:11.8065036Z test_nn_Upsample_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:11.8093228Z test_nn_Upsample_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:11.8121706Z test_nn_UpsamplingBilinear2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:11.8149653Z test_nn_UpsamplingBilinear2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:11.8177493Z test_nn_UpsamplingNearest2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:11.8204259Z test_nn_UpsamplingNearest2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:11.8234024Z test_nn_ZeroPad2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:11.8260975Z test_nn_ZeroPad2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:11.8301311Z test_qat_Conv1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:11.8340976Z test_qat_Conv1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:11.8382202Z test_qat_Conv2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:11.8422580Z test_qat_Conv2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:11.8461604Z test_qat_Conv3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:11.8500493Z test_qat_Conv3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:11.8540470Z test_qat_EmbeddingBag_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:11.8579184Z test_qat_EmbeddingBag_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:11.8618635Z test_qat_Embedding_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:11.8659184Z test_qat_Embedding_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:11.8699231Z test_qat_Linear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:11.8746140Z test_qat_Linear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:18:11.8783684Z test_quantizable_LSTMCell_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:11.8821304Z test_quantizable_LSTMCell_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:11.8861429Z test_quantizable_LSTM_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:11.8900446Z test_quantizable_LSTM_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:11.8949758Z test_quantizable_MultiheadAttention_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:18:11.8997395Z test_quantizable_MultiheadAttention_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:18:11.9036018Z test_quantized_BatchNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:11.9073810Z test_quantized_BatchNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:11.9111544Z test_quantized_BatchNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:11.9149366Z test_quantized_BatchNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:11.9179706Z test_quantized_Conv1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:11.9209914Z test_quantized_Conv1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:11.9239516Z test_quantized_Conv2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:11.9267482Z test_quantized_Conv2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:11.9303311Z test_quantized_Conv3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:11.9331083Z test_quantized_Conv3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:11.9362213Z test_quantized_ConvTranspose1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:11.9391906Z test_quantized_ConvTranspose1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:11.9421000Z test_quantized_ConvTranspose2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:11.9451141Z test_quantized_ConvTranspose2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:11.9480471Z test_quantized_ConvTranspose3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:11.9510854Z test_quantized_ConvTranspose3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:11.9538142Z test_quantized_DeQuantize_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:11.9565331Z test_quantized_DeQuantize_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:11.9593555Z test_quantized_Dropout_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:11.9620729Z test_quantized_Dropout_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:11.9648861Z test_quantized_ELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:11.9676106Z test_quantized_ELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:11.9704340Z test_quantized_FXFloatFunctional_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:11.9733160Z test_quantized_FXFloatFunctional_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:11.9760149Z test_quantized_FloatFunctional_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:11.9788192Z test_quantized_FloatFunctional_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:11.9824668Z test_quantized_GroupNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:11.9862119Z test_quantized_GroupNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:11.9890381Z test_quantized_Hardswish_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:11.9917592Z test_quantized_Hardswish_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:11.9952782Z test_quantized_InstanceNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:11.9988322Z test_quantized_InstanceNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:12.0025521Z test_quantized_InstanceNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:12.0065014Z test_quantized_InstanceNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:12.0099058Z test_quantized_InstanceNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:12.0134199Z test_quantized_InstanceNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:12.0170858Z test_quantized_LayerNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:12.0206727Z test_quantized_LayerNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:18:12.0239129Z test_quantized_LeakyReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:12.0271093Z test_quantized_LeakyReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:12.0300178Z test_quantized_Linear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:12.0329348Z test_quantized_Linear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:12.0357356Z test_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:12.0385638Z test_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:12.0414994Z test_quantized_PReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:12.0443385Z test_quantized_PReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:12.0471962Z test_quantized_QFunctional_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:12.0499343Z test_quantized_QFunctional_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:12.0531261Z test_quantized_Quantize_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:12.0561493Z test_quantized_Quantize_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:12.0589641Z test_quantized_ReLU6_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:12.0616775Z test_quantized_ReLU6_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:12.0644664Z test_quantized_Sigmoid_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:12.0672049Z test_quantized_Sigmoid_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:12.0699495Z test_quantized_Softmax_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:12.0727810Z test_quantized_Softmax_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:18:12.0728328Z 2022-09-27T16:18:12.0728775Z ---------------------------------------------------------------------- 2022-09-27T16:18:12.0729314Z Ran 376 tests in 2.532s 2022-09-27T16:18:12.0729502Z 2022-09-27T16:18:12.0731674Z OK 2022-09-27T16:18:12.0731822Z 2022-09-27T16:18:12.0732108Z Generating XML reports... 2022-09-27T16:18:12.1019579Z Generated XML report: test-reports/python-unittest/test_module_init/TEST-TestModuleInitCPU-20220927161809.xml 2022-09-27T16:18:12.4269222Z Running test_logging ... [2022-09-27 16:18:12.426555] 2022-09-27T16:18:12.4269744Z Executing ['/opt/conda/bin/python', '-bb', 'test_logging.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:12.426637] 2022-09-27T16:18:13.6189175Z Test results will be stored in test-reports/python-unittest/test_logging 2022-09-27T16:18:13.6199831Z 2022-09-27T16:18:13.6199965Z Running tests... 2022-09-27T16:18:13.6200446Z ---------------------------------------------------------------------- 2022-09-27T16:18:13.6206045Z testApiUsage (__main__.LoggingTest) 2022-09-27T16:18:15.3586258Z This test verifies that api usage logging is not triggered via static ... ok (1.738s) 2022-09-27T16:18:15.3586673Z 2022-09-27T16:18:15.3586988Z ---------------------------------------------------------------------- 2022-09-27T16:18:15.3587305Z Ran 1 test in 1.739s 2022-09-27T16:18:15.3587424Z 2022-09-27T16:18:15.3587488Z OK 2022-09-27T16:18:15.3587570Z 2022-09-27T16:18:15.3587661Z Generating XML reports... 2022-09-27T16:18:15.3619391Z Generated XML report: test-reports/python-unittest/test_logging/TEST-LoggingTest-20220927161813.xml 2022-09-27T16:18:15.6765830Z Running backends/xeon/test_launch ... [2022-09-27 16:18:15.676222] 2022-09-27T16:18:15.6766584Z Executing ['/opt/conda/bin/python', '-bb', 'backends/xeon/test_launch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:15.676306] 2022-09-27T16:18:16.8503083Z Test results will be stored in test-reports/python-unittest/backends.xeon.test_launch 2022-09-27T16:18:16.8513748Z 2022-09-27T16:18:16.8513832Z Running tests... 2022-09-27T16:18:16.8514425Z ---------------------------------------------------------------------- 2022-09-27T16:18:16.9896173Z test_cpu_info (__main__.TestTorchrun) ... 2022-09-27 16:18:16,989 - torch.backends.xeon.run_cpu - WARNING - Numa Aware: cores:[2, 3, 4, 5] on different NUMA nodes:[0, 1]. To avoid this behavior, please use --ncores_per_instance knob to make sure number of cores is divisible by --ncores_per_instance. Alternatively, please use --skip_cross_node_cores knob. 2022-09-27T16:18:16.9897071Z ok (0.138s) 2022-09-27T16:18:18.4511458Z test_multi_threads (__main__.TestTorchrun) ... ok (1.461s) 2022-09-27T16:18:18.4511820Z 2022-09-27T16:18:18.4512327Z ---------------------------------------------------------------------- 2022-09-27T16:18:18.4512789Z Ran 2 tests in 1.600s 2022-09-27T16:18:18.4512919Z 2022-09-27T16:18:18.4512988Z OK 2022-09-27T16:18:18.4513082Z 2022-09-27T16:18:18.4513184Z Generating XML reports... 2022-09-27T16:18:18.4549647Z Generated XML report: test-reports/python-unittest/backends.xeon.test_launch/TEST-TestTorchrun-20220927161816.xml 2022-09-27T16:18:18.6918838Z Running test_expanded_weights ... [2022-09-27 16:18:18.691511] 2022-09-27T16:18:18.6919366Z Executing ['/opt/conda/bin/python', '-bb', 'test_expanded_weights.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:18.691594] 2022-09-27T16:18:20.8247445Z Test results will be stored in test-reports/python-unittest/test_expanded_weights 2022-09-27T16:18:20.8267953Z 2022-09-27T16:18:20.8268075Z Running tests... 2022-09-27T16:18:20.8268503Z ---------------------------------------------------------------------- 2022-09-27T16:18:20.9682119Z test_cnn_model_mean_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.141s) 2022-09-27T16:18:21.0896943Z test_cnn_model_sum_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.121s) 2022-09-27T16:18:21.1007962Z test_embedding_model_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.011s) 2022-09-27T16:18:21.1023407Z test_expanded_weight_error_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.002s) 2022-09-27T16:18:21.1145984Z test_expanded_weight_forward_nn_functional_conv1d_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.012s) 2022-09-27T16:18:21.1220940Z test_expanded_weight_forward_nn_functional_conv1d_cpu_complex128 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.007s) 2022-09-27T16:18:21.1338923Z test_expanded_weight_forward_nn_functional_conv1d_cpu_complex64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.012s) 2022-09-27T16:18:21.1390625Z test_expanded_weight_forward_nn_functional_conv1d_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-09-27T16:18:21.1437728Z test_expanded_weight_forward_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-09-27T16:18:21.1477827Z test_expanded_weight_forward_nn_functional_conv1d_cpu_int64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-09-27T16:18:21.1576909Z 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:21.1577942Z return self.op(*args, **kwargs) 2022-09-27T16:18:21.1655653Z ok (0.018s) 2022-09-27T16:18:21.1885253Z test_expanded_weight_forward_nn_functional_conv2d_cpu_complex128 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.023s) 2022-09-27T16:18:21.2419005Z test_expanded_weight_forward_nn_functional_conv2d_cpu_complex64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.053s) 2022-09-27T16:18:21.2551143Z test_expanded_weight_forward_nn_functional_conv2d_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.013s) 2022-09-27T16:18:21.2678858Z test_expanded_weight_forward_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.013s) 2022-09-27T16:18:21.2773793Z test_expanded_weight_forward_nn_functional_conv2d_cpu_int64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.009s) 2022-09-27T16:18:21.2825592Z test_expanded_weight_forward_nn_functional_embedding_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-09-27T16:18:21.2875035Z test_expanded_weight_forward_nn_functional_embedding_cpu_float16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-09-27T16:18:21.2924879Z test_expanded_weight_forward_nn_functional_embedding_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-09-27T16:18:21.2971570Z test_expanded_weight_forward_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-09-27T16:18:21.3004458Z test_expanded_weight_forward_nn_functional_group_norm_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.003s) 2022-09-27T16:18:21.3037660Z test_expanded_weight_forward_nn_functional_group_norm_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.003s) 2022-09-27T16:18:21.3069373Z test_expanded_weight_forward_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.003s) 2022-09-27T16:18:21.3149503Z test_expanded_weight_forward_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.008s) 2022-09-27T16:18:21.3229243Z test_expanded_weight_forward_nn_functional_instance_norm_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.008s) 2022-09-27T16:18:21.3306680Z test_expanded_weight_forward_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.008s) 2022-09-27T16:18:21.3337386Z test_expanded_weight_forward_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.003s) 2022-09-27T16:18:21.3367615Z test_expanded_weight_forward_nn_functional_layer_norm_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.003s) 2022-09-27T16:18:21.3396895Z test_expanded_weight_forward_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.003s) 2022-09-27T16:18:21.3447342Z test_expanded_weight_forward_nn_functional_linear_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-09-27T16:18:21.3530906Z test_expanded_weight_forward_nn_functional_linear_cpu_complex128 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.008s) 2022-09-27T16:18:21.3602800Z test_expanded_weight_forward_nn_functional_linear_cpu_complex64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.007s) 2022-09-27T16:18:21.3661868Z test_expanded_weight_forward_nn_functional_linear_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.006s) 2022-09-27T16:18:21.3718260Z test_expanded_weight_forward_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.006s) 2022-09-27T16:18:21.3754369Z test_expanded_weight_forward_nn_functional_linear_cpu_int16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-09-27T16:18:21.3790484Z test_expanded_weight_forward_nn_functional_linear_cpu_int32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-09-27T16:18:21.3831316Z test_expanded_weight_forward_nn_functional_linear_cpu_int64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-09-27T16:18:21.3868889Z test_expanded_weight_forward_nn_functional_linear_cpu_int8 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-09-27T16:18:21.3905570Z test_expanded_weight_forward_nn_functional_linear_cpu_uint8 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-09-27T16:18:21.3981243Z test_expanded_weight_per_sample_grad_mean_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.007s) 2022-09-27T16:18:21.4226961Z test_expanded_weight_per_sample_grad_mean_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.024s) 2022-09-27T16:18:21.4248826Z test_expanded_weight_per_sample_grad_mean_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.002s) 2022-09-27T16:18:21.4292408Z test_expanded_weight_per_sample_grad_mean_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-09-27T16:18:21.4432706Z test_expanded_weight_per_sample_grad_mean_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.014s) 2022-09-27T16:18:21.4467044Z test_expanded_weight_per_sample_grad_mean_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.003s) 2022-09-27T16:18:21.4583973Z test_expanded_weight_per_sample_grad_mean_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.012s) 2022-09-27T16:18:21.4657699Z test_expanded_weight_per_sample_grad_sum_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.007s) 2022-09-27T16:18:21.4895629Z test_expanded_weight_per_sample_grad_sum_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.024s) 2022-09-27T16:18:21.4917508Z test_expanded_weight_per_sample_grad_sum_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.002s) 2022-09-27T16:18:21.4961829Z test_expanded_weight_per_sample_grad_sum_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-09-27T16:18:21.5108826Z test_expanded_weight_per_sample_grad_sum_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.015s) 2022-09-27T16:18:21.5144719Z test_expanded_weight_per_sample_grad_sum_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-09-27T16:18:21.5262544Z test_expanded_weight_per_sample_grad_sum_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.012s) 2022-09-27T16:18:21.5322210Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.006s) 2022-09-27T16:18:21.5509452Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.019s) 2022-09-27T16:18:21.5531726Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.002s) 2022-09-27T16:18:21.5566413Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.003s) 2022-09-27T16:18:21.5674730Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.011s) 2022-09-27T16:18:21.5703483Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.003s) 2022-09-27T16:18:21.5799672Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.009s) 2022-09-27T16:18:21.5839474Z test_group_norm_error_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-09-27T16:18:21.6009630Z test_group_norm_model_num_dim_1_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.017s) 2022-09-27T16:18:21.6246694Z test_group_norm_model_num_dim_2_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.023s) 2022-09-27T16:18:21.7014018Z test_group_norm_model_num_dim_3_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.077s) 2022-09-27T16:18:21.7211101Z test_instance_norm_model_num_dim_1_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.020s) 2022-09-27T16:18:21.7436494Z test_instance_norm_model_num_dim_2_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.022s) 2022-09-27T16:18:21.8510903Z test_instance_norm_model_num_dim_3_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.107s) 2022-09-27T16:18:21.8677960Z test_layer_norm_model_num_dim_1_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.017s) 2022-09-27T16:18:21.8879537Z test_layer_norm_model_num_dim_2_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.020s) 2022-09-27T16:18:21.9597344Z test_layer_norm_model_num_dim_3_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.072s) 2022-09-27T16:18:21.9637857Z test_unsupported_expand_weights_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-09-27T16:18:21.9713966Z test_unsupported_expand_weights_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.008s) 2022-09-27T16:18:21.9736607Z test_unsupported_expand_weights_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.002s) 2022-09-27T16:18:21.9758745Z test_unsupported_expand_weights_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.002s) 2022-09-27T16:18:21.9787630Z test_unsupported_expand_weights_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.003s) 2022-09-27T16:18:21.9812020Z test_unsupported_expand_weights_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.002s) 2022-09-27T16:18:21.9847269Z test_unsupported_expand_weights_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.003s) 2022-09-27T16:18:21.9876348Z test_forward_helper_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.003s) 2022-09-27T16:18:21.9905092Z test_forward_helper_failure_args_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.003s) 2022-09-27T16:18:21.9916670Z test_set_grad_sample_if_exists_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.001s) 2022-09-27T16:18:21.9926927Z test_set_grad_sample_if_exists_failure_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.001s) 2022-09-27T16:18:21.9943103Z test_sum_over_all_but_batch_and_last_n_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.002s) 2022-09-27T16:18:21.9956412Z test_unpack_expanded_weight_or_tensor_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.001s) 2022-09-27T16:18:21.9965942Z test_unpack_expanded_weight_or_tensor_failure_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.001s) 2022-09-27T16:18:21.9976012Z test_unpack_expanded_weight_or_tensor_with_custom_function_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.001s) 2022-09-27T16:18:22.0007728Z test_Conv1d (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:22.0045977Z test_Conv1d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-09-27T16:18:22.0088910Z test_Conv1d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-09-27T16:18:22.0120172Z test_Conv1d_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:22.0146238Z test_Conv1d_pad1 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:22.0177110Z test_Conv1d_pad1_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:22.0198674Z test_Conv1d_pad1size1 (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:22.0223729Z test_Conv1d_pad1size1_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:22.0248507Z test_Conv1d_pad2 (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:22.0279819Z test_Conv1d_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:22.0302104Z test_Conv1d_pad2size1 (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:22.0329258Z test_Conv1d_pad2size1_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:22.0352709Z test_Conv1d_reflect_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:22.0383580Z test_Conv1d_reflect_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:22.0407561Z test_Conv1d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:22.0435611Z test_Conv1d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:22.0460291Z test_Conv1d_stride (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:22.0491952Z test_Conv1d_stride_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:22.0501178Z 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:22.0509169Z 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:22.0531994Z test_Conv1d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:22.0560684Z test_Conv1d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:22.0586413Z test_Conv2d (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:22.0617056Z test_Conv2d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:22.0654222Z test_Conv2d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-09-27T16:18:22.0679424Z test_Conv2d_dilated (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:22.0711235Z test_Conv2d_dilated_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:22.0742991Z test_Conv2d_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:22.0765681Z test_Conv2d_no_bias (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:22.0793030Z test_Conv2d_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:22.0818834Z test_Conv2d_padding (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:22.0852664Z test_Conv2d_padding_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:22.0878182Z test_Conv2d_reflect_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:22.0906977Z test_Conv2d_reflect_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:22.0931244Z test_Conv2d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:22.0958882Z test_Conv2d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:22.0983855Z test_Conv2d_strided (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:22.1015160Z test_Conv2d_strided_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:22.1024341Z 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:22.1032030Z 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:22.1055219Z test_Conv2d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:22.1083926Z test_Conv2d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:22.1113804Z test_Conv3d (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:22.1134289Z test_Conv3d_1x1x1_no_bias (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:22.1159126Z test_Conv3d_1x1x1_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:22.1195255Z test_Conv3d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-09-27T16:18:22.1242486Z test_Conv3d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-09-27T16:18:22.1272016Z test_Conv3d_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:22.1293536Z test_Conv3d_no_bias (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:22.1320723Z test_Conv3d_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:22.1349805Z test_Conv3d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:22.1385918Z test_Conv3d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-09-27T16:18:22.1413437Z test_Conv3d_stride (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:22.1446995Z test_Conv3d_stride_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:22.1473770Z test_Conv3d_stride_padding (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:22.1506543Z test_Conv3d_stride_padding_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:22.1515585Z 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:22.1523572Z 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:22.1549209Z test_Conv3d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:22.1580530Z test_Conv3d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:22.1596590Z test_Embedding (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:22.1623065Z test_Embedding_discontiguous (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:22.1646346Z test_Embedding_discontiguous_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:22.1662285Z test_Embedding_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:22.1686493Z test_GroupNorm_1d_affine (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:22.1709931Z test_GroupNorm_1d_affine_GN (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:22.1732545Z test_GroupNorm_1d_affine_GN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:22.1755108Z test_GroupNorm_1d_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:22.1774180Z test_GroupNorm_1d_no_affine_IN (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:22.1790850Z test_GroupNorm_1d_no_affine_IN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:22.1808562Z test_GroupNorm_1d_no_affine_LN (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:22.1823947Z test_GroupNorm_1d_no_affine_LN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-09-27T16:18:22.1850706Z test_GroupNorm_2d_affine (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:22.1874605Z test_GroupNorm_2d_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:22.1893319Z test_GroupNorm_2d_no_affine_IN (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:22.1909087Z test_GroupNorm_2d_no_affine_IN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-09-27T16:18:22.1926812Z test_GroupNorm_2d_no_affine_LN (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:22.1942705Z test_GroupNorm_2d_no_affine_LN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:22.1965118Z test_LayerNorm_1d_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:22.1986766Z test_LayerNorm_1d_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:22.1995654Z 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:22.2002691Z 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:22.2019065Z test_LayerNorm_1d_no_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:22.2033898Z test_LayerNorm_1d_no_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-09-27T16:18:22.2056544Z test_LayerNorm_3d_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:22.2078409Z test_LayerNorm_3d_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:22.2273997Z test_LayerNorm_3d_no_affine_large_feature (__main__.TestExpandedWeightModule) ... ok (0.019s) 2022-09-27T16:18:22.2367699Z test_LayerNorm_3d_no_affine_large_feature_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-09-27T16:18:22.2389091Z test_LayerNorm_3d_no_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:22.2405369Z test_LayerNorm_3d_no_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:22.2430823Z test_Linear (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:22.2455126Z test_Linear_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:22.2463601Z 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:22.2470946Z 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:22.2492326Z test_Linear_no_bias (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:22.2512987Z test_Linear_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-09-27T16:18:22.2540481Z test_per_sample_api_compute_batch_size (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:22.2573839Z test_per_sample_api_compute_batch_size_not_pytreeable (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:22.2607206Z test_per_sample_api_failing (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-09-27T16:18:22.2607530Z 2022-09-27T16:18:22.2607915Z ---------------------------------------------------------------------- 2022-09-27T16:18:22.2608392Z Ran 184 tests in 1.434s 2022-09-27T16:18:22.2608576Z 2022-09-27T16:18:22.2608691Z OK (skipped=10) 2022-09-27T16:18:22.2608868Z 2022-09-27T16:18:22.2609271Z Generating XML reports... 2022-09-27T16:18:22.2690818Z Generated XML report: test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightFunctionalCPU-20220927161820.xml 2022-09-27T16:18:22.2699179Z Generated XML report: test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightHelperFunctionCPU-20220927161820.xml 2022-09-27T16:18:22.2775597Z Generated XML report: test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightModule-20220927161820.xml 2022-09-27T16:18:22.6786309Z Running test_bundled_inputs ... [2022-09-27 16:18:22.678246] 2022-09-27T16:18:22.6787006Z Executing ['/opt/conda/bin/python', '-bb', 'test_bundled_inputs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:22.678329] 2022-09-27T16:18:23.8683481Z Test results will be stored in test-reports/python-unittest/test_bundled_inputs 2022-09-27T16:18:23.8696309Z 2022-09-27T16:18:23.8696607Z Running tests... 2022-09-27T16:18:23.8697352Z ---------------------------------------------------------------------- 2022-09-27T16:18:24.1164737Z test_bad_inputs (__main__.TestBundledInputs) ... ok (0.247s) 2022-09-27T16:18:24.7408535Z test_dict_args (__main__.TestBundledInputs) ... ok (0.624s) 2022-09-27T16:18:24.7472429Z test_double_augment_fail (__main__.TestBundledInputs) ... ok (0.006s) 2022-09-27T16:18:24.7561064Z test_double_augment_non_mutator (__main__.TestBundledInputs) ... ok (0.009s) 2022-09-27T16:18:24.7653238Z test_double_augment_success (__main__.TestBundledInputs) ... ok (0.009s) 2022-09-27T16:18:24.7764794Z test_large_tensor_with_inflation (__main__.TestBundledInputs) ... ok (0.011s) 2022-09-27T16:18:24.8179488Z test_multiple_methods_with_inputs (__main__.TestBundledInputs) ... ok (0.041s) 2022-09-27T16:18:24.8228093Z test_multiple_methods_with_inputs_both_defined_failure (__main__.TestBundledInputs) ... ok (0.005s) 2022-09-27T16:18:24.8271577Z test_multiple_methods_with_inputs_neither_defined_failure (__main__.TestBundledInputs) ... ok (0.004s) 2022-09-27T16:18:24.8355217Z test_non_tensors (__main__.TestBundledInputs) ... ok (0.008s) 2022-09-27T16:18:24.8442316Z test_rejected_tensors (__main__.TestBundledInputs) ... ok (0.009s) 2022-09-27T16:18:24.8814328Z test_single_tensors (__main__.TestBundledInputs) ... ok (0.037s) 2022-09-27T16:18:24.8814656Z 2022-09-27T16:18:24.8815098Z ---------------------------------------------------------------------- 2022-09-27T16:18:24.8815482Z Ran 12 tests in 1.012s 2022-09-27T16:18:24.8815672Z 2022-09-27T16:18:24.8815770Z OK 2022-09-27T16:18:24.8815922Z 2022-09-27T16:18:24.8816063Z Generating XML reports... 2022-09-27T16:18:24.8849187Z Generated XML report: test-reports/python-unittest/test_bundled_inputs/TEST-TestBundledInputs-20220927161823.xml 2022-09-27T16:18:25.1516576Z Running test_futures ... [2022-09-27 16:18:25.151279] 2022-09-27T16:18:25.1517168Z Executing ['/opt/conda/bin/python', '-bb', 'test_futures.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:25.151364] 2022-09-27T16:18:26.3206043Z Test results will be stored in test-reports/python-unittest/test_futures 2022-09-27T16:18:26.3218642Z 2022-09-27T16:18:26.3218953Z Running tests... 2022-09-27T16:18:26.3219576Z ---------------------------------------------------------------------- 2022-09-27T16:18:26.5610095Z 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:26.5610532Z 2022-09-27T16:18:26.5610624Z At: 2022-09-27T16:18:26.5610938Z test_futures.py(236): raise_value_error 2022-09-27T16:18:26.5611591Z /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py(241): set_result 2022-09-27T16:18:26.5612114Z test_futures.py(229): _test_add_done_callback_error_ignored 2022-09-27T16:18:26.5612631Z test_futures.py(238): test_add_done_callback_error_is_ignored 2022-09-27T16:18:26.5613092Z /opt/conda/lib/python3.7/unittest/case.py(628): run 2022-09-27T16:18:26.5613852Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(2005): _run_with_retry 2022-09-27T16:18:26.5614649Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(2068): run 2022-09-27T16:18:26.5615200Z /opt/conda/lib/python3.7/unittest/case.py(676): __call__ 2022-09-27T16:18:26.5615648Z /opt/conda/lib/python3.7/unittest/suite.py(122): run 2022-09-27T16:18:26.5616118Z /opt/conda/lib/python3.7/unittest/suite.py(84): __call__ 2022-09-27T16:18:26.5616579Z /opt/conda/lib/python3.7/unittest/suite.py(122): run 2022-09-27T16:18:26.5617031Z /opt/conda/lib/python3.7/unittest/suite.py(84): __call__ 2022-09-27T16:18:26.5617654Z /opt/conda/lib/python3.7/site-packages/xmlrunner/runner.py(67): run 2022-09-27T16:18:26.5618166Z /opt/conda/lib/python3.7/unittest/main.py(271): runTests 2022-09-27T16:18:26.5618900Z /opt/conda/lib/python3.7/unittest/main.py(101): __init__ 2022-09-27T16:18:26.5619589Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(786): run_tests 2022-09-27T16:18:26.5620107Z test_futures.py(340): 2022-09-27T16:18:26.5620296Z 2022-09-27T16:18:26.5620407Z ok (0.239s) 2022-09-27T16:18:26.5637244Z test_add_done_callback_maintains_callback_order (__main__.TestFuture) ... ok (0.002s) 2022-09-27T16:18:26.5644236Z 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:26.5645036Z ok (0.001s) 2022-09-27T16:18:26.5656939Z test_add_done_callback_simple (__main__.TestFuture) ... ok (0.001s) 2022-09-27T16:18:26.5691883Z test_chained_then (__main__.TestFuture) ... ok (0.003s) 2022-09-27T16:18:26.6711399Z test_collect_all (__main__.TestFuture) ... ok (0.102s) 2022-09-27T16:18:26.6719971Z test_done (__main__.TestFuture) ... ok (0.001s) 2022-09-27T16:18:26.6733170Z test_done_exception (__main__.TestFuture) ... ok (0.001s) 2022-09-27T16:18:26.6750028Z test_interleaving_then_and_add_done_callback_maintains_callback_order (__main__.TestFuture) ... ok (0.002s) 2022-09-27T16:18:26.6760336Z 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:26.6760795Z 2022-09-27T16:18:26.6760896Z At: 2022-09-27T16:18:26.6761178Z test_futures.py(280): raise_value_error 2022-09-27T16:18:26.6761851Z /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py(241): set_result 2022-09-27T16:18:26.6762382Z test_futures.py(285): test_interleaving_then_and_add_done_callback_propagates_error 2022-09-27T16:18:26.6762878Z /opt/conda/lib/python3.7/unittest/case.py(628): run 2022-09-27T16:18:26.6763546Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(2005): _run_with_retry 2022-09-27T16:18:26.6764233Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(2068): run 2022-09-27T16:18:26.6764742Z /opt/conda/lib/python3.7/unittest/case.py(676): __call__ 2022-09-27T16:18:26.6765167Z /opt/conda/lib/python3.7/unittest/suite.py(122): run 2022-09-27T16:18:26.6765595Z /opt/conda/lib/python3.7/unittest/suite.py(84): __call__ 2022-09-27T16:18:26.6766052Z /opt/conda/lib/python3.7/unittest/suite.py(122): run 2022-09-27T16:18:26.6766512Z /opt/conda/lib/python3.7/unittest/suite.py(84): __call__ 2022-09-27T16:18:26.6767139Z /opt/conda/lib/python3.7/site-packages/xmlrunner/runner.py(67): run 2022-09-27T16:18:26.6767664Z /opt/conda/lib/python3.7/unittest/main.py(271): runTests 2022-09-27T16:18:26.6768133Z /opt/conda/lib/python3.7/unittest/main.py(101): __init__ 2022-09-27T16:18:26.6768892Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py(786): run_tests 2022-09-27T16:18:26.6769542Z test_futures.py(340): 2022-09-27T16:18:26.6769758Z 2022-09-27T16:18:26.6769875Z ok (0.002s) 2022-09-27T16:18:26.6789813Z test_mark_future_twice (__main__.TestFuture) ... ok (0.002s) 2022-09-27T16:18:26.6815211Z test_pickle_future (__main__.TestFuture) ... ok (0.003s) 2022-09-27T16:18:26.6828477Z test_set_exception (__main__.TestFuture) ... ok (0.001s) 2022-09-27T16:18:26.6845398Z test_set_exception_multithreading (__main__.TestFuture) ... ok (0.002s) 2022-09-27T16:18:26.6856972Z test_then (__main__.TestFuture) ... ok (0.001s) 2022-09-27T16:18:26.6865361Z test_then_no_arg (__main__.TestFuture) ... ok (0.001s) 2022-09-27T16:18:26.6872713Z test_then_raise (__main__.TestFuture) ... ok (0.001s) 2022-09-27T16:18:26.6881109Z test_then_wrong_arg (__main__.TestFuture) ... ok (0.001s) 2022-09-27T16:18:26.6889839Z test_wait (__main__.TestFuture) ... ok (0.001s) 2022-09-27T16:18:26.6899590Z test_wait_all (__main__.TestFuture) ... [1, 2] 2022-09-27T16:18:26.6902224Z ok (0.001s) 2022-09-27T16:18:27.1923900Z test_wait_multi_thread (__main__.TestFuture) ... ok (0.502s) 2022-09-27T16:18:27.1971372Z test_wait_none (__main__.TestFuture) ... ok (0.005s) 2022-09-27T16:18:27.1971616Z 2022-09-27T16:18:27.1972059Z ---------------------------------------------------------------------- 2022-09-27T16:18:27.1972441Z Ran 22 tests in 0.875s 2022-09-27T16:18:27.1972600Z 2022-09-27T16:18:27.1972693Z OK 2022-09-27T16:18:27.1972841Z 2022-09-27T16:18:27.1972974Z Generating XML reports... 2022-09-27T16:18:27.2014191Z Generated XML report: test-reports/python-unittest/test_futures/TEST-TestFuture-20220927161826.xml 2022-09-27T16:18:27.4766084Z Running test_namedtensor ... [2022-09-27 16:18:27.476240] 2022-09-27T16:18:27.4766601Z Executing ['/opt/conda/bin/python', '-bb', 'test_namedtensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:27.476321] 2022-09-27T16:18:28.8992990Z Test results will be stored in test-reports/python-unittest/test_namedtensor 2022-09-27T16:18:28.9008098Z 2022-09-27T16:18:28.9008499Z Running tests... 2022-09-27T16:18:28.9009277Z ---------------------------------------------------------------------- 2022-09-27T16:18:28.9029815Z test_aaa_must_run_first_check_experimental_warning (__main__.TestNamedTensor) ... ok (0.002s) 2022-09-27T16:18:28.9051318Z test_addcmul_addcdiv (__main__.TestNamedTensor) ... ok (0.002s) 2022-09-27T16:18:28.9122223Z test_addmm (__main__.TestNamedTensor) ... ok (0.007s) 2022-09-27T16:18:28.9141217Z test_addmv (__main__.TestNamedTensor) ... ok (0.002s) 2022-09-27T16:18:28.9153996Z test_align_as (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:28.9163495Z test_align_tensors (__main__.TestNamedTensor) ... skip: Not implemented yet (0.001s) 2022-09-27T16:18:28.9198016Z test_align_tensors_two_inputs (__main__.TestNamedTensor) ... skip: Not implemented yet (0.003s) 2022-09-27T16:18:28.9295874Z test_align_to (__main__.TestNamedTensor) ... ok (0.010s) 2022-09-27T16:18:28.9410347Z test_align_to_ellipsis (__main__.TestNamedTensor) ... ok (0.011s) 2022-09-27T16:18:28.9421174Z test_any_all (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:28.9428588Z test_as_strided (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:28.9431874Z test_as_strided_cuda (__main__.TestNamedTensor) ... skip: no CUDA (0.000s) 2022-09-27T16:18:28.9441701Z test_autograd_ignores_names (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:28.9454170Z test_autograd_smoke (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:28.9465615Z test_autograd_warns_named_grad (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:28.9477722Z test_bernoulli (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:28.9681310Z test_big_tensor_repr_has_names (__main__.TestNamedTensor) ... ok (0.020s) 2022-09-27T16:18:29.2691710Z test_binary_ops (__main__.TestNamedTensor) ... ok (0.301s) 2022-09-27T16:18:29.2704972Z test_bitwise_not (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:29.2869546Z test_bmm (__main__.TestNamedTensor) ... ok (0.016s) 2022-09-27T16:18:29.2999217Z test_cat (__main__.TestNamedTensor) ... ok (0.013s) 2022-09-27T16:18:29.3012690Z test_cdist (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:29.3065803Z test_comparison_ops (__main__.TestNamedTensor) ... ok (0.005s) 2022-09-27T16:18:29.3078357Z test_copy_transpose (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:29.3092424Z test_cummax_cummin (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:29.3102508Z test_detach (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:29.3115729Z test_diagonal (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:29.3124023Z test_dot (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:29.3136265Z test_equal (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:29.3150169Z test_expand (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:29.3189637Z test_factory_coverage (__main__.TestNamedTensor) ... ok (0.004s) 2022-09-27T16:18:29.3377395Z test_factory_edge_cases (__main__.TestNamedTensor) ... ok (0.019s) 2022-09-27T16:18:29.3486604Z test_flatten (__main__.TestNamedTensor) ... ok (0.011s) 2022-09-27T16:18:29.3517614Z test_flatten_nodims (__main__.TestNamedTensor) ... ok (0.003s) 2022-09-27T16:18:29.3527694Z test_has_names (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:29.3546162Z test_index_fill (__main__.TestNamedTensor) ... ok (0.002s) 2022-09-27T16:18:29.3561287Z test_info_smoke (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:29.3570889Z test_logcumsumexp (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:29.3583639Z test_logical_not (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:29.3606243Z test_logical_ops (__main__.TestNamedTensor) ... ok (0.002s) 2022-09-27T16:18:29.3736969Z test_masked_fill (__main__.TestNamedTensor) ... ok (0.013s) 2022-09-27T16:18:29.3795499Z test_masked_select (__main__.TestNamedTensor) ... ok (0.006s) 2022-09-27T16:18:29.4002715Z test_matmul (__main__.TestNamedTensor) ... ok (0.021s) 2022-09-27T16:18:29.4032745Z test_max_pooling (__main__.TestNamedTensor) ... ok (0.003s) 2022-09-27T16:18:29.4044537Z test_max_pooling_without_names_does_not_warn (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:29.4101018Z test_mm (__main__.TestNamedTensor) ... ok (0.006s) 2022-09-27T16:18:29.4116923Z test_mv (__main__.TestNamedTensor) ... ok (0.002s) 2022-09-27T16:18:29.4566380Z test_no_jit_script_support (__main__.TestNamedTensor) ... ok (0.045s) 2022-09-27T16:18:29.4648456Z test_no_jit_tracer_support (__main__.TestNamedTensor) ... ok (0.008s) 2022-09-27T16:18:29.4657906Z test_no_multiprocessing_support (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:29.4665956Z test_no_pickle_support (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:29.4674609Z test_no_save_support (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:29.4684754Z test_noncontig_contiguous (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:29.4694107Z test_none_names_refcount (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:29.4723566Z test_nyi_dimname_overload_msg (__main__.TestNamedTensor) ... ok (0.003s) 2022-09-27T16:18:29.4926246Z test_out_fn_semantics (__main__.TestNamedTensor) ... ok (0.020s) 2022-09-27T16:18:29.4942136Z test_pow_special (__main__.TestNamedTensor) ... ok (0.002s) 2022-09-27T16:18:29.4952051Z test_py3_ellipsis (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:29.6007962Z test_reduction_fns (__main__.TestNamedTensor) ... ok (0.105s) 2022-09-27T16:18:29.6102053Z test_refine_names (__main__.TestNamedTensor) ... ok (0.009s) 2022-09-27T16:18:29.6185714Z test_rename (__main__.TestNamedTensor) ... ok (0.008s) 2022-09-27T16:18:29.6255042Z test_rename_ (__main__.TestNamedTensor) ... ok (0.007s) 2022-09-27T16:18:29.6288382Z test_rename_globber (__main__.TestNamedTensor) ... ok (0.003s) 2022-09-27T16:18:29.6309370Z test_rename_rename_map (__main__.TestNamedTensor) ... ok (0.002s) 2022-09-27T16:18:29.6325310Z test_repr (__main__.TestNamedTensor) ... ok (0.002s) 2022-09-27T16:18:29.6393587Z test_resize (__main__.TestNamedTensor) ... ok (0.007s) 2022-09-27T16:18:29.6428832Z test_select (__main__.TestNamedTensor) ... ok (0.003s) 2022-09-27T16:18:29.6432489Z test_select_cuda (__main__.TestNamedTensor) ... skip: no CUDA (0.000s) 2022-09-27T16:18:29.6486085Z test_set_names_property (__main__.TestNamedTensor) ... ok (0.005s) 2022-09-27T16:18:29.6564812Z test_size (__main__.TestNamedTensor) ... ok (0.008s) 2022-09-27T16:18:29.6581319Z test_split_fns_propagates_names (__main__.TestNamedTensor) ... ok (0.002s) 2022-09-27T16:18:29.6592184Z test_squeeze (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:29.6668256Z test_stride (__main__.TestNamedTensor) ... ok (0.008s) 2022-09-27T16:18:29.6705067Z test_tensor_from_lists (__main__.TestNamedTensor) ... ok (0.004s) 2022-09-27T16:18:29.6717339Z test_tensor_from_named_tensor (__main__.TestNamedTensor) ... test_namedtensor.py:516: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T16:18:29.6718245Z tensor = torch.tensor(x) 2022-09-27T16:18:29.6719022Z test_namedtensor.py:522: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T16:18:29.6719661Z tensor = torch.tensor(x, names=None) 2022-09-27T16:18:29.6721560Z test_namedtensor.py:527: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T16:18:29.6722499Z tensor = torch.tensor(x, names=('N', 'C')) 2022-09-27T16:18:29.6741637Z ok (0.004s) 2022-09-27T16:18:29.6751787Z test_tensor_from_numpy (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:29.6760034Z test_tensor_from_tensor (__main__.TestNamedTensor) ... test_namedtensor.py:511: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T16:18:29.6760909Z tensor = torch.tensor(x, names=names) 2022-09-27T16:18:29.6761715Z ok (0.001s) 2022-09-27T16:18:29.6773657Z test_tensor_grad_is_unnamed (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:29.6788745Z test_transpose_variants (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:29.6794338Z test_trivial (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:29.6995479Z test_unary_propagate_names_fns (__main__.TestNamedTensor) ... ok (0.020s) 2022-09-27T16:18:29.7166608Z test_unflatten (__main__.TestNamedTensor) ... ok (0.017s) 2022-09-27T16:18:29.7277929Z test_unsupported_op_error_msg (__main__.TestNamedTensor) ... ok (0.011s) 2022-09-27T16:18:29.7287716Z test_using_seen_interned_string_doesnt_bump_refcount (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:29.7296626Z test_using_unseen_interned_string_bumps_refcount_permanently (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:29.7308047Z test_using_unseen_uninterned_string_refcounts (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:18:29.7309356Z 2022-09-27T16:18:29.7309814Z ---------------------------------------------------------------------- 2022-09-27T16:18:29.7310217Z Ran 86 tests in 0.830s 2022-09-27T16:18:29.7310405Z 2022-09-27T16:18:29.7310530Z OK (skipped=4) 2022-09-27T16:18:29.7310687Z 2022-09-27T16:18:29.7310826Z Generating XML reports... 2022-09-27T16:18:29.7403793Z Generated XML report: test-reports/python-unittest/test_namedtensor/TEST-TestNamedTensor-20220927161828.xml 2022-09-27T16:18:30.0270688Z Running benchmark_utils/test_benchmark_utils ... [2022-09-27 16:18:30.026708] 2022-09-27T16:18:30.0271269Z Executing ['/opt/conda/bin/python', '-bb', 'benchmark_utils/test_benchmark_utils.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:30.026788] 2022-09-27T16:18:31.4377462Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T16:18:31.5178578Z Test results will be stored in test-reports/python-unittest/benchmark_utils.test_benchmark_utils 2022-09-27T16:18:31.5191114Z 2022-09-27T16:18:31.5191552Z Running tests... 2022-09-27T16:18:31.5192128Z ---------------------------------------------------------------------- 2022-09-27T16:18:31.8627377Z test_adaptive_timer (__main__.TestBenchmarkUtils) ... ok (0.343s) 2022-09-27T16:18:31.8646130Z 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:31.8657332Z test_collect_cpp_callgrind (__main__.TestBenchmarkUtils) ... skip: Failing on clang, see 74398 (0.001s) 2022-09-27T16:18:31.9651791Z test_compare (__main__.TestBenchmarkUtils) ... ok (0.099s) 2022-09-27T16:18:31.9657107Z test_cpp_timer (__main__.TestBenchmarkUtils) ... skip: Failing on clang, see 74398 (0.001s) 2022-09-27T16:18:31.9684414Z test_fuzzer (__main__.TestBenchmarkUtils) ... ok (0.003s) 2022-09-27T16:18:32.0194251Z test_manipulate_callgrind_stats (__main__.TestBenchmarkUtils) ... ok (0.051s) 2022-09-27T16:18:32.0500258Z test_timer (__main__.TestBenchmarkUtils) ... ok (0.030s) 2022-09-27T16:18:32.0505834Z test_timer_tiny_fast_snippet (__main__.TestBenchmarkUtils) ... skip: Failing on clang, see 74398 (0.001s) 2022-09-27T16:18:32.0506394Z 2022-09-27T16:18:32.0506975Z ---------------------------------------------------------------------- 2022-09-27T16:18:32.0507440Z Ran 9 tests in 0.531s 2022-09-27T16:18:32.0507610Z 2022-09-27T16:18:32.0507701Z OK (skipped=4) 2022-09-27T16:18:32.0507796Z 2022-09-27T16:18:32.0507879Z Generating XML reports... 2022-09-27T16:18:32.0543205Z Generated XML report: test-reports/python-unittest/benchmark_utils.test_benchmark_utils/TEST-TestBenchmarkUtils-20220927161831.xml 2022-09-27T16:18:32.3889687Z Running test_tensorexpr_pybind ... [2022-09-27 16:18:32.388553] 2022-09-27T16:18:32.3890335Z Executing ['/opt/conda/bin/python', '-bb', 'test_tensorexpr_pybind.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:32.388634] 2022-09-27T16:18:33.5705441Z Test results will be stored in test-reports/python-unittest/test_tensorexpr_pybind 2022-09-27T16:18:33.5718610Z 2022-09-27T16:18:33.5718756Z Running tests... 2022-09-27T16:18:33.5719366Z ---------------------------------------------------------------------- 2022-09-27T16:18:33.8178144Z test_unary_ops (__main__.TestExprHandlePyBind) ... ok (0.246s) 2022-09-27T16:18:33.8431349Z test_alloc_in_loop (__main__.TestTensorExprPyBind) ... ok (0.025s) 2022-09-27T16:18:33.8449877Z test_call_raw (__main__.TestTensorExprPyBind) ... ok (0.002s) 2022-09-27T16:18:33.8459893Z test_dtype_error (__main__.TestTensorExprPyBind) ... ok (0.001s) 2022-09-27T16:18:33.8479343Z test_dynamic_shape (__main__.TestTensorExprPyBind) ... ok (0.002s) 2022-09-27T16:18:33.8505498Z test_dynamic_shape_2d (__main__.TestTensorExprPyBind) ... ok (0.003s) 2022-09-27T16:18:33.8522118Z test_external_calls (__main__.TestTensorExprPyBind) ... ok (0.002s) 2022-09-27T16:18:34.0412643Z test_kernel_shape_prop (__main__.TestTensorExprPyBind) ... ok (0.189s) 2022-09-27T16:18:34.0815444Z test_kernel_shape_prop_module (__main__.TestTensorExprPyBind) ... ok (0.040s) 2022-09-27T16:18:34.1078920Z test_kernel_with_custom_lowering (__main__.TestTensorExprPyBind) ... ok (0.026s) 2022-09-27T16:18:34.1337922Z test_kernel_with_expand (__main__.TestTensorExprPyBind) ... ok (0.026s) 2022-09-27T16:18:34.1936020Z test_kernel_with_permute (__main__.TestTensorExprPyBind) ... ok (0.060s) 2022-09-27T16:18:34.2156933Z test_kernel_with_scalar_inputs (__main__.TestTensorExprPyBind) ... ok (0.022s) 2022-09-27T16:18:34.2446473Z test_kernel_with_t (__main__.TestTensorExprPyBind) ... ok (0.029s) 2022-09-27T16:18:34.2711056Z test_kernel_with_tensor_inputs (__main__.TestTensorExprPyBind) ... ok (0.026s) 2022-09-27T16:18:34.2998610Z test_kernel_with_transpose (__main__.TestTensorExprPyBind) ... ok (0.029s) 2022-09-27T16:18:34.3015130Z test_simple_sum (__main__.TestTensorExprPyBind) ... ok (0.002s) 2022-09-27T16:18:34.3015564Z 2022-09-27T16:18:34.3016132Z ---------------------------------------------------------------------- 2022-09-27T16:18:34.3016598Z Ran 17 tests in 0.730s 2022-09-27T16:18:34.3016803Z 2022-09-27T16:18:34.3016883Z OK 2022-09-27T16:18:34.3016962Z 2022-09-27T16:18:34.3017048Z Generating XML reports... 2022-09-27T16:18:34.3044846Z Generated XML report: test-reports/python-unittest/test_tensorexpr_pybind/TEST-TestExprHandlePyBind-20220927161833.xml 2022-09-27T16:18:34.3058844Z Generated XML report: test-reports/python-unittest/test_tensorexpr_pybind/TEST-TestTensorExprPyBind-20220927161833.xml 2022-09-27T16:18:34.6104602Z Running nn/test_packed_sequence ... [2022-09-27 16:18:34.610029] 2022-09-27T16:18:34.6105137Z Executing ['/opt/conda/bin/python', '-bb', 'nn/test_packed_sequence.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:34.610113] 2022-09-27T16:18:35.7938318Z Test results will be stored in test-reports/python-unittest/nn.test_packed_sequence 2022-09-27T16:18:35.7948978Z 2022-09-27T16:18:35.7949062Z Running tests... 2022-09-27T16:18:35.7949809Z ---------------------------------------------------------------------- 2022-09-27T16:18:36.0613453Z test_pack_padded_sequence (__main__.PackedSequenceTest) ... ok (0.266s) 2022-09-27T16:18:36.1429842Z test_pack_sequence (__main__.PackedSequenceTest) ... ok (0.081s) 2022-09-27T16:18:36.1543647Z test_pad_sequence (__main__.PackedSequenceTest) ... ok (0.011s) 2022-09-27T16:18:36.1554877Z test_pad_sequence_with_non_iterable_sequences (__main__.PackedSequenceTest) ... ok (0.001s) 2022-09-27T16:18:36.1568776Z test_pad_sequence_with_tensor_sequences (__main__.PackedSequenceTest) ... ok (0.001s) 2022-09-27T16:18:36.1592974Z test_to (__main__.PackedSequenceTest) ... ok (0.002s) 2022-09-27T16:18:36.1604952Z test_to_memory_format (__main__.PackedSequenceTest) ... ok (0.001s) 2022-09-27T16:18:36.1641085Z test_total_length (__main__.PackedSequenceTest) ... ok (0.004s) 2022-09-27T16:18:36.1649820Z test_type_casts (__main__.PackedSequenceTest) 2022-09-27T16:18:36.1845990Z Test type casting of `PackedSequence` against type casting of tensor ... ok (0.020s) 2022-09-27T16:18:36.1944370Z test_unpack_sequence (__main__.PackedSequenceTest) ... ok (0.010s) 2022-09-27T16:18:36.2032051Z test_unpad_sequence (__main__.PackedSequenceTest) ... ok (0.009s) 2022-09-27T16:18:36.2074764Z test_wrong_order (__main__.PackedSequenceTest) ... ok (0.004s) 2022-09-27T16:18:36.2075050Z 2022-09-27T16:18:36.2075521Z ---------------------------------------------------------------------- 2022-09-27T16:18:36.2076230Z Ran 12 tests in 0.413s 2022-09-27T16:18:36.2076413Z 2022-09-27T16:18:36.2076517Z OK 2022-09-27T16:18:36.2076674Z 2022-09-27T16:18:36.2076815Z Generating XML reports... 2022-09-27T16:18:36.2111168Z Generated XML report: test-reports/python-unittest/nn.test_packed_sequence/TEST-PackedSequenceTest-20220927161835.xml 2022-09-27T16:18:36.4792543Z Running test_jit_disabled ... [2022-09-27 16:18:36.478809] 2022-09-27T16:18:36.4793067Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_disabled.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:36.478894] 2022-09-27T16:18:37.6313817Z Test results will be stored in test-reports/python-unittest/test_jit_disabled 2022-09-27T16:18:37.6324507Z 2022-09-27T16:18:37.6324609Z Running tests... 2022-09-27T16:18:37.6325607Z ---------------------------------------------------------------------- 2022-09-27T16:18:37.9171640Z test_attribute (__main__.TestJitDisabled) ... ok (0.284s) 2022-09-27T16:18:37.9604488Z test_recursive_script (__main__.TestJitDisabled) ... ok (0.043s) 2022-09-27T16:18:38.0054326Z test_script_module_construction (__main__.TestJitDisabled) ... ok (0.045s) 2022-09-27T16:18:38.0054666Z 2022-09-27T16:18:38.0055172Z ---------------------------------------------------------------------- 2022-09-27T16:18:38.0055626Z Ran 3 tests in 0.373s 2022-09-27T16:18:38.0055810Z 2022-09-27T16:18:38.0055872Z OK 2022-09-27T16:18:38.0055970Z 2022-09-27T16:18:38.0056054Z Generating XML reports... 2022-09-27T16:18:38.0089399Z Generated XML report: test-reports/python-unittest/test_jit_disabled/TEST-TestJitDisabled-20220927161837.xml 2022-09-27T16:18:38.3161571Z Running test_multiprocessing_spawn ... [2022-09-27 16:18:38.315696] 2022-09-27T16:18:38.3162162Z Executing ['/opt/conda/bin/python', '-bb', 'test_multiprocessing_spawn.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:38.315779] 2022-09-27T16:18:39.4795453Z Test results will be stored in test-reports/python-unittest/test_multiprocessing_spawn 2022-09-27T16:18:39.4808688Z 2022-09-27T16:18:39.4809231Z Running tests... 2022-09-27T16:18:39.4809870Z ---------------------------------------------------------------------- 2022-09-27T16:18:39.7173993Z test_errors_pickleable (__main__.ErrorTest) ... ok (0.236s) 2022-09-27T16:18:39.7523457Z test_exception_all (__main__.ForkTest) ... ok (0.035s) 2022-09-27T16:18:39.7532839Z test_exception_single (__main__.ForkTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/75409 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:18:39.7538946Z test_first_argument_index (__main__.ForkTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/76009 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:18:39.7543221Z test_success (__main__.ForkTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/76061 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.000s) 2022-09-27T16:18:39.7548635Z test_success_first_then_exception (__main__.ForkTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/73340 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:18:39.7554567Z test_success_non_blocking (__main__.ForkTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/81280 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:18:39.7559891Z test_terminate_exit (__main__.ForkTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/81389 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.000s) 2022-09-27T16:18:39.7565274Z test_terminate_signal (__main__.ForkTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/72927 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:18:39.7570565Z test_exception_all (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74223 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.000s) 2022-09-27T16:18:39.7574566Z test_exception_raises (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/83499 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.000s) 2022-09-27T16:18:39.7579822Z test_exception_single (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/78982 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.000s) 2022-09-27T16:18:39.7585131Z test_first_argument_index (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/73266 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:18:39.7681472Z test_signal_raises (__main__.SpawnTest) ... ok (0.009s) 2022-09-27T16:18:39.7689484Z test_success (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/72298 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:18:39.7694844Z test_success_first_then_exception (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/72625 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:18:39.7700540Z test_success_non_blocking (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/72926 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:18:39.7705935Z test_terminate_exit (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/72624 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:18:39.7711540Z test_terminate_signal (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/73341 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:18:39.7712287Z 2022-09-27T16:18:39.7712671Z ---------------------------------------------------------------------- 2022-09-27T16:18:39.7712990Z Ran 19 tests in 0.290s 2022-09-27T16:18:39.7713105Z 2022-09-27T16:18:39.7713178Z OK (skipped=16) 2022-09-27T16:18:39.7713286Z 2022-09-27T16:18:39.7713358Z Generating XML reports... 2022-09-27T16:18:39.7742516Z Generated XML report: test-reports/python-unittest/test_multiprocessing_spawn/TEST-ErrorTest-20220927161839.xml 2022-09-27T16:18:39.7752031Z Generated XML report: test-reports/python-unittest/test_multiprocessing_spawn/TEST-ForkTest-20220927161839.xml 2022-09-27T16:18:39.7762595Z Generated XML report: test-reports/python-unittest/test_multiprocessing_spawn/TEST-SpawnTest-20220927161839.xml 2022-09-27T16:18:40.0979608Z Running test_functional_optim ... [2022-09-27 16:18:40.097536] 2022-09-27T16:18:40.0980406Z Executing ['/opt/conda/bin/python', '-bb', 'test_functional_optim.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:40.097621] 2022-09-27T16:18:41.4278476Z Test results will be stored in test-reports/python-unittest/test_functional_optim 2022-09-27T16:18:41.4290105Z 2022-09-27T16:18:41.4290430Z Running tests... 2022-09-27T16:18:41.4291059Z ---------------------------------------------------------------------- 2022-09-27T16:18:41.6893666Z test_functional_optim_parity_adam (__main__.TestFunctionalOptimParity) ... ok (0.260s) 2022-09-27T16:18:41.7116143Z test_functional_optim_parity_adam_w (__main__.TestFunctionalOptimParity) ... ok (0.022s) 2022-09-27T16:18:41.7319653Z test_functional_optim_parity_sgd (__main__.TestFunctionalOptimParity) ... ok (0.020s) 2022-09-27T16:18:41.7325876Z test_functional_optim_registration (__main__.TestFunctionalOptimParity) ... ok (0.001s) 2022-09-27T16:18:41.7326238Z 2022-09-27T16:18:41.7326753Z ---------------------------------------------------------------------- 2022-09-27T16:18:41.7327136Z Ran 4 tests in 0.304s 2022-09-27T16:18:41.7327250Z 2022-09-27T16:18:41.7327299Z OK 2022-09-27T16:18:41.7327389Z 2022-09-27T16:18:41.7327473Z Generating XML reports... 2022-09-27T16:18:41.7355870Z Generated XML report: test-reports/python-unittest/test_functional_optim/TEST-TestFunctionalOptimParity-20220927161841.xml 2022-09-27T16:18:41.9996358Z Running nn/test_dropout ... [2022-09-27 16:18:41.999224] 2022-09-27T16:18:41.9996874Z Executing ['/opt/conda/bin/python', '-bb', 'nn/test_dropout.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:41.999311] 2022-09-27T16:18:43.4244794Z Test results will be stored in test-reports/python-unittest/nn.test_dropout 2022-09-27T16:18:43.4257235Z 2022-09-27T16:18:43.4257365Z Running tests... 2022-09-27T16:18:43.4257937Z ---------------------------------------------------------------------- 2022-09-27T16:18:43.4286742Z test_AlphaDropout (__main__.TestDropoutNN) ... ok (0.003s) 2022-09-27T16:18:43.4975177Z test_FeatureAlphaDropout (__main__.TestDropoutNN) ... ok (0.069s) 2022-09-27T16:18:43.4992421Z test_invalid_dropout_p (__main__.TestDropoutNN) ... ok (0.002s) 2022-09-27T16:18:43.5001983Z test_native_dropout_corner_case (__main__.TestDropoutNN) ... skip: CUDA unavailable (0.001s) 2022-09-27T16:18:43.5057877Z test_Dropout1d_cpu (__main__.TestDropoutNNDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:18:43.5200463Z test_Dropout2d_cpu (__main__.TestDropoutNNDeviceTypeCPU) ... ok (0.014s) 2022-09-27T16:18:43.5279325Z test_Dropout3d_cpu (__main__.TestDropoutNNDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:18:43.7127848Z test_Dropout_cpu (__main__.TestDropoutNNDeviceTypeCPU) ... ok (0.185s) 2022-09-27T16:18:43.7139705Z test_empty_dropout_cpu (__main__.TestDropoutNNDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:18:43.7140120Z 2022-09-27T16:18:43.7140821Z ---------------------------------------------------------------------- 2022-09-27T16:18:43.7141260Z Ran 9 tests in 0.288s 2022-09-27T16:18:43.7141456Z 2022-09-27T16:18:43.7141622Z OK (skipped=1) 2022-09-27T16:18:43.7141803Z 2022-09-27T16:18:43.7141948Z Generating XML reports... 2022-09-27T16:18:43.7179875Z Generated XML report: test-reports/python-unittest/nn.test_dropout/TEST-TestDropoutNN-20220927161843.xml 2022-09-27T16:18:43.7185859Z Generated XML report: test-reports/python-unittest/nn.test_dropout/TEST-TestDropoutNNDeviceTypeCPU-20220927161843.xml 2022-09-27T16:18:43.9904078Z Running test_pytree ... [2022-09-27 16:18:43.990055] 2022-09-27T16:18:43.9904606Z Executing ['/opt/conda/bin/python', '-bb', 'test_pytree.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:43.990139] 2022-09-27T16:18:45.1417795Z Test results will be stored in test-reports/python-unittest/test_pytree 2022-09-27T16:18:45.1428327Z 2022-09-27T16:18:45.1428814Z Running tests... 2022-09-27T16:18:45.1429216Z ---------------------------------------------------------------------- 2022-09-27T16:18:45.3874900Z test_broadcast_to_and_flatten (__main__.TestPytree) ... ok (0.244s) 2022-09-27T16:18:45.3910193Z test_flatten_unflatten_dict (__main__.TestPytree) ... ok (0.004s) 2022-09-27T16:18:45.3928822Z test_flatten_unflatten_leaf (__main__.TestPytree) ... ok (0.002s) 2022-09-27T16:18:45.3948011Z test_flatten_unflatten_list (__main__.TestPytree) ... ok (0.002s) 2022-09-27T16:18:45.3965559Z test_flatten_unflatten_namedtuple (__main__.TestPytree) ... ok (0.002s) 2022-09-27T16:18:45.3976769Z test_flatten_unflatten_nested (__main__.TestPytree) ... ok (0.001s) 2022-09-27T16:18:45.3994499Z test_flatten_unflatten_odict (__main__.TestPytree) ... ok (0.002s) 2022-09-27T16:18:45.4017734Z test_flatten_unflatten_return_type_max (__main__.TestPytree) ... ok (0.002s) 2022-09-27T16:18:45.4031359Z test_flatten_unflatten_return_type_min (__main__.TestPytree) ... ok (0.001s) 2022-09-27T16:18:45.4051999Z test_flatten_unflatten_tuple (__main__.TestPytree) ... ok (0.002s) 2022-09-27T16:18:45.4064747Z test_tree_all_any (__main__.TestPytree) ... ok (0.001s) 2022-09-27T16:18:45.4073824Z test_tree_only (__main__.TestPytree) ... ok (0.001s) 2022-09-27T16:18:45.4086224Z test_treemap (__main__.TestPytree) ... ok (0.001s) 2022-09-27T16:18:45.4097431Z test_treespec_equality (__main__.TestPytree) ... ok (0.001s) 2022-09-27T16:18:45.4105648Z test_treespec_repr (__main__.TestPytree) ... ok (0.001s) 2022-09-27T16:18:45.4106816Z 2022-09-27T16:18:45.4107287Z ---------------------------------------------------------------------- 2022-09-27T16:18:45.4107733Z Ran 15 tests in 0.268s 2022-09-27T16:18:45.4107939Z 2022-09-27T16:18:45.4108043Z OK 2022-09-27T16:18:45.4108224Z 2022-09-27T16:18:45.4109558Z Generating XML reports... 2022-09-27T16:18:45.4142868Z Generated XML report: test-reports/python-unittest/test_pytree/TEST-TestPytree-20220927161845.xml 2022-09-27T16:18:45.6857962Z Running test_license ... [2022-09-27 16:18:45.685418] 2022-09-27T16:18:45.6858506Z Executing ['/opt/conda/bin/python', '-bb', 'test_license.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:45.685501] 2022-09-27T16:18:46.8468334Z Test results will be stored in test-reports/python-unittest/test_license 2022-09-27T16:18:46.8478862Z 2022-09-27T16:18:46.8479068Z Running tests... 2022-09-27T16:18:46.8479459Z ---------------------------------------------------------------------- 2022-09-27T16:18:46.8486555Z test_distinfo_license (__main__.TestLicense) 2022-09-27T16:18:47.0859900Z If run when pytorch is installed via a wheel, the license will be in ... ok (0.238s) 2022-09-27T16:18:47.0865260Z test_license_for_wheel (__main__.TestLicense) ... skip: can only be run in a source tree (0.001s) 2022-09-27T16:18:47.0865479Z 2022-09-27T16:18:47.0865767Z ---------------------------------------------------------------------- 2022-09-27T16:18:47.0866065Z Ran 2 tests in 0.239s 2022-09-27T16:18:47.0866183Z 2022-09-27T16:18:47.0866244Z OK (skipped=1) 2022-09-27T16:18:47.0866353Z 2022-09-27T16:18:47.0866441Z Generating XML reports... 2022-09-27T16:18:47.0891611Z Generated XML report: test-reports/python-unittest/test_license/TEST-TestLicense-20220927161846.xml 2022-09-27T16:18:47.3552388Z Running test_per_overload_api ... [2022-09-27 16:18:47.354874] 2022-09-27T16:18:47.3552898Z Executing ['/opt/conda/bin/python', '-bb', 'test_per_overload_api.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:47.354958] 2022-09-27T16:18:48.5138309Z Test results will be stored in test-reports/python-unittest/test_per_overload_api 2022-09-27T16:18:48.5148639Z 2022-09-27T16:18:48.5148822Z Running tests... 2022-09-27T16:18:48.7544905Z ---------------------------------------------------------------------- 2022-09-27T16:18:48.7545270Z test_basics_opoverload (__main__.TestPerOverloadAPI) ... ok (0.239s) 2022-09-27T16:18:48.7560805Z test_basics_opoverloadpacket (__main__.TestPerOverloadAPI) ... ok (0.002s) 2022-09-27T16:18:48.7576685Z test_decompose (__main__.TestPerOverloadAPI) ... ok (0.002s) 2022-09-27T16:18:48.7577188Z 2022-09-27T16:18:48.7577946Z ---------------------------------------------------------------------- 2022-09-27T16:18:48.7578376Z Ran 3 tests in 0.243s 2022-09-27T16:18:48.7578574Z 2022-09-27T16:18:48.7578677Z OK 2022-09-27T16:18:48.7578832Z 2022-09-27T16:18:48.7578976Z Generating XML reports... 2022-09-27T16:18:48.7605729Z Generated XML report: test-reports/python-unittest/test_per_overload_api/TEST-TestPerOverloadAPI-20220927161848.xml 2022-09-27T16:18:49.0292480Z Running test_dlpack ... [2022-09-27 16:18:49.028845] 2022-09-27T16:18:49.0293241Z Executing ['/opt/conda/bin/python', '-bb', 'test_dlpack.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:18:49.028942] 2022-09-27T16:18:50.4517762Z Test results will be stored in test-reports/python-unittest/test_dlpack 2022-09-27T16:18:50.4533256Z 2022-09-27T16:18:50.4533775Z Running tests... 2022-09-27T16:18:50.4534201Z ---------------------------------------------------------------------- 2022-09-27T16:18:50.4561111Z test_dlpack_capsule_conversion_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-09-27T16:18:50.4574226Z test_dlpack_capsule_conversion_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:50.4585157Z test_dlpack_capsule_conversion_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:50.4595611Z test_dlpack_capsule_conversion_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:50.4606085Z test_dlpack_capsule_conversion_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:50.4616566Z test_dlpack_capsule_conversion_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:50.4626818Z test_dlpack_capsule_conversion_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:50.4636425Z test_dlpack_capsule_conversion_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:50.4645912Z test_dlpack_capsule_conversion_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:50.4655856Z test_dlpack_capsule_conversion_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:50.4665615Z test_dlpack_capsule_conversion_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:50.4675870Z test_dlpack_conversion_with_diff_streams_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:50.4686539Z test_dlpack_conversion_with_diff_streams_cpu_complex128 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:50.4697107Z test_dlpack_conversion_with_diff_streams_cpu_complex64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:50.4707163Z test_dlpack_conversion_with_diff_streams_cpu_float16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:50.4717304Z test_dlpack_conversion_with_diff_streams_cpu_float32 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:50.4727238Z test_dlpack_conversion_with_diff_streams_cpu_float64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:50.4737511Z test_dlpack_conversion_with_diff_streams_cpu_int16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:50.4747535Z test_dlpack_conversion_with_diff_streams_cpu_int32 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:50.4757521Z test_dlpack_conversion_with_diff_streams_cpu_int64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:50.4767579Z test_dlpack_conversion_with_diff_streams_cpu_int8 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:50.4778069Z test_dlpack_conversion_with_diff_streams_cpu_uint8 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:50.4788061Z test_dlpack_conversion_with_streams_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:50.4798035Z test_dlpack_conversion_with_streams_cpu_complex128 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:50.4808188Z test_dlpack_conversion_with_streams_cpu_complex64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:50.4818325Z test_dlpack_conversion_with_streams_cpu_float16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:50.4828161Z test_dlpack_conversion_with_streams_cpu_float32 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:50.4838181Z test_dlpack_conversion_with_streams_cpu_float64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:50.4847827Z test_dlpack_conversion_with_streams_cpu_int16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:50.4857989Z test_dlpack_conversion_with_streams_cpu_int32 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:50.4867505Z test_dlpack_conversion_with_streams_cpu_int64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:50.4877063Z test_dlpack_conversion_with_streams_cpu_int8 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:50.4886659Z test_dlpack_conversion_with_streams_cpu_uint8 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:50.4897610Z test_dlpack_default_stream_cpu (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:18:50.4924842Z test_dlpack_error_on_bool_tensor_cpu (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-09-27T16:18:50.4934158Z test_dlpack_export_is_conj_cpu (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:50.4943699Z test_dlpack_export_non_strided_cpu (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:50.4952179Z test_dlpack_export_requires_grad_cpu (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:50.4965056Z test_dlpack_normalize_strides_cpu (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:50.4976482Z test_dlpack_protocol_conversion_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:50.4987536Z test_dlpack_protocol_conversion_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:50.4998274Z test_dlpack_protocol_conversion_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:50.5008645Z test_dlpack_protocol_conversion_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:50.5018953Z test_dlpack_protocol_conversion_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:50.5029258Z test_dlpack_protocol_conversion_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:50.5038896Z test_dlpack_protocol_conversion_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:50.5048581Z test_dlpack_protocol_conversion_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:50.5058140Z test_dlpack_protocol_conversion_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:50.5067602Z test_dlpack_protocol_conversion_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:50.5077424Z test_dlpack_protocol_conversion_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:50.5088156Z test_dlpack_shared_storage_cpu (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:50.5097112Z test_dlpack_tensor_invalid_stream_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:50.5106379Z test_dlpack_tensor_invalid_stream_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:50.5115475Z test_dlpack_tensor_invalid_stream_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:50.5124397Z test_dlpack_tensor_invalid_stream_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:50.5133617Z test_dlpack_tensor_invalid_stream_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:50.5142432Z test_dlpack_tensor_invalid_stream_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:50.5150900Z test_dlpack_tensor_invalid_stream_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:50.5159309Z test_dlpack_tensor_invalid_stream_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:50.5167708Z test_dlpack_tensor_invalid_stream_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:50.5176591Z test_dlpack_tensor_invalid_stream_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:50.5184948Z test_dlpack_tensor_invalid_stream_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:50.5195431Z test_from_dlpack_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:50.5206263Z test_from_dlpack_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:50.5217231Z test_from_dlpack_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:50.5227579Z test_from_dlpack_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:50.5237798Z test_from_dlpack_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:50.5248098Z test_from_dlpack_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:50.5257854Z test_from_dlpack_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:50.5267446Z test_from_dlpack_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:50.5276858Z test_from_dlpack_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:50.5286719Z test_from_dlpack_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:50.5296843Z test_from_dlpack_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:50.5306069Z test_from_dlpack_dtype_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:50.5315615Z test_from_dlpack_dtype_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:50.5325109Z test_from_dlpack_dtype_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:50.5334262Z test_from_dlpack_dtype_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:50.5342936Z test_from_dlpack_dtype_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:50.5351496Z test_from_dlpack_dtype_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:50.5359860Z test_from_dlpack_dtype_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:50.5367997Z test_from_dlpack_dtype_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:50.5376334Z test_from_dlpack_dtype_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:50.5384655Z test_from_dlpack_dtype_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:50.5392789Z test_from_dlpack_dtype_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:18:50.5413402Z test_from_dlpack_noncontinguous_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-09-27T16:18:50.5433575Z test_from_dlpack_noncontinguous_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-09-27T16:18:50.5454026Z test_from_dlpack_noncontinguous_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-09-27T16:18:50.5473387Z test_from_dlpack_noncontinguous_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-09-27T16:18:50.5492870Z test_from_dlpack_noncontinguous_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-09-27T16:18:50.5511765Z test_from_dlpack_noncontinguous_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-09-27T16:18:50.5528935Z test_from_dlpack_noncontinguous_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-09-27T16:18:50.5546745Z test_from_dlpack_noncontinguous_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-09-27T16:18:50.5563646Z test_from_dlpack_noncontinguous_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-09-27T16:18:50.5582484Z test_from_dlpack_noncontinguous_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-09-27T16:18:50.5601824Z test_from_dlpack_noncontinguous_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-09-27T16:18:50.5602170Z 2022-09-27T16:18:50.5602595Z ---------------------------------------------------------------------- 2022-09-27T16:18:50.5602959Z Ran 95 tests in 0.107s 2022-09-27T16:18:50.5603410Z 2022-09-27T16:18:50.5603529Z OK (skipped=23) 2022-09-27T16:18:50.5603777Z 2022-09-27T16:18:50.5603915Z Generating XML reports... 2022-09-27T16:18:50.5700943Z Generated XML report: test-reports/python-unittest/test_dlpack/TEST-TestTorchDlPackCPU-20220927161850.xml 2022-09-27T16:18:50.8466756Z Running test_cpp_extensions_aot_no_ninja ... [2022-09-27 16:18:50.846267] 2022-09-27T16:18:52.2261828Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T16:18:52.3306096Z running install 2022-09-27T16:18:52.3307251Z /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.3308066Z setuptools.SetuptoolsDeprecationWarning, 2022-09-27T16:18:52.3414183Z running build 2022-09-27T16:18:52.3464722Z running build_py 2022-09-27T16:18:52.3465048Z creating build 2022-09-27T16:18:52.3465648Z creating build/lib.linux-x86_64-cpython-37 2022-09-27T16:18:52.3466238Z creating build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension 2022-09-27T16:18:52.3466915Z copying torch_test_cpp_extension/__init__.py -> build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension 2022-09-27T16:18:52.3467863Z running build_ext 2022-09-27T16:18:52.3481924Z building 'torch_test_cpp_extension.cpp' extension 2022-09-27T16:18:52.3482605Z creating build/temp.linux-x86_64-cpython-37 2022-09-27T16:18:52.3485803Z 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=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -DTORCH_EXTENSION_NAME=cpp -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-09-27T16:18:53.3660855Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-09-27T16:18:53.3666598Z In file included from /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/Exceptions.h:13:0, 2022-09-27T16:18:53.3667413Z from /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/python.h:11, 2022-09-27T16:18:53.3668139Z from /opt/conda/lib/python3.7/site-packages/torch/include/torch/extension.h:6, 2022-09-27T16:18:53.3668565Z from extension.cpp:1: 2022-09-27T16:18:53.3669495Z /opt/conda/lib/python3.7/site-packages/torch/include/pybind11/pybind11.h: In instantiation of ‘class pybind11::class_’: 2022-09-27T16:18:53.3670101Z extension.cpp:36:53: required from here 2022-09-27T16:18:53.3671235Z /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:53.3672028Z class class_ : public detail::generic_type { 2022-09-27T16:18:53.3672353Z ^~~~~~ 2022-09-27T16:18:53.3673450Z /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:53.3675616Z 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:53.6465440Z building 'torch_test_cpp_extension.ort' extension 2022-09-27T16:18:53.6468644Z 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=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -DTORCH_EXTENSION_NAME=ort -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-09-27T16:18:54.7023981Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-09-27T16:18:54.7034631Z 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:54.9852082Z building 'torch_test_cpp_extension.rng' extension 2022-09-27T16:18:54.9864880Z 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=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -DTORCH_EXTENSION_NAME=rng -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-09-27T16:18:55.9319024Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-09-27T16:18:55.9319586Z 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:55.9320029Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/cpu/vec/vec.h:6, 2022-09-27T16:18:55.9320463Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/native/cpu/Loops.h:37, 2022-09-27T16:18:55.9320926Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/native/cpu/DistributionTemplates.h:8, 2022-09-27T16:18:55.9321221Z from rng_extension.cpp:6: 2022-09-27T16:18:55.9321682Z /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:55.9321999Z # pragma unroll 2022-09-27T16:18:55.9322154Z 2022-09-27T16:18:55.9329627Z 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:56.2227854Z running install_lib 2022-09-27T16:18:56.2290626Z creating install 2022-09-27T16:18:56.2291410Z creating install/opt 2022-09-27T16:18:56.2291756Z creating install/opt/conda 2022-09-27T16:18:56.2292066Z creating install/opt/conda/lib 2022-09-27T16:18:56.2292450Z creating install/opt/conda/lib/python3.7 2022-09-27T16:18:56.2293287Z creating install/opt/conda/lib/python3.7/site-packages 2022-09-27T16:18:56.2293939Z creating install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-09-27T16:18:56.2294973Z 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:56.2296423Z 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:56.2357737Z 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:56.2422516Z 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:56.2494713Z 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:56.2495579Z running install_egg_info 2022-09-27T16:18:56.2629043Z running egg_info 2022-09-27T16:18:56.2629437Z creating torch_test_cpp_extension.egg-info 2022-09-27T16:18:56.2678522Z writing torch_test_cpp_extension.egg-info/PKG-INFO 2022-09-27T16:18:56.2680444Z writing dependency_links to torch_test_cpp_extension.egg-info/dependency_links.txt 2022-09-27T16:18:56.2682963Z writing top-level names to torch_test_cpp_extension.egg-info/top_level.txt 2022-09-27T16:18:56.2683970Z writing manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-09-27T16:18:56.2735140Z reading manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-09-27T16:18:56.2741521Z writing manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-09-27T16:18:56.2742153Z 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:56.2746560Z running install_scripts 2022-09-27T16:18:58.0119051Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T16:18:58.0400413Z running install 2022-09-27T16:18:58.0401481Z /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:58.0401924Z setuptools.SetuptoolsDeprecationWarning, 2022-09-27T16:18:58.0508964Z running build 2022-09-27T16:18:58.0509304Z running build_ext 2022-09-27T16:18:58.0905516Z building 'no_python_abi_suffix_test' extension 2022-09-27T16:18:58.0905833Z creating /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build 2022-09-27T16:18:58.0906316Z creating /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-cpython-37 2022-09-27T16:18:58.1281827Z 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:58.1282855Z Compiling objects... 2022-09-27T16:18:58.1283078Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:18:58.2043747Z [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="_clang"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1002"' -DTORCH_EXTENSION_NAME=no_python_abi_suffix_test -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-09-27T16:18:58.2045411Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-09-27T16:18:58.2094638Z creating build/lib.linux-x86_64-cpython-37 2022-09-27T16:18:58.2096467Z 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:58.3624268Z running install_lib 2022-09-27T16:18:58.3684952Z creating install 2022-09-27T16:18:58.3685389Z creating install/opt 2022-09-27T16:18:58.3685749Z creating install/opt/conda 2022-09-27T16:18:58.3686131Z creating install/opt/conda/lib 2022-09-27T16:18:58.3686355Z creating install/opt/conda/lib/python3.7 2022-09-27T16:18:58.3686928Z creating install/opt/conda/lib/python3.7/site-packages 2022-09-27T16:18:58.3687597Z 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:58.3692932Z running install_egg_info 2022-09-27T16:18:58.3821658Z running egg_info 2022-09-27T16:18:58.3822050Z creating no_python_abi_suffix_test.egg-info 2022-09-27T16:18:58.3868710Z writing no_python_abi_suffix_test.egg-info/PKG-INFO 2022-09-27T16:18:58.3870851Z writing dependency_links to no_python_abi_suffix_test.egg-info/dependency_links.txt 2022-09-27T16:18:58.3873199Z writing top-level names to no_python_abi_suffix_test.egg-info/top_level.txt 2022-09-27T16:18:58.3874333Z writing manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-09-27T16:18:58.3921948Z reading manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-09-27T16:18:58.3928000Z writing manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-09-27T16:18:58.3928808Z 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:58.3932643Z running install_scripts 2022-09-27T16:18:58.6935993Z 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:58.693169] 2022-09-27T16:19:00.3827751Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T16:19:00.4339974Z Test results will be stored in test-reports/python-unittest/test_cpp_extensions_aot_no_ninja 2022-09-27T16:19:00.4353991Z 2022-09-27T16:19:00.4354128Z Running tests... 2022-09-27T16:19:00.4354734Z ---------------------------------------------------------------------- 2022-09-27T16:19:00.4486262Z test_backward (__main__.TestCppExtensionAOT) ... ok (0.013s) 2022-09-27T16:19:00.4492119Z test_cublas_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-09-27T16:19:00.4498090Z test_cuda_dlink_libs (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-09-27T16:19:00.4503273Z test_cuda_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.000s) 2022-09-27T16:19:00.4507688Z test_cusolver_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.000s) 2022-09-27T16:19:00.4519050Z test_extension_function (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-09-27T16:19:00.4530181Z test_extension_module (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-09-27T16:19:00.4543850Z test_no_python_abi_suffix_sets_the_correct_library_name (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-09-27T16:19:00.4550539Z test_optional (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-09-27T16:19:00.4561105Z test_add (__main__.TestORTTensor) ... ok (0.001s) 2022-09-27T16:19:00.4578846Z test_conv_backend_override (__main__.TestORTTensor) ... ok (0.002s) 2022-09-27T16:19:00.4634835Z test_unregistered (__main__.TestORTTensor) ... ok (0.006s) 2022-09-27T16:19:00.4649977Z test_zeros (__main__.TestORTTensor) ... ok (0.001s) 2022-09-27T16:19:00.4679828Z test_rng (__main__.TestRNGExtension) ... ok (0.003s) 2022-09-27T16:19:00.4688830Z test_torch_library (__main__.TestTorchLibrary) ... skip: CUDA not found (0.001s) 2022-09-27T16:19:00.4689313Z 2022-09-27T16:19:00.4689719Z ---------------------------------------------------------------------- 2022-09-27T16:19:00.4690097Z Ran 15 tests in 0.033s 2022-09-27T16:19:00.4690268Z 2022-09-27T16:19:00.4690378Z OK (skipped=5) 2022-09-27T16:19:00.4690539Z 2022-09-27T16:19:00.4690652Z Generating XML reports... 2022-09-27T16:19:00.4723939Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestCppExtensionAOT-20220927161900.xml 2022-09-27T16:19:00.4729375Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestORTTensor-20220927161900.xml 2022-09-27T16:19:00.4732054Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestRNGExtension-20220927161900.xml 2022-09-27T16:19:00.4735661Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestTorchLibrary-20220927161900.xml 2022-09-27T16:19:00.8948251Z Running test_cpp_extensions_aot_ninja ... [2022-09-27 16:19:00.894425] 2022-09-27T16:19:02.3420309Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T16:19:02.4470215Z running install 2022-09-27T16:19:02.4471350Z /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:02.4472155Z setuptools.SetuptoolsDeprecationWarning, 2022-09-27T16:19:02.4577193Z running build 2022-09-27T16:19:02.4577554Z running build_py 2022-09-27T16:19:02.4628220Z creating build 2022-09-27T16:19:02.4628762Z creating build/lib.linux-x86_64-cpython-37 2022-09-27T16:19:02.4629196Z creating build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension 2022-09-27T16:19:02.4629688Z copying torch_test_cpp_extension/__init__.py -> build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension 2022-09-27T16:19:02.4631061Z running build_ext 2022-09-27T16:19:02.5046056Z building 'torch_test_cpp_extension.cpp' extension 2022-09-27T16:19:02.5046695Z creating /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37 2022-09-27T16:19:02.5432074Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/build.ninja... 2022-09-27T16:19:02.5432655Z Compiling objects... 2022-09-27T16:19:02.5433082Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:19:03.5698907Z [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="_clang"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1002"' -DTORCH_EXTENSION_NAME=cpp -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-09-27T16:19:03.5700604Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-09-27T16:19:03.5701081Z In file included from /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/Exceptions.h:13:0, 2022-09-27T16:19:03.5701631Z from /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/python.h:11, 2022-09-27T16:19:03.5702047Z from /opt/conda/lib/python3.7/site-packages/torch/include/torch/extension.h:6, 2022-09-27T16:19:03.5702376Z from /var/lib/jenkins/workspace/test/cpp_extensions/extension.cpp:1: 2022-09-27T16:19:03.5702961Z /opt/conda/lib/python3.7/site-packages/torch/include/pybind11/pybind11.h: In instantiation of ‘class pybind11::class_’: 2022-09-27T16:19:03.5703356Z /var/lib/jenkins/workspace/test/cpp_extensions/extension.cpp:36:53: required from here 2022-09-27T16:19:03.5704069Z /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:19:03.5704524Z class class_ : public detail::generic_type { 2022-09-27T16:19:03.5704725Z ^~~~~~ 2022-09-27T16:19:03.5705311Z /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:19:03.5799787Z 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:19:03.8524858Z building 'torch_test_cpp_extension.ort' extension 2022-09-27T16:19:03.8913209Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/build.ninja... 2022-09-27T16:19:03.8922918Z Compiling objects... 2022-09-27T16:19:03.8923168Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:19:04.8270575Z [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="_clang"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1002"' -DTORCH_EXTENSION_NAME=ort -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-09-27T16:19:04.8273114Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-09-27T16:19:04.8325683Z 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:05.1188215Z building 'torch_test_cpp_extension.rng' extension 2022-09-27T16:19:05.1577754Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/build.ninja... 2022-09-27T16:19:05.1578483Z Compiling objects... 2022-09-27T16:19:05.1578881Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:19:06.2342866Z [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="_clang"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1002"' -DTORCH_EXTENSION_NAME=rng -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-09-27T16:19:06.2344370Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-09-27T16:19:06.2344864Z 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:06.2345301Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/cpu/vec/vec.h:6, 2022-09-27T16:19:06.2345713Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/native/cpu/Loops.h:37, 2022-09-27T16:19:06.2346180Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/native/cpu/DistributionTemplates.h:8, 2022-09-27T16:19:06.2346544Z from /var/lib/jenkins/workspace/test/cpp_extensions/rng_extension.cpp:6: 2022-09-27T16:19:06.2347031Z /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:06.2347345Z # pragma unroll 2022-09-27T16:19:06.2347517Z 2022-09-27T16:19:06.2397934Z 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:06.5377967Z running install_lib 2022-09-27T16:19:06.5441449Z 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:06.5513646Z 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:06.5588790Z 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:06.5669074Z running install_egg_info 2022-09-27T16:19:06.5799896Z running egg_info 2022-09-27T16:19:06.5845664Z writing torch_test_cpp_extension.egg-info/PKG-INFO 2022-09-27T16:19:06.5855863Z writing dependency_links to torch_test_cpp_extension.egg-info/dependency_links.txt 2022-09-27T16:19:06.5865638Z writing top-level names to torch_test_cpp_extension.egg-info/top_level.txt 2022-09-27T16:19:06.5928114Z reading manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-09-27T16:19:06.5935427Z writing manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-09-27T16:19:06.5941994Z 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:06.5943800Z 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:06.5947645Z running install_scripts 2022-09-27T16:19:08.3255303Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T16:19:08.3545166Z running install 2022-09-27T16:19:08.3546143Z /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:08.3546609Z setuptools.SetuptoolsDeprecationWarning, 2022-09-27T16:19:08.3657714Z running build 2022-09-27T16:19:08.3657914Z running build_ext 2022-09-27T16:19:08.4055455Z building 'no_python_abi_suffix_test' extension 2022-09-27T16:19:08.4422547Z 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:08.4432845Z Compiling objects... 2022-09-27T16:19:08.4433091Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:19:08.4763395Z ninja: no work to do. 2022-09-27T16:19:08.4810501Z 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:08.6332440Z running install_lib 2022-09-27T16:19:08.6397179Z 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:08.6402052Z running install_egg_info 2022-09-27T16:19:08.6532670Z running egg_info 2022-09-27T16:19:08.6579774Z writing no_python_abi_suffix_test.egg-info/PKG-INFO 2022-09-27T16:19:08.6588449Z writing dependency_links to no_python_abi_suffix_test.egg-info/dependency_links.txt 2022-09-27T16:19:08.6601954Z writing top-level names to no_python_abi_suffix_test.egg-info/top_level.txt 2022-09-27T16:19:08.6672839Z reading manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-09-27T16:19:08.6679034Z writing manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-09-27T16:19:08.6687566Z 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:08.6689463Z 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:08.6693193Z running install_scripts 2022-09-27T16:19:08.9767858Z Executing ['/opt/conda/bin/python', '-bb', 'test_cpp_extensions_aot_ninja.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:19:08.976412] 2022-09-27T16:19:10.6681991Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T16:19:10.7196348Z Test results will be stored in test-reports/python-unittest/test_cpp_extensions_aot_ninja 2022-09-27T16:19:10.7210758Z 2022-09-27T16:19:10.7210884Z Running tests... 2022-09-27T16:19:10.7211366Z ---------------------------------------------------------------------- 2022-09-27T16:19:10.7339984Z test_backward (__main__.TestCppExtensionAOT) ... ok (0.013s) 2022-09-27T16:19:10.7345898Z test_cublas_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-09-27T16:19:10.7352553Z test_cuda_dlink_libs (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-09-27T16:19:10.7357444Z test_cuda_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.000s) 2022-09-27T16:19:10.7362292Z test_cusolver_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.000s) 2022-09-27T16:19:10.7373954Z test_extension_function (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-09-27T16:19:10.7384638Z test_extension_module (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-09-27T16:19:10.7398719Z test_no_python_abi_suffix_sets_the_correct_library_name (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-09-27T16:19:10.7405091Z test_optional (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-09-27T16:19:10.7415787Z test_add (__main__.TestORTTensor) ... ok (0.001s) 2022-09-27T16:19:10.7433360Z test_conv_backend_override (__main__.TestORTTensor) ... ok (0.002s) 2022-09-27T16:19:10.7489616Z test_unregistered (__main__.TestORTTensor) ... ok (0.006s) 2022-09-27T16:19:10.7504311Z test_zeros (__main__.TestORTTensor) ... ok (0.001s) 2022-09-27T16:19:10.7540083Z test_rng (__main__.TestRNGExtension) ... ok (0.003s) 2022-09-27T16:19:10.7548250Z test_torch_library (__main__.TestTorchLibrary) ... skip: CUDA not found (0.001s) 2022-09-27T16:19:10.7548572Z 2022-09-27T16:19:10.7549101Z ---------------------------------------------------------------------- 2022-09-27T16:19:10.7549568Z Ran 15 tests in 0.034s 2022-09-27T16:19:10.7549710Z 2022-09-27T16:19:10.7549793Z OK (skipped=5) 2022-09-27T16:19:10.7549890Z 2022-09-27T16:19:10.7549974Z Generating XML reports... 2022-09-27T16:19:10.7582421Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestCppExtensionAOT-20220927161910.xml 2022-09-27T16:19:10.7587008Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestORTTensor-20220927161910.xml 2022-09-27T16:19:10.7589519Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestRNGExtension-20220927161910.xml 2022-09-27T16:19:10.7592171Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestTorchLibrary-20220927161910.xml 2022-09-27T16:19:11.1698101Z Running test_numba_integration ... [2022-09-27 16:19:11.169424] 2022-09-27T16:19:11.1698646Z Executing ['/opt/conda/bin/python', '-bb', 'test_numba_integration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:19:11.169502] 2022-09-27T16:19:12.5543604Z Test results will be stored in test-reports/python-unittest/test_numba_integration 2022-09-27T16:19:12.5554278Z 2022-09-27T16:19:12.5554575Z Running tests... 2022-09-27T16:19:12.5555171Z ---------------------------------------------------------------------- 2022-09-27T16:19:12.5565682Z test_active_device (__main__.TestNumbaIntegration) 2022-09-27T16:19:12.5566822Z 'as_cuda_array' tensor device must match active numba context. ... skip: No cuda (0.001s) 2022-09-27T16:19:12.5582867Z test_array_adaptor (__main__.TestNumbaIntegration) 2022-09-27T16:19:12.5583192Z Torch __cuda_array_adaptor__ exposes tensor data to numba.cuda. ... skip: No cuda (0.002s) 2022-09-27T16:19:12.5594778Z test_conversion_errors (__main__.TestNumbaIntegration) 2022-09-27T16:19:12.5595215Z Numba properly detects array interface for tensor.Tensor variants. ... skip: No cuda (0.001s) 2022-09-27T16:19:12.5613472Z test_cuda_array_interface (__main__.TestNumbaIntegration) 2022-09-27T16:19:12.5614018Z torch.Tensor exposes __cuda_array_interface__ for cuda tensors. ... skip: No cuda (0.002s) 2022-09-27T16:19:12.5632252Z test_from_cuda_array_interface (__main__.TestNumbaIntegration) 2022-09-27T16:19:12.5632733Z 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:12.5643404Z test_from_cuda_array_interface_active_device (__main__.TestNumbaIntegration) 2022-09-27T16:19:12.5643890Z 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:12.5651570Z test_from_cuda_array_interface_inferred_strides (__main__.TestNumbaIntegration) 2022-09-27T16:19:12.5652564Z torch.as_tensor(numba_ary) should have correct inferred (contiguous) strides ... skip: No cuda (0.001s) 2022-09-27T16:19:12.5658847Z test_from_cuda_array_interface_lifetime (__main__.TestNumbaIntegration) 2022-09-27T16:19:12.5659593Z 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:12.5660367Z 2022-09-27T16:19:12.5660768Z ---------------------------------------------------------------------- 2022-09-27T16:19:12.5661201Z Ran 8 tests in 0.011s 2022-09-27T16:19:12.5661384Z 2022-09-27T16:19:12.5661499Z OK (skipped=8) 2022-09-27T16:19:12.5661689Z 2022-09-27T16:19:12.5661839Z Generating XML reports... 2022-09-27T16:19:12.5693913Z Generated XML report: test-reports/python-unittest/test_numba_integration/TEST-TestNumbaIntegration-20220927161912.xml 2022-09-27T16:19:12.8396538Z Running test_vulkan ... [2022-09-27 16:19:12.839265] 2022-09-27T16:19:12.8397128Z Executing ['/opt/conda/bin/python', '-bb', 'test_vulkan.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:19:12.839347] 2022-09-27T16:19:14.0134689Z Test results will be stored in test-reports/python-unittest/test_vulkan 2022-09-27T16:19:14.0144860Z 2022-09-27T16:19:14.0145201Z Running tests... 2022-09-27T16:19:14.0145611Z ---------------------------------------------------------------------- 2022-09-27T16:19:14.0179377Z test_conv (__main__.TestVulkanRewritePass) ... skip: Vulkan backend must be available for these tests. (0.003s) 2022-09-27T16:19:14.0179706Z 2022-09-27T16:19:14.0180149Z ---------------------------------------------------------------------- 2022-09-27T16:19:14.0180590Z Ran 1 test in 0.003s 2022-09-27T16:19:14.0180709Z 2022-09-27T16:19:14.0180783Z OK (skipped=1) 2022-09-27T16:19:14.0180891Z 2022-09-27T16:19:14.0180963Z Generating XML reports... 2022-09-27T16:19:14.0205053Z Generated XML report: test-reports/python-unittest/test_vulkan/TEST-TestVulkanRewritePass-20220927161914.xml 2022-09-27T16:19:14.2261190Z Running distributions/test_constraints ... [2022-09-27 16:19:14.225762] 2022-09-27T16:19:14.2261690Z Executing ['/opt/conda/bin/python', '-bb', '-m', 'pytest', 'distributions/test_constraints.py', '-v'] ... [2022-09-27 16:19:14.225846] 2022-09-27T16:19:14.5656626Z ============================= test session starts ============================== 2022-09-27T16:19:14.5657065Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-09-27T16:19:14.5727520Z cachedir: .pytest_cache 2022-09-27T16:19:14.5728119Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/var/lib/jenkins/workspace/test/.hypothesis/examples') 2022-09-27T16:19:14.5728570Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-09-27T16:19:14.5729184Z plugins: hypothesis-5.35.1, forked-1.4.0, rerunfailures-10.2, xdist-2.5.0, xdoctest-1.0.2 2022-09-27T16:19:15.8498332Z collecting ...  2022-09-27T16:19:15.8521738Z collecting 132 items  2022-09-27T16:19:15.8522304Z collected 132 items  2022-09-27T16:19:15.8526497Z 2022-09-27T16:19:15.8550176Z distributions/test_constraints.py::test_constraint[False-constraint_fn0-False-value0] PASSED [ 0%] 2022-09-27T16:19:15.8563085Z distributions/test_constraints.py::test_constraint[False-constraint_fn1-False-value1] PASSED [ 1%] 2022-09-27T16:19:15.8575563Z distributions/test_constraints.py::test_constraint[False-constraint_fn2-False-value2] PASSED [ 2%] 2022-09-27T16:19:15.8587699Z distributions/test_constraints.py::test_constraint[False-constraint_fn3-True-value3] PASSED [ 3%] 2022-09-27T16:19:15.8603440Z distributions/test_constraints.py::test_constraint[False-constraint_fn4-False-value4] PASSED [ 3%] 2022-09-27T16:19:15.8621324Z distributions/test_constraints.py::test_constraint[False-constraint_fn5-False-value5] PASSED [ 4%] 2022-09-27T16:19:15.8634039Z distributions/test_constraints.py::test_constraint[False-constraint_fn6-True-value6] PASSED [ 5%] 2022-09-27T16:19:15.8647838Z distributions/test_constraints.py::test_constraint[False-constraint_fn7-True-value7] PASSED [ 6%] 2022-09-27T16:19:15.8661913Z distributions/test_constraints.py::test_constraint[False-constraint_fn8-False-value8] PASSED [ 6%] 2022-09-27T16:19:15.8674291Z distributions/test_constraints.py::test_constraint[False-constraint_fn9-True-value9] PASSED [ 7%] 2022-09-27T16:19:15.8688563Z distributions/test_constraints.py::test_constraint[False-constraint_fn10-False-value10] PASSED [ 8%] 2022-09-27T16:19:15.8701445Z distributions/test_constraints.py::test_constraint[False-constraint_fn11-False-value11] PASSED [ 9%] 2022-09-27T16:19:15.8713933Z distributions/test_constraints.py::test_constraint[False-constraint_fn12-True-value12] PASSED [ 9%] 2022-09-27T16:19:15.8727257Z distributions/test_constraints.py::test_constraint[False-constraint_fn13-True-value13] PASSED [ 10%] 2022-09-27T16:19:15.8739253Z distributions/test_constraints.py::test_constraint[False-constraint_fn14-False-value14] PASSED [ 11%] 2022-09-27T16:19:15.8752550Z distributions/test_constraints.py::test_constraint[False-constraint_fn15-True-value15] PASSED [ 12%] 2022-09-27T16:19:15.8766325Z distributions/test_constraints.py::test_constraint[False-constraint_fn16-True-value16] PASSED [ 12%] 2022-09-27T16:19:15.8779250Z distributions/test_constraints.py::test_constraint[False-constraint_fn17-True-value17] PASSED [ 13%] 2022-09-27T16:19:15.8789666Z distributions/test_constraints.py::test_constraint[True-constraint_fn0-False-value0] SKIPPED [ 14%] 2022-09-27T16:19:15.8798262Z distributions/test_constraints.py::test_constraint[True-constraint_fn1-False-value1] SKIPPED [ 15%] 2022-09-27T16:19:15.8806818Z distributions/test_constraints.py::test_constraint[True-constraint_fn2-False-value2] SKIPPED [ 15%] 2022-09-27T16:19:15.8816281Z distributions/test_constraints.py::test_constraint[True-constraint_fn3-True-value3] SKIPPED [ 16%] 2022-09-27T16:19:15.8824676Z distributions/test_constraints.py::test_constraint[True-constraint_fn4-False-value4] SKIPPED [ 17%] 2022-09-27T16:19:15.8833075Z distributions/test_constraints.py::test_constraint[True-constraint_fn5-False-value5] SKIPPED [ 18%] 2022-09-27T16:19:15.8841281Z distributions/test_constraints.py::test_constraint[True-constraint_fn6-True-value6] SKIPPED [ 18%] 2022-09-27T16:19:15.8850052Z distributions/test_constraints.py::test_constraint[True-constraint_fn7-True-value7] SKIPPED [ 19%] 2022-09-27T16:19:15.8858723Z distributions/test_constraints.py::test_constraint[True-constraint_fn8-False-value8] SKIPPED [ 20%] 2022-09-27T16:19:15.8867240Z distributions/test_constraints.py::test_constraint[True-constraint_fn9-True-value9] SKIPPED [ 21%] 2022-09-27T16:19:15.8875999Z distributions/test_constraints.py::test_constraint[True-constraint_fn10-False-value10] SKIPPED [ 21%] 2022-09-27T16:19:15.8884721Z distributions/test_constraints.py::test_constraint[True-constraint_fn11-False-value11] SKIPPED [ 22%] 2022-09-27T16:19:15.8893747Z distributions/test_constraints.py::test_constraint[True-constraint_fn12-True-value12] SKIPPED [ 23%] 2022-09-27T16:19:15.8903160Z distributions/test_constraints.py::test_constraint[True-constraint_fn13-True-value13] SKIPPED [ 24%] 2022-09-27T16:19:15.8911331Z distributions/test_constraints.py::test_constraint[True-constraint_fn14-False-value14] SKIPPED [ 25%] 2022-09-27T16:19:15.8919570Z distributions/test_constraints.py::test_constraint[True-constraint_fn15-True-value15] SKIPPED [ 25%] 2022-09-27T16:19:15.8927619Z distributions/test_constraints.py::test_constraint[True-constraint_fn16-True-value16] SKIPPED [ 26%] 2022-09-27T16:19:15.8935972Z distributions/test_constraints.py::test_constraint[True-constraint_fn17-True-value17] SKIPPED [ 27%] 2022-09-27T16:19:15.8949569Z distributions/test_constraints.py::test_biject_to[False-constraint_fn0-args0] PASSED [ 28%] 2022-09-27T16:19:15.8964136Z distributions/test_constraints.py::test_biject_to[False-constraint_fn1-args1] PASSED [ 28%] 2022-09-27T16:19:15.8981078Z distributions/test_constraints.py::test_biject_to[False-constraint_fn2-args2] PASSED [ 29%] 2022-09-27T16:19:15.8996034Z distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args3] PASSED [ 30%] 2022-09-27T16:19:15.9010842Z distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args4] PASSED [ 31%] 2022-09-27T16:19:15.9026002Z distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args5] PASSED [ 31%] 2022-09-27T16:19:15.9041124Z distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args6] PASSED [ 32%] 2022-09-27T16:19:15.9055965Z distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args7] PASSED [ 33%] 2022-09-27T16:19:15.9069906Z distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args8] PASSED [ 34%] 2022-09-27T16:19:15.9084998Z distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args9] PASSED [ 34%] 2022-09-27T16:19:15.9100614Z distributions/test_constraints.py::test_biject_to[False-_LessThan-args10] PASSED [ 35%] 2022-09-27T16:19:15.9115122Z distributions/test_constraints.py::test_biject_to[False-_LessThan-args11] PASSED [ 36%] 2022-09-27T16:19:15.9129486Z distributions/test_constraints.py::test_biject_to[False-_LessThan-args12] PASSED [ 37%] 2022-09-27T16:19:15.9144086Z distributions/test_constraints.py::test_biject_to[False-_LessThan-args13] PASSED [ 37%] 2022-09-27T16:19:15.9160316Z distributions/test_constraints.py::test_biject_to[False-constraint_fn14-args14] PASSED [ 38%] 2022-09-27T16:19:15.9175632Z distributions/test_constraints.py::test_biject_to[False-_Interval-args15] PASSED [ 39%] 2022-09-27T16:19:15.9191121Z distributions/test_constraints.py::test_biject_to[False-_Interval-args16] PASSED [ 40%] 2022-09-27T16:19:15.9205490Z distributions/test_constraints.py::test_biject_to[False-_Interval-args17] PASSED [ 40%] 2022-09-27T16:19:15.9220666Z distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args18] PASSED [ 41%] 2022-09-27T16:19:15.9235403Z distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args19] PASSED [ 42%] 2022-09-27T16:19:15.9250625Z distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args20] PASSED [ 43%] 2022-09-27T16:19:15.9268889Z distributions/test_constraints.py::test_biject_to[False-constraint_fn21-args21] PASSED [ 43%] 2022-09-27T16:19:15.9291408Z distributions/test_constraints.py::test_biject_to[False-constraint_fn22-args22] PASSED [ 44%] 2022-09-27T16:19:15.9306841Z distributions/test_constraints.py::test_biject_to[False-constraint_fn23-args23] SKIPPED [ 45%] 2022-09-27T16:19:15.9315461Z distributions/test_constraints.py::test_biject_to[True-constraint_fn0-args0] SKIPPED [ 46%] 2022-09-27T16:19:15.9325893Z distributions/test_constraints.py::test_biject_to[True-constraint_fn1-args1] SKIPPED [ 46%] 2022-09-27T16:19:15.9335085Z distributions/test_constraints.py::test_biject_to[True-constraint_fn2-args2] SKIPPED [ 47%] 2022-09-27T16:19:15.9342854Z distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args3] SKIPPED [ 48%] 2022-09-27T16:19:15.9351065Z distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args4] SKIPPED [ 49%] 2022-09-27T16:19:15.9359355Z distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args5] SKIPPED [ 50%] 2022-09-27T16:19:15.9368001Z distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args6] SKIPPED [ 50%] 2022-09-27T16:19:15.9376696Z distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args7] SKIPPED [ 51%] 2022-09-27T16:19:15.9385327Z distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args8] SKIPPED [ 52%] 2022-09-27T16:19:15.9394186Z distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args9] SKIPPED [ 53%] 2022-09-27T16:19:15.9404107Z distributions/test_constraints.py::test_biject_to[True-_LessThan-args10] SKIPPED [ 53%] 2022-09-27T16:19:15.9413077Z distributions/test_constraints.py::test_biject_to[True-_LessThan-args11] SKIPPED [ 54%] 2022-09-27T16:19:15.9421531Z distributions/test_constraints.py::test_biject_to[True-_LessThan-args12] SKIPPED [ 55%] 2022-09-27T16:19:15.9431324Z distributions/test_constraints.py::test_biject_to[True-_LessThan-args13] SKIPPED [ 56%] 2022-09-27T16:19:15.9439789Z distributions/test_constraints.py::test_biject_to[True-constraint_fn14-args14] SKIPPED [ 56%] 2022-09-27T16:19:15.9448354Z distributions/test_constraints.py::test_biject_to[True-_Interval-args15] SKIPPED [ 57%] 2022-09-27T16:19:15.9457270Z distributions/test_constraints.py::test_biject_to[True-_Interval-args16] SKIPPED [ 58%] 2022-09-27T16:19:15.9465673Z distributions/test_constraints.py::test_biject_to[True-_Interval-args17] SKIPPED [ 59%] 2022-09-27T16:19:15.9473919Z distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args18] SKIPPED [ 59%] 2022-09-27T16:19:15.9482333Z distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args19] SKIPPED [ 60%] 2022-09-27T16:19:15.9490474Z distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args20] SKIPPED [ 61%] 2022-09-27T16:19:15.9498736Z distributions/test_constraints.py::test_biject_to[True-constraint_fn21-args21] SKIPPED [ 62%] 2022-09-27T16:19:15.9507027Z distributions/test_constraints.py::test_biject_to[True-constraint_fn22-args22] SKIPPED [ 62%] 2022-09-27T16:19:15.9515614Z distributions/test_constraints.py::test_biject_to[True-constraint_fn23-args23] SKIPPED [ 63%] 2022-09-27T16:19:15.9528772Z distributions/test_constraints.py::test_transform_to[False-constraint_fn0-args0] PASSED [ 64%] 2022-09-27T16:19:15.9542262Z distributions/test_constraints.py::test_transform_to[False-constraint_fn1-args1] PASSED [ 65%] 2022-09-27T16:19:15.9557261Z distributions/test_constraints.py::test_transform_to[False-constraint_fn2-args2] PASSED [ 65%] 2022-09-27T16:19:15.9571656Z distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args3] PASSED [ 66%] 2022-09-27T16:19:15.9585417Z distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args4] PASSED [ 67%] 2022-09-27T16:19:15.9599641Z distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args5] PASSED [ 68%] 2022-09-27T16:19:15.9615608Z distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args6] PASSED [ 68%] 2022-09-27T16:19:15.9629689Z distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args7] PASSED [ 69%] 2022-09-27T16:19:15.9644008Z distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args8] PASSED [ 70%] 2022-09-27T16:19:15.9658545Z distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args9] PASSED [ 71%] 2022-09-27T16:19:15.9673945Z distributions/test_constraints.py::test_transform_to[False-_LessThan-args10] PASSED [ 71%] 2022-09-27T16:19:15.9687353Z distributions/test_constraints.py::test_transform_to[False-_LessThan-args11] PASSED [ 72%] 2022-09-27T16:19:15.9701679Z distributions/test_constraints.py::test_transform_to[False-_LessThan-args12] PASSED [ 73%] 2022-09-27T16:19:15.9715877Z distributions/test_constraints.py::test_transform_to[False-_LessThan-args13] PASSED [ 74%] 2022-09-27T16:19:15.9729978Z distributions/test_constraints.py::test_transform_to[False-constraint_fn14-args14] PASSED [ 75%] 2022-09-27T16:19:15.9743754Z distributions/test_constraints.py::test_transform_to[False-_Interval-args15] PASSED [ 75%] 2022-09-27T16:19:15.9757624Z distributions/test_constraints.py::test_transform_to[False-_Interval-args16] PASSED [ 76%] 2022-09-27T16:19:15.9771767Z distributions/test_constraints.py::test_transform_to[False-_Interval-args17] PASSED [ 77%] 2022-09-27T16:19:15.9785954Z distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args18] PASSED [ 78%] 2022-09-27T16:19:15.9800295Z distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args19] PASSED [ 78%] 2022-09-27T16:19:15.9815106Z distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args20] PASSED [ 79%] 2022-09-27T16:19:15.9830771Z distributions/test_constraints.py::test_transform_to[False-constraint_fn21-args21] PASSED [ 80%] 2022-09-27T16:19:15.9851401Z distributions/test_constraints.py::test_transform_to[False-constraint_fn22-args22] PASSED [ 81%] 2022-09-27T16:19:15.9867530Z distributions/test_constraints.py::test_transform_to[False-constraint_fn23-args23] PASSED [ 81%] 2022-09-27T16:19:15.9875735Z distributions/test_constraints.py::test_transform_to[True-constraint_fn0-args0] SKIPPED [ 82%] 2022-09-27T16:19:15.9885896Z distributions/test_constraints.py::test_transform_to[True-constraint_fn1-args1] SKIPPED [ 83%] 2022-09-27T16:19:15.9894238Z distributions/test_constraints.py::test_transform_to[True-constraint_fn2-args2] SKIPPED [ 84%] 2022-09-27T16:19:15.9903205Z distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args3] SKIPPED [ 84%] 2022-09-27T16:19:15.9912068Z distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args4] SKIPPED [ 85%] 2022-09-27T16:19:15.9920985Z distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args5] SKIPPED [ 86%] 2022-09-27T16:19:15.9930026Z distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args6] SKIPPED [ 87%] 2022-09-27T16:19:15.9939437Z distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args7] SKIPPED [ 87%] 2022-09-27T16:19:15.9948449Z distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args8] SKIPPED [ 88%] 2022-09-27T16:19:15.9958875Z distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args9] SKIPPED [ 89%] 2022-09-27T16:19:15.9967942Z distributions/test_constraints.py::test_transform_to[True-_LessThan-args10] SKIPPED [ 90%] 2022-09-27T16:19:15.9976970Z distributions/test_constraints.py::test_transform_to[True-_LessThan-args11] SKIPPED [ 90%] 2022-09-27T16:19:15.9984772Z distributions/test_constraints.py::test_transform_to[True-_LessThan-args12] SKIPPED [ 91%] 2022-09-27T16:19:15.9992981Z distributions/test_constraints.py::test_transform_to[True-_LessThan-args13] SKIPPED [ 92%] 2022-09-27T16:19:16.0000831Z distributions/test_constraints.py::test_transform_to[True-constraint_fn14-args14] SKIPPED [ 93%] 2022-09-27T16:19:16.0008730Z distributions/test_constraints.py::test_transform_to[True-_Interval-args15] SKIPPED [ 93%] 2022-09-27T16:19:16.0016897Z distributions/test_constraints.py::test_transform_to[True-_Interval-args16] SKIPPED [ 94%] 2022-09-27T16:19:16.0024796Z distributions/test_constraints.py::test_transform_to[True-_Interval-args17] SKIPPED [ 95%] 2022-09-27T16:19:16.0032933Z distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args18] SKIPPED [ 96%] 2022-09-27T16:19:16.0041378Z distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args19] SKIPPED [ 96%] 2022-09-27T16:19:16.0049539Z distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args20] SKIPPED [ 97%] 2022-09-27T16:19:16.0059175Z distributions/test_constraints.py::test_transform_to[True-constraint_fn21-args21] SKIPPED [ 98%] 2022-09-27T16:19:16.0067012Z distributions/test_constraints.py::test_transform_to[True-constraint_fn22-args22] SKIPPED [ 99%] 2022-09-27T16:19:16.0079197Z distributions/test_constraints.py::test_transform_to[True-constraint_fn23-args23] SKIPPED [100%] 2022-09-27T16:19:16.0080536Z 2022-09-27T16:19:16.0081019Z ======================== 65 passed, 67 skipped in 1.44s ======================== 2022-09-27T16:19:16.3105361Z Running lazy/test_extract_compiled_graph ... [2022-09-27 16:19:16.310126] 2022-09-27T16:19:16.3105918Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_extract_compiled_graph.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:19:16.310213] 2022-09-27T16:19:17.4890059Z Running test_comparison_utils ... [2022-09-27 16:19:17.488592] 2022-09-27T16:19:17.4890628Z Executing ['/opt/conda/bin/python', '-bb', 'test_comparison_utils.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:19:17.488679] 2022-09-27T16:19:18.8658006Z Running test_cuda_primary_ctx ... [2022-09-27 16:19:18.865444] 2022-09-27T16:19:18.8658560Z Executing ['/opt/conda/bin/python', '-bb', 'test_cuda_primary_ctx.py', '-v', '--subprocess', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:19:18.865533] 2022-09-27T16:19:20.0245434Z CUDA not available, skipping tests 2022-09-27T16:19:20.2295018Z Running test_cuda_trace ... [2022-09-27 16:19:20.229170] 2022-09-27T16:19:20.2295556Z Executing ['/opt/conda/bin/python', '-bb', 'test_cuda_trace.py', '-v', '--subprocess', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:19:20.229260] 2022-09-27T16:19:21.4105817Z CUDA not available, skipping tests 2022-09-27T16:19:21.6264405Z Running test_deploy ... [2022-09-27 16:19:21.626112] 2022-09-27T16:19:21.6264847Z Executing ['/opt/conda/bin/python', '-bb', '-m', 'pytest', 'test_deploy.py', '-v'] ... [2022-09-27 16:19:21.626198] 2022-09-27T16:19:21.9649330Z ============================= test session starts ============================== 2022-09-27T16:19:21.9649764Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-09-27T16:19:21.9720241Z cachedir: .pytest_cache 2022-09-27T16:19:21.9721075Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/var/lib/jenkins/workspace/test/.hypothesis/examples') 2022-09-27T16:19:21.9721480Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-09-27T16:19:21.9721879Z plugins: hypothesis-5.35.1, forked-1.4.0, rerunfailures-10.2, xdist-2.5.0, xdoctest-1.0.2 2022-09-27T16:19:22.9952369Z collecting ...  2022-09-27T16:19:22.9959243Z collecting 0 items  2022-09-27T16:19:22.9960064Z collected 1 item  2022-09-27T16:19:22.9963068Z 2022-09-27T16:19:23.2596381Z test_deploy.py::TestFreezer::test_compile_string PASSED [100%] 2022-09-27T16:19:23.2596855Z 2022-09-27T16:19:23.2597359Z ============================== 1 passed in 1.29s =============================== 2022-09-27T16:19:23.5530553Z Running test_hub ... [2022-09-27 16:19:23.552645] 2022-09-27T16:19:23.5531065Z Executing ['/opt/conda/bin/python', '-bb', 'test_hub.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:19:23.552728] 2022-09-27T16:19:24.9174716Z Running doctests ... [2022-09-27 16:19:24.917075] 2022-09-27T16:19:24.9467533Z Start doctest_module('/opt/conda/lib/python3.7/site-packages/torch') 2022-09-27T16:19:24.9467825Z Listing tests 2022-09-27T16:19:29.9373134Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/__init__.py is_tensor:0 2022-09-27T16:19:29.9374179Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/__init__.py set_default_tensor_type:0 2022-09-27T16:19:29.9375113Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/__init__.py set_default_dtype:0 2022-09-27T16:19:29.9376066Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/__init__.py use_deterministic_algorithms:0 2022-09-27T16:19:29.9379074Z 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:29.9380049Z 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:29.9382609Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_namedtensor_internals.py update_names:0 2022-09-27T16:19:29.9383744Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_tensor.py Tensor.register_hook:0 2022-09-27T16:19:29.9384285Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_tensor.py Tensor.refine_names:0 2022-09-27T16:19:29.9384905Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_tensor.py Tensor.align_to:0 2022-09-27T16:19:29.9385705Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_tensor.py Tensor.rename:0 2022-09-27T16:19:29.9386416Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_tensor.py Tensor.to_sparse_coo:0 2022-09-27T16:19:29.9386996Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_tensor_str.py set_printoptions:0 2022-09-27T16:19:29.9387741Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_vmap_internals.py vmap:0 2022-09-27T16:19:29.9388552Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py broadcast_tensors:0 2022-09-27T16:19:29.9389199Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py broadcast_shapes:0 2022-09-27T16:19:29.9389911Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py split:0 2022-09-27T16:19:29.9390703Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py einsum:0 2022-09-27T16:19:29.9391144Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py meshgrid:0 2022-09-27T16:19:29.9391572Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py _unique_impl:0 2022-09-27T16:19:29.9392030Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py _unique_consecutive_impl:0 2022-09-27T16:19:29.9392472Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py tensordot:0 2022-09-27T16:19:29.9392906Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py cartesian_prod:0 2022-09-27T16:19:29.9393326Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py block_diag:0 2022-09-27T16:19:29.9393952Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py cdist:0 2022-09-27T16:19:29.9394379Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py atleast_1d:0 2022-09-27T16:19:29.9394848Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py atleast_2d:0 2022-09-27T16:19:29.9395264Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py atleast_3d:0 2022-09-27T16:19:29.9395673Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py norm:0 2022-09-27T16:19:29.9396101Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py chain_matmul:0 2022-09-27T16:19:29.9396538Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py _lu_impl:0 2022-09-27T16:19:29.9397140Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/hub.py list:0 2022-09-27T16:19:29.9397531Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/hub.py help:0 2022-09-27T16:19:29.9397904Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/hub.py load:0 2022-09-27T16:19:29.9401272Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/hub.py _load_local:0 2022-09-27T16:19:29.9402263Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/hub.py download_url_to_file:0 2022-09-27T16:19:29.9403242Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/hub.py load_state_dict_from_url:0 2022-09-27T16:19:29.9404206Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/library.py Library.define:0 2022-09-27T16:19:29.9405164Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/library.py Library.impl:0 2022-09-27T16:19:29.9406173Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/overrides.py get_ignored_functions:0 2022-09-27T16:19:29.9407188Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/overrides.py get_testing_overrides:0 2022-09-27T16:19:29.9408269Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/overrides.py wrap_torch_function:0 2022-09-27T16:19:29.9409392Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/overrides.py handle_torch_function:0 2022-09-27T16:19:29.9410273Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/overrides.py is_tensor_method_or_property:0 2022-09-27T16:19:29.9410970Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/overrides.py is_tensor_like:0 2022-09-27T16:19:29.9411746Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/quasirandom.py SobolEngine:0 2022-09-27T16:19:29.9412496Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/serialization.py save:0 2022-09-27T16:19:29.9413247Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/serialization.py load:0 2022-09-27T16:19:29.9414075Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/torch_version.py TorchVersion:0 2022-09-27T16:19:29.9414926Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py Future.then:0 2022-09-27T16:19:29.9415901Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py Future.add_done_callback:0 2022-09-27T16:19:29.9416905Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py Future.set_result:0 2022-09-27T16:19:29.9417941Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py Future.set_exception:0 2022-09-27T16:19:29.9418904Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py collect_all:0 2022-09-27T16:19:29.9419831Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/__init__.py annotate:0 2022-09-27T16:19:29.9420762Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/__init__.py strict_fusion:0 2022-09-27T16:19:29.9422026Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/monitor/__init__.py TensorboardEventHandler:0 2022-09-27T16:19:29.9423005Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/sparse/__init__.py sum:0 2022-09-27T16:19:29.9424083Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_prims/context.py NvfuserPrimsMode:0 2022-09-27T16:19:29.9425090Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_prims/context.py TorchRefsMode:0 2022-09-27T16:19:29.9426181Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantizable/modules/rnn.py LSTMCell:0 2022-09-27T16:19:29.9427218Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantizable/modules/rnn.py LSTM:0 2022-09-27T16:19:29.9428231Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/functional.py conv1d:0 2022-09-27T16:19:29.9429239Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/functional.py conv2d:0 2022-09-27T16:19:29.9430266Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/functional.py conv3d:0 2022-09-27T16:19:29.9431285Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/__init__.py Quantize:0 2022-09-27T16:19:29.9432356Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/__init__.py DeQuantize:0 2022-09-27T16:19:29.9433437Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py Conv1d:0 2022-09-27T16:19:29.9434522Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py Conv2d:0 2022-09-27T16:19:29.9435553Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py Conv3d:0 2022-09-27T16:19:29.9436676Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py ConvTranspose1d:0 2022-09-27T16:19:29.9437830Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py ConvTranspose2d:0 2022-09-27T16:19:29.9438987Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py ConvTranspose3d:0 2022-09-27T16:19:29.9440068Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/linear.py Linear:0 2022-09-27T16:19:29.9441146Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/rnn.py LSTM:0 2022-09-27T16:19:29.9442195Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/rnn.py GRU:0 2022-09-27T16:19:29.9443253Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/rnn.py RNNCell:0 2022-09-27T16:19:29.9444322Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/rnn.py LSTMCell:0 2022-09-27T16:19:29.9445397Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/rnn.py GRUCell:0 2022-09-27T16:19:29.9446470Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/activation.py ReLU6:0 2022-09-27T16:19:29.9447516Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/conv.py Conv1d:0 2022-09-27T16:19:29.9448595Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/conv.py Conv2d:0 2022-09-27T16:19:29.9449697Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/conv.py Conv3d:0 2022-09-27T16:19:29.9450755Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/conv.py ConvTranspose1d:0 2022-09-27T16:19:29.9451859Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/conv.py ConvTranspose2d:0 2022-09-27T16:19:29.9453031Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/conv.py ConvTranspose3d:0 2022-09-27T16:19:29.9454140Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/embedding_ops.py Embedding:0 2022-09-27T16:19:29.9455335Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/embedding_ops.py EmbeddingBag:0 2022-09-27T16:19:29.9456481Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/functional_modules.py FloatFunctional:0 2022-09-27T16:19:29.9457643Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/functional_modules.py QFunctional:0 2022-09-27T16:19:29.9458728Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/linear.py Linear:0 2022-09-27T16:19:29.9459737Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/rnn.py LSTM:0 2022-09-27T16:19:29.9460747Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fuse_modules.py fuse_modules:0 2022-09-27T16:19:29.9461838Z 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:29.9462962Z 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:29.9464077Z 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:29.9465203Z 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:29.9466277Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py _with_args:0 2022-09-27T16:19:29.9467326Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py _with_callable_args:0 2022-09-27T16:19:29.9468363Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/quantize_fx.py fuse_fx:0 2022-09-27T16:19:29.9469375Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/quantize_fx.py prepare_fx:0 2022-09-27T16:19:29.9470442Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/quantize_fx.py prepare_qat_fx:0 2022-09-27T16:19:29.9471489Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/quantize_fx.py convert_fx:0 2022-09-27T16:19:29.9472568Z 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:29.9473618Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py _get_path_of_module:0 2022-09-27T16:19:29.9474671Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py _get_signature_locals:0 2022-09-27T16:19:29.9475720Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py _get_default_kwargs:0 2022-09-27T16:19:29.9476773Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py _normalize_kwargs:0 2022-09-27T16:19:29.9477787Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py _get_num_pos_args:0 2022-09-27T16:19:29.9478885Z 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:29.9480239Z 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:29.9481743Z 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:29.9483284Z 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:29.9484865Z 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:29.9486320Z 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:29.9487732Z 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:29.9489171Z 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:29.9490145Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/sparsity/scheduler/lambda_scheduler.py LambdaSL:0 2022-09-27T16:19:29.9490973Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/sparsity/sparsifier/base_sparsifier.py BaseSparsifier:0 2022-09-27T16:19:29.9491746Z 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:29.9492587Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/anomaly_mode.py detect_anomaly:0 2022-09-27T16:19:29.9493318Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/forward_ad.py make_dual:0 2022-09-27T16:19:29.9494059Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/forward_ad.py unpack_dual:0 2022-09-27T16:19:29.9494775Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/forward_ad.py dual_level:0 2022-09-27T16:19:29.9495577Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/function.py FunctionCtx.save_for_backward:0 2022-09-27T16:19:29.9496509Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/function.py FunctionCtx.save_for_forward:0 2022-09-27T16:19:29.9497689Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/function.py FunctionCtx.mark_dirty:0 2022-09-27T16:19:29.9498639Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/function.py FunctionCtx.mark_non_differentiable:0 2022-09-27T16:19:29.9499599Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/function.py FunctionCtx.set_materialize_grads:0 2022-09-27T16:19:29.9500136Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/function.py Function:0 2022-09-27T16:19:29.9500572Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/functional.py vjp:0 2022-09-27T16:19:29.9501005Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/functional.py jvp:0 2022-09-27T16:19:29.9501434Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/functional.py jacobian:0 2022-09-27T16:19:29.9501889Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/functional.py hessian:0 2022-09-27T16:19:29.9502322Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/functional.py vhp:0 2022-09-27T16:19:29.9502750Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/functional.py hvp:0 2022-09-27T16:19:29.9503166Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/grad_mode.py no_grad:0 2022-09-27T16:19:29.9503606Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/grad_mode.py enable_grad:0 2022-09-27T16:19:29.9504054Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/grad_mode.py set_grad_enabled:0 2022-09-27T16:19:29.9504612Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/grad_mode.py inference_mode:0 2022-09-27T16:19:29.9505059Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/graph.py saved_tensors_hooks:0 2022-09-27T16:19:29.9505547Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/graph.py save_on_cpu:0 2022-09-27T16:19:29.9505983Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/profiler.py profile:0 2022-09-27T16:19:29.9506419Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/profiler.py record_function:0 2022-09-27T16:19:29.9506866Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/profiler.py emit_itt:0 2022-09-27T16:19:29.9507303Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/profiler.py emit_nvtx:0 2022-09-27T16:19:29.9507748Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/cuda/jiterator.py _create_jit_fn:0 2022-09-27T16:19:29.9508175Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/cuda/jiterator.py _create_jit_fn:1 2022-09-27T16:19:29.9508615Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/cuda/jiterator.py _create_jit_fn:2 2022-09-27T16:19:29.9509079Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/cuda/jiterator.py _create_multi_output_jit_fn:0 2022-09-27T16:19:29.9509537Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/argparse_util.py env:0 2022-09-27T16:19:29.9509974Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/argparse_util.py check_env:0 2022-09-27T16:19:29.9510453Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py batch_isend_irecv:0 2022-09-27T16:19:29.9510932Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py all_reduce:0 2022-09-27T16:19:29.9511415Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py all_gather_object:0 2022-09-27T16:19:29.9511885Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py gather_object:0 2022-09-27T16:19:29.9512376Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py broadcast_object_list:0 2022-09-27T16:19:29.9512871Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py scatter_object_list:0 2022-09-27T16:19:29.9513346Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py all_gather:0 2022-09-27T16:19:29.9513815Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py _all_gather_base:0 2022-09-27T16:19:29.9514308Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py all_gather_coalesced:0 2022-09-27T16:19:29.9514803Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py all_to_all_single:0 2022-09-27T16:19:29.9515267Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py all_to_all:0 2022-09-27T16:19:29.9515745Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py monitored_barrier:0 2022-09-27T16:19:29.9516222Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py new_subgroups:0 2022-09-27T16:19:29.9516724Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py new_subgroups_by_enumeration:0 2022-09-27T16:19:29.9517179Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/launch.py __doc__:0 2022-09-27T16:19:29.9517608Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/run.py __doc__:0 2022-09-27T16:19:29.9518057Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/autograd/__init__.py context:0 2022-09-27T16:19:29.9518577Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/partial_tensor.py _PartialTensor:0 2022-09-27T16:19:29.9519132Z 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:29.9519674Z 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:29.9520212Z 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:29.9520727Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/checkpoint/planner.py SavePlanner:0 2022-09-27T16:19:29.9521214Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/checkpoint/planner.py LoadPlanner:0 2022-09-27T16:19:29.9521734Z 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:29.9522263Z 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:29.9522807Z 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:29.9523337Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/sharded_tensor/api.py ShardedTensor.reshard:0 2022-09-27T16:19:29.9523875Z 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:29.9524385Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/sharding_plan/api.py ShardingPlan:0 2022-09-27T16:19:29.9524860Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/join.py Join:0 2022-09-27T16:19:29.9525353Z 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:29.9525891Z 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:29.9526430Z 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:29.9526980Z 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:29.9527515Z 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:29.9528067Z 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:29.9528709Z 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:29.9529433Z 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:29.9529976Z 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:29.9530528Z 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:29.9531113Z 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:29.9531770Z 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:29.9532417Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/model_averaging/averagers.py PeriodicModelAverager:0 2022-09-27T16:19:29.9533016Z 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:29.9533586Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/elastic/multiprocessing/__init__.py start_processes:0 2022-09-27T16:19:29.9534099Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/elastic/multiprocessing/api.py Std.from_str:0 2022-09-27T16:19:29.9534603Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/elastic/multiprocessing/api.py to_map:0 2022-09-27T16:19:29.9535130Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/elastic/multiprocessing/errors/__init__.py ChildFailedError:0 2022-09-27T16:19:29.9535682Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/elastic/rendezvous/api.py RendezvousHandler.shutdown:0 2022-09-27T16:19:29.9536219Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py StateDictType:0 2022-09-27T16:19:29.9536757Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullStateDictConfig:0 2022-09-27T16:19:29.9537303Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullyShardedDataParallel:0 2022-09-27T16:19:29.9537908Z 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:29.9538531Z 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:29.9539148Z 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:29.9539773Z 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:29.9540431Z 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:29.9541080Z 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:29.9541651Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/sharded_grad_scaler.py ShardedGradScaler:0 2022-09-27T16:19:29.9542147Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/nn/functional.py _all_gather_base:0 2022-09-27T16:19:29.9542639Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/nn/api/remote_module.py _RemoteModule.__init__:0 2022-09-27T16:19:29.9543173Z 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:29.9543684Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/nn/api/remote_module.py RemoteModule:0 2022-09-27T16:19:29.9544178Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/optim/optimizer.py DistributedOptimizer:0 2022-09-27T16:19:29.9544720Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/optim/post_localSGD_optimizer.py PostLocalSGDOptimizer:0 2022-09-27T16:19:29.9545279Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/optim/utils.py register_functional_optim:0 2022-09-27T16:19:29.9545855Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/optim/zero_redundancy_optimizer.py ZeroRedundancyOptimizer:0 2022-09-27T16:19:29.9546359Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/pipeline/sync/pipe.py WithDevice:0 2022-09-27T16:19:29.9546839Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/pipeline/sync/pipe.py Pipe:0 2022-09-27T16:19:29.9547302Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/api.py _wait_all:0 2022-09-27T16:19:29.9547745Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/api.py shutdown:0 2022-09-27T16:19:29.9548169Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/api.py remote:0 2022-09-27T16:19:29.9548612Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/api.py rpc_sync:0 2022-09-27T16:19:29.9549054Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/api.py rpc_async:0 2022-09-27T16:19:29.9549523Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/functions.py async_execution:0 2022-09-27T16:19:29.9550053Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/options.py TensorPipeRpcBackendOptions.set_device_map:0 2022-09-27T16:19:29.9550635Z 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:29.9551137Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/bernoulli.py Bernoulli:0 2022-09-27T16:19:29.9551579Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/beta.py Beta:0 2022-09-27T16:19:29.9552015Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/binomial.py Binomial:0 2022-09-27T16:19:29.9552483Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/categorical.py Categorical:0 2022-09-27T16:19:29.9552950Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/cauchy.py Cauchy:0 2022-09-27T16:19:29.9553387Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/chi2.py Chi2:0 2022-09-27T16:19:29.9553848Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/constraints.py _DependentProperty:0 2022-09-27T16:19:29.9554368Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/continuous_bernoulli.py ContinuousBernoulli:0 2022-09-27T16:19:29.9554858Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/dirichlet.py Dirichlet:0 2022-09-27T16:19:29.9555321Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/exponential.py Exponential:0 2022-09-27T16:19:29.9555815Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/fishersnedecor.py FisherSnedecor:0 2022-09-27T16:19:29.9556277Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/gamma.py Gamma:0 2022-09-27T16:19:29.9556727Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/geometric.py Geometric:0 2022-09-27T16:19:29.9557173Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/gumbel.py Gumbel:0 2022-09-27T16:19:29.9557629Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/half_cauchy.py HalfCauchy:0 2022-09-27T16:19:29.9558076Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/half_normal.py HalfNormal:0 2022-09-27T16:19:29.9558546Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/independent.py Independent:0 2022-09-27T16:19:29.9559053Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/kumaraswamy.py Kumaraswamy:0 2022-09-27T16:19:29.9559503Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/laplace.py Laplace:0 2022-09-27T16:19:29.9559997Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/lkj_cholesky.py LKJCholesky:0 2022-09-27T16:19:29.9560457Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/log_normal.py LogNormal:0 2022-09-27T16:19:29.9560930Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/logistic_normal.py LogisticNormal:0 2022-09-27T16:19:29.9561454Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/lowrank_multivariate_normal.py LowRankMultivariateNormal:0 2022-09-27T16:19:29.9561985Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/mixture_same_family.py MixtureSameFamily:0 2022-09-27T16:19:29.9562474Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/multinomial.py Multinomial:0 2022-09-27T16:19:29.9562974Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/multivariate_normal.py MultivariateNormal:0 2022-09-27T16:19:29.9563434Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/normal.py Normal:0 2022-09-27T16:19:29.9563915Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/one_hot_categorical.py OneHotCategorical:0 2022-09-27T16:19:29.9564378Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/pareto.py Pareto:0 2022-09-27T16:19:29.9564828Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/poisson.py Poisson:0 2022-09-27T16:19:29.9565295Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/relaxed_bernoulli.py RelaxedBernoulli:0 2022-09-27T16:19:29.9565827Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/relaxed_categorical.py RelaxedOneHotCategorical:0 2022-09-27T16:19:29.9566315Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/studentT.py StudentT:0 2022-09-27T16:19:29.9566776Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/transforms.py CatTransform:0 2022-09-27T16:19:29.9567237Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/transforms.py StackTransform:0 2022-09-27T16:19:29.9567759Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/transforms.py CumulativeDistributionTransform:0 2022-09-27T16:19:29.9568335Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/uniform.py Uniform:0 2022-09-27T16:19:29.9568791Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/von_mises.py VonMises:0 2022-09-27T16:19:29.9569366Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/weibull.py Weibull:0 2022-09-27T16:19:29.9569817Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py Wishart:0 2022-09-27T16:19:29.9570253Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py _snake_case:0 2022-09-27T16:19:29.9570685Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py Graph.eliminate_dead_code:0 2022-09-27T16:19:29.9571140Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py Graph.on_generate_code:0 2022-09-27T16:19:29.9571586Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/interpreter.py Interpreter:0 2022-09-27T16:19:29.9572026Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/interpreter.py Transformer:0 2022-09-27T16:19:29.9572468Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/subgraph_rewriter.py replace_pattern:0 2022-09-27T16:19:29.9572985Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/tensor_type.py TensorType:0 2022-09-27T16:19:29.9573430Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/tensor_type.py is_consistent:0 2022-09-27T16:19:29.9573910Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/tensor_type.py is_more_precise:0 2022-09-27T16:19:29.9574379Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/rewriter.py AST_Rewriter.visit_AnnAssign:0 2022-09-27T16:19:29.9574872Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/core.py reify:0 2022-09-27T16:19:29.9575364Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/match.py VarDispatcher:0 2022-09-27T16:19:29.9575855Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/more.py unifiable:0 2022-09-27T16:19:29.9576328Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/more.py reify_object:0 2022-09-27T16:19:29.9576815Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/more.py unify_object:0 2022-09-27T16:19:29.9577312Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py merge:0 2022-09-27T16:19:29.9577809Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py merge_with:0 2022-09-27T16:19:29.9578315Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py valmap:0 2022-09-27T16:19:29.9578817Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py keymap:0 2022-09-27T16:19:29.9579323Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py itemmap:0 2022-09-27T16:19:29.9579828Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py valfilter:0 2022-09-27T16:19:29.9580338Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py keyfilter:0 2022-09-27T16:19:29.9580844Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py itemfilter:0 2022-09-27T16:19:29.9581348Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py assoc:0 2022-09-27T16:19:29.9581835Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py dissoc:0 2022-09-27T16:19:29.9582342Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py assoc_in:0 2022-09-27T16:19:29.9582856Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py update_in:0 2022-09-27T16:19:29.9583360Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py get_in:0 2022-09-27T16:19:29.9583860Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py groupby:0 2022-09-27T16:19:29.9584360Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py first:0 2022-09-27T16:19:29.9584854Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/utils.py transitive_get:0 2022-09-27T16:19:29.9585335Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/utils.py _toposort:0 2022-09-27T16:19:29.9585810Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/utils.py reverse_dict:0 2022-09-27T16:19:29.9586282Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/utils.py freeze:0 2022-09-27T16:19:29.9586796Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/variable.py variables:0 2022-09-27T16:19:29.9587340Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/core.py dispatch:0 2022-09-27T16:19:29.9587874Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/dispatcher.py Dispatcher:0 2022-09-27T16:19:29.9588449Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/dispatcher.py Dispatcher.register:0 2022-09-27T16:19:29.9589029Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/dispatcher.py Dispatcher.add:0 2022-09-27T16:19:29.9589606Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/dispatcher.py Dispatcher.dispatch:0 2022-09-27T16:19:29.9590166Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/dispatcher.py str_signature:0 2022-09-27T16:19:29.9590713Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/utils.py expand_tuples:0 2022-09-27T16:19:29.9591252Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/utils.py _toposort:0 2022-09-27T16:19:29.9591787Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/utils.py reverse_dict:0 2022-09-27T16:19:29.9592312Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/utils.py groupby:0 2022-09-27T16:19:29.9592838Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/utils.py typename:0 2022-09-27T16:19:29.9593383Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/variadic.py isvariadic:0 2022-09-27T16:19:29.9593929Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/variadic.py Variadic:0 2022-09-27T16:19:29.9594404Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/passes/shape_prop.py ShapeProp:0 2022-09-27T16:19:29.9594861Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/passes/split_module.py split_module:0 2022-09-27T16:19:29.9595352Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/_check.py AttributeTypeIsSupportedChecker:0 2022-09-27T16:19:29.9595817Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/_serialization.py save:0 2022-09-27T16:19:29.9596232Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/_serialization.py load:0 2022-09-27T16:19:29.9596694Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/_serialization.py save_jit_module_to_flatbuffer:0 2022-09-27T16:19:29.9597180Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/mobile/__init__.py _load_for_lite_interpreter:0 2022-09-27T16:19:29.9597656Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/mobile/__init__.py _get_model_bytecode_version:0 2022-09-27T16:19:29.9598130Z 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:29.9598603Z 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:29.9599071Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py is_masked_tensor:0 2022-09-27T16:19:29.9599555Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py fractional_max_pool2d_with_indices:0 2022-09-27T16:19:29.9600074Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py fractional_max_pool3d_with_indices:0 2022-09-27T16:19:29.9600558Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py gumbel_softmax:0 2022-09-27T16:19:29.9600993Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py embedding:0 2022-09-27T16:19:29.9601429Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py embedding_bag:0 2022-09-27T16:19:29.9601849Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py ctc_loss:0 2022-09-27T16:19:29.9602269Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py nll_loss:0 2022-09-27T16:19:29.9602700Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py cross_entropy:0 2022-09-27T16:19:29.9603138Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py binary_cross_entropy:0 2022-09-27T16:19:29.9603614Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py binary_cross_entropy_with_logits:0 2022-09-27T16:19:29.9604064Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/grad.py conv1d_input:0 2022-09-27T16:19:29.9604491Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/grad.py conv1d_weight:0 2022-09-27T16:19:29.9604895Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/grad.py conv2d_input:0 2022-09-27T16:19:29.9605306Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/grad.py conv2d_weight:0 2022-09-27T16:19:29.9605717Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/grad.py conv3d_input:0 2022-09-27T16:19:29.9606128Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/grad.py conv3d_weight:0 2022-09-27T16:19:29.9606534Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py calculate_gain:0 2022-09-27T16:19:29.9606939Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py uniform_:0 2022-09-27T16:19:29.9607342Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py normal_:0 2022-09-27T16:19:29.9607744Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py trunc_normal_:0 2022-09-27T16:19:29.9608149Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py constant_:0 2022-09-27T16:19:29.9608639Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py ones_:0 2022-09-27T16:19:29.9609167Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py zeros_:0 2022-09-27T16:19:29.9609558Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py eye_:0 2022-09-27T16:19:29.9609958Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py dirac_:0 2022-09-27T16:19:29.9610381Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py xavier_uniform_:0 2022-09-27T16:19:29.9610790Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py xavier_normal_:0 2022-09-27T16:19:29.9611214Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py kaiming_uniform_:0 2022-09-27T16:19:29.9611639Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py kaiming_normal_:0 2022-09-27T16:19:29.9612048Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py orthogonal_:0 2022-09-27T16:19:29.9612439Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py sparse_:0 2022-09-27T16:19:29.9612897Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/intrinsic/qat/modules/linear_relu.py LinearReLU:0 2022-09-27T16:19:29.9613407Z 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:29.9613996Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/intrinsic/quantized/modules/linear_relu.py LinearReLU:0 2022-09-27T16:19:29.9614495Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Threshold:0 2022-09-27T16:19:29.9614941Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py ReLU:0 2022-09-27T16:19:29.9615383Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py RReLU:0 2022-09-27T16:19:29.9615828Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Hardtanh:0 2022-09-27T16:19:29.9616257Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py ReLU6:0 2022-09-27T16:19:29.9616699Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Sigmoid:0 2022-09-27T16:19:29.9617150Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Hardsigmoid:0 2022-09-27T16:19:29.9617587Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Tanh:0 2022-09-27T16:19:29.9618027Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py SiLU:0 2022-09-27T16:19:29.9618465Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Mish:0 2022-09-27T16:19:29.9618912Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Hardswish:0 2022-09-27T16:19:29.9619339Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py ELU:0 2022-09-27T16:19:29.9619772Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py CELU:0 2022-09-27T16:19:29.9620207Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py SELU:0 2022-09-27T16:19:29.9620636Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py GLU:0 2022-09-27T16:19:29.9621058Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py GELU:0 2022-09-27T16:19:29.9621510Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Hardshrink:0 2022-09-27T16:19:29.9621967Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py LeakyReLU:0 2022-09-27T16:19:29.9622404Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py LogSigmoid:0 2022-09-27T16:19:29.9622854Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Softplus:0 2022-09-27T16:19:29.9623301Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Softshrink:0 2022-09-27T16:19:29.9623772Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py MultiheadAttention:0 2022-09-27T16:19:29.9624223Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py PReLU:0 2022-09-27T16:19:29.9624671Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Softsign:0 2022-09-27T16:19:29.9625125Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Tanhshrink:0 2022-09-27T16:19:29.9625575Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Softmin:0 2022-09-27T16:19:29.9626006Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Softmax:0 2022-09-27T16:19:29.9626456Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Softmax2d:0 2022-09-27T16:19:29.9626908Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py LogSoftmax:0 2022-09-27T16:19:29.9627359Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/batchnorm.py BatchNorm1d:0 2022-09-27T16:19:29.9627837Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/batchnorm.py BatchNorm2d:0 2022-09-27T16:19:29.9628331Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/batchnorm.py BatchNorm3d:0 2022-09-27T16:19:29.9628790Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/batchnorm.py SyncBatchNorm:0 2022-09-27T16:19:29.9629281Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/batchnorm.py SyncBatchNorm.convert_sync_batchnorm:0 2022-09-27T16:19:29.9629779Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/channelshuffle.py ChannelShuffle:0 2022-09-27T16:19:29.9630242Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/container.py Sequential:0 2022-09-27T16:19:29.9630694Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/container.py ModuleList:0 2022-09-27T16:19:29.9631129Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/container.py ModuleDict:0 2022-09-27T16:19:29.9631584Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/container.py ParameterList:0 2022-09-27T16:19:29.9632049Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/container.py ParameterDict:0 2022-09-27T16:19:29.9632511Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/distance.py PairwiseDistance:0 2022-09-27T16:19:29.9632964Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/distance.py CosineSimilarity:0 2022-09-27T16:19:29.9633410Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/dropout.py Dropout:0 2022-09-27T16:19:29.9633845Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/dropout.py Dropout1d:0 2022-09-27T16:19:29.9634283Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/dropout.py Dropout2d:0 2022-09-27T16:19:29.9634705Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/dropout.py Dropout3d:0 2022-09-27T16:19:29.9635152Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/dropout.py AlphaDropout:0 2022-09-27T16:19:29.9635620Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/dropout.py FeatureAlphaDropout:0 2022-09-27T16:19:29.9636063Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/flatten.py Flatten:0 2022-09-27T16:19:29.9636499Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/flatten.py Unflatten:0 2022-09-27T16:19:29.9636923Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/fold.py Fold:0 2022-09-27T16:19:29.9637341Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/fold.py Unfold:0 2022-09-27T16:19:29.9637790Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/instancenorm.py InstanceNorm1d:0 2022-09-27T16:19:29.9638269Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/instancenorm.py InstanceNorm2d:0 2022-09-27T16:19:29.9638737Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/instancenorm.py InstanceNorm3d:0 2022-09-27T16:19:29.9639193Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py LazyModuleMixin:0 2022-09-27T16:19:29.9639618Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/linear.py Identity:0 2022-09-27T16:19:29.9640049Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/linear.py Linear:0 2022-09-27T16:19:29.9640477Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/linear.py Bilinear:0 2022-09-27T16:19:29.9640892Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py L1Loss:0 2022-09-27T16:19:29.9641342Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py NLLLoss:0 2022-09-27T16:19:29.9641785Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py PoissonNLLLoss:0 2022-09-27T16:19:29.9642266Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py GaussianNLLLoss:0 2022-09-27T16:19:29.9642687Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py KLDivLoss:0 2022-09-27T16:19:29.9643111Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py MSELoss:0 2022-09-27T16:19:29.9643527Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py BCELoss:0 2022-09-27T16:19:29.9643968Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py BCEWithLogitsLoss:0 2022-09-27T16:19:29.9644422Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py MultiLabelMarginLoss:0 2022-09-27T16:19:29.9644886Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py CrossEntropyLoss:0 2022-09-27T16:19:29.9645338Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py MarginRankingLoss:0 2022-09-27T16:19:29.9645793Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py MultiMarginLoss:0 2022-09-27T16:19:29.9646235Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py TripletMarginLoss:0 2022-09-27T16:19:29.9646727Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py TripletMarginWithDistanceLoss:0 2022-09-27T16:19:29.9647189Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py CTCLoss:0 2022-09-27T16:19:29.9647632Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.register_buffer:0 2022-09-27T16:19:29.9648083Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.apply:0 2022-09-27T16:19:29.9648619Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.to:0 2022-09-27T16:19:29.9649221Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.state_dict:0 2022-09-27T16:19:29.9649678Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.parameters:0 2022-09-27T16:19:29.9650151Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.named_parameters:0 2022-09-27T16:19:29.9650610Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.buffers:0 2022-09-27T16:19:29.9651072Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.named_buffers:0 2022-09-27T16:19:29.9651526Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.named_children:0 2022-09-27T16:19:29.9651986Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.modules:0 2022-09-27T16:19:29.9652448Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.named_modules:0 2022-09-27T16:19:29.9652923Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/normalization.py LocalResponseNorm:0 2022-09-27T16:19:29.9653385Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/normalization.py LayerNorm:0 2022-09-27T16:19:29.9653844Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/normalization.py GroupNorm:0 2022-09-27T16:19:29.9654299Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ConstantPad1d:0 2022-09-27T16:19:29.9654737Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ConstantPad2d:0 2022-09-27T16:19:29.9655264Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ConstantPad3d:0 2022-09-27T16:19:29.9655725Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ReflectionPad1d:0 2022-09-27T16:19:29.9656226Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ReflectionPad2d:0 2022-09-27T16:19:29.9656670Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ReflectionPad3d:0 2022-09-27T16:19:29.9657130Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ReplicationPad1d:0 2022-09-27T16:19:29.9657595Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ReplicationPad2d:0 2022-09-27T16:19:29.9658052Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ReplicationPad3d:0 2022-09-27T16:19:29.9658482Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ZeroPad2d:0 2022-09-27T16:19:29.9658945Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pixelshuffle.py PixelShuffle:0 2022-09-27T16:19:29.9659420Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pixelshuffle.py PixelUnshuffle:0 2022-09-27T16:19:29.9659874Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py MaxPool1d:0 2022-09-27T16:19:29.9660297Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py MaxPool2d:0 2022-09-27T16:19:29.9660731Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py MaxPool3d:0 2022-09-27T16:19:29.9661172Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py MaxUnpool1d:0 2022-09-27T16:19:29.9661605Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py MaxUnpool2d:0 2022-09-27T16:19:29.9662050Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py MaxUnpool3d:0 2022-09-27T16:19:29.9662495Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AvgPool1d:0 2022-09-27T16:19:29.9662932Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AvgPool2d:0 2022-09-27T16:19:29.9663350Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AvgPool3d:0 2022-09-27T16:19:29.9663821Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py FractionalMaxPool2d:0 2022-09-27T16:19:29.9664295Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py FractionalMaxPool3d:0 2022-09-27T16:19:29.9664750Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py LPPool1d:0 2022-09-27T16:19:29.9665180Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py LPPool2d:0 2022-09-27T16:19:29.9665640Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AdaptiveMaxPool1d:0 2022-09-27T16:19:29.9666114Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AdaptiveMaxPool2d:0 2022-09-27T16:19:29.9666571Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AdaptiveMaxPool3d:0 2022-09-27T16:19:29.9667030Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AdaptiveAvgPool1d:0 2022-09-27T16:19:29.9667496Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AdaptiveAvgPool2d:0 2022-09-27T16:19:29.9667960Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AdaptiveAvgPool3d:0 2022-09-27T16:19:29.9668381Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/rnn.py RNN:0 2022-09-27T16:19:29.9668789Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/rnn.py LSTM:0 2022-09-27T16:19:29.9669232Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/rnn.py GRU:0 2022-09-27T16:19:29.9669675Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/rnn.py RNNCell:0 2022-09-27T16:19:29.9670084Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/rnn.py LSTMCell:0 2022-09-27T16:19:29.9670498Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/rnn.py GRUCell:0 2022-09-27T16:19:29.9670927Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/sparse.py Embedding:0 2022-09-27T16:19:29.9671390Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/sparse.py Embedding.from_pretrained:0 2022-09-27T16:19:29.9671838Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/sparse.py EmbeddingBag:0 2022-09-27T16:19:29.9672314Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/sparse.py EmbeddingBag.from_pretrained:0 2022-09-27T16:19:29.9672792Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/transformer.py Transformer:0 2022-09-27T16:19:29.9673258Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/transformer.py Transformer.forward:0 2022-09-27T16:19:29.9673742Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/transformer.py TransformerEncoder:0 2022-09-27T16:19:29.9674225Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/transformer.py TransformerDecoder:0 2022-09-27T16:19:29.9674721Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/transformer.py TransformerEncoderLayer:0 2022-09-27T16:19:29.9675214Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/transformer.py TransformerDecoderLayer:0 2022-09-27T16:19:29.9675688Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/upsampling.py Upsample:0 2022-09-27T16:19:29.9676165Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/upsampling.py UpsamplingNearest2d:0 2022-09-27T16:19:29.9676659Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/upsampling.py UpsamplingBilinear2d:0 2022-09-27T16:19:29.9677126Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/data_parallel.py DataParallel:0 2022-09-27T16:19:29.9677621Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel:0 2022-09-27T16:19:29.9678147Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel.no_sync:0 2022-09-27T16:19:29.9678691Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel.join:0 2022-09-27T16:19:29.9679242Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel.register_comm_hook:0 2022-09-27T16:19:29.9679820Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel.register_comm_hook:1 2022-09-27T16:19:29.9680402Z 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:29.9680978Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel._register_fused_optim:0 2022-09-27T16:19:29.9681485Z 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:29.9681936Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/init.py skip_init:0 2022-09-27T16:19:29.9682416Z 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:29.9682933Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/parametrizations.py orthogonal:0 2022-09-27T16:19:29.9683428Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/parametrizations.py spectral_norm:0 2022-09-27T16:19:29.9683916Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/parametrize.py register_parametrization:0 2022-09-27T16:19:29.9684369Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py identity:0 2022-09-27T16:19:29.9684817Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py random_unstructured:0 2022-09-27T16:19:29.9685253Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py l1_unstructured:0 2022-09-27T16:19:29.9685701Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py random_structured:0 2022-09-27T16:19:29.9686144Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py ln_structured:0 2022-09-27T16:19:29.9686584Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py global_unstructured:0 2022-09-27T16:19:29.9687035Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py custom_from_mask:0 2022-09-27T16:19:29.9687465Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py remove:0 2022-09-27T16:19:29.9687894Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py is_pruned:0 2022-09-27T16:19:29.9688402Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/rnn.py pad_packed_sequence:0 2022-09-27T16:19:29.9688843Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/rnn.py pad_sequence:0 2022-09-27T16:19:29.9689384Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/rnn.py unpad_sequence:0 2022-09-27T16:19:29.9689824Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/rnn.py pack_sequence:0 2022-09-27T16:19:29.9690250Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/rnn.py unpack_sequence:0 2022-09-27T16:19:29.9690708Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/spectral_norm.py spectral_norm:0 2022-09-27T16:19:29.9691180Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/spectral_norm.py remove_spectral_norm:0 2022-09-27T16:19:29.9691636Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/stateless.py functional_call:0 2022-09-27T16:19:29.9692089Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/weight_norm.py weight_norm:0 2022-09-27T16:19:29.9692549Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/weight_norm.py remove_weight_norm:0 2022-09-27T16:19:29.9693027Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/_expanded_weights/conv_utils.py unfold3d:0 2022-09-27T16:19:29.9693563Z 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:29.9694071Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/onnx/_type_utils.py JitScalarType:0 2022-09-27T16:19:29.9694527Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py LambdaLR:0 2022-09-27T16:19:29.9694990Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py MultiplicativeLR:0 2022-09-27T16:19:29.9695427Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py StepLR:0 2022-09-27T16:19:29.9695872Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py MultiStepLR:0 2022-09-27T16:19:29.9696319Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py ConstantLR:0 2022-09-27T16:19:29.9696817Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py LinearLR:0 2022-09-27T16:19:29.9697250Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py SequentialLR:0 2022-09-27T16:19:29.9697737Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py PolynomialLR:0 2022-09-27T16:19:29.9698203Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py ChainedScheduler:0 2022-09-27T16:19:29.9698670Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py ReduceLROnPlateau:0 2022-09-27T16:19:29.9699110Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py CyclicLR:0 2022-09-27T16:19:29.9699613Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py CosineAnnealingWarmRestarts.step:0 2022-09-27T16:19:29.9700158Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py CosineAnnealingWarmRestarts.step:1 2022-09-27T16:19:29.9700629Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py OneCycleLR:0 2022-09-27T16:19:29.9701044Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/sgd.py SGD:0 2022-09-27T16:19:29.9701473Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/swa_utils.py AveragedModel:0 2022-09-27T16:19:29.9701919Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/swa_utils.py AveragedModel:1 2022-09-27T16:19:29.9702437Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/swa_utils.py update_bn:0 2022-09-27T16:19:29.9703112Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/swa_utils.py SWALR:0 2022-09-27T16:19:29.9703774Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/package/glob_group.py GlobGroup:0 2022-09-27T16:19:29.9704218Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/profiler/profiler.py profile:0 2022-09-27T16:19:29.9704653Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/testing/_comparison.py assert_close:0 2022-09-27T16:19:29.9705104Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/testing/_creation.py make_tensor:0 2022-09-27T16:19:29.9705567Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py parametrize:0 2022-09-27T16:19:29.9706055Z 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:29.9706569Z 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:29.9707082Z 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:29.9707572Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/checkpoint.py checkpoint_sequential:0 2022-09-27T16:19:29.9708026Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/cpp_extension.py CppExtension:0 2022-09-27T16:19:29.9708484Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/cpp_extension.py CUDAExtension:0 2022-09-27T16:19:29.9708935Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/cpp_extension.py CUDAExtension:1 2022-09-27T16:19:29.9709368Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/cpp_extension.py load:0 2022-09-27T16:19:29.9709790Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/cpp_extension.py load_inline:0 2022-09-27T16:19:29.9710218Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/dlpack.py from_dlpack:0 2022-09-27T16:19:29.9710692Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/throughput_benchmark.py ThroughputBenchmark:0 2022-09-27T16:19:29.9711227Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/dataset.py IterableDataset:0 2022-09-27T16:19:29.9711700Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/dataset.py random_split:0 2022-09-27T16:19:29.9712169Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/distributed.py DistributedSampler:0 2022-09-27T16:19:29.9712657Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/sampler.py WeightedRandomSampler:0 2022-09-27T16:19:29.9713122Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/sampler.py BatchSampler:0 2022-09-27T16:19:29.9713571Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/_utils/collate.py default_convert:0 2022-09-27T16:19:29.9714042Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/_utils/collate.py default_collate:0 2022-09-27T16:19:29.9714527Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/datapipe.py IterDataPipe:0 2022-09-27T16:19:29.9715002Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/datapipe.py MapDataPipe:0 2022-09-27T16:19:29.9715508Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/callable.py MapperIterDataPipe:0 2022-09-27T16:19:29.9716026Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/callable.py CollatorIterDataPipe:0 2022-09-27T16:19:29.9716561Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combinatorics.py ShufflerIterDataPipe:0 2022-09-27T16:19:29.9717088Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py ConcaterIterDataPipe:0 2022-09-27T16:19:29.9717606Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py ForkerIterDataPipe:0 2022-09-27T16:19:29.9718118Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py _ChildDataPipe:0 2022-09-27T16:19:29.9718655Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py DemultiplexerIterDataPipe:0 2022-09-27T16:19:29.9719187Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py MultiplexerIterDataPipe:0 2022-09-27T16:19:29.9719715Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py ZipperIterDataPipe:0 2022-09-27T16:19:29.9720245Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/filelister.py FileListerIterDataPipe:0 2022-09-27T16:19:29.9720786Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/fileopener.py FileOpenerIterDataPipe:0 2022-09-27T16:19:29.9721303Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/grouping.py BatcherIterDataPipe:0 2022-09-27T16:19:29.9721825Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/grouping.py UnBatcherIterDataPipe:0 2022-09-27T16:19:29.9722343Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/grouping.py GrouperIterDataPipe:0 2022-09-27T16:19:29.9722859Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/selecting.py FilterIterDataPipe:0 2022-09-27T16:19:29.9723383Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/streamreader.py StreamReaderIterDataPipe:0 2022-09-27T16:19:29.9723934Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/utils.py IterableWrapperIterDataPipe:0 2022-09-27T16:19:29.9724461Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/map/callable.py MapperMapDataPipe:0 2022-09-27T16:19:29.9725033Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/map/combinatorics.py ShufflerIterDataPipe:0 2022-09-27T16:19:29.9725604Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/map/combining.py ConcaterMapDataPipe:0 2022-09-27T16:19:29.9726120Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/map/combining.py ZipperMapDataPipe:0 2022-09-27T16:19:29.9726638Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/map/grouping.py BatcherMapDataPipe:0 2022-09-27T16:19:29.9727169Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/map/utils.py SequenceWrapperMapDataPipe:0 2022-09-27T16:19:29.9727675Z 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:29.9728170Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/hipify/hipify_python.py find_closure_group:0 2022-09-27T16:19:29.9728747Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/hipify/hipify_python.py replace_extern_shared:0 2022-09-27T16:19:29.9729415Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.__init__:0 2022-09-27T16:19:29.9729914Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_hparams:0 2022-09-27T16:19:29.9730421Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_scalar:0 2022-09-27T16:19:29.9730925Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_scalars:0 2022-09-27T16:19:29.9731429Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_histogram:0 2022-09-27T16:19:29.9731935Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_histogram_raw:0 2022-09-27T16:19:29.9732444Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_image:0 2022-09-27T16:19:29.9732947Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_images:0 2022-09-27T16:19:29.9733448Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_text:0 2022-09-27T16:19:29.9733941Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_embedding:0 2022-09-27T16:19:29.9734446Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_pr_curve:0 2022-09-27T16:19:29.9734988Z 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:29.9735547Z 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:29.9736069Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_custom_scalars:0 2022-09-27T16:19:29.9736571Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_mesh:0 2022-09-27T16:19:30.2171769Z 2022-09-27T16:19:30.2172089Z real 48m49.274s 2022-09-27T16:19:30.2172322Z user 158m19.923s 2022-09-27T16:19:30.2172495Z sys 7m38.908s 2022-09-27T16:19:30.2172671Z + assert_git_not_dirty 2022-09-27T16:19:30.2173083Z + [[ linux-bionic-py3.7-clang9 != *rocm* ]] 2022-09-27T16:19:30.2173379Z + [[ linux-bionic-py3.7-clang9 != *xla* ]] 2022-09-27T16:19:30.2174995Z ++ git status --porcelain 2022-09-27T16:19:31.7341281Z + git_status= 2022-09-27T16:19:31.7341771Z + [[ -n '' ]] 2022-09-27T16:19:31.7342239Z + test_libtorch 2022-09-27T16:19:31.7342720Z + [[ linux-bionic-py3.7-clang9 != *rocm* ]] 2022-09-27T16:19:31.7343116Z + echo 'Testing libtorch' 2022-09-27T16:19:31.7343305Z Testing libtorch 2022-09-27T16:19:31.7343723Z + 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:31.7369333Z + 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:31.7378197Z + 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:31.7385905Z + 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:31.7394890Z + 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:31.7402271Z + 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:31.7411962Z + TEST_REPORTS_DIR=test/test-reports/cpp-unittest/test_libtorch 2022-09-27T16:19:31.7412336Z + mkdir -p test/test-reports/cpp-unittest/test_libtorch 2022-09-27T16:19:31.7412660Z + python tools/download_mnist.py --quiet -d test/cpp/api/mnist 2022-09-27T16:19:31.7487754Z + python test/cpp/jit/tests_setup.py setup 2022-09-27T16:19:31.7850028Z Downloading http://yann.lecun.com/exdb/mnist/train-images-idx3-ubyte.gz ... 2022-09-27T16:19:32.1321462Z Downloading http://yann.lecun.com/exdb/mnist/train-labels-idx1-ubyte.gz ... 2022-09-27T16:19:32.1717602Z Downloading http://yann.lecun.com/exdb/mnist/t10k-images-idx3-ubyte.gz ... 2022-09-27T16:19:32.2464196Z Downloading http://yann.lecun.com/exdb/mnist/t10k-labels-idx1-ubyte.gz ... 2022-09-27T16:19:32.9702098Z + [[ linux-bionic-py3.7-clang9 == *cuda* ]] 2022-09-27T16:19:32.9702648Z + /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:33.2495097Z CUDA not available. Disabling CUDA and MultiCUDA tests 2022-09-27T16:19:33.2500191Z Note: Google Test filter = -*CUDA:*_CUDA:*_MultiCUDA 2022-09-27T16:19:33.2500775Z [==========] Running 568 tests from 117 test suites. 2022-09-27T16:19:33.2501106Z [----------] Global test environment set-up. 2022-09-27T16:19:33.2501414Z [----------] 2 tests from AddIfThenElseOpTest 2022-09-27T16:19:33.2501762Z [ RUN ] AddIfThenElseOpTest.AddIfThenElseOpSimple 2022-09-27T16:19:33.2577782Z [ OK ] AddIfThenElseOpTest.AddIfThenElseOpSimple (7 ms) 2022-09-27T16:19:33.2578275Z [ RUN ] AddIfThenElseOpTest.NoIfThenElseOpMultipleOutputs 2022-09-27T16:19:33.2578765Z [ OK ] AddIfThenElseOpTest.NoIfThenElseOpMultipleOutputs (0 ms) 2022-09-27T16:19:33.2579220Z [----------] 2 tests from AddIfThenElseOpTest (7 ms total) 2022-09-27T16:19:33.2579376Z 2022-09-27T16:19:33.2579615Z [----------] 15 tests from TopologicalMoveTest 2022-09-27T16:19:33.2580063Z [ RUN ] TopologicalMoveTest.SplitsDeps 2022-09-27T16:19:33.2580563Z [ OK ] TopologicalMoveTest.SplitsDeps (0 ms) 2022-09-27T16:19:33.2580967Z [ RUN ] TopologicalMoveTest.MoveAfterBackwardSimple 2022-09-27T16:19:33.2581529Z [ OK ] TopologicalMoveTest.MoveAfterBackwardSimple (0 ms) 2022-09-27T16:19:33.2582085Z [ RUN ] TopologicalMoveTest.MoveAfterBackwardInvalid 2022-09-27T16:19:33.2582616Z [ OK ] TopologicalMoveTest.MoveAfterBackwardInvalid (0 ms) 2022-09-27T16:19:33.2583396Z [ RUN ] TopologicalMoveTest.MoveAfterNoOp 2022-09-27T16:19:33.2583828Z [ OK ] TopologicalMoveTest.MoveAfterNoOp (0 ms) 2022-09-27T16:19:33.2584511Z [ RUN ] TopologicalMoveTest.MoveAfterBackwardMultipleDeps 2022-09-27T16:19:33.2585141Z [ OK ] TopologicalMoveTest.MoveAfterBackwardMultipleDeps (0 ms) 2022-09-27T16:19:33.2585849Z [ RUN ] TopologicalMoveTest.MoveAfterBackwardNonZeroWorkingSet 2022-09-27T16:19:33.2586612Z [ OK ] TopologicalMoveTest.MoveAfterBackwardNonZeroWorkingSet (0 ms) 2022-09-27T16:19:33.2587230Z [ RUN ] TopologicalMoveTest.MoveAfterForwardSimple 2022-09-27T16:19:33.2587779Z [ OK ] TopologicalMoveTest.MoveAfterForwardSimple (0 ms) 2022-09-27T16:19:33.2588371Z [ RUN ] TopologicalMoveTest.MoveAfterForwardNonZeroWorkingSet 2022-09-27T16:19:33.2589043Z [ OK ] TopologicalMoveTest.MoveAfterForwardNonZeroWorkingSet (0 ms) 2022-09-27T16:19:33.2589722Z [ RUN ] TopologicalMoveTest.MoveBeforeForwardSimple 2022-09-27T16:19:33.2590255Z [ OK ] TopologicalMoveTest.MoveBeforeForwardSimple (0 ms) 2022-09-27T16:19:33.2590721Z [ RUN ] TopologicalMoveTest.MoveBeforeBackwardSimple 2022-09-27T16:19:33.2591250Z [ OK ] TopologicalMoveTest.MoveBeforeBackwardSimple (0 ms) 2022-09-27T16:19:33.2591732Z [ RUN ] TopologicalMoveTest.MoveBeforeNoOp 2022-09-27T16:19:33.2592166Z [ OK ] TopologicalMoveTest.MoveBeforeNoOp (0 ms) 2022-09-27T16:19:33.2592603Z [ RUN ] TopologicalMoveTest.MoveBeforeForwardWithDeps 2022-09-27T16:19:33.2593007Z [ OK ] TopologicalMoveTest.MoveBeforeForwardWithDeps (0 ms) 2022-09-27T16:19:33.2593418Z [ RUN ] TopologicalMoveTest.MoveBeforeBackwardWithDeps 2022-09-27T16:19:33.2593955Z [ OK ] TopologicalMoveTest.MoveBeforeBackwardWithDeps (0 ms) 2022-09-27T16:19:33.2594389Z [ RUN ] TopologicalMoveTest.DepsDisallowMove 2022-09-27T16:19:33.2594819Z [ OK ] TopologicalMoveTest.DepsDisallowMove (0 ms) 2022-09-27T16:19:33.2595368Z [ RUN ] TopologicalMoveTest.MoveAfterBeforeWithDeps 2022-09-27T16:19:33.2596070Z [ OK ] TopologicalMoveTest.MoveAfterBeforeWithDeps (0 ms) 2022-09-27T16:19:33.2596601Z [----------] 15 tests from TopologicalMoveTest (1 ms total) 2022-09-27T16:19:33.2596759Z 2022-09-27T16:19:33.2596918Z [----------] 6 tests from AliasAnalysisTest 2022-09-27T16:19:33.2597266Z [ RUN ] AliasAnalysisTest.AliasingMutationBlocksMoves 2022-09-27T16:19:33.2633160Z [ OK ] AliasAnalysisTest.AliasingMutationBlocksMoves (3 ms) 2022-09-27T16:19:33.2633662Z [ RUN ] AliasAnalysisTest.AliasingMutationBlocksMoves2 2022-09-27T16:19:33.2634159Z [ OK ] AliasAnalysisTest.AliasingMutationBlocksMoves2 (0 ms) 2022-09-27T16:19:33.2634547Z [ RUN ] AliasAnalysisTest.SideEffectsBlockMoves 2022-09-27T16:19:33.2635037Z [ OK ] AliasAnalysisTest.SideEffectsBlockMoves (0 ms) 2022-09-27T16:19:33.2635638Z [ RUN ] AliasAnalysisTest.MovingAcrossInnerBlocks 2022-09-27T16:19:33.2636176Z [ OK ] AliasAnalysisTest.MovingAcrossInnerBlocks (0 ms) 2022-09-27T16:19:33.2636681Z [ RUN ] AliasAnalysisTest.NoneHasNoWriters 2022-09-27T16:19:33.2637073Z [ OK ] AliasAnalysisTest.NoneHasNoWriters (0 ms) 2022-09-27T16:19:33.2637644Z [ RUN ] AliasAnalysisTest.SafeToChangeAliasingRelationship 2022-09-27T16:19:33.2638372Z [ OK ] AliasAnalysisTest.SafeToChangeAliasingRelationship (0 ms) 2022-09-27T16:19:33.2639027Z [----------] 6 tests from AliasAnalysisTest (4 ms total) 2022-09-27T16:19:33.2639284Z 2022-09-27T16:19:33.2639440Z [----------] 4 tests from WriteTrackingTest 2022-09-27T16:19:33.2639724Z [ RUN ] WriteTrackingTest.Basic 2022-09-27T16:19:33.2640164Z [ OK ] WriteTrackingTest.Basic (0 ms) 2022-09-27T16:19:33.2640465Z [ RUN ] WriteTrackingTest.IsMutable 2022-09-27T16:19:33.2640823Z [ OK ] WriteTrackingTest.IsMutable (0 ms) 2022-09-27T16:19:33.2641131Z [ RUN ] WriteTrackingTest.IsImmutable 2022-09-27T16:19:33.2641452Z [ OK ] WriteTrackingTest.IsImmutable (0 ms) 2022-09-27T16:19:33.2641753Z [ RUN ] WriteTrackingTest.HasWriters 2022-09-27T16:19:33.2642066Z [ OK ] WriteTrackingTest.HasWriters (0 ms) 2022-09-27T16:19:33.2642397Z [----------] 4 tests from WriteTrackingTest (0 ms total) 2022-09-27T16:19:33.2642557Z 2022-09-27T16:19:33.2642717Z [----------] 13 tests from ContainerAliasingTest 2022-09-27T16:19:33.2643048Z [ RUN ] ContainerAliasingTest.MayContainAlias 2022-09-27T16:19:33.2648056Z [ OK ] ContainerAliasingTest.MayContainAlias (0 ms) 2022-09-27T16:19:33.2648631Z [ RUN ] ContainerAliasingTest.MayContainAlias_cast 2022-09-27T16:19:33.2649299Z [ OK ] ContainerAliasingTest.MayContainAlias_cast (0 ms) 2022-09-27T16:19:33.2660093Z [ RUN ] ContainerAliasingTest.PrimitveValuesDontAliasContainers 2022-09-27T16:19:33.2661040Z [ OK ] ContainerAliasingTest.PrimitveValuesDontAliasContainers (0 ms) 2022-09-27T16:19:33.2661670Z [ RUN ] ContainerAliasingTest.UnionAliasing 2022-09-27T16:19:33.2662195Z [ OK ] ContainerAliasingTest.UnionAliasing (0 ms) 2022-09-27T16:19:33.2662651Z [ RUN ] ContainerAliasingTest.InputsCanAliasOutputs 2022-09-27T16:19:33.2663152Z [ OK ] ContainerAliasingTest.InputsCanAliasOutputs (0 ms) 2022-09-27T16:19:33.2663630Z [ RUN ] ContainerAliasingTest.NestedTupleConstruct 2022-09-27T16:19:33.2664080Z [ OK ] ContainerAliasingTest.NestedTupleConstruct (0 ms) 2022-09-27T16:19:33.2664564Z [ RUN ] ContainerAliasingTest.NestedTypes 2022-09-27T16:19:33.2664979Z [ OK ] ContainerAliasingTest.NestedTypes (0 ms) 2022-09-27T16:19:33.2665309Z [ RUN ] ContainerAliasingTest.Simple 2022-09-27T16:19:33.2665625Z [ OK ] ContainerAliasingTest.Simple (0 ms) 2022-09-27T16:19:33.2665937Z [ RUN ] ContainerAliasingTest.Lists 2022-09-27T16:19:33.2666252Z [ OK ] ContainerAliasingTest.Lists (0 ms) 2022-09-27T16:19:33.2666559Z [ RUN ] ContainerAliasingTest.Lists2 2022-09-27T16:19:33.2666860Z [ OK ] ContainerAliasingTest.Lists2 (0 ms) 2022-09-27T16:19:33.2667190Z [ RUN ] ContainerAliasingTest.Conservative 2022-09-27T16:19:33.2667539Z [ OK ] ContainerAliasingTest.Conservative (0 ms) 2022-09-27T16:19:33.2667919Z [ RUN ] ContainerAliasingTest.MovesAcrossContainedWrites 2022-09-27T16:19:33.2668353Z [ OK ] ContainerAliasingTest.MovesAcrossContainedWrites (0 ms) 2022-09-27T16:19:33.2668808Z [ RUN ] ContainerAliasingTest.MovesAcrossContainedWritesNested 2022-09-27T16:19:33.2669266Z [ OK ] ContainerAliasingTest.MovesAcrossContainedWritesNested (0 ms) 2022-09-27T16:19:33.2669693Z [----------] 13 tests from ContainerAliasingTest (1 ms total) 2022-09-27T16:19:33.2669865Z 2022-09-27T16:19:33.2670017Z [----------] 3 tests from WildcardsTest 2022-09-27T16:19:33.2670285Z [ RUN ] WildcardsTest.Basic 2022-09-27T16:19:33.2670547Z [ OK ] WildcardsTest.Basic (0 ms) 2022-09-27T16:19:33.2670839Z [ RUN ] WildcardsTest.TypeIsolation 2022-09-27T16:19:33.2671153Z [ OK ] WildcardsTest.TypeIsolation (0 ms) 2022-09-27T16:19:33.2671483Z [ RUN ] WildcardsTest.InvariantContainerAliasing 2022-09-27T16:19:33.2671865Z [ OK ] WildcardsTest.InvariantContainerAliasing (0 ms) 2022-09-27T16:19:33.2672222Z [----------] 3 tests from WildcardsTest (0 ms total) 2022-09-27T16:19:33.2672373Z 2022-09-27T16:19:33.2672675Z [----------] 18 tests from AliasRegistrationTest 2022-09-27T16:19:33.2673048Z [ RUN ] AliasRegistrationTest.ConservativeWithInferredSchema 2022-09-27T16:19:33.2673565Z [ OK ] AliasRegistrationTest.ConservativeWithInferredSchema (0 ms) 2022-09-27T16:19:33.2674029Z [ RUN ] AliasRegistrationTest.ConservativeWithSpecifiedSchema 2022-09-27T16:19:33.2674491Z [ OK ] AliasRegistrationTest.ConservativeWithSpecifiedSchema (0 ms) 2022-09-27T16:19:33.2675016Z [ RUN ] AliasRegistrationTest.ConservativeWithAliasingAnnotationsShouldError 2022-09-27T16:19:33.2731913Z [ OK ] AliasRegistrationTest.ConservativeWithAliasingAnnotationsShouldError (6 ms) 2022-09-27T16:19:33.2732503Z [ RUN ] AliasRegistrationTest.ConservativeWithAliasingAnnotationsShouldError2 2022-09-27T16:19:33.2752966Z [ OK ] AliasRegistrationTest.ConservativeWithAliasingAnnotationsShouldError2 (2 ms) 2022-09-27T16:19:33.2753546Z [ RUN ] AliasRegistrationTest.FromSchemaWithInferredSchemaShouldError 2022-09-27T16:19:33.2763089Z [ OK ] AliasRegistrationTest.FromSchemaWithInferredSchemaShouldError (0 ms) 2022-09-27T16:19:33.2763953Z [ RUN ] AliasRegistrationTest.FromSchemaInferredPure 2022-09-27T16:19:33.2764616Z [ OK ] AliasRegistrationTest.FromSchemaInferredPure (0 ms) 2022-09-27T16:19:33.2765157Z [ RUN ] AliasRegistrationTest.FromSchemaAliased 2022-09-27T16:19:33.2765681Z [ OK ] AliasRegistrationTest.FromSchemaAliased (0 ms) 2022-09-27T16:19:33.2766155Z [ RUN ] AliasRegistrationTest.FromSchemaPure 2022-09-27T16:19:33.2766644Z [ OK ] AliasRegistrationTest.FromSchemaPure (0 ms) 2022-09-27T16:19:33.2767113Z [ RUN ] AliasRegistrationTest.PureNoSchema 2022-09-27T16:19:33.2767611Z [ OK ] AliasRegistrationTest.PureNoSchema (0 ms) 2022-09-27T16:19:33.2768168Z [ RUN ] AliasRegistrationTest.PureWithSchema 2022-09-27T16:19:33.2768793Z [ OK ] AliasRegistrationTest.PureWithSchema (0 ms) 2022-09-27T16:19:33.2769614Z [ RUN ] AliasRegistrationTest.PureWithAnnotationsShouldError 2022-09-27T16:19:33.2790289Z [ OK ] AliasRegistrationTest.PureWithAnnotationsShouldError (2 ms) 2022-09-27T16:19:33.2791102Z [ RUN ] AliasRegistrationTest.AliasMoveAtenListOp 2022-09-27T16:19:33.2791834Z [ OK ] AliasRegistrationTest.AliasMoveAtenListOp (0 ms) 2022-09-27T16:19:33.2792805Z [ RUN ] AliasRegistrationTest.AliasMoveForTupleConstructWithSingleUseAsGraphOutput 2022-09-27T16:19:33.2793980Z [ OK ] AliasRegistrationTest.AliasMoveForTupleConstructWithSingleUseAsGraphOutput (0 ms) 2022-09-27T16:19:33.2794995Z [ RUN ] AliasRegistrationTest.RecursiveSubgraphTupleContainment 2022-09-27T16:19:33.2795918Z [ OK ] AliasRegistrationTest.RecursiveSubgraphTupleContainment (0 ms) 2022-09-27T16:19:33.2796846Z [ RUN ] AliasRegistrationTest.WildcardAliasForTupleConstructWithUses 2022-09-27T16:19:33.2797808Z [ OK ] AliasRegistrationTest.WildcardAliasForTupleConstructWithUses (0 ms) 2022-09-27T16:19:33.2798677Z [ RUN ] AliasRegistrationTest.ATenSplitIntListAliasCheck 2022-09-27T16:19:33.2799485Z [ OK ] AliasRegistrationTest.ATenSplitIntListAliasCheck (0 ms) 2022-09-27T16:19:33.2800271Z [ RUN ] AliasRegistrationTest.ATenSplitIntAliasCheck 2022-09-27T16:19:33.2801015Z [ OK ] AliasRegistrationTest.ATenSplitIntAliasCheck (0 ms) 2022-09-27T16:19:33.2801832Z [ RUN ] AliasRegistrationTest.PureWithAnnotationsShouldError2 2022-09-27T16:19:33.2819035Z [ OK ] AliasRegistrationTest.PureWithAnnotationsShouldError2 (2 ms) 2022-09-27T16:19:33.2819849Z [----------] 18 tests from AliasRegistrationTest (15 ms total) 2022-09-27T16:19:33.2820173Z 2022-09-27T16:19:33.2820657Z [----------] 2 tests from IRNonDeterminismTest 2022-09-27T16:19:33.2821209Z [ RUN ] IRNonDeterminismTest.Basic 2022-09-27T16:19:33.2821851Z [ OK ] IRNonDeterminismTest.Basic (0 ms) 2022-09-27T16:19:33.2822407Z [ RUN ] IRNonDeterminismTest.DropoutSpecialCase 2022-09-27T16:19:33.2823027Z [ OK ] IRNonDeterminismTest.DropoutSpecialCase (0 ms) 2022-09-27T16:19:33.2823611Z [----------] 2 tests from IRNonDeterminismTest (0 ms total) 2022-09-27T16:19:33.2823909Z 2022-09-27T16:19:33.2824274Z [----------] 1 test from NonDeterminismBackwardsCompatibility 2022-09-27T16:19:33.2825134Z [ RUN ] NonDeterminismBackwardsCompatibility.BackwardsCompatibility 2022-09-27T16:19:33.2826060Z [ OK ] NonDeterminismBackwardsCompatibility.BackwardsCompatibility (0 ms) 2022-09-27T16:19:33.2826966Z [----------] 1 test from NonDeterminismBackwardsCompatibility (0 ms total) 2022-09-27T16:19:33.2827334Z 2022-09-27T16:19:33.2827587Z [----------] 3 tests from AutodiffTest 2022-09-27T16:19:33.2828087Z [ RUN ] AutodiffTest.ADFormulas 2022-09-27T16:19:33.3298610Z [ OK ] AutodiffTest.ADFormulas (47 ms) 2022-09-27T16:19:33.3299012Z [ RUN ] AutodiffTest.Differentiate 2022-09-27T16:19:33.3302947Z [ OK ] AutodiffTest.Differentiate (0 ms) 2022-09-27T16:19:33.3303619Z [ RUN ] AutodiffTest.DifferentiateWithRequiresGrad 2022-09-27T16:19:33.3322032Z [ OK ] AutodiffTest.DifferentiateWithRequiresGrad (1 ms) 2022-09-27T16:19:33.3322404Z [----------] 3 tests from AutodiffTest (49 ms total) 2022-09-27T16:19:33.3322568Z 2022-09-27T16:19:33.3322773Z [----------] 1 test from AutodiffRemoveUnusedGradientsTest 2022-09-27T16:19:33.3323150Z [ RUN ] AutodiffRemoveUnusedGradientsTest.Linear 2022-09-27T16:19:33.3335497Z [ OK ] AutodiffRemoveUnusedGradientsTest.Linear (1 ms) 2022-09-27T16:19:33.3336021Z [----------] 1 test from AutodiffRemoveUnusedGradientsTest (1 ms total) 2022-09-27T16:19:33.3336235Z 2022-09-27T16:19:33.3336390Z [----------] 1 test from UpgraderLoad 2022-09-27T16:19:33.3336719Z [ RUN ] UpgraderLoad.CanPopulateUpgradersGraph 2022-09-27T16:19:33.3399484Z [ OK ] UpgraderLoad.CanPopulateUpgradersGraph (6 ms) 2022-09-27T16:19:33.3400134Z [----------] 1 test from UpgraderLoad (6 ms total) 2022-09-27T16:19:33.3400409Z 2022-09-27T16:19:33.3400705Z [----------] 4 tests from OpReplacementTest 2022-09-27T16:19:33.3401336Z [ RUN ] OpReplacementTest.ReplaceDivInSimpleFunction 2022-09-27T16:19:33.3402086Z [ OK ] OpReplacementTest.ReplaceDivInSimpleFunction (0 ms) 2022-09-27T16:19:33.3402816Z [ RUN ] OpReplacementTest.ReplaceTwoOpsInSimpleFunction 2022-09-27T16:19:33.3404165Z [ OK ] OpReplacementTest.ReplaceTwoOpsInSimpleFunction (0 ms) 2022-09-27T16:19:33.3404952Z [ RUN ] OpReplacementTest.ReplaceDivInNestedFunction 2022-09-27T16:19:33.3407788Z [ OK ] OpReplacementTest.ReplaceDivInNestedFunction (0 ms) 2022-09-27T16:19:33.3408642Z [ RUN ] OpReplacementTest.ReplaceTestSubcmulInSimpleFunction 2022-09-27T16:19:33.3409817Z [ OK ] OpReplacementTest.ReplaceTestSubcmulInSimpleFunction (0 ms) 2022-09-27T16:19:33.3410495Z [----------] 4 tests from OpReplacementTest (1 ms total) 2022-09-27T16:19:33.3410748Z 2022-09-27T16:19:33.3411009Z [----------] 4 tests from UpgraderUtils 2022-09-27T16:19:33.3411566Z [ RUN ] UpgraderUtils.FindCorrectUpgrader 2022-09-27T16:19:33.3412190Z [ OK ] UpgraderUtils.FindCorrectUpgrader (0 ms) 2022-09-27T16:19:33.3412778Z [ RUN ] UpgraderUtils.IsVersionMapSorted 2022-09-27T16:19:33.3413350Z [ OK ] UpgraderUtils.IsVersionMapSorted (0 ms) 2022-09-27T16:19:33.3413877Z [ RUN ] UpgraderUtils.FindIfOpIsCurrent 2022-09-27T16:19:33.3414725Z [ OK ] UpgraderUtils.FindIfOpIsCurrent (0 ms) 2022-09-27T16:19:33.3415403Z [ RUN ] UpgraderUtils.CanLoadHistoricOp 2022-09-27T16:19:33.3415985Z [ OK ] UpgraderUtils.CanLoadHistoricOp (0 ms) 2022-09-27T16:19:33.3416587Z [----------] 4 tests from UpgraderUtils (0 ms total) 2022-09-27T16:19:33.3416867Z 2022-09-27T16:19:33.3417109Z [----------] 9 tests from BackendTest 2022-09-27T16:19:33.3417573Z [ RUN ] BackendTest.ToBackend 2022-09-27T16:19:33.3462395Z [ OK ] BackendTest.ToBackend (5 ms) 2022-09-27T16:19:33.3462986Z [ RUN ] BackendTest.ToBackendNotAvailable 2022-09-27T16:19:33.3484496Z [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:33.3503313Z [ OK ] BackendTest.ToBackendNotAvailable (4 ms) 2022-09-27T16:19:33.3503906Z [ RUN ] BackendTest.TestCompiler 2022-09-27T16:19:33.3560990Z [ OK ] BackendTest.TestCompiler (5 ms) 2022-09-27T16:19:33.3561354Z [ RUN ] BackendTest.TestCompilerWithStringTable 2022-09-27T16:19:33.3615286Z [ OK ] BackendTest.TestCompilerWithStringTable (5 ms) 2022-09-27T16:19:33.3615645Z [ RUN ] BackendTest.TestComposite 2022-09-27T16:19:33.3718779Z [ OK ] BackendTest.TestComposite (10 ms) 2022-09-27T16:19:33.3719163Z [ RUN ] BackendTest.TestPrimDtype 2022-09-27T16:19:33.3724422Z [ OK ] BackendTest.TestPrimDtype (0 ms) 2022-09-27T16:19:33.3724769Z [ RUN ] BackendTest.TestCompositeWithSetStates 2022-09-27T16:19:33.3828673Z [ OK ] BackendTest.TestCompositeWithSetStates (10 ms) 2022-09-27T16:19:33.4018541Z [ RUN ] BackendTest.TestConsistencyOfCompositeWithSetStates 2022-09-27T16:19:33.4019181Z [ OK ] BackendTest.TestConsistencyOfCompositeWithSetStates (18 ms) 2022-09-27T16:19:33.4019589Z [ RUN ] BackendTest.TestCompilerNotSupport 2022-09-27T16:19:33.4032184Z [ OK ] BackendTest.TestCompilerNotSupport (1 ms) 2022-09-27T16:19:33.4032847Z [----------] 9 tests from BackendTest (62 ms total) 2022-09-27T16:19:33.4033027Z 2022-09-27T16:19:33.4033199Z [----------] 6 tests from BackendTestDebugInfo 2022-09-27T16:19:33.4033523Z [ RUN ] BackendTestDebugInfo.TestCompiler 2022-09-27T16:19:33.4132489Z [ OK ] BackendTestDebugInfo.TestCompiler (9 ms) 2022-09-27T16:19:33.4133158Z [ RUN ] BackendTestDebugInfo.TestCompilerWithStringTable 2022-09-27T16:19:33.4232477Z [ OK ] BackendTestDebugInfo.TestCompilerWithStringTable (9 ms) 2022-09-27T16:19:33.4233042Z [ RUN ] BackendTestDebugInfo.TestExceptionStackForCompilerWithModuleHierarchy 2022-09-27T16:19:33.4335357Z [ OK ] BackendTestDebugInfo.TestExceptionStackForCompilerWithModuleHierarchy (10 ms) 2022-09-27T16:19:33.4336064Z [ RUN ] BackendTestDebugInfo.TestExceptionStackForCompilerWithTwoLevelModuleHierarchy 2022-09-27T16:19:33.4438150Z [ OK ] BackendTestDebugInfo.TestExceptionStackForCompilerWithTwoLevelModuleHierarchy (10 ms) 2022-09-27T16:19:33.4438791Z [ RUN ] BackendTestDebugInfo.TestExceptionStackForCompilerWithLoweredSubModule 2022-09-27T16:19:33.4543279Z [ OK ] BackendTestDebugInfo.TestExceptionStackForCompilerWithLoweredSubModule (10 ms) 2022-09-27T16:19:33.4543996Z [ RUN ] BackendTestDebugInfo.TestExceptionStackForCompilerWithSelectiveLoweredSubModule 2022-09-27T16:19:33.4650957Z [ OK ] BackendTestDebugInfo.TestExceptionStackForCompilerWithSelectiveLoweredSubModule (10 ms) 2022-09-27T16:19:33.4651650Z [----------] 6 tests from BackendTestDebugInfo (61 ms total) 2022-09-27T16:19:33.4651818Z 2022-09-27T16:19:33.4652220Z [----------] 4 tests from ClassImportTest 2022-09-27T16:19:33.4652581Z [ RUN ] ClassImportTest.Basic 2022-09-27T16:19:33.4657224Z [ OK ] ClassImportTest.Basic (0 ms) 2022-09-27T16:19:33.4657779Z [ RUN ] ClassImportTest.ScriptObject 2022-09-27T16:19:33.4682551Z [ OK ] ClassImportTest.ScriptObject (2 ms) 2022-09-27T16:19:33.4683110Z [ RUN ] ClassImportTest.ClassDerive 2022-09-27T16:19:33.4683605Z [ OK ] ClassImportTest.ClassDerive (0 ms) 2022-09-27T16:19:33.4684110Z [ RUN ] ClassImportTest.CustomClass 2022-09-27T16:19:33.4685676Z [ OK ] ClassImportTest.CustomClass (0 ms) 2022-09-27T16:19:33.4686160Z [----------] 4 tests from ClassImportTest (3 ms total) 2022-09-27T16:19:33.4686340Z 2022-09-27T16:19:33.4686540Z [----------] 1 test from ClassParserTest 2022-09-27T16:19:33.4686937Z [ RUN ] ClassParserTest.Basic 2022-09-27T16:19:33.4687236Z [ OK ] ClassParserTest.Basic (0 ms) 2022-09-27T16:19:33.4687565Z [----------] 1 test from ClassParserTest (0 ms total) 2022-09-27T16:19:33.4687707Z 2022-09-27T16:19:33.4687857Z [----------] 3 tests from ClassTypeTest 2022-09-27T16:19:33.4688144Z [ RUN ] ClassTypeTest.AddRemoveAttr 2022-09-27T16:19:33.4688537Z [ OK ] ClassTypeTest.AddRemoveAttr (0 ms) 2022-09-27T16:19:33.4688847Z [ RUN ] ClassTypeTest.AddRemoveConstant 2022-09-27T16:19:33.4689331Z [ OK ] ClassTypeTest.AddRemoveConstant (0 ms) 2022-09-27T16:19:33.4689692Z [ RUN ] ClassTypeTest.IdenticalTypesDifferentCus 2022-09-27T16:19:33.4695647Z [ OK ] ClassTypeTest.IdenticalTypesDifferentCus (0 ms) 2022-09-27T16:19:33.4696334Z [----------] 3 tests from ClassTypeTest (0 ms total) 2022-09-27T16:19:33.4696636Z 2022-09-27T16:19:33.4696929Z [----------] 2 tests from TestCodeTemplate 2022-09-27T16:19:33.4697482Z [ RUN ] TestCodeTemplate.Copying 2022-09-27T16:19:33.4697929Z [ OK ] TestCodeTemplate.Copying (0 ms) 2022-09-27T16:19:33.4698235Z [ RUN ] TestCodeTemplate.Formatting 2022-09-27T16:19:33.4698551Z [ OK ] TestCodeTemplate.Formatting (0 ms) 2022-09-27T16:19:33.4698881Z [----------] 2 tests from TestCodeTemplate (0 ms total) 2022-09-27T16:19:33.4699028Z 2022-09-27T16:19:33.4699179Z [----------] 13 tests from ConcatOptTest 2022-09-27T16:19:33.4699541Z [ RUN ] ConcatOptTest.SimpleCommonInputsEliminationPrefix 2022-09-27T16:19:33.4751116Z [ OK ] ConcatOptTest.SimpleCommonInputsEliminationPrefix (5 ms) 2022-09-27T16:19:33.4751877Z [ RUN ] ConcatOptTest.SimpleCommonInputsEliminationSuffix 2022-09-27T16:19:33.4788100Z [ OK ] ConcatOptTest.SimpleCommonInputsEliminationSuffix (3 ms) 2022-09-27T16:19:33.4788980Z [ RUN ] ConcatOptTest.CommonInputsEliminationWithDifferentOrderInputs 2022-09-27T16:19:33.4811480Z [ OK ] ConcatOptTest.CommonInputsEliminationWithDifferentOrderInputs (2 ms) 2022-09-27T16:19:33.4812372Z [ RUN ] ConcatOptTest.MoreCommonInputsElimination 2022-09-27T16:19:33.4878038Z [ OK ] ConcatOptTest.MoreCommonInputsElimination (6 ms) 2022-09-27T16:19:33.4878643Z [ RUN ] ConcatOptTest.ExpandConcat 2022-09-27T16:19:33.4897854Z [ OK ] ConcatOptTest.ExpandConcat (2 ms) 2022-09-27T16:19:33.4898527Z [ RUN ] ConcatOptTest.ConcatWithoutResultShape 2022-09-27T16:19:33.4916594Z [ OK ] ConcatOptTest.ConcatWithoutResultShape (1 ms) 2022-09-27T16:19:33.4917327Z [ RUN ] ConcatOptTest.ConcatWithoutInputShape 2022-09-27T16:19:33.4942603Z [ OK ] ConcatOptTest.ConcatWithoutInputShape (2 ms) 2022-09-27T16:19:33.4943284Z [ RUN ] ConcatOptTest.UseVariadicCat 2022-09-27T16:19:33.4996653Z [ OK ] ConcatOptTest.UseVariadicCat (5 ms) 2022-09-27T16:19:33.4997314Z [ RUN ] ConcatOptTest.UseVariadicCatWithMultipleListUses 2022-09-27T16:19:33.5014932Z [ OK ] ConcatOptTest.UseVariadicCatWithMultipleListUses (1 ms) 2022-09-27T16:19:33.5015825Z [ RUN ] ConcatOptTest.UseVariadicCatWithListMutationAfterCat 2022-09-27T16:19:33.5038413Z [ OK ] ConcatOptTest.UseVariadicCatWithListMutationAfterCat (2 ms) 2022-09-27T16:19:33.5039412Z [ RUN ] ConcatOptTest.UseVariadicCatWithListMutationBeforeCat 2022-09-27T16:19:33.5068890Z [ OK ] ConcatOptTest.UseVariadicCatWithListMutationBeforeCat (3 ms) 2022-09-27T16:19:33.5069886Z [ RUN ] ConcatOptTest.UseVariadicCatWithMultipleListMutations 2022-09-27T16:19:33.5106589Z [ OK ] ConcatOptTest.UseVariadicCatWithMultipleListMutations (3 ms) 2022-09-27T16:19:33.5107731Z [ RUN ] ConcatOptTest.RemoveListMutationUseVariadicCatAndCommonInputsElimination 2022-09-27T16:19:33.5141535Z [ OK ] ConcatOptTest.RemoveListMutationUseVariadicCatAndCommonInputsElimination (3 ms) 2022-09-27T16:19:33.5142418Z [----------] 13 tests from ConcatOptTest (44 ms total) 2022-09-27T16:19:33.5142695Z 2022-09-27T16:19:33.5142981Z [----------] 1 test from OptimizeConcatTest 2022-09-27T16:19:33.5143607Z [ RUN ] OptimizeConcatTest.UseVariadicCatReplaceMultiple 2022-09-27T16:19:33.5172654Z [ OK ] OptimizeConcatTest.UseVariadicCatReplaceMultiple (3 ms) 2022-09-27T16:19:33.5173342Z [----------] 1 test from OptimizeConcatTest (3 ms total) 2022-09-27T16:19:33.5173645Z 2022-09-27T16:19:33.5173903Z [----------] 3 tests from ConcatOpt 2022-09-27T16:19:33.5174370Z [ RUN ] ConcatOpt.CombineConcatsSimpleCase 2022-09-27T16:19:33.5174988Z [ OK ] ConcatOpt.CombineConcatsSimpleCase (0 ms) 2022-09-27T16:19:33.5175564Z [ RUN ] ConcatOpt.CombineConcatsLongChain 2022-09-27T16:19:33.5177457Z [ OK ] ConcatOpt.CombineConcatsLongChain (0 ms) 2022-09-27T16:19:33.5178011Z [ RUN ] ConcatOpt.CombineConcatsMutation 2022-09-27T16:19:33.5179298Z [ OK ] ConcatOpt.CombineConcatsMutation (0 ms) 2022-09-27T16:19:33.5179875Z [----------] 3 tests from ConcatOpt (0 ms total) 2022-09-27T16:19:33.5180146Z 2022-09-27T16:19:33.5180382Z [----------] 4 tests from ConstantPoolingTest 2022-09-27T16:19:33.5180808Z [ RUN ] ConstantPoolingTest.Int 2022-09-27T16:19:33.5181303Z [ OK ] ConstantPoolingTest.Int (0 ms) 2022-09-27T16:19:33.5181849Z [ RUN ] ConstantPoolingTest.PoolingAcrossBlocks 2022-09-27T16:19:33.5182446Z [ OK ] ConstantPoolingTest.PoolingAcrossBlocks (0 ms) 2022-09-27T16:19:33.5183119Z [ RUN ] ConstantPoolingTest.PoolingDifferentDevices 2022-09-27T16:19:33.5184001Z [ OK ] ConstantPoolingTest.PoolingDifferentDevices (0 ms) 2022-09-27T16:19:33.5184671Z [ RUN ] ConstantPoolingTest.DictConstantPooling 2022-09-27T16:19:33.5185774Z [ OK ] ConstantPoolingTest.DictConstantPooling (0 ms) 2022-09-27T16:19:33.5186839Z [----------] 4 tests from ConstantPoolingTest (0 ms total) 2022-09-27T16:19:33.5187258Z 2022-09-27T16:19:33.5187770Z [----------] 1 test from CleanupPassTest 2022-09-27T16:19:33.5188385Z [ RUN ] CleanupPassTest.Basic 2022-09-27T16:19:33.5189818Z [ OK ] CleanupPassTest.Basic (0 ms) 2022-09-27T16:19:33.5190526Z [----------] 1 test from CleanupPassTest (0 ms total) 2022-09-27T16:19:33.5190809Z 2022-09-27T16:19:33.5191130Z [----------] 1 test from CreateAutodiffSubgraphsTest 2022-09-27T16:19:33.5192977Z [ RUN ] CreateAutodiffSubgraphsTest.Basic 2022-09-27T16:19:33.5194296Z [ OK ] CreateAutodiffSubgraphsTest.Basic (0 ms) 2022-09-27T16:19:33.5195167Z [----------] 1 test from CreateAutodiffSubgraphsTest (0 ms total) 2022-09-27T16:19:33.5195482Z 2022-09-27T16:19:33.5195738Z [----------] 4 tests from CustomClassTest 2022-09-27T16:19:33.5196326Z [ RUN ] CustomClassTest.TorchbindIValueAPI 2022-09-27T16:19:33.5211043Z [ OK ] CustomClassTest.TorchbindIValueAPI (1 ms) 2022-09-27T16:19:33.5211627Z [ RUN ] CustomClassTest.ScalarTypeClass 2022-09-27T16:19:33.5213452Z [ OK ] CustomClassTest.ScalarTypeClass (0 ms) 2022-09-27T16:19:33.5214012Z [ RUN ] CustomClassTest.TestDocString 2022-09-27T16:19:33.5214560Z [ OK ] CustomClassTest.TestDocString (0 ms) 2022-09-27T16:19:33.5215096Z [ RUN ] CustomClassTest.Serialization 2022-09-27T16:19:33.5228453Z [ OK ] CustomClassTest.Serialization (1 ms) 2022-09-27T16:19:33.5229028Z [----------] 4 tests from CustomClassTest (3 ms total) 2022-09-27T16:19:33.5229298Z 2022-09-27T16:19:33.5230859Z [----------] 5 tests from CustomOperatorTest 2022-09-27T16:19:33.5231398Z [ RUN ] CustomOperatorTest.InferredSchema 2022-09-27T16:19:33.5231990Z [ OK ] CustomOperatorTest.InferredSchema (0 ms) 2022-09-27T16:19:33.5232553Z [ RUN ] CustomOperatorTest.ExplicitSchema 2022-09-27T16:19:33.5241813Z [ OK ] CustomOperatorTest.ExplicitSchema (0 ms) 2022-09-27T16:19:33.5242441Z [ RUN ] CustomOperatorTest.ListParameters 2022-09-27T16:19:33.5243036Z [ OK ] CustomOperatorTest.ListParameters (0 ms) 2022-09-27T16:19:33.5243620Z [ RUN ] CustomOperatorTest.ListParameters2 2022-09-27T16:19:33.5244193Z [ OK ] CustomOperatorTest.ListParameters2 (0 ms) 2022-09-27T16:19:33.5244733Z [ RUN ] CustomOperatorTest.Aliasing 2022-09-27T16:19:33.5245264Z [ OK ] CustomOperatorTest.Aliasing (0 ms) 2022-09-27T16:19:33.5245819Z [----------] 5 tests from CustomOperatorTest (0 ms total) 2022-09-27T16:19:33.5246093Z 2022-09-27T16:19:33.5246374Z [----------] 2 tests from TestCustomOperator 2022-09-27T16:19:33.5246984Z [ RUN ] TestCustomOperator.OperatorGeneratorUndeclared 2022-09-27T16:19:33.5247701Z [ OK ] TestCustomOperator.OperatorGeneratorUndeclared (0 ms) 2022-09-27T16:19:33.5248436Z [ RUN ] TestCustomOperator.OperatorGeneratorBasic 2022-09-27T16:19:33.5249230Z [ OK ] TestCustomOperator.OperatorGeneratorBasic (0 ms) 2022-09-27T16:19:33.5249863Z [----------] 2 tests from TestCustomOperator (0 ms total) 2022-09-27T16:19:33.5250134Z 2022-09-27T16:19:33.5250404Z [----------] 1 test from EliminateDeadCodeTest 2022-09-27T16:19:33.5250908Z [ RUN ] EliminateDeadCodeTest.Basic 2022-09-27T16:19:33.5255749Z [ OK ] EliminateDeadCodeTest.Basic (0 ms) 2022-09-27T16:19:33.5256349Z [----------] 1 test from EliminateDeadCodeTest (0 ms total) 2022-09-27T16:19:33.5256616Z 2022-09-27T16:19:33.5256850Z [----------] 2 tests from FuserTest 2022-09-27T16:19:33.5257306Z [ RUN ] FuserTest.FusionAliasing 2022-09-27T16:19:33.5257810Z [ OK ] FuserTest.FusionAliasing (0 ms) 2022-09-27T16:19:33.5258280Z [ RUN ] FuserTest.KernelCaching 2022-09-27T16:19:33.5258766Z [ OK ] FuserTest.KernelCaching (0 ms) 2022-09-27T16:19:33.5259272Z [----------] 2 tests from FuserTest (0 ms total) 2022-09-27T16:19:33.5259512Z 2022-09-27T16:19:33.5259772Z [----------] 1 test from GraphExecutorTest 2022-09-27T16:19:33.5260280Z [ RUN ] GraphExecutorTest.runAsync_executor 2022-09-27T16:19:33.5442105Z [ OK ] GraphExecutorTest.runAsync_executor (18 ms) 2022-09-27T16:19:33.5443299Z [----------] 1 test from GraphExecutorTest (18 ms total) 2022-09-27T16:19:33.5444812Z 2022-09-27T16:19:33.5449603Z [----------] 5 tests from GraphIteratorTest 2022-09-27T16:19:33.5450648Z [ RUN ] GraphIteratorTest.ConstantReturnGraph 2022-09-27T16:19:33.5451460Z [ OK ] GraphIteratorTest.ConstantReturnGraph (0 ms) 2022-09-27T16:19:33.5452357Z [ RUN ] GraphIteratorTest.GraphWithParameters 2022-09-27T16:19:33.5453147Z [ OK ] GraphIteratorTest.GraphWithParameters (0 ms) 2022-09-27T16:19:33.5453878Z [ RUN ] GraphIteratorTest.GraphWithIf 2022-09-27T16:19:33.5458483Z [ OK ] GraphIteratorTest.GraphWithIf (1 ms) 2022-09-27T16:19:33.5459250Z [ RUN ] GraphIteratorTest.GraphWithNestedIf 2022-09-27T16:19:33.5464531Z [ OK ] GraphIteratorTest.GraphWithNestedIf (0 ms) 2022-09-27T16:19:33.5465454Z [ RUN ] GraphIteratorTest.GraphWithLoop 2022-09-27T16:19:33.5473420Z [ OK ] GraphIteratorTest.GraphWithLoop (0 ms) 2022-09-27T16:19:33.5474327Z [----------] 5 tests from GraphIteratorTest (2 ms total) 2022-09-27T16:19:33.5474849Z 2022-09-27T16:19:33.5475443Z [----------] 1 test from CSDebugInfoSerializaitionTest 2022-09-27T16:19:33.5476414Z [ RUN ] CSDebugInfoSerializaitionTest.TwoSubmodules 2022-09-27T16:19:33.5482600Z [ OK ] CSDebugInfoSerializaitionTest.TwoSubmodules (1 ms) 2022-09-27T16:19:33.5486793Z [----------] 1 test from CSDebugInfoSerializaitionTest (1 ms total) 2022-09-27T16:19:33.5487196Z 2022-09-27T16:19:33.5487499Z [----------] 1 test from InlinerTest 2022-09-27T16:19:33.5488039Z [ RUN ] InlinerTest.Basic 2022-09-27T16:19:33.5490954Z [ OK ] InlinerTest.Basic (0 ms) 2022-09-27T16:19:33.5495090Z [----------] 1 test from InlinerTest (0 ms total) 2022-09-27T16:19:33.5495411Z 2022-09-27T16:19:33.5495728Z [----------] 1 test from InterfaceTest 2022-09-27T16:19:33.5496437Z [ RUN ] InterfaceTest.ModuleInterfaceSerialization 2022-09-27T16:19:33.5532912Z [ OK ] InterfaceTest.ModuleInterfaceSerialization (3 ms) 2022-09-27T16:19:33.5533847Z [----------] 1 test from InterfaceTest (3 ms total) 2022-09-27T16:19:33.5534170Z 2022-09-27T16:19:33.5534492Z [----------] 4 tests from TypeCheckTest 2022-09-27T16:19:33.5535112Z [ RUN ] TypeCheckTest.MatchingType 2022-09-27T16:19:33.5537061Z [ OK ] TypeCheckTest.MatchingType (0 ms) 2022-09-27T16:19:33.5538842Z [ RUN ] TypeCheckTest.SizeMismatch 2022-09-27T16:19:33.5543348Z [ OK ] TypeCheckTest.SizeMismatch (0 ms) 2022-09-27T16:19:33.5547188Z [ RUN ] TypeCheckTest.GradientMismatch 2022-09-27T16:19:33.5547910Z [ OK ] TypeCheckTest.GradientMismatch (0 ms) 2022-09-27T16:19:33.5548610Z [ RUN ] TypeCheckTest.ScalarTypeMismatch 2022-09-27T16:19:33.5549351Z [ OK ] TypeCheckTest.ScalarTypeMismatch (0 ms) 2022-09-27T16:19:33.5550085Z [----------] 4 tests from TypeCheckTest (1 ms total) 2022-09-27T16:19:33.5550418Z 2022-09-27T16:19:33.5550751Z [----------] 3 tests from InterpreterTest 2022-09-27T16:19:33.5551445Z [ RUN ] InterpreterTest.IgnorableArgsInSchema 2022-09-27T16:19:33.5556290Z [ OK ] InterpreterTest.IgnorableArgsInSchema (1 ms) 2022-09-27T16:19:33.5557143Z [ RUN ] InterpreterTest.IgnorableArgsInSchemaWithOut 2022-09-27T16:19:33.5559478Z [ OK ] InterpreterTest.IgnorableArgsInSchemaWithOut (0 ms) 2022-09-27T16:19:33.5560260Z [ RUN ] InterpreterTest.runAsyncBasicTest 2022-09-27T16:19:33.5649567Z [ OK ] InterpreterTest.runAsyncBasicTest (8 ms) 2022-09-27T16:19:33.5650347Z [----------] 3 tests from InterpreterTest (10 ms total) 2022-09-27T16:19:33.5650683Z 2022-09-27T16:19:33.5651104Z [----------] 1 test from EnableRethrowCaughtExceptionTest 2022-09-27T16:19:33.5652366Z [ RUN ] EnableRethrowCaughtExceptionTest.EnableRethrowCaughtExceptionTestRethrowsCaughtException 2022-09-27T16:19:33.5925363Z [ OK ] EnableRethrowCaughtExceptionTest.EnableRethrowCaughtExceptionTestRethrowsCaughtException (27 ms) 2022-09-27T16:19:33.5930983Z [----------] 1 test from EnableRethrowCaughtExceptionTest (27 ms total) 2022-09-27T16:19:33.5931393Z 2022-09-27T16:19:33.5931661Z [----------] 4 tests from IRTest 2022-09-27T16:19:33.5932199Z [ RUN ] IRTest.Attributes 2022-09-27T16:19:33.5932756Z [ OK ] IRTest.Attributes (0 ms) 2022-09-27T16:19:33.5933295Z [ RUN ] IRTest.Blocks 2022-09-27T16:19:33.5937933Z [ OK ] IRTest.Blocks (1 ms) 2022-09-27T16:19:33.5938493Z [ RUN ] IRTest.CommonAncestor 2022-09-27T16:19:33.5944834Z [ OK ] IRTest.CommonAncestor (0 ms) 2022-09-27T16:19:33.5945644Z [ RUN ] IRTest.OperatorMap 2022-09-27T16:19:33.5953688Z [ OK ] IRTest.OperatorMap (0 ms) 2022-09-27T16:19:33.5954535Z [----------] 4 tests from IRTest (2 ms total) 2022-09-27T16:19:33.5954829Z 2022-09-27T16:19:33.5955342Z [----------] 21 tests from IRParserTest 2022-09-27T16:19:33.5956089Z [ RUN ] IRParserTest.Basic 2022-09-27T16:19:33.5960300Z [ OK ] IRParserTest.Basic (0 ms) 2022-09-27T16:19:33.5961068Z [ RUN ] IRParserTest.NestedBlock 2022-09-27T16:19:33.5965605Z [ OK ] IRParserTest.NestedBlock (0 ms) 2022-09-27T16:19:33.5966195Z [ RUN ] IRParserTest.If 2022-09-27T16:19:33.5970993Z [ OK ] IRParserTest.If (0 ms) 2022-09-27T16:19:33.5971754Z [ RUN ] IRParserTest.If2 2022-09-27T16:19:33.5978038Z [ OK ] IRParserTest.If2 (0 ms) 2022-09-27T16:19:33.5982524Z [ RUN ] IRParserTest.InferredTypeIsTensor 2022-09-27T16:19:33.5983276Z [ OK ] IRParserTest.InferredTypeIsTensor (0 ms) 2022-09-27T16:19:33.5983944Z [ RUN ] IRParserTest.ValueReuse 2022-09-27T16:19:33.5984559Z [ OK ] IRParserTest.ValueReuse (0 ms) 2022-09-27T16:19:33.5985179Z [ RUN ] IRParserTest.Attributes 2022-09-27T16:19:33.5985789Z [ OK ] IRParserTest.Attributes (0 ms) 2022-09-27T16:19:33.5986288Z [ RUN ] IRParserTest.OptionalTypes 2022-09-27T16:19:33.5986938Z [ OK ] IRParserTest.OptionalTypes (0 ms) 2022-09-27T16:19:33.5988536Z [ RUN ] IRParserTest.StarTensor 2022-09-27T16:19:33.5989818Z [ OK ] IRParserTest.StarTensor (0 ms) 2022-09-27T16:19:33.5990438Z [ RUN ] IRParserTest.UnshapedTensor 2022-09-27T16:19:33.5991119Z [ OK ] IRParserTest.UnshapedTensor (0 ms) 2022-09-27T16:19:33.5994453Z [ RUN ] IRParserTest.ShapedTensor 2022-09-27T16:19:33.5995712Z [ OK ] IRParserTest.ShapedTensor (0 ms) 2022-09-27T16:19:33.5996357Z [ RUN ] IRParserTest.NestedContrainer 2022-09-27T16:19:33.6000340Z [ OK ] IRParserTest.NestedContrainer (0 ms) 2022-09-27T16:19:33.6001093Z [ RUN ] IRParserTest.MalformedShapeAnnotation 2022-09-27T16:19:33.6005941Z [ OK ] IRParserTest.MalformedShapeAnnotation (0 ms) 2022-09-27T16:19:33.6006685Z [ RUN ] IRParserTest.FileCheck 2022-09-27T16:19:33.6007294Z [ OK ] IRParserTest.FileCheck (0 ms) 2022-09-27T16:19:33.6010405Z [ RUN ] IRParserTest.Strides 2022-09-27T16:19:33.6011528Z [ OK ] IRParserTest.Strides (0 ms) 2022-09-27T16:19:33.6012173Z [ RUN ] IRParserTest.MalformedStrides 2022-09-27T16:19:33.6016495Z [ OK ] IRParserTest.MalformedStrides (0 ms) 2022-09-27T16:19:33.6017137Z [ RUN ] IRParserTest.TensorShapes 2022-09-27T16:19:33.6017802Z [ OK ] IRParserTest.TensorShapes (0 ms) 2022-09-27T16:19:33.6021425Z [ RUN ] IRParserTest.DeviceAndRequiresGradTensors 2022-09-27T16:19:33.6027723Z [ OK ] IRParserTest.DeviceAndRequiresGradTensors (0 ms) 2022-09-27T16:19:33.6028464Z [ RUN ] IRParserTest.ListConstant 2022-09-27T16:19:33.6029362Z [ OK ] IRParserTest.ListConstant (0 ms) 2022-09-27T16:19:33.6032464Z [ RUN ] IRParserTest.PartialStarTensor 2022-09-27T16:19:33.6033321Z [ OK ] IRParserTest.PartialStarTensor (0 ms) 2022-09-27T16:19:33.6034181Z [ RUN ] IRParserTest.ComplexTensorAttributes 2022-09-27T16:19:33.6036532Z [ OK ] IRParserTest.ComplexTensorAttributes (0 ms) 2022-09-27T16:19:33.6037579Z [----------] 21 tests from IRParserTest (8 ms total) 2022-09-27T16:19:33.6037903Z 2022-09-27T16:19:33.6038411Z [----------] 2 tests from JitTypeTest 2022-09-27T16:19:33.6038979Z [ RUN ] JitTypeTest.IsComplete 2022-09-27T16:19:33.6042732Z [ OK ] JitTypeTest.IsComplete (0 ms) 2022-09-27T16:19:33.6043340Z [ RUN ] JitTypeTest.UnifyTypes 2022-09-27T16:19:33.6049661Z [ OK ] JitTypeTest.UnifyTypes (0 ms) 2022-09-27T16:19:33.6050392Z [----------] 2 tests from JitTypeTest (0 ms total) 2022-09-27T16:19:33.6050720Z 2022-09-27T16:19:33.6051087Z [----------] 42 tests from LiteInterpreterTest 2022-09-27T16:19:33.6051787Z [ RUN ] LiteInterpreterTest.UpsampleNearest2d 2022-09-27T16:19:33.6089546Z [ OK ] LiteInterpreterTest.UpsampleNearest2d (3 ms) 2022-09-27T16:19:33.6090326Z [ RUN ] LiteInterpreterTest.CheckAttrAccess 2022-09-27T16:19:33.6097045Z [ OK ] LiteInterpreterTest.CheckAttrAccess (0 ms) 2022-09-27T16:19:33.6097860Z [ RUN ] LiteInterpreterTest.MethodInvocation 2022-09-27T16:19:33.6145693Z [ OK ] LiteInterpreterTest.MethodInvocation (4 ms) 2022-09-27T16:19:33.6146416Z [ RUN ] LiteInterpreterTest.Conv 2022-09-27T16:19:33.6188972Z [ OK ] LiteInterpreterTest.Conv (4 ms) 2022-09-27T16:19:33.6190309Z [ RUN ] LiteInterpreterTest.Inline 2022-09-27T16:19:33.6214263Z [ OK ] LiteInterpreterTest.Inline (1 ms) 2022-09-27T16:19:33.6215151Z [ RUN ] LiteInterpreterTest.Tuple 2022-09-27T16:19:33.6233244Z [ OK ] LiteInterpreterTest.Tuple (1 ms) 2022-09-27T16:19:33.6233926Z [ RUN ] LiteInterpreterTest.AtenFormat 2022-09-27T16:19:33.6248727Z [ OK ] LiteInterpreterTest.AtenFormat (0 ms) 2022-09-27T16:19:33.6249568Z [ RUN ] LiteInterpreterTest.PrimDevice 2022-09-27T16:19:33.6260519Z [ OK ] LiteInterpreterTest.PrimDevice (0 ms) 2022-09-27T16:19:33.6261199Z [ RUN ] LiteInterpreterTest.Dict 2022-09-27T16:19:33.6275712Z [ OK ] LiteInterpreterTest.Dict (1 ms) 2022-09-27T16:19:33.6276342Z [ RUN ] LiteInterpreterTest.List 2022-09-27T16:19:33.6295290Z [ OK ] LiteInterpreterTest.List (1 ms) 2022-09-27T16:19:33.6296019Z [ RUN ] LiteInterpreterTest.PrimOverload 2022-09-27T16:19:33.6296781Z [ OK ] LiteInterpreterTest.PrimOverload (0 ms) 2022-09-27T16:19:33.6299745Z [ RUN ] LiteInterpreterTest.Prim 2022-09-27T16:19:33.6307985Z [ OK ] LiteInterpreterTest.Prim (0 ms) 2022-09-27T16:19:33.6308672Z [ RUN ] LiteInterpreterTest.PrimScalar 2022-09-27T16:19:33.6320058Z [ OK ] LiteInterpreterTest.PrimScalar (1 ms) 2022-09-27T16:19:33.6320797Z [ RUN ] LiteInterpreterTest.LoadOrigJit 2022-09-27T16:19:33.6416566Z [ OK ] LiteInterpreterTest.LoadOrigJit (9 ms) 2022-09-27T16:19:33.6417353Z [ RUN ] LiteInterpreterTest.WrongMethodName 2022-09-27T16:19:33.6445909Z [ OK ] LiteInterpreterTest.WrongMethodName (2 ms) 2022-09-27T16:19:33.6446839Z [ RUN ] LiteInterpreterTest.SetState 2022-09-27T16:19:33.6506062Z [ OK ] LiteInterpreterTest.SetState (5 ms) 2022-09-27T16:19:33.6506819Z [ RUN ] LiteInterpreterTest.BuiltinClass 2022-09-27T16:19:33.6524678Z [ OK ] LiteInterpreterTest.BuiltinClass (1 ms) 2022-09-27T16:19:33.6525768Z [ RUN ] LiteInterpreterTest.BuiltinFunction 2022-09-27T16:19:33.6537582Z [ OK ] LiteInterpreterTest.BuiltinFunction (0 ms) 2022-09-27T16:19:33.6538663Z [ RUN ] LiteInterpreterTest.GetRuntimeByteCodeVersion 2022-09-27T16:19:33.6539559Z [ OK ] LiteInterpreterTest.GetRuntimeByteCodeVersion (0 ms) 2022-09-27T16:19:33.6543023Z [ RUN ] LiteInterpreterTest.GetRuntimeOperatorsVersion 2022-09-27T16:19:33.6543961Z [ OK ] LiteInterpreterTest.GetRuntimeOperatorsVersion (0 ms) 2022-09-27T16:19:33.6547067Z [ RUN ] LiteInterpreterTest.GetByteCodeVersion 2022-09-27T16:19:33.6552082Z [ OK ] LiteInterpreterTest.GetByteCodeVersion (0 ms) 2022-09-27T16:19:33.6552892Z [ RUN ] LiteInterpreterTest.GetContainTypes 2022-09-27T16:19:33.6560922Z [ OK ] LiteInterpreterTest.GetContainTypes (0 ms) 2022-09-27T16:19:33.6561870Z [ RUN ] LiteInterpreterTest.BackPortByteCodeModelAllVersions 2022-09-27T16:19:33.7657463Z [ OK ] LiteInterpreterTest.BackPortByteCodeModelAllVersions (108 ms) 2022-09-27T16:19:33.7658487Z [ RUN ] LiteInterpreterTest.GetRuntimeOpsAndInfo 2022-09-27T16:19:33.7723198Z [ OK ] LiteInterpreterTest.GetRuntimeOpsAndInfo (6 ms) 2022-09-27T16:19:33.7724030Z [ RUN ] LiteInterpreterTest.isCompatibleSuccess 2022-09-27T16:19:33.7779742Z [ OK ] LiteInterpreterTest.isCompatibleSuccess (5 ms) 2022-09-27T16:19:33.7781349Z [ RUN ] LiteInterpreterTest.isCompatibleFail 2022-09-27T16:19:33.7879522Z [ OK ] LiteInterpreterTest.isCompatibleFail (9 ms) 2022-09-27T16:19:33.7880261Z [ RUN ] LiteInterpreterTest.Eval 2022-09-27T16:19:33.7887678Z [ OK ] LiteInterpreterTest.Eval (0 ms) 2022-09-27T16:19:33.7888342Z [ RUN ] LiteInterpreterTest.FindWrongMethodName 2022-09-27T16:19:33.7892828Z [ OK ] LiteInterpreterTest.FindWrongMethodName (0 ms) 2022-09-27T16:19:33.7893496Z [ RUN ] LiteInterpreterTest.FindAndRunMethod 2022-09-27T16:19:33.7900463Z [ OK ] LiteInterpreterTest.FindAndRunMethod (0 ms) 2022-09-27T16:19:33.7901121Z [ RUN ] LiteInterpreterTest.RunMethodVariadic 2022-09-27T16:19:33.7908030Z [ OK ] LiteInterpreterTest.RunMethodVariadic (0 ms) 2022-09-27T16:19:33.7908704Z [ RUN ] LiteInterpreterTest.DuplicateSetState 2022-09-27T16:19:33.7919474Z [ OK ] LiteInterpreterTest.DuplicateSetState (1 ms) 2022-09-27T16:19:33.7920248Z [ RUN ] LiteInterpreterTest.ExtraFiles 2022-09-27T16:19:33.7924519Z [ OK ] LiteInterpreterTest.ExtraFiles (0 ms) 2022-09-27T16:19:33.7925380Z [ RUN ] LiteInterpreterTest.OpNameExportFetchRootOperators 2022-09-27T16:19:33.7934470Z [ OK ] LiteInterpreterTest.OpNameExportFetchRootOperators (0 ms) 2022-09-27T16:19:33.7935360Z [ RUN ] LiteInterpreterTest.DefaultArgsConv 2022-09-27T16:19:33.7947302Z [ OK ] LiteInterpreterTest.DefaultArgsConv (1 ms) 2022-09-27T16:19:33.7948148Z [ RUN ] LiteInterpreterTest.DefaultArgsPinv 2022-09-27T16:19:33.7994364Z [ OK ] LiteInterpreterTest.DefaultArgsPinv (4 ms) 2022-09-27T16:19:33.7995438Z [ RUN ] LiteInterpreterTest.DefaultArgsTensorinvSpecifyDefault 2022-09-27T16:19:33.8004530Z [ OK ] LiteInterpreterTest.DefaultArgsTensorinvSpecifyDefault (1 ms) 2022-09-27T16:19:33.8005648Z [ RUN ] LiteInterpreterTest.DefaultArgsPinvWithOutArg 2022-09-27T16:19:33.8023483Z [ OK ] LiteInterpreterTest.DefaultArgsPinvWithOutArg (1 ms) 2022-09-27T16:19:33.8024638Z [ RUN ] LiteInterpreterTest.DefaultArgsWithOutArg 2022-09-27T16:19:33.8031878Z [ OK ] LiteInterpreterTest.DefaultArgsWithOutArg (0 ms) 2022-09-27T16:19:33.8033265Z [ RUN ] LiteInterpreterTest.TestExceptionStackWithTwoLevelModuleHierarchy 2022-09-27T16:19:33.8120131Z [ OK ] LiteInterpreterTest.TestExceptionStackWithTwoLevelModuleHierarchy (8 ms) 2022-09-27T16:19:33.8121589Z [ RUN ] LiteInterpreterTest.OperatorCacheDifferentiatesDefaultArgs 2022-09-27T16:19:33.8153521Z [ OK ] LiteInterpreterTest.OperatorCacheDifferentiatesDefaultArgs (3 ms) 2022-09-27T16:19:33.8154477Z [ RUN ] LiteInterpreterTest.OperatorSize1 2022-09-27T16:19:33.8158385Z [ OK ] LiteInterpreterTest.OperatorSize1 (0 ms) 2022-09-27T16:19:33.8158985Z [ RUN ] LiteInterpreterTest.OperatorTest2 2022-09-27T16:19:33.8175300Z [ OK ] LiteInterpreterTest.OperatorTest2 (1 ms) 2022-09-27T16:19:33.8175993Z [----------] 42 tests from LiteInterpreterTest (212 ms total) 2022-09-27T16:19:33.8176279Z 2022-09-27T16:19:33.8176500Z [----------] 3 tests from RunTimeTest 2022-09-27T16:19:33.8176952Z [ RUN ] RunTimeTest.ParseBytecode 2022-09-27T16:19:33.8177700Z [ OK ] RunTimeTest.ParseBytecode (0 ms) 2022-09-27T16:19:33.8178247Z [ RUN ] RunTimeTest.ParseOperator 2022-09-27T16:19:33.8178897Z [ OK ] RunTimeTest.ParseOperator (0 ms) 2022-09-27T16:19:33.8179629Z [ RUN ] RunTimeTest.RuntimeCall 2022-09-27T16:19:33.8180131Z [ OK ] RunTimeTest.RuntimeCall (0 ms) 2022-09-27T16:19:33.8180641Z [----------] 3 tests from RunTimeTest (0 ms total) 2022-09-27T16:19:33.8181100Z 2022-09-27T16:19:33.8181401Z [----------] 11 tests from LiteInterpreterUpgraderTest 2022-09-27T16:19:33.8181871Z [ RUN ] LiteInterpreterUpgraderTest.DivTensorV2 2022-09-27T16:19:33.8182262Z [ OK ] LiteInterpreterUpgraderTest.DivTensorV2 (0 ms) 2022-09-27T16:19:33.8182725Z [ RUN ] LiteInterpreterUpgraderTest.DivTensorOutV2 2022-09-27T16:19:33.8183124Z [ OK ] LiteInterpreterUpgraderTest.DivTensorOutV2 (0 ms) 2022-09-27T16:19:33.8183531Z [ RUN ] LiteInterpreterUpgraderTest.DivTensorInplaceV2 2022-09-27T16:19:33.8183967Z [ OK ] LiteInterpreterUpgraderTest.DivTensorInplaceV2 (0 ms) 2022-09-27T16:19:33.8184368Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarFloatV2 2022-09-27T16:19:33.8195816Z [ OK ] LiteInterpreterUpgraderTest.DivScalarFloatV2 (1 ms) 2022-09-27T16:19:33.8196794Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarReciprocalFloatV2 2022-09-27T16:19:33.8197429Z expect output: 0.5000 2022-09-27T16:19:33.8197849Z [ CPUFloatType{1} ]actual output: 0.5000 2022-09-27T16:19:33.8198770Z [ CPUFloatType{1} ][ OK ] LiteInterpreterUpgraderTest.DivScalarReciprocalFloatV2 (0 ms) 2022-09-27T16:19:33.8199815Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarReciprocalIntV2 2022-09-27T16:19:33.8200796Z [ OK ] LiteInterpreterUpgraderTest.DivScalarReciprocalIntV2 (0 ms) 2022-09-27T16:19:33.8201721Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarScalarV2 2022-09-27T16:19:33.8202616Z [ OK ] LiteInterpreterUpgraderTest.DivScalarScalarV2 (0 ms) 2022-09-27T16:19:33.8203467Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarIntV2 2022-09-27T16:19:33.8204298Z [ OK ] LiteInterpreterUpgraderTest.DivScalarIntV2 (0 ms) 2022-09-27T16:19:33.8205205Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarInplaceFloatV2 2022-09-27T16:19:33.8206175Z [ OK ] LiteInterpreterUpgraderTest.DivScalarInplaceFloatV2 (0 ms) 2022-09-27T16:19:33.8207091Z [ RUN ] LiteInterpreterUpgraderTest.DivScalarInplaceIntV2 2022-09-27T16:19:33.8208052Z [ OK ] LiteInterpreterUpgraderTest.DivScalarInplaceIntV2 (0 ms) 2022-09-27T16:19:33.8208955Z [ RUN ] LiteInterpreterUpgraderTest.Upgrader 2022-09-27T16:19:33.8209929Z [ OK ] LiteInterpreterUpgraderTest.Upgrader (0 ms) 2022-09-27T16:19:33.8210994Z [----------] 11 tests from LiteInterpreterUpgraderTest (2 ms total) 2022-09-27T16:19:33.8211476Z 2022-09-27T16:19:33.8211874Z [----------] 29 tests from LiteInterpreterDirectTest 2022-09-27T16:19:33.8212647Z [ RUN ] LiteInterpreterDirectTest.UpsampleNearest2d 2022-09-27T16:19:33.8213684Z [ OK ] LiteInterpreterDirectTest.UpsampleNearest2d (0 ms) 2022-09-27T16:19:33.8214501Z [ RUN ] LiteInterpreterDirectTest.CheckAttrAccess 2022-09-27T16:19:33.8215349Z [ OK ] LiteInterpreterDirectTest.CheckAttrAccess (0 ms) 2022-09-27T16:19:33.8216186Z [ RUN ] LiteInterpreterDirectTest.MethodInvocation 2022-09-27T16:19:33.8219221Z hello 2022-09-27T16:19:33.8219727Z hello 3 2022-09-27T16:19:33.8226851Z hello 2022-09-27T16:19:33.8227262Z hello 3 2022-09-27T16:19:33.8231973Z hello 2022-09-27T16:19:33.8234862Z hello 3 2022-09-27T16:19:33.8235641Z [ OK ] LiteInterpreterDirectTest.MethodInvocation (1 ms) 2022-09-27T16:19:33.8236431Z [ RUN ] LiteInterpreterDirectTest.Conv 2022-09-27T16:19:33.8246958Z [ OK ] LiteInterpreterDirectTest.Conv (1 ms) 2022-09-27T16:19:33.8247921Z [ RUN ] LiteInterpreterDirectTest.Inline 2022-09-27T16:19:33.8252609Z [ OK ] LiteInterpreterDirectTest.Inline (0 ms) 2022-09-27T16:19:33.8253335Z [ RUN ] LiteInterpreterDirectTest.Tuple 2022-09-27T16:19:33.8257084Z [ OK ] LiteInterpreterDirectTest.Tuple (0 ms) 2022-09-27T16:19:33.8257785Z [ RUN ] LiteInterpreterDirectTest.Dict 2022-09-27T16:19:33.8260551Z [ OK ] LiteInterpreterDirectTest.Dict (0 ms) 2022-09-27T16:19:33.8261240Z [ RUN ] LiteInterpreterDirectTest.Prim 2022-09-27T16:19:33.8263187Z [ OK ] LiteInterpreterDirectTest.Prim (0 ms) 2022-09-27T16:19:33.8263942Z [ RUN ] LiteInterpreterDirectTest.PrimScalar 2022-09-27T16:19:33.8266490Z [ OK ] LiteInterpreterDirectTest.PrimScalar (0 ms) 2022-09-27T16:19:33.8267277Z [ RUN ] LiteInterpreterDirectTest.WrongMethodName 2022-09-27T16:19:33.8280921Z [ OK ] LiteInterpreterDirectTest.WrongMethodName (1 ms) 2022-09-27T16:19:33.8281732Z [ RUN ] LiteInterpreterDirectTest.SetState 2022-09-27T16:19:33.8299141Z [ OK ] LiteInterpreterDirectTest.SetState (1 ms) 2022-09-27T16:19:33.8299782Z [ RUN ] LiteInterpreterDirectTest.BuiltinFunction 2022-09-27T16:19:33.8302366Z [ OK ] LiteInterpreterDirectTest.BuiltinFunction (0 ms) 2022-09-27T16:19:33.8303325Z [ RUN ] LiteInterpreterDirectTest.GetRuntimeByteCodeVersion 2022-09-27T16:19:33.8304326Z [ OK ] LiteInterpreterDirectTest.GetRuntimeByteCodeVersion (0 ms) 2022-09-27T16:19:33.8305308Z [ RUN ] LiteInterpreterDirectTest.GetRuntimeOperatorsVersion 2022-09-27T16:19:33.8306327Z [ OK ] LiteInterpreterDirectTest.GetRuntimeOperatorsVersion (0 ms) 2022-09-27T16:19:33.8307245Z [ RUN ] LiteInterpreterDirectTest.GetByteCodeVersion 2022-09-27T16:19:33.8308132Z [ OK ] LiteInterpreterDirectTest.GetByteCodeVersion (0 ms) 2022-09-27T16:19:33.8309009Z [ RUN ] LiteInterpreterDirectTest.GetRuntimeOpsAndInfo 2022-09-27T16:19:33.8365904Z [ OK ] LiteInterpreterDirectTest.GetRuntimeOpsAndInfo (6 ms) 2022-09-27T16:19:33.8366701Z [ RUN ] LiteInterpreterDirectTest.Eval 2022-09-27T16:19:33.8371381Z [ OK ] LiteInterpreterDirectTest.Eval (0 ms) 2022-09-27T16:19:33.8372195Z [ RUN ] LiteInterpreterDirectTest.FindWrongMethodName 2022-09-27T16:19:33.8373784Z [ OK ] LiteInterpreterDirectTest.FindWrongMethodName (0 ms) 2022-09-27T16:19:33.8374662Z [ RUN ] LiteInterpreterDirectTest.FindAndRunMethod 2022-09-27T16:19:33.8379199Z [ OK ] LiteInterpreterDirectTest.FindAndRunMethod (0 ms) 2022-09-27T16:19:33.8380349Z [ RUN ] LiteInterpreterDirectTest.RunMethodVariadic 2022-09-27T16:19:33.8384158Z [ OK ] LiteInterpreterDirectTest.RunMethodVariadic (0 ms) 2022-09-27T16:19:33.8385159Z [ RUN ] LiteInterpreterDirectTest.DuplicateSetState 2022-09-27T16:19:33.8389338Z [ OK ] LiteInterpreterDirectTest.DuplicateSetState (0 ms) 2022-09-27T16:19:33.8390296Z [ RUN ] LiteInterpreterDirectTest.OpNameExportFetchRootOperators 2022-09-27T16:19:33.8394252Z [ OK ] LiteInterpreterDirectTest.OpNameExportFetchRootOperators (0 ms) 2022-09-27T16:19:33.8395186Z [ RUN ] LiteInterpreterDirectTest.DefaultArgsConv 2022-09-27T16:19:33.8403554Z [ OK ] LiteInterpreterDirectTest.DefaultArgsConv (0 ms) 2022-09-27T16:19:33.8404631Z [ RUN ] LiteInterpreterDirectTest.DefaultArgsPinv 2022-09-27T16:19:33.8436903Z [ OK ] LiteInterpreterDirectTest.DefaultArgsPinv (3 ms) 2022-09-27T16:19:33.8438089Z [ RUN ] LiteInterpreterDirectTest.DefaultArgsTensorinvSpecifyDefault 2022-09-27T16:19:33.8443749Z [ OK ] LiteInterpreterDirectTest.DefaultArgsTensorinvSpecifyDefault (0 ms) 2022-09-27T16:19:33.8444778Z [ RUN ] LiteInterpreterDirectTest.DefaultArgsPinvWithOutArg 2022-09-27T16:19:33.8464086Z [ OK ] LiteInterpreterDirectTest.DefaultArgsPinvWithOutArg (1 ms) 2022-09-27T16:19:33.8465202Z [ RUN ] LiteInterpreterDirectTest.DefaultArgsWithOutArg 2022-09-27T16:19:33.8470196Z [ OK ] LiteInterpreterDirectTest.DefaultArgsWithOutArg (0 ms) 2022-09-27T16:19:33.8471327Z [ RUN ] LiteInterpreterDirectTest.TestExceptionStackWithTwoLevelModuleHierarchy 2022-09-27T16:19:33.8554146Z [ OK ] LiteInterpreterDirectTest.TestExceptionStackWithTwoLevelModuleHierarchy (8 ms) 2022-09-27T16:19:33.8555186Z [ RUN ] LiteInterpreterDirectTest.OperatorCacheDifferentiatesDefaultArgs 2022-09-27T16:19:33.8575416Z [ OK ] LiteInterpreterDirectTest.OperatorCacheDifferentiatesDefaultArgs (2 ms) 2022-09-27T16:19:33.8575944Z [----------] 29 tests from LiteInterpreterDirectTest (36 ms total) 2022-09-27T16:19:33.8576141Z 2022-09-27T16:19:33.8576300Z [----------] 7 tests from LiteTrainerTest 2022-09-27T16:19:33.8576595Z [ RUN ] LiteTrainerTest.Params 2022-09-27T16:19:33.8658745Z [ OK ] LiteTrainerTest.Params (8 ms) 2022-09-27T16:19:33.8659493Z [ RUN ] LiteTrainerTest.SGD 2022-09-27T16:19:33.8730556Z [ OK ] LiteTrainerTest.SGD (7 ms) 2022-09-27T16:19:33.8731727Z [ RUN ] LiteTrainerTest.SequentialSampler 2022-09-27T16:19:33.8732469Z [ OK ] LiteTrainerTest.SequentialSampler (0 ms) 2022-09-27T16:19:33.8733411Z [ RUN ] LiteTrainerTest.RandomSamplerReturnsIndicesInCorrectRange 2022-09-27T16:19:33.8734508Z [ OK ] LiteTrainerTest.RandomSamplerReturnsIndicesInCorrectRange (0 ms) 2022-09-27T16:19:33.8735586Z [ RUN ] LiteTrainerTest.RandomSamplerReturnsLessValuesForLastBatch 2022-09-27T16:19:33.8736707Z [ OK ] LiteTrainerTest.RandomSamplerReturnsLessValuesForLastBatch (0 ms) 2022-09-27T16:19:33.8737646Z [ RUN ] LiteTrainerTest.RandomSamplerResetsWell 2022-09-27T16:19:33.8738653Z [ OK ] LiteTrainerTest.RandomSamplerResetsWell (0 ms) 2022-09-27T16:19:33.8739520Z [ RUN ] LiteTrainerTest.RandomSamplerResetsWithNewSizeWell 2022-09-27T16:19:33.8740612Z [ OK ] LiteTrainerTest.RandomSamplerResetsWithNewSizeWell (0 ms) 2022-09-27T16:19:33.8741469Z [----------] 7 tests from LiteTrainerTest (15 ms total) 2022-09-27T16:19:33.8741807Z 2022-09-27T16:19:33.8742091Z [----------] 6 tests from MobileTest 2022-09-27T16:19:33.8742747Z [ RUN ] MobileTest.SaveLoadParametersEmpty 2022-09-27T16:19:33.8743503Z [ OK ] MobileTest.SaveLoadParametersEmpty (0 ms) 2022-09-27T16:19:33.8744562Z [ RUN ] MobileTest.SaveParametersDefaultsToZip 2022-09-27T16:19:33.8745354Z [ OK ] MobileTest.SaveParametersDefaultsToZip (0 ms) 2022-09-27T16:19:33.8746262Z [ RUN ] MobileTest.SaveParametersCanUseFlatbuffer 2022-09-27T16:19:33.8747102Z [ OK ] MobileTest.SaveParametersCanUseFlatbuffer (0 ms) 2022-09-27T16:19:33.8747931Z [ RUN ] MobileTest.SaveLoadParametersUsingFlatbuffers 2022-09-27T16:19:33.8748821Z [ OK ] MobileTest.SaveLoadParametersUsingFlatbuffers (0 ms) 2022-09-27T16:19:33.8749766Z [ RUN ] MobileTest.LoadParametersUnexpectedFormatShouldThrow 2022-09-27T16:19:33.8773355Z [ OK ] MobileTest.LoadParametersUnexpectedFormatShouldThrow (3 ms) 2022-09-27T16:19:33.8774412Z [ RUN ] MobileTest.LoadParametersEmptyDataShouldThrow 2022-09-27T16:19:33.8791056Z [ OK ] MobileTest.LoadParametersEmptyDataShouldThrow (1 ms) 2022-09-27T16:19:33.8791930Z [----------] 6 tests from MobileTest (5 ms total) 2022-09-27T16:19:33.8792158Z 2022-09-27T16:19:33.8792577Z [----------] 1 test from MemoryDAGTest 2022-09-27T16:19:33.8793135Z [ RUN ] MemoryDAGTest.Basic 2022-09-27T16:19:33.8793860Z [ OK ] MemoryDAGTest.Basic (0 ms) 2022-09-27T16:19:33.8794697Z [----------] 1 test from MemoryDAGTest (0 ms total) 2022-09-27T16:19:33.8795104Z 2022-09-27T16:19:33.8795535Z [----------] 1 test from InternedStringsTest 2022-09-27T16:19:33.8796342Z [ RUN ] InternedStringsTest.Basic 2022-09-27T16:19:33.8797188Z [ OK ] InternedStringsTest.Basic (0 ms) 2022-09-27T16:19:33.8798022Z [----------] 1 test from InternedStringsTest (0 ms total) 2022-09-27T16:19:33.8798429Z 2022-09-27T16:19:33.8798819Z [----------] 1 test from FromQualStringTest 2022-09-27T16:19:33.8799602Z [ RUN ] FromQualStringTest.Basic 2022-09-27T16:19:33.8800420Z [ OK ] FromQualStringTest.Basic (0 ms) 2022-09-27T16:19:33.8801313Z [----------] 1 test from FromQualStringTest (0 ms total) 2022-09-27T16:19:33.8801764Z 2022-09-27T16:19:33.8802157Z [----------] 1 test from THNNConvTest 2022-09-27T16:19:33.8802868Z [ RUN ] THNNConvTest.Basic 2022-09-27T16:19:33.8803978Z [ OK ] THNNConvTest.Basic (1 ms) 2022-09-27T16:19:33.8804818Z [----------] 1 test from THNNConvTest (1 ms total) 2022-09-27T16:19:33.8805325Z 2022-09-27T16:19:33.8805701Z [----------] 1 test from ATenNativeBatchNormTest 2022-09-27T16:19:33.8806361Z [ RUN ] ATenNativeBatchNormTest.Basic 2022-09-27T16:19:33.8814696Z [ OK ] ATenNativeBatchNormTest.Basic (0 ms) 2022-09-27T16:19:33.8815487Z [----------] 1 test from ATenNativeBatchNormTest (0 ms total) 2022-09-27T16:19:33.8815872Z 2022-09-27T16:19:33.8816223Z [----------] 2 tests from CustomFusionTest 2022-09-27T16:19:33.8816795Z [ RUN ] CustomFusionTest.Basic 2022-09-27T16:19:33.8817363Z [ OK ] CustomFusionTest.Basic (0 ms) 2022-09-27T16:19:33.8818052Z [ RUN ] CustomFusionTest.NestedBlocks 2022-09-27T16:19:33.8820342Z [ OK ] CustomFusionTest.NestedBlocks (0 ms) 2022-09-27T16:19:33.8820980Z [----------] 2 tests from CustomFusionTest (0 ms total) 2022-09-27T16:19:33.8821246Z 2022-09-27T16:19:33.8821508Z [----------] 1 test from ControlFlowTest 2022-09-27T16:19:33.8821974Z [ RUN ] ControlFlowTest.Basic 2022-09-27T16:19:33.8829683Z [ OK ] ControlFlowTest.Basic (0 ms) 2022-09-27T16:19:33.8832750Z [----------] 1 test from ControlFlowTest (0 ms total) 2022-09-27T16:19:33.8833606Z 2022-09-27T16:19:33.8834728Z [----------] 1 test from ProtoTest 2022-09-27T16:19:33.8835295Z [ RUN ] ProtoTest.Basic 2022-09-27T16:19:33.8835869Z [ OK ] ProtoTest.Basic (0 ms) 2022-09-27T16:19:33.8836738Z [----------] 1 test from ProtoTest (0 ms total) 2022-09-27T16:19:33.8837408Z 2022-09-27T16:19:33.8837775Z [----------] 9 tests from SchemaParserTest 2022-09-27T16:19:33.8838716Z [ RUN ] SchemaParserTest.NestedArrays 2022-09-27T16:19:33.8839403Z [ OK ] SchemaParserTest.NestedArrays (0 ms) 2022-09-27T16:19:33.8840087Z [ RUN ] SchemaParserTest.OutVariant 2022-09-27T16:19:33.8840765Z [ OK ] SchemaParserTest.OutVariant (0 ms) 2022-09-27T16:19:33.8841438Z [ RUN ] SchemaParserTest.NamedReturns 2022-09-27T16:19:33.8842114Z [ OK ] SchemaParserTest.NamedReturns (0 ms) 2022-09-27T16:19:33.8842775Z [ RUN ] SchemaParserTest.Futures 2022-09-27T16:19:33.8843414Z [ OK ] SchemaParserTest.Futures (0 ms) 2022-09-27T16:19:33.8844102Z [ RUN ] SchemaParserTest.AnnotatedAliasSets 2022-09-27T16:19:33.8844980Z [ OK ] SchemaParserTest.AnnotatedAliasSets (0 ms) 2022-09-27T16:19:33.8845835Z [ RUN ] SchemaParserTest.TensorListAnnotatedAliasSets 2022-09-27T16:19:33.8846724Z [ OK ] SchemaParserTest.TensorListAnnotatedAliasSets (0 ms) 2022-09-27T16:19:33.8847638Z [ RUN ] SchemaParserTest.AnnotatedAliasWithoutBeforeSet 2022-09-27T16:19:33.8848655Z [ OK ] SchemaParserTest.AnnotatedAliasWithoutBeforeSet (0 ms) 2022-09-27T16:19:33.8849647Z [ RUN ] SchemaParserTest.BeforeAfterSets 2022-09-27T16:19:33.8850375Z [ OK ] SchemaParserTest.BeforeAfterSets (0 ms) 2022-09-27T16:19:33.8851117Z [ RUN ] SchemaParserTest.BeforeAfterSets2 2022-09-27T16:19:33.8851871Z [ OK ] SchemaParserTest.BeforeAfterSets2 (0 ms) 2022-09-27T16:19:33.8852596Z [----------] 9 tests from SchemaParserTest (0 ms total) 2022-09-27T16:19:33.8852932Z 2022-09-27T16:19:33.8853290Z [----------] 2 tests from TopologicalIndexTest 2022-09-27T16:19:33.8853931Z [ RUN ] TopologicalIndexTest.Basic 2022-09-27T16:19:33.8854602Z [ OK ] TopologicalIndexTest.Basic (0 ms) 2022-09-27T16:19:33.8855248Z [ RUN ] TopologicalIndexTest.Reindex 2022-09-27T16:19:33.8855931Z [ OK ] TopologicalIndexTest.Reindex (0 ms) 2022-09-27T16:19:33.8856685Z [----------] 2 tests from TopologicalIndexTest (0 ms total) 2022-09-27T16:19:33.8857042Z 2022-09-27T16:19:33.8857365Z [----------] 7 tests from RecordFunctionTest 2022-09-27T16:19:33.8858106Z [ RUN ] RecordFunctionTest.TracedTestInputsOutputs 2022-09-27T16:19:33.8858958Z [ OK ] RecordFunctionTest.TracedTestInputsOutputs (0 ms) 2022-09-27T16:19:33.8859756Z [ RUN ] RecordFunctionTest.SampledCallbacks 2022-09-27T16:19:33.8899347Z [ OK ] RecordFunctionTest.SampledCallbacks (5 ms) 2022-09-27T16:19:33.8900070Z [ RUN ] RecordFunctionTest.RecordFunctionGuard 2022-09-27T16:19:33.8900724Z [ OK ] RecordFunctionTest.RecordFunctionGuard (0 ms) 2022-09-27T16:19:33.8901257Z [ RUN ] RecordFunctionTest.Callbacks 2022-09-27T16:19:33.8902091Z [ OK ] RecordFunctionTest.Callbacks (0 ms) 2022-09-27T16:19:33.8902659Z [ RUN ] RecordFunctionTest.ShouldRun 2022-09-27T16:19:33.8903253Z [ OK ] RecordFunctionTest.ShouldRun (0 ms) 2022-09-27T16:19:33.8903790Z [ RUN ] RecordFunctionTest.Basic 2022-09-27T16:19:33.8931285Z [ OK ] RecordFunctionTest.Basic (0 ms) 2022-09-27T16:19:33.8932060Z [ RUN ] RecordFunctionTest.OperatorNameOverload 2022-09-27T16:19:33.8932929Z [ OK ] RecordFunctionTest.OperatorNameOverload (0 ms) 2022-09-27T16:19:33.8933731Z [----------] 7 tests from RecordFunctionTest (6 ms total) 2022-09-27T16:19:33.8934076Z 2022-09-27T16:19:33.8934436Z [----------] 1 test from ThreadLocalDebugInfoTest 2022-09-27T16:19:33.8935121Z [ RUN ] ThreadLocalDebugInfoTest.Basic 2022-09-27T16:19:33.8936081Z [ OK ] ThreadLocalDebugInfoTest.Basic (0 ms) 2022-09-27T16:19:33.8936829Z [----------] 1 test from ThreadLocalDebugInfoTest (0 ms total) 2022-09-27T16:19:33.8937309Z 2022-09-27T16:19:33.8937643Z [----------] 1 test from TestSymIntArrayRef 2022-09-27T16:19:33.8938315Z [ RUN ] TestSymIntArrayRef.BasicConversion 2022-09-27T16:19:33.8939066Z [ OK ] TestSymIntArrayRef.BasicConversion (0 ms) 2022-09-27T16:19:33.8939804Z [----------] 1 test from TestSymIntArrayRef (0 ms total) 2022-09-27T16:19:33.8940142Z 2022-09-27T16:19:33.8940439Z [----------] 5 tests from TestSymInt 2022-09-27T16:19:33.8941095Z [ RUN ] TestSymInt.NarrowCopyWithSymbolicInt 2022-09-27T16:19:33.8941847Z [ OK ] TestSymInt.NarrowCopyWithSymbolicInt (0 ms) 2022-09-27T16:19:33.8942505Z [ RUN ] TestSymInt.NarrowCopy 2022-09-27T16:19:33.8943098Z [ OK ] TestSymInt.NarrowCopy (0 ms) 2022-09-27T16:19:33.8943712Z [ RUN ] TestSymInt.AddSymbolicInt 2022-09-27T16:19:33.8944329Z [ OK ] TestSymInt.AddSymbolicInt (0 ms) 2022-09-27T16:19:33.8944948Z [ RUN ] TestSymInt.TestIntrusive 2022-09-27T16:19:33.8945575Z [ OK ] TestSymInt.TestIntrusive (0 ms) 2022-09-27T16:19:33.8946276Z [ RUN ] TestSymInt.TestSymIntToSymIntNodeDispatch 2022-09-27T16:19:33.8947103Z [ OK ] TestSymInt.TestSymIntToSymIntNodeDispatch (0 ms) 2022-09-27T16:19:33.8947840Z [----------] 5 tests from TestSymInt (0 ms total) 2022-09-27T16:19:33.8948137Z 2022-09-27T16:19:33.8948444Z [----------] 1 test from FallbackGraphsTest 2022-09-27T16:19:33.8949051Z [ RUN ] FallbackGraphsTest.Basic 2022-09-27T16:19:33.8949679Z [ OK ] FallbackGraphsTest.Basic (1 ms) 2022-09-27T16:19:33.8950373Z [----------] 1 test from FallbackGraphsTest (1 ms total) 2022-09-27T16:19:33.8950681Z 2022-09-27T16:19:33.8951022Z [----------] 1 test from NoneSchemaMatchTest 2022-09-27T16:19:33.8951631Z [ RUN ] NoneSchemaMatchTest.Basic 2022-09-27T16:19:33.8952275Z [ OK ] NoneSchemaMatchTest.Basic (0 ms) 2022-09-27T16:19:33.8952956Z [----------] 1 test from NoneSchemaMatchTest (0 ms total) 2022-09-27T16:19:33.8953292Z 2022-09-27T16:19:33.8953631Z [----------] 1 test from PassManagementTest 2022-09-27T16:19:33.8954242Z [ RUN ] PassManagementTest.Basic 2022-09-27T16:19:33.8954851Z [ OK ] PassManagementTest.Basic (0 ms) 2022-09-27T16:19:33.8955542Z [----------] 1 test from PassManagementTest (0 ms total) 2022-09-27T16:19:33.8955874Z 2022-09-27T16:19:33.8956190Z [----------] 5 tests from LoopPeelerTest 2022-09-27T16:19:33.8956866Z [ RUN ] LoopPeelerTest.NoInductionVariableUse 2022-09-27T16:19:33.8957635Z [ OK ] LoopPeelerTest.NoInductionVariableUse (0 ms) 2022-09-27T16:19:33.8958410Z [ RUN ] LoopPeelerTest.YesInductionVariableUse 2022-09-27T16:19:33.8959204Z [ OK ] LoopPeelerTest.YesInductionVariableUse (0 ms) 2022-09-27T16:19:33.8960004Z [ RUN ] LoopPeelerTest.LoopWithTerminationCondition 2022-09-27T16:19:33.8960869Z [ OK ] LoopPeelerTest.LoopWithTerminationCondition (0 ms) 2022-09-27T16:19:33.8961651Z [ RUN ] LoopPeelerTest.SimpleNestedLoops 2022-09-27T16:19:33.8962385Z [ OK ] LoopPeelerTest.SimpleNestedLoops (1 ms) 2022-09-27T16:19:33.8963074Z [ RUN ] LoopPeelerTest.SimpleNestedLoops2 2022-09-27T16:19:33.8977590Z [ OK ] LoopPeelerTest.SimpleNestedLoops2 (1 ms) 2022-09-27T16:19:33.8978329Z [----------] 5 tests from LoopPeelerTest (4 ms total) 2022-09-27T16:19:33.8978661Z 2022-09-27T16:19:33.8978951Z [----------] 1 test from JitTracing 2022-09-27T16:19:33.8979452Z [ RUN ] JitTracing.Basic 2022-09-27T16:19:33.9263523Z [ OK ] JitTracing.Basic (28 ms) 2022-09-27T16:19:33.9264754Z [----------] 1 test from JitTracing (28 ms total) 2022-09-27T16:19:33.9265274Z 2022-09-27T16:19:33.9265858Z [----------] 1 test from InsertAndEliminateRedundantGuardsTest 2022-09-27T16:19:33.9266956Z [ RUN ] InsertAndEliminateRedundantGuardsTest.Basic 2022-09-27T16:19:33.9270694Z [ OK ] InsertAndEliminateRedundantGuardsTest.Basic (0 ms) 2022-09-27T16:19:33.9271930Z [----------] 1 test from InsertAndEliminateRedundantGuardsTest (0 ms total) 2022-09-27T16:19:33.9272499Z 2022-09-27T16:19:33.9272918Z [----------] 1 test from InsertBailOutsTest 2022-09-27T16:19:33.9273714Z [ RUN ] InsertBailOutsTest.Basic 2022-09-27T16:19:33.9282043Z [ OK ] InsertBailOutsTest.Basic (1 ms) 2022-09-27T16:19:33.9282786Z [----------] 1 test from InsertBailOutsTest (1 ms total) 2022-09-27T16:19:33.9283101Z 2022-09-27T16:19:33.9283417Z [----------] 2 tests from ProfilerTest 2022-09-27T16:19:33.9283983Z [ RUN ] ProfilerTest.Basic 2022-09-27T16:19:33.9403484Z [ OK ] ProfilerTest.Basic (11 ms) 2022-09-27T16:19:33.9404475Z [ RUN ] ProfilerTest.OptionalProfiling 2022-09-27T16:19:33.9405751Z [ OK ] ProfilerTest.OptionalProfiling (0 ms) 2022-09-27T16:19:33.9406499Z [----------] 2 tests from ProfilerTest (12 ms total) 2022-09-27T16:19:33.9406834Z 2022-09-27T16:19:33.9407157Z [----------] 2 tests from CallStackTest 2022-09-27T16:19:33.9407715Z [ RUN ] CallStackTest.Basic 2022-09-27T16:19:33.9411038Z [ OK ] CallStackTest.Basic (0 ms) 2022-09-27T16:19:33.9411624Z [ RUN ] CallStackTest.Caching 2022-09-27T16:19:33.9415350Z [ OK ] CallStackTest.Caching (0 ms) 2022-09-27T16:19:33.9416196Z [----------] 2 tests from CallStackTest (1 ms total) 2022-09-27T16:19:33.9416644Z 2022-09-27T16:19:33.9417012Z [----------] 2 tests from InlinedCallStackTest 2022-09-27T16:19:33.9417745Z [ RUN ] InlinedCallStackTest.BlockAnnotation 2022-09-27T16:19:33.9423403Z [ OK ] InlinedCallStackTest.BlockAnnotation (0 ms) 2022-09-27T16:19:33.9424161Z [ RUN ] InlinedCallStackTest.SelfCallMethods 2022-09-27T16:19:33.9433071Z [ OK ] InlinedCallStackTest.SelfCallMethods (0 ms) 2022-09-27T16:19:33.9433710Z [----------] 2 tests from InlinedCallStackTest (1 ms total) 2022-09-27T16:19:33.9433975Z 2022-09-27T16:19:33.9434237Z [----------] 1 test from AutogradSymbolsTest 2022-09-27T16:19:33.9434768Z [ RUN ] AutogradSymbolsTest.Basic 2022-09-27T16:19:33.9435250Z [ OK ] AutogradSymbolsTest.Basic (0 ms) 2022-09-27T16:19:33.9435798Z [----------] 1 test from AutogradSymbolsTest (0 ms total) 2022-09-27T16:19:33.9436046Z 2022-09-27T16:19:33.9436370Z [----------] 1 test from DefaultArgTypeHintingTest 2022-09-27T16:19:33.9436963Z [ RUN ] DefaultArgTypeHintingTest.Basic 2022-09-27T16:19:33.9437775Z [ OK ] DefaultArgTypeHintingTest.Basic (0 ms) 2022-09-27T16:19:33.9438464Z [----------] 1 test from DefaultArgTypeHintingTest (0 ms total) 2022-09-27T16:19:33.9438768Z 2022-09-27T16:19:33.9439022Z [----------] 5 tests from FuturesTest 2022-09-27T16:19:33.9439486Z [ RUN ] FuturesTest.Basic 2022-09-27T16:19:33.9439962Z [ OK ] FuturesTest.Basic (0 ms) 2022-09-27T16:19:33.9440408Z [ RUN ] FuturesTest.Error 2022-09-27T16:19:33.9447493Z [ OK ] FuturesTest.Error (0 ms) 2022-09-27T16:19:33.9448029Z [ RUN ] FuturesTest.Then 2022-09-27T16:19:33.9448464Z [ OK ] FuturesTest.Then (0 ms) 2022-09-27T16:19:33.9448811Z [ RUN ] FuturesTest.CollectAll 2022-09-27T16:19:33.9449310Z [ OK ] FuturesTest.CollectAll (0 ms) 2022-09-27T16:19:33.9449583Z [ RUN ] FuturesTest.CollectAny 2022-09-27T16:19:33.9450171Z [ OK ] FuturesTest.CollectAny (0 ms) 2022-09-27T16:19:33.9450663Z [----------] 5 tests from FuturesTest (1 ms total) 2022-09-27T16:19:33.9450996Z 2022-09-27T16:19:33.9451198Z [----------] 1 test from TLSFutureCallbacksTest 2022-09-27T16:19:33.9451538Z [ RUN ] TLSFutureCallbacksTest.Basic 2022-09-27T16:19:33.9451867Z [ OK ] TLSFutureCallbacksTest.Basic (0 ms) 2022-09-27T16:19:33.9452212Z [----------] 1 test from TLSFutureCallbacksTest (0 ms total) 2022-09-27T16:19:33.9452384Z 2022-09-27T16:19:33.9452566Z [----------] 1 test from ProfilerDisableInCallbackTest 2022-09-27T16:19:33.9452912Z [ RUN ] ProfilerDisableInCallbackTest.Basic 2022-09-27T16:19:33.9491882Z [ OK ] ProfilerDisableInCallbackTest.Basic (0 ms) 2022-09-27T16:19:33.9492756Z [----------] 1 test from ProfilerDisableInCallbackTest (0 ms total) 2022-09-27T16:19:33.9493157Z 2022-09-27T16:19:33.9493548Z [----------] 2 tests from RecordDebugHandles 2022-09-27T16:19:33.9494185Z [ RUN ] RecordDebugHandles.Basic 2022-09-27T16:19:33.9495003Z STAGE:2022-09-27 16:19:33 3639:3639 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:19:33.9495941Z STAGE:2022-09-27 16:19:33 3639:3639 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:19:33.9496705Z [ OK ] RecordDebugHandles.Basic (0 ms) 2022-09-27T16:19:33.9497389Z [ RUN ] RecordDebugHandles.ScopedCallbacks 2022-09-27T16:19:33.9498269Z STAGE:2022-09-27 16:19:33 3639:3639 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:19:33.9499209Z STAGE:2022-09-27 16:19:33 3639:3639 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:19:33.9500144Z STAGE:2022-09-27 16:19:33 3639:3639 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:19:33.9501060Z STAGE:2022-09-27 16:19:33 3639:3639 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:19:33.9501985Z STAGE:2022-09-27 16:19:33 3639:3639 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:19:33.9502913Z STAGE:2022-09-27 16:19:33 3639:3639 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:19:33.9503739Z [ OK ] RecordDebugHandles.ScopedCallbacks (2 ms) 2022-09-27T16:19:33.9504484Z [----------] 2 tests from RecordDebugHandles (3 ms total) 2022-09-27T16:19:33.9504836Z 2022-09-27T16:19:33.9505164Z [----------] 1 test from IValueKWargsTest 2022-09-27T16:19:33.9505776Z [ RUN ] IValueKWargsTest.Basic 2022-09-27T16:19:33.9506409Z [ OK ] IValueKWargsTest.Basic (1 ms) 2022-09-27T16:19:33.9507086Z [----------] 1 test from IValueKWargsTest (1 ms total) 2022-09-27T16:19:33.9507421Z 2022-09-27T16:19:33.9507749Z [----------] 1 test from ComputeFlopsTest 2022-09-27T16:19:33.9508357Z [ RUN ] ComputeFlopsTest.Basic 2022-09-27T16:19:33.9509108Z [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:33.9510039Z [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:33.9511178Z [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:33.9512155Z [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:33.9512937Z [ OK ] ComputeFlopsTest.Basic (0 ms) 2022-09-27T16:19:33.9513626Z [----------] 1 test from ComputeFlopsTest (0 ms total) 2022-09-27T16:19:33.9513963Z 2022-09-27T16:19:33.9514264Z [----------] 1 test from TestConstant 2022-09-27T16:19:33.9515071Z [ RUN ] TestConstant.TensorGrad 2022-09-27T16:19:33.9515703Z [ OK ] TestConstant.TensorGrad (0 ms) 2022-09-27T16:19:33.9516473Z [----------] 1 test from TestConstant (0 ms total) 2022-09-27T16:19:33.9516794Z 2022-09-27T16:19:33.9517100Z [----------] 1 test from TestMutation 2022-09-27T16:19:33.9517624Z [ RUN ] TestMutation.Basic 2022-09-27T16:19:33.9518216Z [ OK ] TestMutation.Basic (0 ms) 2022-09-27T16:19:33.9518862Z [----------] 1 test from TestMutation (0 ms total) 2022-09-27T16:19:33.9519172Z 2022-09-27T16:19:33.9519588Z [----------] 1 test from TestInplaceToFunctionalActivation 2022-09-27T16:19:33.9520383Z [ RUN ] TestInplaceToFunctionalActivation.Basic 2022-09-27T16:19:33.9521207Z [ OK ] TestInplaceToFunctionalActivation.Basic (0 ms) 2022-09-27T16:19:33.9522079Z [----------] 1 test from TestInplaceToFunctionalActivation (0 ms total) 2022-09-27T16:19:33.9522492Z 2022-09-27T16:19:33.9522848Z [----------] 1 test from TestRegisterShapeOp 2022-09-27T16:19:33.9523480Z [ RUN ] TestRegisterShapeOp.Basic 2022-09-27T16:19:34.1234537Z [ OK ] TestRegisterShapeOp.Basic (172 ms) 2022-09-27T16:19:34.1235324Z [----------] 1 test from TestRegisterShapeOp (172 ms total) 2022-09-27T16:19:34.1235687Z 2022-09-27T16:19:34.1236128Z [----------] 1 test from TestFunctionalToInplaceActivation 2022-09-27T16:19:34.1236924Z [ RUN ] TestFunctionalToInplaceActivation.Basic 2022-09-27T16:19:34.1237759Z [ OK ] TestFunctionalToInplaceActivation.Basic (0 ms) 2022-09-27T16:19:34.1238623Z [----------] 1 test from TestFunctionalToInplaceActivation (0 ms total) 2022-09-27T16:19:34.1239038Z 2022-09-27T16:19:34.1239402Z [----------] 2 tests from TestFunctionExecutor 2022-09-27T16:19:34.1240130Z [ RUN ] TestFunctionExecutor.SimpleExecutorTest 2022-09-27T16:19:34.1240975Z [ OK ] TestFunctionExecutor.SimpleExecutorTest (0 ms) 2022-09-27T16:19:34.1241772Z [ RUN ] TestFunctionExecutor.RunDecompositionTest 2022-09-27T16:19:34.1256762Z [ OK ] TestFunctionExecutor.RunDecompositionTest (1 ms) 2022-09-27T16:19:34.1257221Z [----------] 2 tests from TestFunctionExecutor (2 ms total) 2022-09-27T16:19:34.1257397Z 2022-09-27T16:19:34.1257559Z [----------] 1 test from TestShapeGraphLinting 2022-09-27T16:19:34.1257870Z [ RUN ] TestShapeGraphLinting.Basic 2022-09-27T16:19:34.1264342Z [ OK ] TestShapeGraphLinting.Basic (0 ms) 2022-09-27T16:19:34.1264940Z [----------] 1 test from TestShapeGraphLinting (0 ms total) 2022-09-27T16:19:34.1265246Z 2022-09-27T16:19:34.1265471Z [----------] 1 test from Composed 2022-09-27T16:19:34.1265926Z [ RUN ] Composed.ComposedOp 2022-09-27T16:19:34.4259935Z [ OK ] Composed.ComposedOp (299 ms) 2022-09-27T16:19:34.4260523Z [----------] 1 test from Composed (299 ms total) 2022-09-27T16:19:34.4260677Z 2022-09-27T16:19:34.4260884Z [----------] 19 tests from MobileTypeParserTest 2022-09-27T16:19:34.4261190Z [ RUN ] MobileTypeParserTest.Int 2022-09-27T16:19:34.4261484Z [ OK ] MobileTypeParserTest.Int (0 ms) 2022-09-27T16:19:34.4261865Z [ RUN ] MobileTypeParserTest.NestedContainersAnnotationStr 2022-09-27T16:19:34.4262318Z [ OK ] MobileTypeParserTest.NestedContainersAnnotationStr (0 ms) 2022-09-27T16:19:34.4262700Z [ RUN ] MobileTypeParserTest.TorchBindClass 2022-09-27T16:19:34.4263054Z [ OK ] MobileTypeParserTest.TorchBindClass (0 ms) 2022-09-27T16:19:34.4263421Z [ RUN ] MobileTypeParserTest.ListOfTorchBindClass 2022-09-27T16:19:34.4263799Z [ OK ] MobileTypeParserTest.ListOfTorchBindClass (0 ms) 2022-09-27T16:19:34.4264489Z [ RUN ] MobileTypeParserTest.NestedContainersAnnotationStrWithSpaces 2022-09-27T16:19:34.4265015Z [ OK ] MobileTypeParserTest.NestedContainersAnnotationStrWithSpaces (0 ms) 2022-09-27T16:19:34.4265496Z [ RUN ] MobileTypeParserTest.NamedTuple 2022-09-27T16:19:34.4265820Z [ OK ] MobileTypeParserTest.NamedTuple (0 ms) 2022-09-27T16:19:34.4266208Z [ RUN ] MobileTypeParserTest.DictNestedNamedTupleTypeList 2022-09-27T16:19:34.4266656Z [ OK ] MobileTypeParserTest.DictNestedNamedTupleTypeList (0 ms) 2022-09-27T16:19:34.4267106Z [ RUN ] MobileTypeParserTest.NamedTupleNestedNamedTupleTypeList 2022-09-27T16:19:34.4267588Z [ OK ] MobileTypeParserTest.NamedTupleNestedNamedTupleTypeList (0 ms) 2022-09-27T16:19:34.4268037Z [ RUN ] MobileTypeParserTest.NamedTupleNestedNamedTuple 2022-09-27T16:19:34.4268470Z [ OK ] MobileTypeParserTest.NamedTupleNestedNamedTuple (0 ms) 2022-09-27T16:19:34.4268815Z [ RUN ] MobileTypeParserTest.Empty 2022-09-27T16:19:34.4282139Z [ OK ] MobileTypeParserTest.Empty (2 ms) 2022-09-27T16:19:34.4282665Z [ RUN ] MobileTypeParserTest.TypoRaises 2022-09-27T16:19:34.4311997Z [ OK ] MobileTypeParserTest.TypoRaises (2 ms) 2022-09-27T16:19:34.4312627Z [ RUN ] MobileTypeParserTest.MismatchBracketRaises 2022-09-27T16:19:34.4342846Z [ OK ] MobileTypeParserTest.MismatchBracketRaises (3 ms) 2022-09-27T16:19:34.4343619Z [ RUN ] MobileTypeParserTest.MismatchBracketRaises2 2022-09-27T16:19:34.4373014Z [ OK ] MobileTypeParserTest.MismatchBracketRaises2 (3 ms) 2022-09-27T16:19:34.4373794Z [ RUN ] MobileTypeParserTest.DictWithoutValueRaises 2022-09-27T16:19:34.4398353Z [ OK ] MobileTypeParserTest.DictWithoutValueRaises (2 ms) 2022-09-27T16:19:34.4399128Z [ RUN ] MobileTypeParserTest.ListArgCountMismatchRaises 2022-09-27T16:19:34.4428611Z [ OK ] MobileTypeParserTest.ListArgCountMismatchRaises (3 ms) 2022-09-27T16:19:34.4429423Z [ RUN ] MobileTypeParserTest.DictArgCountMismatchRaises 2022-09-27T16:19:34.4454360Z [ OK ] MobileTypeParserTest.DictArgCountMismatchRaises (2 ms) 2022-09-27T16:19:34.4455179Z [ RUN ] MobileTypeParserTest.ValidTypeWithExtraStuffRaises 2022-09-27T16:19:34.4470367Z [ OK ] MobileTypeParserTest.ValidTypeWithExtraStuffRaises (1 ms) 2022-09-27T16:19:34.4471149Z [ RUN ] MobileTypeParserTest.NonIdentifierRaises 2022-09-27T16:19:34.4486272Z [ OK ] MobileTypeParserTest.NonIdentifierRaises (1 ms) 2022-09-27T16:19:34.4487089Z [ RUN ] MobileTypeParserTest.DictNestedNamedTupleTypeListRaises 2022-09-27T16:19:34.4521782Z [ OK ] MobileTypeParserTest.DictNestedNamedTupleTypeListRaises (3 ms) 2022-09-27T16:19:34.4522502Z [----------] 19 tests from MobileTypeParserTest (26 ms total) 2022-09-27T16:19:34.4522774Z 2022-09-27T16:19:34.4523032Z [----------] 13 tests from ModuleAPITest 2022-09-27T16:19:34.4523514Z [ RUN ] ModuleAPITest.MethodRunAsync 2022-09-27T16:19:34.4618241Z [ OK ] ModuleAPITest.MethodRunAsync (9 ms) 2022-09-27T16:19:34.4618897Z [ RUN ] ModuleAPITest.Clone 2022-09-27T16:19:34.4619495Z [ OK ] ModuleAPITest.Clone (0 ms) 2022-09-27T16:19:34.4620199Z [ RUN ] ModuleAPITest.CloneWithModuleInterface 2022-09-27T16:19:34.4637684Z [ OK ] ModuleAPITest.CloneWithModuleInterface (1 ms) 2022-09-27T16:19:34.4638417Z [ RUN ] ModuleAPITest.Copy 2022-09-27T16:19:34.4639019Z [ OK ] ModuleAPITest.Copy (0 ms) 2022-09-27T16:19:34.4639599Z [ RUN ] ModuleAPITest.DeepCopy 2022-09-27T16:19:34.4644007Z [ OK ] ModuleAPITest.DeepCopy (0 ms) 2022-09-27T16:19:34.4644927Z [ RUN ] ModuleAPITest.DeepCopyString 2022-09-27T16:19:34.4646297Z [ OK ] ModuleAPITest.DeepCopyString (0 ms) 2022-09-27T16:19:34.4647286Z [ RUN ] ModuleAPITest.DeepCopyEnum 2022-09-27T16:19:34.4648091Z [ OK ] ModuleAPITest.DeepCopyEnum (0 ms) 2022-09-27T16:19:34.4648882Z [ RUN ] ModuleAPITest.DeepCopyPreservesAliasing 2022-09-27T16:19:34.4649788Z [ OK ] ModuleAPITest.DeepCopyPreservesAliasing (0 ms) 2022-09-27T16:19:34.4650493Z [ RUN ] ModuleAPITest.Constants 2022-09-27T16:19:34.4651121Z [ OK ] ModuleAPITest.Constants (0 ms) 2022-09-27T16:19:34.4651728Z [ RUN ] ModuleAPITest.Parameters 2022-09-27T16:19:34.4652365Z [ OK ] ModuleAPITest.Parameters (0 ms) 2022-09-27T16:19:34.4652965Z [ RUN ] ModuleAPITest.Define 2022-09-27T16:19:34.4655782Z [ OK ] ModuleAPITest.Define (0 ms) 2022-09-27T16:19:34.4656384Z [ RUN ] ModuleAPITest.Freezing 2022-09-27T16:19:34.4680052Z [ OK ] ModuleAPITest.Freezing (2 ms) 2022-09-27T16:19:34.4680739Z [ RUN ] ModuleAPITest.OfiFreezesTraining 2022-09-27T16:19:34.4709608Z [ OK ] ModuleAPITest.OfiFreezesTraining (2 ms) 2022-09-27T16:19:34.4711295Z [----------] 13 tests from ModuleAPITest (18 ms total) 2022-09-27T16:19:34.4711623Z 2022-09-27T16:19:34.4720465Z [----------] 6 tests from PeepholeOptimizeTest 2022-09-27T16:19:34.4721226Z [ RUN ] PeepholeOptimizeTest.IsAndIsNot 2022-09-27T16:19:34.4721953Z [ OK ] PeepholeOptimizeTest.IsAndIsNot (0 ms) 2022-09-27T16:19:34.4722675Z [ RUN ] PeepholeOptimizeTest.IsAndIsNot2 2022-09-27T16:19:34.4723392Z [ OK ] PeepholeOptimizeTest.IsAndIsNot2 (0 ms) 2022-09-27T16:19:34.4724097Z [ RUN ] PeepholeOptimizeTest.IsAndIsNot3 2022-09-27T16:19:34.4724824Z [ OK ] PeepholeOptimizeTest.IsAndIsNot3 (0 ms) 2022-09-27T16:19:34.4725536Z [ RUN ] PeepholeOptimizeTest.UnwrapOptional 2022-09-27T16:19:34.4726319Z [ OK ] PeepholeOptimizeTest.UnwrapOptional (0 ms) 2022-09-27T16:19:34.4727085Z [ RUN ] PeepholeOptimizeTest.UnwrapOptional2 2022-09-27T16:19:34.4727862Z [ OK ] PeepholeOptimizeTest.UnwrapOptional2 (0 ms) 2022-09-27T16:19:34.4728643Z [ RUN ] PeepholeOptimizeTest.AddMMFusion 2022-09-27T16:19:34.4729465Z [ OK ] PeepholeOptimizeTest.AddMMFusion (0 ms) 2022-09-27T16:19:34.4730232Z [----------] 6 tests from PeepholeOptimizeTest (0 ms total) 2022-09-27T16:19:34.4730596Z 2022-09-27T16:19:34.4730922Z [----------] 5 tests from QualifiedNameTest 2022-09-27T16:19:34.4731619Z [ RUN ] QualifiedNameTest.PrefixConstruction 2022-09-27T16:19:34.4732392Z [ OK ] QualifiedNameTest.PrefixConstruction (0 ms) 2022-09-27T16:19:34.4733132Z [ RUN ] QualifiedNameTest.DottedConstruction 2022-09-27T16:19:34.4733904Z [ OK ] QualifiedNameTest.DottedConstruction (0 ms) 2022-09-27T16:19:34.4734657Z [ RUN ] QualifiedNameTest.BadInputRaises 2022-09-27T16:19:34.4762097Z [ OK ] QualifiedNameTest.BadInputRaises (4 ms) 2022-09-27T16:19:34.4762775Z [ RUN ] QualifiedNameTest.Equality 2022-09-27T16:19:34.4763439Z [ OK ] QualifiedNameTest.Equality (0 ms) 2022-09-27T16:19:34.4764099Z [ RUN ] QualifiedNameTest.IsPrefixOf 2022-09-27T16:19:34.4764771Z [ OK ] QualifiedNameTest.IsPrefixOf (0 ms) 2022-09-27T16:19:34.4765494Z [----------] 5 tests from QualifiedNameTest (4 ms total) 2022-09-27T16:19:34.4765840Z 2022-09-27T16:19:34.4766179Z [----------] 6 tests from SerializationTest 2022-09-27T16:19:34.4766910Z [ RUN ] SerializationTest.ExtraFilesHookPreference 2022-09-27T16:19:34.4777210Z [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:34.4778455Z [ OK ] SerializationTest.ExtraFilesHookPreference (1 ms) 2022-09-27T16:19:34.4779385Z [ RUN ] SerializationTest.ExtraFileHooksNoSecret 2022-09-27T16:19:34.4780209Z [ OK ] SerializationTest.ExtraFileHooksNoSecret (0 ms) 2022-09-27T16:19:34.4781023Z [ RUN ] SerializationTest.ExtraFileHooksWithSecret 2022-09-27T16:19:34.4781889Z [ OK ] SerializationTest.ExtraFileHooksWithSecret (0 ms) 2022-09-27T16:19:34.4782624Z [ RUN ] SerializationTest.TypeTags 2022-09-27T16:19:34.4783262Z [ OK ] SerializationTest.TypeTags (0 ms) 2022-09-27T16:19:34.4783976Z [ RUN ] SerializationTest.ParentDirNotExist 2022-09-27T16:19:34.4820699Z [ OK ] SerializationTest.ParentDirNotExist (4 ms) 2022-09-27T16:19:34.4822997Z [ RUN ] SerializationTest.CalculateNecessaryArgsTest 2022-09-27T16:19:34.4823879Z [ OK ] SerializationTest.CalculateNecessaryArgsTest (0 ms) 2022-09-27T16:19:34.4824689Z [----------] 6 tests from SerializationTest (6 ms total) 2022-09-27T16:19:34.4825047Z 2022-09-27T16:19:34.4825400Z [----------] 3 tests from TestSourceRoundTrip 2022-09-27T16:19:34.4826098Z [ RUN ] TestSourceRoundTrip.UpsampleNearest2d 2022-09-27T16:19:34.4845760Z [ OK ] TestSourceRoundTrip.UpsampleNearest2d (2 ms) 2022-09-27T16:19:34.4846551Z [ RUN ] TestSourceRoundTrip.CheckAttrAccess 2022-09-27T16:19:34.4847301Z [ OK ] TestSourceRoundTrip.CheckAttrAccess (0 ms) 2022-09-27T16:19:34.4848038Z [ RUN ] TestSourceRoundTrip.MethodInvocation 2022-09-27T16:19:34.4941886Z [ OK ] TestSourceRoundTrip.MethodInvocation (9 ms) 2022-09-27T16:19:34.4942726Z [----------] 3 tests from TestSourceRoundTrip (11 ms total) 2022-09-27T16:19:34.4943082Z 2022-09-27T16:19:34.4943505Z [----------] 2 tests from FunctionSchemaIsAliasingTest 2022-09-27T16:19:34.4944245Z [ RUN ] FunctionSchemaIsAliasingTest.Basic 2022-09-27T16:19:34.4945008Z [ OK ] FunctionSchemaIsAliasingTest.Basic (0 ms) 2022-09-27T16:19:34.4945809Z [ RUN ] FunctionSchemaIsAliasingTest.InvalidArgument 2022-09-27T16:19:34.4964300Z [ OK ] FunctionSchemaIsAliasingTest.InvalidArgument (1 ms) 2022-09-27T16:19:34.4965195Z [----------] 2 tests from FunctionSchemaIsAliasingTest (2 ms total) 2022-09-27T16:19:34.4965595Z 2022-09-27T16:19:34.4966002Z [----------] 2 tests from FunctionSchemaIsMutableTest 2022-09-27T16:19:34.4966709Z [ RUN ] FunctionSchemaIsMutableTest.Basic 2022-09-27T16:19:34.4967444Z [ OK ] FunctionSchemaIsMutableTest.Basic (0 ms) 2022-09-27T16:19:34.4968292Z [ RUN ] FunctionSchemaIsMutableTest.InvalidArgument 2022-09-27T16:19:34.4993685Z [ OK ] FunctionSchemaIsMutableTest.InvalidArgument (2 ms) 2022-09-27T16:19:34.4994586Z [----------] 2 tests from FunctionSchemaIsMutableTest (2 ms total) 2022-09-27T16:19:34.4995009Z 2022-09-27T16:19:34.4995394Z [----------] 5 tests from SchemaInfoIsMutableTest 2022-09-27T16:19:34.4996070Z [ RUN ] SchemaInfoIsMutableTest.Basic 2022-09-27T16:19:34.4996754Z [ OK ] SchemaInfoIsMutableTest.Basic (0 ms) 2022-09-27T16:19:34.4997517Z [ RUN ] SchemaInfoIsMutableTest.InvalidArgument 2022-09-27T16:19:34.5033226Z [ OK ] SchemaInfoIsMutableTest.InvalidArgument (3 ms) 2022-09-27T16:19:34.5034085Z [ RUN ] SchemaInfoIsMutableTest.AliasingInputs 2022-09-27T16:19:34.5034896Z [ OK ] SchemaInfoIsMutableTest.AliasingInputs (0 ms) 2022-09-27T16:19:34.5035692Z [ RUN ] SchemaInfoIsMutableTest.InstanceNorm 2022-09-27T16:19:34.5036478Z [ OK ] SchemaInfoIsMutableTest.InstanceNorm (0 ms) 2022-09-27T16:19:34.5037215Z [ RUN ] SchemaInfoIsMutableTest.BatchNorm 2022-09-27T16:19:34.5038308Z [ OK ] SchemaInfoIsMutableTest.BatchNorm (0 ms) 2022-09-27T16:19:34.5039208Z [----------] 5 tests from SchemaInfoIsMutableTest (4 ms total) 2022-09-27T16:19:34.5039588Z 2022-09-27T16:19:34.5040046Z [----------] 2 tests from SchemaInfoIsNonDeterministicTest 2022-09-27T16:19:34.5040811Z [ RUN ] SchemaInfoIsNonDeterministicTest.Basic 2022-09-27T16:19:34.5041614Z [ OK ] SchemaInfoIsNonDeterministicTest.Basic (0 ms) 2022-09-27T16:19:34.5042432Z [ RUN ] SchemaInfoIsNonDeterministicTest.Dropout 2022-09-27T16:19:34.5043242Z [ OK ] SchemaInfoIsNonDeterministicTest.Dropout (0 ms) 2022-09-27T16:19:34.5044139Z [----------] 2 tests from SchemaInfoIsNonDeterministicTest (0 ms total) 2022-09-27T16:19:34.5044559Z 2022-09-27T16:19:34.5044964Z [----------] 3 tests from FunctionSchemaMayAliasTest 2022-09-27T16:19:34.5045668Z [ RUN ] FunctionSchemaMayAliasTest.Basic 2022-09-27T16:19:34.5046398Z [ OK ] FunctionSchemaMayAliasTest.Basic (0 ms) 2022-09-27T16:19:34.5047196Z [ RUN ] FunctionSchemaMayAliasTest.InvalidArgument 2022-09-27T16:19:34.5064517Z [ OK ] FunctionSchemaMayAliasTest.InvalidArgument (3 ms) 2022-09-27T16:19:34.5069441Z [ RUN ] FunctionSchemaMayAliasTest.Wildcard 2022-09-27T16:19:34.5072222Z [ OK ] FunctionSchemaMayAliasTest.Wildcard (0 ms) 2022-09-27T16:19:34.5073740Z [----------] 3 tests from FunctionSchemaMayAliasTest (3 ms total) 2022-09-27T16:19:34.5074443Z 2022-09-27T16:19:34.5075071Z [----------] 7 tests from SchemaInfoMayAliasTest 2022-09-27T16:19:34.5075820Z [ RUN ] SchemaInfoMayAliasTest.AliasingInputs 2022-09-27T16:19:34.5077788Z [ OK ] SchemaInfoMayAliasTest.AliasingInputs (0 ms) 2022-09-27T16:19:34.5078986Z [ RUN ] SchemaInfoMayAliasTest.AliasingOutputs 2022-09-27T16:19:34.5080306Z [ OK ] SchemaInfoMayAliasTest.AliasingOutputs (0 ms) 2022-09-27T16:19:34.5081470Z [ RUN ] SchemaInfoMayAliasTest.AliasingInputOutput 2022-09-27T16:19:34.5082585Z [ OK ] SchemaInfoMayAliasTest.AliasingInputOutput (0 ms) 2022-09-27T16:19:34.5083469Z [ RUN ] SchemaInfoMayAliasTest.MultipleWildcardInputs 2022-09-27T16:19:34.5084849Z [ OK ] SchemaInfoMayAliasTest.MultipleWildcardInputs (0 ms) 2022-09-27T16:19:34.5085994Z [ RUN ] SchemaInfoMayAliasTest.MultipleNonWildcardInputs 2022-09-27T16:19:34.5087262Z [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:34.5088528Z [ OK ] SchemaInfoMayAliasTest.MultipleNonWildcardInputs (0 ms) 2022-09-27T16:19:34.5089883Z [ RUN ] SchemaInfoMayAliasTest.MultipleNonWildcardOutputs 2022-09-27T16:19:34.5090969Z [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:34.5092167Z [ OK ] SchemaInfoMayAliasTest.MultipleNonWildcardOutputs (0 ms) 2022-09-27T16:19:34.5093034Z [ RUN ] SchemaInfoMayAliasTest.MismatchingTypes 2022-09-27T16:19:34.5094567Z [ OK ] SchemaInfoMayAliasTest.MismatchingTypes (0 ms) 2022-09-27T16:19:34.5095536Z [----------] 7 tests from SchemaInfoMayAliasTest (0 ms total) 2022-09-27T16:19:34.5095911Z 2022-09-27T16:19:34.5096679Z [----------] 3 tests from FunctionSchemaMayContainAliasTest 2022-09-27T16:19:34.5097478Z [ RUN ] FunctionSchemaMayContainAliasTest.Basic 2022-09-27T16:19:34.5098971Z [ OK ] FunctionSchemaMayContainAliasTest.Basic (0 ms) 2022-09-27T16:19:34.5099955Z [ RUN ] FunctionSchemaMayContainAliasTest.Wildcard 2022-09-27T16:19:34.5100830Z [ OK ] FunctionSchemaMayContainAliasTest.Wildcard (0 ms) 2022-09-27T16:19:34.5102543Z [ RUN ] FunctionSchemaMayContainAliasTest.InputAndOutputContainers 2022-09-27T16:19:34.5103905Z [ OK ] FunctionSchemaMayContainAliasTest.InputAndOutputContainers (0 ms) 2022-09-27T16:19:34.5104935Z [----------] 3 tests from FunctionSchemaMayContainAliasTest (0 ms total) 2022-09-27T16:19:34.5105378Z 2022-09-27T16:19:34.5105789Z [----------] 6 tests from SchemaInfoMayContainAliasTest 2022-09-27T16:19:34.5106681Z [ RUN ] SchemaInfoMayContainAliasTest.ContainAliasInputsEqual 2022-09-27T16:19:34.5107699Z [ OK ] SchemaInfoMayContainAliasTest.ContainAliasInputsEqual (0 ms) 2022-09-27T16:19:34.5108724Z [ RUN ] SchemaInfoMayContainAliasTest.ContainAliasInputsContained 2022-09-27T16:19:34.5109813Z [ OK ] SchemaInfoMayContainAliasTest.ContainAliasInputsContained (0 ms) 2022-09-27T16:19:34.5110821Z [ RUN ] SchemaInfoMayContainAliasTest.ContainAliasOutputs 2022-09-27T16:19:34.5111818Z [ OK ] SchemaInfoMayContainAliasTest.ContainAliasOutputs (0 ms) 2022-09-27T16:19:34.5112799Z [ RUN ] SchemaInfoMayContainAliasTest.ContainAliasInputOutput 2022-09-27T16:19:34.5113821Z [ OK ] SchemaInfoMayContainAliasTest.ContainAliasInputOutput (0 ms) 2022-09-27T16:19:34.5114843Z [ RUN ] SchemaInfoMayContainAliasTest.InputAndOutputContainers 2022-09-27T16:19:34.5115870Z [ OK ] SchemaInfoMayContainAliasTest.InputAndOutputContainers (0 ms) 2022-09-27T16:19:34.5116767Z [ RUN ] SchemaInfoMayContainAliasTest.Wildcard 2022-09-27T16:19:34.5117575Z [ OK ] SchemaInfoMayContainAliasTest.Wildcard (0 ms) 2022-09-27T16:19:34.5118432Z [----------] 6 tests from SchemaInfoMayContainAliasTest (0 ms total) 2022-09-27T16:19:34.5118845Z 2022-09-27T16:19:34.5119168Z [----------] 2 tests from SchemaMatchingTest 2022-09-27T16:19:34.5119799Z [ RUN ] SchemaMatchingTest.VarType 2022-09-27T16:19:34.5120467Z [ OK ] SchemaMatchingTest.VarType (0 ms) 2022-09-27T16:19:34.5121103Z [ RUN ] SchemaMatchingTest.VarType2 2022-09-27T16:19:34.5121770Z [ OK ] SchemaMatchingTest.VarType2 (0 ms) 2022-09-27T16:19:34.5122485Z [----------] 2 tests from SchemaMatchingTest (1 ms total) 2022-09-27T16:19:34.5122828Z 2022-09-27T16:19:34.5123137Z [----------] 6 tests from StackOptTest 2022-09-27T16:19:34.5123748Z [ RUN ] StackOptTest.UseVariadicStack 2022-09-27T16:19:34.5286258Z [ OK ] StackOptTest.UseVariadicStack (17 ms) 2022-09-27T16:19:34.5287144Z [ RUN ] StackOptTest.UseVariadicStackReplaceMultiple 2022-09-27T16:19:34.5355516Z [ OK ] StackOptTest.UseVariadicStackReplaceMultiple (9 ms) 2022-09-27T16:19:34.5356501Z [ RUN ] StackOptTest.UseVariadicStackWithMultipleListUses 2022-09-27T16:19:34.5403133Z [ OK ] StackOptTest.UseVariadicStackWithMultipleListUses (4 ms) 2022-09-27T16:19:34.5404332Z [ RUN ] StackOptTest.UseVariadicStackWithListMutationAfterCat 2022-09-27T16:19:34.5471263Z [ OK ] StackOptTest.UseVariadicStackWithListMutationAfterCat (6 ms) 2022-09-27T16:19:34.5472467Z [ RUN ] StackOptTest.UseVariadicStackWithListMutationBeforeCat 2022-09-27T16:19:34.5546688Z [ OK ] StackOptTest.UseVariadicStackWithListMutationBeforeCat (7 ms) 2022-09-27T16:19:34.5547985Z [ RUN ] StackOptTest.UseVariadicStackWithMultipleListMutations 2022-09-27T16:19:34.5667228Z [ OK ] StackOptTest.UseVariadicStackWithMultipleListMutations (11 ms) 2022-09-27T16:19:34.5668173Z [----------] 6 tests from StackOptTest (57 ms total) 2022-09-27T16:19:34.5668505Z 2022-09-27T16:19:34.5668871Z [----------] 16 tests from SubgraphMatcherTest 2022-09-27T16:19:34.5669525Z [ RUN ] SubgraphMatcherTest.Trivial1 2022-09-27T16:19:34.5670663Z [ OK ] SubgraphMatcherTest.Trivial1 (0 ms) 2022-09-27T16:19:34.5671326Z [ RUN ] SubgraphMatcherTest.Trivial2 2022-09-27T16:19:34.5672124Z [ OK ] SubgraphMatcherTest.Trivial2 (0 ms) 2022-09-27T16:19:34.5672793Z [ RUN ] SubgraphMatcherTest.Trivial3 2022-09-27T16:19:34.5673460Z [ OK ] SubgraphMatcherTest.Trivial3 (0 ms) 2022-09-27T16:19:34.5674114Z [ RUN ] SubgraphMatcherTest.Trivial4 2022-09-27T16:19:34.5674801Z [ OK ] SubgraphMatcherTest.Trivial4 (0 ms) 2022-09-27T16:19:34.5675435Z [ RUN ] SubgraphMatcherTest.Linear1 2022-09-27T16:19:34.5676097Z [ OK ] SubgraphMatcherTest.Linear1 (0 ms) 2022-09-27T16:19:34.5676751Z [ RUN ] SubgraphMatcherTest.Linear2 2022-09-27T16:19:34.5677422Z [ OK ] SubgraphMatcherTest.Linear2 (0 ms) 2022-09-27T16:19:34.5678076Z [ RUN ] SubgraphMatcherTest.Diamond1 2022-09-27T16:19:34.5682545Z [ OK ] SubgraphMatcherTest.Diamond1 (1 ms) 2022-09-27T16:19:34.5683217Z [ RUN ] SubgraphMatcherTest.Diamond2 2022-09-27T16:19:34.5683905Z [ OK ] SubgraphMatcherTest.Diamond2 (0 ms) 2022-09-27T16:19:34.5684584Z [ RUN ] SubgraphMatcherTest.XPattern 2022-09-27T16:19:34.5685274Z [ OK ] SubgraphMatcherTest.XPattern (0 ms) 2022-09-27T16:19:34.5685975Z [ RUN ] SubgraphMatcherTest.MultipleMatches 2022-09-27T16:19:34.5691041Z [ OK ] SubgraphMatcherTest.MultipleMatches (0 ms) 2022-09-27T16:19:34.5691851Z [ RUN ] SubgraphMatcherTest.OverlappingMatches 2022-09-27T16:19:34.5692680Z [ OK ] SubgraphMatcherTest.OverlappingMatches (0 ms) 2022-09-27T16:19:34.5693476Z [ RUN ] SubgraphMatcherTest.MatchInBasicBlocks1 2022-09-27T16:19:34.5697160Z [ OK ] SubgraphMatcherTest.MatchInBasicBlocks1 (0 ms) 2022-09-27T16:19:34.5698931Z [ RUN ] SubgraphMatcherTest.MatchInBasicBlocks2 2022-09-27T16:19:34.5699720Z [ OK ] SubgraphMatcherTest.MatchInBasicBlocks2 (0 ms) 2022-09-27T16:19:34.5700447Z [ RUN ] SubgraphMatcherTest.MatchesAttributes 2022-09-27T16:19:34.5705404Z [ OK ] SubgraphMatcherTest.MatchesAttributes (0 ms) 2022-09-27T16:19:34.5706086Z [ RUN ] SubgraphMatcherTest.BadPattern 2022-09-27T16:19:34.5745951Z [ OK ] SubgraphMatcherTest.BadPattern (3 ms) 2022-09-27T16:19:34.5746499Z [ RUN ] SubgraphMatcherTest.MultiOutput 2022-09-27T16:19:34.5749839Z [ OK ] SubgraphMatcherTest.MultiOutput (0 ms) 2022-09-27T16:19:34.5750553Z [----------] 16 tests from SubgraphMatcherTest (8 ms total) 2022-09-27T16:19:34.5750878Z 2022-09-27T16:19:34.5751197Z [----------] 4 tests from SubgraphRewriterTest 2022-09-27T16:19:34.5751803Z [ RUN ] SubgraphRewriterTest.FilterMatch 2022-09-27T16:19:34.5755593Z [ OK ] SubgraphRewriterTest.FilterMatch (0 ms) 2022-09-27T16:19:34.5756301Z [ RUN ] SubgraphRewriterTest.FilterNoMatch 2022-09-27T16:19:34.5756994Z [ OK ] SubgraphRewriterTest.FilterNoMatch (0 ms) 2022-09-27T16:19:34.5757667Z [ RUN ] SubgraphRewriterTest.MultiOutput 2022-09-27T16:19:34.5765024Z [ OK ] SubgraphRewriterTest.MultiOutput (0 ms) 2022-09-27T16:19:34.5769503Z [ RUN ] SubgraphRewriterTest.OutputType 2022-09-27T16:19:34.5770203Z [ OK ] SubgraphRewriterTest.OutputType (0 ms) 2022-09-27T16:19:34.5770917Z [----------] 4 tests from SubgraphRewriterTest (1 ms total) 2022-09-27T16:19:34.5771250Z 2022-09-27T16:19:34.5771561Z [----------] 3 tests from SubgraphUtilsTest 2022-09-27T16:19:34.5772096Z [ RUN ] SubgraphUtilsTest.Basic 2022-09-27T16:19:34.5777521Z [ OK ] SubgraphUtilsTest.Basic (0 ms) 2022-09-27T16:19:34.5778162Z [ RUN ] SubgraphUtilsTest.MergeSubgraphs 2022-09-27T16:19:34.5782566Z [ OK ] SubgraphUtilsTest.MergeSubgraphs (0 ms) 2022-09-27T16:19:34.5783175Z [ RUN ] SubgraphUtilsTest.GraphName 2022-09-27T16:19:34.5791920Z [ OK ] SubgraphUtilsTest.GraphName (0 ms) 2022-09-27T16:19:34.5792635Z [----------] 3 tests from SubgraphUtilsTest (1 ms total) 2022-09-27T16:19:34.5792953Z 2022-09-27T16:19:34.5793242Z [----------] 8 tests from UnionTypeTest 2022-09-27T16:19:34.5793817Z [ RUN ] UnionTypeTest.UnionOperatorEquals 2022-09-27T16:19:34.5794492Z [ OK ] UnionTypeTest.UnionOperatorEquals (0 ms) 2022-09-27T16:19:34.5795220Z [ RUN ] UnionTypeTest.UnionCreate_OptionalT1AndOptionalT2 2022-09-27T16:19:34.5795982Z [ OK ] UnionTypeTest.UnionCreate_OptionalT1AndOptionalT2 (0 ms) 2022-09-27T16:19:34.5796700Z [ RUN ] UnionTypeTest.UnionCreate_OptionalTAndT 2022-09-27T16:19:34.5797392Z [ OK ] UnionTypeTest.UnionCreate_OptionalTAndT (0 ms) 2022-09-27T16:19:34.5798164Z [ RUN ] UnionTypeTest.UnionCreate_TupleWithSubtypingRelationship 2022-09-27T16:19:34.5798991Z [ OK ] UnionTypeTest.UnionCreate_TupleWithSubtypingRelationship (0 ms) 2022-09-27T16:19:34.5799737Z [ RUN ] UnionTypeTest.UnionCreate_ContainerTAndT 2022-09-27T16:19:34.5800430Z [ OK ] UnionTypeTest.UnionCreate_ContainerTAndT (0 ms) 2022-09-27T16:19:34.5801209Z [ RUN ] UnionTypeTest.UnionCreate_OptionalContainerTAndContainerTAndT 2022-09-27T16:19:34.5802112Z [ OK ] UnionTypeTest.UnionCreate_OptionalContainerTAndContainerTAndT (0 ms) 2022-09-27T16:19:34.5802863Z [ RUN ] UnionTypeTest.Subtyping_NumberType 2022-09-27T16:19:34.5803515Z [ OK ] UnionTypeTest.Subtyping_NumberType (0 ms) 2022-09-27T16:19:34.5804146Z [ RUN ] UnionTypeTest.Subtyping_OptionalType 2022-09-27T16:19:34.5804811Z [ OK ] UnionTypeTest.Subtyping_OptionalType (0 ms) 2022-09-27T16:19:34.5805468Z [----------] 8 tests from UnionTypeTest (0 ms total) 2022-09-27T16:19:34.5805770Z 2022-09-27T16:19:34.5806070Z [----------] 2 tests from ScriptProfileTest 2022-09-27T16:19:34.5806623Z [ RUN ] ScriptProfileTest.Basic 2022-09-27T16:19:34.5807208Z [ OK ] ScriptProfileTest.Basic (0 ms) 2022-09-27T16:19:34.5807799Z [ RUN ] ScriptProfileTest.CallingOrder 2022-09-27T16:19:34.5831138Z [ OK ] ScriptProfileTest.CallingOrder (3 ms) 2022-09-27T16:19:34.5831837Z [----------] 2 tests from ScriptProfileTest (3 ms total) 2022-09-27T16:19:34.5832149Z 2022-09-27T16:19:34.5832464Z [----------] 7 tests from ShapeAnalysisTest 2022-09-27T16:19:34.5833091Z [ RUN ] ShapeAnalysisTest.DynamicShapesFusion 2022-09-27T16:19:34.5966640Z [ OK ] ShapeAnalysisTest.DynamicShapesFusion (13 ms) 2022-09-27T16:19:34.5967467Z [ RUN ] ShapeAnalysisTest.MovingConstantOutOfFusionGroups 2022-09-27T16:19:34.5996217Z [ OK ] ShapeAnalysisTest.MovingConstantOutOfFusionGroups (2 ms) 2022-09-27T16:19:34.5996994Z [ RUN ] ShapeAnalysisTest.SymbolicShapeAPI 2022-09-27T16:19:34.6130162Z [ OK ] ShapeAnalysisTest.SymbolicShapeAPI (13 ms) 2022-09-27T16:19:34.6130920Z [ RUN ] ShapeAnalysisTest.BoundedSymbolicShapes 2022-09-27T16:19:34.6141843Z [ OK ] ShapeAnalysisTest.BoundedSymbolicShapes (1 ms) 2022-09-27T16:19:34.6142573Z [ RUN ] ShapeAnalysisTest.SymbolicShapeCaching 2022-09-27T16:19:34.6153981Z [ OK ] ShapeAnalysisTest.SymbolicShapeCaching (1 ms) 2022-09-27T16:19:34.6154723Z [ RUN ] ShapeAnalysisTest.ShapeCacheMultipleFns 2022-09-27T16:19:34.6205574Z [ OK ] ShapeAnalysisTest.ShapeCacheMultipleFns (5 ms) 2022-09-27T16:19:34.6206333Z [ RUN ] ShapeAnalysisTest.TestShapeMultipleReturns 2022-09-27T16:19:34.6235820Z [ OK ] ShapeAnalysisTest.TestShapeMultipleReturns (2 ms) 2022-09-27T16:19:34.6236908Z [----------] 7 tests from ShapeAnalysisTest (40 ms total) 2022-09-27T16:19:34.6237328Z 2022-09-27T16:19:34.6237628Z [----------] 5 tests from JitLoggingTest 2022-09-27T16:19:34.6238220Z [ RUN ] JitLoggingTest.CheckSetLoggingLevel 2022-09-27T16:19:34.6238920Z [ OK ] JitLoggingTest.CheckSetLoggingLevel (0 ms) 2022-09-27T16:19:34.6239642Z [ RUN ] JitLoggingTest.CheckSetMultipleLogLevels 2022-09-27T16:19:34.6240376Z [ OK ] JitLoggingTest.CheckSetMultipleLogLevels (0 ms) 2022-09-27T16:19:34.6241142Z [ RUN ] JitLoggingTest.CheckLoggingLevelAfterUnset 2022-09-27T16:19:34.6241928Z [ OK ] JitLoggingTest.CheckLoggingLevelAfterUnset (0 ms) 2022-09-27T16:19:34.6242683Z [ RUN ] JitLoggingTest.CheckAfterChangingLevel 2022-09-27T16:19:34.6243399Z [ OK ] JitLoggingTest.CheckAfterChangingLevel (0 ms) 2022-09-27T16:19:34.6244137Z [ RUN ] JitLoggingTest.CheckOutputStreamSetting 2022-09-27T16:19:34.6244880Z [ OK ] JitLoggingTest.CheckOutputStreamSetting (0 ms) 2022-09-27T16:19:34.6245572Z [----------] 5 tests from JitLoggingTest (0 ms total) 2022-09-27T16:19:34.6245873Z 2022-09-27T16:19:34.6246171Z [----------] 9 tests from FileFormatTest 2022-09-27T16:19:34.6246827Z [ RUN ] FileFormatTest.IdentifiesFlatbufferStream 2022-09-27T16:19:34.6247592Z [ OK ] FileFormatTest.IdentifiesFlatbufferStream (0 ms) 2022-09-27T16:19:34.6248339Z [ RUN ] FileFormatTest.IdentifiesZipStream 2022-09-27T16:19:34.6249097Z [ OK ] FileFormatTest.IdentifiesZipStream (0 ms) 2022-09-27T16:19:34.6249791Z [ RUN ] FileFormatTest.FlatbufferTakesPrecedence 2022-09-27T16:19:34.6250531Z [ OK ] FileFormatTest.FlatbufferTakesPrecedence (0 ms) 2022-09-27T16:19:34.6251248Z [ RUN ] FileFormatTest.HandlesUnknownStream 2022-09-27T16:19:34.6251952Z [ OK ] FileFormatTest.HandlesUnknownStream (0 ms) 2022-09-27T16:19:34.6252620Z [ RUN ] FileFormatTest.ShortStreamIsUnknown 2022-09-27T16:19:34.6253313Z [ OK ] FileFormatTest.ShortStreamIsUnknown (0 ms) 2022-09-27T16:19:34.6254005Z [ RUN ] FileFormatTest.EmptyStreamIsUnknown 2022-09-27T16:19:34.6254702Z [ OK ] FileFormatTest.EmptyStreamIsUnknown (0 ms) 2022-09-27T16:19:34.6255356Z [ RUN ] FileFormatTest.BadStreamIsUnknown 2022-09-27T16:19:34.6256034Z [ OK ] FileFormatTest.BadStreamIsUnknown (0 ms) 2022-09-27T16:19:34.6256802Z [ RUN ] FileFormatTest.StreamOffsetIsObservedAndRestored 2022-09-27T16:19:34.6257581Z [ OK ] FileFormatTest.StreamOffsetIsObservedAndRestored (0 ms) 2022-09-27T16:19:34.6258323Z [ RUN ] FileFormatTest.HandlesMissingFile 2022-09-27T16:19:34.6258993Z [ OK ] FileFormatTest.HandlesMissingFile (0 ms) 2022-09-27T16:19:34.6260744Z [----------] 9 tests from FileFormatTest (0 ms total) 2022-09-27T16:19:34.6261046Z 2022-09-27T16:19:34.6261341Z [----------] 35 tests from FlatbufferTest 2022-09-27T16:19:34.6261943Z [ RUN ] FlatbufferTest.UpsampleNearest2d 2022-09-27T16:19:34.6262622Z [ OK ] FlatbufferTest.UpsampleNearest2d (3 ms) 2022-09-27T16:19:34.6263400Z [ RUN ] FlatbufferTest.UpsampleNearest2dWithCopyTensorMemory 2022-09-27T16:19:34.6276852Z [ OK ] FlatbufferTest.UpsampleNearest2dWithCopyTensorMemory (1 ms) 2022-09-27T16:19:34.6277837Z [ RUN ] FlatbufferTest.CheckAttrAccess 2022-09-27T16:19:34.6279225Z [ OK ] FlatbufferTest.CheckAttrAccess (0 ms) 2022-09-27T16:19:34.6279961Z [ RUN ] FlatbufferTest.MethodInvocation 2022-09-27T16:19:34.6317646Z [ OK ] FlatbufferTest.MethodInvocation (3 ms) 2022-09-27T16:19:34.6318735Z [ RUN ] FlatbufferTest.FlatbufferBackPortTest 2022-09-27T16:19:34.6372350Z [ OK ] FlatbufferTest.FlatbufferBackPortTest (5 ms) 2022-09-27T16:19:34.6373161Z [ RUN ] FlatbufferTest.ExtraFiles 2022-09-27T16:19:34.6379964Z [ OK ] FlatbufferTest.ExtraFiles (0 ms) 2022-09-27T16:19:34.6380558Z [ RUN ] FlatbufferTest.Conv 2022-09-27T16:19:34.6407681Z [ OK ] FlatbufferTest.Conv (2 ms) 2022-09-27T16:19:34.6409878Z [ RUN ] FlatbufferTest.ConvWithCopyTensorMemory 2022-09-27T16:19:34.6439896Z [ OK ] FlatbufferTest.ConvWithCopyTensorMemory (3 ms) 2022-09-27T16:19:34.6440843Z [ RUN ] FlatbufferTest.Inline 2022-09-27T16:19:34.6454043Z [ OK ] FlatbufferTest.Inline (1 ms) 2022-09-27T16:19:34.6454598Z [ RUN ] FlatbufferTest.InlineWithCopyTensorMemory 2022-09-27T16:19:34.6464135Z [ OK ] FlatbufferTest.InlineWithCopyTensorMemory (0 ms) 2022-09-27T16:19:34.6464763Z [ RUN ] FlatbufferTest.Tuple 2022-09-27T16:19:34.6469731Z [ OK ] FlatbufferTest.Tuple (0 ms) 2022-09-27T16:19:34.6470248Z [ RUN ] FlatbufferTest.Dict 2022-09-27T16:19:34.6475131Z [ OK ] FlatbufferTest.Dict (0 ms) 2022-09-27T16:19:34.6475757Z [ RUN ] FlatbufferTest.Prim 2022-09-27T16:19:34.6479104Z [ OK ] FlatbufferTest.Prim (0 ms) 2022-09-27T16:19:34.6479818Z [ RUN ] FlatbufferTest.PrimScalar 2022-09-27T16:19:34.6484004Z [ OK ] FlatbufferTest.PrimScalar (0 ms) 2022-09-27T16:19:34.6484576Z [ RUN ] FlatbufferTest.WrongMethodName 2022-09-27T16:19:34.6509911Z [ OK ] FlatbufferTest.WrongMethodName (2 ms) 2022-09-27T16:19:34.6510271Z [ RUN ] FlatbufferTest.SetState 2022-09-27T16:19:34.6529781Z [ OK ] FlatbufferTest.SetState (1 ms) 2022-09-27T16:19:34.6530432Z [ RUN ] FlatbufferTest.BuiltinClass 2022-09-27T16:19:34.6536174Z [ OK ] FlatbufferTest.BuiltinClass (0 ms) 2022-09-27T16:19:34.6536745Z [ RUN ] FlatbufferTest.BuiltinFunction 2022-09-27T16:19:34.6538897Z [ OK ] FlatbufferTest.BuiltinFunction (0 ms) 2022-09-27T16:19:34.6539198Z [ RUN ] FlatbufferTest.Eval 2022-09-27T16:19:34.6544711Z [ OK ] FlatbufferTest.Eval (0 ms) 2022-09-27T16:19:34.6545303Z [ RUN ] FlatbufferTest.FindWrongMethodName 2022-09-27T16:19:34.6547843Z [ OK ] FlatbufferTest.FindWrongMethodName (0 ms) 2022-09-27T16:19:34.6548415Z [ RUN ] FlatbufferTest.FindAndRunMethod 2022-09-27T16:19:34.6553805Z [ OK ] FlatbufferTest.FindAndRunMethod (0 ms) 2022-09-27T16:19:34.6554399Z [ RUN ] FlatbufferTest.RunMethodVariadic 2022-09-27T16:19:34.6559316Z [ OK ] FlatbufferTest.RunMethodVariadic (0 ms) 2022-09-27T16:19:34.6559891Z [ RUN ] FlatbufferTest.DuplicateSetState 2022-09-27T16:19:34.6567202Z [ OK ] FlatbufferTest.DuplicateSetState (0 ms) 2022-09-27T16:19:34.6567827Z [ RUN ] FlatbufferTest.OpNameExportFetchRootOperators 2022-09-27T16:19:34.6585648Z [ OK ] FlatbufferTest.OpNameExportFetchRootOperators (1 ms) 2022-09-27T16:19:34.6586279Z [ RUN ] FlatbufferTest.DefaultArgsConv 2022-09-27T16:19:34.6596549Z [ OK ] FlatbufferTest.DefaultArgsConv (1 ms) 2022-09-27T16:19:34.6597167Z [ RUN ] FlatbufferTest.DefaultArgsPinv 2022-09-27T16:19:34.6644682Z [ OK ] FlatbufferTest.DefaultArgsPinv (4 ms) 2022-09-27T16:19:34.6645392Z [ RUN ] FlatbufferTest.DefaultArgsTensorinvSpecifyDefault 2022-09-27T16:19:34.6654013Z [ OK ] FlatbufferTest.DefaultArgsTensorinvSpecifyDefault (0 ms) 2022-09-27T16:19:34.6654926Z [ RUN ] FlatbufferTest.DefaultArgsPinvWithOutArg 2022-09-27T16:19:34.6672463Z [ OK ] FlatbufferTest.DefaultArgsPinvWithOutArg (1 ms) 2022-09-27T16:19:34.6673633Z [ RUN ] FlatbufferTest.DefaultArgsWithOutArg 2022-09-27T16:19:34.6682475Z [ OK ] FlatbufferTest.DefaultArgsWithOutArg (0 ms) 2022-09-27T16:19:34.6683637Z [ RUN ] FlatbufferTest.OperatorCacheDifferentiatesDefaultArgs 2022-09-27T16:19:34.6706003Z [ OK ] FlatbufferTest.OperatorCacheDifferentiatesDefaultArgs (2 ms) 2022-09-27T16:19:34.6720036Z [ RUN ] FlatbufferTest.OperatorSize1 2022-09-27T16:19:34.6721915Z [ OK ] FlatbufferTest.OperatorSize1 (0 ms) 2022-09-27T16:19:34.6722644Z [ RUN ] FlatbufferTest.BoolAndDoubleList 2022-09-27T16:19:34.6723371Z [ OK ] FlatbufferTest.BoolAndDoubleList (0 ms) 2022-09-27T16:19:34.6724045Z [ RUN ] FlatbufferTest.OperatorTest2 2022-09-27T16:19:34.6724859Z [ OK ] FlatbufferTest.OperatorTest2 (1 ms) 2022-09-27T16:19:34.6725461Z [ RUN ] FlatbufferTest.DetachedBufferSmoke 2022-09-27T16:19:34.6726139Z [ OK ] FlatbufferTest.DetachedBufferSmoke (0 ms) 2022-09-27T16:19:34.6726891Z [ RUN ] FlatbufferTest.DetachedBufferNullOwner 2022-09-27T16:19:34.6727689Z [ OK ] FlatbufferTest.DetachedBufferNullOwner (0 ms) 2022-09-27T16:19:34.6728525Z [----------] 35 tests from FlatbufferTest (49 ms total) 2022-09-27T16:19:34.6729117Z 2022-09-27T16:19:34.6729482Z [----------] 3 tests from TestSourceFlatbuffer 2022-09-27T16:19:34.6730185Z [ RUN ] TestSourceFlatbuffer.UpsampleNearest2d 2022-09-27T16:19:34.6740501Z [ OK ] TestSourceFlatbuffer.UpsampleNearest2d (1 ms) 2022-09-27T16:19:34.6741432Z [ RUN ] TestSourceFlatbuffer.CheckAttrAccess 2022-09-27T16:19:34.6742195Z [ OK ] TestSourceFlatbuffer.CheckAttrAccess (0 ms) 2022-09-27T16:19:34.6743626Z [ RUN ] TestSourceFlatbuffer.MethodInvocation 2022-09-27T16:19:34.6797401Z [ OK ] TestSourceFlatbuffer.MethodInvocation (5 ms) 2022-09-27T16:19:34.6799603Z [----------] 3 tests from TestSourceFlatbuffer (6 ms total) 2022-09-27T16:19:34.6799989Z 2022-09-27T16:19:34.6800371Z [----------] 10 tests from FlatbufferUpgraderTest 2022-09-27T16:19:34.6801054Z [ RUN ] FlatbufferUpgraderTest.DivTensorV2 2022-09-27T16:19:34.6801805Z [ OK ] FlatbufferUpgraderTest.DivTensorV2 (0 ms) 2022-09-27T16:19:34.6802565Z [ RUN ] FlatbufferUpgraderTest.DivTensorOutV2 2022-09-27T16:19:34.6803336Z [ OK ] FlatbufferUpgraderTest.DivTensorOutV2 (0 ms) 2022-09-27T16:19:34.6804149Z [ RUN ] FlatbufferUpgraderTest.DivTensorInplaceV2 2022-09-27T16:19:34.6804990Z [ OK ] FlatbufferUpgraderTest.DivTensorInplaceV2 (0 ms) 2022-09-27T16:19:34.6805806Z [ RUN ] FlatbufferUpgraderTest.DivScalarFloatV2 2022-09-27T16:19:34.6806589Z [ OK ] FlatbufferUpgraderTest.DivScalarFloatV2 (0 ms) 2022-09-27T16:19:34.6807481Z [ RUN ] FlatbufferUpgraderTest.DivScalarReciprocalFloatV2 2022-09-27T16:19:34.6808496Z [ OK ] FlatbufferUpgraderTest.DivScalarReciprocalFloatV2 (0 ms) 2022-09-27T16:19:34.6809650Z [ RUN ] FlatbufferUpgraderTest.DivScalarReciprocalIntV2 2022-09-27T16:19:34.6810582Z [ OK ] FlatbufferUpgraderTest.DivScalarReciprocalIntV2 (0 ms) 2022-09-27T16:19:34.6811471Z [ RUN ] FlatbufferUpgraderTest.DivScalarScalarV2 2022-09-27T16:19:34.6812306Z [ OK ] FlatbufferUpgraderTest.DivScalarScalarV2 (0 ms) 2022-09-27T16:19:34.6813082Z [ RUN ] FlatbufferUpgraderTest.DivScalarIntV2 2022-09-27T16:19:34.6813888Z [ OK ] FlatbufferUpgraderTest.DivScalarIntV2 (0 ms) 2022-09-27T16:19:34.6814741Z [ RUN ] FlatbufferUpgraderTest.DivScalarInplaceFloatV2 2022-09-27T16:19:34.6815641Z [ OK ] FlatbufferUpgraderTest.DivScalarInplaceFloatV2 (0 ms) 2022-09-27T16:19:34.6816534Z [ RUN ] FlatbufferUpgraderTest.DivScalarInplaceIntV2 2022-09-27T16:19:34.6817661Z [ OK ] FlatbufferUpgraderTest.DivScalarInplaceIntV2 (0 ms) 2022-09-27T16:19:34.6818602Z [----------] 10 tests from FlatbufferUpgraderTest (0 ms total) 2022-09-27T16:19:34.6818952Z 2022-09-27T16:19:34.6819436Z [----------] 12 tests from AliasAnalysisTest/BatchAndInstanceNormFixture 2022-09-27T16:19:34.6820428Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/0 2022-09-27T16:19:34.6821541Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/0 (0 ms) 2022-09-27T16:19:34.6822617Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/1 2022-09-27T16:19:34.6823679Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/1 (0 ms) 2022-09-27T16:19:34.6824739Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/2 2022-09-27T16:19:34.6825815Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/2 (0 ms) 2022-09-27T16:19:34.6826853Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/3 2022-09-27T16:19:34.6827941Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNorm/3 (0 ms) 2022-09-27T16:19:34.6829143Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/0 2022-09-27T16:19:34.6830451Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/0 (0 ms) 2022-09-27T16:19:34.6831724Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/1 2022-09-27T16:19:34.6833029Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/1 (0 ms) 2022-09-27T16:19:34.6834340Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/2 2022-09-27T16:19:34.6835643Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/2 (0 ms) 2022-09-27T16:19:34.6836910Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/3 2022-09-27T16:19:34.6838222Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchAndInstanceNormTrainingUnknown/3 (0 ms) 2022-09-27T16:19:34.6839501Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/0 2022-09-27T16:19:34.6840790Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/0 (0 ms) 2022-09-27T16:19:34.6842022Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/1 2022-09-27T16:19:34.6843279Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/1 (0 ms) 2022-09-27T16:19:34.6844533Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/2 2022-09-27T16:19:34.6845773Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/2 (0 ms) 2022-09-27T16:19:34.6847025Z [ RUN ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/3 2022-09-27T16:19:34.6848358Z [ OK ] AliasAnalysisTest/BatchAndInstanceNormFixture.BatchNormTrainingWithNoMeanOrVar/3 (0 ms) 2022-09-27T16:19:34.6849567Z [----------] 12 tests from AliasAnalysisTest/BatchAndInstanceNormFixture (1 ms total) 2022-09-27T16:19:34.6850009Z 2022-09-27T16:19:34.6850518Z [----------] 10 tests from PyTorch/LiteInterpreterDynamicTypeTestFixture 2022-09-27T16:19:34.6851502Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/0 2022-09-27T16:19:35.4818214Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/0 (800 ms) 2022-09-27T16:19:35.4819002Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/1 2022-09-27T16:19:36.6119291Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/1 (1130 ms) 2022-09-27T16:19:36.6120103Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/2 2022-09-27T16:19:37.9874592Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/2 (1375 ms) 2022-09-27T16:19:37.9875112Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/3 2022-09-27T16:19:39.3043016Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/3 (1316 ms) 2022-09-27T16:19:39.3043610Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/4 2022-09-27T16:19:40.6091839Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/4 (1304 ms) 2022-09-27T16:19:40.6092358Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/5 2022-09-27T16:19:41.9334544Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/5 (1324 ms) 2022-09-27T16:19:41.9335077Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/6 2022-09-27T16:19:43.2441415Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/6 (1310 ms) 2022-09-27T16:19:43.2441933Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/7 2022-09-27T16:19:44.5117942Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/7 (1267 ms) 2022-09-27T16:19:44.5118471Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/8 2022-09-27T16:19:45.6644660Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/8 (1152 ms) 2022-09-27T16:19:45.6645193Z [ RUN ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/9 2022-09-27T16:19:46.8400701Z [ OK ] PyTorch/LiteInterpreterDynamicTypeTestFixture.Conformance/9 (1175 ms) 2022-09-27T16:19:46.8401279Z [----------] 10 tests from PyTorch/LiteInterpreterDynamicTypeTestFixture (12158 ms total) 2022-09-27T16:19:46.8401507Z 2022-09-27T16:19:46.8401663Z [----------] Global test environment tear-down 2022-09-27T16:19:46.8484442Z [==========] 568 tests from 117 test suites ran. (13589 ms total) 2022-09-27T16:19:46.8484737Z [ PASSED ] 568 tests. 2022-09-27T16:19:46.9143930Z + [[ linux-bionic-py3.7-clang9 == *cuda* ]] 2022-09-27T16:19:46.9144417Z + /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:47.1653336Z CUDA not available. Disabling CUDA and MultiCUDA tests 2022-09-27T16:19:47.1661305Z Note: Google Test filter = *-*_CUDA:*_MultiCUDA 2022-09-27T16:19:47.1661723Z [==========] Running 612 tests from 10 test suites. 2022-09-27T16:19:47.1662053Z [----------] Global test environment set-up. 2022-09-27T16:19:47.1662357Z [----------] 11 tests from BackendDeviceTest 2022-09-27T16:19:47.1662796Z [ RUN ] BackendDeviceTest.BackendDeviceType 2022-09-27T16:19:47.1663420Z [ OK ] BackendDeviceTest.BackendDeviceType (0 ms) 2022-09-27T16:19:47.1663995Z [ RUN ] BackendDeviceTest.Basic1 2022-09-27T16:19:47.1664304Z [ OK ] BackendDeviceTest.Basic1 (0 ms) 2022-09-27T16:19:47.1664605Z [ RUN ] BackendDeviceTest.Basic2 2022-09-27T16:19:47.1664904Z [ OK ] BackendDeviceTest.Basic2 (0 ms) 2022-09-27T16:19:47.1665181Z [ RUN ] BackendDeviceTest.Basic3 2022-09-27T16:19:47.1665478Z [ OK ] BackendDeviceTest.Basic3 (0 ms) 2022-09-27T16:19:47.1665767Z [ RUN ] BackendDeviceTest.Basic4 2022-09-27T16:19:47.1666047Z [ OK ] BackendDeviceTest.Basic4 (0 ms) 2022-09-27T16:19:47.1666341Z [ RUN ] BackendDeviceTest.Compare 2022-09-27T16:19:47.1666822Z [ OK ] BackendDeviceTest.Compare (0 ms) 2022-09-27T16:19:47.1667114Z [ RUN ] BackendDeviceTest.Ostream 2022-09-27T16:19:47.1667486Z [ OK ] BackendDeviceTest.Ostream (0 ms) 2022-09-27T16:19:47.1667785Z [ RUN ] BackendDeviceTest.FromAten 2022-09-27T16:19:47.1722216Z [ OK ] BackendDeviceTest.FromAten (5 ms) 2022-09-27T16:19:47.1722649Z [ RUN ] BackendDeviceTest.ToAten 2022-09-27T16:19:47.1722958Z [ OK ] BackendDeviceTest.ToAten (0 ms) 2022-09-27T16:19:47.1723290Z [ RUN ] BackendDeviceTest.GetBackendDevice1 2022-09-27T16:19:47.1894715Z [ OK ] BackendDeviceTest.GetBackendDevice1 (17 ms) 2022-09-27T16:19:47.1895395Z [ RUN ] BackendDeviceTest.GetBackendDevice2 2022-09-27T16:19:47.1895961Z [ OK ] BackendDeviceTest.GetBackendDevice2 (0 ms) 2022-09-27T16:19:47.1896504Z [----------] 11 tests from BackendDeviceTest (23 ms total) 2022-09-27T16:19:47.1896733Z 2022-09-27T16:19:47.1896902Z [----------] 2 tests from CacheTest 2022-09-27T16:19:47.1897195Z [ RUN ] CacheTest.BasicTest 2022-09-27T16:19:47.1897644Z [ OK ] CacheTest.BasicTest (0 ms) 2022-09-27T16:19:47.1898195Z [ RUN ] CacheTest.ShapeCacheTestForDynamicShape 2022-09-27T16:19:47.1898826Z [ OK ] CacheTest.ShapeCacheTestForDynamicShape (0 ms) 2022-09-27T16:19:47.1899182Z [----------] 2 tests from CacheTest (0 ms total) 2022-09-27T16:19:47.1899327Z 2022-09-27T16:19:47.1899465Z [----------] 5 tests from IrTest 2022-09-27T16:19:47.1899705Z [ RUN ] IrTest.BasicTest 2022-09-27T16:19:47.1899970Z [ OK ] IrTest.BasicTest (0 ms) 2022-09-27T16:19:47.1900237Z [ RUN ] IrTest.MetaDataTest 2022-09-27T16:19:47.1900500Z [ OK ] IrTest.MetaDataTest (0 ms) 2022-09-27T16:19:47.1900770Z [ RUN ] IrTest.TsNodeTest 2022-09-27T16:19:47.1901044Z [ OK ] IrTest.TsNodeTest (0 ms) 2022-09-27T16:19:47.1901310Z [ RUN ] IrTest.DimensionNodeTest 2022-09-27T16:19:47.1901606Z [ OK ] IrTest.DimensionNodeTest (0 ms) 2022-09-27T16:19:47.1901913Z [ RUN ] IrTest.DimensionIsDynamicTest 2022-09-27T16:19:47.1902233Z [ OK ] IrTest.DimensionIsDynamicTest (0 ms) 2022-09-27T16:19:47.1902543Z [----------] 5 tests from IrTest (0 ms total) 2022-09-27T16:19:47.1902684Z 2022-09-27T16:19:47.1902825Z [----------] 2 tests from IrUtilTest 2022-09-27T16:19:47.1903090Z [ RUN ] IrUtilTest.BasicTest 2022-09-27T16:19:47.1903356Z [ OK ] IrUtilTest.BasicTest (0 ms) 2022-09-27T16:19:47.1903634Z [ RUN ] IrUtilTest.TestCircle 2022-09-27T16:19:47.1933857Z [ OK ] IrUtilTest.TestCircle (3 ms) 2022-09-27T16:19:47.1934469Z [----------] 2 tests from IrUtilTest (3 ms total) 2022-09-27T16:19:47.1934656Z 2022-09-27T16:19:47.1934811Z [----------] 2 tests from HashTest 2022-09-27T16:19:47.1935067Z [ RUN ] HashTest.Scalar 2022-09-27T16:19:47.1935338Z [ OK ] HashTest.Scalar (0 ms) 2022-09-27T16:19:47.1935577Z [ RUN ] HashTest.Sanity 2022-09-27T16:19:47.1935833Z [ OK ] HashTest.Sanity (0 ms) 2022-09-27T16:19:47.1936118Z [----------] 2 tests from HashTest (0 ms total) 2022-09-27T16:19:47.1936262Z 2022-09-27T16:19:47.1936420Z [----------] 3 tests from PermutationUtilTest 2022-09-27T16:19:47.1936770Z [ RUN ] PermutationUtilTest.TestInversePermutation 2022-09-27T16:19:47.1955635Z [ OK ] PermutationUtilTest.TestInversePermutation (2 ms) 2022-09-27T16:19:47.1956059Z [ RUN ] PermutationUtilTest.TestIsPermutation 2022-09-27T16:19:47.1956419Z [ OK ] PermutationUtilTest.TestIsPermutation (0 ms) 2022-09-27T16:19:47.1956765Z [ RUN ] PermutationUtilTest.TestPermute 2022-09-27T16:19:47.1979999Z [ OK ] PermutationUtilTest.TestPermute (2 ms) 2022-09-27T16:19:47.1980663Z [----------] 3 tests from PermutationUtilTest (4 ms total) 2022-09-27T16:19:47.1981048Z 2022-09-27T16:19:47.1981276Z [----------] 7 tests from ShapeTest 2022-09-27T16:19:47.1981725Z [ RUN ] ShapeTest.Basic1 2022-09-27T16:19:47.1982207Z [ OK ] ShapeTest.Basic1 (0 ms) 2022-09-27T16:19:47.1982659Z [ RUN ] ShapeTest.Basic2 2022-09-27T16:19:47.1983135Z [ OK ] ShapeTest.Basic2 (0 ms) 2022-09-27T16:19:47.1983605Z [ RUN ] ShapeTest.Basic3 2022-09-27T16:19:47.1984066Z [ OK ] ShapeTest.Basic3 (0 ms) 2022-09-27T16:19:47.1984556Z [ RUN ] ShapeTest.SetScalarType 2022-09-27T16:19:47.1985092Z [ OK ] ShapeTest.SetScalarType (0 ms) 2022-09-27T16:19:47.1985545Z [ RUN ] ShapeTest.SetSize 2022-09-27T16:19:47.1985819Z [ OK ] ShapeTest.SetSize (0 ms) 2022-09-27T16:19:47.1986079Z [ RUN ] ShapeTest.Equal 2022-09-27T16:19:47.1986341Z [ OK ] ShapeTest.Equal (0 ms) 2022-09-27T16:19:47.1986590Z [ RUN ] ShapeTest.Ostream 2022-09-27T16:19:47.1986860Z [ OK ] ShapeTest.Ostream (0 ms) 2022-09-27T16:19:47.1987156Z [----------] 7 tests from ShapeTest (0 ms total) 2022-09-27T16:19:47.1987290Z 2022-09-27T16:19:47.1987439Z [----------] 2 tests from TrieCacheTest 2022-09-27T16:19:47.1987731Z [ RUN ] TrieCacheTest.TestSinglePath 2022-09-27T16:19:47.1988052Z [ OK ] TrieCacheTest.TestSinglePath (0 ms) 2022-09-27T16:19:47.1988347Z [ RUN ] TrieCacheTest.TestTwoPaths 2022-09-27T16:19:47.1988657Z [ OK ] TrieCacheTest.TestTwoPaths (0 ms) 2022-09-27T16:19:47.1988979Z [----------] 2 tests from TrieCacheTest (0 ms total) 2022-09-27T16:19:47.1989130Z 2022-09-27T16:19:47.1989265Z [----------] 3 tests from UtilTest 2022-09-27T16:19:47.1989533Z [ RUN ] UtilTest.ExceptionCleanup 2022-09-27T16:19:47.1989838Z [ OK ] UtilTest.ExceptionCleanup (0 ms) 2022-09-27T16:19:47.1990117Z [ RUN ] UtilTest.MaybeRef 2022-09-27T16:19:47.1990373Z [ OK ] UtilTest.MaybeRef (0 ms) 2022-09-27T16:19:47.1990621Z [ RUN ] UtilTest.Iota 2022-09-27T16:19:47.1990871Z [ OK ] UtilTest.Iota (0 ms) 2022-09-27T16:19:47.1991145Z [----------] 3 tests from UtilTest (0 ms total) 2022-09-27T16:19:47.1991288Z 2022-09-27T16:19:47.1991436Z [----------] 575 tests from LazyOpsTest 2022-09-27T16:19:47.1991728Z [ RUN ] LazyOpsTest.TestScalarTensor 2022-09-27T16:19:47.2144073Z [ OK ] LazyOpsTest.TestScalarTensor (15 ms) 2022-09-27T16:19:47.2144388Z [ RUN ] LazyOpsTest.TestClone 2022-09-27T16:19:47.2147096Z [ OK ] LazyOpsTest.TestClone (0 ms) 2022-09-27T16:19:47.2147589Z [ RUN ] LazyOpsTest.TestTo 2022-09-27T16:19:47.2148107Z [ OK ] LazyOpsTest.TestTo (0 ms) 2022-09-27T16:19:47.2148605Z [ RUN ] LazyOpsTest.TestIsFloatingPoint 2022-09-27T16:19:47.2148948Z [ OK ] LazyOpsTest.TestIsFloatingPoint (0 ms) 2022-09-27T16:19:47.2149246Z [ RUN ] LazyOpsTest.TestIsSigned 2022-09-27T16:19:47.2149547Z [ OK ] LazyOpsTest.TestIsSigned (0 ms) 2022-09-27T16:19:47.2149840Z [ RUN ] LazyOpsTest.TestCastByte 2022-09-27T16:19:47.2516574Z [ OK ] LazyOpsTest.TestCastByte (36 ms) 2022-09-27T16:19:47.2517002Z [ RUN ] LazyOpsTest.TestCastChar 2022-09-27T16:19:47.2519279Z [ OK ] LazyOpsTest.TestCastChar (0 ms) 2022-09-27T16:19:47.2519828Z [ RUN ] LazyOpsTest.TestCastShort 2022-09-27T16:19:47.2522320Z [ OK ] LazyOpsTest.TestCastShort (0 ms) 2022-09-27T16:19:47.2522877Z [ RUN ] LazyOpsTest.TestCastInt 2022-09-27T16:19:47.2525384Z [ OK ] LazyOpsTest.TestCastInt (0 ms) 2022-09-27T16:19:47.2526161Z [ RUN ] LazyOpsTest.TestCastLong 2022-09-27T16:19:47.2528780Z [ OK ] LazyOpsTest.TestCastLong (0 ms) 2022-09-27T16:19:47.2529364Z [ RUN ] LazyOpsTest.TestCastFloat 2022-09-27T16:19:47.2529797Z [ OK ] LazyOpsTest.TestCastFloat (0 ms) 2022-09-27T16:19:47.2530136Z [ RUN ] LazyOpsTest.TestRetainType 2022-09-27T16:19:47.2530847Z [ OK ] LazyOpsTest.TestRetainType (0 ms) 2022-09-27T16:19:47.2531195Z [ RUN ] LazyOpsTest.TestLogicalTypeWithInterop 2022-09-27T16:19:47.2543748Z [ OK ] LazyOpsTest.TestLogicalTypeWithInterop (1 ms) 2022-09-27T16:19:47.2544061Z [ RUN ] LazyOpsTest.TestAdd 2022-09-27T16:19:47.2546781Z [ OK ] LazyOpsTest.TestAdd (0 ms) 2022-09-27T16:19:47.2547070Z [ RUN ] LazyOpsTest.TestAddHalf 2022-09-27T16:19:47.2550068Z [ OK ] LazyOpsTest.TestAddHalf (0 ms) 2022-09-27T16:19:47.2550420Z [ RUN ] LazyOpsTest.TestAddMixedPrecision 2022-09-27T16:19:47.2553144Z [ OK ] LazyOpsTest.TestAddMixedPrecision (0 ms) 2022-09-27T16:19:47.2553753Z [ RUN ] LazyOpsTest.TestAddInPlace 2022-09-27T16:19:47.2557926Z [ OK ] LazyOpsTest.TestAddInPlace (0 ms) 2022-09-27T16:19:47.2558452Z [ RUN ] LazyOpsTest.TestAddScalar 2022-09-27T16:19:47.2560769Z [ OK ] LazyOpsTest.TestAddScalar (0 ms) 2022-09-27T16:19:47.2561343Z [ RUN ] LazyOpsTest.TestAddScalarInPlace 2022-09-27T16:19:47.2564897Z [ OK ] LazyOpsTest.TestAddScalarInPlace (0 ms) 2022-09-27T16:19:47.2565424Z [ RUN ] LazyOpsTest.TestAddZeroSizeDim 2022-09-27T16:19:47.2567735Z [ OK ] LazyOpsTest.TestAddZeroSizeDim (0 ms) 2022-09-27T16:19:47.2568334Z [ RUN ] LazyOpsTest.TestSub 2022-09-27T16:19:47.2571272Z [ OK ] LazyOpsTest.TestSub (0 ms) 2022-09-27T16:19:47.2571906Z [ RUN ] LazyOpsTest.TestSubInPlace 2022-09-27T16:19:47.2587541Z [ OK ] LazyOpsTest.TestSubInPlace (1 ms) 2022-09-27T16:19:47.2588117Z [ RUN ] LazyOpsTest.TestSubScalar 2022-09-27T16:19:47.2590608Z [ OK ] LazyOpsTest.TestSubScalar (0 ms) 2022-09-27T16:19:47.2591199Z [ RUN ] LazyOpsTest.TestSubScalarInPlace 2022-09-27T16:19:47.2594596Z [ OK ] LazyOpsTest.TestSubScalarInPlace (0 ms) 2022-09-27T16:19:47.2595150Z [ RUN ] LazyOpsTest.TestMul 2022-09-27T16:19:47.2597480Z [ OK ] LazyOpsTest.TestMul (0 ms) 2022-09-27T16:19:47.2598000Z [ RUN ] LazyOpsTest.TestMulInPlace 2022-09-27T16:19:47.2630734Z [ OK ] LazyOpsTest.TestMulInPlace (3 ms) 2022-09-27T16:19:47.2631335Z [ RUN ] LazyOpsTest.TestMulScalar 2022-09-27T16:19:47.2633410Z [ OK ] LazyOpsTest.TestMulScalar (0 ms) 2022-09-27T16:19:47.2633980Z [ RUN ] LazyOpsTest.TestMulScalarInPlace 2022-09-27T16:19:47.2637188Z [ OK ] LazyOpsTest.TestMulScalarInPlace (0 ms) 2022-09-27T16:19:47.2637744Z [ RUN ] LazyOpsTest.TestDiv 2022-09-27T16:19:47.2716643Z [ OK ] LazyOpsTest.TestDiv (7 ms) 2022-09-27T16:19:47.2717243Z [ RUN ] LazyOpsTest.TestDivWithRoundingMode 2022-09-27T16:19:47.2987607Z [ OK ] LazyOpsTest.TestDivWithRoundingMode (26 ms) 2022-09-27T16:19:47.2988096Z [ RUN ] LazyOpsTest.TestDivInPlace 2022-09-27T16:19:47.2990373Z [ OK ] LazyOpsTest.TestDivInPlace (0 ms) 2022-09-27T16:19:47.2990736Z [ RUN ] LazyOpsTest.TestDivInPlaceWithRoundingMode 2022-09-27T16:19:47.3000585Z [ OK ] LazyOpsTest.TestDivInPlaceWithRoundingMode (1 ms) 2022-09-27T16:19:47.3000970Z [ RUN ] LazyOpsTest.TestDivScalar 2022-09-27T16:19:47.3028172Z [ OK ] LazyOpsTest.TestDivScalar (2 ms) 2022-09-27T16:19:47.3028782Z [ RUN ] LazyOpsTest.TestDivScalarInPlace 2022-09-27T16:19:47.3034185Z [ OK ] LazyOpsTest.TestDivScalarInPlace (0 ms) 2022-09-27T16:19:47.3034640Z [ RUN ] LazyOpsTest.TestDivOut 2022-09-27T16:19:47.3038120Z [ OK ] LazyOpsTest.TestDivOut (0 ms) 2022-09-27T16:19:47.3038487Z [ RUN ] LazyOpsTest.TestRsubScalar 2022-09-27T16:19:47.3041188Z [ OK ] LazyOpsTest.TestRsubScalar (0 ms) 2022-09-27T16:19:47.3041530Z [ RUN ] LazyOpsTest.TestNe 2022-09-27T16:19:47.3043842Z [ OK ] LazyOpsTest.TestNe (0 ms) 2022-09-27T16:19:47.3044191Z [ RUN ] LazyOpsTest.TestNeInplace 2022-09-27T16:19:47.3065100Z [ OK ] LazyOpsTest.TestNeInplace (2 ms) 2022-09-27T16:19:47.3065453Z [ RUN ] LazyOpsTest.TestEq 2022-09-27T16:19:47.3067499Z [ OK ] LazyOpsTest.TestEq (0 ms) 2022-09-27T16:19:47.3067823Z [ RUN ] LazyOpsTest.TestEqInplace 2022-09-27T16:19:47.3072011Z [ OK ] LazyOpsTest.TestEqInplace (0 ms) 2022-09-27T16:19:47.3072358Z [ RUN ] LazyOpsTest.TestGe 2022-09-27T16:19:47.3074527Z [ OK ] LazyOpsTest.TestGe (0 ms) 2022-09-27T16:19:47.3074839Z [ RUN ] LazyOpsTest.TestGeInplace 2022-09-27T16:19:47.3092837Z [ OK ] LazyOpsTest.TestGeInplace (1 ms) 2022-09-27T16:19:47.3093189Z [ RUN ] LazyOpsTest.TestLe 2022-09-27T16:19:47.3095170Z [ OK ] LazyOpsTest.TestLe (0 ms) 2022-09-27T16:19:47.3095506Z [ RUN ] LazyOpsTest.TestLeInplace 2022-09-27T16:19:47.3100064Z [ OK ] LazyOpsTest.TestLeInplace (0 ms) 2022-09-27T16:19:47.3100417Z [ RUN ] LazyOpsTest.TestGt 2022-09-27T16:19:47.3102628Z [ OK ] LazyOpsTest.TestGt (0 ms) 2022-09-27T16:19:47.3102949Z [ RUN ] LazyOpsTest.TestGtInplace 2022-09-27T16:19:47.3107074Z [ OK ] LazyOpsTest.TestGtInplace (0 ms) 2022-09-27T16:19:47.3107416Z [ RUN ] LazyOpsTest.TestLt 2022-09-27T16:19:47.3109693Z [ OK ] LazyOpsTest.TestLt (0 ms) 2022-09-27T16:19:47.3110042Z [ RUN ] LazyOpsTest.TestLtInplace 2022-09-27T16:19:47.3127335Z [ OK ] LazyOpsTest.TestLtInplace (1 ms) 2022-09-27T16:19:47.3127707Z [ RUN ] LazyOpsTest.TestNeScalar 2022-09-27T16:19:47.3129978Z [ OK ] LazyOpsTest.TestNeScalar (0 ms) 2022-09-27T16:19:47.3130341Z [ RUN ] LazyOpsTest.TestEqScalar 2022-09-27T16:19:47.3132392Z [ OK ] LazyOpsTest.TestEqScalar (0 ms) 2022-09-27T16:19:47.3132750Z [ RUN ] LazyOpsTest.TestGeScalar 2022-09-27T16:19:47.3134692Z [ OK ] LazyOpsTest.TestGeScalar (0 ms) 2022-09-27T16:19:47.3135060Z [ RUN ] LazyOpsTest.TestGeScalarInplace 2022-09-27T16:19:47.3159475Z [ OK ] LazyOpsTest.TestGeScalarInplace (2 ms) 2022-09-27T16:19:47.3159861Z [ RUN ] LazyOpsTest.TestLeScalar 2022-09-27T16:19:47.3162152Z [ OK ] LazyOpsTest.TestLeScalar (0 ms) 2022-09-27T16:19:47.3162516Z [ RUN ] LazyOpsTest.TestLeScalarInplace 2022-09-27T16:19:47.3166728Z [ OK ] LazyOpsTest.TestLeScalarInplace (0 ms) 2022-09-27T16:19:47.3167104Z [ RUN ] LazyOpsTest.TestGtScalar 2022-09-27T16:19:47.3169914Z [ OK ] LazyOpsTest.TestGtScalar (0 ms) 2022-09-27T16:19:47.3170304Z [ RUN ] LazyOpsTest.TestGtScalarInplace 2022-09-27T16:19:47.3174880Z [ OK ] LazyOpsTest.TestGtScalarInplace (0 ms) 2022-09-27T16:19:47.3175190Z [ RUN ] LazyOpsTest.TestLtScalar 2022-09-27T16:19:47.3177764Z [ OK ] LazyOpsTest.TestLtScalar (0 ms) 2022-09-27T16:19:47.3178081Z [ RUN ] LazyOpsTest.TestLtScalarInplace 2022-09-27T16:19:47.3182225Z [ OK ] LazyOpsTest.TestLtScalarInplace (0 ms) 2022-09-27T16:19:47.3182527Z [ RUN ] LazyOpsTest.TestIntegerAdd 2022-09-27T16:19:47.3194197Z [ OK ] LazyOpsTest.TestIntegerAdd (1 ms) 2022-09-27T16:19:47.3194495Z [ RUN ] LazyOpsTest.TestSVD 2022-09-27T16:19:47.3249853Z [ OK ] LazyOpsTest.TestSVD (5 ms) 2022-09-27T16:19:47.3250212Z [ RUN ] LazyOpsTest.TestQR 2022-09-27T16:19:47.3250823Z [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:47.3251509Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-09-27T16:19:47.3251749Z Q, R = torch.qr(A, some) 2022-09-27T16:19:47.3251943Z should be replaced with 2022-09-27T16:19:47.3252444Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (function operator()) 2022-09-27T16:19:47.3272768Z [ OK ] LazyOpsTest.TestQR (2 ms) 2022-09-27T16:19:47.3273379Z [ RUN ] LazyOpsTest.TestSymEig 2022-09-27T16:19:47.3273998Z [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:47.3274770Z 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:47.3275307Z L, _ = torch.symeig(A, upper=upper) 2022-09-27T16:19:47.3275633Z should be replaced with 2022-09-27T16:19:47.3276105Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-09-27T16:19:47.3276446Z and 2022-09-27T16:19:47.3276738Z L, V = torch.symeig(A, eigenvectors=True) 2022-09-27T16:19:47.3277080Z should be replaced with 2022-09-27T16:19:47.3277599Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (function operator()) 2022-09-27T16:19:47.3291967Z [ OK ] LazyOpsTest.TestSymEig (1 ms) 2022-09-27T16:19:47.3292619Z [ RUN ] LazyOpsTest.TestCholesky 2022-09-27T16:19:47.3293269Z [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:47.3293820Z L = torch.cholesky(A) 2022-09-27T16:19:47.3294120Z should be replaced with 2022-09-27T16:19:47.3294456Z L = torch.linalg.cholesky(A) 2022-09-27T16:19:47.3294745Z and 2022-09-27T16:19:47.3295016Z U = torch.cholesky(A, upper=True) 2022-09-27T16:19:47.3295354Z should be replaced with 2022-09-27T16:19:47.3295687Z U = torch.linalg.cholesky(A).mH(). 2022-09-27T16:19:47.3296296Z This transform will produce equivalent results for all valid (symmetric positive definite) inputs. (function operator()) 2022-09-27T16:19:47.3300068Z [ OK ] LazyOpsTest.TestCholesky (0 ms) 2022-09-27T16:19:47.3300553Z [ RUN ] LazyOpsTest.TestLogDet 2022-09-27T16:19:47.3315316Z [ OK ] LazyOpsTest.TestLogDet (1 ms) 2022-09-27T16:19:47.3315872Z [ RUN ] LazyOpsTest.TestTriangularSolve 2022-09-27T16:19:47.3317647Z [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:47.3318432Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-09-27T16:19:47.3318947Z X = torch.triangular_solve(B, A).solution 2022-09-27T16:19:47.3319290Z should be replaced with 2022-09-27T16:19:47.3319698Z X = torch.linalg.solve_triangular(A, B). (function operator()) 2022-09-27T16:19:47.3499056Z [ OK ] LazyOpsTest.TestTriangularSolve (18 ms) 2022-09-27T16:19:47.3499590Z [ RUN ] LazyOpsTest.TestKthValue 2022-09-27T16:19:47.3526161Z [ OK ] LazyOpsTest.TestKthValue (2 ms) 2022-09-27T16:19:47.3526644Z [ RUN ] LazyOpsTest.TestTopK 2022-09-27T16:19:47.3702958Z [ OK ] LazyOpsTest.TestTopK (17 ms) 2022-09-27T16:19:47.3703442Z [ RUN ] LazyOpsTest.TestSort 2022-09-27T16:19:47.3767215Z [ OK ] LazyOpsTest.TestSort (6 ms) 2022-09-27T16:19:47.3767769Z [ RUN ] LazyOpsTest.TestSortDescWithMinValue 2022-09-27T16:19:47.3772925Z [ OK ] LazyOpsTest.TestSortDescWithMinValue (0 ms) 2022-09-27T16:19:47.3773551Z [ RUN ] LazyOpsTest.TestArgSort 2022-09-27T16:19:47.3783466Z [ OK ] LazyOpsTest.TestArgSort (1 ms) 2022-09-27T16:19:47.3784017Z [ RUN ] LazyOpsTest.TestMin 2022-09-27T16:19:47.3786806Z [ OK ] LazyOpsTest.TestMin (0 ms) 2022-09-27T16:19:47.3787260Z [ RUN ] LazyOpsTest.TestMax 2022-09-27T16:19:47.3790188Z [ OK ] LazyOpsTest.TestMax (0 ms) 2022-09-27T16:19:47.3790648Z [ RUN ] LazyOpsTest.TestUnaryMin 2022-09-27T16:19:47.3793610Z [ OK ] LazyOpsTest.TestUnaryMin (0 ms) 2022-09-27T16:19:47.3794140Z [ RUN ] LazyOpsTest.TestUnaryMax 2022-09-27T16:19:47.3796646Z [ OK ] LazyOpsTest.TestUnaryMax (0 ms) 2022-09-27T16:19:47.3797146Z [ RUN ] LazyOpsTest.TestAll 2022-09-27T16:19:47.3808411Z [ OK ] LazyOpsTest.TestAll (1 ms) 2022-09-27T16:19:47.3808881Z [ RUN ] LazyOpsTest.TestAllDim 2022-09-27T16:19:47.3810996Z [ OK ] LazyOpsTest.TestAllDim (0 ms) 2022-09-27T16:19:47.3811497Z [ RUN ] LazyOpsTest.TestAllDimKeep 2022-09-27T16:19:47.3813139Z [ OK ] LazyOpsTest.TestAllDimKeep (0 ms) 2022-09-27T16:19:47.3813634Z [ RUN ] LazyOpsTest.TestAmax 2022-09-27T16:19:47.3843436Z [ OK ] LazyOpsTest.TestAmax (3 ms) 2022-09-27T16:19:47.3843894Z [ RUN ] LazyOpsTest.TestAmin 2022-09-27T16:19:47.3874273Z [ OK ] LazyOpsTest.TestAmin (3 ms) 2022-09-27T16:19:47.3874742Z [ RUN ] LazyOpsTest.TestAny 2022-09-27T16:19:47.3884315Z [ OK ] LazyOpsTest.TestAny (1 ms) 2022-09-27T16:19:47.3884780Z [ RUN ] LazyOpsTest.TestAnyDim 2022-09-27T16:19:47.3887177Z [ OK ] LazyOpsTest.TestAnyDim (0 ms) 2022-09-27T16:19:47.3887676Z [ RUN ] LazyOpsTest.TestAnyDimKeep 2022-09-27T16:19:47.3889401Z [ OK ] LazyOpsTest.TestAnyDimKeep (0 ms) 2022-09-27T16:19:47.3889908Z [ RUN ] LazyOpsTest.TestMean 2022-09-27T16:19:47.3893306Z [ OK ] LazyOpsTest.TestMean (0 ms) 2022-09-27T16:19:47.3894621Z [ RUN ] LazyOpsTest.TestMeanCast 2022-09-27T16:19:47.3897251Z [ OK ] LazyOpsTest.TestMeanCast (0 ms) 2022-09-27T16:19:47.3897792Z [ RUN ] LazyOpsTest.TestMeanInDim 2022-09-27T16:19:47.3915408Z [ OK ] LazyOpsTest.TestMeanInDim (1 ms) 2022-09-27T16:19:47.3915896Z [ RUN ] LazyOpsTest.TestMeanInDims 2022-09-27T16:19:47.3921845Z [ OK ] LazyOpsTest.TestMeanInDims (0 ms) 2022-09-27T16:19:47.3922396Z [ RUN ] LazyOpsTest.TestMeanInDimsKeepCast 2022-09-27T16:19:47.3928562Z [ OK ] LazyOpsTest.TestMeanInDimsKeepCast (0 ms) 2022-09-27T16:19:47.3929219Z [ RUN ] LazyOpsTest.TestMeanInDimOut 2022-09-27T16:19:47.3960101Z [ OK ] LazyOpsTest.TestMeanInDimOut (3 ms) 2022-09-27T16:19:47.3960591Z [ RUN ] LazyOpsTest.TestStd 2022-09-27T16:19:47.3967075Z [ OK ] LazyOpsTest.TestStd (0 ms) 2022-09-27T16:19:47.3968752Z [ RUN ] LazyOpsTest.TestStdInDim 2022-09-27T16:19:47.4036420Z [ OK ] LazyOpsTest.TestStdInDim (6 ms) 2022-09-27T16:19:47.4037020Z [ RUN ] LazyOpsTest.TestStdWithCorrection 2022-09-27T16:19:47.4071232Z [ OK ] LazyOpsTest.TestStdWithCorrection (3 ms) 2022-09-27T16:19:47.4071839Z [ RUN ] LazyOpsTest.TestStdMeanWithCorrection 2022-09-27T16:19:47.4083365Z [ OK ] LazyOpsTest.TestStdMeanWithCorrection (1 ms) 2022-09-27T16:19:47.4083935Z [ RUN ] LazyOpsTest.TestSum 2022-09-27T16:19:47.4087084Z [ OK ] LazyOpsTest.TestSum (0 ms) 2022-09-27T16:19:47.4087577Z [ RUN ] LazyOpsTest.TestSumCast 2022-09-27T16:19:47.4090941Z [ OK ] LazyOpsTest.TestSumCast (0 ms) 2022-09-27T16:19:47.4091463Z [ RUN ] LazyOpsTest.TestSumU8 2022-09-27T16:19:47.4093040Z [ OK ] LazyOpsTest.TestSumU8 (0 ms) 2022-09-27T16:19:47.4093664Z [ RUN ] LazyOpsTest.TestSumInDim 2022-09-27T16:19:47.4109852Z [ OK ] LazyOpsTest.TestSumInDim (1 ms) 2022-09-27T16:19:47.4110388Z [ RUN ] LazyOpsTest.TestSumInDims 2022-09-27T16:19:47.4116549Z [ OK ] LazyOpsTest.TestSumInDims (0 ms) 2022-09-27T16:19:47.4117077Z [ RUN ] LazyOpsTest.TestSumInDimsKeep 2022-09-27T16:19:47.4123836Z [ OK ] LazyOpsTest.TestSumInDimsKeep (0 ms) 2022-09-27T16:19:47.4124459Z [ RUN ] LazyOpsTest.TestSumInDimsKeepCast 2022-09-27T16:19:47.4131011Z [ OK ] LazyOpsTest.TestSumInDimsKeepCast (0 ms) 2022-09-27T16:19:47.4131574Z [ RUN ] LazyOpsTest.TestVar 2022-09-27T16:19:47.4133344Z [ OK ] LazyOpsTest.TestVar (0 ms) 2022-09-27T16:19:47.4134016Z [ RUN ] LazyOpsTest.TestVarWithDim 2022-09-27T16:19:47.4139506Z [ OK ] LazyOpsTest.TestVarWithDim (0 ms) 2022-09-27T16:19:47.4140071Z [ RUN ] LazyOpsTest.TestVarWithCorrection 2022-09-27T16:19:47.4147420Z [ OK ] LazyOpsTest.TestVarWithCorrection (0 ms) 2022-09-27T16:19:47.4150063Z [ RUN ] LazyOpsTest.TestVarMeanWithCorrection 2022-09-27T16:19:47.4158493Z [ OK ] LazyOpsTest.TestVarMeanWithCorrection (1 ms) 2022-09-27T16:19:47.4159195Z [ RUN ] LazyOpsTest.TestMaxInDim 2022-09-27T16:19:47.4215991Z [ OK ] LazyOpsTest.TestMaxInDim (5 ms) 2022-09-27T16:19:47.4216474Z [ RUN ] LazyOpsTest.TestMinInDim 2022-09-27T16:19:47.4225560Z [ OK ] LazyOpsTest.TestMinInDim (0 ms) 2022-09-27T16:19:47.4226042Z [ RUN ] LazyOpsTest.TestNorm 2022-09-27T16:19:47.4229631Z [ OK ] LazyOpsTest.TestNorm (0 ms) 2022-09-27T16:19:47.4230224Z [ RUN ] LazyOpsTest.TestNormInDim 2022-09-27T16:19:47.4236465Z [ OK ] LazyOpsTest.TestNormInDim (0 ms) 2022-09-27T16:19:47.4236992Z [ RUN ] LazyOpsTest.TestNormInDims 2022-09-27T16:19:47.4242601Z [ OK ] LazyOpsTest.TestNormInDims (0 ms) 2022-09-27T16:19:47.4243228Z [ RUN ] LazyOpsTest.TestNormInDimsKeep 2022-09-27T16:19:47.4249170Z [ OK ] LazyOpsTest.TestNormInDimsKeep (0 ms) 2022-09-27T16:19:47.4249775Z [ RUN ] LazyOpsTest.TestNormalTwoTensor 2022-09-27T16:19:47.4256311Z [ OK ] LazyOpsTest.TestNormalTwoTensor (0 ms) 2022-09-27T16:19:47.4256878Z [ RUN ] LazyOpsTest.TestNormalDoubleMean 2022-09-27T16:19:47.4263688Z [ OK ] LazyOpsTest.TestNormalDoubleMean (0 ms) 2022-09-27T16:19:47.4264231Z [ RUN ] LazyOpsTest.TestNormalDoubleStd 2022-09-27T16:19:47.4266856Z [ OK ] LazyOpsTest.TestNormalDoubleStd (0 ms) 2022-09-27T16:19:47.4267451Z [ RUN ] LazyOpsTest.TestNormalInPlace 2022-09-27T16:19:47.4270134Z [ OK ] LazyOpsTest.TestNormalInPlace (0 ms) 2022-09-27T16:19:47.4270706Z [ RUN ] LazyOpsTest.TestUniformInPlace 2022-09-27T16:19:47.4273144Z [ OK ] LazyOpsTest.TestUniformInPlace (0 ms) 2022-09-27T16:19:47.4273703Z [ RUN ] LazyOpsTest.TestRandomInPlace 2022-09-27T16:19:47.4350903Z [ OK ] LazyOpsTest.TestRandomInPlace (7 ms) 2022-09-27T16:19:47.4351489Z [ RUN ] LazyOpsTest.TestRandomInPlaceDefaultFrom 2022-09-27T16:19:47.4401749Z [ OK ] LazyOpsTest.TestRandomInPlaceDefaultFrom (5 ms) 2022-09-27T16:19:47.4402396Z [ RUN ] LazyOpsTest.TestRandomInPlaceDefault 2022-09-27T16:19:47.4414930Z [ OK ] LazyOpsTest.TestRandomInPlaceDefault (1 ms) 2022-09-27T16:19:47.4415502Z [ RUN ] LazyOpsTest.TestNormGeneral 2022-09-27T16:19:47.4419255Z [ OK ] LazyOpsTest.TestNormGeneral (0 ms) 2022-09-27T16:19:47.4419999Z [ RUN ] LazyOpsTest.TestNormNuclear 2022-09-27T16:19:47.4423374Z [ OK ] LazyOpsTest.TestNormNuclear (0 ms) 2022-09-27T16:19:47.4424305Z [ RUN ] LazyOpsTest.TestFrobeniusNorm 2022-09-27T16:19:47.4425106Z [ OK ] LazyOpsTest.TestFrobeniusNorm (0 ms) 2022-09-27T16:19:47.4425670Z [ RUN ] LazyOpsTest.TestFrobeniusNormInDim 2022-09-27T16:19:47.4431862Z [ OK ] LazyOpsTest.TestFrobeniusNormInDim (0 ms) 2022-09-27T16:19:47.4432455Z [ RUN ] LazyOpsTest.TestFrobeniusNormInDims 2022-09-27T16:19:47.4442887Z [ OK ] LazyOpsTest.TestFrobeniusNormInDims (1 ms) 2022-09-27T16:19:47.4443386Z [ RUN ] LazyOpsTest.TestGroupNorm 2022-09-27T16:19:47.4481532Z [ OK ] LazyOpsTest.TestGroupNorm (3 ms) 2022-09-27T16:19:47.4482112Z [ RUN ] LazyOpsTest.TestGroupNormBackward 2022-09-27T16:19:47.4958697Z [ OK ] LazyOpsTest.TestGroupNormBackward (47 ms) 2022-09-27T16:19:47.4959424Z [ RUN ] LazyOpsTest.TestInstanceNorm 2022-09-27T16:19:47.4972669Z [ OK ] LazyOpsTest.TestInstanceNorm (1 ms) 2022-09-27T16:19:47.4973336Z [ RUN ] LazyOpsTest.TestLayerNorm 2022-09-27T16:19:47.5006234Z [ OK ] LazyOpsTest.TestLayerNorm (3 ms) 2022-09-27T16:19:47.5006867Z [ RUN ] LazyOpsTest.TestLayerNormBackward 2022-09-27T16:19:47.5250894Z [ OK ] LazyOpsTest.TestLayerNormBackward (24 ms) 2022-09-27T16:19:47.5251445Z [ RUN ] LazyOpsTest.TestNuclearNorm 2022-09-27T16:19:47.5258599Z [ OK ] LazyOpsTest.TestNuclearNorm (0 ms) 2022-09-27T16:19:47.5259147Z [ RUN ] LazyOpsTest.TestPairwiseDistance 2022-09-27T16:19:47.5920430Z [ OK ] LazyOpsTest.TestPairwiseDistance (66 ms) 2022-09-27T16:19:47.5921017Z [ RUN ] LazyOpsTest.TestCosineSimilarity 2022-09-27T16:19:47.5964414Z [ OK ] LazyOpsTest.TestCosineSimilarity (4 ms) 2022-09-27T16:19:47.5964997Z [ RUN ] LazyOpsTest.TestCosineEmbeddingLoss 2022-09-27T16:19:47.6576653Z [ OK ] LazyOpsTest.TestCosineEmbeddingLoss (60 ms) 2022-09-27T16:19:47.6577295Z [ RUN ] LazyOpsTest.TestHingeEmbeddingLoss 2022-09-27T16:19:47.6612448Z [ OK ] LazyOpsTest.TestHingeEmbeddingLoss (3 ms) 2022-09-27T16:19:47.9393811Z [ RUN ] LazyOpsTest.TestTripletMarginLoss 2022-09-27T16:19:47.9394542Z [ OK ] LazyOpsTest.TestTripletMarginLoss (278 ms) 2022-09-27T16:19:47.9395224Z [ RUN ] LazyOpsTest.TestBinaryCrossEntropy 2022-09-27T16:19:47.9413913Z [ OK ] LazyOpsTest.TestBinaryCrossEntropy (2 ms) 2022-09-27T16:19:47.9414490Z [ RUN ] LazyOpsTest.TestMarginRankingLoss 2022-09-27T16:19:48.0108315Z [ OK ] LazyOpsTest.TestMarginRankingLoss (69 ms) 2022-09-27T16:19:48.0109023Z [ RUN ] LazyOpsTest.TestBCEWithLogits 2022-09-27T16:19:48.0121567Z [ OK ] LazyOpsTest.TestBCEWithLogits (1 ms) 2022-09-27T16:19:48.0122170Z [ RUN ] LazyOpsTest.TestKlDiv 2022-09-27T16:19:48.0141086Z [ OK ] LazyOpsTest.TestKlDiv (1 ms) 2022-09-27T16:19:48.0141960Z [ RUN ] LazyOpsTest.TestProd 2022-09-27T16:19:48.0142411Z [ OK ] LazyOpsTest.TestProd (0 ms) 2022-09-27T16:19:48.0142896Z [ RUN ] LazyOpsTest.TestProdCast 2022-09-27T16:19:48.0143406Z [ OK ] LazyOpsTest.TestProdCast (0 ms) 2022-09-27T16:19:48.0143924Z [ RUN ] LazyOpsTest.TestProdInDim 2022-09-27T16:19:48.0148067Z [ OK ] LazyOpsTest.TestProdInDim (0 ms) 2022-09-27T16:19:48.0148655Z [ RUN ] LazyOpsTest.TestProdInDimKeepCast 2022-09-27T16:19:48.0152374Z [ OK ] LazyOpsTest.TestProdInDimKeepCast (0 ms) 2022-09-27T16:19:48.0152956Z [ RUN ] LazyOpsTest.TestProdInDimKeep 2022-09-27T16:19:48.0156955Z [ OK ] LazyOpsTest.TestProdInDimKeep (0 ms) 2022-09-27T16:19:48.0157494Z [ RUN ] LazyOpsTest.TestCumSum 2022-09-27T16:19:48.0171456Z [ OK ] LazyOpsTest.TestCumSum (1 ms) 2022-09-27T16:19:48.0171950Z [ RUN ] LazyOpsTest.TestCumSumCast 2022-09-27T16:19:48.0186482Z [ OK ] LazyOpsTest.TestCumSumCast (1 ms) 2022-09-27T16:19:48.0187051Z [ RUN ] LazyOpsTest.TestCumSumLong 2022-09-27T16:19:48.0199155Z [ OK ] LazyOpsTest.TestCumSumLong (1 ms) 2022-09-27T16:19:48.0199721Z [ RUN ] LazyOpsTest.TestCumSumCastLong 2022-09-27T16:19:48.0212214Z [ OK ] LazyOpsTest.TestCumSumCastLong (1 ms) 2022-09-27T16:19:48.0212773Z [ RUN ] LazyOpsTest.TestCumProd 2022-09-27T16:19:48.0216739Z [ OK ] LazyOpsTest.TestCumProd (0 ms) 2022-09-27T16:19:48.0217291Z [ RUN ] LazyOpsTest.TestCumProdCast 2022-09-27T16:19:48.0221197Z [ OK ] LazyOpsTest.TestCumProdCast (0 ms) 2022-09-27T16:19:48.0221766Z [ RUN ] LazyOpsTest.TestCumProdLong 2022-09-27T16:19:48.0230192Z [ OK ] LazyOpsTest.TestCumProdLong (0 ms) 2022-09-27T16:19:48.0230788Z [ RUN ] LazyOpsTest.TestCumProdCastLong 2022-09-27T16:19:48.0239305Z [ OK ] LazyOpsTest.TestCumProdCastLong (0 ms) 2022-09-27T16:19:48.0239828Z [ RUN ] LazyOpsTest.TestArgMin 2022-09-27T16:19:48.0240324Z [ OK ] LazyOpsTest.TestArgMin (0 ms) 2022-09-27T16:19:48.0240807Z [ RUN ] LazyOpsTest.TestArgMinDim 2022-09-27T16:19:48.0241923Z [ OK ] LazyOpsTest.TestArgMinDim (0 ms) 2022-09-27T16:19:48.0242420Z [ RUN ] LazyOpsTest.TestArgMinDimKeep 2022-09-27T16:19:48.0243452Z [ OK ] LazyOpsTest.TestArgMinDimKeep (0 ms) 2022-09-27T16:19:48.0244029Z [ RUN ] LazyOpsTest.TestArgMinSameValue 2022-09-27T16:19:48.0244584Z [ OK ] LazyOpsTest.TestArgMinSameValue (0 ms) 2022-09-27T16:19:48.0245123Z [ RUN ] LazyOpsTest.TestArgMinWrapper 2022-09-27T16:19:48.0245698Z [ OK ] LazyOpsTest.TestArgMinWrapper (0 ms) 2022-09-27T16:19:48.0246228Z [ RUN ] LazyOpsTest.TestArgMax 2022-09-27T16:19:48.0246714Z [ OK ] LazyOpsTest.TestArgMax (0 ms) 2022-09-27T16:19:48.0247223Z [ RUN ] LazyOpsTest.TestArgMaxDim 2022-09-27T16:19:48.0247745Z [ OK ] LazyOpsTest.TestArgMaxDim (0 ms) 2022-09-27T16:19:48.0248331Z [ RUN ] LazyOpsTest.TestArgMaxDimKeep 2022-09-27T16:19:48.0249281Z [ OK ] LazyOpsTest.TestArgMaxDimKeep (0 ms) 2022-09-27T16:19:48.0249837Z [ RUN ] LazyOpsTest.TestArgMaxSameValue 2022-09-27T16:19:48.0250373Z [ OK ] LazyOpsTest.TestArgMaxSameValue (0 ms) 2022-09-27T16:19:48.0251030Z [ RUN ] LazyOpsTest.TestArgMaxWrapper 2022-09-27T16:19:48.0251646Z [ OK ] LazyOpsTest.TestArgMaxWrapper (0 ms) 2022-09-27T16:19:48.0252193Z [ RUN ] LazyOpsTest.TestAsin 2022-09-27T16:19:48.0253015Z [ OK ] LazyOpsTest.TestAsin (0 ms) 2022-09-27T16:19:48.0253525Z [ RUN ] LazyOpsTest.TestAsinh 2022-09-27T16:19:48.0254850Z [ OK ] LazyOpsTest.TestAsinh (0 ms) 2022-09-27T16:19:48.0255452Z [ RUN ] LazyOpsTest.TestAsinhInPlace 2022-09-27T16:19:48.0256961Z [ OK ] LazyOpsTest.TestAsinhInPlace (0 ms) 2022-09-27T16:19:48.0257525Z [ RUN ] LazyOpsTest.TestSin 2022-09-27T16:19:48.0258724Z [ OK ] LazyOpsTest.TestSin (0 ms) 2022-09-27T16:19:48.0259230Z [ RUN ] LazyOpsTest.TestSinh 2022-09-27T16:19:48.0260197Z [ OK ] LazyOpsTest.TestSinh (0 ms) 2022-09-27T16:19:48.0260718Z [ RUN ] LazyOpsTest.TestAcos 2022-09-27T16:19:48.0261817Z [ OK ] LazyOpsTest.TestAcos (0 ms) 2022-09-27T16:19:48.0262326Z [ RUN ] LazyOpsTest.TestAcosh 2022-09-27T16:19:48.0263600Z [ OK ] LazyOpsTest.TestAcosh (0 ms) 2022-09-27T16:19:48.0264188Z [ RUN ] LazyOpsTest.TestAcoshInPlace 2022-09-27T16:19:48.0265427Z [ OK ] LazyOpsTest.TestAcoshInPlace (0 ms) 2022-09-27T16:19:48.0265973Z [ RUN ] LazyOpsTest.TestCos 2022-09-27T16:19:48.0269801Z [ OK ] LazyOpsTest.TestCos (0 ms) 2022-09-27T16:19:48.0270345Z [ RUN ] LazyOpsTest.TestCosh 2022-09-27T16:19:48.0270875Z [ OK ] LazyOpsTest.TestCosh (0 ms) 2022-09-27T16:19:48.0271386Z [ RUN ] LazyOpsTest.TestAtan 2022-09-27T16:19:48.0272345Z [ OK ] LazyOpsTest.TestAtan (0 ms) 2022-09-27T16:19:48.0272852Z [ RUN ] LazyOpsTest.TestAtanh 2022-09-27T16:19:48.0273750Z [ OK ] LazyOpsTest.TestAtanh (0 ms) 2022-09-27T16:19:48.0274349Z [ RUN ] LazyOpsTest.TestAtanhInPlace 2022-09-27T16:19:48.0275887Z [ OK ] LazyOpsTest.TestAtanhInPlace (0 ms) 2022-09-27T16:19:48.0276447Z [ RUN ] LazyOpsTest.TestAtan2 2022-09-27T16:19:48.0278062Z [ OK ] LazyOpsTest.TestAtan2 (0 ms) 2022-09-27T16:19:48.0278593Z [ RUN ] LazyOpsTest.TestTan 2022-09-27T16:19:48.0279671Z [ OK ] LazyOpsTest.TestTan (0 ms) 2022-09-27T16:19:48.0280206Z [ RUN ] LazyOpsTest.TestTanh 2022-09-27T16:19:48.0284112Z [ OK ] LazyOpsTest.TestTanh (0 ms) 2022-09-27T16:19:48.0284714Z [ RUN ] LazyOpsTest.TestClampMinMax 2022-09-27T16:19:48.0288587Z [ OK ] LazyOpsTest.TestClampMinMax (0 ms) 2022-09-27T16:19:48.0289343Z [ RUN ] LazyOpsTest.TestClampMin 2022-09-27T16:19:48.0292526Z [ OK ] LazyOpsTest.TestClampMin (0 ms) 2022-09-27T16:19:48.0293065Z [ RUN ] LazyOpsTest.TestClampMax 2022-09-27T16:19:48.0296162Z [ OK ] LazyOpsTest.TestClampMax (0 ms) 2022-09-27T16:19:48.0296745Z [ RUN ] LazyOpsTest.TestClampMinExplicit 2022-09-27T16:19:48.0299504Z [ OK ] LazyOpsTest.TestClampMinExplicit (0 ms) 2022-09-27T16:19:48.0300073Z [ RUN ] LazyOpsTest.TestClampMaxExplicit 2022-09-27T16:19:48.0301023Z [ OK ] LazyOpsTest.TestClampMaxExplicit (0 ms) 2022-09-27T16:19:48.0301428Z [ RUN ] LazyOpsTest.TestClampMinExplicitInPlace 2022-09-27T16:19:48.0304433Z [ OK ] LazyOpsTest.TestClampMinExplicitInPlace (0 ms) 2022-09-27T16:19:48.0304908Z [ RUN ] LazyOpsTest.TestClampMaxExplicitInPlace 2022-09-27T16:19:48.0305775Z [ OK ] LazyOpsTest.TestClampMaxExplicitInPlace (0 ms) 2022-09-27T16:19:48.0306206Z [ RUN ] LazyOpsTest.TestCeil 2022-09-27T16:19:48.0306936Z [ OK ] LazyOpsTest.TestCeil (0 ms) 2022-09-27T16:19:48.0307231Z [ RUN ] LazyOpsTest.TestFloor 2022-09-27T16:19:48.0310180Z [ OK ] LazyOpsTest.TestFloor (0 ms) 2022-09-27T16:19:48.0310496Z [ RUN ] LazyOpsTest.TestRound 2022-09-27T16:19:48.0312159Z [ OK ] LazyOpsTest.TestRound (0 ms) 2022-09-27T16:19:48.0312481Z [ RUN ] LazyOpsTest.TestTrunc 2022-09-27T16:19:48.0315568Z [ OK ] LazyOpsTest.TestTrunc (0 ms) 2022-09-27T16:19:48.0315875Z [ RUN ] LazyOpsTest.TestFrac 2022-09-27T16:19:48.0318897Z [ OK ] LazyOpsTest.TestFrac (0 ms) 2022-09-27T16:19:48.0319187Z [ RUN ] LazyOpsTest.TestNeg 2022-09-27T16:19:48.0321969Z [ OK ] LazyOpsTest.TestNeg (0 ms) 2022-09-27T16:19:48.0322290Z [ RUN ] LazyOpsTest.TestBitwiseNot 2022-09-27T16:19:48.0324166Z [ OK ] LazyOpsTest.TestBitwiseNot (0 ms) 2022-09-27T16:19:48.0324499Z [ RUN ] LazyOpsTest.TestBitwiseNotInPlace 2022-09-27T16:19:48.0326491Z [ OK ] LazyOpsTest.TestBitwiseNotInPlace (0 ms) 2022-09-27T16:19:48.0326950Z [ RUN ] LazyOpsTest.TestSign 2022-09-27T16:19:48.0327315Z [ OK ] LazyOpsTest.TestSign (0 ms) 2022-09-27T16:19:48.0327750Z [ RUN ] LazyOpsTest.TestSignByte 2022-09-27T16:19:48.0328118Z [ OK ] LazyOpsTest.TestSignByte (0 ms) 2022-09-27T16:19:48.0328507Z [ RUN ] LazyOpsTest.TestAbs 2022-09-27T16:19:48.0331232Z [ OK ] LazyOpsTest.TestAbs (0 ms) 2022-09-27T16:19:48.0331527Z [ RUN ] LazyOpsTest.TestAbsByte 2022-09-27T16:19:48.0333872Z [ OK ] LazyOpsTest.TestAbsByte (0 ms) 2022-09-27T16:19:48.0334283Z [ RUN ] LazyOpsTest.TestEmptyLike 2022-09-27T16:19:48.0334587Z [ OK ] LazyOpsTest.TestEmptyLike (0 ms) 2022-09-27T16:19:48.0334913Z [ RUN ] LazyOpsTest.TestEmptyLikeOptions 2022-09-27T16:19:48.0335259Z [ OK ] LazyOpsTest.TestEmptyLikeOptions (0 ms) 2022-09-27T16:19:48.0335554Z [ RUN ] LazyOpsTest.TestEmpty 2022-09-27T16:19:48.0335851Z [ OK ] LazyOpsTest.TestEmpty (0 ms) 2022-09-27T16:19:48.0336209Z [ RUN ] LazyOpsTest.TestZeroInPlace 2022-09-27T16:19:48.0336982Z [ OK ] LazyOpsTest.TestZeroInPlace (0 ms) 2022-09-27T16:19:48.0337369Z [ RUN ] LazyOpsTest.TestZerosLike 2022-09-27T16:19:48.0338051Z [ OK ] LazyOpsTest.TestZerosLike (0 ms) 2022-09-27T16:19:48.0338430Z [ RUN ] LazyOpsTest.TestZerosLikeOptions 2022-09-27T16:19:48.0338880Z [ OK ] LazyOpsTest.TestZerosLikeOptions (0 ms) 2022-09-27T16:19:48.0339196Z [ RUN ] LazyOpsTest.TestZeros 2022-09-27T16:19:48.0341812Z [ OK ] LazyOpsTest.TestZeros (0 ms) 2022-09-27T16:19:48.0342100Z [ RUN ] LazyOpsTest.TestOnes 2022-09-27T16:19:48.0345356Z [ OK ] LazyOpsTest.TestOnes (0 ms) 2022-09-27T16:19:48.0345822Z [ RUN ] LazyOpsTest.TestOnesLike 2022-09-27T16:19:48.0346375Z [ OK ] LazyOpsTest.TestOnesLike (0 ms) 2022-09-27T16:19:48.0346731Z [ RUN ] LazyOpsTest.TestOnesLikeOptions 2022-09-27T16:19:48.0347163Z [ OK ] LazyOpsTest.TestOnesLikeOptions (0 ms) 2022-09-27T16:19:48.0347475Z [ RUN ] LazyOpsTest.TestFull 2022-09-27T16:19:48.0351811Z [ OK ] LazyOpsTest.TestFull (0 ms) 2022-09-27T16:19:48.0352175Z [ RUN ] LazyOpsTest.TestFullLike 2022-09-27T16:19:48.0353174Z [ OK ] LazyOpsTest.TestFullLike (0 ms) 2022-09-27T16:19:48.0353500Z [ RUN ] LazyOpsTest.TestFullLikeOptions 2022-09-27T16:19:48.0353884Z [ OK ] LazyOpsTest.TestFullLikeOptions (0 ms) 2022-09-27T16:19:48.0354194Z [ RUN ] LazyOpsTest.TestARange 2022-09-27T16:19:48.0360510Z [ OK ] LazyOpsTest.TestARange (0 ms) 2022-09-27T16:19:48.0360870Z [ RUN ] LazyOpsTest.TestARangeOut 2022-09-27T16:19:48.0361350Z [W RangeFactories.cpp:191] 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:48.0363257Z [ OK ] LazyOpsTest.TestARangeOut (0 ms) 2022-09-27T16:19:48.0363568Z [ RUN ] LazyOpsTest.TestDimARange 2022-09-27T16:19:48.0366885Z [ OK ] LazyOpsTest.TestDimARange (0 ms) 2022-09-27T16:19:48.0367203Z [ RUN ] LazyOpsTest.TestBartlettWindow 2022-09-27T16:19:48.0385645Z [ OK ] LazyOpsTest.TestBartlettWindow (1 ms) 2022-09-27T16:19:48.0386049Z [ RUN ] LazyOpsTest.TestBlackmanWindow 2022-09-27T16:19:48.0416589Z [ OK ] LazyOpsTest.TestBlackmanWindow (3 ms) 2022-09-27T16:19:48.0416933Z [ RUN ] LazyOpsTest.TestHammingWindow 2022-09-27T16:19:48.0431268Z [ OK ] LazyOpsTest.TestHammingWindow (1 ms) 2022-09-27T16:19:48.0431659Z [ RUN ] LazyOpsTest.TestHannWindow 2022-09-27T16:19:48.1015199Z [ OK ] LazyOpsTest.TestHannWindow (58 ms) 2022-09-27T16:19:48.1015843Z [ RUN ] LazyOpsTest.TestLogSigmoid 2022-09-27T16:19:48.1019722Z [ OK ] LazyOpsTest.TestLogSigmoid (0 ms) 2022-09-27T16:19:48.1020304Z [ RUN ] LazyOpsTest.TestLogSigmoidForward 2022-09-27T16:19:48.1025379Z [ OK ] LazyOpsTest.TestLogSigmoidForward (0 ms) 2022-09-27T16:19:48.1026032Z [ RUN ] LazyOpsTest.TestLogsumexp 2022-09-27T16:19:48.1062435Z [ OK ] LazyOpsTest.TestLogsumexp (3 ms) 2022-09-27T16:19:48.1063058Z [ RUN ] LazyOpsTest.TestSiLU 2022-09-27T16:19:48.1066261Z [ OK ] LazyOpsTest.TestSiLU (0 ms) 2022-09-27T16:19:48.1066898Z [ RUN ] LazyOpsTest.TestSigmoid 2022-09-27T16:19:48.1069800Z [ OK ] LazyOpsTest.TestSigmoid (0 ms) 2022-09-27T16:19:48.1070346Z [ RUN ] LazyOpsTest.TestMatmul_1x1 2022-09-27T16:19:48.1071192Z [ OK ] LazyOpsTest.TestMatmul_1x1 (0 ms) 2022-09-27T16:19:48.1071780Z [ RUN ] LazyOpsTest.TestMatmul_2x1 2022-09-27T16:19:48.1076063Z [ OK ] LazyOpsTest.TestMatmul_2x1 (0 ms) 2022-09-27T16:19:48.1076664Z [ RUN ] LazyOpsTest.TestMatmul_1x2 2022-09-27T16:19:48.1082021Z [ OK ] LazyOpsTest.TestMatmul_1x2 (0 ms) 2022-09-27T16:19:48.1082628Z [ RUN ] LazyOpsTest.TestMatmul_2x2 2022-09-27T16:19:48.1086953Z [ OK ] LazyOpsTest.TestMatmul_2x2 (0 ms) 2022-09-27T16:19:48.1087564Z [ RUN ] LazyOpsTest.TestMatmulBcast 2022-09-27T16:19:48.1096867Z [ OK ] LazyOpsTest.TestMatmulBcast (0 ms) 2022-09-27T16:19:48.1097421Z [ RUN ] LazyOpsTest.TestDot 2022-09-27T16:19:48.1097942Z [ OK ] LazyOpsTest.TestDot (0 ms) 2022-09-27T16:19:48.1098507Z [ RUN ] LazyOpsTest.TestTensorDot 2022-09-27T16:19:48.1107198Z [ OK ] LazyOpsTest.TestTensorDot (0 ms) 2022-09-27T16:19:48.1107780Z [ RUN ] LazyOpsTest.TestGer 2022-09-27T16:19:48.1112703Z [ OK ] LazyOpsTest.TestGer (0 ms) 2022-09-27T16:19:48.1113285Z [ RUN ] LazyOpsTest.TestMv 2022-09-27T16:19:48.1116827Z [ OK ] LazyOpsTest.TestMv (0 ms) 2022-09-27T16:19:48.1117157Z [ RUN ] LazyOpsTest.TestMvOut 2022-09-27T16:19:48.1132891Z [ OK ] LazyOpsTest.TestMvOut (1 ms) 2022-09-27T16:19:48.1133254Z [ RUN ] LazyOpsTest.TestBatchAddBatchMatMul 2022-09-27T16:19:48.1137098Z [ OK ] LazyOpsTest.TestBatchAddBatchMatMul (0 ms) 2022-09-27T16:19:48.1137517Z [ RUN ] LazyOpsTest.TestBatchAddBatchMatMulInPlace 2022-09-27T16:19:48.1142017Z [ OK ] LazyOpsTest.TestBatchAddBatchMatMulInPlace (0 ms) 2022-09-27T16:19:48.1142399Z [ RUN ] LazyOpsTest.TestBatchMatMul 2022-09-27T16:19:48.1145498Z [ OK ] LazyOpsTest.TestBatchMatMul (0 ms) 2022-09-27T16:19:48.1146064Z [ RUN ] LazyOpsTest.TestChainMatMul 2022-09-27T16:19:48.1146674Z [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:48.1152481Z [ OK ] LazyOpsTest.TestChainMatMul (0 ms) 2022-09-27T16:19:48.1152789Z [ RUN ] LazyOpsTest.TestLinear 2022-09-27T16:19:48.1160848Z [ OK ] LazyOpsTest.TestLinear (0 ms) 2022-09-27T16:19:48.1161407Z [ RUN ] LazyOpsTest.TestPinverse 2022-09-27T16:19:48.1178910Z [ OK ] LazyOpsTest.TestPinverse (1 ms) 2022-09-27T16:19:48.1179480Z [ RUN ] LazyOpsTest.TestEinsumOuter 2022-09-27T16:19:48.1185975Z [ OK ] LazyOpsTest.TestEinsumOuter (0 ms) 2022-09-27T16:19:48.1186370Z [ RUN ] LazyOpsTest.TestEinsumOuterBackward 2022-09-27T16:19:48.1207670Z [ OK ] LazyOpsTest.TestEinsumOuterBackward (2 ms) 2022-09-27T16:19:48.1208302Z [ RUN ] LazyOpsTest.TestEinsumBatchMatMul 2022-09-27T16:19:48.1218944Z [ OK ] LazyOpsTest.TestEinsumBatchMatMul (1 ms) 2022-09-27T16:19:48.1219771Z [ RUN ] LazyOpsTest.TestEinsumPyTorchLowerBilinear 2022-09-27T16:19:48.1237641Z [ OK ] LazyOpsTest.TestEinsumPyTorchLowerBilinear (1 ms) 2022-09-27T16:19:48.1238323Z [ RUN ] LazyOpsTest.TestEinsumPyTorchLowerDiagonal 2022-09-27T16:19:48.1242591Z [ OK ] LazyOpsTest.TestEinsumPyTorchLowerDiagonal (0 ms) 2022-09-27T16:19:48.1243292Z [ RUN ] LazyOpsTest.TestEinsumPyTorchLowerBatchDiagonal 2022-09-27T16:19:48.1247907Z [ OK ] LazyOpsTest.TestEinsumPyTorchLowerBatchDiagonal (0 ms) 2022-09-27T16:19:48.1248595Z [ RUN ] LazyOpsTest.TestEinsumPyTorchLowerBatchPermute 2022-09-27T16:19:48.1251431Z [ OK ] LazyOpsTest.TestEinsumPyTorchLowerBatchPermute (0 ms) 2022-09-27T16:19:48.1251876Z [ RUN ] LazyOpsTest.TestEinsumPyTorchLowerRepeatedAxis 2022-09-27T16:19:48.1261117Z [ OK ] LazyOpsTest.TestEinsumPyTorchLowerRepeatedAxis (0 ms) 2022-09-27T16:19:48.1261735Z [ RUN ] LazyOpsTest.TestBilinear 2022-09-27T16:19:48.1366843Z [ OK ] LazyOpsTest.TestBilinear (10 ms) 2022-09-27T16:19:48.1367466Z [ RUN ] LazyOpsTest.TestUpsampleNearest2D 2022-09-27T16:19:48.1384631Z [ OK ] LazyOpsTest.TestUpsampleNearest2D (1 ms) 2022-09-27T16:19:48.1385284Z [ RUN ] LazyOpsTest.TestUpsampleNearest2DBackward 2022-09-27T16:19:48.1396571Z [ OK ] LazyOpsTest.TestUpsampleNearest2DBackward (1 ms) 2022-09-27T16:19:48.1397281Z [ RUN ] LazyOpsTest.TestUpsampleNearest2DWithScale 2022-09-27T16:19:48.1401806Z [ OK ] LazyOpsTest.TestUpsampleNearest2DWithScale (0 ms) 2022-09-27T16:19:48.1402724Z [ RUN ] LazyOpsTest.TestUpsampleNearest2DBackwardWithScale 2022-09-27T16:19:48.1414354Z [ OK ] LazyOpsTest.TestUpsampleNearest2DBackwardWithScale (1 ms) 2022-09-27T16:19:48.1414923Z [ RUN ] LazyOpsTest.TestUpsampleBilinear2D 2022-09-27T16:19:48.1434625Z [ OK ] LazyOpsTest.TestUpsampleBilinear2D (2 ms) 2022-09-27T16:19:48.1435281Z [ RUN ] LazyOpsTest.TestUpsampleBilinear2DBackward 2022-09-27T16:19:48.1456769Z [ OK ] LazyOpsTest.TestUpsampleBilinear2DBackward (2 ms) 2022-09-27T16:19:48.1457353Z [ RUN ] LazyOpsTest.TestAddCMul 2022-09-27T16:19:48.1460285Z [ OK ] LazyOpsTest.TestAddCMul (0 ms) 2022-09-27T16:19:48.1460771Z [ RUN ] LazyOpsTest.TestAddCDiv 2022-09-27T16:19:48.1464038Z [ OK ] LazyOpsTest.TestAddCDiv (0 ms) 2022-09-27T16:19:48.1464579Z [ RUN ] LazyOpsTest.TestAddCDivWithBroadcast 2022-09-27T16:19:48.1468079Z [ OK ] LazyOpsTest.TestAddCDivWithBroadcast (0 ms) 2022-09-27T16:19:48.1468594Z [ RUN ] LazyOpsTest.TestSize 2022-09-27T16:19:48.1469068Z [ OK ] LazyOpsTest.TestSize (0 ms) 2022-09-27T16:19:48.1469527Z [ RUN ] LazyOpsTest.TestSelect 2022-09-27T16:19:48.1531617Z [ OK ] LazyOpsTest.TestSelect (6 ms) 2022-09-27T16:19:48.1532170Z [ RUN ] LazyOpsTest.TestBernoulliScalarProb 2022-09-27T16:19:48.1536725Z [ OK ] LazyOpsTest.TestBernoulliScalarProb (0 ms) 2022-09-27T16:19:48.1537321Z [ RUN ] LazyOpsTest.TestBernoulliTensorProb 2022-09-27T16:19:48.1540256Z [ OK ] LazyOpsTest.TestBernoulliTensorProb (0 ms) 2022-09-27T16:19:48.1540889Z [ RUN ] LazyOpsTest.TestBernoulliScalarProbInPlace 2022-09-27T16:19:48.1544464Z [ OK ] LazyOpsTest.TestBernoulliScalarProbInPlace (0 ms) 2022-09-27T16:19:48.1545138Z [ RUN ] LazyOpsTest.TestBernoulliTensorProbInPlace 2022-09-27T16:19:48.1548978Z [ OK ] LazyOpsTest.TestBernoulliTensorProbInPlace (0 ms) 2022-09-27T16:19:48.1549721Z [ RUN ] LazyOpsTest.TestDropout 2022-09-27T16:19:48.1552811Z [ OK ] LazyOpsTest.TestDropout (0 ms) 2022-09-27T16:19:48.1553419Z [ RUN ] LazyOpsTest.TestDropoutInPlace 2022-09-27T16:19:48.1558184Z [ OK ] LazyOpsTest.TestDropoutInPlace (0 ms) 2022-09-27T16:19:48.1558682Z [ RUN ] LazyOpsTest.TestRandperm 2022-09-27T16:19:48.1568505Z [ OK ] LazyOpsTest.TestRandperm (1 ms) 2022-09-27T16:19:48.1569120Z [ RUN ] LazyOpsTest.TestSlice 2022-09-27T16:19:48.1576344Z [ OK ] LazyOpsTest.TestSlice (0 ms) 2022-09-27T16:19:48.1577203Z [ RUN ] LazyOpsTest.TestTake 2022-09-27T16:19:48.1578011Z [ OK ] LazyOpsTest.TestTake (0 ms) 2022-09-27T16:19:48.1578721Z [ RUN ] LazyOpsTest.TestTakeBackward 2022-09-27T16:19:48.1601422Z [ OK ] LazyOpsTest.TestTakeBackward (2 ms) 2022-09-27T16:19:48.1601913Z [ RUN ] LazyOpsTest.TestStack 2022-09-27T16:19:48.1625353Z [ OK ] LazyOpsTest.TestStack (2 ms) 2022-09-27T16:19:48.1625834Z [ RUN ] LazyOpsTest.TestCat 2022-09-27T16:19:48.1632669Z [ OK ] LazyOpsTest.TestCat (0 ms) 2022-09-27T16:19:48.1633143Z [ RUN ] LazyOpsTest.TestUnbind 2022-09-27T16:19:48.1643784Z [ OK ] LazyOpsTest.TestUnbind (1 ms) 2022-09-27T16:19:48.1644301Z [ RUN ] LazyOpsTest.TestRepeat 2022-09-27T16:19:48.1655189Z [ OK ] LazyOpsTest.TestRepeat (1 ms) 2022-09-27T16:19:48.1655724Z [ RUN ] LazyOpsTest.TestGather 2022-09-27T16:19:48.1662244Z [ OK ] LazyOpsTest.TestGather (0 ms) 2022-09-27T16:19:48.1662742Z [ RUN ] LazyOpsTest.TestScatter 2022-09-27T16:19:48.1665483Z [ OK ] LazyOpsTest.TestScatter (0 ms) 2022-09-27T16:19:48.1666130Z [ RUN ] LazyOpsTest.TestScatterR1 2022-09-27T16:19:48.1666666Z [ OK ] LazyOpsTest.TestScatterR1 (0 ms) 2022-09-27T16:19:48.1667156Z [ RUN ] LazyOpsTest.TestScatterR3 2022-09-27T16:19:48.1669077Z [ OK ] LazyOpsTest.TestScatterR3 (0 ms) 2022-09-27T16:19:48.1669662Z [ RUN ] LazyOpsTest.TestScatterBiggerSource 2022-09-27T16:19:48.1672222Z [ OK ] LazyOpsTest.TestScatterBiggerSource (0 ms) 2022-09-27T16:19:48.1672815Z [ RUN ] LazyOpsTest.TestScatterScalar 2022-09-27T16:19:48.1674877Z [ OK ] LazyOpsTest.TestScatterScalar (0 ms) 2022-09-27T16:19:48.1675423Z [ RUN ] LazyOpsTest.TestScatterReduceAdd 2022-09-27T16:19:48.1678579Z [ OK ] LazyOpsTest.TestScatterReduceAdd (0 ms) 2022-09-27T16:19:48.1679151Z [ RUN ] LazyOpsTest.TestScatterAdd 2022-09-27T16:19:48.1685952Z [ OK ] LazyOpsTest.TestScatterAdd (0 ms) 2022-09-27T16:19:48.1686534Z [ RUN ] LazyOpsTest.TestScatterAddInPlace 2022-09-27T16:19:48.1693986Z [ OK ] LazyOpsTest.TestScatterAddInPlace (0 ms) 2022-09-27T16:19:48.1694585Z [ RUN ] LazyOpsTest.TestIndexSelect 2022-09-27T16:19:48.1778957Z [ OK ] LazyOpsTest.TestIndexSelect (8 ms) 2022-09-27T16:19:48.1779508Z [ RUN ] LazyOpsTest.TestIndexSelectRank0 2022-09-27T16:19:48.1801011Z [ OK ] LazyOpsTest.TestIndexSelectRank0 (2 ms) 2022-09-27T16:19:48.1801556Z [ RUN ] LazyOpsTest.TestInverse 2022-09-27T16:19:48.1806243Z [ OK ] LazyOpsTest.TestInverse (0 ms) 2022-09-27T16:19:48.1806821Z [ RUN ] LazyOpsTest.TestIsnan 2022-09-27T16:19:48.1807443Z [ OK ] LazyOpsTest.TestIsnan (0 ms) 2022-09-27T16:19:48.1807945Z [ RUN ] LazyOpsTest.TestExpand 2022-09-27T16:19:48.1811800Z [ OK ] LazyOpsTest.TestExpand (0 ms) 2022-09-27T16:19:48.1812291Z [ RUN ] LazyOpsTest.TestExpandBack 2022-09-27T16:19:48.1815124Z [ OK ] LazyOpsTest.TestExpandBack (0 ms) 2022-09-27T16:19:48.1815836Z [ RUN ] LazyOpsTest.TestExpandAs 2022-09-27T16:19:48.1819115Z [ OK ] LazyOpsTest.TestExpandAs (0 ms) 2022-09-27T16:19:48.1819772Z [ RUN ] LazyOpsTest.TestEye 2022-09-27T16:19:48.1821786Z [ OK ] LazyOpsTest.TestEye (0 ms) 2022-09-27T16:19:48.1822267Z [ RUN ] LazyOpsTest.TestEyeWide 2022-09-27T16:19:48.1822737Z [ OK ] LazyOpsTest.TestEyeWide (0 ms) 2022-09-27T16:19:48.1823219Z [ RUN ] LazyOpsTest.TestEyeNarrow 2022-09-27T16:19:48.1823723Z [ OK ] LazyOpsTest.TestEyeNarrow (0 ms) 2022-09-27T16:19:48.1824234Z [ RUN ] LazyOpsTest.TestBroadcastTensors 2022-09-27T16:19:48.1828847Z [ OK ] LazyOpsTest.TestBroadcastTensors (0 ms) 2022-09-27T16:19:48.1829395Z [ RUN ] LazyOpsTest.TestOneIndex 2022-09-27T16:19:48.1841025Z [ OK ] LazyOpsTest.TestOneIndex (1 ms) 2022-09-27T16:19:48.1841561Z [ RUN ] LazyOpsTest.TestOneIndexTransfer 2022-09-27T16:19:48.1850173Z [ OK ] LazyOpsTest.TestOneIndexTransfer (0 ms) 2022-09-27T16:19:48.1850691Z [ RUN ] LazyOpsTest.TestNonzero 2022-09-27T16:19:48.1851558Z [ OK ] LazyOpsTest.TestNonzero (0 ms) 2022-09-27T16:19:48.1852065Z [ RUN ] LazyOpsTest.TestMaskedSelect 2022-09-27T16:19:48.1853544Z [ OK ] LazyOpsTest.TestMaskedSelect (0 ms) 2022-09-27T16:19:48.1854049Z [ RUN ] LazyOpsTest.TestMaskedScatter 2022-09-27T16:19:48.1857194Z [ OK ] LazyOpsTest.TestMaskedScatter (0 ms) 2022-09-27T16:19:48.1857771Z [ RUN ] LazyOpsTest.TestMultiIndexHeadNull 2022-09-27T16:19:48.1864763Z [ OK ] LazyOpsTest.TestMultiIndexHeadNull (0 ms) 2022-09-27T16:19:48.1865384Z [ RUN ] LazyOpsTest.TestMultiIndexMiddleNull 2022-09-27T16:19:48.1872491Z [ OK ] LazyOpsTest.TestMultiIndexMiddleNull (0 ms) 2022-09-27T16:19:48.1873107Z [ RUN ] LazyOpsTest.TestMultiIndexTailNull 2022-09-27T16:19:48.1879833Z [ OK ] LazyOpsTest.TestMultiIndexTailNull (0 ms) 2022-09-27T16:19:48.1880538Z [ RUN ] LazyOpsTest.TestMultiIndexMiddleBroadcast 2022-09-27T16:19:48.1888488Z [ OK ] LazyOpsTest.TestMultiIndexMiddleBroadcast (0 ms) 2022-09-27T16:19:48.1889407Z [ RUN ] LazyOpsTest.TestMultiIndexTailBroadcast 2022-09-27T16:19:48.1896212Z [ OK ] LazyOpsTest.TestMultiIndexTailBroadcast (0 ms) 2022-09-27T16:19:48.1896821Z [ RUN ] LazyOpsTest.TestMaskIndex 2022-09-27T16:19:48.1900561Z [ OK ] LazyOpsTest.TestMaskIndex (0 ms) 2022-09-27T16:19:48.1901114Z [ RUN ] LazyOpsTest.TestOneIndexPut 2022-09-27T16:19:48.1927253Z [ OK ] LazyOpsTest.TestOneIndexPut (2 ms) 2022-09-27T16:19:48.1927817Z [ RUN ] LazyOpsTest.TestOneIndexPutInPlace 2022-09-27T16:19:48.1947996Z [ OK ] LazyOpsTest.TestOneIndexPutInPlace (2 ms) 2022-09-27T16:19:48.1948615Z [ RUN ] LazyOpsTest.TestOneIndexPutTransfer 2022-09-27T16:19:48.1962608Z [ OK ] LazyOpsTest.TestOneIndexPutTransfer (1 ms) 2022-09-27T16:19:48.1963204Z [ RUN ] LazyOpsTest.TestMultiIndexPut 2022-09-27T16:19:48.1978839Z [ OK ] LazyOpsTest.TestMultiIndexPut (1 ms) 2022-09-27T16:19:48.1979426Z [ RUN ] LazyOpsTest.TestMultiIndexPutHeadNull 2022-09-27T16:19:48.2002153Z [ OK ] LazyOpsTest.TestMultiIndexPutHeadNull (2 ms) 2022-09-27T16:19:48.2002777Z [ RUN ] LazyOpsTest.TestMultiIndexPutMiddleNull 2022-09-27T16:19:48.2017005Z [ OK ] LazyOpsTest.TestMultiIndexPutMiddleNull (1 ms) 2022-09-27T16:19:48.2017643Z [ RUN ] LazyOpsTest.TestMultiIndexPutTailNull 2022-09-27T16:19:48.2032344Z [ OK ] LazyOpsTest.TestMultiIndexPutTailNull (1 ms) 2022-09-27T16:19:48.2033000Z [ RUN ] LazyOpsTest.TestMultiIndexPutMiddleBroadcast 2022-09-27T16:19:48.2050064Z [ OK ] LazyOpsTest.TestMultiIndexPutMiddleBroadcast (1 ms) 2022-09-27T16:19:48.2050812Z [ RUN ] LazyOpsTest.TestMultiIndexPutTailBroadcast 2022-09-27T16:19:48.2066354Z [ OK ] LazyOpsTest.TestMultiIndexPutTailBroadcast (1 ms) 2022-09-27T16:19:48.2066948Z [ RUN ] LazyOpsTest.TestMaskIndexPut 2022-09-27T16:19:48.2084380Z [ OK ] LazyOpsTest.TestMaskIndexPut (1 ms) 2022-09-27T16:19:48.2084893Z [ RUN ] LazyOpsTest.TestIndexPutImpl 2022-09-27T16:19:48.2105660Z [ OK ] LazyOpsTest.TestIndexPutImpl (2 ms) 2022-09-27T16:19:48.2106233Z [ RUN ] LazyOpsTest.TestIndexFillWithScalar 2022-09-27T16:19:48.2135550Z [ OK ] LazyOpsTest.TestIndexFillWithScalar (2 ms) 2022-09-27T16:19:48.2136227Z [ RUN ] LazyOpsTest.TestIndexFillWithScalarInPlace 2022-09-27T16:19:48.2161451Z [ OK ] LazyOpsTest.TestIndexFillWithScalarInPlace (2 ms) 2022-09-27T16:19:48.2162113Z [ RUN ] LazyOpsTest.TestIndexFillWithTensor 2022-09-27T16:19:48.2185506Z [ OK ] LazyOpsTest.TestIndexFillWithTensor (2 ms) 2022-09-27T16:19:48.2186152Z [ RUN ] LazyOpsTest.TestIndexFillWithTensorInPlace 2022-09-27T16:19:48.2214609Z [ OK ] LazyOpsTest.TestIndexFillWithTensorInPlace (2 ms) 2022-09-27T16:19:48.2215209Z [ RUN ] LazyOpsTest.TestIndexFillRank0 2022-09-27T16:19:48.2238007Z [ OK ] LazyOpsTest.TestIndexFillRank0 (2 ms) 2022-09-27T16:19:48.2238518Z [ RUN ] LazyOpsTest.TestIndexAdd 2022-09-27T16:19:48.2301437Z [ OK ] LazyOpsTest.TestIndexAdd (6 ms) 2022-09-27T16:19:48.2301953Z [ RUN ] LazyOpsTest.TestIndexAddInPlace 2022-09-27T16:19:48.2348017Z [ OK ] LazyOpsTest.TestIndexAddInPlace (4 ms) 2022-09-27T16:19:48.2348560Z [ RUN ] LazyOpsTest.TestIndexAddRank0 2022-09-27T16:19:48.2366680Z [ OK ] LazyOpsTest.TestIndexAddRank0 (1 ms) 2022-09-27T16:19:48.2367232Z [ RUN ] LazyOpsTest.TestIndexCopy 2022-09-27T16:19:48.2385955Z [ OK ] LazyOpsTest.TestIndexCopy (1 ms) 2022-09-27T16:19:48.2386496Z [ RUN ] LazyOpsTest.TestIndexCopyInPlace 2022-09-27T16:19:48.2409548Z [ OK ] LazyOpsTest.TestIndexCopyInPlace (2 ms) 2022-09-27T16:19:48.2410111Z [ RUN ] LazyOpsTest.TestIndexCopyRank0 2022-09-27T16:19:48.2429262Z [ OK ] LazyOpsTest.TestIndexCopyRank0 (1 ms) 2022-09-27T16:19:48.2429749Z [ RUN ] LazyOpsTest.TestRelu 2022-09-27T16:19:48.2432398Z [ OK ] LazyOpsTest.TestRelu (0 ms) 2022-09-27T16:19:48.2432893Z [ RUN ] LazyOpsTest.TestReluInPlace 2022-09-27T16:19:48.2436079Z [ OK ] LazyOpsTest.TestReluInPlace (0 ms) 2022-09-27T16:19:48.2436751Z [ RUN ] LazyOpsTest.TestHardshrink 2022-09-27T16:19:48.2437283Z [ OK ] LazyOpsTest.TestHardshrink (0 ms) 2022-09-27T16:19:48.2437795Z [ RUN ] LazyOpsTest.TestHardSigmoid 2022-09-27T16:19:48.2440368Z [ OK ] LazyOpsTest.TestHardSigmoid (0 ms) 2022-09-27T16:19:48.2440922Z [ RUN ] LazyOpsTest.TestHardSigmoidInPlace 2022-09-27T16:19:48.2457377Z [ OK ] LazyOpsTest.TestHardSigmoidInPlace (1 ms) 2022-09-27T16:19:48.2457977Z [ RUN ] LazyOpsTest.TestHardSigmoidBackward 2022-09-27T16:19:48.2466049Z [ OK ] LazyOpsTest.TestHardSigmoidBackward (0 ms) 2022-09-27T16:19:48.2466986Z [ RUN ] LazyOpsTest.TestSoftshrink 2022-09-27T16:19:48.2467517Z [ OK ] LazyOpsTest.TestSoftshrink (0 ms) 2022-09-27T16:19:48.2468074Z [ RUN ] LazyOpsTest.TestHardtanh 2022-09-27T16:19:48.2468573Z [ OK ] LazyOpsTest.TestHardtanh (0 ms) 2022-09-27T16:19:48.2469100Z [ RUN ] LazyOpsTest.TestHardtanhInPlace 2022-09-27T16:19:48.2483054Z [ OK ] LazyOpsTest.TestHardtanhInPlace (1 ms) 2022-09-27T16:19:48.2483753Z [ RUN ] LazyOpsTest.TestLeakyRelu 2022-09-27T16:19:48.2486698Z [ OK ] LazyOpsTest.TestLeakyRelu (0 ms) 2022-09-27T16:19:48.2487356Z [ RUN ] LazyOpsTest.TestLeakyReluInPlace 2022-09-27T16:19:48.2491969Z [ OK ] LazyOpsTest.TestLeakyReluInPlace (0 ms) 2022-09-27T16:19:48.2492483Z [ RUN ] LazyOpsTest.TestExp 2022-09-27T16:19:48.2494980Z [ OK ] LazyOpsTest.TestExp (0 ms) 2022-09-27T16:19:48.2495750Z [ RUN ] LazyOpsTest.TestExpm1 2022-09-27T16:19:48.2496303Z [ OK ] LazyOpsTest.TestExpm1 (0 ms) 2022-09-27T16:19:48.2496755Z [ RUN ] LazyOpsTest.TestLog 2022-09-27T16:19:48.2499280Z [ OK ] LazyOpsTest.TestLog (0 ms) 2022-09-27T16:19:48.2499718Z [ RUN ] LazyOpsTest.TestLog2 2022-09-27T16:19:48.2502461Z [ OK ] LazyOpsTest.TestLog2 (0 ms) 2022-09-27T16:19:48.2504662Z [ RUN ] LazyOpsTest.TestLog10 2022-09-27T16:19:48.2505990Z [ OK ] LazyOpsTest.TestLog10 (0 ms) 2022-09-27T16:19:48.2507140Z [ RUN ] LazyOpsTest.TestLog1p 2022-09-27T16:19:48.2507747Z [ OK ] LazyOpsTest.TestLog1p (0 ms) 2022-09-27T16:19:48.2508295Z [ RUN ] LazyOpsTest.TestErf 2022-09-27T16:19:48.2508858Z [ OK ] LazyOpsTest.TestErf (0 ms) 2022-09-27T16:19:48.2509437Z [ RUN ] LazyOpsTest.TestErfc 2022-09-27T16:19:48.2509913Z [ OK ] LazyOpsTest.TestErfc (0 ms) 2022-09-27T16:19:48.2510362Z [ RUN ] LazyOpsTest.TestErfinv 2022-09-27T16:19:48.2510835Z [ OK ] LazyOpsTest.TestErfinv (0 ms) 2022-09-27T16:19:48.2511295Z [ RUN ] LazyOpsTest.TestSqrt 2022-09-27T16:19:48.2512449Z [ OK ] LazyOpsTest.TestSqrt (0 ms) 2022-09-27T16:19:48.2512900Z [ RUN ] LazyOpsTest.TestRsqrt 2022-09-27T16:19:48.2516118Z [ OK ] LazyOpsTest.TestRsqrt (0 ms) 2022-09-27T16:19:48.2516609Z [ RUN ] LazyOpsTest.TestReciprocal 2022-09-27T16:19:48.2519440Z [ OK ] LazyOpsTest.TestReciprocal (0 ms) 2022-09-27T16:19:48.2519984Z [ RUN ] LazyOpsTest.TestPowTensorScalar 2022-09-27T16:19:48.2522599Z [ OK ] LazyOpsTest.TestPowTensorScalar (0 ms) 2022-09-27T16:19:48.2523173Z [ RUN ] LazyOpsTest.TestPowTensorScalarInPlace 2022-09-27T16:19:48.2527075Z [ OK ] LazyOpsTest.TestPowTensorScalarInPlace (0 ms) 2022-09-27T16:19:48.2527701Z [ RUN ] LazyOpsTest.TestPowTensorTensor 2022-09-27T16:19:48.2531769Z [ OK ] LazyOpsTest.TestPowTensorTensor (0 ms) 2022-09-27T16:19:48.2532639Z [ RUN ] LazyOpsTest.TestPowTensorTensorInPlace 2022-09-27T16:19:48.2533865Z [ OK ] LazyOpsTest.TestPowTensorTensorInPlace (0 ms) 2022-09-27T16:19:48.2534727Z [ RUN ] LazyOpsTest.TestPowTensorTensorBroadcast 2022-09-27T16:19:48.2537920Z [ OK ] LazyOpsTest.TestPowTensorTensorBroadcast (0 ms) 2022-09-27T16:19:48.2538654Z [ RUN ] LazyOpsTest.TestPowScalarTensor 2022-09-27T16:19:48.2539246Z [ OK ] LazyOpsTest.TestPowScalarTensor (0 ms) 2022-09-27T16:19:48.2539773Z [ RUN ] LazyOpsTest.TestPowIntExponent 2022-09-27T16:19:48.2540980Z [ OK ] LazyOpsTest.TestPowIntExponent (0 ms) 2022-09-27T16:19:48.2542347Z [ RUN ] LazyOpsTest.TestFmodScalar 2022-09-27T16:19:48.2542859Z [ OK ] LazyOpsTest.TestFmodScalar (0 ms) 2022-09-27T16:19:48.2543400Z [ RUN ] LazyOpsTest.TestFmodScalarInPlace 2022-09-27T16:19:48.2557587Z [ OK ] LazyOpsTest.TestFmodScalarInPlace (1 ms) 2022-09-27T16:19:48.2558153Z [ RUN ] LazyOpsTest.TestFmodTensor 2022-09-27T16:19:48.2558678Z [ OK ] LazyOpsTest.TestFmodTensor (0 ms) 2022-09-27T16:19:48.2559235Z [ RUN ] LazyOpsTest.TestFmodTensorInPlace 2022-09-27T16:19:48.2559956Z [ OK ] LazyOpsTest.TestFmodTensorInPlace (0 ms) 2022-09-27T16:19:48.2560508Z [ RUN ] LazyOpsTest.TestRemainderScalar 2022-09-27T16:19:48.2563088Z [ OK ] LazyOpsTest.TestRemainderScalar (0 ms) 2022-09-27T16:19:48.2563691Z [ RUN ] LazyOpsTest.TestRemainderScalarInPlace 2022-09-27T16:19:48.2567567Z [ OK ] LazyOpsTest.TestRemainderScalarInPlace (0 ms) 2022-09-27T16:19:48.2568144Z [ RUN ] LazyOpsTest.TestRemainderTensor 2022-09-27T16:19:48.2571267Z [ OK ] LazyOpsTest.TestRemainderTensor (0 ms) 2022-09-27T16:19:48.2571856Z [ RUN ] LazyOpsTest.TestRemainderTensorInPlace 2022-09-27T16:19:48.2576021Z [ OK ] LazyOpsTest.TestRemainderTensorInPlace (0 ms) 2022-09-27T16:19:48.2576904Z [ RUN ] LazyOpsTest.TestWhere 2022-09-27T16:19:48.2577618Z [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:48.2578832Z [ OK ] LazyOpsTest.TestWhere (0 ms) 2022-09-27T16:19:48.2579335Z [ RUN ] LazyOpsTest.TestWhereBroadcast 2022-09-27T16:19:48.2579891Z [ OK ] LazyOpsTest.TestWhereBroadcast (0 ms) 2022-09-27T16:19:48.2580413Z [ RUN ] LazyOpsTest.TestThreshold 2022-09-27T16:19:48.2582854Z [ OK ] LazyOpsTest.TestThreshold (0 ms) 2022-09-27T16:19:48.2583382Z [ RUN ] LazyOpsTest.TestThresholdBackward 2022-09-27T16:19:48.2592015Z [ OK ] LazyOpsTest.TestThresholdBackward (0 ms) 2022-09-27T16:19:48.2592582Z [ RUN ] LazyOpsTest.TestThresholdInPlace 2022-09-27T16:19:48.2595674Z [ OK ] LazyOpsTest.TestThresholdInPlace (0 ms) 2022-09-27T16:19:48.2596167Z [ RUN ] LazyOpsTest.TestElu 2022-09-27T16:19:48.2598930Z [ OK ] LazyOpsTest.TestElu (0 ms) 2022-09-27T16:19:48.2599420Z [ RUN ] LazyOpsTest.TestEluInPlace 2022-09-27T16:19:48.2603135Z [ OK ] LazyOpsTest.TestEluInPlace (0 ms) 2022-09-27T16:19:48.2603619Z [ RUN ] LazyOpsTest.TestSelu 2022-09-27T16:19:48.2606529Z [ OK ] LazyOpsTest.TestSelu (0 ms) 2022-09-27T16:19:48.2607005Z [ RUN ] LazyOpsTest.TestSeluInPlace 2022-09-27T16:19:48.2610940Z [ OK ] LazyOpsTest.TestSeluInPlace (0 ms) 2022-09-27T16:19:48.2611436Z [ RUN ] LazyOpsTest.TestCelu 2022-09-27T16:19:48.2612509Z [ OK ] LazyOpsTest.TestCelu (0 ms) 2022-09-27T16:19:48.2612981Z [ RUN ] LazyOpsTest.TestCeluInPlace 2022-09-27T16:19:48.2615148Z [ OK ] LazyOpsTest.TestCeluInPlace (0 ms) 2022-09-27T16:19:48.2615640Z [ RUN ] LazyOpsTest.TestGelu 2022-09-27T16:19:48.2623134Z [ OK ] LazyOpsTest.TestGelu (0 ms) 2022-09-27T16:19:48.2623627Z [ RUN ] LazyOpsTest.TestAddMatMul 2022-09-27T16:19:48.2641009Z [ OK ] LazyOpsTest.TestAddMatMul (1 ms) 2022-09-27T16:19:48.2641680Z [ RUN ] LazyOpsTest.TestEmbedding 2022-09-27T16:19:48.2646188Z [ OK ] LazyOpsTest.TestEmbedding (0 ms) 2022-09-27T16:19:48.2646703Z [ RUN ] LazyOpsTest.TestOneHot 2022-09-27T16:19:48.2653841Z [ OK ] LazyOpsTest.TestOneHot (0 ms) 2022-09-27T16:19:48.2654779Z [ RUN ] LazyOpsTest.TestTranspose 2022-09-27T16:19:48.2656146Z [ OK ] LazyOpsTest.TestTranspose (0 ms) 2022-09-27T16:19:48.2656739Z [ RUN ] LazyOpsTest.TestTransposeInPlace 2022-09-27T16:19:48.2660381Z [ OK ] LazyOpsTest.TestTransposeInPlace (0 ms) 2022-09-27T16:19:48.2660940Z [ RUN ] LazyOpsTest.TestReshape 2022-09-27T16:19:48.2668003Z [ OK ] LazyOpsTest.TestReshape (0 ms) 2022-09-27T16:19:48.2668505Z [ RUN ] LazyOpsTest.TestResize 2022-09-27T16:19:48.2673276Z [ OK ] LazyOpsTest.TestResize (0 ms) 2022-09-27T16:19:48.2673911Z [ RUN ] LazyOpsTest.TestViewResize 2022-09-27T16:19:48.2679064Z [ OK ] LazyOpsTest.TestViewResize (0 ms) 2022-09-27T16:19:48.2679554Z [ RUN ] LazyOpsTest.TestView 2022-09-27T16:19:48.2684869Z [ OK ] LazyOpsTest.TestView (0 ms) 2022-09-27T16:19:48.2685343Z [ RUN ] LazyOpsTest.TestViewMod 2022-09-27T16:19:48.2701423Z [ OK ] LazyOpsTest.TestViewMod (1 ms) 2022-09-27T16:19:48.2701937Z [ RUN ] LazyOpsTest.TestViewModComplex 2022-09-27T16:19:48.2719517Z [ OK ] LazyOpsTest.TestViewModComplex (1 ms) 2022-09-27T16:19:48.2720056Z [ RUN ] LazyOpsTest.TestViewOfViewMod 2022-09-27T16:19:48.2739214Z [ OK ] LazyOpsTest.TestViewOfViewMod (1 ms) 2022-09-27T16:19:48.2739816Z [ RUN ] LazyOpsTest.TestViewSqueezeAddInPlace 2022-09-27T16:19:48.2747495Z [ OK ] LazyOpsTest.TestViewSqueezeAddInPlace (0 ms) 2022-09-27T16:19:48.2748052Z [ RUN ] LazyOpsTest.TestUnsafeView 2022-09-27T16:19:48.2752544Z [ OK ] LazyOpsTest.TestUnsafeView (0 ms) 2022-09-27T16:19:48.2753045Z [ RUN ] LazyOpsTest.TestNarrow 2022-09-27T16:19:48.2766987Z [ OK ] LazyOpsTest.TestNarrow (1 ms) 2022-09-27T16:19:48.2767509Z [ RUN ] LazyOpsTest.TestNarrowUpdate 2022-09-27T16:19:48.2784682Z [ OK ] LazyOpsTest.TestNarrowUpdate (1 ms) 2022-09-27T16:19:48.2785270Z [ RUN ] LazyOpsTest.TestNarrowUpdateBaseCheck 2022-09-27T16:19:48.2803662Z [ OK ] LazyOpsTest.TestNarrowUpdateBaseCheck (1 ms) 2022-09-27T16:19:48.2804277Z [ RUN ] LazyOpsTest.TestNarrowUpdateTwoSlices 2022-09-27T16:19:48.2891340Z [ OK ] LazyOpsTest.TestNarrowUpdateTwoSlices (8 ms) 2022-09-27T16:19:48.2891946Z [ RUN ] LazyOpsTest.TestNarrowUpdateView 2022-09-27T16:19:48.2910717Z [ OK ] LazyOpsTest.TestNarrowUpdateView (1 ms) 2022-09-27T16:19:48.2911406Z [ RUN ] LazyOpsTest.TestNarrowInNarrowUpdate 2022-09-27T16:19:48.2944100Z [ OK ] LazyOpsTest.TestNarrowInNarrowUpdate (3 ms) 2022-09-27T16:19:48.2944792Z [ RUN ] LazyOpsTest.TestNarrowCopy 2022-09-27T16:19:48.2952736Z [ OK ] LazyOpsTest.TestNarrowCopy (0 ms) 2022-09-27T16:19:48.2953385Z [ RUN ] LazyOpsTest.TestViewAs 2022-09-27T16:19:48.2962191Z [ OK ] LazyOpsTest.TestViewAs (0 ms) 2022-09-27T16:19:48.2962714Z [ RUN ] LazyOpsTest.TestLogSoftmax 2022-09-27T16:19:48.2982829Z [ OK ] LazyOpsTest.TestLogSoftmax (2 ms) 2022-09-27T16:19:48.2983561Z [ RUN ] LazyOpsTest.TestLogSoftmaxCast 2022-09-27T16:19:48.3013871Z [ OK ] LazyOpsTest.TestLogSoftmaxCast (3 ms) 2022-09-27T16:19:48.3014582Z [ RUN ] LazyOpsTest.TestLogSoftmaxWrapper 2022-09-27T16:19:48.3035598Z [ OK ] LazyOpsTest.TestLogSoftmaxWrapper (2 ms) 2022-09-27T16:19:48.3036254Z [ RUN ] LazyOpsTest.TestSoftmax 2022-09-27T16:19:48.3057936Z [ OK ] LazyOpsTest.TestSoftmax (2 ms) 2022-09-27T16:19:48.3058426Z [ RUN ] LazyOpsTest.TestSoftmaxCast 2022-09-27T16:19:48.3090047Z [ OK ] LazyOpsTest.TestSoftmaxCast (3 ms) 2022-09-27T16:19:48.3090576Z [ RUN ] LazyOpsTest.TestSoftmaxWrapper 2022-09-27T16:19:48.3113257Z [ OK ] LazyOpsTest.TestSoftmaxWrapper (2 ms) 2022-09-27T16:19:48.3113777Z [ RUN ] LazyOpsTest.TestSoftplus 2022-09-27T16:19:48.3117165Z [ OK ] LazyOpsTest.TestSoftplus (0 ms) 2022-09-27T16:19:48.3117681Z [ RUN ] LazyOpsTest.TestMaxPool1D 2022-09-27T16:19:48.3210120Z [ OK ] LazyOpsTest.TestMaxPool1D (9 ms) 2022-09-27T16:19:48.3210706Z [ RUN ] LazyOpsTest.TestMaxPool2D 2022-09-27T16:19:48.3272649Z [ OK ] LazyOpsTest.TestMaxPool2D (6 ms) 2022-09-27T16:19:48.3273426Z [ RUN ] LazyOpsTest.TestMaxPool2DWithIndices 2022-09-27T16:19:48.3403651Z [ OK ] LazyOpsTest.TestMaxPool2DWithIndices (13 ms) 2022-09-27T16:19:48.3404380Z [ RUN ] LazyOpsTest.TestMaxPool2DNonSquare 2022-09-27T16:19:48.3465921Z [ OK ] LazyOpsTest.TestMaxPool2DNonSquare (6 ms) 2022-09-27T16:19:48.3466473Z [ RUN ] LazyOpsTest.TestMaxPool3D 2022-09-27T16:19:48.3484603Z [ OK ] LazyOpsTest.TestMaxPool3D (1 ms) 2022-09-27T16:19:48.3485165Z [ RUN ] LazyOpsTest.TestMaxPool3DWithIndices 2022-09-27T16:19:48.3509219Z [ OK ] LazyOpsTest.TestMaxPool3DWithIndices (2 ms) 2022-09-27T16:19:48.3509887Z [ RUN ] LazyOpsTest.TestMaxPool3DIncompleteAttributes 2022-09-27T16:19:48.3521613Z [ OK ] LazyOpsTest.TestMaxPool3DIncompleteAttributes (1 ms) 2022-09-27T16:19:48.3522250Z [ RUN ] LazyOpsTest.TestMaxPool3DNonSquare 2022-09-27T16:19:48.3537300Z [ OK ] LazyOpsTest.TestMaxPool3DNonSquare (1 ms) 2022-09-27T16:19:48.3537858Z [ RUN ] LazyOpsTest.TestMaxPool2DNoBatch 2022-09-27T16:19:48.3598699Z [ OK ] LazyOpsTest.TestMaxPool2DNoBatch (6 ms) 2022-09-27T16:19:48.3599322Z [ RUN ] LazyOpsTest.TestMaxPool3DNoBatch 2022-09-27T16:19:48.3618004Z [ OK ] LazyOpsTest.TestMaxPool3DNoBatch (1 ms) 2022-09-27T16:19:48.3618523Z [ RUN ] LazyOpsTest.TestAvgPool1D 2022-09-27T16:19:48.3692300Z [ OK ] LazyOpsTest.TestAvgPool1D (7 ms) 2022-09-27T16:19:48.3692860Z [ RUN ] LazyOpsTest.TestAvgPool2D 2022-09-27T16:19:48.3751084Z [ OK ] LazyOpsTest.TestAvgPool2D (5 ms) 2022-09-27T16:19:48.3751673Z [ RUN ] LazyOpsTest.TestAvgPool2DNonSquare 2022-09-27T16:19:48.3803788Z [ OK ] LazyOpsTest.TestAvgPool2DNonSquare (5 ms) 2022-09-27T16:19:48.3804339Z [ RUN ] LazyOpsTest.TestAvgPool3D 2022-09-27T16:19:48.3815564Z [ OK ] LazyOpsTest.TestAvgPool3D (1 ms) 2022-09-27T16:19:48.3816232Z [ RUN ] LazyOpsTest.TestAvgPool3DIncompleteAttributes 2022-09-27T16:19:48.3825209Z [ OK ] LazyOpsTest.TestAvgPool3DIncompleteAttributes (0 ms) 2022-09-27T16:19:48.3825853Z [ RUN ] LazyOpsTest.TestAvgPool3DNonSquare 2022-09-27T16:19:48.3835250Z [ OK ] LazyOpsTest.TestAvgPool3DNonSquare (1 ms) 2022-09-27T16:19:48.3835826Z [ RUN ] LazyOpsTest.TestAvgPool2DNoBatch 2022-09-27T16:19:48.3887394Z [ OK ] LazyOpsTest.TestAvgPool2DNoBatch (5 ms) 2022-09-27T16:19:48.3887949Z [ RUN ] LazyOpsTest.TestAvgPool3DNoBatch 2022-09-27T16:19:48.3899252Z [ OK ] LazyOpsTest.TestAvgPool3DNoBatch (1 ms) 2022-09-27T16:19:48.3899827Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool2D 2022-09-27T16:19:48.3906741Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool2D (0 ms) 2022-09-27T16:19:48.3907312Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool3D 2022-09-27T16:19:48.4127342Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool3D (21 ms) 2022-09-27T16:19:48.4128070Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool3DNoBatch 2022-09-27T16:19:48.4138413Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool3DNoBatch (1 ms) 2022-09-27T16:19:48.4139067Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool2DNoBatch 2022-09-27T16:19:48.4152334Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool2DNoBatch (1 ms) 2022-09-27T16:19:48.4152908Z [ RUN ] LazyOpsTest.TestMaxUnpool2D 2022-09-27T16:19:48.4167402Z [ OK ] LazyOpsTest.TestMaxUnpool2D (1 ms) 2022-09-27T16:19:48.4167927Z [ RUN ] LazyOpsTest.TestMaxUnpool3D 2022-09-27T16:19:48.4180707Z [ OK ] LazyOpsTest.TestMaxUnpool3D (1 ms) 2022-09-27T16:19:48.4182115Z [ RUN ] LazyOpsTest.TestNllLoss 2022-09-27T16:19:48.4182547Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:8184: Skipped 2022-09-27T16:19:48.4183081Z 2022-09-27T16:19:48.4183362Z [ SKIPPED ] LazyOpsTest.TestNllLoss (0 ms) 2022-09-27T16:19:48.4183962Z [ RUN ] LazyOpsTest.TestNllLoss2d 2022-09-27T16:19:48.4257096Z [ OK ] LazyOpsTest.TestNllLoss2d (7 ms) 2022-09-27T16:19:48.4257679Z [ RUN ] LazyOpsTest.TestSmoothL1Loss 2022-09-27T16:19:48.4274955Z [ OK ] LazyOpsTest.TestSmoothL1Loss (1 ms) 2022-09-27T16:19:48.4275473Z [ RUN ] LazyOpsTest.TestL1Loss 2022-09-27T16:19:48.4286812Z [ OK ] LazyOpsTest.TestL1Loss (1 ms) 2022-09-27T16:19:48.4287340Z [ RUN ] LazyOpsTest.TestL1LossBackward 2022-09-27T16:19:48.4323682Z [ OK ] LazyOpsTest.TestL1LossBackward (3 ms) 2022-09-27T16:19:48.4324260Z [ RUN ] LazyOpsTest.TestMseLoss 2022-09-27T16:19:48.4327099Z [ OK ] LazyOpsTest.TestMseLoss (0 ms) 2022-09-27T16:19:48.4327670Z [ RUN ] LazyOpsTest.TestMseLossBackward 2022-09-27T16:19:48.4348840Z [ OK ] LazyOpsTest.TestMseLossBackward (2 ms) 2022-09-27T16:19:48.4349403Z [ RUN ] LazyOpsTest.TestBatchNorm1D 2022-09-27T16:19:48.4366513Z [ OK ] LazyOpsTest.TestBatchNorm1D (1 ms) 2022-09-27T16:19:48.4367052Z [ RUN ] LazyOpsTest.TestBatchNorm2D 2022-09-27T16:19:48.4384350Z [ OK ] LazyOpsTest.TestBatchNorm2D (1 ms) 2022-09-27T16:19:48.4384841Z [ RUN ] LazyOpsTest.TestDim 2022-09-27T16:19:48.4385305Z [ OK ] LazyOpsTest.TestDim (0 ms) 2022-09-27T16:19:48.4386046Z [ RUN ] LazyOpsTest.TestContiguous 2022-09-27T16:19:48.4386579Z [ OK ] LazyOpsTest.TestContiguous (0 ms) 2022-09-27T16:19:48.4387079Z [ RUN ] LazyOpsTest.TestSqueezeAll 2022-09-27T16:19:48.4388914Z [ OK ] LazyOpsTest.TestSqueezeAll (0 ms) 2022-09-27T16:19:48.4389463Z [ RUN ] LazyOpsTest.TestSqueezeAllInPlace 2022-09-27T16:19:48.4392777Z [ OK ] LazyOpsTest.TestSqueezeAllInPlace (0 ms) 2022-09-27T16:19:48.4393312Z [ RUN ] LazyOpsTest.TestSqueezeOne 2022-09-27T16:19:48.4412229Z [ OK ] LazyOpsTest.TestSqueezeOne (1 ms) 2022-09-27T16:19:48.4412786Z [ RUN ] LazyOpsTest.TestSqueezeOneInPlace 2022-09-27T16:19:48.4434542Z [ OK ] LazyOpsTest.TestSqueezeOneInPlace (2 ms) 2022-09-27T16:19:48.4435066Z [ RUN ] LazyOpsTest.TestUnsqueeze 2022-09-27T16:19:48.4449288Z [ OK ] LazyOpsTest.TestUnsqueeze (1 ms) 2022-09-27T16:19:48.4449825Z [ RUN ] LazyOpsTest.TestUnsqueezeInPlace 2022-09-27T16:19:48.4466381Z [ OK ] LazyOpsTest.TestUnsqueezeInPlace (1 ms) 2022-09-27T16:19:48.4466896Z [ RUN ] LazyOpsTest.TestMaskedFill 2022-09-27T16:19:48.4469544Z [ OK ] LazyOpsTest.TestMaskedFill (0 ms) 2022-09-27T16:19:48.4470079Z [ RUN ] LazyOpsTest.TestMaskedFillInPlace 2022-09-27T16:19:48.4473687Z [ OK ] LazyOpsTest.TestMaskedFillInPlace (0 ms) 2022-09-27T16:19:48.4474271Z [ RUN ] LazyOpsTest.TestMaskedFillBroadcast 2022-09-27T16:19:48.4477338Z [ OK ] LazyOpsTest.TestMaskedFillBroadcast (0 ms) 2022-09-27T16:19:48.4477841Z [ RUN ] LazyOpsTest.TestFill 2022-09-27T16:19:48.4481644Z [ OK ] LazyOpsTest.TestFill (0 ms) 2022-09-27T16:19:48.4482148Z [ RUN ] LazyOpsTest.TestFillWithRank0 2022-09-27T16:19:48.4483881Z [ OK ] LazyOpsTest.TestFillWithRank0 (0 ms) 2022-09-27T16:19:48.4484387Z [ RUN ] LazyOpsTest.TestPermute 2022-09-27T16:19:48.4514128Z [ OK ] LazyOpsTest.TestPermute (2 ms) 2022-09-27T16:19:48.4514647Z [ RUN ] LazyOpsTest.TestPermuteMod 2022-09-27T16:19:48.4624326Z [ OK ] LazyOpsTest.TestPermuteMod (10 ms) 2022-09-27T16:19:48.4624819Z [ RUN ] LazyOpsTest.TestFlip 2022-09-27T16:19:48.4655722Z [ OK ] LazyOpsTest.TestFlip (3 ms) 2022-09-27T16:19:48.4656215Z [ RUN ] LazyOpsTest.TestPixelShuffle 2022-09-27T16:19:48.4662404Z [ OK ] LazyOpsTest.TestPixelShuffle (0 ms) 2022-09-27T16:19:48.4662923Z [ RUN ] LazyOpsTest.TestSumToSize 2022-09-27T16:19:48.4666699Z [ OK ] LazyOpsTest.TestSumToSize (0 ms) 2022-09-27T16:19:48.4667244Z [ RUN ] LazyOpsTest.TestTransposeDims 2022-09-27T16:19:48.4670444Z [ OK ] LazyOpsTest.TestTransposeDims (0 ms) 2022-09-27T16:19:48.4670981Z [ RUN ] LazyOpsTest.TestTransposeDimsMod 2022-09-27T16:19:48.4680215Z [ OK ] LazyOpsTest.TestTransposeDimsMod (0 ms) 2022-09-27T16:19:48.4680813Z [ RUN ] LazyOpsTest.TestTransposeDimsInPlace 2022-09-27T16:19:48.4684321Z [ OK ] LazyOpsTest.TestTransposeDimsInPlace (0 ms) 2022-09-27T16:19:48.4684861Z [ RUN ] LazyOpsTest.TestSplit 2022-09-27T16:19:48.4703893Z [ OK ] LazyOpsTest.TestSplit (1 ms) 2022-09-27T16:19:48.4704505Z [ RUN ] LazyOpsTest.TestSplitEmpty 2022-09-27T16:19:48.4705249Z [ OK ] LazyOpsTest.TestSplitEmpty (0 ms) 2022-09-27T16:19:48.4706155Z [ RUN ] LazyOpsTest.TestSplitWithSizes 2022-09-27T16:19:48.4717590Z [ OK ] LazyOpsTest.TestSplitWithSizes (1 ms) 2022-09-27T16:19:48.4718166Z [ RUN ] LazyOpsTest.TestCrossImplicitDim 2022-09-27T16:19:48.4720916Z [ OK ] LazyOpsTest.TestCrossImplicitDim (0 ms) 2022-09-27T16:19:48.4721503Z [ RUN ] LazyOpsTest.TestCrossExplicitDim 2022-09-27T16:19:48.4724737Z [ OK ] LazyOpsTest.TestCrossExplicitDim (0 ms) 2022-09-27T16:19:48.4725297Z [ RUN ] LazyOpsTest.TestCrossZeroDim 2022-09-27T16:19:48.4725828Z [ OK ] LazyOpsTest.TestCrossZeroDim (0 ms) 2022-09-27T16:19:48.4726310Z [ RUN ] LazyOpsTest.TestTriu 2022-09-27T16:19:48.4748953Z [ OK ] LazyOpsTest.TestTriu (2 ms) 2022-09-27T16:19:48.4749457Z [ RUN ] LazyOpsTest.TestTriuNonSquare 2022-09-27T16:19:48.4772895Z [ OK ] LazyOpsTest.TestTriuNonSquare (2 ms) 2022-09-27T16:19:48.4773412Z [ RUN ] LazyOpsTest.TestTriuBatch 2022-09-27T16:19:48.4797347Z [ OK ] LazyOpsTest.TestTriuBatch (2 ms) 2022-09-27T16:19:48.4797835Z [ RUN ] LazyOpsTest.TestTril 2022-09-27T16:19:48.4822267Z [ OK ] LazyOpsTest.TestTril (2 ms) 2022-09-27T16:19:48.4822804Z [ RUN ] LazyOpsTest.TestTrilNonSquare 2022-09-27T16:19:48.4846734Z [ OK ] LazyOpsTest.TestTrilNonSquare (2 ms) 2022-09-27T16:19:48.4847260Z [ RUN ] LazyOpsTest.TestTrilBatch 2022-09-27T16:19:48.4877101Z [ OK ] LazyOpsTest.TestTrilBatch (2 ms) 2022-09-27T16:19:48.4877620Z [ RUN ] LazyOpsTest.TestTriuInPlace 2022-09-27T16:19:48.4906902Z [ OK ] LazyOpsTest.TestTriuInPlace (2 ms) 2022-09-27T16:19:48.4907460Z [ RUN ] LazyOpsTest.TestTrilInPlace 2022-09-27T16:19:48.4936627Z [ OK ] LazyOpsTest.TestTrilInPlace (2 ms) 2022-09-27T16:19:48.4937111Z [ RUN ] LazyOpsTest.TestTrace 2022-09-27T16:19:48.4939927Z [ OK ] LazyOpsTest.TestTrace (0 ms) 2022-09-27T16:19:48.4940420Z [ RUN ] LazyOpsTest.TestTraceWide 2022-09-27T16:19:48.4942462Z [ OK ] LazyOpsTest.TestTraceWide (0 ms) 2022-09-27T16:19:48.4942973Z [ RUN ] LazyOpsTest.TestTraceNarrow 2022-09-27T16:19:48.4945279Z [ OK ] LazyOpsTest.TestTraceNarrow (0 ms) 2022-09-27T16:19:48.4945774Z [ RUN ] LazyOpsTest.TestDiagRank1 2022-09-27T16:19:48.4964124Z [ OK ] LazyOpsTest.TestDiagRank1 (1 ms) 2022-09-27T16:19:48.4964624Z [ RUN ] LazyOpsTest.TestDiagRank2 2022-09-27T16:19:48.4973536Z [ OK ] LazyOpsTest.TestDiagRank2 (0 ms) 2022-09-27T16:19:48.4974042Z [ RUN ] LazyOpsTest.TestDiagFlat 2022-09-27T16:19:48.5179952Z [ OK ] LazyOpsTest.TestDiagFlat (20 ms) 2022-09-27T16:19:48.5180597Z [ RUN ] LazyOpsTest.TestDiagonal 2022-09-27T16:19:48.5209422Z [ OK ] LazyOpsTest.TestDiagonal (3 ms) 2022-09-27T16:19:48.5209948Z [ RUN ] LazyOpsTest.TestDiagonalUpdate 2022-09-27T16:19:48.5276595Z [ OK ] LazyOpsTest.TestDiagonalUpdate (6 ms) 2022-09-27T16:19:48.5277163Z [ RUN ] LazyOpsTest.TestDiagonalNonSquare 2022-09-27T16:19:48.5304988Z [ OK ] LazyOpsTest.TestDiagonalNonSquare (2 ms) 2022-09-27T16:19:48.5305812Z [ RUN ] LazyOpsTest.TestDiagonalBatch 2022-09-27T16:19:48.5333763Z [ OK ] LazyOpsTest.TestDiagonalBatch (2 ms) 2022-09-27T16:19:48.5334273Z [ RUN ] LazyOpsTest.TestFlatten 2022-09-27T16:19:48.5394944Z [ OK ] LazyOpsTest.TestFlatten (6 ms) 2022-09-27T16:19:48.5395457Z [ RUN ] LazyOpsTest.TestLogicalAnd 2022-09-27T16:19:48.5411526Z [ OK ] LazyOpsTest.TestLogicalAnd (1 ms) 2022-09-27T16:19:48.5412018Z [ RUN ] LazyOpsTest.TestBitwiseAnd 2022-09-27T16:19:48.5415150Z [ OK ] LazyOpsTest.TestBitwiseAnd (0 ms) 2022-09-27T16:19:48.5415705Z [ RUN ] LazyOpsTest.TestBitwiseAndInPlace 2022-09-27T16:19:48.5418338Z [ OK ] LazyOpsTest.TestBitwiseAndInPlace (0 ms) 2022-09-27T16:19:48.5418914Z [ RUN ] LazyOpsTest.TestBitwiseAndScalar 2022-09-27T16:19:48.5421466Z [ OK ] LazyOpsTest.TestBitwiseAndScalar (0 ms) 2022-09-27T16:19:48.5422065Z [ RUN ] LazyOpsTest.TestBitwiseAndScalarInPlace 2022-09-27T16:19:48.5424963Z [ OK ] LazyOpsTest.TestBitwiseAndScalarInPlace (0 ms) 2022-09-27T16:19:48.5425584Z [ RUN ] LazyOpsTest.TestBitwiseAndPromotion 2022-09-27T16:19:48.5429972Z [ OK ] LazyOpsTest.TestBitwiseAndPromotion (0 ms) 2022-09-27T16:19:48.5431114Z [ RUN ] LazyOpsTest.TestBitwiseOr 2022-09-27T16:19:48.5432636Z [ OK ] LazyOpsTest.TestBitwiseOr (0 ms) 2022-09-27T16:19:48.5433489Z [ RUN ] LazyOpsTest.TestBitwiseOrInPlace 2022-09-27T16:19:48.5435443Z [ OK ] LazyOpsTest.TestBitwiseOrInPlace (0 ms) 2022-09-27T16:19:48.5436307Z [ RUN ] LazyOpsTest.TestBitwiseOrScalar 2022-09-27T16:19:48.5437876Z [ OK ] LazyOpsTest.TestBitwiseOrScalar (0 ms) 2022-09-27T16:19:48.5438767Z [ RUN ] LazyOpsTest.TestBitwiseOrScalarInPlace 2022-09-27T16:19:48.5440796Z [ OK ] LazyOpsTest.TestBitwiseOrScalarInPlace (0 ms) 2022-09-27T16:19:48.5441936Z [ RUN ] LazyOpsTest.TestBitwiseXor 2022-09-27T16:19:48.5442483Z [ OK ] LazyOpsTest.TestBitwiseXor (0 ms) 2022-09-27T16:19:48.5443998Z [ RUN ] LazyOpsTest.TestBitwiseXorInPlace 2022-09-27T16:19:48.5445684Z [ OK ] LazyOpsTest.TestBitwiseXorInPlace (0 ms) 2022-09-27T16:19:48.5447358Z [ RUN ] LazyOpsTest.TestBitwiseXorScalar 2022-09-27T16:19:48.5448931Z [ OK ] LazyOpsTest.TestBitwiseXorScalar (0 ms) 2022-09-27T16:19:48.5450612Z [ RUN ] LazyOpsTest.TestBitwiseXorScalarInPlace 2022-09-27T16:19:48.5452185Z [ OK ] LazyOpsTest.TestBitwiseXorScalarInPlace (0 ms) 2022-09-27T16:19:48.5453660Z [ RUN ] LazyOpsTest.TestLshift 2022-09-27T16:19:48.5455087Z [ OK ] LazyOpsTest.TestLshift (0 ms) 2022-09-27T16:19:48.5456518Z [ RUN ] LazyOpsTest.TestLshiftInPlace 2022-09-27T16:19:48.5457977Z [ OK ] LazyOpsTest.TestLshiftInPlace (0 ms) 2022-09-27T16:19:48.5459411Z [ RUN ] LazyOpsTest.TestLshiftScalar 2022-09-27T16:19:48.5460867Z [ OK ] LazyOpsTest.TestLshiftScalar (0 ms) 2022-09-27T16:19:48.5462497Z [ RUN ] LazyOpsTest.TestLshiftScalarInPlace 2022-09-27T16:19:48.5464024Z [ OK ] LazyOpsTest.TestLshiftScalarInPlace (0 ms) 2022-09-27T16:19:48.5465639Z [ RUN ] LazyOpsTest.TestRshift 2022-09-27T16:19:48.5467058Z [ OK ] LazyOpsTest.TestRshift (0 ms) 2022-09-27T16:19:48.5468577Z [ RUN ] LazyOpsTest.TestRshiftInPlace 2022-09-27T16:19:48.5470043Z [ OK ] LazyOpsTest.TestRshiftInPlace (0 ms) 2022-09-27T16:19:48.5471487Z [ RUN ] LazyOpsTest.TestRshiftScalar 2022-09-27T16:19:48.5472978Z [ OK ] LazyOpsTest.TestRshiftScalar (0 ms) 2022-09-27T16:19:48.5474468Z [ RUN ] LazyOpsTest.TestRshiftScalarInPlace 2022-09-27T16:19:48.5475981Z [ OK ] LazyOpsTest.TestRshiftScalarInPlace (0 ms) 2022-09-27T16:19:48.5477430Z [ RUN ] LazyOpsTest.TestMeshgrid 2022-09-27T16:19:48.5478960Z [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:48.5480560Z [ OK ] LazyOpsTest.TestMeshgrid (1 ms) 2022-09-27T16:19:48.5481979Z [ RUN ] LazyOpsTest.TestConstantPad 2022-09-27T16:19:48.5483423Z [ OK ] LazyOpsTest.TestConstantPad (0 ms) 2022-09-27T16:19:48.5484917Z [ RUN ] LazyOpsTest.TestConstantPadIncomplete 2022-09-27T16:19:48.5486476Z [ OK ] LazyOpsTest.TestConstantPadIncomplete (0 ms) 2022-09-27T16:19:48.5487988Z [ RUN ] LazyOpsTest.TestReflectionPad2dRank3 2022-09-27T16:19:48.5489689Z [ OK ] LazyOpsTest.TestReflectionPad2dRank3 (0 ms) 2022-09-27T16:19:48.5491220Z [ RUN ] LazyOpsTest.TestReflectionPad2dRank4 2022-09-27T16:19:48.5492736Z [ OK ] LazyOpsTest.TestReflectionPad2dRank4 (0 ms) 2022-09-27T16:19:48.5494257Z [ RUN ] LazyOpsTest.TestReflectionPad2dBackward 2022-09-27T16:19:48.5495827Z [ OK ] LazyOpsTest.TestReflectionPad2dBackward (0 ms) 2022-09-27T16:19:48.5497353Z [ RUN ] LazyOpsTest.TestReplicationPad1d 2022-09-27T16:19:48.5498873Z [ OK ] LazyOpsTest.TestReplicationPad1d (0 ms) 2022-09-27T16:19:48.5500368Z [ RUN ] LazyOpsTest.TestReplicationPad1dZeroPad 2022-09-27T16:19:48.5501919Z [ OK ] LazyOpsTest.TestReplicationPad1dZeroPad (0 ms) 2022-09-27T16:19:48.5503475Z [ RUN ] LazyOpsTest.TestReplicationPad1dBackward 2022-09-27T16:19:48.5505053Z [ OK ] LazyOpsTest.TestReplicationPad1dBackward (0 ms) 2022-09-27T16:19:48.5506595Z [ RUN ] LazyOpsTest.TestReplicationPad2d 2022-09-27T16:19:48.5508083Z [ OK ] LazyOpsTest.TestReplicationPad2d (0 ms) 2022-09-27T16:19:48.5509671Z [ RUN ] LazyOpsTest.TestReplicationPad2dZeroPad 2022-09-27T16:19:48.5511657Z [ OK ] LazyOpsTest.TestReplicationPad2dZeroPad (0 ms) 2022-09-27T16:19:48.5513453Z [ RUN ] LazyOpsTest.TestReplicationPad2dBackward 2022-09-27T16:19:48.5515291Z [ OK ] LazyOpsTest.TestReplicationPad2dBackward (0 ms) 2022-09-27T16:19:48.5516992Z [ RUN ] LazyOpsTest.TestAsStrided 2022-09-27T16:19:48.5545098Z [ OK ] LazyOpsTest.TestAsStrided (1 ms) 2022-09-27T16:19:48.5545668Z [ RUN ] LazyOpsTest.TestAsStridedInPlace 2022-09-27T16:19:48.5546232Z [ OK ] LazyOpsTest.TestAsStridedInPlace (1 ms) 2022-09-27T16:19:48.5546813Z [ RUN ] LazyOpsTest.TestAsStridedWithOffset 2022-09-27T16:19:48.5547409Z [ OK ] LazyOpsTest.TestAsStridedWithOffset (0 ms) 2022-09-27T16:19:48.5548017Z [ RUN ] LazyOpsTest.TestAsStridedWithInplaceCopy 2022-09-27T16:19:48.5548664Z [ OK ] LazyOpsTest.TestAsStridedWithInplaceCopy (0 ms) 2022-09-27T16:19:48.5549236Z [ RUN ] LazyOpsTest.TestEmptyStrided 2022-09-27T16:19:48.5549751Z [ OK ] LazyOpsTest.TestEmptyStrided (0 ms) 2022-09-27T16:19:48.5550296Z [ RUN ] LazyOpsTest.TestAvgPool2DBackward 2022-09-27T16:19:48.5693264Z [ OK ] LazyOpsTest.TestAvgPool2DBackward (15 ms) 2022-09-27T16:19:48.5783618Z [ RUN ] LazyOpsTest.TestAvgPool3DBackward 2022-09-27T16:19:48.5784442Z [ OK ] LazyOpsTest.TestAvgPool3DBackward (8 ms) 2022-09-27T16:19:48.5785201Z [ RUN ] LazyOpsTest.TestAvgPool2DNoBatchBackward 2022-09-27T16:19:48.5937107Z [ OK ] LazyOpsTest.TestAvgPool2DNoBatchBackward (15 ms) 2022-09-27T16:19:48.5937768Z [ RUN ] LazyOpsTest.TestAvgPool3DNoBatchBackward 2022-09-27T16:19:48.6026764Z [ OK ] LazyOpsTest.TestAvgPool3DNoBatchBackward (8 ms) 2022-09-27T16:19:48.6027478Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool3DNoBatchBackward 2022-09-27T16:19:48.6058027Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool3DNoBatchBackward (3 ms) 2022-09-27T16:19:48.6058699Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool3DBackward 2022-09-27T16:19:48.6110730Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool3DBackward (5 ms) 2022-09-27T16:19:48.6111504Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool2DBackward 2022-09-27T16:19:48.6133340Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool2DBackward (2 ms) 2022-09-27T16:19:48.6134022Z [ RUN ] LazyOpsTest.TestAdaptiveAvgPool2DNoBatchBackward 2022-09-27T16:19:48.6152536Z [ OK ] LazyOpsTest.TestAdaptiveAvgPool2DNoBatchBackward (1 ms) 2022-09-27T16:19:48.6153127Z [ RUN ] LazyOpsTest.TestConv2D 2022-09-27T16:19:48.7170162Z [ OK ] LazyOpsTest.TestConv2D (101 ms) 2022-09-27T16:19:48.7170719Z [ RUN ] LazyOpsTest.TestConv2DBackward 2022-09-27T16:19:49.1110603Z [ OK ] LazyOpsTest.TestConv2DBackward (394 ms) 2022-09-27T16:19:49.1111248Z [ RUN ] LazyOpsTest.TestTransposedConv2DBackward 2022-09-27T16:19:49.3940105Z [ OK ] LazyOpsTest.TestTransposedConv2DBackward (282 ms) 2022-09-27T16:19:49.3940794Z [ RUN ] LazyOpsTest.TestConv3DBackward 2022-09-27T16:19:49.6635097Z [ OK ] LazyOpsTest.TestConv3DBackward (269 ms) 2022-09-27T16:19:49.6635936Z [ RUN ] LazyOpsTest.TestTransposedConv3DBackward 2022-09-27T16:19:50.2944540Z [ OK ] LazyOpsTest.TestTransposedConv3DBackward (630 ms) 2022-09-27T16:19:50.2945472Z [ RUN ] LazyOpsTest.TestMaxPool2DBackward 2022-09-27T16:19:50.3044957Z [ OK ] LazyOpsTest.TestMaxPool2DBackward (10 ms) 2022-09-27T16:19:50.3045636Z [ RUN ] LazyOpsTest.TestMaxPool3DBackward 2022-09-27T16:19:50.3095846Z [ OK ] LazyOpsTest.TestMaxPool3DBackward (5 ms) 2022-09-27T16:19:50.3096531Z [ RUN ] LazyOpsTest.TestMaxPool2DNoBatchBackward 2022-09-27T16:19:50.3192279Z [ OK ] LazyOpsTest.TestMaxPool2DNoBatchBackward (9 ms) 2022-09-27T16:19:50.3192963Z [ RUN ] LazyOpsTest.TestMaxPool3DNoBatchBackward 2022-09-27T16:19:50.3241847Z [ OK ] LazyOpsTest.TestMaxPool3DNoBatchBackward (4 ms) 2022-09-27T16:19:50.3242471Z [ RUN ] LazyOpsTest.TestMaxUnpool2DBackward 2022-09-27T16:19:50.3428136Z [ OK ] LazyOpsTest.TestMaxUnpool2DBackward (18 ms) 2022-09-27T16:19:50.3428771Z [ RUN ] LazyOpsTest.TestMaxUnpool3DBackward 2022-09-27T16:19:50.3561891Z [ OK ] LazyOpsTest.TestMaxUnpool3DBackward (13 ms) 2022-09-27T16:19:50.3562447Z [ RUN ] LazyOpsTest.TestTanhBackward 2022-09-27T16:19:50.3572208Z [ OK ] LazyOpsTest.TestTanhBackward (1 ms) 2022-09-27T16:19:50.3572796Z [ RUN ] LazyOpsTest.TestSigmoidBackward 2022-09-27T16:19:50.3581411Z [ OK ] LazyOpsTest.TestSigmoidBackward (0 ms) 2022-09-27T16:19:50.3582006Z [ RUN ] LazyOpsTest.TestLogSigmoidBackward 2022-09-27T16:19:50.3591840Z [ OK ] LazyOpsTest.TestLogSigmoidBackward (1 ms) 2022-09-27T16:19:50.3592524Z [ RUN ] LazyOpsTest.TestLogSoftmaxBackward 2022-09-27T16:19:50.3670708Z [ OK ] LazyOpsTest.TestLogSoftmaxBackward (7 ms) 2022-09-27T16:19:50.3671590Z [ RUN ] LazyOpsTest.TestSoftmaxBackward 2022-09-27T16:19:50.3745912Z [ OK ] LazyOpsTest.TestSoftmaxBackward (7 ms) 2022-09-27T16:19:50.3746477Z [ RUN ] LazyOpsTest.TestSoftplusBackward 2022-09-27T16:19:50.3756854Z [ OK ] LazyOpsTest.TestSoftplusBackward (1 ms) 2022-09-27T16:19:50.3757393Z [ RUN ] LazyOpsTest.TestReluBackward 2022-09-27T16:19:50.3767308Z [ OK ] LazyOpsTest.TestReluBackward (0 ms) 2022-09-27T16:19:50.3767812Z [ RUN ] LazyOpsTest.TestRreluBackward 2022-09-27T16:19:50.3778231Z [ OK ] LazyOpsTest.TestRreluBackward (1 ms) 2022-09-27T16:19:50.3778923Z [ RUN ] LazyOpsTest.TestHardshrinkBackward 2022-09-27T16:19:50.3787629Z [ OK ] LazyOpsTest.TestHardshrinkBackward (0 ms) 2022-09-27T16:19:50.3788361Z [ RUN ] LazyOpsTest.TestSoftshrinkBackward 2022-09-27T16:19:50.3797040Z [ OK ] LazyOpsTest.TestSoftshrinkBackward (0 ms) 2022-09-27T16:19:50.3797716Z [ RUN ] LazyOpsTest.TestHardtanhBackward 2022-09-27T16:19:50.3802663Z [ OK ] LazyOpsTest.TestHardtanhBackward (0 ms) 2022-09-27T16:19:50.3803231Z [ RUN ] LazyOpsTest.TestEluBackward 2022-09-27T16:19:50.3813295Z [ OK ] LazyOpsTest.TestEluBackward (1 ms) 2022-09-27T16:19:50.3813830Z [ RUN ] LazyOpsTest.TestGeluBackward 2022-09-27T16:19:50.3830103Z [ OK ] LazyOpsTest.TestGeluBackward (1 ms) 2022-09-27T16:19:50.3830646Z [ RUN ] LazyOpsTest.TestLeakyReluBackward 2022-09-27T16:19:50.3840770Z [ OK ] LazyOpsTest.TestLeakyReluBackward (1 ms) 2022-09-27T16:19:50.3841354Z [ RUN ] LazyOpsTest.TestTransposeBackward 2022-09-27T16:19:50.3849335Z [ OK ] LazyOpsTest.TestTransposeBackward (0 ms) 2022-09-27T16:19:50.3849904Z [ RUN ] LazyOpsTest.TestAddMatMulBackward 2022-09-27T16:19:50.3916858Z [ OK ] LazyOpsTest.TestAddMatMulBackward (6 ms) 2022-09-27T16:19:50.3978438Z [ RUN ] LazyOpsTest.TestBinaryCrossEntropyBackward 2022-09-27T16:19:50.3979132Z [ OK ] LazyOpsTest.TestBinaryCrossEntropyBackward (6 ms) 2022-09-27T16:19:50.3979720Z [ RUN ] LazyOpsTest.TestNllLossBackward 2022-09-27T16:19:50.3980197Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:10965: Skipped 2022-09-27T16:19:50.3980474Z 2022-09-27T16:19:50.3980793Z [ SKIPPED ] LazyOpsTest.TestNllLossBackward (0 ms) 2022-09-27T16:19:50.3981346Z [ RUN ] LazyOpsTest.TestNllLoss2dBackward 2022-09-27T16:19:50.4250160Z [ OK ] LazyOpsTest.TestNllLoss2dBackward (26 ms) 2022-09-27T16:19:50.4250810Z [ RUN ] LazyOpsTest.TestSmoothL1LossBackward 2022-09-27T16:19:50.4307381Z [ OK ] LazyOpsTest.TestSmoothL1LossBackward (5 ms) 2022-09-27T16:19:50.4307961Z [ RUN ] LazyOpsTest.TestViewBackward 2022-09-27T16:19:50.4327169Z [ OK ] LazyOpsTest.TestViewBackward (1 ms) 2022-09-27T16:19:50.4327825Z [ RUN ] LazyOpsTest.TestBatchNorm2DBackward 2022-09-27T16:19:50.4378854Z [ OK ] LazyOpsTest.TestBatchNorm2DBackward (5 ms) 2022-09-27T16:19:50.4379457Z [ RUN ] LazyOpsTest.TestBatchNorm3DBackward 2022-09-27T16:19:50.4430276Z [ OK ] LazyOpsTest.TestBatchNorm3DBackward (5 ms) 2022-09-27T16:19:50.4430917Z [ RUN ] LazyOpsTest.TestBCEWithLogitsBackward 2022-09-27T16:19:50.4778526Z [ OK ] LazyOpsTest.TestBCEWithLogitsBackward (34 ms) 2022-09-27T16:19:50.4779161Z [ RUN ] LazyOpsTest.TestKlDivBackward 2022-09-27T16:19:50.4850401Z [ OK ] LazyOpsTest.TestKlDivBackward (7 ms) 2022-09-27T16:19:50.4850963Z [ RUN ] LazyOpsTest.TestEmbeddingBackward 2022-09-27T16:19:50.5597290Z [ OK ] LazyOpsTest.TestEmbeddingBackward (74 ms) 2022-09-27T16:19:50.5599470Z [ RUN ] LazyOpsTest.TestAmpForeachNonFiniteCheckAndUnscale 2022-09-27T16:19:50.5600077Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:11362: Skipped 2022-09-27T16:19:50.5600456Z 2022-09-27T16:19:50.5600906Z [ SKIPPED ] LazyOpsTest.TestAmpForeachNonFiniteCheckAndUnscale (0 ms) 2022-09-27T16:19:50.5601538Z [ RUN ] LazyOpsTest.TestAmpUpdateScale 2022-09-27T16:19:50.5602006Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:11411: Skipped 2022-09-27T16:19:50.5602285Z 2022-09-27T16:19:50.5602603Z [ SKIPPED ] LazyOpsTest.TestAmpUpdateScale (0 ms) 2022-09-27T16:19:50.5603166Z [ RUN ] LazyOpsTest.TestEarlySyncLiveTensors 2022-09-27T16:19:50.5603766Z [ OK ] LazyOpsTest.TestEarlySyncLiveTensors (0 ms) 2022-09-27T16:19:50.5604279Z [ RUN ] LazyOpsTest.TestLerp 2022-09-27T16:19:50.5604723Z [ OK ] LazyOpsTest.TestLerp (0 ms) 2022-09-27T16:19:50.5605200Z [ RUN ] LazyOpsTest.TestLerpScalar 2022-09-27T16:19:50.5605722Z [ OK ] LazyOpsTest.TestLerpScalar (0 ms) 2022-09-27T16:19:50.5606227Z [ RUN ] LazyOpsTest.TestLerpInplace 2022-09-27T16:19:50.5606732Z [ OK ] LazyOpsTest.TestLerpInplace (0 ms) 2022-09-27T16:19:50.5607271Z [ RUN ] LazyOpsTest.TestLerpScalarInplace 2022-09-27T16:19:50.5607841Z [ OK ] LazyOpsTest.TestLerpScalarInplace (0 ms) 2022-09-27T16:19:50.5608408Z [ RUN ] LazyOpsTest.TestLerpOut 2022-09-27T16:19:50.5608903Z [ OK ] LazyOpsTest.TestLerpOut (0 ms) 2022-09-27T16:19:50.5609538Z [ RUN ] LazyOpsTest.TestLerpScalarOut 2022-09-27T16:19:50.5610180Z [ OK ] LazyOpsTest.TestLerpScalarOut (0 ms) 2022-09-27T16:19:50.5610655Z [ RUN ] LazyOpsTest.IsAliasOf 2022-09-27T16:19:50.5611132Z [ OK ] LazyOpsTest.IsAliasOf (0 ms) 2022-09-27T16:19:50.5611667Z [----------] 575 tests from LazyOpsTest (3362 ms total) 2022-09-27T16:19:50.5611927Z 2022-09-27T16:19:50.5612186Z [----------] Global test environment tear-down 2022-09-27T16:19:50.5686613Z [==========] 612 tests from 10 test suites ran. (3394 ms total) 2022-09-27T16:19:50.5687084Z [ PASSED ] 608 tests. 2022-09-27T16:19:50.5687513Z [ SKIPPED ] 4 tests, listed below: 2022-09-27T16:19:50.5687975Z [ SKIPPED ] LazyOpsTest.TestNllLoss 2022-09-27T16:19:50.5688559Z [ SKIPPED ] LazyOpsTest.TestNllLossBackward 2022-09-27T16:19:50.5689414Z [ SKIPPED ] LazyOpsTest.TestAmpForeachNonFiniteCheckAndUnscale 2022-09-27T16:19:50.5690049Z [ SKIPPED ] LazyOpsTest.TestAmpUpdateScale 2022-09-27T16:19:50.6409421Z + python test/cpp/jit/tests_setup.py shutdown 2022-09-27T16:19:51.8318969Z + wait 2022-09-27T16:19:51.8319367Z + OMP_NUM_THREADS=2 2022-09-27T16:19:51.8319676Z + TORCH_CPP_TEST_MNIST_PATH=test/cpp/api/mnist 2022-09-27T16:19:51.8320311Z + /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:52.1110804Z CUDA not available. Disabling CUDA and MultiCUDA tests 2022-09-27T16:19:52.1117902Z Note: Google Test filter = -IMethodTest.*:*_CUDA:*_MultiCUDA 2022-09-27T16:19:52.1118295Z [==========] Running 991 tests from 48 test suites. 2022-09-27T16:19:52.1118637Z [----------] Global test environment set-up. 2022-09-27T16:19:52.1118970Z [----------] 9 tests from AutogradAPITests 2022-09-27T16:19:52.1119297Z [ RUN ] AutogradAPITests.BackwardSimpleTest 2022-09-27T16:19:52.1302383Z [ OK ] AutogradAPITests.BackwardSimpleTest (18 ms) 2022-09-27T16:19:52.1302887Z [ RUN ] AutogradAPITests.BackwardTest 2022-09-27T16:19:52.1303872Z [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:52.1304834Z [ OK ] AutogradAPITests.BackwardTest (0 ms) 2022-09-27T16:19:52.1305290Z [ RUN ] AutogradAPITests.GradSimpleTest 2022-09-27T16:19:52.1306327Z [ OK ] AutogradAPITests.GradSimpleTest (0 ms) 2022-09-27T16:19:52.1306934Z [ RUN ] AutogradAPITests.GradTest 2022-09-27T16:19:52.1309747Z [ OK ] AutogradAPITests.GradTest (0 ms) 2022-09-27T16:19:52.1310319Z [ RUN ] AutogradAPITests.GradNonLeafTest 2022-09-27T16:19:52.1313613Z [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:52.1316029Z [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:52.1318287Z [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:52.1320470Z [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:52.1321199Z [ OK ] AutogradAPITests.GradNonLeafTest (0 ms) 2022-09-27T16:19:52.1321546Z [ RUN ] AutogradAPITests.GradUnreachableTest 2022-09-27T16:19:52.1435944Z [ OK ] AutogradAPITests.GradUnreachableTest (11 ms) 2022-09-27T16:19:52.1436286Z [ RUN ] AutogradAPITests.EmptyInput 2022-09-27T16:19:52.1460998Z [ OK ] AutogradAPITests.EmptyInput (2 ms) 2022-09-27T16:19:52.1461327Z [ RUN ] AutogradAPITests.RetainGrad 2022-09-27T16:19:52.1464572Z [ OK ] AutogradAPITests.RetainGrad (0 ms) 2022-09-27T16:19:52.1464898Z [ RUN ] AutogradAPITests.AnomalyMode 2022-09-27T16:19:52.1465287Z [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:52.2870345Z [ OK ] AutogradAPITests.AnomalyMode (140 ms) 2022-09-27T16:19:52.2870713Z [----------] 9 tests from AutogradAPITests (175 ms total) 2022-09-27T16:19:52.2870880Z 2022-09-27T16:19:52.2871053Z [----------] 33 tests from CustomAutogradTest 2022-09-27T16:19:52.2871424Z [ RUN ] CustomAutogradTest.GradUnreachableDiscoveryTest 2022-09-27T16:19:52.2887540Z [ OK ] CustomAutogradTest.GradUnreachableDiscoveryTest (1 ms) 2022-09-27T16:19:52.2888274Z [ RUN ] CustomAutogradTest.CustomFunction 2022-09-27T16:19:52.2890198Z [ OK ] CustomAutogradTest.CustomFunction (0 ms) 2022-09-27T16:19:52.2890661Z [ RUN ] CustomAutogradTest.CustomFunctionWithTensorList 2022-09-27T16:19:52.2891615Z [ OK ] CustomAutogradTest.CustomFunctionWithTensorList (0 ms) 2022-09-27T16:19:52.2892048Z [ RUN ] CustomAutogradTest.GraphTaskTrimEdges 2022-09-27T16:19:52.2894395Z [ OK ] CustomAutogradTest.GraphTaskTrimEdges (0 ms) 2022-09-27T16:19:52.2894998Z [ RUN ] CustomAutogradTest.FunctionReturnsInput 2022-09-27T16:19:52.2895417Z [ OK ] CustomAutogradTest.FunctionReturnsInput (0 ms) 2022-09-27T16:19:52.2895939Z [ RUN ] CustomAutogradTest.FunctionReturnsUndefined 2022-09-27T16:19:52.2896960Z [ OK ] CustomAutogradTest.FunctionReturnsUndefined (0 ms) 2022-09-27T16:19:52.2897482Z [ RUN ] CustomAutogradTest.MaterializeGrads 2022-09-27T16:19:52.2898379Z [ OK ] CustomAutogradTest.MaterializeGrads (0 ms) 2022-09-27T16:19:52.2898839Z [ RUN ] CustomAutogradTest.DontMaterializeGrads 2022-09-27T16:19:52.2899323Z [ OK ] CustomAutogradTest.DontMaterializeGrads (0 ms) 2022-09-27T16:19:52.2899752Z [ RUN ] CustomAutogradTest.NoGradCustomFunction 2022-09-27T16:19:52.2900131Z [ OK ] CustomAutogradTest.NoGradCustomFunction (0 ms) 2022-09-27T16:19:52.2900474Z [ RUN ] CustomAutogradTest.MarkDirty 2022-09-27T16:19:52.2900796Z [ OK ] CustomAutogradTest.MarkDirty (0 ms) 2022-09-27T16:19:52.2901134Z [ RUN ] CustomAutogradTest.MarkNonDifferentiable 2022-09-27T16:19:52.2903566Z [ OK ] CustomAutogradTest.MarkNonDifferentiable (0 ms) 2022-09-27T16:19:52.2904016Z [ RUN ] CustomAutogradTest.MarkNonDifferentiableMixed 2022-09-27T16:19:52.2905247Z [ OK ] CustomAutogradTest.MarkNonDifferentiableMixed (0 ms) 2022-09-27T16:19:52.2905724Z [ RUN ] CustomAutogradTest.MarkNonDifferentiableNone 2022-09-27T16:19:52.2906539Z [ OK ] CustomAutogradTest.MarkNonDifferentiableNone (0 ms) 2022-09-27T16:19:52.2906989Z [ RUN ] CustomAutogradTest.ReturnLeafInplace 2022-09-27T16:19:52.2908054Z [ OK ] CustomAutogradTest.ReturnLeafInplace (0 ms) 2022-09-27T16:19:52.2908504Z [ RUN ] CustomAutogradTest.ReturnDuplicateInplace 2022-09-27T16:19:52.2930254Z [ OK ] CustomAutogradTest.ReturnDuplicateInplace (2 ms) 2022-09-27T16:19:52.2930778Z [ RUN ] CustomAutogradTest.ReturnDuplicate 2022-09-27T16:19:52.2931261Z [ OK ] CustomAutogradTest.ReturnDuplicate (0 ms) 2022-09-27T16:19:52.2931630Z [ RUN ] CustomAutogradTest.SaveEmptyForBackward 2022-09-27T16:19:52.2932096Z [ OK ] CustomAutogradTest.SaveEmptyForBackward (0 ms) 2022-09-27T16:19:52.2932454Z [ RUN ] CustomAutogradTest.InvalidGradients 2022-09-27T16:19:52.2985723Z [ OK ] CustomAutogradTest.InvalidGradients (5 ms) 2022-09-27T16:19:52.2986353Z [ RUN ] CustomAutogradTest.NoGradInput 2022-09-27T16:19:52.2986914Z [ OK ] CustomAutogradTest.NoGradInput (0 ms) 2022-09-27T16:19:52.2987399Z [ RUN ] CustomAutogradTest.TooManyGrads 2022-09-27T16:19:52.2988027Z [ OK ] CustomAutogradTest.TooManyGrads (0 ms) 2022-09-27T16:19:52.2988359Z [ RUN ] CustomAutogradTest.DepNoGrad 2022-09-27T16:19:52.2988883Z [ OK ] CustomAutogradTest.DepNoGrad (0 ms) 2022-09-27T16:19:52.2989418Z [ RUN ] CustomAutogradTest.Reentrant 2022-09-27T16:19:52.2989740Z [ OK ] CustomAutogradTest.Reentrant (0 ms) 2022-09-27T16:19:52.2990051Z [ RUN ] CustomAutogradTest.DeepReentrant 2022-09-27T16:19:52.6543241Z [ OK ] CustomAutogradTest.DeepReentrant (355 ms) 2022-09-27T16:19:52.6543931Z [ RUN ] CustomAutogradTest.ReentrantPriority 2022-09-27T16:19:52.6546242Z [ OK ] CustomAutogradTest.ReentrantPriority (0 ms) 2022-09-27T16:19:52.6546810Z [ RUN ] CustomAutogradTest.Hooks 2022-09-27T16:19:52.6583172Z [ OK ] CustomAutogradTest.Hooks (3 ms) 2022-09-27T16:19:52.6583741Z [ RUN ] CustomAutogradTest.HooksInplace 2022-09-27T16:19:52.6585147Z [ OK ] CustomAutogradTest.HooksInplace (0 ms) 2022-09-27T16:19:52.6585772Z [ RUN ] CustomAutogradTest.HooksInplaceWithRetainsGrad 2022-09-27T16:19:52.6587003Z [ OK ] CustomAutogradTest.HooksInplaceWithRetainsGrad (0 ms) 2022-09-27T16:19:52.6587720Z [ RUN ] CustomAutogradTest.HooksInplaceTwiceWithRetainsGrad 2022-09-27T16:19:52.6589121Z [ OK ] CustomAutogradTest.HooksInplaceTwiceWithRetainsGrad (0 ms) 2022-09-27T16:19:52.6589725Z [ RUN ] CustomAutogradTest.HookNone 2022-09-27T16:19:52.6590401Z [ OK ] CustomAutogradTest.HookNone (0 ms) 2022-09-27T16:19:52.6590965Z [ RUN ] CustomAutogradTest.BackwardWithInputs 2022-09-27T16:19:52.6591866Z [ OK ] CustomAutogradTest.BackwardWithInputs (0 ms) 2022-09-27T16:19:52.6592481Z [ RUN ] CustomAutogradTest.BackwardWithEmptyInputs 2022-09-27T16:19:52.6604867Z [ OK ] CustomAutogradTest.BackwardWithEmptyInputs (1 ms) 2022-09-27T16:19:52.6605490Z [ RUN ] CustomAutogradTest.BackwardWithNonLeafInputs 2022-09-27T16:19:52.6606752Z [ OK ] CustomAutogradTest.BackwardWithNonLeafInputs (0 ms) 2022-09-27T16:19:52.6607389Z [ RUN ] CustomAutogradTest.BackwardWithCreateGraphWarns 2022-09-27T16:19:52.6608085Z [ OK ] CustomAutogradTest.BackwardWithCreateGraphWarns (0 ms) 2022-09-27T16:19:52.6608886Z [----------] 33 tests from CustomAutogradTest (373 ms total) 2022-09-27T16:19:52.6609198Z 2022-09-27T16:19:52.6609423Z [----------] 13 tests from TestAutogradNotImplementedFallback 2022-09-27T16:19:52.6609842Z [ RUN ] TestAutogradNotImplementedFallback.RetSingleNonTensor 2022-09-27T16:19:52.6612595Z [ OK ] TestAutogradNotImplementedFallback.RetSingleNonTensor (0 ms) 2022-09-27T16:19:52.6613222Z [ RUN ] TestAutogradNotImplementedFallback.InplaceOp 2022-09-27T16:19:52.6664217Z [ OK ] TestAutogradNotImplementedFallback.InplaceOp (5 ms) 2022-09-27T16:19:52.6664870Z [ RUN ] TestAutogradNotImplementedFallback.DoubleInplaceOp 2022-09-27T16:19:52.6709028Z [ OK ] TestAutogradNotImplementedFallback.DoubleInplaceOp (4 ms) 2022-09-27T16:19:52.6709634Z [ RUN ] TestAutogradNotImplementedFallback.OptOp 2022-09-27T16:19:52.6712025Z [ OK ] TestAutogradNotImplementedFallback.OptOp (0 ms) 2022-09-27T16:19:52.6712700Z [ RUN ] TestAutogradNotImplementedFallback.OutOfPlaceAddition 2022-09-27T16:19:52.6743137Z [ OK ] TestAutogradNotImplementedFallback.OutOfPlaceAddition (3 ms) 2022-09-27T16:19:52.6743796Z [ RUN ] TestAutogradNotImplementedFallback.RetTupleNonTensor 2022-09-27T16:19:52.6774113Z [ OK ] TestAutogradNotImplementedFallback.RetTupleNonTensor (3 ms) 2022-09-27T16:19:52.6774752Z [ RUN ] TestAutogradNotImplementedFallback.ViewOp 2022-09-27T16:19:52.6842483Z [ OK ] TestAutogradNotImplementedFallback.ViewOp (6 ms) 2022-09-27T16:19:52.6843195Z [ RUN ] TestAutogradNotImplementedFallback.ViewOpWithExtraArg 2022-09-27T16:19:52.6873622Z [ OK ] TestAutogradNotImplementedFallback.ViewOpWithExtraArg (3 ms) 2022-09-27T16:19:52.6874353Z [ RUN ] TestAutogradNotImplementedFallback.RetTensorVectorView 2022-09-27T16:19:52.6875418Z [ OK ] TestAutogradNotImplementedFallback.RetTensorVectorView (0 ms) 2022-09-27T16:19:52.6876119Z [ RUN ] TestAutogradNotImplementedFallback.DoubleViewOP 2022-09-27T16:19:52.6893372Z [ OK ] TestAutogradNotImplementedFallback.DoubleViewOP (1 ms) 2022-09-27T16:19:52.6893956Z [ RUN ] TestAutogradNotImplementedFallback.NonFirstViewOP 2022-09-27T16:19:52.6916352Z [ OK ] TestAutogradNotImplementedFallback.NonFirstViewOP (2 ms) 2022-09-27T16:19:52.6916819Z [ RUN ] TestAutogradNotImplementedFallback.RetTensorVector 2022-09-27T16:19:52.6947421Z [ OK ] TestAutogradNotImplementedFallback.RetTensorVector (3 ms) 2022-09-27T16:19:52.6947894Z [ RUN ] TestAutogradNotImplementedFallback.TensorlistOp 2022-09-27T16:19:52.6970108Z [ OK ] TestAutogradNotImplementedFallback.TensorlistOp (2 ms) 2022-09-27T16:19:52.6970841Z [----------] 13 tests from TestAutogradNotImplementedFallback (36 ms total) 2022-09-27T16:19:52.6971187Z 2022-09-27T16:19:52.6971384Z [----------] 18 tests from AnyModuleTest 2022-09-27T16:19:52.6971691Z [ RUN ] AnyModuleTest.SimpleReturnType 2022-09-27T16:19:52.6972026Z [ OK ] AnyModuleTest.SimpleReturnType (0 ms) 2022-09-27T16:19:52.6972412Z [ RUN ] AnyModuleTest.SimpleReturnTypeAndSingleArgument 2022-09-27T16:19:52.6972841Z [ OK ] AnyModuleTest.SimpleReturnTypeAndSingleArgument (0 ms) 2022-09-27T16:19:52.6973255Z [ RUN ] AnyModuleTest.StringLiteralReturnTypeAndArgument 2022-09-27T16:19:52.6973690Z [ OK ] AnyModuleTest.StringLiteralReturnTypeAndArgument (0 ms) 2022-09-27T16:19:52.6974116Z [ RUN ] AnyModuleTest.StringReturnTypeWithConstArgument 2022-09-27T16:19:52.6974528Z [ OK ] AnyModuleTest.StringReturnTypeWithConstArgument (0 ms) 2022-09-27T16:19:52.6975036Z [ RUN ] AnyModuleTest.TensorReturnTypeAndStringArgumentsWithFunkyQualifications 2022-09-27T16:19:52.6975635Z [ OK ] AnyModuleTest.TensorReturnTypeAndStringArgumentsWithFunkyQualifications (0 ms) 2022-09-27T16:19:52.6976090Z [ RUN ] AnyModuleTest.WrongArgumentType 2022-09-27T16:19:52.6984428Z [ OK ] AnyModuleTest.WrongArgumentType (1 ms) 2022-09-27T16:19:52.6984780Z [ RUN ] AnyModuleTest.WrongNumberOfArguments 2022-09-27T16:19:52.7019918Z [ OK ] AnyModuleTest.WrongNumberOfArguments (3 ms) 2022-09-27T16:19:52.7020431Z [ RUN ] AnyModuleTest.PassingArgumentsToModuleWithDefaultArgumentsInForwardMethod 2022-09-27T16:19:52.7090044Z [ OK ] AnyModuleTest.PassingArgumentsToModuleWithDefaultArgumentsInForwardMethod (6 ms) 2022-09-27T16:19:52.7090573Z [ RUN ] AnyModuleTest.GetWithCorrectTypeSucceeds 2022-09-27T16:19:52.7091025Z [ OK ] AnyModuleTest.GetWithCorrectTypeSucceeds (0 ms) 2022-09-27T16:19:52.7091393Z [ RUN ] AnyModuleTest.GetWithIncorrectTypeThrows 2022-09-27T16:19:52.7100327Z [ OK ] AnyModuleTest.GetWithIncorrectTypeThrows (1 ms) 2022-09-27T16:19:52.7100786Z [ RUN ] AnyModuleTest.PtrWithBaseClassSucceeds 2022-09-27T16:19:52.7101190Z [ OK ] AnyModuleTest.PtrWithBaseClassSucceeds (0 ms) 2022-09-27T16:19:52.7101618Z [ RUN ] AnyModuleTest.PtrWithGoodDowncastSuccceeds 2022-09-27T16:19:52.7102018Z [ OK ] AnyModuleTest.PtrWithGoodDowncastSuccceeds (0 ms) 2022-09-27T16:19:52.7102461Z [ RUN ] AnyModuleTest.PtrWithBadDowncastThrows 2022-09-27T16:19:52.7110682Z [ OK ] AnyModuleTest.PtrWithBadDowncastThrows (1 ms) 2022-09-27T16:19:52.7111174Z [ RUN ] AnyModuleTest.DefaultStateIsEmpty 2022-09-27T16:19:52.7111526Z [ OK ] AnyModuleTest.DefaultStateIsEmpty (0 ms) 2022-09-27T16:19:52.7111908Z [ RUN ] AnyModuleTest.AllMethodsThrowForEmptyAnyModule 2022-09-27T16:19:52.7161429Z [ OK ] AnyModuleTest.AllMethodsThrowForEmptyAnyModule (4 ms) 2022-09-27T16:19:52.7162136Z [ RUN ] AnyModuleTest.CanMoveAssignDifferentModules 2022-09-27T16:19:52.7163036Z [ OK ] AnyModuleTest.CanMoveAssignDifferentModules (0 ms) 2022-09-27T16:19:52.7163840Z [ RUN ] AnyModuleTest.ConstructsFromModuleHolder 2022-09-27T16:19:52.7164551Z [ OK ] AnyModuleTest.ConstructsFromModuleHolder (0 ms) 2022-09-27T16:19:52.7165274Z [ RUN ] AnyModuleTest.ConvertsVariableToTensorCorrectly 2022-09-27T16:19:52.7165723Z [ OK ] AnyModuleTest.ConvertsVariableToTensorCorrectly (0 ms) 2022-09-27T16:19:52.7166097Z [----------] 18 tests from AnyModuleTest (19 ms total) 2022-09-27T16:19:52.7166253Z 2022-09-27T16:19:52.7166402Z [----------] 12 tests from AnyValueTest 2022-09-27T16:19:52.7166760Z [ RUN ] AnyValueTest.CorrectlyAccessesIntWhenCorrectType 2022-09-27T16:19:52.7167209Z [ OK ] AnyValueTest.CorrectlyAccessesIntWhenCorrectType (0 ms) 2022-09-27T16:19:52.7167663Z [ RUN ] AnyValueTest.CorrectlyAccessesStringLiteralWhenCorrectType 2022-09-27T16:19:52.7168225Z [ OK ] AnyValueTest.CorrectlyAccessesStringLiteralWhenCorrectType (0 ms) 2022-09-27T16:19:52.7168704Z [ RUN ] AnyValueTest.CorrectlyAccessesStringWhenCorrectType 2022-09-27T16:19:52.7169299Z [ OK ] AnyValueTest.CorrectlyAccessesStringWhenCorrectType (0 ms) 2022-09-27T16:19:52.7169757Z [ RUN ] AnyValueTest.CorrectlyAccessesPointersWhenCorrectType 2022-09-27T16:19:52.7170226Z [ OK ] AnyValueTest.CorrectlyAccessesPointersWhenCorrectType (0 ms) 2022-09-27T16:19:52.7170692Z [ RUN ] AnyValueTest.CorrectlyAccessesReferencesWhenCorrectType 2022-09-27T16:19:52.7171157Z [ OK ] AnyValueTest.CorrectlyAccessesReferencesWhenCorrectType (0 ms) 2022-09-27T16:19:52.7171604Z [ RUN ] AnyValueTest.TryGetReturnsNullptrForTheWrongType 2022-09-27T16:19:52.7172036Z [ OK ] AnyValueTest.TryGetReturnsNullptrForTheWrongType (0 ms) 2022-09-27T16:19:52.7172418Z [ RUN ] AnyValueTest.GetThrowsForTheWrongType 2022-09-27T16:19:52.7188290Z [ OK ] AnyValueTest.GetThrowsForTheWrongType (2 ms) 2022-09-27T16:19:52.7189008Z [ RUN ] AnyValueTest.MoveConstructionIsAllowed 2022-09-27T16:19:52.7189603Z [ OK ] AnyValueTest.MoveConstructionIsAllowed (0 ms) 2022-09-27T16:19:52.7189960Z [ RUN ] AnyValueTest.MoveAssignmentIsAllowed 2022-09-27T16:19:52.7190323Z [ OK ] AnyValueTest.MoveAssignmentIsAllowed (0 ms) 2022-09-27T16:19:52.7190677Z [ RUN ] AnyValueTest.TypeInfoIsCorrectForInt 2022-09-27T16:19:52.7191021Z [ OK ] AnyValueTest.TypeInfoIsCorrectForInt (0 ms) 2022-09-27T16:19:52.7191411Z [ RUN ] AnyValueTest.TypeInfoIsCorrectForStringLiteral 2022-09-27T16:19:52.7191833Z [ OK ] AnyValueTest.TypeInfoIsCorrectForStringLiteral (0 ms) 2022-09-27T16:19:52.7192214Z [ RUN ] AnyValueTest.TypeInfoIsCorrectForString 2022-09-27T16:19:52.7192593Z [ OK ] AnyValueTest.TypeInfoIsCorrectForString (0 ms) 2022-09-27T16:19:52.7192951Z [----------] 12 tests from AnyValueTest (2 ms total) 2022-09-27T16:19:52.7193104Z 2022-09-27T16:19:52.7193249Z [----------] 50 tests from DataTest 2022-09-27T16:19:52.7193538Z [ RUN ] DataTest.DatasetCallsGetCorrectly 2022-09-27T16:19:52.7193881Z [ OK ] DataTest.DatasetCallsGetCorrectly (0 ms) 2022-09-27T16:19:52.7194240Z [ RUN ] DataTest.TransformCallsGetApplyCorrectly 2022-09-27T16:19:52.7202969Z [ OK ] DataTest.TransformCallsGetApplyCorrectly (1 ms) 2022-09-27T16:19:52.7203430Z [ RUN ] DataTest.ChunkDataSetWithInvalidInitParameter 2022-09-27T16:19:52.7252579Z [ OK ] DataTest.ChunkDataSetWithInvalidInitParameter (4 ms) 2022-09-27T16:19:52.7253018Z [ RUN ] DataTest.InfiniteStreamDataset 2022-09-27T16:19:52.7268688Z [ OK ] DataTest.InfiniteStreamDataset (1 ms) 2022-09-27T16:19:52.7269422Z [ RUN ] DataTest.NoSequencerIsIdentity 2022-09-27T16:19:52.7269856Z [ OK ] DataTest.NoSequencerIsIdentity (0 ms) 2022-09-27T16:19:52.7270201Z [ RUN ] DataTest.OrderedSequencerIsSetUpWell 2022-09-27T16:19:52.7270547Z [ OK ] DataTest.OrderedSequencerIsSetUpWell (0 ms) 2022-09-27T16:19:52.7270916Z [ RUN ] DataTest.OrderedSequencerReOrdersValues 2022-09-27T16:19:52.7271295Z [ OK ] DataTest.OrderedSequencerReOrdersValues (0 ms) 2022-09-27T16:19:52.7271668Z [ RUN ] DataTest.BatchLambdaAppliesFunctionToBatch 2022-09-27T16:19:52.7272070Z [ OK ] DataTest.BatchLambdaAppliesFunctionToBatch (0 ms) 2022-09-27T16:19:52.7272454Z [ RUN ] DataTest.LambdaAppliesFunctionToExample 2022-09-27T16:19:52.7272834Z [ OK ] DataTest.LambdaAppliesFunctionToExample (0 ms) 2022-09-27T16:19:52.7273162Z [ RUN ] DataTest.CollateReducesBatch 2022-09-27T16:19:52.7273482Z [ OK ] DataTest.CollateReducesBatch (0 ms) 2022-09-27T16:19:52.7273799Z [ RUN ] DataTest.CollationReducesBatch 2022-09-27T16:19:52.7274110Z [ OK ] DataTest.CollationReducesBatch (0 ms) 2022-09-27T16:19:52.7274486Z [ RUN ] DataTest.SequentialSamplerReturnsIndicesInOrder 2022-09-27T16:19:52.7274913Z [ OK ] DataTest.SequentialSamplerReturnsIndicesInOrder (0 ms) 2022-09-27T16:19:52.7275353Z [ RUN ] DataTest.SequentialSamplerReturnsLessValuesForLastBatch 2022-09-27T16:19:52.7275832Z [ OK ] DataTest.SequentialSamplerReturnsLessValuesForLastBatch (0 ms) 2022-09-27T16:19:52.7276249Z [ RUN ] DataTest.SequentialSamplerResetsWell 2022-09-27T16:19:52.7276608Z [ OK ] DataTest.SequentialSamplerResetsWell (0 ms) 2022-09-27T16:19:52.7276984Z [ RUN ] DataTest.SequentialSamplerResetsWithNewSizeWell 2022-09-27T16:19:52.7277412Z [ OK ] DataTest.SequentialSamplerResetsWithNewSizeWell (0 ms) 2022-09-27T16:19:52.7277812Z [ RUN ] DataTest.CanSaveAndLoadSequentialSampler 2022-09-27T16:19:52.7420411Z [ OK ] DataTest.CanSaveAndLoadSequentialSampler (14 ms) 2022-09-27T16:19:52.7421240Z [ RUN ] DataTest.RandomSamplerReturnsIndicesInCorrectRange 2022-09-27T16:19:52.7421881Z [ OK ] DataTest.RandomSamplerReturnsIndicesInCorrectRange (0 ms) 2022-09-27T16:19:52.7422333Z [ RUN ] DataTest.RandomSamplerReturnsLessValuesForLastBatch 2022-09-27T16:19:52.7422773Z [ OK ] DataTest.RandomSamplerReturnsLessValuesForLastBatch (0 ms) 2022-09-27T16:19:52.7423157Z [ RUN ] DataTest.RandomSamplerResetsWell 2022-09-27T16:19:52.7423645Z [ OK ] DataTest.RandomSamplerResetsWell (0 ms) 2022-09-27T16:19:52.7424072Z [ RUN ] DataTest.RandomSamplerResetsWithNewSizeWell 2022-09-27T16:19:52.7424539Z [ OK ] DataTest.RandomSamplerResetsWithNewSizeWell (0 ms) 2022-09-27T16:19:52.7425301Z [ RUN ] DataTest.SavingAndLoadingRandomSamplerYieldsSameSequence 2022-09-27T16:19:52.7426183Z [ OK ] DataTest.SavingAndLoadingRandomSamplerYieldsSameSequence (0 ms) 2022-09-27T16:19:52.7427076Z [ RUN ] DataTest.StreamSamplerReturnsTheBatchSizeAndThenRemainder 2022-09-27T16:19:52.7427986Z [ OK ] DataTest.StreamSamplerReturnsTheBatchSizeAndThenRemainder (0 ms) 2022-09-27T16:19:52.7428731Z [ RUN ] DataTest.StreamSamplerResetsWell 2022-09-27T16:19:52.7429319Z [ OK ] DataTest.StreamSamplerResetsWell (0 ms) 2022-09-27T16:19:52.7429977Z [ RUN ] DataTest.StreamSamplerResetsWithNewSizeWell 2022-09-27T16:19:52.7430697Z [ OK ] DataTest.StreamSamplerResetsWithNewSizeWell (0 ms) 2022-09-27T16:19:52.7431465Z [ RUN ] DataTest.TensorDatasetConstructsFromSingleTensor 2022-09-27T16:19:52.7432400Z [ OK ] DataTest.TensorDatasetConstructsFromSingleTensor (0 ms) 2022-09-27T16:19:52.7433283Z [ RUN ] DataTest.TensorDatasetConstructsFromInitializerListOfTensors 2022-09-27T16:19:52.7434332Z [ OK ] DataTest.TensorDatasetConstructsFromInitializerListOfTensors (0 ms) 2022-09-27T16:19:52.7434849Z [ RUN ] DataTest.StackTransformWorksForExample 2022-09-27T16:19:52.7435222Z [ OK ] DataTest.StackTransformWorksForExample (0 ms) 2022-09-27T16:19:52.7435659Z [ RUN ] DataTest.StackTransformWorksForTensorExample 2022-09-27T16:19:52.7436196Z [ OK ] DataTest.StackTransformWorksForTensorExample (0 ms) 2022-09-27T16:19:52.7436640Z [ RUN ] DataTest.TensorTransformWorksForAnyTargetType 2022-09-27T16:19:52.7437120Z [ OK ] DataTest.TensorTransformWorksForAnyTargetType (0 ms) 2022-09-27T16:19:52.7437517Z [ RUN ] DataTest.TensorLambdaWorksforAnyTargetType 2022-09-27T16:19:52.7437967Z [ OK ] DataTest.TensorLambdaWorksforAnyTargetType (0 ms) 2022-09-27T16:19:52.7438315Z [ RUN ] DataTest.NormalizeTransform 2022-09-27T16:19:52.7438691Z [ OK ] DataTest.NormalizeTransform (0 ms) 2022-09-27T16:19:52.7438988Z [ RUN ] DataTest.MapDoesNotCopy 2022-09-27T16:19:52.7447997Z [ OK ] DataTest.MapDoesNotCopy (1 ms) 2022-09-27T16:19:52.7448434Z [ RUN ] DataTest.QueuePushAndPopFromSameThread 2022-09-27T16:19:52.7448813Z [ OK ] DataTest.QueuePushAndPopFromSameThread (0 ms) 2022-09-27T16:19:52.7449337Z [ RUN ] DataTest.QueuePopWithTimeoutThrowsUponTimeout 2022-09-27T16:19:52.7560412Z [ OK ] DataTest.QueuePopWithTimeoutThrowsUponTimeout (11 ms) 2022-09-27T16:19:52.7560828Z [ RUN ] DataTest.QueuePushAndPopFromDifferentThreads 2022-09-27T16:19:52.7766855Z [ OK ] DataTest.QueuePushAndPopFromDifferentThreads (20 ms) 2022-09-27T16:19:52.7767237Z [ RUN ] DataTest.QueueClearEmptiesTheQueue 2022-09-27T16:19:52.7787886Z [ OK ] DataTest.QueueClearEmptiesTheQueue (2 ms) 2022-09-27T16:19:52.7788525Z [ RUN ] DataTest.DataShuttleCanPushAndPopJob 2022-09-27T16:19:52.7789041Z [ OK ] DataTest.DataShuttleCanPushAndPopJob (0 ms) 2022-09-27T16:19:52.7789409Z [ RUN ] DataTest.DataShuttleCanPushAndPopResult 2022-09-27T16:19:52.7789787Z [ OK ] DataTest.DataShuttleCanPushAndPopResult (0 ms) 2022-09-27T16:19:52.7790244Z [ RUN ] DataTest.DataShuttlePopResultReturnsNulloptWhenNoJobsInFlight 2022-09-27T16:19:52.7790760Z [ OK ] DataTest.DataShuttlePopResultReturnsNulloptWhenNoJobsInFlight (0 ms) 2022-09-27T16:19:52.7791253Z [ RUN ] DataTest.DataShuttleDrainMeansPopResultReturnsNullopt 2022-09-27T16:19:52.7791719Z [ OK ] DataTest.DataShuttleDrainMeansPopResultReturnsNullopt (0 ms) 2022-09-27T16:19:52.7792115Z [ RUN ] DataTest.DataShuttlePopResultTimesOut 2022-09-27T16:19:52.7900748Z [ OK ] DataTest.DataShuttlePopResultTimesOut (11 ms) 2022-09-27T16:19:52.7901186Z [ RUN ] DataTest.SharedBatchDatasetReallyIsShared 2022-09-27T16:19:52.7915714Z [ OK ] DataTest.SharedBatchDatasetReallyIsShared (1 ms) 2022-09-27T16:19:52.7916212Z [ RUN ] DataTest.SharedBatchDatasetDoesNotIncurCopyWhenPassedDatasetObject 2022-09-27T16:19:52.7916788Z [ OK ] DataTest.SharedBatchDatasetDoesNotIncurCopyWhenPassedDatasetObject (0 ms) 2022-09-27T16:19:52.7917244Z [ RUN ] DataTest.CanUseCustomTypeAsIndexType 2022-09-27T16:19:52.7917606Z [ OK ] DataTest.CanUseCustomTypeAsIndexType (0 ms) 2022-09-27T16:19:52.7918063Z [ RUN ] DataTest.DistributedRandomSamplerSingleReplicaProduceCorrectSamples 2022-09-27T16:19:52.7926666Z [ OK ] DataTest.DistributedRandomSamplerSingleReplicaProduceCorrectSamples (1 ms) 2022-09-27T16:19:52.7927733Z [ RUN ] DataTest.DistributedRandomSamplerMultiReplicaProduceCorrectSamples 2022-09-27T16:19:52.7928765Z [ OK ] DataTest.DistributedRandomSamplerMultiReplicaProduceCorrectSamples (0 ms) 2022-09-27T16:19:52.7929421Z [ RUN ] DataTest.CanSaveAndLoadDistributedRandomSampler 2022-09-27T16:19:52.7933862Z [ OK ] DataTest.CanSaveAndLoadDistributedRandomSampler (0 ms) 2022-09-27T16:19:52.7934855Z [ RUN ] DataTest.DistributedSequentialSamplerSingleReplicaProduceCorrectSamples 2022-09-27T16:19:52.7935926Z [ OK ] DataTest.DistributedSequentialSamplerSingleReplicaProduceCorrectSamples (0 ms) 2022-09-27T16:19:52.7936743Z [ RUN ] DataTest.DistributedSequentialSamplerMultiReplicaProduceCorrectSamples 2022-09-27T16:19:52.7937822Z [ OK ] DataTest.DistributedSequentialSamplerMultiReplicaProduceCorrectSamples (0 ms) 2022-09-27T16:19:52.7938384Z [ RUN ] DataTest.CanSaveAndLoadDistributedSequentialSampler 2022-09-27T16:19:52.7938844Z [ OK ] DataTest.CanSaveAndLoadDistributedSequentialSampler (0 ms) 2022-09-27T16:19:52.7939237Z [----------] 50 tests from DataTest (74 ms total) 2022-09-27T16:19:52.7939389Z 2022-09-27T16:19:52.7939541Z [----------] 37 tests from DataLoaderTest 2022-09-27T16:19:52.7939905Z [ RUN ] DataLoaderTest.DataLoaderOptionsDefaultAsExpected 2022-09-27T16:19:52.7940337Z [ OK ] DataLoaderTest.DataLoaderOptionsDefaultAsExpected (0 ms) 2022-09-27T16:19:52.7940795Z [ RUN ] DataLoaderTest.DataLoaderOptionsCoalesceOptionalValues 2022-09-27T16:19:52.7941273Z [ OK ] DataLoaderTest.DataLoaderOptionsCoalesceOptionalValues (0 ms) 2022-09-27T16:19:52.7941707Z [ RUN ] DataLoaderTest.MakeDataLoaderDefaultsAsExpected 2022-09-27T16:19:52.7942133Z [ OK ] DataLoaderTest.MakeDataLoaderDefaultsAsExpected (0 ms) 2022-09-27T16:19:52.7942676Z [ RUN ] DataLoaderTest.MakeDataLoaderThrowsWhenConstructingSamplerWithUnsizedDataset 2022-09-27T16:19:52.7948908Z [ OK ] DataLoaderTest.MakeDataLoaderThrowsWhenConstructingSamplerWithUnsizedDataset (1 ms) 2022-09-27T16:19:52.7949939Z [ RUN ] DataLoaderTest.IteratorsCompareEqualToThemselves 2022-09-27T16:19:52.7950764Z [ OK ] DataLoaderTest.IteratorsCompareEqualToThemselves (0 ms) 2022-09-27T16:19:52.7951382Z [ RUN ] DataLoaderTest.ValidIteratorsCompareUnequalToEachOther 2022-09-27T16:19:52.7951861Z [ OK ] DataLoaderTest.ValidIteratorsCompareUnequalToEachOther (0 ms) 2022-09-27T16:19:52.7952324Z [ RUN ] DataLoaderTest.SentinelIteratorsCompareEqualToEachOther 2022-09-27T16:19:52.7952811Z [ OK ] DataLoaderTest.SentinelIteratorsCompareEqualToEachOther (0 ms) 2022-09-27T16:19:52.7953304Z [ RUN ] DataLoaderTest.IteratorsCompareEqualToSentinelWhenExhausted 2022-09-27T16:19:52.7953803Z [ OK ] DataLoaderTest.IteratorsCompareEqualToSentinelWhenExhausted (0 ms) 2022-09-27T16:19:52.7954222Z [ RUN ] DataLoaderTest.IteratorsShareState 2022-09-27T16:19:52.7954578Z [ OK ] DataLoaderTest.IteratorsShareState (0 ms) 2022-09-27T16:19:52.7954977Z [ RUN ] DataLoaderTest.CanDereferenceIteratorMultipleTimes 2022-09-27T16:19:52.7955411Z [ OK ] DataLoaderTest.CanDereferenceIteratorMultipleTimes (0 ms) 2022-09-27T16:19:52.7955814Z [ RUN ] DataLoaderTest.CanUseIteratorAlgorithms 2022-09-27T16:19:52.7956190Z [ OK ] DataLoaderTest.CanUseIteratorAlgorithms (0 ms) 2022-09-27T16:19:52.7956628Z [ RUN ] DataLoaderTest.CallingBeginWhileOtherIteratorIsInFlightThrows 2022-09-27T16:19:52.7962978Z [ OK ] DataLoaderTest.CallingBeginWhileOtherIteratorIsInFlightThrows (1 ms) 2022-09-27T16:19:52.7963483Z [ RUN ] DataLoaderTest.IncrementingExhaustedValidIteratorThrows 2022-09-27T16:19:52.7974693Z [ OK ] DataLoaderTest.IncrementingExhaustedValidIteratorThrows (1 ms) 2022-09-27T16:19:52.7975239Z [ RUN ] DataLoaderTest.DereferencingExhaustedValidIteratorThrows 2022-09-27T16:19:52.7985735Z [ OK ] DataLoaderTest.DereferencingExhaustedValidIteratorThrows (1 ms) 2022-09-27T16:19:52.7986202Z [ RUN ] DataLoaderTest.IncrementingSentinelIteratorThrows 2022-09-27T16:19:52.7997006Z [ OK ] DataLoaderTest.IncrementingSentinelIteratorThrows (1 ms) 2022-09-27T16:19:52.7997437Z [ RUN ] DataLoaderTest.DereferencingSentinelIteratorThrows 2022-09-27T16:19:52.8008399Z [ OK ] DataLoaderTest.DereferencingSentinelIteratorThrows (1 ms) 2022-09-27T16:19:52.8009137Z [ RUN ] DataLoaderTest.YieldsCorrectBatchSize 2022-09-27T16:19:52.8009524Z [ OK ] DataLoaderTest.YieldsCorrectBatchSize (0 ms) 2022-09-27T16:19:52.8010038Z [ RUN ] DataLoaderTest.ReturnsLastBatchWhenSmallerThanBatchSizeWhenDropLastIsFalse 2022-09-27T16:19:52.8010672Z [ OK ] DataLoaderTest.ReturnsLastBatchWhenSmallerThanBatchSizeWhenDropLastIsFalse (0 ms) 2022-09-27T16:19:52.8011327Z [ RUN ] DataLoaderTest.DoesNotReturnLastBatchWhenSmallerThanBatchSizeWhenDropLastIsTrue 2022-09-27T16:19:52.8011985Z [ OK ] DataLoaderTest.DoesNotReturnLastBatchWhenSmallerThanBatchSizeWhenDropLastIsTrue (0 ms) 2022-09-27T16:19:52.8012465Z [ RUN ] DataLoaderTest.RespectsTimeout 2022-09-27T16:19:52.8126105Z [ OK ] DataLoaderTest.RespectsTimeout (11 ms) 2022-09-27T16:19:52.8126529Z [ RUN ] DataLoaderTest.EnforcesOrderingAmongThreadsWhenConfigured 2022-09-27T16:19:52.8148320Z [ OK ] DataLoaderTest.EnforcesOrderingAmongThreadsWhenConfigured (2 ms) 2022-09-27T16:19:52.8148723Z [ RUN ] DataLoaderTest.Reset 2022-09-27T16:19:52.8149012Z [ OK ] DataLoaderTest.Reset (0 ms) 2022-09-27T16:19:52.8149397Z [ RUN ] DataLoaderTest.TestExceptionsArePropagatedFromWorkers 2022-09-27T16:19:52.8153095Z [ OK ] DataLoaderTest.TestExceptionsArePropagatedFromWorkers (0 ms) 2022-09-27T16:19:52.8153847Z [ RUN ] DataLoaderTest.StatefulDatasetWithNoWorkers 2022-09-27T16:19:52.8154349Z [ OK ] DataLoaderTest.StatefulDatasetWithNoWorkers (0 ms) 2022-09-27T16:19:52.8155129Z [ RUN ] DataLoaderTest.StatefulDatasetWithManyWorkers 2022-09-27T16:19:52.8172620Z [ OK ] DataLoaderTest.StatefulDatasetWithManyWorkers (1 ms) 2022-09-27T16:19:52.8173100Z [ RUN ] DataLoaderTest.StatefulDatasetWithMap 2022-09-27T16:19:52.8173672Z [ OK ] DataLoaderTest.StatefulDatasetWithMap (0 ms) 2022-09-27T16:19:52.8174047Z [ RUN ] DataLoaderTest.StatefulDatasetWithCollate 2022-09-27T16:19:52.8175162Z [ OK ] DataLoaderTest.StatefulDatasetWithCollate (0 ms) 2022-09-27T16:19:52.8175550Z [ RUN ] DataLoaderTest.ChunkDataSetGetBatch 2022-09-27T16:19:52.8263590Z [ OK ] DataLoaderTest.ChunkDataSetGetBatch (8 ms) 2022-09-27T16:19:52.8264057Z [ RUN ] DataLoaderTest.ChunkDataSetWithBatchSizeMismatch 2022-09-27T16:19:52.8278529Z [ OK ] DataLoaderTest.ChunkDataSetWithBatchSizeMismatch (1 ms) 2022-09-27T16:19:52.8278954Z [ RUN ] DataLoaderTest.ChunkDataSetWithEmptyBatch 2022-09-27T16:19:52.8279344Z [ OK ] DataLoaderTest.ChunkDataSetWithEmptyBatch (0 ms) 2022-09-27T16:19:52.8279775Z [ RUN ] DataLoaderTest.ChunkDataSetGetBatchWithUnevenBatchSize 2022-09-27T16:19:52.8283183Z [ OK ] DataLoaderTest.ChunkDataSetGetBatchWithUnevenBatchSize (0 ms) 2022-09-27T16:19:52.8283780Z [ RUN ] DataLoaderTest.CanAccessChunkSamplerWithChunkDataSet 2022-09-27T16:19:52.8284336Z [ OK ] DataLoaderTest.CanAccessChunkSamplerWithChunkDataSet (0 ms) 2022-09-27T16:19:52.8284894Z [ RUN ] DataLoaderTest.ChunkDatasetDoesNotHang 2022-09-27T16:19:52.8285275Z [ OK ] DataLoaderTest.ChunkDatasetDoesNotHang (0 ms) 2022-09-27T16:19:52.8285687Z [ RUN ] DataLoaderTest.ChunkDatasetSave 2022-09-27T16:19:52.8431951Z [ OK ] DataLoaderTest.ChunkDatasetSave (14 ms) 2022-09-27T16:19:52.8432287Z [ RUN ] DataLoaderTest.ChunkDatasetLoad 2022-09-27T16:19:52.8436148Z [ OK ] DataLoaderTest.ChunkDatasetLoad (0 ms) 2022-09-27T16:19:52.8436563Z [ RUN ] DataLoaderTest.ChunkDatasetCrossChunkShuffle 2022-09-27T16:19:52.8439950Z [ OK ] DataLoaderTest.ChunkDatasetCrossChunkShuffle (0 ms) 2022-09-27T16:19:52.8440353Z [ RUN ] DataLoaderTest.CustomPreprocessPolicy 2022-09-27T16:19:52.8443349Z [ OK ] DataLoaderTest.CustomPreprocessPolicy (0 ms) 2022-09-27T16:19:52.8444115Z [----------] 37 tests from DataLoaderTest (50 ms total) 2022-09-27T16:19:52.8444431Z 2022-09-27T16:19:52.8444706Z [----------] 1 test from EnumTest 2022-09-27T16:19:52.8445023Z [ RUN ] EnumTest.AllEnums 2022-09-27T16:19:52.8445284Z [ OK ] EnumTest.AllEnums (0 ms) 2022-09-27T16:19:52.8445574Z [----------] 1 test from EnumTest (0 ms total) 2022-09-27T16:19:52.8445718Z 2022-09-27T16:19:52.8445879Z [----------] 6 tests from ExpandingArrayTest 2022-09-27T16:19:52.8446236Z [ RUN ] ExpandingArrayTest.CanConstructFromInitializerList 2022-09-27T16:19:52.8446693Z [ OK ] ExpandingArrayTest.CanConstructFromInitializerList (0 ms) 2022-09-27T16:19:52.8447109Z [ RUN ] ExpandingArrayTest.CanConstructFromVector 2022-09-27T16:19:52.8447496Z [ OK ] ExpandingArrayTest.CanConstructFromVector (0 ms) 2022-09-27T16:19:52.8447865Z [ RUN ] ExpandingArrayTest.CanConstructFromArray 2022-09-27T16:19:52.8448320Z [ OK ] ExpandingArrayTest.CanConstructFromArray (0 ms) 2022-09-27T16:19:52.8448725Z [ RUN ] ExpandingArrayTest.CanConstructFromSingleValue 2022-09-27T16:19:52.8449419Z [ OK ] ExpandingArrayTest.CanConstructFromSingleValue (0 ms) 2022-09-27T16:19:52.8450023Z [ RUN ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInInitializerList 2022-09-27T16:19:52.8455616Z [ OK ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInInitializerList (1 ms) 2022-09-27T16:19:52.8456376Z [ RUN ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInVector 2022-09-27T16:19:52.8465934Z [ OK ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInVector (1 ms) 2022-09-27T16:19:52.8466478Z [----------] 6 tests from ExpandingArrayTest (2 ms total) 2022-09-27T16:19:52.8466654Z 2022-09-27T16:19:52.8466797Z [----------] 10 tests from FFTTest 2022-09-27T16:19:52.8467045Z [ RUN ] FFTTest.fft 2022-09-27T16:19:52.8510267Z [ OK ] FFTTest.fft (4 ms) 2022-09-27T16:19:52.8510575Z [ RUN ] FFTTest.fft_real 2022-09-27T16:19:52.8512544Z [ OK ] FFTTest.fft_real (0 ms) 2022-09-27T16:19:52.8512816Z [ RUN ] FFTTest.fft_pad 2022-09-27T16:19:52.8528849Z [ OK ] FFTTest.fft_pad (1 ms) 2022-09-27T16:19:52.8529337Z [ RUN ] FFTTest.fft_norm 2022-09-27T16:19:52.8531382Z [ OK ] FFTTest.fft_norm (0 ms) 2022-09-27T16:19:52.8531639Z [ RUN ] FFTTest.ifft 2022-09-27T16:19:52.8535228Z [ OK ] FFTTest.ifft (0 ms) 2022-09-27T16:19:52.8535520Z [ RUN ] FFTTest.fft_ifft 2022-09-27T16:19:52.8537890Z [ OK ] FFTTest.fft_ifft (0 ms) 2022-09-27T16:19:52.8538177Z [ RUN ] FFTTest.rfft 2022-09-27T16:19:52.8542250Z [ OK ] FFTTest.rfft (0 ms) 2022-09-27T16:19:52.8542572Z [ RUN ] FFTTest.rfft_irfft 2022-09-27T16:19:52.8543520Z [ OK ] FFTTest.rfft_irfft (0 ms) 2022-09-27T16:19:52.8543938Z [ RUN ] FFTTest.ihfft 2022-09-27T16:19:52.8547821Z [ OK ] FFTTest.ihfft (0 ms) 2022-09-27T16:19:52.8548068Z [ RUN ] FFTTest.hfft_ihfft 2022-09-27T16:19:52.8572294Z [ OK ] FFTTest.hfft_ihfft (2 ms) 2022-09-27T16:19:52.8572600Z [----------] 10 tests from FFTTest (10 ms total) 2022-09-27T16:19:52.8572753Z 2022-09-27T16:19:52.8572897Z [----------] 132 tests from FunctionalTest 2022-09-27T16:19:52.8573181Z [ RUN ] FunctionalTest.Conv1d 2022-09-27T16:19:52.8593626Z [ OK ] FunctionalTest.Conv1d (2 ms) 2022-09-27T16:19:52.8594133Z [ RUN ] FunctionalTest.Conv2dEven 2022-09-27T16:19:52.8597001Z [ OK ] FunctionalTest.Conv2dEven (0 ms) 2022-09-27T16:19:52.8597547Z [ RUN ] FunctionalTest.Conv2dUneven 2022-09-27T16:19:52.8598625Z [ OK ] FunctionalTest.Conv2dUneven (0 ms) 2022-09-27T16:19:52.8599181Z [ RUN ] FunctionalTest.Conv3d 2022-09-27T16:19:52.8608231Z [ OK ] FunctionalTest.Conv3d (0 ms) 2022-09-27T16:19:52.8608543Z [ RUN ] FunctionalTest.MaxPool1d 2022-09-27T16:19:52.8608867Z [ OK ] FunctionalTest.MaxPool1d (0 ms) 2022-09-27T16:19:52.8609329Z [ RUN ] FunctionalTest.MaxPool2d 2022-09-27T16:19:52.8610397Z [ OK ] FunctionalTest.MaxPool2d (0 ms) 2022-09-27T16:19:52.8610768Z [ RUN ] FunctionalTest.MaxPool2dBackward 2022-09-27T16:19:52.8613026Z [ OK ] FunctionalTest.MaxPool2dBackward (0 ms) 2022-09-27T16:19:52.8613831Z [ RUN ] FunctionalTest.MaxPool3d 2022-09-27T16:19:52.8614540Z [ OK ] FunctionalTest.MaxPool3d (0 ms) 2022-09-27T16:19:52.8615238Z [ RUN ] FunctionalTest.AvgPool1d 2022-09-27T16:19:52.8615975Z [ OK ] FunctionalTest.AvgPool1d (0 ms) 2022-09-27T16:19:52.8616632Z [ RUN ] FunctionalTest.AvgPool2d 2022-09-27T16:19:52.8617357Z [ OK ] FunctionalTest.AvgPool2d (0 ms) 2022-09-27T16:19:52.8618062Z [ RUN ] FunctionalTest.AvgPool3d 2022-09-27T16:19:52.8618793Z [ OK ] FunctionalTest.AvgPool3d (0 ms) 2022-09-27T16:19:52.8619549Z [ RUN ] FunctionalTest.FractionalMaxPool2d 2022-09-27T16:19:52.8620411Z [ OK ] FunctionalTest.FractionalMaxPool2d (0 ms) 2022-09-27T16:19:52.8621270Z [ RUN ] FunctionalTest.FractionalMaxPool3d 2022-09-27T16:19:52.8622112Z [ OK ] FunctionalTest.FractionalMaxPool3d (0 ms) 2022-09-27T16:19:52.8622885Z [ RUN ] FunctionalTest.LPPool1d 2022-09-27T16:19:52.8623620Z [ OK ] FunctionalTest.LPPool1d (0 ms) 2022-09-27T16:19:52.8624382Z [ RUN ] FunctionalTest.LPPool2d 2022-09-27T16:19:52.8625014Z [ OK ] FunctionalTest.LPPool2d (0 ms) 2022-09-27T16:19:52.8625668Z [ RUN ] FunctionalTest.CosineSimilarity 2022-09-27T16:19:52.8626388Z [ OK ] FunctionalTest.CosineSimilarity (0 ms) 2022-09-27T16:19:52.8627145Z [ RUN ] FunctionalTest.SmoothL1LossDefaultOptions 2022-09-27T16:19:52.8627986Z [ OK ] FunctionalTest.SmoothL1LossDefaultOptions (0 ms) 2022-09-27T16:19:52.8628744Z [ RUN ] FunctionalTest.SmoothL1LossBeta 2022-09-27T16:19:52.8629443Z [ OK ] FunctionalTest.SmoothL1LossBeta (0 ms) 2022-09-27T16:19:52.8630195Z [ RUN ] FunctionalTest.SmoothL1LossNoReduction 2022-09-27T16:19:52.8631006Z [ OK ] FunctionalTest.SmoothL1LossNoReduction (0 ms) 2022-09-27T16:19:52.8631790Z [ RUN ] FunctionalTest.HuberLossDefaultOptions 2022-09-27T16:19:52.8632578Z [ OK ] FunctionalTest.HuberLossDefaultOptions (0 ms) 2022-09-27T16:19:52.8633315Z [ RUN ] FunctionalTest.HuberLossDelta 2022-09-27T16:19:52.8634020Z [ OK ] FunctionalTest.HuberLossDelta (0 ms) 2022-09-27T16:19:52.8634912Z [ RUN ] FunctionalTest.HuberLossNoReduction 2022-09-27T16:19:52.8635709Z [ OK ] FunctionalTest.HuberLossNoReduction (0 ms) 2022-09-27T16:19:52.8636556Z [ RUN ] FunctionalTest.SoftMarginLossDefaultOptions 2022-09-27T16:19:52.8637464Z [ OK ] FunctionalTest.SoftMarginLossDefaultOptions (0 ms) 2022-09-27T16:19:52.8638417Z [ RUN ] FunctionalTest.MultiLabelSoftMarginLossDefaultOptions 2022-09-27T16:19:52.8650780Z [ OK ] FunctionalTest.MultiLabelSoftMarginLossDefaultOptions (1 ms) 2022-09-27T16:19:52.8651696Z [ RUN ] FunctionalTest.SoftMarginLossNoReduction 2022-09-27T16:19:52.8652823Z [ OK ] FunctionalTest.SoftMarginLossNoReduction (0 ms) 2022-09-27T16:19:52.8653744Z [ RUN ] FunctionalTest.MultiLabelSoftMarginLossWeightedNoReduction 2022-09-27T16:19:52.8655874Z [ OK ] FunctionalTest.MultiLabelSoftMarginLossWeightedNoReduction (0 ms) 2022-09-27T16:19:52.8656701Z [ RUN ] FunctionalTest.PairwiseDistance 2022-09-27T16:19:52.8657401Z [ OK ] FunctionalTest.PairwiseDistance (0 ms) 2022-09-27T16:19:52.8657885Z [ RUN ] FunctionalTest.PDist 2022-09-27T16:19:52.8658688Z [ OK ] FunctionalTest.PDist (0 ms) 2022-09-27T16:19:52.8659202Z [ RUN ] FunctionalTest.AdaptiveMaxPool1d 2022-09-27T16:19:52.8660022Z [ OK ] FunctionalTest.AdaptiveMaxPool1d (0 ms) 2022-09-27T16:19:52.8660731Z [ RUN ] FunctionalTest.AdaptiveMaxPool2d 2022-09-27T16:19:52.8661455Z [ OK ] FunctionalTest.AdaptiveMaxPool2d (0 ms) 2022-09-27T16:19:52.8662167Z [ RUN ] FunctionalTest.AdaptiveMaxPool3d 2022-09-27T16:19:52.8662877Z [ OK ] FunctionalTest.AdaptiveMaxPool3d (0 ms) 2022-09-27T16:19:52.8663591Z [ RUN ] FunctionalTest.AdaptiveAvgPool1d 2022-09-27T16:19:52.8664331Z [ OK ] FunctionalTest.AdaptiveAvgPool1d (0 ms) 2022-09-27T16:19:52.8665056Z [ RUN ] FunctionalTest.AdaptiveAvgPool2d 2022-09-27T16:19:52.8665769Z [ OK ] FunctionalTest.AdaptiveAvgPool2d (0 ms) 2022-09-27T16:19:52.8666496Z [ RUN ] FunctionalTest.AdaptiveAvgPool3d 2022-09-27T16:19:52.8667232Z [ OK ] FunctionalTest.AdaptiveAvgPool3d (0 ms) 2022-09-27T16:19:52.8667864Z [ RUN ] FunctionalTest.L1Loss 2022-09-27T16:19:52.8668487Z [ OK ] FunctionalTest.L1Loss (0 ms) 2022-09-27T16:19:52.8669091Z [ RUN ] FunctionalTest.MSELoss 2022-09-27T16:19:52.8669694Z [ OK ] FunctionalTest.MSELoss (0 ms) 2022-09-27T16:19:52.8670294Z [ RUN ] FunctionalTest.BCELoss 2022-09-27T16:19:52.8670919Z [ OK ] FunctionalTest.BCELoss (0 ms) 2022-09-27T16:19:52.8671527Z [ RUN ] FunctionalTest.KLDivLoss 2022-09-27T16:19:52.8672991Z [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:52.8674265Z [ OK ] FunctionalTest.KLDivLoss (0 ms) 2022-09-27T16:19:52.8674944Z [ RUN ] FunctionalTest.HingeEmbeddingLoss 2022-09-27T16:19:52.8675676Z [ OK ] FunctionalTest.HingeEmbeddingLoss (0 ms) 2022-09-27T16:19:52.8676325Z [ RUN ] FunctionalTest.GridSample 2022-09-27T16:19:52.8677325Z [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:52.8678395Z [ OK ] FunctionalTest.GridSample (0 ms) 2022-09-27T16:19:52.8679035Z [ RUN ] FunctionalTest.AffineGrid 2022-09-27T16:19:52.8813977Z [ OK ] FunctionalTest.AffineGrid (13 ms) 2022-09-27T16:19:52.8814670Z [ RUN ] FunctionalTest.MultiMarginLoss 2022-09-27T16:19:52.8815470Z [ OK ] FunctionalTest.MultiMarginLoss (0 ms) 2022-09-27T16:19:52.8816188Z [ RUN ] FunctionalTest.CosineEmbeddingLoss 2022-09-27T16:19:52.8816929Z [ OK ] FunctionalTest.CosineEmbeddingLoss (0 ms) 2022-09-27T16:19:52.8817789Z [ RUN ] FunctionalTest.MultiLabelMarginLossDefaultOptions 2022-09-27T16:19:52.8818756Z [ OK ] FunctionalTest.MultiLabelMarginLossDefaultOptions (0 ms) 2022-09-27T16:19:52.8819653Z [ RUN ] FunctionalTest.MultiLabelMarginLossNoReduction 2022-09-27T16:19:52.8820571Z [ OK ] FunctionalTest.MultiLabelMarginLossNoReduction (0 ms) 2022-09-27T16:19:52.8821376Z [ RUN ] FunctionalTest.TripletMarginLoss 2022-09-27T16:19:52.8822118Z [ OK ] FunctionalTest.TripletMarginLoss (0 ms) 2022-09-27T16:19:52.8823013Z [ RUN ] FunctionalTest.TripletMarginWithDistanceLossDefaultParity 2022-09-27T16:19:52.8950550Z [ OK ] FunctionalTest.TripletMarginWithDistanceLossDefaultParity (12 ms) 2022-09-27T16:19:52.8951391Z [ RUN ] FunctionalTest.NLLLoss 2022-09-27T16:19:52.8952024Z [ OK ] FunctionalTest.NLLLoss (0 ms) 2022-09-27T16:19:52.8952637Z [ RUN ] FunctionalTest.CrossEntropy 2022-09-27T16:19:52.8955174Z [ OK ] FunctionalTest.CrossEntropy (0 ms) 2022-09-27T16:19:52.8955828Z [ RUN ] FunctionalTest.MaxUnpool1d 2022-09-27T16:19:52.8957298Z [ OK ] FunctionalTest.MaxUnpool1d (0 ms) 2022-09-27T16:19:52.8957940Z [ RUN ] FunctionalTest.MaxUnpool2d 2022-09-27T16:19:52.8959093Z [ OK ] FunctionalTest.MaxUnpool2d (0 ms) 2022-09-27T16:19:52.8959741Z [ RUN ] FunctionalTest.MaxUnpool3d 2022-09-27T16:19:52.8960745Z [ OK ] FunctionalTest.MaxUnpool3d (0 ms) 2022-09-27T16:19:52.8961346Z [ RUN ] FunctionalTest.ELU 2022-09-27T16:19:52.8972621Z [ OK ] FunctionalTest.ELU (1 ms) 2022-09-27T16:19:52.8973190Z [ RUN ] FunctionalTest.SELU 2022-09-27T16:19:52.8975422Z [ OK ] FunctionalTest.SELU (0 ms) 2022-09-27T16:19:52.8976001Z [ RUN ] FunctionalTest.GLU 2022-09-27T16:19:52.8976955Z [ OK ] FunctionalTest.GLU (0 ms) 2022-09-27T16:19:52.8977493Z [ RUN ] FunctionalTest.GELU 2022-09-27T16:19:52.8980949Z [ OK ] FunctionalTest.GELU (0 ms) 2022-09-27T16:19:52.8981651Z [ RUN ] FunctionalTest.TanhGELU 2022-09-27T16:19:52.8982371Z [ OK ] FunctionalTest.TanhGELU (0 ms) 2022-09-27T16:19:52.8983096Z [ RUN ] FunctionalTest.Hardshrink 2022-09-27T16:19:52.8989456Z [ OK ] FunctionalTest.Hardshrink (0 ms) 2022-09-27T16:19:52.8990181Z [ RUN ] FunctionalTest.OneHot 2022-09-27T16:19:52.8992522Z [ OK ] FunctionalTest.OneHot (0 ms) 2022-09-27T16:19:52.8993234Z [ RUN ] FunctionalTest.Hardtanh 2022-09-27T16:19:52.9013787Z [ OK ] FunctionalTest.Hardtanh (2 ms) 2022-09-27T16:19:52.9014423Z [ RUN ] FunctionalTest.LeakyReLU 2022-09-27T16:19:52.9020891Z [ OK ] FunctionalTest.LeakyReLU (0 ms) 2022-09-27T16:19:52.9021527Z [ RUN ] FunctionalTest.LogSigmoid 2022-09-27T16:19:52.9022193Z [ OK ] FunctionalTest.LogSigmoid (0 ms) 2022-09-27T16:19:52.9022826Z [ RUN ] FunctionalTest.GumbelSoftmax 2022-09-27T16:19:52.9046473Z [ OK ] FunctionalTest.GumbelSoftmax (2 ms) 2022-09-27T16:19:52.9046973Z [ RUN ] FunctionalTest.Softmax 2022-09-27T16:19:52.9047291Z [ OK ] FunctionalTest.Softmax (0 ms) 2022-09-27T16:19:52.9047565Z [ RUN ] FunctionalTest.Softmin 2022-09-27T16:19:52.9049529Z [ OK ] FunctionalTest.Softmin (0 ms) 2022-09-27T16:19:52.9050139Z [ RUN ] FunctionalTest.LogSoftmax 2022-09-27T16:19:52.9050926Z [ OK ] FunctionalTest.LogSoftmax (0 ms) 2022-09-27T16:19:52.9051707Z [ RUN ] FunctionalTest.PReLU 2022-09-27T16:19:52.9053055Z [ OK ] FunctionalTest.PReLU (0 ms) 2022-09-27T16:19:52.9053582Z [ RUN ] FunctionalTest.LayerNorm 2022-09-27T16:19:52.9054320Z [ OK ] FunctionalTest.LayerNorm (0 ms) 2022-09-27T16:19:52.9054851Z [ RUN ] FunctionalTest.GroupNorm 2022-09-27T16:19:52.9055873Z [ OK ] FunctionalTest.GroupNorm (0 ms) 2022-09-27T16:19:52.9056376Z [ RUN ] FunctionalTest.LocalResponseNorm 2022-09-27T16:19:52.9057669Z [ OK ] FunctionalTest.LocalResponseNorm (0 ms) 2022-09-27T16:19:52.9058252Z [ RUN ] FunctionalTest.Linear 2022-09-27T16:19:52.9061853Z [ OK ] FunctionalTest.Linear (0 ms) 2022-09-27T16:19:52.9062224Z [ RUN ] FunctionalTest.Embedding 2022-09-27T16:19:52.9062542Z [ OK ] FunctionalTest.Embedding (0 ms) 2022-09-27T16:19:52.9062848Z [ RUN ] FunctionalTest.EmbeddingBag 2022-09-27T16:19:52.9072474Z [ OK ] FunctionalTest.EmbeddingBag (0 ms) 2022-09-27T16:19:52.9072811Z [ RUN ] FunctionalTest.Bilinear 2022-09-27T16:19:52.9075154Z [ OK ] FunctionalTest.Bilinear (0 ms) 2022-09-27T16:19:52.9075690Z [ RUN ] FunctionalTest.Normalize 2022-09-27T16:19:52.9078641Z [ OK ] FunctionalTest.Normalize (0 ms) 2022-09-27T16:19:52.9079177Z [ RUN ] FunctionalTest.ReLU 2022-09-27T16:19:52.9081289Z [ OK ] FunctionalTest.ReLU (0 ms) 2022-09-27T16:19:52.9081810Z [ RUN ] FunctionalTest.ReLUDefaultOptions 2022-09-27T16:19:52.9082165Z [ OK ] FunctionalTest.ReLUDefaultOptions (0 ms) 2022-09-27T16:19:52.9082470Z [ RUN ] FunctionalTest.ReLU6 2022-09-27T16:19:52.9084152Z [ OK ] FunctionalTest.ReLU6 (0 ms) 2022-09-27T16:19:52.9084746Z [ RUN ] FunctionalTest.ReLU6DefaultOptions 2022-09-27T16:19:52.9085374Z [ OK ] FunctionalTest.ReLU6DefaultOptions (0 ms) 2022-09-27T16:19:52.9085683Z [ RUN ] FunctionalTest.RReLU 2022-09-27T16:19:52.9111936Z [ OK ] FunctionalTest.RReLU (2 ms) 2022-09-27T16:19:52.9112515Z [ RUN ] FunctionalTest.RReLUDefaultOptions 2022-09-27T16:19:52.9113606Z [ OK ] FunctionalTest.RReLUDefaultOptions (0 ms) 2022-09-27T16:19:52.9114160Z [ RUN ] FunctionalTest.CELU 2022-09-27T16:19:52.9122801Z [ OK ] FunctionalTest.CELU (0 ms) 2022-09-27T16:19:52.9123521Z [ RUN ] FunctionalTest.CELUDefaultOptions 2022-09-27T16:19:52.9124110Z [ OK ] FunctionalTest.CELUDefaultOptions (0 ms) 2022-09-27T16:19:52.9124530Z [ RUN ] FunctionalTest.PixelShuffle 2022-09-27T16:19:52.9125724Z [ OK ] FunctionalTest.PixelShuffle (0 ms) 2022-09-27T16:19:52.9126316Z [ RUN ] FunctionalTest.PixelUnshuffle 2022-09-27T16:19:52.9127314Z [ OK ] FunctionalTest.PixelUnshuffle (0 ms) 2022-09-27T16:19:52.9127620Z [ RUN ] FunctionalTest.Softplus 2022-09-27T16:19:52.9133989Z [ OK ] FunctionalTest.Softplus (0 ms) 2022-09-27T16:19:52.9134485Z [ RUN ] FunctionalTest.SoftplusDefaultOptions 2022-09-27T16:19:52.9134930Z [ OK ] FunctionalTest.SoftplusDefaultOptions (0 ms) 2022-09-27T16:19:52.9135247Z [ RUN ] FunctionalTest.Fold 2022-09-27T16:19:52.9136166Z [ OK ] FunctionalTest.Fold (0 ms) 2022-09-27T16:19:52.9136431Z [ RUN ] FunctionalTest.Unfold 2022-09-27T16:19:52.9137341Z [ OK ] FunctionalTest.Unfold (0 ms) 2022-09-27T16:19:52.9137637Z [ RUN ] FunctionalTest.Softshrink 2022-09-27T16:19:52.9143354Z [ OK ] FunctionalTest.Softshrink (0 ms) 2022-09-27T16:19:52.9143967Z [ RUN ] FunctionalTest.SoftshrinkDefaultOptions 2022-09-27T16:19:52.9144512Z [ OK ] FunctionalTest.SoftshrinkDefaultOptions (0 ms) 2022-09-27T16:19:52.9144919Z [ RUN ] FunctionalTest.Softsign 2022-09-27T16:19:52.9145269Z [ OK ] FunctionalTest.Softsign (0 ms) 2022-09-27T16:19:52.9145575Z [ RUN ] FunctionalTest.Mish 2022-09-27T16:19:52.9147370Z [ OK ] FunctionalTest.Mish (0 ms) 2022-09-27T16:19:52.9148051Z [ RUN ] FunctionalTest.Tanhshrink 2022-09-27T16:19:52.9148760Z [ OK ] FunctionalTest.Tanhshrink (0 ms) 2022-09-27T16:19:52.9149422Z [ RUN ] FunctionalTest.Threshold 2022-09-27T16:19:52.9160650Z [ OK ] FunctionalTest.Threshold (1 ms) 2022-09-27T16:19:52.9161269Z [ RUN ] FunctionalTest.BatchNorm1d 2022-09-27T16:19:52.9161830Z [ OK ] FunctionalTest.BatchNorm1d (0 ms) 2022-09-27T16:19:52.9162520Z [ RUN ] FunctionalTest.BatchNorm1dDefaultOptions 2022-09-27T16:19:52.9163290Z [ OK ] FunctionalTest.BatchNorm1dDefaultOptions (0 ms) 2022-09-27T16:19:52.9163948Z [ RUN ] FunctionalTest.BatchNorm2d 2022-09-27T16:19:52.9164538Z [ OK ] FunctionalTest.BatchNorm2d (0 ms) 2022-09-27T16:19:52.9165193Z [ RUN ] FunctionalTest.BatchNorm2dDefaultOptions 2022-09-27T16:19:52.9166136Z [ OK ] FunctionalTest.BatchNorm2dDefaultOptions (0 ms) 2022-09-27T16:19:52.9166852Z [ RUN ] FunctionalTest.BatchNorm3d 2022-09-27T16:19:52.9167532Z [ OK ] FunctionalTest.BatchNorm3d (0 ms) 2022-09-27T16:19:52.9168364Z [ RUN ] FunctionalTest.BatchNorm3dDefaultOptions 2022-09-27T16:19:52.9169455Z [ OK ] FunctionalTest.BatchNorm3dDefaultOptions (0 ms) 2022-09-27T16:19:52.9170193Z [ RUN ] FunctionalTest.InstanceNorm1d 2022-09-27T16:19:52.9171489Z [ OK ] FunctionalTest.InstanceNorm1d (0 ms) 2022-09-27T16:19:52.9172320Z [ RUN ] FunctionalTest.InstanceNorm1dDefaultOptions 2022-09-27T16:19:52.9173803Z [ OK ] FunctionalTest.InstanceNorm1dDefaultOptions (0 ms) 2022-09-27T16:19:52.9174420Z [ RUN ] FunctionalTest.InstanceNorm2d 2022-09-27T16:19:52.9176757Z [ OK ] FunctionalTest.InstanceNorm2d (0 ms) 2022-09-27T16:19:52.9177378Z [ RUN ] FunctionalTest.InstanceNorm2dDefaultOptions 2022-09-27T16:19:52.9178458Z [ OK ] FunctionalTest.InstanceNorm2dDefaultOptions (0 ms) 2022-09-27T16:19:52.9179430Z [ RUN ] FunctionalTest.InstanceNorm3d 2022-09-27T16:19:52.9181013Z [ OK ] FunctionalTest.InstanceNorm3d (0 ms) 2022-09-27T16:19:52.9181799Z [ RUN ] FunctionalTest.InstanceNorm3dDefaultOptions 2022-09-27T16:19:52.9183597Z [ OK ] FunctionalTest.InstanceNorm3dDefaultOptions (0 ms) 2022-09-27T16:19:52.9184329Z [ RUN ] FunctionalTest.Interpolate 2022-09-27T16:19:52.9187146Z [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:52.9189176Z [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:52.9191302Z [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:52.9193355Z [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:52.9195353Z [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:52.9197315Z [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:52.9199286Z [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:52.9201239Z [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:52.9284942Z [ OK ] FunctionalTest.Interpolate (10 ms) 2022-09-27T16:19:52.9285571Z [ RUN ] FunctionalTest.Pad1 2022-09-27T16:19:52.9286151Z [ OK ] FunctionalTest.Pad1 (0 ms) 2022-09-27T16:19:52.9286727Z [ RUN ] FunctionalTest.Pad2 2022-09-27T16:19:52.9287475Z [ OK ] FunctionalTest.Pad2 (0 ms) 2022-09-27T16:19:52.9288037Z [ RUN ] FunctionalTest.Pad3 2022-09-27T16:19:52.9291640Z [ OK ] FunctionalTest.Pad3 (0 ms) 2022-09-27T16:19:52.9292226Z [ RUN ] FunctionalTest.Pad4 2022-09-27T16:19:52.9301758Z [ OK ] FunctionalTest.Pad4 (1 ms) 2022-09-27T16:19:52.9302341Z [ RUN ] FunctionalTest.Pad5 2022-09-27T16:19:52.9303917Z [ OK ] FunctionalTest.Pad5 (0 ms) 2022-09-27T16:19:52.9304495Z [ RUN ] FunctionalTest.Pad6 2022-09-27T16:19:52.9313374Z [ OK ] FunctionalTest.Pad6 (0 ms) 2022-09-27T16:19:52.9313927Z [ RUN ] FunctionalTest.Pad7 2022-09-27T16:19:52.9314438Z [ OK ] FunctionalTest.Pad7 (0 ms) 2022-09-27T16:19:52.9314723Z [ RUN ] FunctionalTest.Pad8 2022-09-27T16:19:52.9314990Z [ OK ] FunctionalTest.Pad8 (0 ms) 2022-09-27T16:19:52.9315267Z [ RUN ] FunctionalTest.CTCLoss 2022-09-27T16:19:52.9416055Z [ OK ] FunctionalTest.CTCLoss (10 ms) 2022-09-27T16:19:52.9416614Z [ RUN ] FunctionalTest.PoissonNLLLoss 2022-09-27T16:19:52.9418521Z [ OK ] FunctionalTest.PoissonNLLLoss (0 ms) 2022-09-27T16:19:52.9419111Z [ RUN ] FunctionalTest.MarginRankingLoss 2022-09-27T16:19:52.9421370Z [ OK ] FunctionalTest.MarginRankingLoss (0 ms) 2022-09-27T16:19:52.9421917Z [ RUN ] FunctionalTest.ConvTranspose1d 2022-09-27T16:19:52.9423686Z [ OK ] FunctionalTest.ConvTranspose1d (0 ms) 2022-09-27T16:19:52.9424086Z [ RUN ] FunctionalTest.ConvTranspose2dEven 2022-09-27T16:19:52.9435416Z [ OK ] FunctionalTest.ConvTranspose2dEven (1 ms) 2022-09-27T16:19:52.9435786Z [ RUN ] FunctionalTest.ConvTranspose2dUneven 2022-09-27T16:19:52.9451541Z [ OK ] FunctionalTest.ConvTranspose2dUneven (1 ms) 2022-09-27T16:19:52.9451952Z [ RUN ] FunctionalTest.ConvTranspose3d 2022-09-27T16:19:52.9453997Z [ OK ] FunctionalTest.ConvTranspose3d (0 ms) 2022-09-27T16:19:52.9454374Z [ RUN ] FunctionalTest.AlphaDropout 2022-09-27T16:19:52.9463265Z [ OK ] FunctionalTest.AlphaDropout (0 ms) 2022-09-27T16:19:52.9463649Z [ RUN ] FunctionalTest.FeatureAlphaDropout 2022-09-27T16:19:52.9470682Z [ OK ] FunctionalTest.FeatureAlphaDropout (0 ms) 2022-09-27T16:19:52.9471079Z [ RUN ] FunctionalTest.Dropout 2022-09-27T16:19:52.9476807Z [ OK ] FunctionalTest.Dropout (0 ms) 2022-09-27T16:19:52.9477095Z [ RUN ] FunctionalTest.Dropout2d 2022-09-27T16:19:52.9483715Z [ OK ] FunctionalTest.Dropout2d (0 ms) 2022-09-27T16:19:52.9484017Z [ RUN ] FunctionalTest.Dropout3d 2022-09-27T16:19:52.9489686Z [ OK ] FunctionalTest.Dropout3d (0 ms) 2022-09-27T16:19:52.9490004Z [ RUN ] FunctionalTest.isfinite 2022-09-27T16:19:52.9494861Z [ OK ] FunctionalTest.isfinite (0 ms) 2022-09-27T16:19:52.9495187Z [ RUN ] FunctionalTest.isinf 2022-09-27T16:19:52.9504026Z [ OK ] FunctionalTest.isinf (0 ms) 2022-09-27T16:19:52.9504319Z [ RUN ] FunctionalTest.AllClose 2022-09-27T16:19:52.9558544Z [ OK ] FunctionalTest.AllClose (5 ms) 2022-09-27T16:19:52.9558864Z [ RUN ] FunctionalTest.BCEWithLogitsLoss 2022-09-27T16:19:52.9593442Z [ OK ] FunctionalTest.BCEWithLogitsLoss (3 ms) 2022-09-27T16:19:52.9594101Z [----------] 132 tests from FunctionalTest (102 ms total) 2022-09-27T16:19:52.9594368Z 2022-09-27T16:19:52.9594522Z [----------] 1 test from IntegrationTest 2022-09-27T16:19:52.9594799Z [ RUN ] IntegrationTest.CartPole 2022-09-27T16:20:03.4950085Z [ OK ] IntegrationTest.CartPole (10535 ms) 2022-09-27T16:20:03.4950526Z [----------] 1 test from IntegrationTest (10535 ms total) 2022-09-27T16:20:03.4950681Z 2022-09-27T16:20:03.4950831Z [----------] 9 tests from InitTest 2022-09-27T16:20:03.4951217Z [ RUN ] InitTest.ProducesPyTorchValues_XavierUniform 2022-09-27T16:20:03.4987262Z [ OK ] InitTest.ProducesPyTorchValues_XavierUniform (3 ms) 2022-09-27T16:20:03.4987991Z [ RUN ] InitTest.ProducesPyTorchValues_XavierNormal 2022-09-27T16:20:03.4998343Z [ OK ] InitTest.ProducesPyTorchValues_XavierNormal (1 ms) 2022-09-27T16:20:03.4999038Z [ RUN ] InitTest.ProducesPyTorchValues_KaimingNormal 2022-09-27T16:20:03.5018429Z [ OK ] InitTest.ProducesPyTorchValues_KaimingNormal (1 ms) 2022-09-27T16:20:03.5019106Z [ RUN ] InitTest.ProducesPyTorchValues_KaimingUniform 2022-09-27T16:20:03.5030000Z [ OK ] InitTest.ProducesPyTorchValues_KaimingUniform (1 ms) 2022-09-27T16:20:03.5030733Z [ RUN ] InitTest.CanInitializeTensorThatRequiresGrad 2022-09-27T16:20:03.5055987Z [ OK ] InitTest.CanInitializeTensorThatRequiresGrad (2 ms) 2022-09-27T16:20:03.5056647Z [ RUN ] InitTest.CalculateGainWithTanh 2022-09-27T16:20:03.5057246Z [ OK ] InitTest.CalculateGainWithTanh (0 ms) 2022-09-27T16:20:03.5057840Z [ RUN ] InitTest.CalculateGainWithRelu 2022-09-27T16:20:03.5058721Z [ OK ] InitTest.CalculateGainWithRelu (0 ms) 2022-09-27T16:20:03.5059668Z [ RUN ] InitTest.CalculateGainWithLeakyRelu 2022-09-27T16:20:03.5060282Z [ OK ] InitTest.CalculateGainWithLeakyRelu (0 ms) 2022-09-27T16:20:03.5060951Z [ RUN ] InitTest.CanInitializeCnnWithOrthogonal 2022-09-27T16:20:03.5061706Z [ OK ] InitTest.CanInitializeCnnWithOrthogonal (0 ms) 2022-09-27T16:20:03.5062358Z [----------] 9 tests from InitTest (11 ms total) 2022-09-27T16:20:03.5062641Z 2022-09-27T16:20:03.5062964Z [----------] 6 tests from TorchScriptTest 2022-09-27T16:20:03.5063671Z [ RUN ] TorchScriptTest.CanCompileMultipleFunctions 2022-09-27T16:20:03.5446463Z [ OK ] TorchScriptTest.CanCompileMultipleFunctions (38 ms) 2022-09-27T16:20:03.5446947Z [ RUN ] TorchScriptTest.TestNestedIValueModuleArgMatching 2022-09-27T16:20:03.5466384Z [ OK ] TorchScriptTest.TestNestedIValueModuleArgMatching (2 ms) 2022-09-27T16:20:03.5466958Z [ RUN ] TorchScriptTest.TestDictArgMatching 2022-09-27T16:20:03.5469428Z [ OK ] TorchScriptTest.TestDictArgMatching (0 ms) 2022-09-27T16:20:03.5470097Z [ RUN ] TorchScriptTest.TestTupleArgMatching 2022-09-27T16:20:03.5470763Z [ OK ] TorchScriptTest.TestTupleArgMatching (0 ms) 2022-09-27T16:20:03.5471234Z [ RUN ] TorchScriptTest.TestOptionalArgMatching 2022-09-27T16:20:03.5476061Z [ OK ] TorchScriptTest.TestOptionalArgMatching (0 ms) 2022-09-27T16:20:03.5476694Z [ RUN ] TorchScriptTest.TestPickle 2022-09-27T16:20:03.5477284Z [ OK ] TorchScriptTest.TestPickle (0 ms) 2022-09-27T16:20:03.5477929Z [----------] 6 tests from TorchScriptTest (41 ms total) 2022-09-27T16:20:03.5478242Z 2022-09-27T16:20:03.5478503Z [----------] 3 tests from MakeUniqueTest 2022-09-27T16:20:03.5479120Z [ RUN ] MakeUniqueTest.ForwardRvaluesCorrectly 2022-09-27T16:20:03.5479753Z [ OK ] MakeUniqueTest.ForwardRvaluesCorrectly (0 ms) 2022-09-27T16:20:03.5480401Z [ RUN ] MakeUniqueTest.ForwardLvaluesCorrectly 2022-09-27T16:20:03.5480771Z [ OK ] MakeUniqueTest.ForwardLvaluesCorrectly (0 ms) 2022-09-27T16:20:03.5481155Z [ RUN ] MakeUniqueTest.CanConstructUniquePtrOfArray 2022-09-27T16:20:03.5481544Z [ OK ] MakeUniqueTest.CanConstructUniquePtrOfArray (0 ms) 2022-09-27T16:20:03.5481912Z [----------] 3 tests from MakeUniqueTest (0 ms total) 2022-09-27T16:20:03.5482066Z 2022-09-27T16:20:03.5482215Z [----------] 2 tests from MetaTensorTest 2022-09-27T16:20:03.5482497Z [ RUN ] MetaTensorTest.MetaDeviceApi 2022-09-27T16:20:03.5482813Z [ OK ] MetaTensorTest.MetaDeviceApi (0 ms) 2022-09-27T16:20:03.5483130Z [ RUN ] MetaTensorTest.MetaNamespaceApi 2022-09-27T16:20:03.5483453Z [ OK ] MetaTensorTest.MetaNamespaceApi (0 ms) 2022-09-27T16:20:03.5483785Z [----------] 2 tests from MetaTensorTest (0 ms total) 2022-09-27T16:20:03.5483939Z 2022-09-27T16:20:03.5484077Z [----------] 2 tests from UtilsTest 2022-09-27T16:20:03.5484331Z [ RUN ] UtilsTest.WarnOnce 2022-09-27T16:20:03.5484586Z [ OK ] UtilsTest.WarnOnce (0 ms) 2022-09-27T16:20:03.5484897Z [ RUN ] UtilsTest.AmbiguousOperatorDefaults 2022-09-27T16:20:03.5485258Z [ OK ] UtilsTest.AmbiguousOperatorDefaults (0 ms) 2022-09-27T16:20:03.5485577Z [----------] 2 tests from UtilsTest (0 ms total) 2022-09-27T16:20:03.5485718Z 2022-09-27T16:20:03.5485857Z [----------] 1 test from NoGradTest 2022-09-27T16:20:03.5486153Z [ RUN ] NoGradTest.SetsGradModeCorrectly 2022-09-27T16:20:03.5510972Z [ OK ] NoGradTest.SetsGradModeCorrectly (3 ms) 2022-09-27T16:20:03.5511958Z [----------] 1 test from NoGradTest (3 ms total) 2022-09-27T16:20:03.5512257Z 2022-09-27T16:20:03.5512545Z [----------] 3 tests from AutogradTest 2022-09-27T16:20:03.5513112Z [ RUN ] AutogradTest.CanTakeDerivatives 2022-09-27T16:20:03.5513676Z [ OK ] AutogradTest.CanTakeDerivatives (0 ms) 2022-09-27T16:20:03.5514297Z [ RUN ] AutogradTest.CanTakeDerivativesOfZeroDimTensors 2022-09-27T16:20:03.5514976Z [ OK ] AutogradTest.CanTakeDerivativesOfZeroDimTensors (0 ms) 2022-09-27T16:20:03.5515721Z [ RUN ] AutogradTest.CanPassCustomGradientInputs 2022-09-27T16:20:03.5516410Z [ OK ] AutogradTest.CanPassCustomGradientInputs (0 ms) 2022-09-27T16:20:03.5517054Z [----------] 3 tests from AutogradTest (0 ms total) 2022-09-27T16:20:03.5517301Z 2022-09-27T16:20:03.5517568Z [----------] 1 test from OptionalArrayRefTest 2022-09-27T16:20:03.5517917Z [ RUN ] OptionalArrayRefTest.DanglingPointerFix 2022-09-27T16:20:03.5518342Z [ OK ] OptionalArrayRefTest.DanglingPointerFix (0 ms) 2022-09-27T16:20:03.5518850Z [----------] 1 test from OptionalArrayRefTest (0 ms total) 2022-09-27T16:20:03.5519143Z 2022-09-27T16:20:03.5519427Z [----------] 52 tests from ModuleTest 2022-09-27T16:20:03.5586617Z [ RUN ] ModuleTest.CanEnableAndDisableTrainingMode 2022-09-27T16:20:03.5587338Z [ OK ] ModuleTest.CanEnableAndDisableTrainingMode (0 ms) 2022-09-27T16:20:03.5587936Z [ RUN ] ModuleTest.ZeroGrad 2022-09-27T16:20:03.5588442Z [ OK ] ModuleTest.ZeroGrad (0 ms) 2022-09-27T16:20:03.5588984Z [ RUN ] ModuleTest.ZeroGradWithUndefined 2022-09-27T16:20:03.5589383Z [ OK ] ModuleTest.ZeroGradWithUndefined (0 ms) 2022-09-27T16:20:03.5589836Z [ RUN ] ModuleTest.RegisterModuleThrowsForEmptyOrDottedName 2022-09-27T16:20:03.5590286Z [ OK ] ModuleTest.RegisterModuleThrowsForEmptyOrDottedName (2 ms) 2022-09-27T16:20:03.5590752Z [ RUN ] ModuleTest.RegisterModuleThrowsForDuplicateModuleName 2022-09-27T16:20:03.5591224Z [ OK ] ModuleTest.RegisterModuleThrowsForDuplicateModuleName (1 ms) 2022-09-27T16:20:03.5591675Z [ RUN ] ModuleTest.ReplaceModuleThrowsForUnknownModuleName 2022-09-27T16:20:03.5592109Z [ OK ] ModuleTest.ReplaceModuleThrowsForUnknownModuleName (1 ms) 2022-09-27T16:20:03.5592465Z [ RUN ] ModuleTest.ReplaceModule 2022-09-27T16:20:03.5592762Z [ OK ] ModuleTest.ReplaceModule (0 ms) 2022-09-27T16:20:03.5593048Z [ RUN ] ModuleTest.UnregisterModule 2022-09-27T16:20:03.5593364Z [ OK ] ModuleTest.UnregisterModule (1 ms) 2022-09-27T16:20:03.5593756Z [ RUN ] ModuleTest.RegisterParameterThrowsForEmptyOrDottedName 2022-09-27T16:20:03.5617713Z [ OK ] ModuleTest.RegisterParameterThrowsForEmptyOrDottedName (3 ms) 2022-09-27T16:20:03.5618192Z [ RUN ] ModuleTest.RegisterParameterThrowsForDuplicateModuleName 2022-09-27T16:20:03.5638478Z [ OK ] ModuleTest.RegisterParameterThrowsForDuplicateModuleName (2 ms) 2022-09-27T16:20:03.5639171Z [ RUN ] ModuleTest.RegisterParameterUndefinedTensor 2022-09-27T16:20:03.5639564Z [ OK ] ModuleTest.RegisterParameterUndefinedTensor (0 ms) 2022-09-27T16:20:03.5639990Z [ RUN ] ModuleTest.RegisterBufferThrowsForEmptyOrDottedName 2022-09-27T16:20:03.5669213Z [ OK ] ModuleTest.RegisterBufferThrowsForEmptyOrDottedName (3 ms) 2022-09-27T16:20:03.5669687Z [ RUN ] ModuleTest.RegisterBufferThrowsForDuplicateModuleName 2022-09-27T16:20:03.5689786Z [ OK ] ModuleTest.RegisterBufferThrowsForDuplicateModuleName (2 ms) 2022-09-27T16:20:03.5690457Z [ RUN ] ModuleTest.CanGetName 2022-09-27T16:20:03.5690937Z [ OK ] ModuleTest.CanGetName (0 ms) 2022-09-27T16:20:03.5691559Z [ RUN ] ModuleTest.AsCastsModulesCorrectly 2022-09-27T16:20:03.5692024Z [ OK ] ModuleTest.AsCastsModulesCorrectly (0 ms) 2022-09-27T16:20:03.5692530Z [ RUN ] ModuleTest.DeviceOrDtypeConversionSkipsUndefinedTensor 2022-09-27T16:20:03.5693010Z [ OK ] ModuleTest.DeviceOrDtypeConversionSkipsUndefinedTensor (0 ms) 2022-09-27T16:20:03.5693488Z [ RUN ] ModuleTest.ParametersAndBuffersAccessorSkipsUndefinedTensor 2022-09-27T16:20:03.5693999Z [ OK ] ModuleTest.ParametersAndBuffersAccessorSkipsUndefinedTensor (0 ms) 2022-09-27T16:20:03.5694516Z [ RUN ] ModuleTest.CallingCloneOnModuleThatDoesNotOverrideCloneThrows 2022-09-27T16:20:03.5708468Z [ OK ] ModuleTest.CallingCloneOnModuleThatDoesNotOverrideCloneThrows (1 ms) 2022-09-27T16:20:03.5708994Z [ RUN ] ModuleTest.CallingCloneOnModuleThatDoesOverrideCloneDoesNotThrow 2022-09-27T16:20:03.5709551Z [ OK ] ModuleTest.CallingCloneOnModuleThatDoesOverrideCloneDoesNotThrow (0 ms) 2022-09-27T16:20:03.5710007Z [ RUN ] ModuleTest.CloneCreatesDistinctParameters 2022-09-27T16:20:03.5713983Z [ OK ] ModuleTest.CloneCreatesDistinctParameters (0 ms) 2022-09-27T16:20:03.5715019Z [ RUN ] ModuleTest.ClonePreservesExternalReferences 2022-09-27T16:20:03.5716052Z [ OK ] ModuleTest.ClonePreservesExternalReferences (0 ms) 2022-09-27T16:20:03.5717088Z [ RUN ] ModuleTest.CloneCopiesTheValuesOfVariablesOfSubmodules 2022-09-27T16:20:03.5718068Z [ OK ] ModuleTest.CloneCopiesTheValuesOfVariablesOfSubmodules (0 ms) 2022-09-27T16:20:03.5718897Z [ RUN ] ModuleTest.HasCorrectNumberOfParameters 2022-09-27T16:20:03.5719536Z [ OK ] ModuleTest.HasCorrectNumberOfParameters (0 ms) 2022-09-27T16:20:03.5719937Z [ RUN ] ModuleTest.ContainsParametersWithTheCorrectName 2022-09-27T16:20:03.5720355Z [ OK ] ModuleTest.ContainsParametersWithTheCorrectName (0 ms) 2022-09-27T16:20:03.5720739Z [ RUN ] ModuleTest.HasCorrectNumberOfBuffers 2022-09-27T16:20:03.5721109Z [ OK ] ModuleTest.HasCorrectNumberOfBuffers (0 ms) 2022-09-27T16:20:03.5721475Z [ RUN ] ModuleTest.ContainsBuffersWithTheCorrectName 2022-09-27T16:20:03.5721877Z [ OK ] ModuleTest.ContainsBuffersWithTheCorrectName (0 ms) 2022-09-27T16:20:03.5722386Z [ RUN ] ModuleTest.DefaultConstructorOfModuleHolderCallsDefaultConstructorOfImpl 2022-09-27T16:20:03.5722998Z [ OK ] ModuleTest.DefaultConstructorOfModuleHolderCallsDefaultConstructorOfImpl (0 ms) 2022-09-27T16:20:03.5723581Z [ RUN ] ModuleTest.ValueConstructorOfModuleHolderCallsCorrectConstructorInImpl 2022-09-27T16:20:03.5724175Z [ OK ] ModuleTest.ValueConstructorOfModuleHolderCallsCorrectConstructorInImpl (0 ms) 2022-09-27T16:20:03.5724730Z [ RUN ] ModuleTest.NullptrConstructorLeavesTheModuleHolderInEmptyState 2022-09-27T16:20:03.5748861Z [ OK ] ModuleTest.NullptrConstructorLeavesTheModuleHolderInEmptyState (2 ms) 2022-09-27T16:20:03.5749881Z [ RUN ] ModuleTest.ModulesReturnsExpectedSubmodulesForFlatModel 2022-09-27T16:20:03.5750798Z [ OK ] ModuleTest.ModulesReturnsExpectedSubmodulesForFlatModel (0 ms) 2022-09-27T16:20:03.5751519Z [ RUN ] ModuleTest.ModulesExcludesSelfWhenIncludeSelfSetToFalse 2022-09-27T16:20:03.5752204Z [ OK ] ModuleTest.ModulesExcludesSelfWhenIncludeSelfSetToFalse (0 ms) 2022-09-27T16:20:03.5752962Z [ RUN ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForFlatModel 2022-09-27T16:20:03.5753702Z [ OK ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForFlatModel (0 ms) 2022-09-27T16:20:03.5754438Z [ RUN ] ModuleTest.NamedModulesExcludesSelfWhenIncludeSelfSetToFalse 2022-09-27T16:20:03.5755402Z [ OK ] ModuleTest.NamedModulesExcludesSelfWhenIncludeSelfSetToFalse (0 ms) 2022-09-27T16:20:03.5755998Z [ RUN ] ModuleTest.ChildrenReturnsExpectedSubmodulesForFlatModel 2022-09-27T16:20:03.5756921Z [ OK ] ModuleTest.ChildrenReturnsExpectedSubmodulesForFlatModel (0 ms) 2022-09-27T16:20:03.5757842Z [ RUN ] ModuleTest.NamedChildrenReturnsExpectedNamedSubmodulesForFlatModel 2022-09-27T16:20:03.5758473Z [ OK ] ModuleTest.NamedChildrenReturnsExpectedNamedSubmodulesForFlatModel (0 ms) 2022-09-27T16:20:03.5758990Z [ RUN ] ModuleTest.ParametersReturnsExpectedTensorsForFlatModel 2022-09-27T16:20:03.5759472Z [ OK ] ModuleTest.ParametersReturnsExpectedTensorsForFlatModel (0 ms) 2022-09-27T16:20:03.5759970Z [ RUN ] ModuleTest.NamedParametersReturnsExpectedTensorsForFlatModel 2022-09-27T16:20:03.5760486Z [ OK ] ModuleTest.NamedParametersReturnsExpectedTensorsForFlatModel (0 ms) 2022-09-27T16:20:03.5760987Z [ RUN ] ModuleTest.BuffersReturnsExpectedTensorsForFlatModel 2022-09-27T16:20:03.5761481Z [ OK ] ModuleTest.BuffersReturnsExpectedTensorsForFlatModel (0 ms) 2022-09-27T16:20:03.5761942Z [ RUN ] ModuleTest.NamedBuffersReturnsExpectedTensorsForFlatModel 2022-09-27T16:20:03.5762434Z [ OK ] ModuleTest.NamedBuffersReturnsExpectedTensorsForFlatModel (0 ms) 2022-09-27T16:20:03.5762911Z [ RUN ] ModuleTest.ModulesReturnsExpectedSubmodulesForDeepModel 2022-09-27T16:20:03.5763381Z [ OK ] ModuleTest.ModulesReturnsExpectedSubmodulesForDeepModel (0 ms) 2022-09-27T16:20:03.5763890Z [ RUN ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForDeepModel 2022-09-27T16:20:03.5764442Z [ OK ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForDeepModel (0 ms) 2022-09-27T16:20:03.5764956Z [ RUN ] ModuleTest.ChildrensReturnsExpectedSubmodulesForDeepModel 2022-09-27T16:20:03.5765440Z [ OK ] ModuleTest.ChildrensReturnsExpectedSubmodulesForDeepModel (0 ms) 2022-09-27T16:20:03.5765969Z [ RUN ] ModuleTest.NamedChildrensReturnsExpectedNamedSubmodulesForDeepModel 2022-09-27T16:20:03.5766536Z [ OK ] ModuleTest.NamedChildrensReturnsExpectedNamedSubmodulesForDeepModel (0 ms) 2022-09-27T16:20:03.5766994Z [ RUN ] ModuleTest.ModuleApplyIteratesCorreclty 2022-09-27T16:20:03.5767359Z [ OK ] ModuleTest.ModuleApplyIteratesCorreclty (0 ms) 2022-09-27T16:20:03.5767748Z [ RUN ] ModuleTest.ConstModuleApplyIteratesCorreclty 2022-09-27T16:20:03.5768277Z [ OK ] ModuleTest.ConstModuleApplyIteratesCorreclty (0 ms) 2022-09-27T16:20:03.5768669Z [ RUN ] ModuleTest.NamedModuleApplyIteratesCorreclty 2022-09-27T16:20:03.5769206Z [ OK ] ModuleTest.NamedModuleApplyIteratesCorreclty (0 ms) 2022-09-27T16:20:03.5769629Z [ RUN ] ModuleTest.ConstNamedModuleApplyIteratesCorreclty 2022-09-27T16:20:03.5770058Z [ OK ] ModuleTest.ConstNamedModuleApplyIteratesCorreclty (0 ms) 2022-09-27T16:20:03.5770486Z [ RUN ] ModuleTest.ModulePointerApplyIteratesCorreclty 2022-09-27T16:20:03.5770908Z [ OK ] ModuleTest.ModulePointerApplyIteratesCorreclty (0 ms) 2022-09-27T16:20:03.5771340Z [ RUN ] ModuleTest.NamedModulePointerApplyIteratesCorreclty 2022-09-27T16:20:03.5771779Z [ OK ] ModuleTest.NamedModulePointerApplyIteratesCorreclty (0 ms) 2022-09-27T16:20:03.5772268Z [ RUN ] ModuleTest.ThrowsWhenAttemptingtoGetTopLevelModuleAsSharedPtr 2022-09-27T16:20:03.5783895Z [ OK ] ModuleTest.ThrowsWhenAttemptingtoGetTopLevelModuleAsSharedPtr (2 ms) 2022-09-27T16:20:03.5784571Z [ RUN ] ModuleTest.PrettyPrint 2022-09-27T16:20:03.5785088Z [ OK ] ModuleTest.PrettyPrint (0 ms) 2022-09-27T16:20:03.5785484Z [ RUN ] ModuleTest.CanCallForwardOnNonTensorForwardThroughPimpl 2022-09-27T16:20:03.5786069Z [ OK ] ModuleTest.CanCallForwardOnNonTensorForwardThroughPimpl (0 ms) 2022-09-27T16:20:03.5786522Z [----------] 52 tests from ModuleTest (26 ms total) 2022-09-27T16:20:03.5786672Z 2022-09-27T16:20:03.5786826Z [----------] 11 tests from ModuleDictTest 2022-09-27T16:20:03.5787134Z [ RUN ] ModuleDictTest.ConstructsFromList 2022-09-27T16:20:03.5787464Z [ OK ] ModuleDictTest.ConstructsFromList (0 ms) 2022-09-27T16:20:03.5787819Z [ RUN ] ModuleDictTest.ConstructsFromordereddict 2022-09-27T16:20:03.5788198Z [ OK ] ModuleDictTest.ConstructsFromordereddict (0 ms) 2022-09-27T16:20:03.5788567Z [ RUN ] ModuleDictTest.UpdatePopClearContains 2022-09-27T16:20:03.5796790Z [ OK ] ModuleDictTest.UpdatePopClearContains (1 ms) 2022-09-27T16:20:03.5797411Z [ RUN ] ModuleDictTest.UpdateExist 2022-09-27T16:20:03.5797829Z [ OK ] ModuleDictTest.UpdateExist (0 ms) 2022-09-27T16:20:03.5798103Z [ RUN ] ModuleDictTest.Keys 2022-09-27T16:20:03.5810385Z [ OK ] ModuleDictTest.Keys (1 ms) 2022-09-27T16:20:03.5810873Z [ RUN ] ModuleDictTest.Values 2022-09-27T16:20:03.5811295Z [ OK ] ModuleDictTest.Values (0 ms) 2022-09-27T16:20:03.5811876Z [ RUN ] ModuleDictTest.SanityCheckForHoldingStandardModules 2022-09-27T16:20:03.5812571Z [ OK ] ModuleDictTest.SanityCheckForHoldingStandardModules (0 ms) 2022-09-27T16:20:03.5813300Z [ RUN ] ModuleDictTest.HasReferenceSemantics 2022-09-27T16:20:03.5813650Z [ OK ] ModuleDictTest.HasReferenceSemantics (0 ms) 2022-09-27T16:20:03.5813980Z [ RUN ] ModuleDictTest.IsCloneable 2022-09-27T16:20:03.5816591Z [ OK ] ModuleDictTest.IsCloneable (0 ms) 2022-09-27T16:20:03.5817189Z [ RUN ] ModuleDictTest.RegistersElementsAsSubmodules 2022-09-27T16:20:03.5817794Z [ OK ] ModuleDictTest.RegistersElementsAsSubmodules (0 ms) 2022-09-27T16:20:03.5818303Z [ RUN ] ModuleDictTest.PrettyPrintModuleDict 2022-09-27T16:20:03.5819788Z [ OK ] ModuleDictTest.PrettyPrintModuleDict (0 ms) 2022-09-27T16:20:03.5820368Z [----------] 11 tests from ModuleDictTest (3 ms total) 2022-09-27T16:20:03.5820614Z 2022-09-27T16:20:03.5820891Z [----------] 15 tests from ModuleListTest 2022-09-27T16:20:03.5821507Z [ RUN ] ModuleListTest.ConstructsFromSharedPointer 2022-09-27T16:20:03.5822064Z [ OK ] ModuleListTest.ConstructsFromSharedPointer (0 ms) 2022-09-27T16:20:03.5822442Z [ RUN ] ModuleListTest.ConstructsFromConcreteType 2022-09-27T16:20:03.5822831Z [ OK ] ModuleListTest.ConstructsFromConcreteType (0 ms) 2022-09-27T16:20:03.5823220Z [ RUN ] ModuleListTest.ConstructsFromModuleHolder 2022-09-27T16:20:03.5823603Z [ OK ] ModuleListTest.ConstructsFromModuleHolder (0 ms) 2022-09-27T16:20:03.5823970Z [ RUN ] ModuleListTest.PushBackAddsAnElement 2022-09-27T16:20:03.5824332Z [ OK ] ModuleListTest.PushBackAddsAnElement (0 ms) 2022-09-27T16:20:03.5824649Z [ RUN ] ModuleListTest.Insertion 2022-09-27T16:20:03.5824932Z [ OK ] ModuleListTest.Insertion (0 ms) 2022-09-27T16:20:03.5825231Z [ RUN ] ModuleListTest.AccessWithAt 2022-09-27T16:20:03.5842331Z [ OK ] ModuleListTest.AccessWithAt (2 ms) 2022-09-27T16:20:03.5842652Z [ RUN ] ModuleListTest.AccessWithPtr 2022-09-27T16:20:03.5862720Z [ OK ] ModuleListTest.AccessWithPtr (2 ms) 2022-09-27T16:20:03.5863385Z [ RUN ] ModuleListTest.SanityCheckForHoldingStandardModules 2022-09-27T16:20:03.5864325Z [ OK ] ModuleListTest.SanityCheckForHoldingStandardModules (0 ms) 2022-09-27T16:20:03.5865088Z [ RUN ] ModuleListTest.ExtendPushesModulesFromOtherModuleList 2022-09-27T16:20:03.5865692Z [ OK ] ModuleListTest.ExtendPushesModulesFromOtherModuleList (0 ms) 2022-09-27T16:20:03.5866163Z [ RUN ] ModuleListTest.HasReferenceSemantics 2022-09-27T16:20:03.5866524Z [ OK ] ModuleListTest.HasReferenceSemantics (0 ms) 2022-09-27T16:20:03.5866838Z [ RUN ] ModuleListTest.IsCloneable 2022-09-27T16:20:03.5868379Z [ OK ] ModuleListTest.IsCloneable (0 ms) 2022-09-27T16:20:03.5869039Z [ RUN ] ModuleListTest.RegistersElementsAsSubmodules 2022-09-27T16:20:03.5869647Z [ OK ] ModuleListTest.RegistersElementsAsSubmodules (0 ms) 2022-09-27T16:20:03.5870287Z [ RUN ] ModuleListTest.NestingIsPossible 2022-09-27T16:20:03.5870730Z [ OK ] ModuleListTest.NestingIsPossible (0 ms) 2022-09-27T16:20:03.5871076Z [ RUN ] ModuleListTest.PrettyPrintModuleList 2022-09-27T16:20:03.5871631Z [ OK ] ModuleListTest.PrettyPrintModuleList (0 ms) 2022-09-27T16:20:03.5872275Z [ RUN ] ModuleListTest.RangeBasedForLoop 2022-09-27T16:20:03.5872753Z [ OK ] ModuleListTest.RangeBasedForLoop (0 ms) 2022-09-27T16:20:03.5873086Z [----------] 15 tests from ModuleListTest (5 ms total) 2022-09-27T16:20:03.5873242Z 2022-09-27T16:20:03.5873394Z [----------] 256 tests from ModulesTest 2022-09-27T16:20:03.5873657Z [ RUN ] ModulesTest.Conv1d 2022-09-27T16:20:03.5894185Z [ OK ] ModulesTest.Conv1d (2 ms) 2022-09-27T16:20:03.5894734Z [ RUN ] ModulesTest.Conv1dSameStrided 2022-09-27T16:20:03.5925690Z [ OK ] ModulesTest.Conv1dSameStrided (3 ms) 2022-09-27T16:20:03.5926228Z [ RUN ] ModulesTest.Conv2dEven 2022-09-27T16:20:03.5929502Z [ OK ] ModulesTest.Conv2dEven (0 ms) 2022-09-27T16:20:03.5930042Z [ RUN ] ModulesTest.Conv2dUneven 2022-09-27T16:20:03.5932194Z [ OK ] ModulesTest.Conv2dUneven (0 ms) 2022-09-27T16:20:03.5932534Z [ RUN ] ModulesTest.Conv2dSameStrided 2022-09-27T16:20:03.5993602Z [ OK ] ModulesTest.Conv2dSameStrided (6 ms) 2022-09-27T16:20:03.5994152Z [ RUN ] ModulesTest.Conv3d 2022-09-27T16:20:03.5997908Z [ OK ] ModulesTest.Conv3d (0 ms) 2022-09-27T16:20:03.5998450Z [ RUN ] ModulesTest.Conv3dSameStrided 2022-09-27T16:20:03.6060056Z [ OK ] ModulesTest.Conv3dSameStrided (6 ms) 2022-09-27T16:20:03.6060592Z [ RUN ] ModulesTest.ConvTranspose1d 2022-09-27T16:20:03.6063027Z [ OK ] ModulesTest.ConvTranspose1d (0 ms) 2022-09-27T16:20:03.6063598Z [ RUN ] ModulesTest.ConvTranspose2dEven 2022-09-27T16:20:03.6066995Z [ OK ] ModulesTest.ConvTranspose2dEven (0 ms) 2022-09-27T16:20:03.6067585Z [ RUN ] ModulesTest.ConvTranspose2dUneven 2022-09-27T16:20:03.6070978Z [ OK ] ModulesTest.ConvTranspose2dUneven (0 ms) 2022-09-27T16:20:03.6071555Z [ RUN ] ModulesTest.ConvTranspose3d 2022-09-27T16:20:03.6073983Z [ OK ] ModulesTest.ConvTranspose3d (0 ms) 2022-09-27T16:20:03.6074533Z [ RUN ] ModulesTest.MaxPool1d 2022-09-27T16:20:03.6075930Z [ OK ] ModulesTest.MaxPool1d (0 ms) 2022-09-27T16:20:03.6076515Z [ RUN ] ModulesTest.MaxPool1dReturnIndices 2022-09-27T16:20:03.6077573Z [ OK ] ModulesTest.MaxPool1dReturnIndices (0 ms) 2022-09-27T16:20:03.6078146Z [ RUN ] ModulesTest.MaxPool2dEven 2022-09-27T16:20:03.6080001Z [ OK ] ModulesTest.MaxPool2dEven (0 ms) 2022-09-27T16:20:03.6080441Z [ RUN ] ModulesTest.MaxPool2dUneven 2022-09-27T16:20:03.6080961Z [ OK ] ModulesTest.MaxPool2dUneven (0 ms) 2022-09-27T16:20:03.6081508Z [ RUN ] ModulesTest.MaxPool2dReturnIndices 2022-09-27T16:20:03.6082359Z [ OK ] ModulesTest.MaxPool2dReturnIndices (0 ms) 2022-09-27T16:20:03.6083068Z [ RUN ] ModulesTest.MaxPool3d 2022-09-27T16:20:03.6084612Z [ OK ] ModulesTest.MaxPool3d (0 ms) 2022-09-27T16:20:03.6085306Z [ RUN ] ModulesTest.MaxPool3dReturnIndices 2022-09-27T16:20:03.6086183Z [ OK ] ModulesTest.MaxPool3dReturnIndices (0 ms) 2022-09-27T16:20:03.6086496Z [ RUN ] ModulesTest.AvgPool1d 2022-09-27T16:20:03.6087487Z [ OK ] ModulesTest.AvgPool1d (0 ms) 2022-09-27T16:20:03.6087837Z [ RUN ] ModulesTest.AvgPool2dEven 2022-09-27T16:20:03.6090101Z [ OK ] ModulesTest.AvgPool2dEven (0 ms) 2022-09-27T16:20:03.6090655Z [ RUN ] ModulesTest.AvgPool2dUneven 2022-09-27T16:20:03.6091235Z [ OK ] ModulesTest.AvgPool2dUneven (0 ms) 2022-09-27T16:20:03.6091673Z [ RUN ] ModulesTest.AvgPool3d 2022-09-27T16:20:03.6091972Z [ OK ] ModulesTest.AvgPool3d (0 ms) 2022-09-27T16:20:03.6092410Z [ RUN ] ModulesTest.FractionalMaxPool2d 2022-09-27T16:20:03.6093084Z [ OK ] ModulesTest.FractionalMaxPool2d (0 ms) 2022-09-27T16:20:03.6093573Z [ RUN ] ModulesTest.FractionalMaxPool2dReturnIndices 2022-09-27T16:20:03.6094119Z [ OK ] ModulesTest.FractionalMaxPool2dReturnIndices (0 ms) 2022-09-27T16:20:03.6094577Z [ RUN ] ModulesTest.FractionalMaxPool3d 2022-09-27T16:20:03.6095057Z [ OK ] ModulesTest.FractionalMaxPool3d (0 ms) 2022-09-27T16:20:03.6095965Z [ RUN ] ModulesTest.FractionalMaxPool3dReturnIndices 2022-09-27T16:20:03.6096783Z [ OK ] ModulesTest.FractionalMaxPool3dReturnIndices (0 ms) 2022-09-27T16:20:03.6097358Z [ RUN ] ModulesTest.LPPool1d 2022-09-27T16:20:03.6098049Z [ OK ] ModulesTest.LPPool1d (0 ms) 2022-09-27T16:20:03.6098566Z [ RUN ] ModulesTest.LPPool2d 2022-09-27T16:20:03.6099307Z [ OK ] ModulesTest.LPPool2d (0 ms) 2022-09-27T16:20:03.6099817Z [ RUN ] ModulesTest.Identity 2022-09-27T16:20:03.6100405Z [ OK ] ModulesTest.Identity (0 ms) 2022-09-27T16:20:03.6100885Z [ RUN ] ModulesTest.Flatten 2022-09-27T16:20:03.6102297Z [ OK ] ModulesTest.Flatten (0 ms) 2022-09-27T16:20:03.6102954Z [ RUN ] ModulesTest.Unflatten 2022-09-27T16:20:03.6103759Z [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:03.6104475Z [ OK ] ModulesTest.Unflatten (0 ms) 2022-09-27T16:20:03.6104782Z [ RUN ] ModulesTest.AdaptiveMaxPool1d 2022-09-27T16:20:03.6106399Z [ OK ] ModulesTest.AdaptiveMaxPool1d (0 ms) 2022-09-27T16:20:03.6106899Z [ RUN ] ModulesTest.AdaptiveMaxPool1dReturnIndices 2022-09-27T16:20:03.6107915Z [ OK ] ModulesTest.AdaptiveMaxPool1dReturnIndices (0 ms) 2022-09-27T16:20:03.6108557Z [ RUN ] ModulesTest.AdaptiveMaxPool2dEven 2022-09-27T16:20:03.6109317Z [ OK ] ModulesTest.AdaptiveMaxPool2dEven (0 ms) 2022-09-27T16:20:03.6111199Z [ RUN ] ModulesTest.AdaptiveMaxPool2dUneven 2022-09-27T16:20:03.6111795Z [ OK ] ModulesTest.AdaptiveMaxPool2dUneven (0 ms) 2022-09-27T16:20:03.6112437Z [ RUN ] ModulesTest.AdaptiveMaxPool2dReturnIndicesEven 2022-09-27T16:20:03.6113844Z [ OK ] ModulesTest.AdaptiveMaxPool2dReturnIndicesEven (0 ms) 2022-09-27T16:20:03.6114547Z [ RUN ] ModulesTest.AdaptiveMaxPool2dReturnIndicesUneven 2022-09-27T16:20:03.6116946Z [ OK ] ModulesTest.AdaptiveMaxPool2dReturnIndicesUneven (0 ms) 2022-09-27T16:20:03.6117559Z [ RUN ] ModulesTest.AdaptiveMaxPool3d 2022-09-27T16:20:03.6118463Z [ OK ] ModulesTest.AdaptiveMaxPool3d (0 ms) 2022-09-27T16:20:03.6119070Z [ RUN ] ModulesTest.AdaptiveMaxPool3dReturnIndices 2022-09-27T16:20:03.6121754Z [ OK ] ModulesTest.AdaptiveMaxPool3dReturnIndices (0 ms) 2022-09-27T16:20:03.6122447Z [ RUN ] ModulesTest.AdaptiveAvgPool1d 2022-09-27T16:20:03.6123002Z [ OK ] ModulesTest.AdaptiveAvgPool1d (0 ms) 2022-09-27T16:20:03.6123527Z [ RUN ] ModulesTest.AdaptiveAvgPool2dEven 2022-09-27T16:20:03.6124819Z [ OK ] ModulesTest.AdaptiveAvgPool2dEven (0 ms) 2022-09-27T16:20:03.6125370Z [ RUN ] ModulesTest.AdaptiveAvgPool2dUneven 2022-09-27T16:20:03.6126520Z [ OK ] ModulesTest.AdaptiveAvgPool2dUneven (0 ms) 2022-09-27T16:20:03.6127072Z [ RUN ] ModulesTest.AdaptiveAvgPool3d 2022-09-27T16:20:03.6128440Z [ OK ] ModulesTest.AdaptiveAvgPool3d (0 ms) 2022-09-27T16:20:03.6128947Z [ RUN ] ModulesTest.MaxUnpool1d 2022-09-27T16:20:03.6131241Z [ OK ] ModulesTest.MaxUnpool1d (0 ms) 2022-09-27T16:20:03.6131792Z [ RUN ] ModulesTest.MaxPool1d_MaxUnpool1d 2022-09-27T16:20:03.6134321Z [ OK ] ModulesTest.MaxPool1d_MaxUnpool1d (0 ms) 2022-09-27T16:20:03.6134829Z [ RUN ] ModulesTest.MaxUnpool2d 2022-09-27T16:20:03.6135981Z [ OK ] ModulesTest.MaxUnpool2d (0 ms) 2022-09-27T16:20:03.6136516Z [ RUN ] ModulesTest.MaxPool2d_MaxUnpool2d 2022-09-27T16:20:03.6138480Z [ OK ] ModulesTest.MaxPool2d_MaxUnpool2d (0 ms) 2022-09-27T16:20:03.6138987Z [ RUN ] ModulesTest.MaxUnpool3d 2022-09-27T16:20:03.6139715Z [ OK ] ModulesTest.MaxUnpool3d (0 ms) 2022-09-27T16:20:03.6140249Z [ RUN ] ModulesTest.MaxUnpool3dOutputSize 2022-09-27T16:20:03.6154237Z [ OK ] ModulesTest.MaxUnpool3dOutputSize (1 ms) 2022-09-27T16:20:03.6154829Z [ RUN ] ModulesTest.MaxPool3d_MaxUnpool3d 2022-09-27T16:20:03.7389012Z [ OK ] ModulesTest.MaxPool3d_MaxUnpool3d (123 ms) 2022-09-27T16:20:03.7389597Z [ RUN ] ModulesTest.Linear 2022-09-27T16:20:03.7393956Z [ OK ] ModulesTest.Linear (0 ms) 2022-09-27T16:20:03.7394537Z [ RUN ] ModulesTest.LocalResponseNorm 2022-09-27T16:20:03.7398848Z [ OK ] ModulesTest.LocalResponseNorm (0 ms) 2022-09-27T16:20:03.7399345Z [ RUN ] ModulesTest.LayerNorm 2022-09-27T16:20:03.7400500Z [ OK ] ModulesTest.LayerNorm (0 ms) 2022-09-27T16:20:03.7400939Z [ RUN ] ModulesTest.GroupNorm 2022-09-27T16:20:03.7403426Z [ OK ] ModulesTest.GroupNorm (0 ms) 2022-09-27T16:20:03.7403990Z [ RUN ] ModulesTest.Bilinear 2022-09-27T16:20:03.7407121Z [ OK ] ModulesTest.Bilinear (0 ms) 2022-09-27T16:20:03.7407642Z [ RUN ] ModulesTest.Fold 2022-09-27T16:20:03.7431748Z [ OK ] ModulesTest.Fold (2 ms) 2022-09-27T16:20:03.7432202Z [ RUN ] ModulesTest.Unfold 2022-09-27T16:20:03.7499066Z [ OK ] ModulesTest.Unfold (6 ms) 2022-09-27T16:20:03.7499774Z [ RUN ] ModulesTest.SimpleContainer 2022-09-27T16:20:03.7535206Z [ OK ] ModulesTest.SimpleContainer (3 ms) 2022-09-27T16:20:03.7535921Z [ RUN ] ModulesTest.EmbeddingBasic 2022-09-27T16:20:03.7536790Z [ OK ] ModulesTest.EmbeddingBasic (0 ms) 2022-09-27T16:20:03.7537162Z [ RUN ] ModulesTest.EmbeddingList 2022-09-27T16:20:03.7537638Z [ OK ] ModulesTest.EmbeddingList (0 ms) 2022-09-27T16:20:03.7538123Z [ RUN ] ModulesTest.EmbeddingFromPretrained 2022-09-27T16:20:03.7538650Z [ OK ] ModulesTest.EmbeddingFromPretrained (0 ms) 2022-09-27T16:20:03.7539023Z [ RUN ] ModulesTest.EmbeddingBagFromPretrained 2022-09-27T16:20:03.7541558Z [ OK ] ModulesTest.EmbeddingBagFromPretrained (0 ms) 2022-09-27T16:20:03.7542333Z [ RUN ] ModulesTest.AlphaDropout 2022-09-27T16:20:03.7543454Z [ OK ] ModulesTest.AlphaDropout (0 ms) 2022-09-27T16:20:03.7544150Z [ RUN ] ModulesTest.FeatureAlphaDropout 2022-09-27T16:20:03.7544987Z [ OK ] ModulesTest.FeatureAlphaDropout (0 ms) 2022-09-27T16:20:03.7545626Z [ RUN ] ModulesTest.Dropout 2022-09-27T16:20:03.7546877Z [ OK ] ModulesTest.Dropout (0 ms) 2022-09-27T16:20:03.7547534Z [ RUN ] ModulesTest.Dropout2d 2022-09-27T16:20:03.7551504Z [ OK ] ModulesTest.Dropout2d (0 ms) 2022-09-27T16:20:03.7551977Z [ RUN ] ModulesTest.Dropout3d 2022-09-27T16:20:03.7556650Z [ OK ] ModulesTest.Dropout3d (0 ms) 2022-09-27T16:20:03.7557001Z [ RUN ] ModulesTest.Parameters 2022-09-27T16:20:03.7558091Z [ OK ] ModulesTest.Parameters (0 ms) 2022-09-27T16:20:03.7558860Z [ RUN ] ModulesTest.FunctionalCallsSuppliedFunction 2022-09-27T16:20:03.7559743Z [ OK ] ModulesTest.FunctionalCallsSuppliedFunction (0 ms) 2022-09-27T16:20:03.7560347Z [ RUN ] ModulesTest.FunctionalWithTorchFunction 2022-09-27T16:20:03.7560992Z [ OK ] ModulesTest.FunctionalWithTorchFunction (0 ms) 2022-09-27T16:20:03.7561585Z [ RUN ] ModulesTest.FunctionalArgumentBinding 2022-09-27T16:20:03.7562174Z [ OK ] ModulesTest.FunctionalArgumentBinding (0 ms) 2022-09-27T16:20:03.7562766Z [ RUN ] ModulesTest.BatchNorm1dStateful 2022-09-27T16:20:03.7563326Z [ OK ] ModulesTest.BatchNorm1dStateful (0 ms) 2022-09-27T16:20:03.7563856Z [ RUN ] ModulesTest.BatchNorm1dStateless 2022-09-27T16:20:03.7564388Z [ OK ] ModulesTest.BatchNorm1dStateless (0 ms) 2022-09-27T16:20:03.7564875Z [ RUN ] ModulesTest.BatchNorm1d 2022-09-27T16:20:03.7565650Z [ OK ] ModulesTest.BatchNorm1d (0 ms) 2022-09-27T16:20:03.7566195Z [ RUN ] ModulesTest.BatchNorm2dStateful 2022-09-27T16:20:03.7566769Z [ OK ] ModulesTest.BatchNorm2dStateful (0 ms) 2022-09-27T16:20:03.7567351Z [ RUN ] ModulesTest.BatchNorm2dStateless 2022-09-27T16:20:03.7567902Z [ OK ] ModulesTest.BatchNorm2dStateless (0 ms) 2022-09-27T16:20:03.7568450Z [ RUN ] ModulesTest.BatchNorm2d 2022-09-27T16:20:03.7568947Z [ OK ] ModulesTest.BatchNorm2d (0 ms) 2022-09-27T16:20:03.7582768Z [ RUN ] ModulesTest.BatchNorm3dStateful 2022-09-27T16:20:03.7583372Z [ OK ] ModulesTest.BatchNorm3dStateful (0 ms) 2022-09-27T16:20:03.7584088Z [ RUN ] ModulesTest.BatchNorm3dStateless 2022-09-27T16:20:03.7584736Z [ OK ] ModulesTest.BatchNorm3dStateless (0 ms) 2022-09-27T16:20:03.7585270Z [ RUN ] ModulesTest.BatchNorm3d 2022-09-27T16:20:03.7585826Z [ OK ] ModulesTest.BatchNorm3d (0 ms) 2022-09-27T16:20:03.7586387Z [ RUN ] ModulesTest.InstanceNorm1dStateful 2022-09-27T16:20:03.7587010Z [ OK ] ModulesTest.InstanceNorm1dStateful (0 ms) 2022-09-27T16:20:03.7587357Z [ RUN ] ModulesTest.InstanceNorm1dStateless 2022-09-27T16:20:03.7587698Z [ OK ] ModulesTest.InstanceNorm1dStateless (0 ms) 2022-09-27T16:20:03.7588017Z [ RUN ] ModulesTest.InstanceNorm1d 2022-09-27T16:20:03.7588324Z [ OK ] ModulesTest.InstanceNorm1d (0 ms) 2022-09-27T16:20:03.7588630Z [ RUN ] ModulesTest.InstanceNorm2dStateful 2022-09-27T16:20:03.7588975Z [ OK ] ModulesTest.InstanceNorm2dStateful (0 ms) 2022-09-27T16:20:03.7589320Z [ RUN ] ModulesTest.InstanceNorm2dStateless 2022-09-27T16:20:03.7589671Z [ OK ] ModulesTest.InstanceNorm2dStateless (0 ms) 2022-09-27T16:20:03.7589974Z [ RUN ] ModulesTest.InstanceNorm2d 2022-09-27T16:20:03.7590281Z [ OK ] ModulesTest.InstanceNorm2d (0 ms) 2022-09-27T16:20:03.7590600Z [ RUN ] ModulesTest.InstanceNorm3dStateful 2022-09-27T16:20:03.7591065Z [ OK ] ModulesTest.InstanceNorm3dStateful (0 ms) 2022-09-27T16:20:03.7591413Z [ RUN ] ModulesTest.InstanceNorm3dStateless 2022-09-27T16:20:03.7591833Z [ OK ] ModulesTest.InstanceNorm3dStateless (0 ms) 2022-09-27T16:20:03.7592140Z [ RUN ] ModulesTest.InstanceNorm3d 2022-09-27T16:20:03.7592458Z [ OK ] ModulesTest.InstanceNorm3d (0 ms) 2022-09-27T16:20:03.7592868Z [ RUN ] ModulesTest.L1Loss 2022-09-27T16:20:03.7596046Z [ OK ] ModulesTest.L1Loss (1 ms) 2022-09-27T16:20:03.7596412Z [ RUN ] ModulesTest.MSELoss 2022-09-27T16:20:03.7596923Z [ OK ] ModulesTest.MSELoss (0 ms) 2022-09-27T16:20:03.7597311Z [ RUN ] ModulesTest.BCELoss 2022-09-27T16:20:03.7598219Z [ OK ] ModulesTest.BCELoss (0 ms) 2022-09-27T16:20:03.7598735Z [ RUN ] ModulesTest.KLDivLoss 2022-09-27T16:20:03.7599566Z [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:03.7600229Z [ OK ] ModulesTest.KLDivLoss (0 ms) 2022-09-27T16:20:03.7600537Z [ RUN ] ModulesTest.HingeEmbeddingLoss 2022-09-27T16:20:03.7602567Z [ OK ] ModulesTest.HingeEmbeddingLoss (0 ms) 2022-09-27T16:20:03.7603111Z [ RUN ] ModulesTest.MultiMarginLoss 2022-09-27T16:20:03.7603729Z [ OK ] ModulesTest.MultiMarginLoss (0 ms) 2022-09-27T16:20:03.7604306Z [ RUN ] ModulesTest.CosineEmbeddingLoss 2022-09-27T16:20:03.7607894Z [ OK ] ModulesTest.CosineEmbeddingLoss (0 ms) 2022-09-27T16:20:03.7608475Z [ RUN ] ModulesTest.SmoothL1LossDefaultOptions 2022-09-27T16:20:03.7609313Z [ OK ] ModulesTest.SmoothL1LossDefaultOptions (0 ms) 2022-09-27T16:20:03.7609910Z [ RUN ] ModulesTest.HuberLossDefaultOptions 2022-09-27T16:20:03.7610907Z [ OK ] ModulesTest.HuberLossDefaultOptions (0 ms) 2022-09-27T16:20:03.7611547Z [ RUN ] ModulesTest.MultiLabelMarginLossDefaultOptions 2022-09-27T16:20:03.7612502Z [ OK ] ModulesTest.MultiLabelMarginLossDefaultOptions (0 ms) 2022-09-27T16:20:03.7613108Z [ RUN ] ModulesTest.SmoothL1LossNoReduction 2022-09-27T16:20:03.7614949Z [ OK ] ModulesTest.SmoothL1LossNoReduction (0 ms) 2022-09-27T16:20:03.7615520Z [ RUN ] ModulesTest.HuberLossNoReduction 2022-09-27T16:20:03.7616240Z [ OK ] ModulesTest.HuberLossNoReduction (0 ms) 2022-09-27T16:20:03.7616882Z [ RUN ] ModulesTest.MultiLabelMarginLossNoReduction 2022-09-27T16:20:03.7617544Z [ OK ] ModulesTest.MultiLabelMarginLossNoReduction (0 ms) 2022-09-27T16:20:03.7618008Z [ RUN ] ModulesTest.SmoothL1LossBeta 2022-09-27T16:20:03.7618398Z [ OK ] ModulesTest.SmoothL1LossBeta (0 ms) 2022-09-27T16:20:03.7618885Z [ RUN ] ModulesTest.HuberLossDelta 2022-09-27T16:20:03.7619387Z [ OK ] ModulesTest.HuberLossDelta (0 ms) 2022-09-27T16:20:03.7619689Z [ RUN ] ModulesTest.TripletMarginLoss 2022-09-27T16:20:03.7622184Z [ OK ] ModulesTest.TripletMarginLoss (0 ms) 2022-09-27T16:20:03.7622592Z [ RUN ] ModulesTest.TripletMarginWithDistanceLossDefaultParity 2022-09-27T16:20:03.7762570Z [ OK ] ModulesTest.TripletMarginWithDistanceLossDefaultParity (13 ms) 2022-09-27T16:20:03.7763053Z [ RUN ] ModulesTest.TripletMarginWithDistanceLossFunctionalParity 2022-09-27T16:20:03.7993476Z [ OK ] ModulesTest.TripletMarginWithDistanceLossFunctionalParity (23 ms) 2022-09-27T16:20:03.7993873Z [ RUN ] ModulesTest.NLLLoss 2022-09-27T16:20:03.7995417Z [ OK ] ModulesTest.NLLLoss (0 ms) 2022-09-27T16:20:03.7995956Z [ RUN ] ModulesTest.CrossEntropyLoss 2022-09-27T16:20:03.8001526Z [ OK ] ModulesTest.CrossEntropyLoss (0 ms) 2022-09-27T16:20:03.8001904Z [ RUN ] ModulesTest.CosineSimilarity 2022-09-27T16:20:03.8005050Z [ OK ] ModulesTest.CosineSimilarity (0 ms) 2022-09-27T16:20:03.8005836Z [ RUN ] ModulesTest.SoftMarginLossDefaultOptions 2022-09-27T16:20:03.8006735Z [ OK ] ModulesTest.SoftMarginLossDefaultOptions (0 ms) 2022-09-27T16:20:03.8007222Z [ RUN ] ModulesTest.MultiLabelSoftMarginLossDefaultOptions 2022-09-27T16:20:03.8009686Z [ OK ] ModulesTest.MultiLabelSoftMarginLossDefaultOptions (0 ms) 2022-09-27T16:20:03.8010102Z [ RUN ] ModulesTest.SoftMarginLossNoReduction 2022-09-27T16:20:03.8011710Z [ OK ] ModulesTest.SoftMarginLossNoReduction (0 ms) 2022-09-27T16:20:03.8012241Z [ RUN ] ModulesTest.MultiLabelSoftMarginLossWeightedNoReduction 2022-09-27T16:20:03.8014444Z [ OK ] ModulesTest.MultiLabelSoftMarginLossWeightedNoReduction (0 ms) 2022-09-27T16:20:03.8014975Z [ RUN ] ModulesTest.PairwiseDistance 2022-09-27T16:20:03.8016374Z [ OK ] ModulesTest.PairwiseDistance (0 ms) 2022-09-27T16:20:03.8016823Z [ RUN ] ModulesTest.ELU 2022-09-27T16:20:03.8026011Z [ OK ] ModulesTest.ELU (0 ms) 2022-09-27T16:20:03.8026589Z [ RUN ] ModulesTest.SELU 2022-09-27T16:20:03.8028772Z [ OK ] ModulesTest.SELU (0 ms) 2022-09-27T16:20:03.8029141Z [ RUN ] ModulesTest.Hardshrink 2022-09-27T16:20:03.8034975Z [ OK ] ModulesTest.Hardshrink (0 ms) 2022-09-27T16:20:03.8035344Z [ RUN ] ModulesTest.Hardtanh 2022-09-27T16:20:03.8056175Z [ OK ] ModulesTest.Hardtanh (2 ms) 2022-09-27T16:20:03.8056516Z [ RUN ] ModulesTest.HardtanhMinValGEMaxVal 2022-09-27T16:20:03.8127713Z [ OK ] ModulesTest.HardtanhMinValGEMaxVal (7 ms) 2022-09-27T16:20:03.8128035Z [ RUN ] ModulesTest.LeakyReLU 2022-09-27T16:20:03.8137725Z [ OK ] ModulesTest.LeakyReLU (0 ms) 2022-09-27T16:20:03.8138048Z [ RUN ] ModulesTest.LogSigmoid 2022-09-27T16:20:03.8139535Z [ OK ] ModulesTest.LogSigmoid (0 ms) 2022-09-27T16:20:03.8139964Z [ RUN ] ModulesTest.Softmax 2022-09-27T16:20:03.8140691Z [ OK ] ModulesTest.Softmax (0 ms) 2022-09-27T16:20:03.8141174Z [ RUN ] ModulesTest.Softmin 2022-09-27T16:20:03.8142148Z [ OK ] ModulesTest.Softmin (0 ms) 2022-09-27T16:20:03.8142498Z [ RUN ] ModulesTest.LogSoftmax 2022-09-27T16:20:03.8143291Z [ OK ] ModulesTest.LogSoftmax (0 ms) 2022-09-27T16:20:03.8143627Z [ RUN ] ModulesTest.AdaptiveLogSoftmaxWithLoss 2022-09-27T16:20:03.8164409Z [ OK ] ModulesTest.AdaptiveLogSoftmaxWithLoss (2 ms) 2022-09-27T16:20:03.8164832Z [ RUN ] ModulesTest.Softmax2d 2022-09-27T16:20:03.8173336Z [ OK ] ModulesTest.Softmax2d (0 ms) 2022-09-27T16:20:03.8173625Z [ RUN ] ModulesTest.PReLU 2022-09-27T16:20:03.8177709Z [ OK ] ModulesTest.PReLU (0 ms) 2022-09-27T16:20:03.8178172Z [ RUN ] ModulesTest.ReLU 2022-09-27T16:20:03.8180175Z [ OK ] ModulesTest.ReLU (0 ms) 2022-09-27T16:20:03.8180452Z [ RUN ] ModulesTest.ReLU6 2022-09-27T16:20:03.8182476Z [ OK ] ModulesTest.ReLU6 (0 ms) 2022-09-27T16:20:03.8182730Z [ RUN ] ModulesTest.RReLU 2022-09-27T16:20:03.8212259Z [ OK ] ModulesTest.RReLU (2 ms) 2022-09-27T16:20:03.8212519Z [ RUN ] ModulesTest.CELU 2022-09-27T16:20:03.8219921Z [ OK ] ModulesTest.CELU (0 ms) 2022-09-27T16:20:03.8220193Z [ RUN ] ModulesTest.GLU 2022-09-27T16:20:03.8223473Z [ OK ] ModulesTest.GLU (0 ms) 2022-09-27T16:20:03.8223869Z [ RUN ] ModulesTest.GELU 2022-09-27T16:20:03.8225642Z [ OK ] ModulesTest.GELU (0 ms) 2022-09-27T16:20:03.8226267Z [ RUN ] ModulesTest.TanhGELU 2022-09-27T16:20:03.8227045Z [ OK ] ModulesTest.TanhGELU (0 ms) 2022-09-27T16:20:03.8227405Z [ RUN ] ModulesTest.Mish 2022-09-27T16:20:03.8228114Z [ OK ] ModulesTest.Mish (0 ms) 2022-09-27T16:20:03.8228790Z [ RUN ] ModulesTest.Sigmoid 2022-09-27T16:20:03.8229462Z [ OK ] ModulesTest.Sigmoid (0 ms) 2022-09-27T16:20:03.8229840Z [ RUN ] ModulesTest.PixelShuffle 2022-09-27T16:20:03.8230760Z [ OK ] ModulesTest.PixelShuffle (0 ms) 2022-09-27T16:20:03.8231181Z [ RUN ] ModulesTest.PixelUnshuffle 2022-09-27T16:20:03.8231862Z [ OK ] ModulesTest.PixelUnshuffle (0 ms) 2022-09-27T16:20:03.8232202Z [ RUN ] ModulesTest.Softplus 2022-09-27T16:20:03.8238379Z [ OK ] ModulesTest.Softplus (0 ms) 2022-09-27T16:20:03.8238717Z [ RUN ] ModulesTest.Softshrink 2022-09-27T16:20:03.8243729Z [ OK ] ModulesTest.Softshrink (0 ms) 2022-09-27T16:20:03.8244112Z [ RUN ] ModulesTest.Softsign 2022-09-27T16:20:03.8244891Z [ OK ] ModulesTest.Softsign (0 ms) 2022-09-27T16:20:03.8245243Z [ RUN ] ModulesTest.Tanh 2022-09-27T16:20:03.8246143Z [ OK ] ModulesTest.Tanh (0 ms) 2022-09-27T16:20:03.8246500Z [ RUN ] ModulesTest.Tanhshrink 2022-09-27T16:20:03.8247097Z [ OK ] ModulesTest.Tanhshrink (0 ms) 2022-09-27T16:20:03.8247403Z [ RUN ] ModulesTest.Threshold 2022-09-27T16:20:03.8258076Z [ OK ] ModulesTest.Threshold (1 ms) 2022-09-27T16:20:03.8258563Z [ RUN ] ModulesTest.Upsampling1D 2022-09-27T16:20:03.8259522Z [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:03.8262227Z [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:03.8263733Z [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:03.8265108Z [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:03.8267737Z [ OK ] ModulesTest.Upsampling1D (0 ms) 2022-09-27T16:20:03.8268243Z [ RUN ] ModulesTest.Upsampling2D 2022-09-27T16:20:03.8269429Z [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:03.8271084Z [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:03.8272677Z [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:03.8274245Z [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:03.8275850Z [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:03.8277436Z [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:03.8279051Z [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:03.8280573Z [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:03.8281672Z [ OK ] ModulesTest.Upsampling2D (1 ms) 2022-09-27T16:20:03.8282171Z [ RUN ] ModulesTest.Upsampling3D 2022-09-27T16:20:03.8283440Z [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:03.8285097Z [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:03.8286677Z [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:03.8288424Z [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:03.8289813Z [ OK ] ModulesTest.Upsampling3D (0 ms) 2022-09-27T16:20:03.8290359Z [ RUN ] ModulesTest.CTCLoss 2022-09-27T16:20:03.8293356Z [ OK ] ModulesTest.CTCLoss (0 ms) 2022-09-27T16:20:03.8293922Z [ RUN ] ModulesTest.PoissonNLLLoss 2022-09-27T16:20:03.8294705Z [ OK ] ModulesTest.PoissonNLLLoss (0 ms) 2022-09-27T16:20:03.8295319Z [ RUN ] ModulesTest.MarginRankingLoss 2022-09-27T16:20:03.8298858Z [ OK ] ModulesTest.MarginRankingLoss (0 ms) 2022-09-27T16:20:03.8299544Z [ RUN ] ModulesTest.BCEWithLogitsLoss 2022-09-27T16:20:03.8376892Z [ OK ] ModulesTest.BCEWithLogitsLoss (7 ms) 2022-09-27T16:20:03.8377642Z [ RUN ] ModulesTest.MultiheadAttention 2022-09-27T16:20:10.7354533Z [ OK ] ModulesTest.MultiheadAttention (6897 ms) 2022-09-27T16:20:10.7355342Z [ RUN ] ModulesTest.PrettyPrintIdentity 2022-09-27T16:20:10.7356087Z [ OK ] ModulesTest.PrettyPrintIdentity (0 ms) 2022-09-27T16:20:10.7356794Z [ RUN ] ModulesTest.PrettyPrintFlatten 2022-09-27T16:20:10.7357520Z [ OK ] ModulesTest.PrettyPrintFlatten (0 ms) 2022-09-27T16:20:10.7358243Z [ RUN ] ModulesTest.PrettyPrintUnflatten 2022-09-27T16:20:10.7358946Z [ OK ] ModulesTest.PrettyPrintUnflatten (0 ms) 2022-09-27T16:20:10.7359626Z [ RUN ] ModulesTest.ReflectionPad1d 2022-09-27T16:20:10.7360294Z [ OK ] ModulesTest.ReflectionPad1d (0 ms) 2022-09-27T16:20:10.7360944Z [ RUN ] ModulesTest.ReflectionPad2d 2022-09-27T16:20:10.7361592Z [ OK ] ModulesTest.ReflectionPad2d (0 ms) 2022-09-27T16:20:10.7362236Z [ RUN ] ModulesTest.ReflectionPad3d 2022-09-27T16:20:10.7362889Z [ OK ] ModulesTest.ReflectionPad3d (0 ms) 2022-09-27T16:20:10.7363517Z [ RUN ] ModulesTest.ReplicationPad1d 2022-09-27T16:20:10.7364196Z [ OK ] ModulesTest.ReplicationPad1d (0 ms) 2022-09-27T16:20:10.7364855Z [ RUN ] ModulesTest.ReplicationPad2d 2022-09-27T16:20:10.7367044Z [ OK ] ModulesTest.ReplicationPad2d (0 ms) 2022-09-27T16:20:10.7367714Z [ RUN ] ModulesTest.ReplicationPad3d 2022-09-27T16:20:10.7370659Z [ OK ] ModulesTest.ReplicationPad3d (0 ms) 2022-09-27T16:20:10.7371314Z [ RUN ] ModulesTest.ZeroPad2d 2022-09-27T16:20:10.7372557Z [ OK ] ModulesTest.ZeroPad2d (0 ms) 2022-09-27T16:20:10.7373171Z [ RUN ] ModulesTest.ConstantPad1d 2022-09-27T16:20:10.7374695Z [ OK ] ModulesTest.ConstantPad1d (0 ms) 2022-09-27T16:20:10.7375334Z [ RUN ] ModulesTest.ConstantPad2d 2022-09-27T16:20:10.7376447Z [ OK ] ModulesTest.ConstantPad2d (0 ms) 2022-09-27T16:20:10.7377092Z [ RUN ] ModulesTest.ConstantPad3d 2022-09-27T16:20:10.7379762Z [ OK ] ModulesTest.ConstantPad3d (0 ms) 2022-09-27T16:20:10.7380158Z [ RUN ] ModulesTest.CrossMapLRN2d 2022-09-27T16:20:10.7385700Z [ OK ] ModulesTest.CrossMapLRN2d (0 ms) 2022-09-27T16:20:10.7386194Z [ RUN ] ModulesTest.RNNCell 2022-09-27T16:20:10.7388134Z [ OK ] ModulesTest.RNNCell (0 ms) 2022-09-27T16:20:10.7388751Z [ RUN ] ModulesTest.LSTMCell 2022-09-27T16:20:10.7391856Z [ OK ] ModulesTest.LSTMCell (0 ms) 2022-09-27T16:20:10.7392360Z [ RUN ] ModulesTest.GRUCell 2022-09-27T16:20:10.7394998Z [ OK ] ModulesTest.GRUCell (0 ms) 2022-09-27T16:20:10.7395659Z [ RUN ] ModulesTest.PrettyPrintLinear 2022-09-27T16:20:10.7396313Z [ OK ] ModulesTest.PrettyPrintLinear (0 ms) 2022-09-27T16:20:10.7396963Z [ RUN ] ModulesTest.PrettyPrintBilinear 2022-09-27T16:20:10.7397633Z [ OK ] ModulesTest.PrettyPrintBilinear (0 ms) 2022-09-27T16:20:10.7398254Z [ RUN ] ModulesTest.PrettyPrintConv 2022-09-27T16:20:10.7398859Z [ OK ] ModulesTest.PrettyPrintConv (0 ms) 2022-09-27T16:20:10.7399563Z [ RUN ] ModulesTest.PrettyPrintConvTranspose 2022-09-27T16:20:10.7400180Z [ OK ] ModulesTest.PrettyPrintConvTranspose (0 ms) 2022-09-27T16:20:10.7400778Z [ RUN ] ModulesTest.PrettyPrintUpsample 2022-09-27T16:20:10.7401343Z [ OK ] ModulesTest.PrettyPrintUpsample (0 ms) 2022-09-27T16:20:10.7401873Z [ RUN ] ModulesTest.PrettyPrintFold 2022-09-27T16:20:10.7402401Z [ OK ] ModulesTest.PrettyPrintFold (0 ms) 2022-09-27T16:20:10.7403406Z [ RUN ] ModulesTest.PrettyPrintUnfold 2022-09-27T16:20:10.7404114Z [ OK ] ModulesTest.PrettyPrintUnfold (0 ms) 2022-09-27T16:20:10.7404838Z [ RUN ] ModulesTest.PrettyPrintMaxPool 2022-09-27T16:20:10.7405565Z [ OK ] ModulesTest.PrettyPrintMaxPool (0 ms) 2022-09-27T16:20:10.7406264Z [ RUN ] ModulesTest.PrettyPrintAvgPool 2022-09-27T16:20:10.7407151Z [ OK ] ModulesTest.PrettyPrintAvgPool (0 ms) 2022-09-27T16:20:10.7408232Z [ RUN ] ModulesTest.PrettyPrinFractionalMaxPool 2022-09-27T16:20:10.7409226Z [ OK ] ModulesTest.PrettyPrinFractionalMaxPool (0 ms) 2022-09-27T16:20:10.7409987Z [ RUN ] ModulesTest.PrettyPrintLPPool 2022-09-27T16:20:10.7410680Z [ OK ] ModulesTest.PrettyPrintLPPool (0 ms) 2022-09-27T16:20:10.7411429Z [ RUN ] ModulesTest.PrettyPrintAdaptiveMaxPool 2022-09-27T16:20:10.7412258Z [ OK ] ModulesTest.PrettyPrintAdaptiveMaxPool (0 ms) 2022-09-27T16:20:10.7413140Z [ RUN ] ModulesTest.PrettyPrintAdaptiveAvgPool 2022-09-27T16:20:10.7413964Z [ OK ] ModulesTest.PrettyPrintAdaptiveAvgPool (0 ms) 2022-09-27T16:20:10.7414720Z [ RUN ] ModulesTest.PrettyPrintMaxUnpool 2022-09-27T16:20:10.7415473Z [ OK ] ModulesTest.PrettyPrintMaxUnpool (0 ms) 2022-09-27T16:20:10.7416191Z [ RUN ] ModulesTest.PrettyPrintDropout 2022-09-27T16:20:10.7416907Z [ OK ] ModulesTest.PrettyPrintDropout (0 ms) 2022-09-27T16:20:10.7417628Z [ RUN ] ModulesTest.PrettyPrintDropout2d 2022-09-27T16:20:10.7418377Z [ OK ] ModulesTest.PrettyPrintDropout2d (0 ms) 2022-09-27T16:20:10.7419086Z [ RUN ] ModulesTest.PrettyPrintDropout3d 2022-09-27T16:20:10.7419814Z [ OK ] ModulesTest.PrettyPrintDropout3d (0 ms) 2022-09-27T16:20:10.7420547Z [ RUN ] ModulesTest.PrettyPrintFunctional 2022-09-27T16:20:10.7421301Z [ OK ] ModulesTest.PrettyPrintFunctional (0 ms) 2022-09-27T16:20:10.7422037Z [ RUN ] ModulesTest.PrettyPrintBatchNorm1d 2022-09-27T16:20:10.7422794Z [ OK ] ModulesTest.PrettyPrintBatchNorm1d (0 ms) 2022-09-27T16:20:10.7423535Z [ RUN ] ModulesTest.PrettyPrintBatchNorm2d 2022-09-27T16:20:10.7424274Z [ OK ] ModulesTest.PrettyPrintBatchNorm2d (0 ms) 2022-09-27T16:20:10.7425241Z [ RUN ] ModulesTest.PrettyPrintBatchNorm3d 2022-09-27T16:20:10.7426002Z [ OK ] ModulesTest.PrettyPrintBatchNorm3d (0 ms) 2022-09-27T16:20:10.7426855Z [ RUN ] ModulesTest.PrettyPrintInstanceNorm1d 2022-09-27T16:20:10.7427654Z [ OK ] ModulesTest.PrettyPrintInstanceNorm1d (0 ms) 2022-09-27T16:20:10.7428450Z [ RUN ] ModulesTest.PrettyPrintInstanceNorm2d 2022-09-27T16:20:10.7429249Z [ OK ] ModulesTest.PrettyPrintInstanceNorm2d (0 ms) 2022-09-27T16:20:10.7430002Z [ RUN ] ModulesTest.PrettyPrintInstanceNorm3d 2022-09-27T16:20:10.7430801Z [ OK ] ModulesTest.PrettyPrintInstanceNorm3d (0 ms) 2022-09-27T16:20:10.7431547Z [ RUN ] ModulesTest.PrettyPrintLayerNorm 2022-09-27T16:20:10.7432258Z [ OK ] ModulesTest.PrettyPrintLayerNorm (0 ms) 2022-09-27T16:20:10.7432967Z [ RUN ] ModulesTest.PrettyPrintGroupNorm 2022-09-27T16:20:10.7433714Z [ OK ] ModulesTest.PrettyPrintGroupNorm (0 ms) 2022-09-27T16:20:10.7434485Z [ RUN ] ModulesTest.PrettyPrintLocalResponseNorm 2022-09-27T16:20:10.7435335Z [ OK ] ModulesTest.PrettyPrintLocalResponseNorm (0 ms) 2022-09-27T16:20:10.7436112Z [ RUN ] ModulesTest.PrettyPrintEmbedding 2022-09-27T16:20:10.7436840Z [ OK ] ModulesTest.PrettyPrintEmbedding (0 ms) 2022-09-27T16:20:10.7437561Z [ RUN ] ModulesTest.PrettyPrintEmbeddingBag 2022-09-27T16:20:10.7438335Z [ OK ] ModulesTest.PrettyPrintEmbeddingBag (0 ms) 2022-09-27T16:20:10.7439054Z [ RUN ] ModulesTest.PrettyPrintL1Loss 2022-09-27T16:20:10.7439728Z [ OK ] ModulesTest.PrettyPrintL1Loss (0 ms) 2022-09-27T16:20:10.7440422Z [ RUN ] ModulesTest.PrettyPrintKLDivLoss 2022-09-27T16:20:10.7441151Z [ OK ] ModulesTest.PrettyPrintKLDivLoss (0 ms) 2022-09-27T16:20:10.7441828Z [ RUN ] ModulesTest.PrettyPrintMSELoss 2022-09-27T16:20:10.7442533Z [ OK ] ModulesTest.PrettyPrintMSELoss (0 ms) 2022-09-27T16:20:10.7443222Z [ RUN ] ModulesTest.PrettyPrintBCELoss 2022-09-27T16:20:10.7443927Z [ OK ] ModulesTest.PrettyPrintBCELoss (0 ms) 2022-09-27T16:20:10.7444679Z [ RUN ] ModulesTest.PrettyPrintHingeEmbeddingLoss 2022-09-27T16:20:10.7445531Z [ OK ] ModulesTest.PrettyPrintHingeEmbeddingLoss (0 ms) 2022-09-27T16:20:10.7446361Z [ RUN ] ModulesTest.PrettyPrintCosineEmbeddingLoss 2022-09-27T16:20:10.7447197Z [ OK ] ModulesTest.PrettyPrintCosineEmbeddingLoss (0 ms) 2022-09-27T16:20:10.7448026Z [ RUN ] ModulesTest.PrettyPrintTripletMarginLoss 2022-09-27T16:20:10.7448939Z [ OK ] ModulesTest.PrettyPrintTripletMarginLoss (0 ms) 2022-09-27T16:20:10.7449973Z [ RUN ] ModulesTest.PrettyPrintTripletMarginWithDistanceLoss 2022-09-27T16:20:10.7450960Z [ OK ] ModulesTest.PrettyPrintTripletMarginWithDistanceLoss (0 ms) 2022-09-27T16:20:10.7451807Z [ RUN ] ModulesTest.PrettyPrintNLLLoss 2022-09-27T16:20:10.7452523Z [ OK ] ModulesTest.PrettyPrintNLLLoss (0 ms) 2022-09-27T16:20:10.7453259Z [ RUN ] ModulesTest.PrettyPrinCrossEntropyLoss 2022-09-27T16:20:10.7454065Z [ OK ] ModulesTest.PrettyPrinCrossEntropyLoss (0 ms) 2022-09-27T16:20:10.7454908Z [ RUN ] ModulesTest.PrettyPrintMultiLabelMarginLoss 2022-09-27T16:20:10.7455774Z [ OK ] ModulesTest.PrettyPrintMultiLabelMarginLoss (0 ms) 2022-09-27T16:20:10.7456684Z [ RUN ] ModulesTest.PrettyPrintMultiLabelSoftMarginLoss 2022-09-27T16:20:10.7457621Z [ OK ] ModulesTest.PrettyPrintMultiLabelSoftMarginLoss (0 ms) 2022-09-27T16:20:10.7458476Z [ RUN ] ModulesTest.PrettyPrintSoftMarginLoss 2022-09-27T16:20:10.7459255Z [ OK ] ModulesTest.PrettyPrintSoftMarginLoss (0 ms) 2022-09-27T16:20:10.7460172Z [ RUN ] ModulesTest.PrettyPrintCosineSimilarity 2022-09-27T16:20:10.7461005Z [ OK ] ModulesTest.PrettyPrintCosineSimilarity (0 ms) 2022-09-27T16:20:10.7461887Z [ RUN ] ModulesTest.PrettyPrintPairwiseDistance 2022-09-27T16:20:10.7462688Z [ OK ] ModulesTest.PrettyPrintPairwiseDistance (0 ms) 2022-09-27T16:20:10.7463482Z [ RUN ] ModulesTest.PrettyPrintReflectionPad 2022-09-27T16:20:10.7464238Z [ OK ] ModulesTest.PrettyPrintReflectionPad (0 ms) 2022-09-27T16:20:10.7465007Z [ RUN ] ModulesTest.PrettyPrintReplicationPad 2022-09-27T16:20:10.7465797Z [ OK ] ModulesTest.PrettyPrintReplicationPad (0 ms) 2022-09-27T16:20:10.7466548Z [ RUN ] ModulesTest.PrettyPrintZeroPad2d 2022-09-27T16:20:10.7467259Z [ OK ] ModulesTest.PrettyPrintZeroPad2d (0 ms) 2022-09-27T16:20:10.7467991Z [ RUN ] ModulesTest.PrettyPrintConstantPad 2022-09-27T16:20:10.7468750Z [ OK ] ModulesTest.PrettyPrintConstantPad (0 ms) 2022-09-27T16:20:10.7469476Z [ RUN ] ModulesTest.PrettyPrintNestedModel 2022-09-27T16:20:10.7470235Z [ OK ] ModulesTest.PrettyPrintNestedModel (0 ms) 2022-09-27T16:20:10.7470932Z [ RUN ] ModulesTest.PrettyPrintELU 2022-09-27T16:20:10.7471697Z [ OK ] ModulesTest.PrettyPrintELU (0 ms) 2022-09-27T16:20:10.7472336Z [ RUN ] ModulesTest.PrettyPrintSELU 2022-09-27T16:20:10.7473017Z [ OK ] ModulesTest.PrettyPrintSELU (0 ms) 2022-09-27T16:20:10.7473669Z [ RUN ] ModulesTest.PrettyPrintGLU 2022-09-27T16:20:10.7474331Z [ OK ] ModulesTest.PrettyPrintGLU (0 ms) 2022-09-27T16:20:10.7474999Z [ RUN ] ModulesTest.PrettyPrintHardshrink 2022-09-27T16:20:10.7475733Z [ OK ] ModulesTest.PrettyPrintHardshrink (0 ms) 2022-09-27T16:20:10.7476445Z [ RUN ] ModulesTest.PrettyPrintHardtanh 2022-09-27T16:20:10.7477145Z [ OK ] ModulesTest.PrettyPrintHardtanh (0 ms) 2022-09-27T16:20:10.7477852Z [ RUN ] ModulesTest.PrettyPrintLeakyReLU 2022-09-27T16:20:10.7478589Z [ OK ] ModulesTest.PrettyPrintLeakyReLU (0 ms) 2022-09-27T16:20:10.7479296Z [ RUN ] ModulesTest.PrettyPrintLogSigmoid 2022-09-27T16:20:10.7480191Z [ OK ] ModulesTest.PrettyPrintLogSigmoid (0 ms) 2022-09-27T16:20:10.7480914Z [ RUN ] ModulesTest.PrettyPrintSoftmax 2022-09-27T16:20:10.7481633Z [ OK ] ModulesTest.PrettyPrintSoftmax (0 ms) 2022-09-27T16:20:10.7482311Z [ RUN ] ModulesTest.PrettyPrintSoftmin 2022-09-27T16:20:10.7483026Z [ OK ] ModulesTest.PrettyPrintSoftmin (0 ms) 2022-09-27T16:20:10.7483742Z [ RUN ] ModulesTest.PrettyPrintLogSoftmax 2022-09-27T16:20:10.7484471Z [ OK ] ModulesTest.PrettyPrintLogSoftmax (0 ms) 2022-09-27T16:20:10.7485196Z [ RUN ] ModulesTest.PrettyPrintSoftmax2d 2022-09-27T16:20:10.7485947Z [ OK ] ModulesTest.PrettyPrintSoftmax2d (0 ms) 2022-09-27T16:20:10.7486624Z [ RUN ] ModulesTest.PrettyPrintPReLU 2022-09-27T16:20:10.7487300Z [ OK ] ModulesTest.PrettyPrintPReLU (0 ms) 2022-09-27T16:20:10.7487979Z [ RUN ] ModulesTest.PrettyPrintReLU 2022-09-27T16:20:10.7488710Z [ OK ] ModulesTest.PrettyPrintReLU (0 ms) 2022-09-27T16:20:10.7489468Z [ RUN ] ModulesTest.PrettyPrintReLU6 2022-09-27T16:20:10.7490139Z [ OK ] ModulesTest.PrettyPrintReLU6 (0 ms) 2022-09-27T16:20:10.7490800Z [ RUN ] ModulesTest.PrettyPrintRReLU 2022-09-27T16:20:10.7491460Z [ OK ] ModulesTest.PrettyPrintRReLU (0 ms) 2022-09-27T16:20:10.7492128Z [ RUN ] ModulesTest.PrettyPrintCELU 2022-09-27T16:20:10.7492798Z [ OK ] ModulesTest.PrettyPrintCELU (0 ms) 2022-09-27T16:20:10.7493450Z [ RUN ] ModulesTest.PrettyPrintSigmoid 2022-09-27T16:20:10.7494271Z [ OK ] ModulesTest.PrettyPrintSigmoid (0 ms) 2022-09-27T16:20:10.7495025Z [ RUN ] ModulesTest.PrettyPrintPixelShuffle 2022-09-27T16:20:10.7495853Z [ OK ] ModulesTest.PrettyPrintPixelShuffle (0 ms) 2022-09-27T16:20:10.7496626Z [ RUN ] ModulesTest.PrettyPrintPixelUnshuffle 2022-09-27T16:20:10.7497418Z [ OK ] ModulesTest.PrettyPrintPixelUnshuffle (0 ms) 2022-09-27T16:20:10.7498163Z [ RUN ] ModulesTest.PrettyPrintSoftplus 2022-09-27T16:20:10.7498863Z [ OK ] ModulesTest.PrettyPrintSoftplus (0 ms) 2022-09-27T16:20:10.7499585Z [ RUN ] ModulesTest.PrettyPrintSoftshrink 2022-09-27T16:20:10.7500329Z [ OK ] ModulesTest.PrettyPrintSoftshrink (0 ms) 2022-09-27T16:20:10.7501024Z [ RUN ] ModulesTest.PrettyPrintSoftsign 2022-09-27T16:20:10.7501739Z [ OK ] ModulesTest.PrettyPrintSoftsign (0 ms) 2022-09-27T16:20:10.7502420Z [ RUN ] ModulesTest.PrettyPrintTanh 2022-09-27T16:20:10.7503079Z [ OK ] ModulesTest.PrettyPrintTanh (0 ms) 2022-09-27T16:20:10.7503784Z [ RUN ] ModulesTest.PrettyPrintTanhshrink 2022-09-27T16:20:10.7504521Z [ OK ] ModulesTest.PrettyPrintTanhshrink (0 ms) 2022-09-27T16:20:10.7505237Z [ RUN ] ModulesTest.PrettyPrintThreshold 2022-09-27T16:20:10.7505945Z [ OK ] ModulesTest.PrettyPrintThreshold (0 ms) 2022-09-27T16:20:10.7506641Z [ RUN ] ModulesTest.PrettyPrintCTCLoss 2022-09-27T16:20:10.7507335Z [ OK ] ModulesTest.PrettyPrintCTCLoss (0 ms) 2022-09-27T16:20:10.7508050Z [ RUN ] ModulesTest.PrettyPrintPoissonNLLLoss 2022-09-27T16:20:10.7508839Z [ OK ] ModulesTest.PrettyPrintPoissonNLLLoss (0 ms) 2022-09-27T16:20:10.7509640Z [ RUN ] ModulesTest.PrettyPrintMarginRankingLoss 2022-09-27T16:20:10.7510449Z [ OK ] ModulesTest.PrettyPrintMarginRankingLoss (0 ms) 2022-09-27T16:20:10.7511263Z [ RUN ] ModulesTest.PrettyPrintCrossMapLRN2d 2022-09-27T16:20:10.7512048Z [ OK ] ModulesTest.PrettyPrintCrossMapLRN2d (0 ms) 2022-09-27T16:20:10.7512802Z [ RUN ] ModulesTest.PrettyPrintAlphaDropout 2022-09-27T16:20:10.7513549Z [ OK ] ModulesTest.PrettyPrintAlphaDropout (0 ms) 2022-09-27T16:20:10.7514359Z [ RUN ] ModulesTest.PrettyPrintFeatureAlphaDropout 2022-09-27T16:20:10.7515225Z [ OK ] ModulesTest.PrettyPrintFeatureAlphaDropout (0 ms) 2022-09-27T16:20:10.7516037Z [ RUN ] ModulesTest.PrettyPrintBCEWithLogitsLoss 2022-09-27T16:20:10.7516867Z [ OK ] ModulesTest.PrettyPrintBCEWithLogitsLoss (0 ms) 2022-09-27T16:20:10.7517687Z [ RUN ] ModulesTest.PrettyPrintMultiheadAttention 2022-09-27T16:20:10.7518507Z [ OK ] ModulesTest.PrettyPrintMultiheadAttention (0 ms) 2022-09-27T16:20:10.7519253Z [ RUN ] ModulesTest.PrettyPrintRNNCell 2022-09-27T16:20:10.7519956Z [ OK ] ModulesTest.PrettyPrintRNNCell (0 ms) 2022-09-27T16:20:10.7520649Z [ RUN ] ModulesTest.PrettyPrintLSTMCell 2022-09-27T16:20:10.7521346Z [ OK ] ModulesTest.PrettyPrintLSTMCell (0 ms) 2022-09-27T16:20:10.7522040Z [ RUN ] ModulesTest.PrettyPrintGRUCell 2022-09-27T16:20:10.7522740Z [ OK ] ModulesTest.PrettyPrintGRUCell (0 ms) 2022-09-27T16:20:10.7523548Z [ RUN ] ModulesTest.PrettyPrintAdaptiveLogSoftmaxWithLoss 2022-09-27T16:20:10.7524508Z [ OK ] ModulesTest.PrettyPrintAdaptiveLogSoftmaxWithLoss (0 ms) 2022-09-27T16:20:10.7525341Z [----------] 256 tests from ModulesTest (7155 ms total) 2022-09-27T16:20:10.7525668Z 2022-09-27T16:20:10.7525944Z [----------] 1 test from NestedTest 2022-09-27T16:20:10.7526492Z [ RUN ] NestedTest.Nested 2022-09-27T16:20:10.7527323Z [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:10.7528298Z [ OK ] NestedTest.Nested (0 ms) 2022-09-27T16:20:10.7528923Z [----------] 1 test from NestedTest (0 ms total) 2022-09-27T16:20:10.7529325Z 2022-09-27T16:20:10.7529685Z [----------] 10 tests from ParameterDictTest 2022-09-27T16:20:10.7530404Z [ RUN ] ParameterDictTest.ConstructFromTensor 2022-09-27T16:20:10.7531190Z [ OK ] ParameterDictTest.ConstructFromTensor (0 ms) 2022-09-27T16:20:10.7532007Z [ RUN ] ParameterDictTest.ConstructFromOrderedDict 2022-09-27T16:20:10.7532887Z [ OK ] ParameterDictTest.ConstructFromOrderedDict (0 ms) 2022-09-27T16:20:10.7533685Z [ RUN ] ParameterDictTest.InsertAndContains 2022-09-27T16:20:10.7534440Z [ OK ] ParameterDictTest.InsertAndContains (0 ms) 2022-09-27T16:20:10.7535180Z [ RUN ] ParameterDictTest.InsertAndClear 2022-09-27T16:20:10.7535919Z [ OK ] ParameterDictTest.InsertAndClear (0 ms) 2022-09-27T16:20:10.7536608Z [ RUN ] ParameterDictTest.InsertAndPop 2022-09-27T16:20:10.7537327Z [ OK ] ParameterDictTest.InsertAndPop (1 ms) 2022-09-27T16:20:10.7538022Z [ RUN ] ParameterDictTest.SimpleUpdate 2022-09-27T16:20:10.7538732Z [ OK ] ParameterDictTest.SimpleUpdate (1 ms) 2022-09-27T16:20:10.7539375Z [ RUN ] ParameterDictTest.Keys 2022-09-27T16:20:10.7539997Z [ OK ] ParameterDictTest.Keys (0 ms) 2022-09-27T16:20:10.7540619Z [ RUN ] ParameterDictTest.Values 2022-09-27T16:20:10.7541245Z [ OK ] ParameterDictTest.Values (0 ms) 2022-09-27T16:20:10.7541877Z [ RUN ] ParameterDictTest.Get 2022-09-27T16:20:10.7542480Z [ OK ] ParameterDictTest.Get (0 ms) 2022-09-27T16:20:10.7543198Z [ RUN ] ParameterDictTest.PrettyPrintParameterDict 2022-09-27T16:20:10.7544060Z [ OK ] ParameterDictTest.PrettyPrintParameterDict (0 ms) 2022-09-27T16:20:10.7544868Z [----------] 10 tests from ParameterDictTest (2 ms total) 2022-09-27T16:20:10.7545214Z 2022-09-27T16:20:10.7545534Z [----------] 8 tests from ParameterListTest 2022-09-27T16:20:10.7546291Z [ RUN ] ParameterListTest.ConstructsFromSharedPointer 2022-09-27T16:20:10.7547203Z [ OK ] ParameterListTest.ConstructsFromSharedPointer (2 ms) 2022-09-27T16:20:10.7547955Z [ RUN ] ParameterListTest.isEmpty 2022-09-27T16:20:10.7548579Z [ OK ] ParameterListTest.isEmpty (0 ms) 2022-09-27T16:20:10.7549309Z [ RUN ] ParameterListTest.PushBackAddsAnElement 2022-09-27T16:20:10.7550119Z [ OK ] ParameterListTest.PushBackAddsAnElement (0 ms) 2022-09-27T16:20:10.7550859Z [ RUN ] ParameterListTest.ForEachLoop 2022-09-27T16:20:10.7551556Z [ OK ] ParameterListTest.ForEachLoop (0 ms) 2022-09-27T16:20:10.7552238Z [ RUN ] ParameterListTest.AccessWithAt 2022-09-27T16:20:10.7552949Z [ OK ] ParameterListTest.AccessWithAt (3 ms) 2022-09-27T16:20:10.7553872Z [ RUN ] ParameterListTest.ExtendPushesParametersFromOtherParameterList 2022-09-27T16:20:10.7555042Z [ OK ] ParameterListTest.ExtendPushesParametersFromOtherParameterList (0 ms) 2022-09-27T16:20:10.7556035Z [ RUN ] ParameterListTest.PrettyPrintParameterList 2022-09-27T16:20:10.7556870Z [ OK ] ParameterListTest.PrettyPrintParameterList (0 ms) 2022-09-27T16:20:10.7557627Z [ RUN ] ParameterListTest.IncrementAdd 2022-09-27T16:20:10.7558325Z [ OK ] ParameterListTest.IncrementAdd (0 ms) 2022-09-27T16:20:10.7559017Z [----------] 8 tests from ParameterListTest (5 ms total) 2022-09-27T16:20:10.7559358Z 2022-09-27T16:20:10.7559672Z [----------] 1 test from NamespaceTests 2022-09-27T16:20:10.7560633Z [ RUN ] NamespaceTests.NotLeakingSymbolsFromTorchAutogradNamespace 2022-09-27T16:20:10.7561747Z [ OK ] NamespaceTests.NotLeakingSymbolsFromTorchAutogradNamespace (0 ms) 2022-09-27T16:20:10.7562705Z [----------] 1 test from NamespaceTests (0 ms total) 2022-09-27T16:20:10.7563036Z 2022-09-27T16:20:10.7563348Z [----------] 7 tests from NNUtilsTest 2022-09-27T16:20:10.7563948Z [ RUN ] NNUtilsTest.ClipGradNorm 2022-09-27T16:20:10.7564569Z [ OK ] NNUtilsTest.ClipGradNorm (1 ms) 2022-09-27T16:20:10.7565297Z [ RUN ] NNUtilsTest.ClipGradNormErrorIfNonfinite 2022-09-27T16:20:10.9136827Z [ OK ] NNUtilsTest.ClipGradNormErrorIfNonfinite (161 ms) 2022-09-27T16:20:10.9137596Z [ RUN ] NNUtilsTest.ClipGradValue 2022-09-27T16:20:10.9138254Z [ OK ] NNUtilsTest.ClipGradValue (0 ms) 2022-09-27T16:20:10.9138925Z [ RUN ] NNUtilsTest.ConvertParameters 2022-09-27T16:20:10.9141595Z [ OK ] NNUtilsTest.ConvertParameters (0 ms) 2022-09-27T16:20:10.9142247Z [ RUN ] NNUtilsTest.PackSequence 2022-09-27T16:20:10.9452714Z [ OK ] NNUtilsTest.PackSequence (31 ms) 2022-09-27T16:20:10.9453099Z [ RUN ] NNUtilsTest.PackPaddedSequence 2022-09-27T16:20:10.9583729Z [ OK ] NNUtilsTest.PackPaddedSequence (13 ms) 2022-09-27T16:20:10.9584244Z [ RUN ] NNUtilsTest.PadSequence 2022-09-27T16:20:10.9636990Z [ OK ] NNUtilsTest.PadSequence (5 ms) 2022-09-27T16:20:10.9637619Z [----------] 7 tests from NNUtilsTest (212 ms total) 2022-09-27T16:20:10.9637870Z 2022-09-27T16:20:10.9638042Z [----------] 3 tests from PackedSequenceTest 2022-09-27T16:20:10.9638342Z [ RUN ] PackedSequenceTest.WrongOrder 2022-09-27T16:20:10.9668784Z [ OK ] PackedSequenceTest.WrongOrder (3 ms) 2022-09-27T16:20:10.9669459Z [ RUN ] PackedSequenceTest.TotalLength 2022-09-27T16:20:10.9740599Z [ OK ] PackedSequenceTest.TotalLength (7 ms) 2022-09-27T16:20:10.9741054Z [ RUN ] PackedSequenceTest.To 2022-09-27T16:20:10.9741831Z [ OK ] PackedSequenceTest.To (0 ms) 2022-09-27T16:20:10.9742392Z [----------] 3 tests from PackedSequenceTest (10 ms total) 2022-09-27T16:20:10.9742689Z 2022-09-27T16:20:10.9742912Z [----------] 34 tests from OptimTest 2022-09-27T16:20:10.9743209Z [ RUN ] OptimTest.OptimizerAccessors 2022-09-27T16:20:10.9767521Z [ OK ] OptimTest.OptimizerAccessors (2 ms) 2022-09-27T16:20:10.9768063Z [ RUN ] OptimTest.OldInterface 2022-09-27T16:20:10.9769349Z [ OK ] OptimTest.OldInterface (0 ms) 2022-09-27T16:20:10.9769900Z [ RUN ] OptimTest.XORConvergence_SGD 2022-09-27T16:20:11.9483068Z [ OK ] OptimTest.XORConvergence_SGD (971 ms) 2022-09-27T16:20:11.9483449Z [ RUN ] OptimTest.XORConvergence_LBFGS 2022-09-27T16:20:12.6367383Z [ OK ] OptimTest.XORConvergence_LBFGS (688 ms) 2022-09-27T16:20:12.6367761Z [ RUN ] OptimTest.XORConvergence_Adagrad 2022-09-27T16:20:13.0225038Z [ OK ] OptimTest.XORConvergence_Adagrad (385 ms) 2022-09-27T16:20:13.0225396Z [ RUN ] OptimTest.XORConvergence_RMSprop 2022-09-27T16:20:13.4049673Z [ OK ] OptimTest.XORConvergence_RMSprop (382 ms) 2022-09-27T16:20:13.4050046Z [ RUN ] OptimTest.XORConvergence_RMSpropWithMomentum 2022-09-27T16:20:14.6258141Z [ OK ] OptimTest.XORConvergence_RMSpropWithMomentum (1220 ms) 2022-09-27T16:20:14.6258536Z [ RUN ] OptimTest.XORConvergence_Adam 2022-09-27T16:20:15.0256525Z [ OK ] OptimTest.XORConvergence_Adam (399 ms) 2022-09-27T16:20:15.0256934Z [ RUN ] OptimTest.XORConvergence_AdamWithAmsgrad 2022-09-27T16:20:15.4269418Z [ OK ] OptimTest.XORConvergence_AdamWithAmsgrad (401 ms) 2022-09-27T16:20:15.4270063Z [ RUN ] OptimTest.ProducesPyTorchValues_Adam 2022-09-27T16:20:15.5821323Z [ OK ] OptimTest.ProducesPyTorchValues_Adam (155 ms) 2022-09-27T16:20:15.5821942Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecay 2022-09-27T16:20:15.7419397Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecay (159 ms) 2022-09-27T16:20:15.7419862Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecayAndAMSGrad 2022-09-27T16:20:15.9083879Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecayAndAMSGrad (166 ms) 2022-09-27T16:20:15.9084277Z [ RUN ] OptimTest.XORConvergence_AdamW 2022-09-27T16:20:16.3130666Z [ OK ] OptimTest.XORConvergence_AdamW (404 ms) 2022-09-27T16:20:16.3131076Z [ RUN ] OptimTest.XORConvergence_AdamWWithAmsgrad 2022-09-27T16:20:16.7169962Z [ OK ] OptimTest.XORConvergence_AdamWWithAmsgrad (403 ms) 2022-09-27T16:20:16.7170372Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamW 2022-09-27T16:20:16.8786512Z [ OK ] OptimTest.ProducesPyTorchValues_AdamW (161 ms) 2022-09-27T16:20:16.8786958Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWWithoutWeightDecay 2022-09-27T16:20:17.0329979Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWWithoutWeightDecay (154 ms) 2022-09-27T16:20:17.0330425Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWWithAMSGrad 2022-09-27T16:20:17.1989136Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWWithAMSGrad (165 ms) 2022-09-27T16:20:17.1989550Z [ RUN ] OptimTest.ProducesPyTorchValues_Adagrad 2022-09-27T16:20:17.3290814Z [ OK ] OptimTest.ProducesPyTorchValues_Adagrad (130 ms) 2022-09-27T16:20:17.3291239Z [ RUN ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecay 2022-09-27T16:20:17.4642959Z [ OK ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecay (135 ms) 2022-09-27T16:20:17.4643418Z [ RUN ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecayAndLRDecay 2022-09-27T16:20:17.6004498Z [ OK ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecayAndLRDecay (136 ms) 2022-09-27T16:20:17.6004922Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSprop 2022-09-27T16:20:17.7385558Z [ OK ] OptimTest.ProducesPyTorchValues_RMSprop (138 ms) 2022-09-27T16:20:17.7386014Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecay 2022-09-27T16:20:17.8813600Z [ OK ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecay (142 ms) 2022-09-27T16:20:17.8814055Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCentered 2022-09-27T16:20:18.0365336Z [ OK ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCentered (155 ms) 2022-09-27T16:20:18.0365868Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCenteredAndMomentum 2022-09-27T16:20:18.2013627Z [ OK ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCenteredAndMomentum (164 ms) 2022-09-27T16:20:18.2014082Z [ RUN ] OptimTest.ProducesPyTorchValues_SGD 2022-09-27T16:20:18.3044006Z [ OK ] OptimTest.ProducesPyTorchValues_SGD (103 ms) 2022-09-27T16:20:18.3044406Z [ RUN ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecay 2022-09-27T16:20:18.4155992Z [ OK ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecay (111 ms) 2022-09-27T16:20:18.4156445Z [ RUN ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndMomentum 2022-09-27T16:20:18.5413190Z [ OK ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndMomentum (125 ms) 2022-09-27T16:20:18.5413677Z [ RUN ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndNesterovMomentum 2022-09-27T16:20:18.6716321Z [ OK ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndNesterovMomentum (130 ms) 2022-09-27T16:20:18.6716948Z [ RUN ] OptimTest.ProducesPyTorchValues_LBFGS 2022-09-27T16:20:18.7909746Z [ OK ] OptimTest.ProducesPyTorchValues_LBFGS (119 ms) 2022-09-27T16:20:18.7910175Z [ RUN ] OptimTest.ProducesPyTorchValues_LBFGS_with_line_search 2022-09-27T16:20:19.2753214Z [ OK ] OptimTest.ProducesPyTorchValues_LBFGS_with_line_search (484 ms) 2022-09-27T16:20:19.2753634Z [ RUN ] OptimTest.ZeroGrad 2022-09-27T16:20:19.2753971Z [ OK ] OptimTest.ZeroGrad (0 ms) 2022-09-27T16:20:19.2754354Z [ RUN ] OptimTest.ExternalVectorOfParameters 2022-09-27T16:20:19.2755847Z [ OK ] OptimTest.ExternalVectorOfParameters (0 ms) 2022-09-27T16:20:19.2756381Z [ RUN ] OptimTest.AddParameter_LBFGS 2022-09-27T16:20:19.2757272Z [ OK ] OptimTest.AddParameter_LBFGS (0 ms) 2022-09-27T16:20:19.2757786Z [ RUN ] OptimTest.CheckLRChange_StepLR_Adam 2022-09-27T16:20:19.2758158Z [ OK ] OptimTest.CheckLRChange_StepLR_Adam (0 ms) 2022-09-27T16:20:19.2758502Z [----------] 34 tests from OptimTest (8301 ms total) 2022-09-27T16:20:19.2758661Z 2022-09-27T16:20:19.2758819Z [----------] 29 tests from OrderedDictTest 2022-09-27T16:20:19.2759166Z [ RUN ] OrderedDictTest.IsEmptyAfterDefaultConstruction 2022-09-27T16:20:19.2759601Z [ OK ] OrderedDictTest.IsEmptyAfterDefaultConstruction (0 ms) 2022-09-27T16:20:19.2760077Z [ RUN ] OrderedDictTest.InsertAddsElementsWhenTheyAreYetNotPresent 2022-09-27T16:20:19.2760581Z [ OK ] OrderedDictTest.InsertAddsElementsWhenTheyAreYetNotPresent (0 ms) 2022-09-27T16:20:19.2761038Z [ RUN ] OrderedDictTest.GetReturnsValuesWhenTheyArePresent 2022-09-27T16:20:19.2761491Z [ OK ] OrderedDictTest.GetReturnsValuesWhenTheyArePresent (0 ms) 2022-09-27T16:20:19.2761955Z [ RUN ] OrderedDictTest.GetThrowsWhenPassedKeysThatAreNotPresent 2022-09-27T16:20:19.2798429Z [ OK ] OrderedDictTest.GetThrowsWhenPassedKeysThatAreNotPresent (3 ms) 2022-09-27T16:20:19.2799225Z [ RUN ] OrderedDictTest.CanInitializeFromList 2022-09-27T16:20:19.2799892Z [ OK ] OrderedDictTest.CanInitializeFromList (0 ms) 2022-09-27T16:20:19.2800711Z [ RUN ] OrderedDictTest.InsertThrowsWhenPassedElementsThatArePresent 2022-09-27T16:20:19.2821770Z [ OK ] OrderedDictTest.InsertThrowsWhenPassedElementsThatArePresent (2 ms) 2022-09-27T16:20:19.2822600Z [ RUN ] OrderedDictTest.FrontReturnsTheFirstItem 2022-09-27T16:20:19.2823307Z [ OK ] OrderedDictTest.FrontReturnsTheFirstItem (0 ms) 2022-09-27T16:20:19.2823971Z [ RUN ] OrderedDictTest.FrontThrowsWhenEmpty 2022-09-27T16:20:19.2832818Z [ OK ] OrderedDictTest.FrontThrowsWhenEmpty (1 ms) 2022-09-27T16:20:19.2833515Z [ RUN ] OrderedDictTest.BackReturnsTheLastItem 2022-09-27T16:20:19.2834200Z [ OK ] OrderedDictTest.BackReturnsTheLastItem (0 ms) 2022-09-27T16:20:19.2834849Z [ RUN ] OrderedDictTest.BackThrowsWhenEmpty 2022-09-27T16:20:19.2844036Z [ OK ] OrderedDictTest.BackThrowsWhenEmpty (1 ms) 2022-09-27T16:20:19.2844821Z [ RUN ] OrderedDictTest.FindReturnsPointersToValuesWhenPresent 2022-09-27T16:20:19.2845721Z [ OK ] OrderedDictTest.FindReturnsPointersToValuesWhenPresent (0 ms) 2022-09-27T16:20:19.2846711Z [ RUN ] OrderedDictTest.FindReturnsNullPointersWhenPasesdKeysThatAreNotPresent 2022-09-27T16:20:19.2847833Z [ OK ] OrderedDictTest.FindReturnsNullPointersWhenPasesdKeysThatAreNotPresent (0 ms) 2022-09-27T16:20:19.2849228Z [ RUN ] OrderedDictTest.SubscriptOperatorThrowsWhenPassedKeysThatAreNotPresent 2022-09-27T16:20:19.2850347Z [ OK ] OrderedDictTest.SubscriptOperatorThrowsWhenPassedKeysThatAreNotPresent (0 ms) 2022-09-27T16:20:19.2851715Z [ RUN ] OrderedDictTest.SubscriptOperatorReturnsItemsPositionallyWhenPassedIntegers 2022-09-27T16:20:19.2852996Z [ OK ] OrderedDictTest.SubscriptOperatorReturnsItemsPositionallyWhenPassedIntegers (0 ms) 2022-09-27T16:20:19.2854148Z [ RUN ] OrderedDictTest.SubscriptOperatorsThrowswhenPassedKeysThatAreNotPresent 2022-09-27T16:20:19.2870260Z [ OK ] OrderedDictTest.SubscriptOperatorsThrowswhenPassedKeysThatAreNotPresent (2 ms) 2022-09-27T16:20:19.2871299Z [ RUN ] OrderedDictTest.UpdateInsertsAllItemsFromAnotherOrderedDict 2022-09-27T16:20:19.2872250Z [ OK ] OrderedDictTest.UpdateInsertsAllItemsFromAnotherOrderedDict (0 ms) 2022-09-27T16:20:19.2873088Z [ RUN ] OrderedDictTest.UpdateAlsoChecksForDuplicates 2022-09-27T16:20:19.2883836Z [ OK ] OrderedDictTest.UpdateAlsoChecksForDuplicates (1 ms) 2022-09-27T16:20:19.2884512Z [ RUN ] OrderedDictTest.CanIterateItems 2022-09-27T16:20:19.2885150Z [ OK ] OrderedDictTest.CanIterateItems (0 ms) 2022-09-27T16:20:19.2885711Z [ RUN ] OrderedDictTest.EraseWorks 2022-09-27T16:20:19.2886248Z [ OK ] OrderedDictTest.EraseWorks (0 ms) 2022-09-27T16:20:19.2886863Z [ RUN ] OrderedDictTest.ClearMakesTheDictEmpty 2022-09-27T16:20:19.2887548Z [ OK ] OrderedDictTest.ClearMakesTheDictEmpty (0 ms) 2022-09-27T16:20:19.2888236Z [ RUN ] OrderedDictTest.CanCopyConstruct 2022-09-27T16:20:19.2888855Z [ OK ] OrderedDictTest.CanCopyConstruct (0 ms) 2022-09-27T16:20:19.2889632Z [ RUN ] OrderedDictTest.CanCopyAssign 2022-09-27T16:20:19.2890219Z [ OK ] OrderedDictTest.CanCopyAssign (0 ms) 2022-09-27T16:20:19.2890787Z [ RUN ] OrderedDictTest.CanMoveConstruct 2022-09-27T16:20:19.2891390Z [ OK ] OrderedDictTest.CanMoveConstruct (0 ms) 2022-09-27T16:20:19.2891968Z [ RUN ] OrderedDictTest.CanMoveAssign 2022-09-27T16:20:19.2892535Z [ OK ] OrderedDictTest.CanMoveAssign (0 ms) 2022-09-27T16:20:19.2893131Z [ RUN ] OrderedDictTest.CanInsertWithBraces 2022-09-27T16:20:19.2893771Z [ OK ] OrderedDictTest.CanInsertWithBraces (0 ms) 2022-09-27T16:20:19.2894502Z [ RUN ] OrderedDictTest.ErrorMessagesIncludeTheKeyDescription 2022-09-27T16:20:19.2910083Z [ OK ] OrderedDictTest.ErrorMessagesIncludeTheKeyDescription (2 ms) 2022-09-27T16:20:19.2910816Z [ RUN ] OrderedDictTest.KeysReturnsAllKeys 2022-09-27T16:20:19.2911419Z [ OK ] OrderedDictTest.KeysReturnsAllKeys (0 ms) 2022-09-27T16:20:19.2912013Z [ RUN ] OrderedDictTest.ValuesReturnsAllValues 2022-09-27T16:20:19.2912650Z [ OK ] OrderedDictTest.ValuesReturnsAllValues (0 ms) 2022-09-27T16:20:19.2913277Z [ RUN ] OrderedDictTest.ItemsReturnsAllItems 2022-09-27T16:20:19.2913916Z [ OK ] OrderedDictTest.ItemsReturnsAllItems (0 ms) 2022-09-27T16:20:19.2914526Z [----------] 29 tests from OrderedDictTest (15 ms total) 2022-09-27T16:20:19.2914804Z 2022-09-27T16:20:19.2915045Z [----------] 13 tests from RNNTest 2022-09-27T16:20:19.2915520Z [ RUN ] RNNTest.CheckOutputSizes 2022-09-27T16:20:19.2973708Z [ OK ] RNNTest.CheckOutputSizes (6 ms) 2022-09-27T16:20:19.2974085Z [ RUN ] RNNTest.CheckOutputSizesProj 2022-09-27T16:20:19.3032776Z [ OK ] RNNTest.CheckOutputSizesProj (5 ms) 2022-09-27T16:20:19.3033364Z [ RUN ] RNNTest.CheckOutputValuesMatchPyTorch 2022-09-27T16:20:19.3036602Z [ OK ] RNNTest.CheckOutputValuesMatchPyTorch (0 ms) 2022-09-27T16:20:19.3036939Z [ RUN ] RNNTest.EndToEndLSTM 2022-09-27T16:20:20.7021226Z [ OK ] RNNTest.EndToEndLSTM (1398 ms) 2022-09-27T16:20:20.7022080Z [ RUN ] RNNTest.EndToEndLSTMProj 2022-09-27T16:20:22.0761702Z [ OK ] RNNTest.EndToEndLSTMProj (1373 ms) 2022-09-27T16:20:22.0762512Z [ RUN ] RNNTest.EndToEndGRU 2022-09-27T16:20:23.3043432Z [ OK ] RNNTest.EndToEndGRU (1228 ms) 2022-09-27T16:20:23.3044285Z [ RUN ] RNNTest.EndToEndRNNRelu 2022-09-27T16:20:23.9740363Z [ OK ] RNNTest.EndToEndRNNRelu (669 ms) 2022-09-27T16:20:23.9740716Z [ RUN ] RNNTest.EndToEndRNNTanh 2022-09-27T16:20:24.7298956Z [ OK ] RNNTest.EndToEndRNNTanh (755 ms) 2022-09-27T16:20:24.7318239Z [ RUN ] RNNTest.PrettyPrintRNNs 2022-09-27T16:20:24.7318744Z [ OK ] RNNTest.PrettyPrintRNNs (2 ms) 2022-09-27T16:20:24.7319319Z [ RUN ] RNNTest.BidirectionalFlattenParameters 2022-09-27T16:20:24.7411372Z [ OK ] RNNTest.BidirectionalFlattenParameters (9 ms) 2022-09-27T16:20:24.7411770Z [ RUN ] RNNTest.BidirectionalGRUReverseForward 2022-09-27T16:20:24.7420957Z [ OK ] RNNTest.BidirectionalGRUReverseForward (0 ms) 2022-09-27T16:20:24.7421338Z [ RUN ] RNNTest.BidirectionalLSTMReverseForward 2022-09-27T16:20:24.7429796Z [ OK ] RNNTest.BidirectionalLSTMReverseForward (0 ms) 2022-09-27T16:20:24.7430146Z [ RUN ] RNNTest.UsePackedSequenceAsInput 2022-09-27T16:20:24.7443327Z [ OK ] RNNTest.UsePackedSequenceAsInput (1 ms) 2022-09-27T16:20:24.7443830Z [----------] 13 tests from RNNTest (5453 ms total) 2022-09-27T16:20:24.7444062Z 2022-09-27T16:20:24.7444303Z [----------] 19 tests from SequentialTest 2022-09-27T16:20:24.7444642Z [ RUN ] SequentialTest.CanContainThings 2022-09-27T16:20:24.7445115Z [ OK ] SequentialTest.CanContainThings (0 ms) 2022-09-27T16:20:24.7445605Z [ RUN ] SequentialTest.ConstructsFromSharedPointer 2022-09-27T16:20:24.7446073Z [ OK ] SequentialTest.ConstructsFromSharedPointer (0 ms) 2022-09-27T16:20:24.7446511Z [ RUN ] SequentialTest.ConstructsFromConcreteType 2022-09-27T16:20:24.7446896Z [ OK ] SequentialTest.ConstructsFromConcreteType (0 ms) 2022-09-27T16:20:24.7447293Z [ RUN ] SequentialTest.ConstructsFromModuleHolder 2022-09-27T16:20:24.7447662Z [ OK ] SequentialTest.ConstructsFromModuleHolder (0 ms) 2022-09-27T16:20:24.7448026Z [ RUN ] SequentialTest.PushBackAddsAnElement 2022-09-27T16:20:24.7448475Z [ OK ] SequentialTest.PushBackAddsAnElement (0 ms) 2022-09-27T16:20:24.7448795Z [ RUN ] SequentialTest.AccessWithAt 2022-09-27T16:20:24.7470934Z [ OK ] SequentialTest.AccessWithAt (2 ms) 2022-09-27T16:20:24.7471326Z [ RUN ] SequentialTest.AccessWithPtr 2022-09-27T16:20:24.7491687Z [ OK ] SequentialTest.AccessWithPtr (2 ms) 2022-09-27T16:20:24.7492168Z [ RUN ] SequentialTest.CallingForwardOnEmptySequentialIsDisallowed 2022-09-27T16:20:24.7502966Z [ OK ] SequentialTest.CallingForwardOnEmptySequentialIsDisallowed (1 ms) 2022-09-27T16:20:24.7503475Z [ RUN ] SequentialTest.CallingForwardChainsCorrectly 2022-09-27T16:20:24.7503874Z [ OK ] SequentialTest.CallingForwardChainsCorrectly (0 ms) 2022-09-27T16:20:24.7504326Z [ RUN ] SequentialTest.CallingForwardWithTheWrongReturnTypeThrows 2022-09-27T16:20:24.7514596Z [ OK ] SequentialTest.CallingForwardWithTheWrongReturnTypeThrows (1 ms) 2022-09-27T16:20:24.7515083Z [ RUN ] SequentialTest.TheReturnTypeOfForwardDefaultsToTensor 2022-09-27T16:20:24.7515541Z [ OK ] SequentialTest.TheReturnTypeOfForwardDefaultsToTensor (0 ms) 2022-09-27T16:20:24.7515965Z [ RUN ] SequentialTest.ForwardReturnsTheLastValue 2022-09-27T16:20:24.7518357Z [ OK ] SequentialTest.ForwardReturnsTheLastValue (0 ms) 2022-09-27T16:20:24.7518786Z [ RUN ] SequentialTest.SanityCheckForHoldingStandardModules 2022-09-27T16:20:24.7520703Z [ OK ] SequentialTest.SanityCheckForHoldingStandardModules (0 ms) 2022-09-27T16:20:24.7521360Z [ RUN ] SequentialTest.ExtendPushesModulesFromOtherSequential 2022-09-27T16:20:24.7521838Z [ OK ] SequentialTest.ExtendPushesModulesFromOtherSequential (0 ms) 2022-09-27T16:20:24.7522232Z [ RUN ] SequentialTest.HasReferenceSemantics 2022-09-27T16:20:24.7522594Z [ OK ] SequentialTest.HasReferenceSemantics (0 ms) 2022-09-27T16:20:24.7522920Z [ RUN ] SequentialTest.IsCloneable 2022-09-27T16:20:24.7525723Z [ OK ] SequentialTest.IsCloneable (0 ms) 2022-09-27T16:20:24.7526158Z [ RUN ] SequentialTest.RegistersElementsAsSubmodules 2022-09-27T16:20:24.7526658Z [ OK ] SequentialTest.RegistersElementsAsSubmodules (0 ms) 2022-09-27T16:20:24.7527043Z [ RUN ] SequentialTest.PrettyPrintSequential 2022-09-27T16:20:24.7536650Z [ OK ] SequentialTest.PrettyPrintSequential (1 ms) 2022-09-27T16:20:24.7537055Z [ RUN ] SequentialTest.ModuleForwardMethodOptionalArg 2022-09-27T16:20:24.7562273Z [ OK ] SequentialTest.ModuleForwardMethodOptionalArg (2 ms) 2022-09-27T16:20:24.7562680Z [----------] 19 tests from SequentialTest (11 ms total) 2022-09-27T16:20:24.7562886Z 2022-09-27T16:20:24.7563028Z [----------] 11 tests from TransformerTest 2022-09-27T16:20:24.7563358Z [ RUN ] TransformerTest.TransformerEncoderLayer 2022-09-27T16:20:24.7627186Z [ OK ] TransformerTest.TransformerEncoderLayer (6 ms) 2022-09-27T16:20:24.7627571Z [ RUN ] TransformerTest.TransformerDecoderLayer 2022-09-27T16:20:24.7693373Z [ OK ] TransformerTest.TransformerDecoderLayer (6 ms) 2022-09-27T16:20:24.7693990Z [ RUN ] TransformerTest.TransformerDecoderLayer_gelu 2022-09-27T16:20:24.7731170Z [ OK ] TransformerTest.TransformerDecoderLayer_gelu (3 ms) 2022-09-27T16:20:24.7731695Z [ RUN ] TransformerTest.TransformerEncoder 2022-09-27T16:20:24.7876389Z [ OK ] TransformerTest.TransformerEncoder (14 ms) 2022-09-27T16:20:24.7877022Z [ RUN ] TransformerTest.PrettyPrintTransformerEncoderLayer 2022-09-27T16:20:24.7879096Z [ OK ] TransformerTest.PrettyPrintTransformerEncoderLayer (0 ms) 2022-09-27T16:20:24.7879581Z [ RUN ] TransformerTest.PrettyPrintTransformerEncoder 2022-09-27T16:20:24.7886701Z [ OK ] TransformerTest.PrettyPrintTransformerEncoder (0 ms) 2022-09-27T16:20:24.7887260Z [ RUN ] TransformerTest.PrettyPrintTransformerDecoderLayer 2022-09-27T16:20:24.7888828Z [ OK ] TransformerTest.PrettyPrintTransformerDecoderLayer (0 ms) 2022-09-27T16:20:24.7889662Z [ RUN ] TransformerTest.TransformerDecoder 2022-09-27T16:20:24.8244864Z [ OK ] TransformerTest.TransformerDecoder (35 ms) 2022-09-27T16:20:24.8254568Z [ RUN ] TransformerTest.PrettyPrintTransformerDecoder 2022-09-27T16:20:24.8255496Z [ OK ] TransformerTest.PrettyPrintTransformerDecoder (1 ms) 2022-09-27T16:20:24.8256255Z [ RUN ] TransformerTest.Transformer 2022-09-27T16:20:24.8390064Z [ OK ] TransformerTest.Transformer (13 ms) 2022-09-27T16:20:24.8390848Z [ RUN ] TransformerTest.TransformerArgsCorrectness 2022-09-27T16:20:24.8479685Z [ OK ] TransformerTest.TransformerArgsCorrectness (8 ms) 2022-09-27T16:20:24.8480495Z [----------] 11 tests from TransformerTest (91 ms total) 2022-09-27T16:20:24.8480836Z 2022-09-27T16:20:24.8481157Z [----------] 22 tests from SerializeTest 2022-09-27T16:20:24.8481741Z [ RUN ] SerializeTest.KeysFunc 2022-09-27T16:20:24.8493431Z [ OK ] SerializeTest.KeysFunc (1 ms) 2022-09-27T16:20:24.8493934Z [ RUN ] SerializeTest.TryReadFunc 2022-09-27T16:20:24.8496223Z [ OK ] SerializeTest.TryReadFunc (0 ms) 2022-09-27T16:20:24.8496712Z [ RUN ] SerializeTest.Basic 2022-09-27T16:20:24.8498397Z [ OK ] SerializeTest.Basic (0 ms) 2022-09-27T16:20:24.8501635Z [ RUN ] SerializeTest.BasicToFile 2022-09-27T16:20:24.8502006Z [ OK ] SerializeTest.BasicToFile (0 ms) 2022-09-27T16:20:24.8502296Z [ RUN ] SerializeTest.BasicViaFunc 2022-09-27T16:20:24.8505014Z [ OK ] SerializeTest.BasicViaFunc (0 ms) 2022-09-27T16:20:24.8505376Z [ RUN ] SerializeTest.Resized 2022-09-27T16:20:24.8507802Z [ OK ] SerializeTest.Resized (0 ms) 2022-09-27T16:20:24.8508323Z [ RUN ] SerializeTest.Sliced 2022-09-27T16:20:24.8510352Z [ OK ] SerializeTest.Sliced (0 ms) 2022-09-27T16:20:24.8510678Z [ RUN ] SerializeTest.NonContiguous 2022-09-27T16:20:24.8512773Z [ OK ] SerializeTest.NonContiguous (0 ms) 2022-09-27T16:20:24.8513105Z [ RUN ] SerializeTest.ErrorOnMissingKey 2022-09-27T16:20:24.8585970Z [ OK ] SerializeTest.ErrorOnMissingKey (7 ms) 2022-09-27T16:20:24.8586282Z [ RUN ] SerializeTest.XOR 2022-09-27T16:20:25.0034199Z [ OK ] SerializeTest.XOR (144 ms) 2022-09-27T16:20:25.0034808Z [ RUN ] SerializeTest.Optim 2022-09-27T16:20:25.0057064Z [ OK ] SerializeTest.Optim (2 ms) 2022-09-27T16:20:25.0057662Z [ RUN ] SerializeTest.Optim_Adagrad 2022-09-27T16:20:25.0084786Z [ OK ] SerializeTest.Optim_Adagrad (2 ms) 2022-09-27T16:20:25.0085137Z [ RUN ] SerializeTest.Optim_SGD 2022-09-27T16:20:25.0110489Z [ OK ] SerializeTest.Optim_SGD (2 ms) 2022-09-27T16:20:25.0110775Z [ RUN ] SerializeTest.Optim_Adam 2022-09-27T16:20:25.0142239Z [ OK ] SerializeTest.Optim_Adam (3 ms) 2022-09-27T16:20:25.0142537Z [ RUN ] SerializeTest.Optim_AdamW 2022-09-27T16:20:25.0174479Z [ OK ] SerializeTest.Optim_AdamW (3 ms) 2022-09-27T16:20:25.0174819Z [ RUN ] SerializeTest.Optim_RMSprop 2022-09-27T16:20:25.0204493Z [ OK ] SerializeTest.Optim_RMSprop (3 ms) 2022-09-27T16:20:25.0204790Z [ RUN ] SerializeTest.Optim_LBFGS 2022-09-27T16:20:25.0234461Z [ OK ] SerializeTest.Optim_LBFGS (2 ms) 2022-09-27T16:20:25.0234999Z [ RUN ] SerializeTest.CanSerializeModulesWithIntermediateModulesWithoutParametersOrBuffers 2022-09-27T16:20:25.0238318Z [ OK ] SerializeTest.CanSerializeModulesWithIntermediateModulesWithoutParametersOrBuffers (0 ms) 2022-09-27T16:20:25.0238824Z [ RUN ] SerializeTest.VectorOfTensors 2022-09-27T16:20:25.0240669Z [ OK ] SerializeTest.VectorOfTensors (0 ms) 2022-09-27T16:20:25.0240992Z [ RUN ] SerializeTest.IValue 2022-09-27T16:20:25.0243498Z [ OK ] SerializeTest.IValue (0 ms) 2022-09-27T16:20:25.0244090Z [ RUN ] SerializeTest.UnserializableSubmoduleIsSkippedWhenSavingModule 2022-09-27T16:20:25.0245124Z [ OK ] SerializeTest.UnserializableSubmoduleIsSkippedWhenSavingModule (0 ms) 2022-09-27T16:20:25.0245664Z [ RUN ] SerializeTest.UnserializableSubmoduleIsIgnoredWhenLoadingModule 2022-09-27T16:20:25.0250476Z [ OK ] SerializeTest.UnserializableSubmoduleIsIgnoredWhenLoadingModule (0 ms) 2022-09-27T16:20:25.0251156Z [----------] 22 tests from SerializeTest (177 ms total) 2022-09-27T16:20:25.0251339Z 2022-09-27T16:20:25.0251487Z [----------] 1 test from SpecialTest 2022-09-27T16:20:25.0251747Z [ RUN ] SpecialTest.special 2022-09-27T16:20:25.0252026Z [ OK ] SpecialTest.special (0 ms) 2022-09-27T16:20:25.0254081Z [----------] 1 test from SpecialTest (0 ms total) 2022-09-27T16:20:25.0254322Z 2022-09-27T16:20:25.0254603Z [----------] 5 tests from TestStatic 2022-09-27T16:20:25.0255245Z [ RUN ] TestStatic.AllOf 2022-09-27T16:20:25.0255660Z [ OK ] TestStatic.AllOf (0 ms) 2022-09-27T16:20:25.0255985Z [ RUN ] TestStatic.AnyOf 2022-09-27T16:20:25.0256235Z [ OK ] TestStatic.AnyOf (0 ms) 2022-09-27T16:20:25.0256518Z [ RUN ] TestStatic.EnableIfModule 2022-09-27T16:20:25.0256830Z [ OK ] TestStatic.EnableIfModule (0 ms) 2022-09-27T16:20:25.0257130Z [ RUN ] TestStatic.ReturnTypeOfForward 2022-09-27T16:20:25.0257469Z [ OK ] TestStatic.ReturnTypeOfForward (0 ms) 2022-09-27T16:20:25.0257755Z [ RUN ] TestStatic.Apply 2022-09-27T16:20:25.0258005Z [ OK ] TestStatic.Apply (0 ms) 2022-09-27T16:20:25.0258306Z [----------] 5 tests from TestStatic (0 ms total) 2022-09-27T16:20:25.0258456Z 2022-09-27T16:20:25.0258597Z [----------] 45 tests from TensorTest 2022-09-27T16:20:25.0258856Z [ RUN ] TensorTest.ToDtype 2022-09-27T16:20:25.0276648Z [ OK ] TensorTest.ToDtype (2 ms) 2022-09-27T16:20:25.0277032Z [ RUN ] TensorTest.ToTensorAndTensorAttributes 2022-09-27T16:20:25.0277414Z [ OK ] TensorTest.ToTensorAndTensorAttributes (0 ms) 2022-09-27T16:20:25.0277768Z [ RUN ] TensorTest.ToOptionsWithRequiresGrad 2022-09-27T16:20:25.0307282Z [ OK ] TensorTest.ToOptionsWithRequiresGrad (2 ms) 2022-09-27T16:20:25.0308366Z [ RUN ] TensorTest.ToDoesNotCopyWhenOptionsAreAllTheSame 2022-09-27T16:20:25.0308933Z [ OK ] TensorTest.ToDoesNotCopyWhenOptionsAreAllTheSame (0 ms) 2022-09-27T16:20:25.0309294Z [ RUN ] TensorTest.AtTensorCtorScalar 2022-09-27T16:20:25.0309622Z [ OK ] TensorTest.AtTensorCtorScalar (0 ms) 2022-09-27T16:20:25.0309948Z [ RUN ] TensorTest.AtTensorCtorSingleDim 2022-09-27T16:20:25.0310274Z [ OK ] TensorTest.AtTensorCtorSingleDim (0 ms) 2022-09-27T16:20:25.0310627Z [ RUN ] TensorTest.AtTensorCastRealToComplex 2022-09-27T16:20:25.0319924Z [ OK ] TensorTest.AtTensorCastRealToComplex (1 ms) 2022-09-27T16:20:25.0320380Z [ RUN ] TensorTest.AtTensorCastComplexToRealErrorChecks 2022-09-27T16:20:25.0380390Z [ OK ] TensorTest.AtTensorCastComplexToRealErrorChecks (5 ms) 2022-09-27T16:20:25.0381144Z [ RUN ] TensorTest.TorchTensorCtorScalarIntegralType 2022-09-27T16:20:25.0381848Z [ OK ] TensorTest.TorchTensorCtorScalarIntegralType (0 ms) 2022-09-27T16:20:25.0382556Z [ RUN ] TensorTest.TorchTensorCtorScalarFloatingType 2022-09-27T16:20:25.0382967Z [ OK ] TensorTest.TorchTensorCtorScalarFloatingType (0 ms) 2022-09-27T16:20:25.0383357Z [ RUN ] TensorTest.TorchTensorCtorScalarBoolType 2022-09-27T16:20:25.0383739Z [ OK ] TensorTest.TorchTensorCtorScalarBoolType (0 ms) 2022-09-27T16:20:25.0384135Z [ RUN ] TensorTest.TorchTensorCtorSingleDimIntegralType 2022-09-27T16:20:25.0384566Z [ OK ] TensorTest.TorchTensorCtorSingleDimIntegralType (0 ms) 2022-09-27T16:20:25.0385050Z [ RUN ] TensorTest.TorchTensorCtorSingleDimFloatingType 2022-09-27T16:20:25.0385567Z [ OK ] TensorTest.TorchTensorCtorSingleDimFloatingType (0 ms) 2022-09-27T16:20:25.0386093Z [ RUN ] TensorTest.TorchTensorCtorSingleDimBoolType 2022-09-27T16:20:25.0386829Z [ OK ] TensorTest.TorchTensorCtorSingleDimBoolType (0 ms) 2022-09-27T16:20:25.0387251Z [ RUN ] TensorTest.TorchTensorCtorMultiDimIntegralType 2022-09-27T16:20:25.0387722Z [ OK ] TensorTest.TorchTensorCtorMultiDimIntegralType (0 ms) 2022-09-27T16:20:25.0388465Z [ RUN ] TensorTest.TorchTensorCtorMultiDimFloatingType 2022-09-27T16:20:25.0389038Z [ OK ] TensorTest.TorchTensorCtorMultiDimFloatingType (0 ms) 2022-09-27T16:20:25.0389605Z [ RUN ] TensorTest.TorchTensorCtorMultiDimBoolType 2022-09-27T16:20:25.0389989Z [ OK ] TensorTest.TorchTensorCtorMultiDimBoolType (0 ms) 2022-09-27T16:20:25.0390450Z [ RUN ] TensorTest.TorchTensorCtorMultiDimWithOptions 2022-09-27T16:20:25.0397752Z [ OK ] TensorTest.TorchTensorCtorMultiDimWithOptions (0 ms) 2022-09-27T16:20:25.0398287Z [ RUN ] TensorTest.TorchTensorCtorMultiDimErrorChecks 2022-09-27T16:20:25.0453020Z [ OK ] TensorTest.TorchTensorCtorMultiDimErrorChecks (5 ms) 2022-09-27T16:20:25.0453731Z [ RUN ] TensorTest.TorchTensorCastRealToComplex 2022-09-27T16:20:25.0454200Z [ OK ] TensorTest.TorchTensorCastRealToComplex (0 ms) 2022-09-27T16:20:25.0454702Z [ RUN ] TensorTest.TorchTensorCastComplexToRealErrorChecks 2022-09-27T16:20:25.0455103Z [W Copy.cpp:250] Warning: Casting complex values to real discards the imaginary part (function operator()) 2022-09-27T16:20:25.0467101Z [ OK ] TensorTest.TorchTensorCastComplexToRealErrorChecks (1 ms) 2022-09-27T16:20:25.0467725Z [ RUN ] TensorTest.TorchTensorCtorZeroSizedDim 2022-09-27T16:20:25.0468388Z [ OK ] TensorTest.TorchTensorCtorZeroSizedDim (0 ms) 2022-09-27T16:20:25.0469129Z [ RUN ] TensorTest.TorchTensorCtorWithoutSpecifyingDtype 2022-09-27T16:20:25.0469894Z [ OK ] TensorTest.TorchTensorCtorWithoutSpecifyingDtype (0 ms) 2022-09-27T16:20:25.0470656Z [ RUN ] TensorTest.TorchTensorCtorWithNonDtypeOptions 2022-09-27T16:20:25.0471430Z [ OK ] TensorTest.TorchTensorCtorWithNonDtypeOptions (0 ms) 2022-09-27T16:20:25.0471922Z [ RUN ] TensorTest.Arange 2022-09-27T16:20:25.0472179Z [ OK ] TensorTest.Arange (0 ms) 2022-09-27T16:20:25.0472510Z [ RUN ] TensorTest.PrettyPrintTensorDataContainer 2022-09-27T16:20:25.0472905Z [ OK ] TensorTest.PrettyPrintTensorDataContainer (0 ms) 2022-09-27T16:20:25.0473347Z [ RUN ] TensorTest.TensorDataContainerCallingAccessorOfWrongType 2022-09-27T16:20:25.0532983Z [ OK ] TensorTest.TensorDataContainerCallingAccessorOfWrongType (6 ms) 2022-09-27T16:20:25.0533786Z [ RUN ] TensorTest.FromBlob 2022-09-27T16:20:25.0534337Z [ OK ] TensorTest.FromBlob (0 ms) 2022-09-27T16:20:25.0534952Z [ RUN ] TensorTest.FromBlobUsesDeleter 2022-09-27T16:20:25.0535444Z [ OK ] TensorTest.FromBlobUsesDeleter (0 ms) 2022-09-27T16:20:25.0535770Z [ RUN ] TensorTest.FromBlobWithStrides 2022-09-27T16:20:25.0536101Z [ OK ] TensorTest.FromBlobWithStrides (0 ms) 2022-09-27T16:20:25.0536366Z [ RUN ] TensorTest.Item 2022-09-27T16:20:25.0536625Z [ OK ] TensorTest.Item (0 ms) 2022-09-27T16:20:25.0536885Z [ RUN ] TensorTest.DataPtr 2022-09-27T16:20:25.0537144Z [ OK ] TensorTest.DataPtr (0 ms) 2022-09-27T16:20:25.0537407Z [ RUN ] TensorTest.Data 2022-09-27T16:20:25.0537663Z [ OK ] TensorTest.Data (0 ms) 2022-09-27T16:20:25.0537932Z [ RUN ] TensorTest.BackwardAndGrad 2022-09-27T16:20:25.0538236Z [ OK ] TensorTest.BackwardAndGrad (0 ms) 2022-09-27T16:20:25.0538560Z [ RUN ] TensorTest.BackwardCreatesOnesGrad 2022-09-27T16:20:25.0538916Z [ OK ] TensorTest.BackwardCreatesOnesGrad (0 ms) 2022-09-27T16:20:25.0539253Z [ RUN ] TensorTest.BackwardNonScalarOutputs 2022-09-27T16:20:25.0563571Z [ OK ] TensorTest.BackwardNonScalarOutputs (2 ms) 2022-09-27T16:20:25.0564125Z [ RUN ] TensorTest.IsLeaf 2022-09-27T16:20:25.0564598Z [ OK ] TensorTest.IsLeaf (0 ms) 2022-09-27T16:20:25.0565082Z [ RUN ] TensorTest.OutputNr 2022-09-27T16:20:25.0565435Z [ OK ] TensorTest.OutputNr (0 ms) 2022-09-27T16:20:25.0565704Z [ RUN ] TensorTest.Version 2022-09-27T16:20:25.0566134Z [ OK ] TensorTest.Version (0 ms) 2022-09-27T16:20:25.0566418Z [ RUN ] TensorTest.Detach 2022-09-27T16:20:25.0566746Z [ OK ] TensorTest.Detach (0 ms) 2022-09-27T16:20:25.0567077Z [ RUN ] TensorTest.DetachInplace 2022-09-27T16:20:25.0567373Z [ OK ] TensorTest.DetachInplace (0 ms) 2022-09-27T16:20:25.0567685Z [ RUN ] TensorTest.SetData 2022-09-27T16:20:25.0567967Z [ OK ] TensorTest.SetData (0 ms) 2022-09-27T16:20:25.0568348Z [ RUN ] TensorTest.RequiresGradInplace 2022-09-27T16:20:25.0584035Z [ OK ] TensorTest.RequiresGradInplace (1 ms) 2022-09-27T16:20:25.0584482Z [ RUN ] TensorTest.StdDimension 2022-09-27T16:20:25.0584988Z [ OK ] TensorTest.StdDimension (0 ms) 2022-09-27T16:20:25.0585282Z [ RUN ] TensorTest.ReshapeAlias 2022-09-27T16:20:25.0587069Z [ OK ] TensorTest.ReshapeAlias (0 ms) 2022-09-27T16:20:25.0587503Z [----------] 45 tests from TensorTest (33 ms total) 2022-09-27T16:20:25.0587667Z 2022-09-27T16:20:25.0587834Z [----------] 36 tests from TensorIndexingTest 2022-09-27T16:20:25.0588126Z [ RUN ] TensorIndexingTest.Slice 2022-09-27T16:20:25.0588427Z [ OK ] TensorIndexingTest.Slice (0 ms) 2022-09-27T16:20:25.0588722Z [ RUN ] TensorIndexingTest.TensorIndex 2022-09-27T16:20:25.0599352Z [ OK ] TensorIndexingTest.TensorIndex (1 ms) 2022-09-27T16:20:25.0599685Z [ RUN ] TensorIndexingTest.TestNoIndices 2022-09-27T16:20:25.0683979Z [ OK ] TensorIndexingTest.TestNoIndices (8 ms) 2022-09-27T16:20:25.0684698Z [ RUN ] TensorIndexingTest.TestAdvancedIndexingWithListOfTensor 2022-09-27T16:20:25.0685375Z [ OK ] TensorIndexingTest.TestAdvancedIndexingWithListOfTensor (0 ms) 2022-09-27T16:20:25.0685828Z [ RUN ] TensorIndexingTest.TestSingleInt 2022-09-27T16:20:25.0686324Z [ OK ] TensorIndexingTest.TestSingleInt (0 ms) 2022-09-27T16:20:25.0686846Z [ RUN ] TensorIndexingTest.TestMultipleInt 2022-09-27T16:20:25.0687288Z [ OK ] TensorIndexingTest.TestMultipleInt (0 ms) 2022-09-27T16:20:25.0687652Z [ RUN ] TensorIndexingTest.TestNone 2022-09-27T16:20:25.0688079Z [ OK ] TensorIndexingTest.TestNone (0 ms) 2022-09-27T16:20:25.0688471Z [ RUN ] TensorIndexingTest.TestStep 2022-09-27T16:20:25.0688773Z [ OK ] TensorIndexingTest.TestStep (0 ms) 2022-09-27T16:20:25.0689355Z [ RUN ] TensorIndexingTest.TestStepAssignment 2022-09-27T16:20:25.0689741Z [ OK ] TensorIndexingTest.TestStepAssignment (0 ms) 2022-09-27T16:20:25.0690097Z [ RUN ] TensorIndexingTest.TestBoolIndices 2022-09-27T16:20:25.0691087Z [ OK ] TensorIndexingTest.TestBoolIndices (0 ms) 2022-09-27T16:20:25.0691664Z [ RUN ] TensorIndexingTest.TestBoolIndicesAccumulate 2022-09-27T16:20:25.0692238Z [ OK ] TensorIndexingTest.TestBoolIndicesAccumulate (0 ms) 2022-09-27T16:20:25.0692708Z [ RUN ] TensorIndexingTest.TestMultipleBoolIndices 2022-09-27T16:20:25.0693327Z [ OK ] TensorIndexingTest.TestMultipleBoolIndices (0 ms) 2022-09-27T16:20:25.0693899Z [ RUN ] TensorIndexingTest.TestByteMask 2022-09-27T16:20:25.0694445Z [ OK ] TensorIndexingTest.TestByteMask (0 ms) 2022-09-27T16:20:25.0694871Z [ RUN ] TensorIndexingTest.TestByteMaskAccumulate 2022-09-27T16:20:25.0695497Z [ OK ] TensorIndexingTest.TestByteMaskAccumulate (0 ms) 2022-09-27T16:20:25.0696008Z [ RUN ] TensorIndexingTest.TestMultipleByteMask 2022-09-27T16:20:25.0696431Z [ OK ] TensorIndexingTest.TestMultipleByteMask (0 ms) 2022-09-27T16:20:25.0696899Z [ RUN ] TensorIndexingTest.TestByteMask2d 2022-09-27T16:20:25.0697566Z [ OK ] TensorIndexingTest.TestByteMask2d (0 ms) 2022-09-27T16:20:25.0697979Z [ RUN ] TensorIndexingTest.TestIntIndices 2022-09-27T16:20:25.0698376Z [ OK ] TensorIndexingTest.TestIntIndices (0 ms) 2022-09-27T16:20:25.0698722Z [ RUN ] TensorIndexingTest.TestIntIndices2d 2022-09-27T16:20:25.0699076Z [ OK ] TensorIndexingTest.TestIntIndices2d (0 ms) 2022-09-27T16:20:25.0699432Z [ RUN ] TensorIndexingTest.TestIntIndicesBroadcast 2022-09-27T16:20:25.0699826Z [ OK ] TensorIndexingTest.TestIntIndicesBroadcast (0 ms) 2022-09-27T16:20:25.0700190Z [ RUN ] TensorIndexingTest.TestEmptyIndex 2022-09-27T16:20:25.0722265Z [ OK ] TensorIndexingTest.TestEmptyIndex (2 ms) 2022-09-27T16:20:25.0722616Z [ RUN ] TensorIndexingTest.TestEmptyNdimIndex 2022-09-27T16:20:25.0771398Z [ OK ] TensorIndexingTest.TestEmptyNdimIndex (4 ms) 2022-09-27T16:20:25.0771792Z [ RUN ] TensorIndexingTest.TestEmptyNdimIndexBool 2022-09-27T16:20:25.0791525Z [ OK ] TensorIndexingTest.TestEmptyNdimIndexBool (1 ms) 2022-09-27T16:20:25.0792283Z [ RUN ] TensorIndexingTest.TestEmptySlice 2022-09-27T16:20:25.0792762Z [ OK ] TensorIndexingTest.TestEmptySlice (0 ms) 2022-09-27T16:20:25.0793349Z [ RUN ] TensorIndexingTest.TestIndexGetitemCopyBoolsSlices 2022-09-27T16:20:25.0794033Z [ OK ] TensorIndexingTest.TestIndexGetitemCopyBoolsSlices (0 ms) 2022-09-27T16:20:25.0794468Z [ RUN ] TensorIndexingTest.TestIndexSetitemBoolsSlices 2022-09-27T16:20:25.0846138Z [ OK ] TensorIndexingTest.TestIndexSetitemBoolsSlices (5 ms) 2022-09-27T16:20:25.0846651Z [ RUN ] TensorIndexingTest.TestIndexScalarWithBoolMask 2022-09-27T16:20:25.0847115Z [ OK ] TensorIndexingTest.TestIndexScalarWithBoolMask (0 ms) 2022-09-27T16:20:25.0847546Z [ RUN ] TensorIndexingTest.TestSetitemExpansionError 2022-09-27T16:20:25.0939980Z [ OK ] TensorIndexingTest.TestSetitemExpansionError (9 ms) 2022-09-27T16:20:25.0940372Z [ RUN ] TensorIndexingTest.TestGetitemScalars 2022-09-27T16:20:25.1011117Z [ OK ] TensorIndexingTest.TestGetitemScalars (7 ms) 2022-09-27T16:20:25.1011836Z [ RUN ] TensorIndexingTest.TestSetitemScalars 2022-09-27T16:20:25.1081388Z [ OK ] TensorIndexingTest.TestSetitemScalars (7 ms) 2022-09-27T16:20:25.1082044Z [ RUN ] TensorIndexingTest.TestBasicAdvancedCombined 2022-09-27T16:20:25.1082732Z [ OK ] TensorIndexingTest.TestBasicAdvancedCombined (0 ms) 2022-09-27T16:20:25.1083373Z [ RUN ] TensorIndexingTest.TestIntAssignment 2022-09-27T16:20:25.1084002Z [ OK ] TensorIndexingTest.TestIntAssignment (0 ms) 2022-09-27T16:20:25.1084653Z [ RUN ] TensorIndexingTest.TestByteTensorAssignment 2022-09-27T16:20:25.1085412Z [ OK ] TensorIndexingTest.TestByteTensorAssignment (0 ms) 2022-09-27T16:20:25.1086111Z [ RUN ] TensorIndexingTest.TestVariableSlicing 2022-09-27T16:20:25.1086795Z [ OK ] TensorIndexingTest.TestVariableSlicing (0 ms) 2022-09-27T16:20:25.1087453Z [ RUN ] TensorIndexingTest.TestEllipsisTensor 2022-09-27T16:20:25.1088118Z [ OK ] TensorIndexingTest.TestEllipsisTensor (0 ms) 2022-09-27T16:20:25.1088860Z [ RUN ] TensorIndexingTest.TestOutOfBoundIndex 2022-09-27T16:20:25.1177630Z [ OK ] TensorIndexingTest.TestOutOfBoundIndex (9 ms) 2022-09-27T16:20:25.1178336Z [ RUN ] TensorIndexingTest.TestZeroDimIndex 2022-09-27T16:20:25.1197832Z [ OK ] TensorIndexingTest.TestZeroDimIndex (2 ms) 2022-09-27T16:20:25.1198520Z [----------] 36 tests from TensorIndexingTest (61 ms total) 2022-09-27T16:20:25.1198839Z 2022-09-27T16:20:25.1199087Z [----------] 18 tests from NumpyTests 2022-09-27T16:20:25.1199831Z [ RUN ] NumpyTests.TestNoneIndex 2022-09-27T16:20:25.1200375Z [ OK ] NumpyTests.TestNoneIndex (0 ms) 2022-09-27T16:20:25.1201006Z [ RUN ] NumpyTests.TestEmptyFancyIndex 2022-09-27T16:20:25.1243321Z [ OK ] NumpyTests.TestEmptyFancyIndex (4 ms) 2022-09-27T16:20:25.1243926Z [ RUN ] NumpyTests.TestEllipsisIndex 2022-09-27T16:20:25.1244512Z [ OK ] NumpyTests.TestEllipsisIndex (0 ms) 2022-09-27T16:20:25.1245069Z [ RUN ] NumpyTests.TestSingleIntIndex 2022-09-27T16:20:25.1265285Z [ OK ] NumpyTests.TestSingleIntIndex (2 ms) 2022-09-27T16:20:25.1265895Z [ RUN ] NumpyTests.TestSingleBoolIndex 2022-09-27T16:20:25.1266481Z [ OK ] NumpyTests.TestSingleBoolIndex (0 ms) 2022-09-27T16:20:25.1267098Z [ RUN ] NumpyTests.TestBooleanShapeMismatch 2022-09-27T16:20:25.1457331Z [ OK ] NumpyTests.TestBooleanShapeMismatch (19 ms) 2022-09-27T16:20:25.1458012Z [ RUN ] NumpyTests.TestBooleanIndexingOnedim 2022-09-27T16:20:25.1458691Z [ OK ] NumpyTests.TestBooleanIndexingOnedim (0 ms) 2022-09-27T16:20:25.1459392Z [ RUN ] NumpyTests.TestBooleanAssignmentValueMismatch 2022-09-27T16:20:25.1573956Z [ OK ] NumpyTests.TestBooleanAssignmentValueMismatch (11 ms) 2022-09-27T16:20:25.1574650Z [ RUN ] NumpyTests.TestBooleanIndexingTwodim 2022-09-27T16:20:25.1575309Z [ OK ] NumpyTests.TestBooleanIndexingTwodim (0 ms) 2022-09-27T16:20:25.1575972Z [ RUN ] NumpyTests.TestBooleanIndexingWeirdness 2022-09-27T16:20:25.1670217Z [ OK ] NumpyTests.TestBooleanIndexingWeirdness (9 ms) 2022-09-27T16:20:25.1671021Z [ RUN ] NumpyTests.TestBooleanIndexingWeirdnessTensors 2022-09-27T16:20:25.1765378Z [ OK ] NumpyTests.TestBooleanIndexingWeirdnessTensors (9 ms) 2022-09-27T16:20:25.1765950Z [ RUN ] NumpyTests.TestBooleanIndexingAlldims 2022-09-27T16:20:25.1766462Z [ OK ] NumpyTests.TestBooleanIndexingAlldims (0 ms) 2022-09-27T16:20:25.1766953Z [ RUN ] NumpyTests.TestBooleanListIndexing 2022-09-27T16:20:25.1767304Z [ OK ] NumpyTests.TestBooleanListIndexing (0 ms) 2022-09-27T16:20:25.1767648Z [ RUN ] NumpyTests.TestEverythingReturnsViews 2022-09-27T16:20:25.1768011Z [ OK ] NumpyTests.TestEverythingReturnsViews (0 ms) 2022-09-27T16:20:25.1768437Z [ RUN ] NumpyTests.TestBroaderrorsIndexing 2022-09-27T16:20:25.1947210Z [ OK ] NumpyTests.TestBroaderrorsIndexing (17 ms) 2022-09-27T16:20:25.1947573Z [ RUN ] NumpyTests.TestTrivialFancyOutOfBounds 2022-09-27T16:20:25.2166671Z [ OK ] NumpyTests.TestTrivialFancyOutOfBounds (21 ms) 2022-09-27T16:20:25.2167294Z [ RUN ] NumpyTests.TestIndexIsLarger 2022-09-27T16:20:25.2167830Z [ OK ] NumpyTests.TestIndexIsLarger (0 ms) 2022-09-27T16:20:25.2168481Z [ RUN ] NumpyTests.TestBroadcastSubspace 2022-09-27T16:20:25.2169438Z [ OK ] NumpyTests.TestBroadcastSubspace (0 ms) 2022-09-27T16:20:25.2170048Z [----------] 18 tests from NumpyTests (97 ms total) 2022-09-27T16:20:25.2170326Z 2022-09-27T16:20:25.2170580Z [----------] 5 tests from TensorOptionsTest 2022-09-27T16:20:25.2171169Z [ RUN ] TensorOptionsTest.DefaultsToTheRightValues 2022-09-27T16:20:25.2171855Z [ OK ] TensorOptionsTest.DefaultsToTheRightValues (0 ms) 2022-09-27T16:20:25.2172321Z [ RUN ] TensorOptionsTest.UtilityFunctionsReturnTheRightTensorOptions 2022-09-27T16:20:25.2173182Z [ OK ] TensorOptionsTest.UtilityFunctionsReturnTheRightTensorOptions (0 ms) 2022-09-27T16:20:25.2173914Z [ RUN ] TensorOptionsTest.ConstructsWellFromCPUTypes 2022-09-27T16:20:25.2174341Z [ OK ] TensorOptionsTest.ConstructsWellFromCPUTypes (0 ms) 2022-09-27T16:20:25.2174941Z [ RUN ] TensorOptionsTest.ConstructsWellFromCPUTensors 2022-09-27T16:20:25.2175424Z [ OK ] TensorOptionsTest.ConstructsWellFromCPUTensors (0 ms) 2022-09-27T16:20:25.2175839Z [ RUN ] TensorOptionsTest.ConstructsWellFromVariables 2022-09-27T16:20:25.2176251Z [ OK ] TensorOptionsTest.ConstructsWellFromVariables (0 ms) 2022-09-27T16:20:25.2176620Z [----------] 5 tests from TensorOptionsTest (0 ms total) 2022-09-27T16:20:25.2176783Z 2022-09-27T16:20:25.2176924Z [----------] 1 test from DeviceTest 2022-09-27T16:20:25.2177242Z [ RUN ] DeviceTest.ParsesCorrectlyFromString 2022-09-27T16:20:25.2253666Z [ OK ] DeviceTest.ParsesCorrectlyFromString (8 ms) 2022-09-27T16:20:25.2254258Z [----------] 1 test from DeviceTest (8 ms total) 2022-09-27T16:20:25.2254550Z 2022-09-27T16:20:25.2254847Z [----------] 3 tests from DefaultDtypeTest 2022-09-27T16:20:25.2255286Z [ RUN ] DefaultDtypeTest.CanSetAndGetDefaultDtype 2022-09-27T16:20:25.2255665Z [ OK ] DefaultDtypeTest.CanSetAndGetDefaultDtype (0 ms) 2022-09-27T16:20:25.2256084Z [ RUN ] DefaultDtypeTest.NewTensorOptionsHasCorrectDefault 2022-09-27T16:20:25.2256533Z [ OK ] DefaultDtypeTest.NewTensorOptionsHasCorrectDefault (0 ms) 2022-09-27T16:20:25.2256961Z [ RUN ] DefaultDtypeTest.NewTensorsHaveCorrectDefaultDtype 2022-09-27T16:20:25.2257409Z [ OK ] DefaultDtypeTest.NewTensorsHaveCorrectDefaultDtype (0 ms) 2022-09-27T16:20:25.2257799Z [----------] 3 tests from DefaultDtypeTest (0 ms total) 2022-09-27T16:20:25.2257956Z 2022-09-27T16:20:25.2258108Z [----------] 1 test from TorchIncludeTest 2022-09-27T16:20:25.2258403Z [ RUN ] TorchIncludeTest.GetSetNumThreads 2022-09-27T16:20:25.2401153Z [ OK ] TorchIncludeTest.GetSetNumThreads (14 ms) 2022-09-27T16:20:25.2401859Z [----------] 1 test from TorchIncludeTest (14 ms total) 2022-09-27T16:20:25.2402021Z 2022-09-27T16:20:25.2402194Z [----------] 28 tests from InferenceModeTest 2022-09-27T16:20:25.2402506Z [ RUN ] InferenceModeTest.TestTLSState 2022-09-27T16:20:25.2402824Z [ OK ] InferenceModeTest.TestTLSState (0 ms) 2022-09-27T16:20:25.2403196Z [ RUN ] InferenceModeTest.TestInferenceTensorCreation 2022-09-27T16:20:25.2403613Z [ OK ] InferenceModeTest.TestInferenceTensorCreation (0 ms) 2022-09-27T16:20:25.2404014Z [ RUN ] InferenceModeTest.TestExistingAutogradSession 2022-09-27T16:20:25.2466696Z [ OK ] InferenceModeTest.TestExistingAutogradSession (6 ms) 2022-09-27T16:20:25.2467620Z [ RUN ] InferenceModeTest.TestInferenceTensorInInferenceModeFunctionalOp 2022-09-27T16:20:25.2468656Z [ OK ] InferenceModeTest.TestInferenceTensorInInferenceModeFunctionalOp (0 ms) 2022-09-27T16:20:25.2469631Z [ RUN ] InferenceModeTest.TestInferenceTensorInInferenceModeInplaceOp 2022-09-27T16:20:25.2470597Z [ OK ] InferenceModeTest.TestInferenceTensorInInferenceModeInplaceOp (0 ms) 2022-09-27T16:20:25.2471524Z [ RUN ] InferenceModeTest.TestInferenceTensorInInferenceModeViewOp 2022-09-27T16:20:25.2472444Z [ OK ] InferenceModeTest.TestInferenceTensorInInferenceModeViewOp (0 ms) 2022-09-27T16:20:25.2473366Z [ RUN ] InferenceModeTest.TestInferenceTensorInNormalModeFunctionalOp 2022-09-27T16:20:25.2474322Z [ OK ] InferenceModeTest.TestInferenceTensorInNormalModeFunctionalOp (0 ms) 2022-09-27T16:20:25.2475248Z [ RUN ] InferenceModeTest.TestInferenceTensorInNormalModeInplaceOp 2022-09-27T16:20:25.2516589Z [ OK ] InferenceModeTest.TestInferenceTensorInNormalModeInplaceOp (4 ms) 2022-09-27T16:20:25.2517870Z [ RUN ] InferenceModeTest.TestInferenceTensorInNormalModeViewOp 2022-09-27T16:20:25.2519276Z [ OK ] InferenceModeTest.TestInferenceTensorInNormalModeViewOp (0 ms) 2022-09-27T16:20:25.2520502Z [ RUN ] InferenceModeTest.TestNormalTensorInplaceOutputInInferenceMode 2022-09-27T16:20:25.2521666Z [ OK ] InferenceModeTest.TestNormalTensorInplaceOutputInInferenceMode (0 ms) 2022-09-27T16:20:25.2522786Z [ RUN ] InferenceModeTest.TestNormalTensorInplaceOutputInNormalMode 2022-09-27T16:20:25.2523891Z [ OK ] InferenceModeTest.TestNormalTensorInplaceOutputInNormalMode (0 ms) 2022-09-27T16:20:25.2524967Z [ RUN ] InferenceModeTest.TestNormalTensorViewOutputInInferenceMode 2022-09-27T16:20:25.2526093Z [ OK ] InferenceModeTest.TestNormalTensorViewOutputInInferenceMode (0 ms) 2022-09-27T16:20:25.2527169Z [ RUN ] InferenceModeTest.TestNormalTensorViewOutputInNormalMode 2022-09-27T16:20:25.2546156Z [ OK ] InferenceModeTest.TestNormalTensorViewOutputInNormalMode (2 ms) 2022-09-27T16:20:25.2547253Z [ RUN ] InferenceModeTest.TestMixInferenceAndNormalTensorFunctionalOp 2022-09-27T16:20:25.2571349Z [ OK ] InferenceModeTest.TestMixInferenceAndNormalTensorFunctionalOp (2 ms) 2022-09-27T16:20:25.2572476Z [ RUN ] InferenceModeTest.TestMixInferenceAndNormalTensorInplaceOp 2022-09-27T16:20:25.2640870Z [ OK ] InferenceModeTest.TestMixInferenceAndNormalTensorInplaceOp (6 ms) 2022-09-27T16:20:25.2641934Z [ RUN ] InferenceModeTest.TestMixInferenceAndNormalTensorViewOp 2022-09-27T16:20:25.2642995Z [ OK ] InferenceModeTest.TestMixInferenceAndNormalTensorViewOp (0 ms) 2022-09-27T16:20:25.2643962Z [ RUN ] InferenceModeTest.TestHandleDirectViewOnRebase 2022-09-27T16:20:25.2669468Z [ OK ] InferenceModeTest.TestHandleDirectViewOnRebase (2 ms) 2022-09-27T16:20:25.2670392Z [ RUN ] InferenceModeTest.TestHandleInDirectViewOnRebase 2022-09-27T16:20:25.2690020Z [ OK ] InferenceModeTest.TestHandleInDirectViewOnRebase (2 ms) 2022-09-27T16:20:25.2690588Z [ RUN ] InferenceModeTest.TestCreationMetaPropagation 2022-09-27T16:20:25.2745869Z [ OK ] InferenceModeTest.TestCreationMetaPropagation (5 ms) 2022-09-27T16:20:25.2746493Z [ RUN ] InferenceModeTest.TestCreationMetaPropagationInput 2022-09-27T16:20:25.2857867Z [ OK ] InferenceModeTest.TestCreationMetaPropagationInput (11 ms) 2022-09-27T16:20:25.2858355Z [ RUN ] InferenceModeTest.TestInplaceCopyOnInferenceTensor 2022-09-27T16:20:25.2915253Z [ OK ] InferenceModeTest.TestInplaceCopyOnInferenceTensor (5 ms) 2022-09-27T16:20:25.2915755Z [ RUN ] InferenceModeTest.TestSetRequiresGradInNormalMode 2022-09-27T16:20:25.2925632Z [ OK ] InferenceModeTest.TestSetRequiresGradInNormalMode (1 ms) 2022-09-27T16:20:25.2926053Z [ RUN ] InferenceModeTest.TestAccessVersionCounter 2022-09-27T16:20:25.2956413Z [ OK ] InferenceModeTest.TestAccessVersionCounter (3 ms) 2022-09-27T16:20:25.2956912Z [ RUN ] InferenceModeTest.TestInplaceUpdateInferenceTensorWithNormalTensor 2022-09-27T16:20:25.3013921Z [ OK ] InferenceModeTest.TestInplaceUpdateInferenceTensorWithNormalTensor (5 ms) 2022-09-27T16:20:25.3014772Z [ RUN ] InferenceModeTest.TestComplexViewInInferenceMode 2022-09-27T16:20:25.3015429Z [ OK ] InferenceModeTest.TestComplexViewInInferenceMode (0 ms) 2022-09-27T16:20:25.3016138Z [ RUN ] InferenceModeTest.TestComplexViewInNormalMode 2022-09-27T16:20:25.3016890Z [ OK ] InferenceModeTest.TestComplexViewInNormalMode (0 ms) 2022-09-27T16:20:25.3017567Z [ RUN ] InferenceModeTest.TestCustomFunction 2022-09-27T16:20:25.3018227Z [ OK ] InferenceModeTest.TestCustomFunction (0 ms) 2022-09-27T16:20:25.3019017Z [ RUN ] InferenceModeTest.TestLegacyAutoNonVariableTypeModeWarning 2022-09-27T16:20:25.3020204Z [ OK ] InferenceModeTest.TestLegacyAutoNonVariableTypeModeWarning (0 ms) 2022-09-27T16:20:25.3021061Z [----------] 28 tests from InferenceModeTest (61 ms total) 2022-09-27T16:20:25.3021354Z 2022-09-27T16:20:25.3021606Z [----------] 4 tests from GradModeTest 2022-09-27T16:20:25.3022194Z [ RUN ] GradModeTest.TestRequiresGradFunctionalOp 2022-09-27T16:20:25.3022881Z [ OK ] GradModeTest.TestRequiresGradFunctionalOp (0 ms) 2022-09-27T16:20:25.3023566Z [ RUN ] GradModeTest.TestRequiresGradInplaceOp 2022-09-27T16:20:25.3024228Z [ OK ] GradModeTest.TestRequiresGradInplaceOp (0 ms) 2022-09-27T16:20:25.3024873Z [ RUN ] GradModeTest.TestRequiresGradViewOp 2022-09-27T16:20:25.3025493Z [ OK ] GradModeTest.TestRequiresGradViewOp (0 ms) 2022-09-27T16:20:25.3026164Z [ RUN ] GradModeTest.TestRequiresGradViewOpExiting 2022-09-27T16:20:25.3048476Z [ OK ] GradModeTest.TestRequiresGradViewOpExiting (3 ms) 2022-09-27T16:20:25.3049267Z [----------] 4 tests from GradModeTest (3 ms total) 2022-09-27T16:20:25.3049533Z 2022-09-27T16:20:25.3049798Z [----------] 3 tests from OperationTest 2022-09-27T16:20:25.3050252Z [ RUN ] OperationTest.Lerp 2022-09-27T16:20:25.3056917Z [ OK ] OperationTest.Lerp (0 ms) 2022-09-27T16:20:25.3057389Z [ RUN ] OperationTest.Cross 2022-09-27T16:20:25.3079882Z [ OK ] OperationTest.Cross (2 ms) 2022-09-27T16:20:25.3080452Z [ RUN ] OperationTest.Linear_out 2022-09-27T16:20:25.3082992Z [ OK ] OperationTest.Linear_out (0 ms) 2022-09-27T16:20:25.3083617Z [----------] 3 tests from OperationTest (3 ms total) 2022-09-27T16:20:25.3083916Z 2022-09-27T16:20:25.3084232Z [----------] Global test environment tear-down 2022-09-27T16:20:25.3207916Z [==========] 991 tests from 48 test suites ran. (33196 ms total) 2022-09-27T16:20:25.3208390Z [ PASSED ] 991 tests. 2022-09-27T16:20:25.3894762Z + /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:25.6405540Z CUDA not available. Disabling CUDA and MultiCUDA tests 2022-09-27T16:20:25.6411171Z Note: Google Test filter = *-*_CUDA:*_MultiCUDA 2022-09-27T16:20:25.6411518Z [==========] Running 799 tests from 25 test suites. 2022-09-27T16:20:25.6411825Z [----------] Global test environment set-up. 2022-09-27T16:20:25.6412099Z [----------] 1 test from Approx 2022-09-27T16:20:25.6412347Z [ RUN ] Approx.log_vml 2022-09-27T16:20:26.8229022Z [ OK ] Approx.log_vml (1181 ms) 2022-09-27T16:20:26.8229556Z [----------] 1 test from Approx (1181 ms total) 2022-09-27T16:20:26.8229797Z 2022-09-27T16:20:26.8230022Z [----------] 34 tests from ATen 2022-09-27T16:20:26.8230898Z [ RUN ] ATen._cast_Float 2022-09-27T16:20:26.8231596Z [ OK ] ATen._cast_Float (0 ms) 2022-09-27T16:20:26.8232014Z [ RUN ] ATen.negInt 2022-09-27T16:20:26.8235537Z [ OK ] ATen.negInt (0 ms) 2022-09-27T16:20:26.8235925Z [ RUN ] ATen.negFloat 2022-09-27T16:20:26.8240037Z [ OK ] ATen.negFloat (0 ms) 2022-09-27T16:20:26.8240439Z [ RUN ] ATen.addInt 2022-09-27T16:20:26.8247516Z [ OK ] ATen.addInt (0 ms) 2022-09-27T16:20:26.8247988Z [ RUN ] ATen.addFloat 2022-09-27T16:20:26.8254568Z [ OK ] ATen.addFloat (0 ms) 2022-09-27T16:20:26.8254970Z [ RUN ] ATen.subInt 2022-09-27T16:20:26.8261849Z [ OK ] ATen.subInt (0 ms) 2022-09-27T16:20:26.8262688Z [ RUN ] ATen.subFloat 2022-09-27T16:20:26.8269055Z [ OK ] ATen.subFloat (0 ms) 2022-09-27T16:20:26.8269472Z [ RUN ] ATen.lerp 2022-09-27T16:20:26.8277494Z [ OK ] ATen.lerp (0 ms) 2022-09-27T16:20:26.8277938Z [ RUN ] ATen.addcmulInt 2022-09-27T16:20:26.8285211Z [ OK ] ATen.addcmulInt (0 ms) 2022-09-27T16:20:26.8285657Z [ RUN ] ATen.addcmulFloat 2022-09-27T16:20:26.8293864Z [ OK ] ATen.addcmulFloat (0 ms) 2022-09-27T16:20:26.8294261Z [ RUN ] ATen.mulInt 2022-09-27T16:20:26.8298408Z [ OK ] ATen.mulInt (0 ms) 2022-09-27T16:20:26.8298811Z [ RUN ] ATen.mulFloat 2022-09-27T16:20:26.8302997Z [ OK ] ATen.mulFloat (0 ms) 2022-09-27T16:20:26.8303470Z [ RUN ] ATen.divInt 2022-09-27T16:20:26.8307860Z [ OK ] ATen.divInt (0 ms) 2022-09-27T16:20:26.8308342Z [ RUN ] ATen.divFloat 2022-09-27T16:20:26.8312900Z [ OK ] ATen.divFloat (0 ms) 2022-09-27T16:20:26.8313301Z [ RUN ] ATen.maxInt 2022-09-27T16:20:26.8317701Z [ OK ] ATen.maxInt (0 ms) 2022-09-27T16:20:26.8318089Z [ RUN ] ATen.maxFloat 2022-09-27T16:20:26.8322315Z [ OK ] ATen.maxFloat (0 ms) 2022-09-27T16:20:26.8322714Z [ RUN ] ATen.minInt 2022-09-27T16:20:26.8327023Z [ OK ] ATen.minInt (0 ms) 2022-09-27T16:20:26.8327406Z [ RUN ] ATen.minFloat 2022-09-27T16:20:26.8332676Z [ OK ] ATen.minFloat (0 ms) 2022-09-27T16:20:26.8333156Z [ RUN ] ATen.reluInt 2022-09-27T16:20:26.8348662Z [ OK ] ATen.reluInt (1 ms) 2022-09-27T16:20:26.8348949Z [ RUN ] ATen.reluFloat 2022-09-27T16:20:26.8353842Z [ OK ] ATen.reluFloat (0 ms) 2022-09-27T16:20:26.8354582Z [ RUN ] ATen.logFloat 2022-09-27T16:20:26.8358974Z [ OK ] ATen.logFloat (0 ms) 2022-09-27T16:20:26.8359240Z [ RUN ] ATen.fastLogFloat 2022-09-27T16:20:26.8588502Z [ OK ] ATen.fastLogFloat (22 ms) 2022-09-27T16:20:26.8588947Z [ RUN ] ATen.fastTanhFloat 2022-09-27T16:20:26.8652822Z [ OK ] ATen.fastTanhFloat (6 ms) 2022-09-27T16:20:26.8653321Z [ RUN ] ATen.fastSigmoidFloat 2022-09-27T16:20:26.8724872Z [ OK ] ATen.fastSigmoidFloat (7 ms) 2022-09-27T16:20:26.8725344Z [ RUN ] ATen.log10Float 2022-09-27T16:20:26.8728884Z [ OK ] ATen.log10Float (0 ms) 2022-09-27T16:20:26.8729492Z [ RUN ] ATen.log2Float 2022-09-27T16:20:26.8733018Z [ OK ] ATen.log2Float (0 ms) 2022-09-27T16:20:26.8733525Z [ RUN ] ATen.expFloat 2022-09-27T16:20:26.8736612Z [ OK ] ATen.expFloat (0 ms) 2022-09-27T16:20:26.8737088Z [ RUN ] ATen.erfFloat 2022-09-27T16:20:26.8740591Z [ OK ] ATen.erfFloat (0 ms) 2022-09-27T16:20:26.8741057Z [ RUN ] ATen.cosFloat 2022-09-27T16:20:26.8744764Z [ OK ] ATen.cosFloat (0 ms) 2022-09-27T16:20:26.8745206Z [ RUN ] ATen.eqInt 2022-09-27T16:20:26.8750878Z [ OK ] ATen.eqInt (0 ms) 2022-09-27T16:20:26.8751311Z [ RUN ] ATen.geInt 2022-09-27T16:20:26.8756719Z [ OK ] ATen.geInt (0 ms) 2022-09-27T16:20:26.8757226Z [ RUN ] ATen.gtInt 2022-09-27T16:20:26.8762486Z [ OK ] ATen.gtInt (0 ms) 2022-09-27T16:20:26.8763867Z [ RUN ] ATen.leInt 2022-09-27T16:20:26.8768793Z [ OK ] ATen.leInt (0 ms) 2022-09-27T16:20:26.8770387Z [ RUN ] ATen.ltInt 2022-09-27T16:20:26.8775366Z [ OK ] ATen.ltInt (0 ms) 2022-09-27T16:20:26.8775811Z [----------] 34 tests from ATen (54 ms total) 2022-09-27T16:20:26.8776032Z 2022-09-27T16:20:26.8776619Z [----------] 26 tests from BoundsInference 2022-09-27T16:20:26.8777088Z [ RUN ] BoundsInference._1 2022-09-27T16:20:26.8779192Z [ OK ] BoundsInference._1 (0 ms) 2022-09-27T16:20:26.8779618Z [ RUN ] BoundsInference._2 2022-09-27T16:20:26.8782589Z [ OK ] BoundsInference._2 (0 ms) 2022-09-27T16:20:26.8783120Z [ RUN ] BoundsInference._3 2022-09-27T16:20:26.8785094Z [ OK ] BoundsInference._3 (0 ms) 2022-09-27T16:20:26.8785511Z [ RUN ] BoundsInference._4 2022-09-27T16:20:26.8790806Z [ OK ] BoundsInference._4 (0 ms) 2022-09-27T16:20:26.8791246Z [ RUN ] BoundsInference._5 2022-09-27T16:20:26.8803787Z [ OK ] BoundsInference._5 (1 ms) 2022-09-27T16:20:26.8804233Z [ RUN ] BoundsInference._6 2022-09-27T16:20:26.8813576Z [ OK ] BoundsInference._6 (0 ms) 2022-09-27T16:20:26.8814032Z [ RUN ] BoundsInference.Adjacent 2022-09-27T16:20:26.8819564Z [ OK ] BoundsInference.Adjacent (0 ms) 2022-09-27T16:20:26.8820121Z [ RUN ] BoundsInference.MultipleTopLoopLoad 2022-09-27T16:20:26.8825067Z [ OK ] BoundsInference.MultipleTopLoopLoad (0 ms) 2022-09-27T16:20:26.8825656Z [ RUN ] BoundsInference.MultipleTopLoopStore 2022-09-27T16:20:26.8830160Z [ OK ] BoundsInference.MultipleTopLoopStore (0 ms) 2022-09-27T16:20:26.8830712Z [ RUN ] BoundsInference.CacheReads 2022-09-27T16:20:26.8881361Z [ OK ] BoundsInference.CacheReads (5 ms) 2022-09-27T16:20:26.8881875Z [ RUN ] BoundsInference.Flattened 2022-09-27T16:20:26.8899278Z [ OK ] BoundsInference.Flattened (1 ms) 2022-09-27T16:20:26.8899832Z [ RUN ] BoundsInference.GetPotentialHazards 2022-09-27T16:20:26.8900608Z [ OK ] BoundsInference.GetPotentialHazards (0 ms) 2022-09-27T16:20:26.8901318Z [ RUN ] BoundsInference.GetPotentialHazardsLoopNoHazard 2022-09-27T16:20:26.8906312Z [ OK ] BoundsInference.GetPotentialHazardsLoopNoHazard (0 ms) 2022-09-27T16:20:26.8906789Z [ RUN ] BoundsInference.GetPotentialHazardsLoopCall 2022-09-27T16:20:26.8912350Z [ OK ] BoundsInference.GetPotentialHazardsLoopCall (0 ms) 2022-09-27T16:20:26.8913048Z [ RUN ] BoundsInference.GetPotentialHazardsLoopSplit 2022-09-27T16:20:26.8927908Z [ OK ] BoundsInference.GetPotentialHazardsLoopSplit (1 ms) 2022-09-27T16:20:26.8928831Z [ RUN ] BoundsInference.HasConflictingOverlapSameBufferWithPartialOverlap 2022-09-27T16:20:26.8934890Z [ OK ] BoundsInference.HasConflictingOverlapSameBufferWithPartialOverlap (0 ms) 2022-09-27T16:20:26.8935816Z [ RUN ] BoundsInference.HasConflictingOverlapSameBufferWithFullOverlap 2022-09-27T16:20:26.8936924Z [ OK ] BoundsInference.HasConflictingOverlapSameBufferWithFullOverlap (0 ms) 2022-09-27T16:20:26.8937850Z [ RUN ] BoundsInference.HasConflictingOverlapSameBufferWithFullOverlapRAW 2022-09-27T16:20:26.8940114Z [ OK ] BoundsInference.HasConflictingOverlapSameBufferWithFullOverlapRAW (0 ms) 2022-09-27T16:20:26.8941131Z [ RUN ] BoundsInference.HasConflictingOverlapSameBufferNotOverlapping 2022-09-27T16:20:26.8943945Z [ OK ] BoundsInference.HasConflictingOverlapSameBufferNotOverlapping (0 ms) 2022-09-27T16:20:26.8944638Z [ RUN ] BoundsInference.HasConflictingOverlap2DBufferWithOverlap 2022-09-27T16:20:26.8962599Z [ OK ] BoundsInference.HasConflictingOverlap2DBufferWithOverlap (1 ms) 2022-09-27T16:20:26.8963233Z [ RUN ] BoundsInference.HasConflictingOverlap2DBufferWithNoOverlap 2022-09-27T16:20:26.8975446Z [ OK ] BoundsInference.HasConflictingOverlap2DBufferWithNoOverlap (1 ms) 2022-09-27T16:20:26.8975936Z [ RUN ] BoundsInference.HasConflictingOverlapDifferentBuffers 2022-09-27T16:20:26.8979137Z [ OK ] BoundsInference.HasConflictingOverlapDifferentBuffers (0 ms) 2022-09-27T16:20:26.8979814Z [ RUN ] BoundsInference.HasConflictingOverlapDueToRAWDependence 2022-09-27T16:20:26.8983031Z [ OK ] BoundsInference.HasConflictingOverlapDueToRAWDependence (0 ms) 2022-09-27T16:20:26.8983624Z [ RUN ] BoundsInference.HasConflictingOverlapDueToWARDependence 2022-09-27T16:20:26.8986049Z [ OK ] BoundsInference.HasConflictingOverlapDueToWARDependence (0 ms) 2022-09-27T16:20:26.8986742Z [ RUN ] BoundsInference.HasConflictingOverlapWithLoads 2022-09-27T16:20:26.8989399Z [ OK ] BoundsInference.HasConflictingOverlapWithLoads (0 ms) 2022-09-27T16:20:26.8989975Z [ RUN ] BoundsInference.IsOverlapping 2022-09-27T16:20:26.9019471Z [ OK ] BoundsInference.IsOverlapping (2 ms) 2022-09-27T16:20:26.9020118Z [----------] 26 tests from BoundsInference (24 ms total) 2022-09-27T16:20:26.9020410Z 2022-09-27T16:20:26.9020552Z [----------] 4 tests from Conv 2022-09-27T16:20:26.9020804Z [ RUN ] Conv.DepthwiseConv2D 2022-09-27T16:20:27.1720627Z [ OK ] Conv.DepthwiseConv2D (269 ms) 2022-09-27T16:20:27.1721222Z [ RUN ] Conv.DepthwiseConv2DNoBias 2022-09-27T16:20:27.4252466Z [ OK ] Conv.DepthwiseConv2DNoBias (253 ms) 2022-09-27T16:20:27.4253043Z [ RUN ] Conv.DepthwiseConv2DDynamicShapes 2022-09-27T16:20:27.6216473Z [ OK ] Conv.DepthwiseConv2DDynamicShapes (196 ms) 2022-09-27T16:20:27.6217018Z [ RUN ] Conv.Conv2D 2022-09-27T16:20:28.5518533Z [ OK ] Conv.Conv2D (930 ms) 2022-09-27T16:20:28.5519241Z [----------] 4 tests from Conv (1649 ms total) 2022-09-27T16:20:28.5519482Z 2022-09-27T16:20:28.5519789Z [----------] 28 tests from CppPrinter 2022-09-27T16:20:28.5520431Z [ RUN ] CppPrinter.IntImm 2022-09-27T16:20:28.5521051Z [ OK ] CppPrinter.IntImm (0 ms) 2022-09-27T16:20:28.5521602Z [ RUN ] CppPrinter.FloatImm 2022-09-27T16:20:28.5522129Z [ OK ] CppPrinter.FloatImm (0 ms) 2022-09-27T16:20:28.5522565Z [ RUN ] CppPrinter.FloatImm1 2022-09-27T16:20:28.5522930Z [ OK ] CppPrinter.FloatImm1 (0 ms) 2022-09-27T16:20:28.5523364Z [ RUN ] CppPrinter.DoubleImm 2022-09-27T16:20:28.5523782Z [ OK ] CppPrinter.DoubleImm (0 ms) 2022-09-27T16:20:28.5524304Z [ RUN ] CppPrinter.DoubleImm1 2022-09-27T16:20:28.5524703Z [ OK ] CppPrinter.DoubleImm1 (0 ms) 2022-09-27T16:20:28.5524962Z [ RUN ] CppPrinter.HalfImm 2022-09-27T16:20:28.5525428Z [ OK ] CppPrinter.HalfImm (0 ms) 2022-09-27T16:20:28.5525828Z [ RUN ] CppPrinter.Add 2022-09-27T16:20:28.5526312Z [ OK ] CppPrinter.Add (0 ms) 2022-09-27T16:20:28.5526600Z [ RUN ] CppPrinter.AddExpr1 2022-09-27T16:20:28.5526878Z [ OK ] CppPrinter.AddExpr1 (0 ms) 2022-09-27T16:20:28.5527152Z [ RUN ] CppPrinter.AddExpr2 2022-09-27T16:20:28.5527414Z [ OK ] CppPrinter.AddExpr2 (0 ms) 2022-09-27T16:20:28.5527688Z [ RUN ] CppPrinter.AddExpr3 2022-09-27T16:20:28.5528263Z [ OK ] CppPrinter.AddExpr3 (0 ms) 2022-09-27T16:20:28.5528734Z [ RUN ] CppPrinter.Mod 2022-09-27T16:20:28.5538516Z [ OK ] CppPrinter.Mod (0 ms) 2022-09-27T16:20:28.5538900Z [ RUN ] CppPrinter.ModFloat 2022-09-27T16:20:28.5539172Z [ OK ] CppPrinter.ModFloat (0 ms) 2022-09-27T16:20:28.5539436Z [ RUN ] CppPrinter.Max 2022-09-27T16:20:28.5539700Z [ OK ] CppPrinter.Max (0 ms) 2022-09-27T16:20:28.5539955Z [ RUN ] CppPrinter.MaxFloat 2022-09-27T16:20:28.5540237Z [ OK ] CppPrinter.MaxFloat (0 ms) 2022-09-27T16:20:28.5540509Z [ RUN ] CppPrinter.MaxHalf 2022-09-27T16:20:28.5540787Z [ OK ] CppPrinter.MaxHalf (0 ms) 2022-09-27T16:20:28.5541030Z [ RUN ] CppPrinter.And 2022-09-27T16:20:28.5541290Z [ OK ] CppPrinter.And (0 ms) 2022-09-27T16:20:28.5541779Z [ RUN ] CppPrinter.CompareSelect 2022-09-27T16:20:28.5542074Z [ OK ] CppPrinter.CompareSelect (0 ms) 2022-09-27T16:20:28.5542443Z [ RUN ] CppPrinter.IfThenElse 2022-09-27T16:20:28.5542734Z [ OK ] CppPrinter.IfThenElse (0 ms) 2022-09-27T16:20:28.5543012Z [ RUN ] CppPrinter.AllocateFree 2022-09-27T16:20:28.5543312Z [ OK ] CppPrinter.AllocateFree (0 ms) 2022-09-27T16:20:28.5543601Z [ RUN ] CppPrinter.LoadStore 2022-09-27T16:20:28.5543874Z [ OK ] CppPrinter.LoadStore (0 ms) 2022-09-27T16:20:28.5544136Z [ RUN ] CppPrinter.Var 2022-09-27T16:20:28.5544398Z [ OK ] CppPrinter.Var (0 ms) 2022-09-27T16:20:28.5544639Z [ RUN ] CppPrinter.Cast 2022-09-27T16:20:28.5544901Z [ OK ] CppPrinter.Cast (0 ms) 2022-09-27T16:20:28.5545166Z [ RUN ] CppPrinter.BitCast 2022-09-27T16:20:28.5545448Z [ OK ] CppPrinter.BitCast (0 ms) 2022-09-27T16:20:28.5545694Z [ RUN ] CppPrinter.Let 2022-09-27T16:20:28.5545960Z [ OK ] CppPrinter.Let (0 ms) 2022-09-27T16:20:28.5546212Z [ RUN ] CppPrinter.For 2022-09-27T16:20:28.5546453Z [ OK ] CppPrinter.For (0 ms) 2022-09-27T16:20:28.5546709Z [ RUN ] CppPrinter.Cond 2022-09-27T16:20:28.5546973Z [ OK ] CppPrinter.Cond (0 ms) 2022-09-27T16:20:28.5547229Z [ RUN ] CppPrinter.Intrinsics 2022-09-27T16:20:28.5547534Z [ OK ] CppPrinter.Intrinsics (0 ms) 2022-09-27T16:20:28.5547824Z [ RUN ] CppPrinter.ExternalCall 2022-09-27T16:20:28.5548108Z [ OK ] CppPrinter.ExternalCall (0 ms) 2022-09-27T16:20:28.5548431Z [----------] 28 tests from CppPrinter (0 ms total) 2022-09-27T16:20:28.5548587Z 2022-09-27T16:20:28.5548739Z [----------] 8 tests from DynamicShapes 2022-09-27T16:20:28.5549035Z [ RUN ] DynamicShapes.SimpleGraph 2022-09-27T16:20:28.6384046Z [ OK ] DynamicShapes.SimpleGraph (85 ms) 2022-09-27T16:20:28.6384427Z [ RUN ] DynamicShapes.GraphWith2InputsSameDims 2022-09-27T16:20:28.7126041Z [ OK ] DynamicShapes.GraphWith2InputsSameDims (74 ms) 2022-09-27T16:20:28.7126464Z [ RUN ] DynamicShapes.GraphWith2InputsAndBroadcast 2022-09-27T16:20:28.7839401Z [ OK ] DynamicShapes.GraphWith2InputsAndBroadcast (71 ms) 2022-09-27T16:20:28.7839816Z [ RUN ] DynamicShapes.GraphWithPartiallySymbolicOutput 2022-09-27T16:20:28.8234305Z [ OK ] DynamicShapes.GraphWithPartiallySymbolicOutput (39 ms) 2022-09-27T16:20:28.8234743Z [ RUN ] DynamicShapes.GraphWithSymbolicStrides 2022-09-27T16:20:28.9895951Z [ OK ] DynamicShapes.GraphWithSymbolicStrides (166 ms) 2022-09-27T16:20:28.9896336Z [ RUN ] DynamicShapes.GraphWithCatAndBroadcast 2022-09-27T16:20:29.4319889Z [ OK ] DynamicShapes.GraphWithCatAndBroadcast (442 ms) 2022-09-27T16:20:29.4320295Z [ RUN ] DynamicShapes.GraphFromModel 2022-09-27T16:20:29.8106705Z [ OK ] DynamicShapes.GraphFromModel (378 ms) 2022-09-27T16:20:29.8107081Z [ RUN ] DynamicShapes.MultiThreadedExecution 2022-09-27T16:20:29.8859363Z [ OK ] DynamicShapes.MultiThreadedExecution (75 ms) 2022-09-27T16:20:29.8860007Z [----------] 8 tests from DynamicShapes (1333 ms total) 2022-09-27T16:20:29.8860278Z 2022-09-27T16:20:29.8860522Z [----------] 30 tests from Expr 2022-09-27T16:20:29.8860924Z [ RUN ] Expr.BasicValueTest 2022-09-27T16:20:29.8861347Z [ OK ] Expr.BasicValueTest (0 ms) 2022-09-27T16:20:29.8861856Z [ RUN ] Expr.BasicValueTest02 2022-09-27T16:20:29.8862363Z [ OK ] Expr.BasicValueTest02 (0 ms) 2022-09-27T16:20:29.8862908Z [ RUN ] Expr.IsChannelsLastContiguous 2022-09-27T16:20:29.8863467Z [ OK ] Expr.IsChannelsLastContiguous (0 ms) 2022-09-27T16:20:29.8863750Z [ RUN ] Expr.LetTest01 2022-09-27T16:20:29.8864087Z [ OK ] Expr.LetTest01 (0 ms) 2022-09-27T16:20:29.8864321Z [ RUN ] Expr.LetTest02 2022-09-27T16:20:29.8864588Z [ OK ] Expr.LetTest02 (0 ms) 2022-09-27T16:20:29.8864847Z [ RUN ] Expr.LetStmtTest01 2022-09-27T16:20:29.8865107Z [ OK ] Expr.LetStmtTest01 (0 ms) 2022-09-27T16:20:29.8865359Z [ RUN ] Expr.IntTest 2022-09-27T16:20:29.8865610Z [ OK ] Expr.IntTest (0 ms) 2022-09-27T16:20:29.8865840Z [ RUN ] Expr.FloatTest 2022-09-27T16:20:29.8866096Z [ OK ] Expr.FloatTest (0 ms) 2022-09-27T16:20:29.8866343Z [ RUN ] Expr.ByteTest 2022-09-27T16:20:29.8879940Z [ OK ] Expr.ByteTest (1 ms) 2022-09-27T16:20:29.8880560Z [ RUN ] Expr.CharTest 2022-09-27T16:20:29.8880994Z [ OK ] Expr.CharTest (0 ms) 2022-09-27T16:20:29.8881442Z [ RUN ] Expr.ShortTest 2022-09-27T16:20:29.8881928Z [ OK ] Expr.ShortTest (0 ms) 2022-09-27T16:20:29.8882367Z [ RUN ] Expr.LongTest 2022-09-27T16:20:29.8882814Z [ OK ] Expr.LongTest (0 ms) 2022-09-27T16:20:29.8883066Z [ RUN ] Expr.HalfTest 2022-09-27T16:20:29.8883307Z [ OK ] Expr.HalfTest (0 ms) 2022-09-27T16:20:29.8883561Z [ RUN ] Expr.DoubleTest 2022-09-27T16:20:29.8883829Z [ OK ] Expr.DoubleTest (0 ms) 2022-09-27T16:20:29.8884075Z [ RUN ] Expr.VectorAdd01 2022-09-27T16:20:29.8894805Z [ OK ] Expr.VectorAdd01 (1 ms) 2022-09-27T16:20:29.8895314Z [ RUN ] Expr.CompareSelectEQ 2022-09-27T16:20:29.8930518Z [ OK ] Expr.CompareSelectEQ (3 ms) 2022-09-27T16:20:29.8931055Z [ RUN ] Expr.CompareSelectDtypes 2022-09-27T16:20:29.8965826Z [ OK ] Expr.CompareSelectDtypes (3 ms) 2022-09-27T16:20:29.8966355Z [ RUN ] Expr.IntrinsicsDtypes 2022-09-27T16:20:29.8972398Z [ OK ] Expr.IntrinsicsDtypes (0 ms) 2022-09-27T16:20:29.8972943Z [ RUN ] Expr.Substitute01 2022-09-27T16:20:29.8973357Z [ OK ] Expr.Substitute01 (0 ms) 2022-09-27T16:20:29.8973597Z [ RUN ] Expr.Math01 2022-09-27T16:20:29.8973846Z [ OK ] Expr.Math01 (0 ms) 2022-09-27T16:20:29.8974100Z [ RUN ] Expr.UnaryMath01 2022-09-27T16:20:29.8975279Z [ OK ] Expr.UnaryMath01 (0 ms) 2022-09-27T16:20:29.8975731Z [ RUN ] Expr.BinaryMath01 2022-09-27T16:20:29.8976196Z [ OK ] Expr.BinaryMath01 (0 ms) 2022-09-27T16:20:29.8976466Z [ RUN ] Expr.LogicalOps01 2022-09-27T16:20:29.8976919Z [ OK ] Expr.LogicalOps01 (0 ms) 2022-09-27T16:20:29.8977192Z [ RUN ] Expr.LogicalOps02 2022-09-27T16:20:29.8977498Z [ OK ] Expr.LogicalOps02 (0 ms) 2022-09-27T16:20:29.8977778Z [ RUN ] Expr.LogicalOps03 2022-09-27T16:20:29.8978716Z [ OK ] Expr.LogicalOps03 (0 ms) 2022-09-27T16:20:29.8979121Z [ RUN ] Expr.BitwiseOps 2022-09-27T16:20:29.8979402Z [ OK ] Expr.BitwiseOps (0 ms) 2022-09-27T16:20:29.8979660Z [ RUN ] Expr.DynamicShapeAdd 2022-09-27T16:20:29.8981991Z [ OK ] Expr.DynamicShapeAdd (0 ms) 2022-09-27T16:20:29.8982308Z [ RUN ] Expr.OutOfBounds 2022-09-27T16:20:29.9007983Z [ OK ] Expr.OutOfBounds (2 ms) 2022-09-27T16:20:29.9008375Z [ RUN ] Expr.OutOfBounds2d 2022-09-27T16:20:29.9016212Z [ OK ] Expr.OutOfBounds2d (0 ms) 2022-09-27T16:20:29.9016562Z [ RUN ] Expr.OutOfBounds2dFlattenedIndex 2022-09-27T16:20:29.9021034Z [ OK ] Expr.OutOfBounds2dFlattenedIndex (0 ms) 2022-09-27T16:20:29.9021447Z [----------] 30 tests from Expr (16 ms total) 2022-09-27T16:20:29.9021766Z 2022-09-27T16:20:29.9021920Z [----------] 16 tests from ExternalCall 2022-09-27T16:20:29.9022257Z [ RUN ] ExternalCall.Conv1d_float 2022-09-27T16:20:29.9421535Z [ OK ] ExternalCall.Conv1d_float (39 ms) 2022-09-27T16:20:29.9422060Z [ RUN ] ExternalCall.Conv1d_int 2022-09-27T16:20:29.9829737Z [ OK ] ExternalCall.Conv1d_int (40 ms) 2022-09-27T16:20:29.9830098Z [ RUN ] ExternalCall.Conv1d_nobias_noargs 2022-09-27T16:20:30.0104427Z [ OK ] ExternalCall.Conv1d_nobias_noargs (27 ms) 2022-09-27T16:20:30.0105022Z [ RUN ] ExternalCall.Conv2d_float 2022-09-27T16:20:30.0417242Z [ OK ] ExternalCall.Conv2d_float (31 ms) 2022-09-27T16:20:30.0418023Z [ RUN ] ExternalCall.Conv2d_int 2022-09-27T16:20:30.0794215Z [ OK ] ExternalCall.Conv2d_int (37 ms) 2022-09-27T16:20:30.0794735Z [ RUN ] ExternalCall.Conv2d_nobias_noargs 2022-09-27T16:20:30.1069144Z [ OK ] ExternalCall.Conv2d_nobias_noargs (27 ms) 2022-09-27T16:20:30.1069944Z [ RUN ] ExternalCall.Addmm_float 2022-09-27T16:20:30.1329969Z [ OK ] ExternalCall.Addmm_float (26 ms) 2022-09-27T16:20:30.1330563Z [ RUN ] ExternalCall.Embedding 2022-09-27T16:20:30.1584650Z [ OK ] ExternalCall.Embedding (25 ms) 2022-09-27T16:20:30.1585181Z [ RUN ] ExternalCall.MaxReduction 2022-09-27T16:20:30.1812734Z [ OK ] ExternalCall.MaxReduction (22 ms) 2022-09-27T16:20:30.1813469Z [ RUN ] ExternalCall.Prepacked_Linear_float 2022-09-27T16:20:30.2498114Z [ OK ] ExternalCall.Prepacked_Linear_float (67 ms) 2022-09-27T16:20:30.2499107Z [ RUN ] ExternalCall.Prepacked_Conv2d_float 2022-09-27T16:20:30.3081088Z [ OK ] ExternalCall.Prepacked_Conv2d_float (58 ms) 2022-09-27T16:20:30.3082107Z [ RUN ] ExternalCall.BinaryFloat 2022-09-27T16:20:30.3825048Z [ OK ] ExternalCall.BinaryFloat (74 ms) 2022-09-27T16:20:30.3825591Z [ RUN ] ExternalCall.UnaryFloat 2022-09-27T16:20:30.4279980Z [ OK ] ExternalCall.UnaryFloat (45 ms) 2022-09-27T16:20:30.4280562Z [ RUN ] ExternalCall.ComputeInterop 2022-09-27T16:20:31.4980453Z [ OK ] ExternalCall.ComputeInterop (1069 ms) 2022-09-27T16:20:31.4980821Z [ RUN ] ExternalCall.Inlining 2022-09-27T16:20:31.5714091Z [ OK ] ExternalCall.Inlining (73 ms) 2022-09-27T16:20:31.5714426Z [ RUN ] ExternalCall.JitCustomFusionOp 2022-09-27T16:20:31.7259981Z [ OK ] ExternalCall.JitCustomFusionOp (154 ms) 2022-09-27T16:20:31.7260349Z [----------] 16 tests from ExternalCall (1823 ms total) 2022-09-27T16:20:31.7260516Z 2022-09-27T16:20:31.7260660Z [----------] 8 tests from GraphOpt 2022-09-27T16:20:31.7260922Z [ RUN ] GraphOpt.OptimizeCat 2022-09-27T16:20:31.7587700Z [ OK ] GraphOpt.OptimizeCat (32 ms) 2022-09-27T16:20:31.7588142Z [ RUN ] GraphOpt.OptimizeCat2 2022-09-27T16:20:31.7948411Z [ OK ] GraphOpt.OptimizeCat2 (36 ms) 2022-09-27T16:20:31.7948774Z [ RUN ] GraphOpt.OptimizeCat3 2022-09-27T16:20:31.8364436Z [ OK ] GraphOpt.OptimizeCat3 (41 ms) 2022-09-27T16:20:31.8365044Z [ RUN ] GraphOpt.OptimizeCatWithTypePromotionInUser 2022-09-27T16:20:31.8693320Z [ OK ] GraphOpt.OptimizeCatWithTypePromotionInUser (32 ms) 2022-09-27T16:20:31.8693957Z [ RUN ] GraphOpt.OptimizeCatWithTypePromotionInCat 2022-09-27T16:20:31.9311553Z [ OK ] GraphOpt.OptimizeCatWithTypePromotionInCat (61 ms) 2022-09-27T16:20:31.9311989Z [ RUN ] GraphOpt.OptimizeCatNoSingleTensorElementwiseOp 2022-09-27T16:20:31.9690391Z [ OK ] GraphOpt.OptimizeCatNoSingleTensorElementwiseOp (37 ms) 2022-09-27T16:20:31.9691085Z [ RUN ] GraphOpt.OptimizeCatNoSingleTensorElementwiseOp2 2022-09-27T16:20:32.0098606Z [ OK ] GraphOpt.OptimizeCatNoSingleTensorElementwiseOp2 (40 ms) 2022-09-27T16:20:32.0099224Z [ RUN ] GraphOpt.AOTGraphPrepPasses 2022-09-27T16:20:32.0099577Z [ OK ] GraphOpt.AOTGraphPrepPasses (0 ms) 2022-09-27T16:20:32.0099912Z [----------] 8 tests from GraphOpt (283 ms total) 2022-09-27T16:20:32.0100066Z 2022-09-27T16:20:32.0100202Z [----------] 4 tests from IRPrinter 2022-09-27T16:20:32.0100558Z [ RUN ] IRPrinter.BasicValueTest 2022-09-27T16:20:32.0100969Z [ OK ] IRPrinter.BasicValueTest (0 ms) 2022-09-27T16:20:32.0101277Z [ RUN ] IRPrinter.BasicValueTest02 2022-09-27T16:20:32.0101574Z [ OK ] IRPrinter.BasicValueTest02 (0 ms) 2022-09-27T16:20:32.0101918Z [ RUN ] IRPrinter.CastTest 2022-09-27T16:20:32.0102194Z [ OK ] IRPrinter.CastTest (0 ms) 2022-09-27T16:20:32.0102464Z [ RUN ] IRPrinter.FunctionName 2022-09-27T16:20:32.0102760Z [ OK ] IRPrinter.FunctionName (0 ms) 2022-09-27T16:20:32.0103071Z [----------] 4 tests from IRPrinter (0 ms total) 2022-09-27T16:20:32.0103219Z 2022-09-27T16:20:32.0103349Z [----------] 8 tests from IRVerifier 2022-09-27T16:20:32.0103623Z [ RUN ] IRVerifier.BitwiseOps 2022-09-27T16:20:32.0118257Z [ OK ] IRVerifier.BitwiseOps (1 ms) 2022-09-27T16:20:32.0119731Z [ RUN ] IRVerifier.CompareSelect 2022-09-27T16:20:32.0120045Z [ OK ] IRVerifier.CompareSelect (0 ms) 2022-09-27T16:20:32.0120329Z [ RUN ] IRVerifier.Ramp 2022-09-27T16:20:32.0120599Z [ OK ] IRVerifier.Ramp (0 ms) 2022-09-27T16:20:32.0120842Z [ RUN ] IRVerifier.Load 2022-09-27T16:20:32.0121102Z [ OK ] IRVerifier.Load (0 ms) 2022-09-27T16:20:32.0121372Z [ RUN ] IRVerifier.IfThenElse 2022-09-27T16:20:32.0121655Z [ OK ] IRVerifier.IfThenElse (0 ms) 2022-09-27T16:20:32.0121925Z [ RUN ] IRVerifier.For 2022-09-27T16:20:32.0122189Z [ OK ] IRVerifier.For (0 ms) 2022-09-27T16:20:32.0122442Z [ RUN ] IRVerifier.Block 2022-09-27T16:20:32.0122697Z [ OK ] IRVerifier.Block (0 ms) 2022-09-27T16:20:32.0122951Z [ RUN ] IRVerifier.Store 2022-09-27T16:20:32.0123214Z [ OK ] IRVerifier.Store (0 ms) 2022-09-27T16:20:32.0123505Z [----------] 8 tests from IRVerifier (1 ms total) 2022-09-27T16:20:32.0123657Z 2022-09-27T16:20:32.0123798Z [----------] 35 tests from Kernel 2022-09-27T16:20:32.0124085Z [ RUN ] Kernel.InliningIntermediates 2022-09-27T16:20:32.0786379Z [ OK ] Kernel.InliningIntermediates (66 ms) 2022-09-27T16:20:32.0786729Z [ RUN ] Kernel.PreAllocIntermediateBufs 2022-09-27T16:20:32.1205899Z [ OK ] Kernel.PreAllocIntermediateBufs (41 ms) 2022-09-27T16:20:32.1206201Z [ RUN ] Kernel._1 2022-09-27T16:20:32.1497930Z [ OK ] Kernel._1 (29 ms) 2022-09-27T16:20:32.1498216Z [ RUN ] Kernel._2 2022-09-27T16:20:32.1810664Z [ OK ] Kernel._2 (31 ms) 2022-09-27T16:20:32.1810984Z [ RUN ] Kernel._3 2022-09-27T16:20:32.2130077Z [ OK ] Kernel._3 (31 ms) 2022-09-27T16:20:32.2130317Z [ RUN ] Kernel.Huge 2022-09-27T16:20:32.2376916Z [ OK ] Kernel.Huge (24 ms) 2022-09-27T16:20:32.2377281Z [ RUN ] Kernel.ParallelStrided 2022-09-27T16:20:32.3528097Z [ OK ] Kernel.ParallelStrided (114 ms) 2022-09-27T16:20:32.3528802Z [ RUN ] Kernel.CatInputTypesPromotion 2022-09-27T16:20:32.4480387Z [ OK ] Kernel.CatInputTypesPromotion (95 ms) 2022-09-27T16:20:32.4481037Z [ RUN ] Kernel.CatAndInlineWithAConstantDim 2022-09-27T16:20:32.4769417Z [ OK ] Kernel.CatAndInlineWithAConstantDim (28 ms) 2022-09-27T16:20:32.4770125Z [ RUN ] Kernel.CatWithEmptyInputs 2022-09-27T16:20:32.5482297Z [ OK ] Kernel.CatWithEmptyInputs (71 ms) 2022-09-27T16:20:32.5482875Z [ RUN ] Kernel.CatWoConditionals 2022-09-27T16:20:32.6228109Z [ OK ] Kernel.CatWoConditionals (74 ms) 2022-09-27T16:20:32.6228730Z [ RUN ] Kernel.OptimizeConditionals 2022-09-27T16:20:32.7201690Z [ OK ] Kernel.OptimizeConditionals (97 ms) 2022-09-27T16:20:32.7202244Z [ RUN ] Kernel.SumAllAxes 2022-09-27T16:20:32.7696863Z [ OK ] Kernel.SumAllAxes (49 ms) 2022-09-27T16:20:32.7697363Z [ RUN ] Kernel.SumOneAxis 2022-09-27T16:20:33.1736033Z [ OK ] Kernel.SumOneAxis (403 ms) 2022-09-27T16:20:33.1736573Z [ RUN ] Kernel.SumMultipleAxes 2022-09-27T16:20:33.6076070Z [ OK ] Kernel.SumMultipleAxes (433 ms) 2022-09-27T16:20:33.6076628Z [ RUN ] Kernel.Softmax2D 2022-09-27T16:20:34.0094806Z [ OK ] Kernel.Softmax2D (401 ms) 2022-09-27T16:20:34.0095349Z [ RUN ] Kernel.Softmax3D 2022-09-27T16:20:34.6872842Z [ OK ] Kernel.Softmax3D (677 ms) 2022-09-27T16:20:34.6873355Z [ RUN ] Kernel.Softmax4D 2022-09-27T16:20:35.5719876Z [ OK ] Kernel.Softmax4D (884 ms) 2022-09-27T16:20:35.5720403Z [ RUN ] Kernel.SignTest 2022-09-27T16:20:35.6416109Z [ OK ] Kernel.SignTest (69 ms) 2022-09-27T16:20:35.6416708Z [ RUN ] Kernel.InlineProducerIntoReduction 2022-09-27T16:20:35.6695234Z [ OK ] Kernel.InlineProducerIntoReduction (27 ms) 2022-09-27T16:20:35.6695947Z [ RUN ] Kernel.InlineReductionIntoConsumer 2022-09-27T16:20:35.7039665Z [ OK ] Kernel.InlineReductionIntoConsumer (34 ms) 2022-09-27T16:20:35.7040026Z [ RUN ] Kernel.ConstantTensors 2022-09-27T16:20:35.7451111Z [ OK ] Kernel.ConstantTensors (41 ms) 2022-09-27T16:20:35.7451522Z [ RUN ] Kernel.ConstantTensorsNonContiguous 2022-09-27T16:20:35.7843875Z [ OK ] Kernel.ConstantTensorsNonContiguous (39 ms) 2022-09-27T16:20:35.7844233Z [ RUN ] Kernel.RunFast 2022-09-27T16:20:35.8155536Z [ OK ] Kernel.RunFast (31 ms) 2022-09-27T16:20:35.8156091Z [ RUN ] Kernel.RunWithAllocatedOutputs 2022-09-27T16:20:35.8468686Z [ OK ] Kernel.RunWithAllocatedOutputs (31 ms) 2022-09-27T16:20:35.8468989Z [ RUN ] Kernel.CodegenInspection 2022-09-27T16:20:35.8862220Z [ OK ] Kernel.CodegenInspection (39 ms) 2022-09-27T16:20:35.8862754Z [ RUN ] Kernel.CustomLowering 2022-09-27T16:20:35.9099619Z [ OK ] Kernel.CustomLowering (23 ms) 2022-09-27T16:20:35.9099940Z [ RUN ] Kernel.Vectorize 2022-09-27T16:20:35.9401961Z [ OK ] Kernel.Vectorize (30 ms) 2022-09-27T16:20:35.9402287Z [ RUN ] Kernel.Strided1dWithinBounds 2022-09-27T16:20:35.9624457Z [ OK ] Kernel.Strided1dWithinBounds (22 ms) 2022-09-27T16:20:35.9624777Z [ RUN ] Kernel.InputAsOutput 2022-09-27T16:20:35.9963366Z [ OK ] Kernel.InputAsOutput (33 ms) 2022-09-27T16:20:35.9963638Z [ RUN ] Kernel.ScalarOut 2022-09-27T16:20:36.0164332Z [ OK ] Kernel.ScalarOut (20 ms) 2022-09-27T16:20:36.0164744Z [ RUN ] Kernel.ScalarTensorOut 2022-09-27T16:20:36.0426010Z [ OK ] Kernel.ScalarTensorOut (26 ms) 2022-09-27T16:20:36.0426330Z [ RUN ] Kernel.FuseLoopsWithVariableBounds 2022-09-27T16:20:36.4836703Z [ OK ] Kernel.FuseLoopsWithVariableBounds (440 ms) 2022-09-27T16:20:36.4837426Z [ RUN ] Kernel.FuseLoopsWithVariableConcatDim 2022-09-27T16:20:36.9872560Z [ OK ] Kernel.FuseLoopsWithVariableConcatDim (503 ms) 2022-09-27T16:20:36.9873647Z [ RUN ] Kernel.DoNotFuseLoopsWithMismatchingVariableDims 2022-09-27T16:20:37.3152753Z [ OK ] Kernel.DoNotFuseLoopsWithMismatchingVariableDims (327 ms) 2022-09-27T16:20:37.3153419Z [----------] 35 tests from Kernel (5303 ms total) 2022-09-27T16:20:37.3153571Z 2022-09-27T16:20:37.3153725Z [----------] 174 tests from LoopNest 2022-09-27T16:20:37.3153990Z [ RUN ] LoopNest.ExprSimple01 2022-09-27T16:20:37.3167827Z [ OK ] LoopNest.ExprSimple01 (1 ms) 2022-09-27T16:20:37.3168392Z [ RUN ] LoopNest.ExprLower01 2022-09-27T16:20:37.3168857Z [ OK ] LoopNest.ExprLower01 (0 ms) 2022-09-27T16:20:37.3169535Z [ RUN ] LoopNest.ExprSimple02 2022-09-27T16:20:37.3191026Z [ OK ] LoopNest.ExprSimple02 (2 ms) 2022-09-27T16:20:37.3191656Z [ RUN ] LoopNest.ExprSliceHeadWithLoopOptions 2022-09-27T16:20:37.3194246Z [ OK ] LoopNest.ExprSliceHeadWithLoopOptions (0 ms) 2022-09-27T16:20:37.3194947Z [ RUN ] LoopNest.ExprSliceTailWithLoopOptions 2022-09-27T16:20:37.3197863Z [ OK ] LoopNest.ExprSliceTailWithLoopOptions (0 ms) 2022-09-27T16:20:37.3198574Z [ RUN ] LoopNest.ExprSliceHeadWhenFactorEqualsSize 2022-09-27T16:20:37.3199272Z [ OK ] LoopNest.ExprSliceHeadWhenFactorEqualsSize (0 ms) 2022-09-27T16:20:37.3199989Z [ RUN ] LoopNest.ExprSliceHeadWhenFactorLargerThanSize 2022-09-27T16:20:37.3200778Z [ OK ] LoopNest.ExprSliceHeadWhenFactorLargerThanSize (0 ms) 2022-09-27T16:20:37.3201407Z [ RUN ] LoopNest.ExprSliceHead 2022-09-27T16:20:37.3201894Z [ OK ] LoopNest.ExprSliceHead (0 ms) 2022-09-27T16:20:37.3202491Z [ RUN ] LoopNest.ExprSliceHeadWithNonZeroStart 2022-09-27T16:20:37.3203315Z [ OK ] LoopNest.ExprSliceHeadWithNonZeroStart (0 ms) 2022-09-27T16:20:37.3203987Z [ RUN ] LoopNest.ExprSliceTailWhenFactorEqualsSize 2022-09-27T16:20:37.3204714Z [ OK ] LoopNest.ExprSliceTailWhenFactorEqualsSize (0 ms) 2022-09-27T16:20:37.3205436Z [ RUN ] LoopNest.ExprSliceTailWhenFactorLargerThanSize 2022-09-27T16:20:37.3206171Z [ OK ] LoopNest.ExprSliceTailWhenFactorLargerThanSize (0 ms) 2022-09-27T16:20:37.3206774Z [ RUN ] LoopNest.ExprSliceTail 2022-09-27T16:20:37.3207300Z [ OK ] LoopNest.ExprSliceTail (0 ms) 2022-09-27T16:20:37.3207832Z [ RUN ] LoopNest.ExprSplitAndSlice 2022-09-27T16:20:37.3214302Z [ OK ] LoopNest.ExprSplitAndSlice (0 ms) 2022-09-27T16:20:37.3214903Z [ RUN ] LoopNest.ExprSliceAndNormalize 2022-09-27T16:20:37.3216707Z [ OK ] LoopNest.ExprSliceAndNormalize (0 ms) 2022-09-27T16:20:37.3217302Z [ RUN ] LoopNest.ExprSliceWithVariableDimension 2022-09-27T16:20:37.3233242Z [ OK ] LoopNest.ExprSliceWithVariableDimension (1 ms) 2022-09-27T16:20:37.3233887Z [ RUN ] LoopNest.ExprSplitWithTail 2022-09-27T16:20:37.3241035Z [ OK ] LoopNest.ExprSplitWithTail (0 ms) 2022-09-27T16:20:37.3241638Z [ RUN ] LoopNest.ExprSplitWithTailNone 2022-09-27T16:20:37.3254363Z [ OK ] LoopNest.ExprSplitWithTailNone (1 ms) 2022-09-27T16:20:37.3254952Z [ RUN ] LoopNest.ExprSplitWithMask01 2022-09-27T16:20:37.3282109Z [ OK ] LoopNest.ExprSplitWithMask01 (2 ms) 2022-09-27T16:20:37.3282749Z [ RUN ] LoopNest.ExprSplitWithMaskRepeatedNoMask 2022-09-27T16:20:37.3287665Z [ OK ] LoopNest.ExprSplitWithMaskRepeatedNoMask (0 ms) 2022-09-27T16:20:37.3288315Z [ RUN ] LoopNest.getLoopAt 2022-09-27T16:20:37.3288768Z [ OK ] LoopNest.getLoopAt (0 ms) 2022-09-27T16:20:37.3289418Z [ RUN ] LoopNest.TileSimple 2022-09-27T16:20:37.4145789Z [ OK ] LoopNest.TileSimple (85 ms) 2022-09-27T16:20:37.4146641Z [ RUN ] LoopNest.TileWithTails 2022-09-27T16:20:37.5004987Z [ OK ] LoopNest.TileWithTails (85 ms) 2022-09-27T16:20:37.5005840Z [ RUN ] LoopNest.TileInMiddle 2022-09-27T16:20:37.6394412Z [ OK ] LoopNest.TileInMiddle (138 ms) 2022-09-27T16:20:37.6395054Z [ RUN ] LoopNest.SplitWithTailWithLoopOptions 2022-09-27T16:20:37.6395749Z [ OK ] LoopNest.SplitWithTailWithLoopOptions (0 ms) 2022-09-27T16:20:37.6396436Z [ RUN ] LoopNest.SplitWithMaskWithLoopOptions 2022-09-27T16:20:37.6397102Z [ OK ] LoopNest.SplitWithMaskWithLoopOptions (0 ms) 2022-09-27T16:20:37.6397764Z [ RUN ] LoopNest.ScheduleBroadcastAddBuffer 2022-09-27T16:20:37.6415125Z [ OK ] LoopNest.ScheduleBroadcastAddBuffer (2 ms) 2022-09-27T16:20:37.6415709Z [ RUN ] LoopNest.ScheduleFunctionCall01 2022-09-27T16:20:37.6490560Z [ OK ] LoopNest.ScheduleFunctionCall01 (7 ms) 2022-09-27T16:20:37.6491167Z [ RUN ] LoopNest.ScheduleInlineSimple 2022-09-27T16:20:37.6608216Z [ OK ] LoopNest.ScheduleInlineSimple (11 ms) 2022-09-27T16:20:37.6608847Z [ RUN ] LoopNest.ScheduleInlineFunc01 2022-09-27T16:20:37.7152796Z [ OK ] LoopNest.ScheduleInlineFunc01 (54 ms) 2022-09-27T16:20:37.7153389Z [ RUN ] LoopNest.ScheduleInlineRandom 2022-09-27T16:20:37.7157207Z [ OK ] LoopNest.ScheduleInlineRandom (0 ms) 2022-09-27T16:20:37.7157822Z [ RUN ] LoopNest.ScheduleInlineRandomUnrelated 2022-09-27T16:20:37.7161761Z [ OK ] LoopNest.ScheduleInlineRandomUnrelated (0 ms) 2022-09-27T16:20:37.7162469Z [ RUN ] LoopNest.ScheduleInlineRandomLowerDimensions 2022-09-27T16:20:37.7165523Z [ OK ] LoopNest.ScheduleInlineRandomLowerDimensions (0 ms) 2022-09-27T16:20:37.7166202Z [ RUN ] LoopNest.ScheduleInlineIntrinsics 2022-09-27T16:20:37.7252764Z [ OK ] LoopNest.ScheduleInlineIntrinsics (8 ms) 2022-09-27T16:20:37.7253432Z [ RUN ] LoopNest.ScheduleInlineRandWithIntrinsics 2022-09-27T16:20:37.7256383Z [ OK ] LoopNest.ScheduleInlineRandWithIntrinsics (0 ms) 2022-09-27T16:20:37.7257063Z [ RUN ] LoopNest.ScheduleSplitAThenInline 2022-09-27T16:20:37.7258766Z [ OK ] LoopNest.ScheduleSplitAThenInline (0 ms) 2022-09-27T16:20:37.7259353Z [ RUN ] LoopNest.ScheduleSplitBThenInline 2022-09-27T16:20:37.7263760Z [ OK ] LoopNest.ScheduleSplitBThenInline (0 ms) 2022-09-27T16:20:37.7264373Z [ RUN ] LoopNest.ScheduleSplitTwiceThenInline 2022-09-27T16:20:37.7266669Z [ OK ] LoopNest.ScheduleSplitTwiceThenInline (0 ms) 2022-09-27T16:20:37.7267299Z [ RUN ] LoopNest.ScheduleInlineThenSplit 2022-09-27T16:20:37.7271113Z [ OK ] LoopNest.ScheduleInlineThenSplit (0 ms) 2022-09-27T16:20:37.7271782Z [ RUN ] LoopNest.ScheduleSplitInlineThenSplit 2022-09-27T16:20:37.7279413Z [ OK ] LoopNest.ScheduleSplitInlineThenSplit (0 ms) 2022-09-27T16:20:37.7280041Z [ RUN ] LoopNest.ScheduleSplitInlineSimplify 2022-09-27T16:20:37.7281073Z [ OK ] LoopNest.ScheduleSplitInlineSimplify (0 ms) 2022-09-27T16:20:37.7281724Z [ RUN ] LoopNest.ScheduleInlineThreeMixedOnce 2022-09-27T16:20:37.7287155Z [ OK ] LoopNest.ScheduleInlineThreeMixedOnce (0 ms) 2022-09-27T16:20:37.7287854Z [ RUN ] LoopNest.ScheduleInlineThreeMixedTwice 2022-09-27T16:20:37.7292678Z [ OK ] LoopNest.ScheduleInlineThreeMixedTwice (0 ms) 2022-09-27T16:20:37.7293363Z [ RUN ] LoopNest.ScheduleInlineThreeMixedInner 2022-09-27T16:20:37.7298335Z [ OK ] LoopNest.ScheduleInlineThreeMixedInner (0 ms) 2022-09-27T16:20:37.7299025Z [ RUN ] LoopNest.ScheduleInlineThreeMixedSplit 2022-09-27T16:20:37.7301609Z [ OK ] LoopNest.ScheduleInlineThreeMixedSplit (0 ms) 2022-09-27T16:20:37.7302281Z [ RUN ] LoopNest.ScheduleInlineOutputTensors 2022-09-27T16:20:37.7306739Z [ OK ] LoopNest.ScheduleInlineOutputTensors (0 ms) 2022-09-27T16:20:37.7307441Z [ RUN ] LoopNest.ScheduleInlineWithCompoundIndices 2022-09-27T16:20:37.7308130Z [ OK ] LoopNest.ScheduleInlineWithCompoundIndices (0 ms) 2022-09-27T16:20:37.7308824Z [ RUN ] LoopNest.ScheduleInlineConsumerIndicesWithCast 2022-09-27T16:20:37.7309559Z [ OK ] LoopNest.ScheduleInlineConsumerIndicesWithCast (0 ms) 2022-09-27T16:20:37.7310287Z [ RUN ] LoopNest.ScheduleInlineProducerIndicesWithCast 2022-09-27T16:20:37.7311024Z [ OK ] LoopNest.ScheduleInlineProducerIndicesWithCast (0 ms) 2022-09-27T16:20:37.7311662Z [ RUN ] LoopNest.ScheduleFuserStyle 2022-09-27T16:20:37.7358944Z [ OK ] LoopNest.ScheduleFuserStyle (4 ms) 2022-09-27T16:20:37.7359544Z [ RUN ] LoopNest.ScheduleFuserThreeArg 2022-09-27T16:20:37.7415537Z [ OK ] LoopNest.ScheduleFuserThreeArg (5 ms) 2022-09-27T16:20:37.7416152Z [ RUN ] LoopNest.ScheduleDynamicShape2D 2022-09-27T16:20:37.7529748Z [ OK ] LoopNest.ScheduleDynamicShape2D (11 ms) 2022-09-27T16:20:37.7530307Z [ RUN ] LoopNest.LoopNestComputeAt_1 2022-09-27T16:20:37.7539062Z [ OK ] LoopNest.LoopNestComputeAt_1 (0 ms) 2022-09-27T16:20:37.7539620Z [ RUN ] LoopNest.LoopNestComputeAt_2 2022-09-27T16:20:37.8000219Z [ OK ] LoopNest.LoopNestComputeAt_2 (46 ms) 2022-09-27T16:20:37.8000785Z [ RUN ] LoopNest.LoopNestComputeAt_3 2022-09-27T16:20:37.8464677Z [ OK ] LoopNest.LoopNestComputeAt_3 (46 ms) 2022-09-27T16:20:37.8465204Z [ RUN ] LoopNest.Reduce2dComputeAt 2022-09-27T16:20:37.9254232Z [ OK ] LoopNest.Reduce2dComputeAt (78 ms) 2022-09-27T16:20:37.9254818Z [ RUN ] LoopNest.LoopNestReorderAxis1 2022-09-27T16:20:37.9256685Z [ OK ] LoopNest.LoopNestReorderAxis1 (0 ms) 2022-09-27T16:20:37.9257306Z [ RUN ] LoopNest.LoopNestReorderPartialAxes 2022-09-27T16:20:37.9267304Z [ OK ] LoopNest.LoopNestReorderPartialAxes (1 ms) 2022-09-27T16:20:37.9267758Z [ RUN ] LoopNest.LoopNestReorderInternalAxis 2022-09-27T16:20:37.9276039Z [ OK ] LoopNest.LoopNestReorderInternalAxis (0 ms) 2022-09-27T16:20:37.9276417Z [ RUN ] LoopNest.LoopNestReorderEnclosingAxis 2022-09-27T16:20:37.9285562Z [ OK ] LoopNest.LoopNestReorderEnclosingAxis (0 ms) 2022-09-27T16:20:37.9286207Z [ RUN ] LoopNest.LoopNestReorderSameAxis 2022-09-27T16:20:37.9286578Z [ OK ] LoopNest.LoopNestReorderSameAxis (0 ms) 2022-09-27T16:20:37.9286938Z [ RUN ] LoopNest.LoopNestReorderExtraStatements 2022-09-27T16:20:37.9300375Z [ OK ] LoopNest.LoopNestReorderExtraStatements (1 ms) 2022-09-27T16:20:37.9300996Z [ RUN ] LoopNest.LoopNestReorderLongStringOfPreOrphans 2022-09-27T16:20:37.9836091Z [ OK ] LoopNest.LoopNestReorderLongStringOfPreOrphans (53 ms) 2022-09-27T16:20:37.9836623Z [ RUN ] LoopNest.LoopNestReorderLongStringOfPostOrphans 2022-09-27T16:20:38.0369189Z [ OK ] LoopNest.LoopNestReorderLongStringOfPostOrphans (53 ms) 2022-09-27T16:20:38.0369756Z [ RUN ] LoopNest.LoopNestReorderLongStringFull 2022-09-27T16:20:38.1043798Z [ OK ] LoopNest.LoopNestReorderLongStringFull (67 ms) 2022-09-27T16:20:38.1044350Z [ RUN ] LoopNest.LoopNestReorderInternalLoopNest 2022-09-27T16:20:38.1154954Z [ OK ] LoopNest.LoopNestReorderInternalLoopNest (11 ms) 2022-09-27T16:20:38.1155562Z [ RUN ] LoopNest.OuterLoopVectorization 2022-09-27T16:20:38.1156702Z [ OK ] LoopNest.OuterLoopVectorization (0 ms) 2022-09-27T16:20:38.1157569Z [ RUN ] LoopNest.VectorizeLoopNotNormalized 2022-09-27T16:20:38.1158630Z [ OK ] LoopNest.VectorizeLoopNotNormalized (0 ms) 2022-09-27T16:20:38.1159271Z [ RUN ] LoopNest.Unroll 2022-09-27T16:20:38.1160173Z [ OK ] LoopNest.Unroll (0 ms) 2022-09-27T16:20:38.1160658Z [ RUN ] LoopNest.UnrollOuter 2022-09-27T16:20:38.1162283Z [ OK ] LoopNest.UnrollOuter (0 ms) 2022-09-27T16:20:38.1162617Z [ RUN ] LoopNest.UnrollInner 2022-09-27T16:20:38.1162937Z [ OK ] LoopNest.UnrollInner (0 ms) 2022-09-27T16:20:38.1163416Z [ RUN ] LoopNest.UnrollMultipleStatements 2022-09-27T16:20:38.1164053Z [ OK ] LoopNest.UnrollMultipleStatements (0 ms) 2022-09-27T16:20:38.1164415Z [ RUN ] LoopNest.UnrollNonLiteralConstantBounds 2022-09-27T16:20:38.1165933Z [ OK ] LoopNest.UnrollNonLiteralConstantBounds (0 ms) 2022-09-27T16:20:38.1166301Z [ RUN ] LoopNest.UnrollNonConstantBounds 2022-09-27T16:20:38.1181323Z [ OK ] LoopNest.UnrollNonConstantBounds (1 ms) 2022-09-27T16:20:38.1181675Z [ RUN ] LoopNest.UnrollByFactorsLessThan2 2022-09-27T16:20:38.1196674Z [ OK ] LoopNest.UnrollByFactorsLessThan2 (1 ms) 2022-09-27T16:20:38.1197032Z [ RUN ] LoopNest.UnrollByFactorEqualToIters 2022-09-27T16:20:38.1199851Z [ OK ] LoopNest.UnrollByFactorEqualToIters (0 ms) 2022-09-27T16:20:38.1200203Z [ RUN ] LoopNest.UnrollEmpty 2022-09-27T16:20:38.1200655Z [ OK ] LoopNest.UnrollEmpty (0 ms) 2022-09-27T16:20:38.1201012Z [ RUN ] LoopNest.NoUnroll 2022-09-27T16:20:38.1201402Z [ OK ] LoopNest.NoUnroll (0 ms) 2022-09-27T16:20:38.1201711Z [ RUN ] LoopNest.UnrollWithLet 2022-09-27T16:20:38.1203167Z [ OK ] LoopNest.UnrollWithLet (0 ms) 2022-09-27T16:20:38.1203568Z [ RUN ] LoopNest.IsNormalized 2022-09-27T16:20:38.1203857Z [ OK ] LoopNest.IsNormalized (0 ms) 2022-09-27T16:20:38.1204171Z [ RUN ] LoopNest.NormalizeStartPositive 2022-09-27T16:20:38.1205865Z [ OK ] LoopNest.NormalizeStartPositive (0 ms) 2022-09-27T16:20:38.1206265Z [ RUN ] LoopNest.NormalizeStartNegative 2022-09-27T16:20:38.1221267Z [ OK ] LoopNest.NormalizeStartNegative (1 ms) 2022-09-27T16:20:38.1221700Z [ RUN ] LoopNest.NormalizeStartZero 2022-09-27T16:20:38.1222046Z [ OK ] LoopNest.NormalizeStartZero (0 ms) 2022-09-27T16:20:38.1222353Z [ RUN ] LoopNest.NormalizeStartVariable 2022-09-27T16:20:38.1225229Z [ OK ] LoopNest.NormalizeStartVariable (0 ms) 2022-09-27T16:20:38.1225580Z [ RUN ] LoopNest.NormalizeOnNestedOuterLoop 2022-09-27T16:20:38.1227887Z [ OK ] LoopNest.NormalizeOnNestedOuterLoop (0 ms) 2022-09-27T16:20:38.1228246Z [ RUN ] LoopNest.NormalizeOnNestedInnerLoop 2022-09-27T16:20:38.1230308Z [ OK ] LoopNest.NormalizeOnNestedInnerLoop (0 ms) 2022-09-27T16:20:38.1230680Z [ RUN ] LoopNest.NormalizeAndSplitWithTail 2022-09-27T16:20:38.1234245Z [ OK ] LoopNest.NormalizeAndSplitWithTail (0 ms) 2022-09-27T16:20:38.1234615Z [ RUN ] LoopNest.NotNormalizeAndSplitWithTail 2022-09-27T16:20:38.1239131Z [ OK ] LoopNest.NotNormalizeAndSplitWithTail (0 ms) 2022-09-27T16:20:38.1239492Z [ RUN ] LoopNest.FlattenSimpleLoopNest2D 2022-09-27T16:20:38.1248906Z [ OK ] LoopNest.FlattenSimpleLoopNest2D (0 ms) 2022-09-27T16:20:38.1249482Z [ RUN ] LoopNest.FlattenSimpleLoopNest3D 2022-09-27T16:20:38.1329931Z [ OK ] LoopNest.FlattenSimpleLoopNest3D (8 ms) 2022-09-27T16:20:38.1330515Z [ RUN ] LoopNest.FlattenLoopNestAfterNormalize 2022-09-27T16:20:38.1355495Z [ OK ] LoopNest.FlattenLoopNestAfterNormalize (2 ms) 2022-09-27T16:20:38.1356203Z [ RUN ] LoopNest.FlattenLoopNestWithNonLiteralConstantBounds 2022-09-27T16:20:38.1366839Z [ OK ] LoopNest.FlattenLoopNestWithNonLiteralConstantBounds (1 ms) 2022-09-27T16:20:38.1367536Z [ RUN ] LoopNest.FlattenImperfectLoopNest 2022-09-27T16:20:38.1368225Z [ OK ] LoopNest.FlattenImperfectLoopNest (0 ms) 2022-09-27T16:20:38.1368731Z [ RUN ] LoopNest.FlattenReductionLoopNest 2022-09-27T16:20:38.1369202Z [ OK ] LoopNest.FlattenReductionLoopNest (0 ms) 2022-09-27T16:20:38.1369702Z [ RUN ] LoopNest.FlattenReductionLoopNestFromTensor 2022-09-27T16:20:38.1370445Z [ OK ] LoopNest.FlattenReductionLoopNestFromTensor (0 ms) 2022-09-27T16:20:38.1370834Z [ RUN ] LoopNest.FlattenIncorrectLoopsAsInput 2022-09-27T16:20:38.1371189Z [ OK ] LoopNest.FlattenIncorrectLoopsAsInput (0 ms) 2022-09-27T16:20:38.1371546Z [ RUN ] LoopNest.DetectInlineRankMismatch 2022-09-27T16:20:38.1371901Z [ OK ] LoopNest.DetectInlineRankMismatch (0 ms) 2022-09-27T16:20:38.1372209Z [ RUN ] LoopNest.CacheReadsSimple 2022-09-27T16:20:38.1720632Z [ OK ] LoopNest.CacheReadsSimple (35 ms) 2022-09-27T16:20:38.1721187Z [ RUN ] LoopNest.CacheReadsOuter 2022-09-27T16:20:38.2097799Z [ OK ] LoopNest.CacheReadsOuter (37 ms) 2022-09-27T16:20:38.2098108Z [ RUN ] LoopNest.CacheReadsInternal 2022-09-27T16:20:38.2499144Z [ OK ] LoopNest.CacheReadsInternal (40 ms) 2022-09-27T16:20:38.2499465Z [ RUN ] LoopNest.CacheReadsInner 2022-09-27T16:20:38.3129226Z [ OK ] LoopNest.CacheReadsInner (62 ms) 2022-09-27T16:20:38.3129617Z [ RUN ] LoopNest.CacheWritesSimple 2022-09-27T16:20:38.3832628Z [ OK ] LoopNest.CacheWritesSimple (70 ms) 2022-09-27T16:20:38.3832973Z [ RUN ] LoopNest.DeadStoreElimination 2022-09-27T16:20:38.3846046Z [ OK ] LoopNest.DeadStoreElimination (1 ms) 2022-09-27T16:20:38.3846471Z [ RUN ] LoopNest.DeadStoreEliminationWithIntermediates 2022-09-27T16:20:38.3858202Z [ OK ] LoopNest.DeadStoreEliminationWithIntermediates (1 ms) 2022-09-27T16:20:38.3858659Z [ RUN ] LoopNest.CompoundTensorSimple 2022-09-27T16:20:38.3870708Z [ OK ] LoopNest.CompoundTensorSimple (1 ms) 2022-09-27T16:20:38.3871033Z [ RUN ] LoopNest.InlineConstantIndex 2022-09-27T16:20:38.3874020Z [ OK ] LoopNest.InlineConstantIndex (0 ms) 2022-09-27T16:20:38.3874400Z [ RUN ] LoopNest.CompoundTensorUsed 2022-09-27T16:20:38.3895713Z [ OK ] LoopNest.CompoundTensorUsed (2 ms) 2022-09-27T16:20:38.3896122Z [ RUN ] LoopNest.InlineFromLoad 2022-09-27T16:20:38.3896893Z [ OK ] LoopNest.InlineFromLoad (0 ms) 2022-09-27T16:20:38.3897253Z [ RUN ] LoopNest.OptimizeConditionalsSimple 2022-09-27T16:20:38.3898735Z [ OK ] LoopNest.OptimizeConditionalsSimple (0 ms) 2022-09-27T16:20:38.3899136Z [ RUN ] LoopNest.OptimizeConditionalsNestedConditions 2022-09-27T16:20:38.3901203Z [ OK ] LoopNest.OptimizeConditionalsNestedConditions (0 ms) 2022-09-27T16:20:38.3901620Z [ RUN ] LoopNest.OptimizeConditionalsMultipleStores 2022-09-27T16:20:38.3903923Z [ OK ] LoopNest.OptimizeConditionalsMultipleStores (0 ms) 2022-09-27T16:20:38.3904363Z [ RUN ] LoopNest.OptimizeConditionalsMultipleStoresInOneLoop 2022-09-27T16:20:38.3908982Z [ OK ] LoopNest.OptimizeConditionalsMultipleStoresInOneLoop (0 ms) 2022-09-27T16:20:38.3909411Z [ RUN ] LoopNest.OptimizeConditionalsOuterLoopVar 2022-09-27T16:20:38.3912402Z [ OK ] LoopNest.OptimizeConditionalsOuterLoopVar (0 ms) 2022-09-27T16:20:38.3912995Z [ RUN ] LoopNest.OptimizeConditionalsCompValuesNotOrdered 2022-09-27T16:20:38.3915629Z [ OK ] LoopNest.OptimizeConditionalsCompValuesNotOrdered (0 ms) 2022-09-27T16:20:38.3916162Z [ RUN ] LoopNest.OptimizeConditionalsCompValuesNotConstants 2022-09-27T16:20:38.3918783Z [ OK ] LoopNest.OptimizeConditionalsCompValuesNotConstants (0 ms) 2022-09-27T16:20:38.3919206Z [ RUN ] LoopNest.OptimizeConditionalsInvalidCondition 2022-09-27T16:20:38.3921936Z [ OK ] LoopNest.OptimizeConditionalsInvalidCondition (0 ms) 2022-09-27T16:20:38.3922359Z [ RUN ] LoopNest.OptimizeConditionalsInvalidCondition2 2022-09-27T16:20:38.3925520Z [ OK ] LoopNest.OptimizeConditionalsInvalidCondition2 (0 ms) 2022-09-27T16:20:38.3925927Z [ RUN ] LoopNest.OptimizeConditionalsInvalidCondition3 2022-09-27T16:20:38.3928410Z [ OK ] LoopNest.OptimizeConditionalsInvalidCondition3 (0 ms) 2022-09-27T16:20:38.3928839Z [ RUN ] LoopNest.OptimizeConditionalsInvalidCondition4 2022-09-27T16:20:38.3931256Z [ OK ] LoopNest.OptimizeConditionalsInvalidCondition4 (0 ms) 2022-09-27T16:20:38.3931692Z [ RUN ] LoopNest.OptimizeConditionalsNotNormalized 2022-09-27T16:20:38.3932775Z [ OK ] LoopNest.OptimizeConditionalsNotNormalized (0 ms) 2022-09-27T16:20:38.3933223Z [ RUN ] LoopNest.ColReduceSplitTailEvenReorder 2022-09-27T16:20:38.5354529Z [ OK ] LoopNest.ColReduceSplitTailEvenReorder (142 ms) 2022-09-27T16:20:38.5354958Z [ RUN ] LoopNest.ColReduceSplitTailUnevenReorder 2022-09-27T16:20:38.6485222Z [ OK ] LoopNest.ColReduceSplitTailUnevenReorder (112 ms) 2022-09-27T16:20:38.6485680Z [ RUN ] LoopNest.ColReduceSplitMaskEvenReorder 2022-09-27T16:20:38.7903919Z [ OK ] LoopNest.ColReduceSplitMaskEvenReorder (141 ms) 2022-09-27T16:20:38.7904321Z [ RUN ] LoopNest.ColReduceSplitMaskUnevenReorder 2022-09-27T16:20:38.9177308Z [ OK ] LoopNest.ColReduceSplitMaskUnevenReorder (127 ms) 2022-09-27T16:20:38.9177812Z [ RUN ] LoopNest.ReorderAxisWithMultipleConds 2022-09-27T16:20:38.9179697Z [ OK ] LoopNest.ReorderAxisWithMultipleConds (0 ms) 2022-09-27T16:20:38.9180079Z [ RUN ] LoopNest.VectorizeUse 2022-09-27T16:20:38.9181508Z [ OK ] LoopNest.VectorizeUse (0 ms) 2022-09-27T16:20:38.9181916Z [ RUN ] LoopNest.Int64Direct 2022-09-27T16:20:38.9182221Z [ OK ] LoopNest.Int64Direct (0 ms) 2022-09-27T16:20:38.9182505Z [ RUN ] LoopNest.Int64Compute 2022-09-27T16:20:38.9184073Z [ OK ] LoopNest.Int64Compute (0 ms) 2022-09-27T16:20:38.9184538Z [ RUN ] LoopNest.DistributeLoopWithAllStmtsAsPivots 2022-09-27T16:20:38.9185112Z [ OK ] LoopNest.DistributeLoopWithAllStmtsAsPivots (0 ms) 2022-09-27T16:20:38.9185519Z [ RUN ] LoopNest.DistributeLoopWithOneStmtAsPivot 2022-09-27T16:20:38.9185976Z [ OK ] LoopNest.DistributeLoopWithOneStmtAsPivot (0 ms) 2022-09-27T16:20:38.9186535Z [ RUN ] LoopNest.DistributeLoopWithoutAnyPivot 2022-09-27T16:20:38.9187021Z [ OK ] LoopNest.DistributeLoopWithoutAnyPivot (0 ms) 2022-09-27T16:20:38.9187379Z [ RUN ] LoopNest.DistributeLoopOverInnerLoops 2022-09-27T16:20:38.9187755Z [ OK ] LoopNest.DistributeLoopOverInnerLoops (0 ms) 2022-09-27T16:20:38.9188173Z [ RUN ] LoopNest.DistributeLoopAndParentsWithoutAnyPivot 2022-09-27T16:20:38.9189186Z [ OK ] LoopNest.DistributeLoopAndParentsWithoutAnyPivot (0 ms) 2022-09-27T16:20:38.9189538Z [ RUN ] LoopNest.fuseLoopsSimple 2022-09-27T16:20:38.9202972Z [ OK ] LoopNest.fuseLoopsSimple (1 ms) 2022-09-27T16:20:38.9203414Z [ RUN ] LoopNest.fuseLoopsMultiple 2022-09-27T16:20:38.9207687Z [ OK ] LoopNest.fuseLoopsMultiple (0 ms) 2022-09-27T16:20:38.9208372Z [ RUN ] LoopNest.fuseLoopsNested 2022-09-27T16:20:38.9214949Z [ OK ] LoopNest.fuseLoopsNested (0 ms) 2022-09-27T16:20:38.9215573Z [ RUN ] LoopNest.fuseLoopsNested2D 2022-09-27T16:20:38.9218414Z [ OK ] LoopNest.fuseLoopsNested2D (0 ms) 2022-09-27T16:20:38.9218995Z [ RUN ] LoopNest.fuseLoopsNested2DInner 2022-09-27T16:20:38.9222158Z [ OK ] LoopNest.fuseLoopsNested2DInner (0 ms) 2022-09-27T16:20:38.9223025Z [ RUN ] LoopNest.fuseLoopsDifferentStopBounds 2022-09-27T16:20:38.9223694Z [ OK ] LoopNest.fuseLoopsDifferentStopBounds (0 ms) 2022-09-27T16:20:38.9224380Z [ RUN ] LoopNest.fuseLoopsDifferentStartBounds 2022-09-27T16:20:38.9225072Z [ OK ] LoopNest.fuseLoopsDifferentStartBounds (0 ms) 2022-09-27T16:20:38.9225655Z [ RUN ] LoopNest.fuseLoopsNotContiguous 2022-09-27T16:20:38.9226197Z [ OK ] LoopNest.fuseLoopsNotContiguous (0 ms) 2022-09-27T16:20:38.9226838Z [ RUN ] LoopNest.fuseLoopsWithDifferentParents 2022-09-27T16:20:38.9227508Z [ OK ] LoopNest.fuseLoopsWithDifferentParents (0 ms) 2022-09-27T16:20:38.9228160Z [ RUN ] LoopNest.fuseLoopsWithVariableBounds 2022-09-27T16:20:38.9228823Z [ OK ] LoopNest.fuseLoopsWithVariableBounds (0 ms) 2022-09-27T16:20:38.9229457Z [ RUN ] LoopNest.fuseLoopsWithExprBounds 2022-09-27T16:20:38.9234181Z [ OK ] LoopNest.fuseLoopsWithExprBounds (0 ms) 2022-09-27T16:20:38.9234878Z [ RUN ] LoopNest.fuseLoopsWithDifferentExprBounds 2022-09-27T16:20:38.9239214Z [ OK ] LoopNest.fuseLoopsWithDifferentExprBounds (0 ms) 2022-09-27T16:20:38.9240006Z [ RUN ] LoopNest.fuseLoopsWithNonOverlappingBufferAccesses 2022-09-27T16:20:38.9244304Z [ OK ] LoopNest.fuseLoopsWithNonOverlappingBufferAccesses (0 ms) 2022-09-27T16:20:38.9245159Z [ RUN ] LoopNest.fuseLoopsWithNonOverlapping2DBufferAccesses 2022-09-27T16:20:38.9253235Z [ OK ] LoopNest.fuseLoopsWithNonOverlapping2DBufferAccesses (0 ms) 2022-09-27T16:20:38.9253987Z [ RUN ] LoopNest.fuseLoopsWithReductions 2022-09-27T16:20:38.9259122Z [ OK ] LoopNest.fuseLoopsWithReductions (0 ms) 2022-09-27T16:20:38.9259767Z [ RUN ] LoopNest.fuseLoopsWith2DReductions 2022-09-27T16:20:38.9268869Z [ OK ] LoopNest.fuseLoopsWith2DReductions (0 ms) 2022-09-27T16:20:38.9269505Z [ RUN ] LoopNest.fuseLoopsWithComplexIndices 2022-09-27T16:20:38.9277350Z [ OK ] LoopNest.fuseLoopsWithComplexIndices (0 ms) 2022-09-27T16:20:38.9277768Z [ RUN ] LoopNest.fuseLoopsWithMixedLoopVarsAsIndices 2022-09-27T16:20:38.9287981Z [ OK ] LoopNest.fuseLoopsWithMixedLoopVarsAsIndices (1 ms) 2022-09-27T16:20:38.9288418Z [ RUN ] LoopNest.fuseLoopsWithTranspose 2022-09-27T16:20:38.9293751Z [ OK ] LoopNest.fuseLoopsWithTranspose (0 ms) 2022-09-27T16:20:38.9294127Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies1 2022-09-27T16:20:38.9298117Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies1 (0 ms) 2022-09-27T16:20:38.9298508Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies2 2022-09-27T16:20:38.9302049Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies2 (0 ms) 2022-09-27T16:20:38.9302452Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies3 2022-09-27T16:20:38.9309778Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies3 (0 ms) 2022-09-27T16:20:38.9310181Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies4 2022-09-27T16:20:38.9319008Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies4 (0 ms) 2022-09-27T16:20:38.9319411Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies5 2022-09-27T16:20:38.9323820Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies5 (0 ms) 2022-09-27T16:20:38.9324233Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies6 2022-09-27T16:20:38.9328316Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies6 (0 ms) 2022-09-27T16:20:38.9328709Z [ RUN ] LoopNest.fuseLoopsThatViolateDependencies7 2022-09-27T16:20:38.9333580Z [ OK ] LoopNest.fuseLoopsThatViolateDependencies7 (0 ms) 2022-09-27T16:20:38.9334148Z [ RUN ] LoopNest.areLoopsPerfectlyNested 2022-09-27T16:20:38.9334512Z [ OK ] LoopNest.areLoopsPerfectlyNested (0 ms) 2022-09-27T16:20:38.9334830Z [ RUN ] LoopNest.reorderNestedLoops2D 2022-09-27T16:20:38.9335392Z [ OK ] LoopNest.reorderNestedLoops2D (0 ms) 2022-09-27T16:20:38.9335885Z [ RUN ] LoopNest.reorderNestedLoops3D 2022-09-27T16:20:38.9336206Z [ OK ] LoopNest.reorderNestedLoops3D (0 ms) 2022-09-27T16:20:38.9336525Z [ RUN ] LoopNest.reorderNestedLoops4D 2022-09-27T16:20:38.9336855Z [ OK ] LoopNest.reorderNestedLoops4D (0 ms) 2022-09-27T16:20:38.9337193Z [ RUN ] LoopNest.reorderTrivialPermutation 2022-09-27T16:20:38.9337530Z [ OK ] LoopNest.reorderTrivialPermutation (0 ms) 2022-09-27T16:20:38.9337879Z [ RUN ] LoopNest.reorderInvalidPermutations 2022-09-27T16:20:38.9347289Z [ OK ] LoopNest.reorderInvalidPermutations (1 ms) 2022-09-27T16:20:38.9347779Z [ RUN ] LoopNest.reorderInvalidLoopNest 2022-09-27T16:20:38.9348270Z [ OK ] LoopNest.reorderInvalidLoopNest (0 ms) 2022-09-27T16:20:38.9348659Z [ RUN ] LoopNest.compressBufferSimple 2022-09-27T16:20:38.9349175Z [ OK ] LoopNest.compressBufferSimple (0 ms) 2022-09-27T16:20:38.9349773Z [ RUN ] LoopNest.compressBufferMultipleDims 2022-09-27T16:20:38.9350379Z [ OK ] LoopNest.compressBufferMultipleDims (0 ms) 2022-09-27T16:20:38.9351041Z [ RUN ] LoopNest.compressBufferMultipleDims2 2022-09-27T16:20:38.9351685Z [ OK ] LoopNest.compressBufferMultipleDims2 (0 ms) 2022-09-27T16:20:38.9352403Z [ RUN ] LoopNest.compressBufferDifferentOrderIndices 2022-09-27T16:20:38.9353148Z [ OK ] LoopNest.compressBufferDifferentOrderIndices (0 ms) 2022-09-27T16:20:38.9353777Z [ RUN ] LoopNest.compressBufferVariableBounds 2022-09-27T16:20:38.9354267Z [ OK ] LoopNest.compressBufferVariableBounds (0 ms) 2022-09-27T16:20:38.9354649Z [ RUN ] LoopNest.compressBufferNoCommonParentLoops 2022-09-27T16:20:38.9355050Z [ OK ] LoopNest.compressBufferNoCommonParentLoops (0 ms) 2022-09-27T16:20:38.9355410Z [ RUN ] LoopNest.compressBufferIndicesMixed 2022-09-27T16:20:38.9355768Z [ OK ] LoopNest.compressBufferIndicesMixed (0 ms) 2022-09-27T16:20:38.9356114Z [ RUN ] LoopNest.compressMultipleBuffers 2022-09-27T16:20:38.9356468Z [ OK ] LoopNest.compressMultipleBuffers (0 ms) 2022-09-27T16:20:38.9356764Z [ RUN ] LoopNest.sanitizeNames 2022-09-27T16:20:38.9371643Z [ OK ] LoopNest.sanitizeNames (1 ms) 2022-09-27T16:20:38.9372032Z [----------] 174 tests from LoopNest (1622 ms total) 2022-09-27T16:20:38.9372194Z 2022-09-27T16:20:38.9372335Z [----------] 31 tests from MemDependency 2022-09-27T16:20:38.9372630Z [ RUN ] MemDependency.BoundOverlap 2022-09-27T16:20:38.9382046Z [ OK ] MemDependency.BoundOverlap (1 ms) 2022-09-27T16:20:38.9382383Z [ RUN ] MemDependency.BoundComparison 2022-09-27T16:20:38.9390124Z [ OK ] MemDependency.BoundComparison (0 ms) 2022-09-27T16:20:38.9390467Z [ RUN ] MemDependency.BoundOverlapSymbolic 2022-09-27T16:20:38.9398973Z [ OK ] MemDependency.BoundOverlapSymbolic (0 ms) 2022-09-27T16:20:38.9399314Z [ RUN ] MemDependency.BoundOverlapMultiDim 2022-09-27T16:20:38.9407892Z [ OK ] MemDependency.BoundOverlapMultiDim (0 ms) 2022-09-27T16:20:38.9408349Z [ RUN ] MemDependency.BoundSubtract 2022-09-27T16:20:38.9415248Z [ OK ] MemDependency.BoundSubtract (0 ms) 2022-09-27T16:20:38.9415575Z [ RUN ] MemDependency.BoundSubtractSymbolic 2022-09-27T16:20:38.9436088Z [ OK ] MemDependency.BoundSubtractSymbolic (2 ms) 2022-09-27T16:20:38.9436448Z [ RUN ] MemDependency.BoundSubtractMultiDim 2022-09-27T16:20:38.9459191Z [ OK ] MemDependency.BoundSubtractMultiDim (2 ms) 2022-09-27T16:20:38.9459583Z [ RUN ] MemDependency.BoundSubtractMultiDimSymbolic 2022-09-27T16:20:38.9490654Z [ OK ] MemDependency.BoundSubtractMultiDimSymbolic (3 ms) 2022-09-27T16:20:38.9491057Z [ RUN ] MemDependency.MemDependencyCheckerSimple 2022-09-27T16:20:38.9501459Z [ OK ] MemDependency.MemDependencyCheckerSimple (1 ms) 2022-09-27T16:20:38.9502079Z [ RUN ] MemDependency.MemDependencyCheckerMultiStmt 2022-09-27T16:20:38.9502625Z [ OK ] MemDependency.MemDependencyCheckerMultiStmt (0 ms) 2022-09-27T16:20:38.9503141Z [ RUN ] MemDependency.MemDependencyCheckerOverlap 2022-09-27T16:20:38.9503727Z [ OK ] MemDependency.MemDependencyCheckerOverlap (0 ms) 2022-09-27T16:20:38.9504111Z [ RUN ] MemDependency.MemDependencyCheckerLoop 2022-09-27T16:20:38.9505817Z [ OK ] MemDependency.MemDependencyCheckerLoop (0 ms) 2022-09-27T16:20:38.9506211Z [ RUN ] MemDependency.MemDependencyCheckerLoopReduce 2022-09-27T16:20:38.9516966Z [ OK ] MemDependency.MemDependencyCheckerLoopReduce (1 ms) 2022-09-27T16:20:38.9517413Z [ RUN ] MemDependency.MemDependencyCheckerLoopReduceExpanded 2022-09-27T16:20:38.9519575Z [ OK ] MemDependency.MemDependencyCheckerLoopReduceExpanded (0 ms) 2022-09-27T16:20:38.9520033Z [ RUN ] MemDependency.MemDependencyCheckerInputsOutputs 2022-09-27T16:20:38.9521800Z [ OK ] MemDependency.MemDependencyCheckerInputsOutputs (0 ms) 2022-09-27T16:20:38.9522388Z [ RUN ] MemDependency.MemDependencyCheckerOutputDoesntDepend 2022-09-27T16:20:38.9523116Z [ OK ] MemDependency.MemDependencyCheckerOutputDoesntDepend (0 ms) 2022-09-27T16:20:38.9523537Z [ RUN ] MemDependency.MemDependencyCheckerLoopBounds 2022-09-27T16:20:38.9533783Z [ OK ] MemDependency.MemDependencyCheckerLoopBounds (1 ms) 2022-09-27T16:20:38.9534234Z [ RUN ] MemDependency.MemDependencyCheckerLoopBoundsIndexShift 2022-09-27T16:20:38.9559243Z [ OK ] MemDependency.MemDependencyCheckerLoopBoundsIndexShift (2 ms) 2022-09-27T16:20:38.9559798Z [ RUN ] MemDependency.MemDependencyCheckerLoopSelfDependency 2022-09-27T16:20:38.9686660Z [ OK ] MemDependency.MemDependencyCheckerLoopSelfDependency (12 ms) 2022-09-27T16:20:38.9687145Z [ RUN ] MemDependency.MemDependencyCheckerLoopDistinctStrides 2022-09-27T16:20:38.9695249Z [ OK ] MemDependency.MemDependencyCheckerLoopDistinctStrides (0 ms) 2022-09-27T16:20:38.9695710Z [ RUN ] MemDependency.MemDependencyCheckerLoopBoundsCond 2022-09-27T16:20:38.9712079Z [ OK ] MemDependency.MemDependencyCheckerLoopBoundsCond (1 ms) 2022-09-27T16:20:38.9712545Z [ RUN ] MemDependency.MemDependencyCheckerIfThenElse 2022-09-27T16:20:38.9741201Z [ OK ] MemDependency.MemDependencyCheckerIfThenElse (2 ms) 2022-09-27T16:20:38.9741660Z [ RUN ] MemDependency.MemDependencyCheckerCutLoop 2022-09-27T16:20:38.9758396Z [ OK ] MemDependency.MemDependencyCheckerCutLoop (1 ms) 2022-09-27T16:20:38.9758818Z [ RUN ] MemDependency.MemDependencyCheckerDynamicShapes 2022-09-27T16:20:38.9797533Z [ OK ] MemDependency.MemDependencyCheckerDynamicShapes (3 ms) 2022-09-27T16:20:38.9798108Z [ RUN ] MemDependency.MemDependencyCheckerMultiDim 2022-09-27T16:20:38.9829340Z [ OK ] MemDependency.MemDependencyCheckerMultiDim (3 ms) 2022-09-27T16:20:38.9829794Z [ RUN ] MemDependency.MemDependencyCheckerComputeAPI 2022-09-27T16:20:38.9853249Z [ OK ] MemDependency.MemDependencyCheckerComputeAPI (2 ms) 2022-09-27T16:20:38.9853741Z [ RUN ] MemDependency.MemDependencyCheckerComputeInline 2022-09-27T16:20:38.9860872Z [ OK ] MemDependency.MemDependencyCheckerComputeInline (0 ms) 2022-09-27T16:20:38.9861420Z [ RUN ] MemDependency.MemDependencyCheckerComputeSplit 2022-09-27T16:20:38.9881397Z [ OK ] MemDependency.MemDependencyCheckerComputeSplit (2 ms) 2022-09-27T16:20:38.9882037Z [ RUN ] MemDependency.MemDependencyCheckerComputeReorder 2022-09-27T16:20:38.9894319Z [ OK ] MemDependency.MemDependencyCheckerComputeReorder (1 ms) 2022-09-27T16:20:38.9894975Z [ RUN ] MemDependency.MemDependencyCheckerComputeReduce 2022-09-27T16:20:38.9904598Z [ OK ] MemDependency.MemDependencyCheckerComputeReduce (1 ms) 2022-09-27T16:20:38.9905223Z [ RUN ] MemDependency.MemDependencyCheckerComputeGEMM 2022-09-27T16:20:39.0060267Z [ OK ] MemDependency.MemDependencyCheckerComputeGEMM (15 ms) 2022-09-27T16:20:39.0060911Z [----------] 31 tests from MemDependency (68 ms total) 2022-09-27T16:20:39.0061076Z 2022-09-27T16:20:39.0061207Z [----------] 2 tests from Ops 2022-09-27T16:20:39.0061443Z [ RUN ] Ops.Sum 2022-09-27T16:20:39.0099614Z [ OK ] Ops.Sum (3 ms) 2022-09-27T16:20:39.0100120Z [ RUN ] Ops.ChannelsLastSum 2022-09-27T16:20:39.1156672Z [ OK ] Ops.ChannelsLastSum (105 ms) 2022-09-27T16:20:39.1157152Z [----------] 2 tests from Ops (109 ms total) 2022-09-27T16:20:39.1157350Z 2022-09-27T16:20:39.1157528Z [----------] 10 tests from Quantization 2022-09-27T16:20:39.1157832Z [ RUN ] Quantization.QuantDequantInt8 2022-09-27T16:20:39.1471233Z [ OK ] Quantization.QuantDequantInt8 (31 ms) 2022-09-27T16:20:39.1471834Z [ RUN ] Quantization.QuantDequantUInt8 2022-09-27T16:20:39.1724223Z [ OK ] Quantization.QuantDequantUInt8 (25 ms) 2022-09-27T16:20:39.1724852Z [ RUN ] Quantization.QuantDequantUInt8_NLC 2022-09-27T16:20:39.1987550Z [ OK ] Quantization.QuantDequantUInt8_NLC (26 ms) 2022-09-27T16:20:39.1988162Z [ RUN ] Quantization.QuantAddDequantInt8 2022-09-27T16:20:39.2285436Z [ OK ] Quantization.QuantAddDequantInt8 (29 ms) 2022-09-27T16:20:39.2286033Z [ RUN ] Quantization.QuantAddDequantUInt8 2022-09-27T16:20:39.2582707Z [ OK ] Quantization.QuantAddDequantUInt8 (29 ms) 2022-09-27T16:20:39.2583342Z [ RUN ] Quantization.QuantSigmoidDequantUInt8 2022-09-27T16:20:39.2921848Z [ OK ] Quantization.QuantSigmoidDequantUInt8 (33 ms) 2022-09-27T16:20:39.2922482Z [ RUN ] Quantization.QuantMulDequantUInt8 2022-09-27T16:20:39.3332998Z [ OK ] Quantization.QuantMulDequantUInt8 (41 ms) 2022-09-27T16:20:39.3333651Z [ RUN ] Quantization.QuantUpsampleNearst2dDequantUInt8 2022-09-27T16:20:39.3795852Z [ OK ] Quantization.QuantUpsampleNearst2dDequantUInt8 (46 ms) 2022-09-27T16:20:39.3796482Z [ RUN ] Quantization.UpsampleNearst2d 2022-09-27T16:20:39.4096286Z [ OK ] Quantization.UpsampleNearst2d (29 ms) 2022-09-27T16:20:39.4096831Z [ RUN ] Quantization.QuantCatDequantUInt8 2022-09-27T16:20:39.4703182Z [ OK ] Quantization.QuantCatDequantUInt8 (60 ms) 2022-09-27T16:20:39.4703811Z [----------] 10 tests from Quantization (354 ms total) 2022-09-27T16:20:39.4704072Z 2022-09-27T16:20:39.4704595Z [----------] 2 tests from BufLiveRange 2022-09-27T16:20:39.4705074Z [ RUN ] BufLiveRange.SingleRangeLine 2022-09-27T16:20:39.4705699Z [ OK ] BufLiveRange.SingleRangeLine (0 ms) 2022-09-27T16:20:39.4706212Z [ RUN ] BufLiveRange.MulRangeLine 2022-09-27T16:20:39.4706716Z [ OK ] BufLiveRange.MulRangeLine (0 ms) 2022-09-27T16:20:39.4707260Z [----------] 2 tests from BufLiveRange (0 ms total) 2022-09-27T16:20:39.4707514Z 2022-09-27T16:20:39.4707763Z [----------] 6 tests from MemPlanning 2022-09-27T16:20:39.4708266Z [ RUN ] MemPlanning.MemReuseWithTypeCast 2022-09-27T16:20:39.5339513Z [ OK ] MemPlanning.MemReuseWithTypeCast (63 ms) 2022-09-27T16:20:39.5340112Z [ RUN ] MemPlanning.NoMemReuseForLargerType 2022-09-27T16:20:39.6074361Z [ OK ] MemPlanning.NoMemReuseForLargerType (73 ms) 2022-09-27T16:20:39.6074944Z [ RUN ] MemPlanning.SameBufSizeMemReuse 2022-09-27T16:20:39.8657334Z [ OK ] MemPlanning.SameBufSizeMemReuse (258 ms) 2022-09-27T16:20:39.8657732Z [ RUN ] MemPlanning.SameBufSizeMultiMemReuses 2022-09-27T16:20:40.1284368Z [ OK ] MemPlanning.SameBufSizeMultiMemReuses (262 ms) 2022-09-27T16:20:40.1285103Z [ RUN ] MemPlanning.SameBufSizeMultiMemReusesOfOneBuf 2022-09-27T16:20:40.4661698Z [ OK ] MemPlanning.SameBufSizeMultiMemReusesOfOneBuf (337 ms) 2022-09-27T16:20:40.4662404Z [ RUN ] MemPlanning.SmallerBufSizeNonMemReuse 2022-09-27T16:20:40.6135561Z [ OK ] MemPlanning.SmallerBufSizeNonMemReuse (147 ms) 2022-09-27T16:20:40.6135989Z [----------] 6 tests from MemPlanning (1143 ms total) 2022-09-27T16:20:40.6136146Z 2022-09-27T16:20:40.6136301Z [----------] 45 tests from Reductions 2022-09-27T16:20:40.6136569Z [ RUN ] Reductions.ReduceSum0D_1 2022-09-27T16:20:40.6145951Z [ OK ] Reductions.ReduceSum0D_1 (1 ms) 2022-09-27T16:20:40.6146447Z [ RUN ] Reductions.ReduceSum0D_2 2022-09-27T16:20:40.6146934Z [ OK ] Reductions.ReduceSum0D_2 (0 ms) 2022-09-27T16:20:40.6147439Z [ RUN ] Reductions.ReduceSum1D 2022-09-27T16:20:40.6147921Z [ OK ] Reductions.ReduceSum1D (0 ms) 2022-09-27T16:20:40.6148360Z [ RUN ] Reductions.ReduceSum2D 2022-09-27T16:20:40.6153000Z [ OK ] Reductions.ReduceSum2D (0 ms) 2022-09-27T16:20:40.6153514Z [ RUN ] Reductions.ReduceSum3D 2022-09-27T16:20:40.6184815Z [ OK ] Reductions.ReduceSum3D (3 ms) 2022-09-27T16:20:40.6185380Z [ RUN ] Reductions.ReduceSum10D 2022-09-27T16:20:41.2714628Z [ OK ] Reductions.ReduceSum10D (652 ms) 2022-09-27T16:20:41.2715204Z [ RUN ] Reductions.ReduceProduct 2022-09-27T16:20:41.2718216Z [ OK ] Reductions.ReduceProduct (0 ms) 2022-09-27T16:20:41.2718721Z [ RUN ] Reductions.ReduceMax 2022-09-27T16:20:41.2723373Z [ OK ] Reductions.ReduceMax (0 ms) 2022-09-27T16:20:41.2723935Z [ RUN ] Reductions.ReduceMinCustomInitializer 2022-09-27T16:20:41.2724989Z [ OK ] Reductions.ReduceMinCustomInitializer (0 ms) 2022-09-27T16:20:41.2725572Z [ RUN ] Reductions.ReduceAnyAll 2022-09-27T16:20:41.2747875Z [ OK ] Reductions.ReduceAnyAll (2 ms) 2022-09-27T16:20:41.2748427Z [ RUN ] Reductions.ReduceMatmul2D 2022-09-27T16:20:41.2757564Z [ OK ] Reductions.ReduceMatmul2D (0 ms) 2022-09-27T16:20:41.2758129Z [ RUN ] Reductions.ReduceRfactorLike 2022-09-27T16:20:41.2769245Z [ OK ] Reductions.ReduceRfactorLike (1 ms) 2022-09-27T16:20:41.2769815Z [ RUN ] Reductions.ReduceAsProducer 2022-09-27T16:20:41.2791645Z [ OK ] Reductions.ReduceAsProducer (2 ms) 2022-09-27T16:20:41.2792213Z [ RUN ] Reductions.ReduceAsConsumer 2022-09-27T16:20:41.2826461Z [ OK ] Reductions.ReduceAsConsumer (3 ms) 2022-09-27T16:20:41.2827029Z [ RUN ] Reductions.SplitReduceAxis 2022-09-27T16:20:41.2842423Z [ OK ] Reductions.SplitReduceAxis (1 ms) 2022-09-27T16:20:41.2842969Z [ RUN ] Reductions.SplitNonReduceAxis 2022-09-27T16:20:41.2875074Z [ OK ] Reductions.SplitNonReduceAxis (3 ms) 2022-09-27T16:20:41.2875739Z [ RUN ] Reductions.ReorderedReductionInitializer 2022-09-27T16:20:41.2914205Z [ OK ] Reductions.ReorderedReductionInitializer (3 ms) 2022-09-27T16:20:41.2914809Z [ RUN ] Reductions.ReduceRfactor 2022-09-27T16:20:41.2925982Z [ OK ] Reductions.ReduceRfactor (1 ms) 2022-09-27T16:20:41.2926631Z [ RUN ] Reductions.Reduce3DRfactorInner 2022-09-27T16:20:41.3049375Z [ OK ] Reductions.Reduce3DRfactorInner (12 ms) 2022-09-27T16:20:41.3050068Z [ RUN ] Reductions.Reduce3DRfactorOuter 2022-09-27T16:20:41.3182100Z [ OK ] Reductions.Reduce3DRfactorOuter (13 ms) 2022-09-27T16:20:41.3182774Z [ RUN ] Reductions.ReduceRepeatedInternalRfactor 2022-09-27T16:20:41.4855046Z [ OK ] Reductions.ReduceRepeatedInternalRfactor (167 ms) 2022-09-27T16:20:41.4855733Z [ RUN ] Reductions.ReduceSplitTail 2022-09-27T16:20:41.5243866Z [ OK ] Reductions.ReduceSplitTail (38 ms) 2022-09-27T16:20:41.5244554Z [ RUN ] Reductions.ReduceSplitNoTail 2022-09-27T16:20:41.5687246Z [ OK ] Reductions.ReduceSplitNoTail (44 ms) 2022-09-27T16:20:41.5688002Z [ RUN ] Reductions.ReduceOverSplitTail 2022-09-27T16:20:41.6061568Z [ OK ] Reductions.ReduceOverSplitTail (37 ms) 2022-09-27T16:20:41.6062242Z [ RUN ] Reductions.ReduceSplitMask 2022-09-27T16:20:41.6541091Z [ OK ] Reductions.ReduceSplitMask (47 ms) 2022-09-27T16:20:41.6541771Z [ RUN ] Reductions.ReduceSplitNoMask 2022-09-27T16:20:41.6983610Z [ OK ] Reductions.ReduceSplitNoMask (44 ms) 2022-09-27T16:20:41.6984229Z [ RUN ] Reductions.ReduceOverSplitMask 2022-09-27T16:20:41.7372446Z [ OK ] Reductions.ReduceOverSplitMask (38 ms) 2022-09-27T16:20:41.7373039Z [ RUN ] Reductions.ReduceSplitRfactor 2022-09-27T16:20:41.7413429Z [ OK ] Reductions.ReduceSplitRfactor (4 ms) 2022-09-27T16:20:41.7414044Z [ RUN ] Reductions.ReduceOverSplitRfactor 2022-09-27T16:20:41.7427321Z [ OK ] Reductions.ReduceOverSplitRfactor (1 ms) 2022-09-27T16:20:41.7427961Z [ RUN ] Reductions.ReduceInlineReduction 2022-09-27T16:20:41.7428551Z [ OK ] Reductions.ReduceInlineReduction (0 ms) 2022-09-27T16:20:41.7429093Z [ RUN ] Reductions.ReduceInlineConsumer 2022-09-27T16:20:41.7515424Z [ OK ] Reductions.ReduceInlineConsumer (8 ms) 2022-09-27T16:20:41.7516078Z [ RUN ] Reductions.ReduceInlineReducerInternal 2022-09-27T16:20:41.7604156Z [ OK ] Reductions.ReduceInlineReducerInternal (8 ms) 2022-09-27T16:20:41.7604905Z [ RUN ] Reductions.ReductionCacheAccessesOperatorAxis 2022-09-27T16:20:41.7651495Z [ OK ] Reductions.ReductionCacheAccessesOperatorAxis (4 ms) 2022-09-27T16:20:41.7652287Z [ RUN ] Reductions.ReductionCacheAccessesOuterReduceAxis 2022-09-27T16:20:41.7694766Z [ OK ] Reductions.ReductionCacheAccessesOuterReduceAxis (4 ms) 2022-09-27T16:20:41.7695591Z [ RUN ] Reductions.ReductionCacheAccessesInnerReduceAxis 2022-09-27T16:20:41.7737844Z [ OK ] Reductions.ReductionCacheAccessesInnerReduceAxis (4 ms) 2022-09-27T16:20:41.7738556Z [ RUN ] Reductions.ReductionCacheBodyAccess 2022-09-27T16:20:41.7753739Z [ OK ] Reductions.ReductionCacheBodyAccess (1 ms) 2022-09-27T16:20:41.7754422Z [ RUN ] Reductions.ReductionCacheConsumerAccess 2022-09-27T16:20:41.7772715Z [ OK ] Reductions.ReductionCacheConsumerAccess (1 ms) 2022-09-27T16:20:41.7773573Z [ RUN ] Reductions.ReductionSplitCacheConsumerAccess 2022-09-27T16:20:41.7793727Z [ OK ] Reductions.ReductionSplitCacheConsumerAccess (2 ms) 2022-09-27T16:20:41.7794506Z [ RUN ] Reductions.ReductionReorderCacheConsumerAccess 2022-09-27T16:20:41.7812951Z [ OK ] Reductions.ReductionReorderCacheConsumerAccess (1 ms) 2022-09-27T16:20:41.7813827Z [ RUN ] Reductions.ReductionRfactorCacheTempOuter 2022-09-27T16:20:41.7991580Z [ OK ] Reductions.ReductionRfactorCacheTempOuter (17 ms) 2022-09-27T16:20:41.7992019Z [ RUN ] Reductions.ReductionRfactorCacheTempInner 2022-09-27T16:20:41.8129918Z [ OK ] Reductions.ReductionRfactorCacheTempInner (13 ms) 2022-09-27T16:20:41.8130284Z [ RUN ] Reductions.ReductionVectorize 2022-09-27T16:20:41.8140728Z [ OK ] Reductions.ReductionVectorize (1 ms) 2022-09-27T16:20:41.8141350Z [ RUN ] Reductions.ReductionVectorizeInner 2022-09-27T16:20:41.8141724Z [ OK ] Reductions.ReductionVectorizeInner (0 ms) 2022-09-27T16:20:41.8142062Z [ RUN ] Reductions.ReductionVectorizeRfactor 2022-09-27T16:20:41.8153820Z [ OK ] Reductions.ReductionVectorizeRfactor (1 ms) 2022-09-27T16:20:41.8154149Z [ RUN ] Reductions.InitFunction 2022-09-27T16:20:41.8155701Z [ OK ] Reductions.InitFunction (0 ms) 2022-09-27T16:20:41.8156294Z [----------] 45 tests from Reductions (1202 ms total) 2022-09-27T16:20:41.8156538Z 2022-09-27T16:20:41.8156693Z [----------] 69 tests from Registerizer 2022-09-27T16:20:41.8156996Z [ RUN ] Registerizer.RegisterizerSimple 2022-09-27T16:20:41.8170953Z [ OK ] Registerizer.RegisterizerSimple (1 ms) 2022-09-27T16:20:41.8171538Z [ RUN ] Registerizer.RegisterizerLoop 2022-09-27T16:20:41.8172467Z [ OK ] Registerizer.RegisterizerLoop (0 ms) 2022-09-27T16:20:41.8173097Z [ RUN ] Registerizer.RegisterizerLoopFixedLoad 2022-09-27T16:20:41.8174309Z [ OK ] Registerizer.RegisterizerLoopFixedLoad (0 ms) 2022-09-27T16:20:41.8174945Z [ RUN ] Registerizer.RegisterizerLoopInternal 2022-09-27T16:20:41.8176069Z [ OK ] Registerizer.RegisterizerLoopInternal (0 ms) 2022-09-27T16:20:41.8176734Z [ RUN ] Registerizer.RegisterizerLoopInternalLoadOverlap 2022-09-27T16:20:41.8178365Z [ OK ] Registerizer.RegisterizerLoopInternalLoadOverlap (0 ms) 2022-09-27T16:20:41.8179010Z [ RUN ] Registerizer.RegisterizerLoopInternalRepeated 2022-09-27T16:20:41.8186095Z [ OK ] Registerizer.RegisterizerLoopInternalRepeated (0 ms) 2022-09-27T16:20:41.8186768Z [ RUN ] Registerizer.RegisterizerLoopInternalRepeatedOverlapLoopVar 2022-09-27T16:20:41.8189946Z [ OK ] Registerizer.RegisterizerLoopInternalRepeatedOverlapLoopVar (0 ms) 2022-09-27T16:20:41.8190499Z [ RUN ] Registerizer.RegisterizerLoopInternalRepeatedOverlapOther 2022-09-27T16:20:41.8194110Z [ OK ] Registerizer.RegisterizerLoopInternalRepeatedOverlapOther (0 ms) 2022-09-27T16:20:41.8194568Z [ RUN ] Registerizer.RegisterizerMultiVar 2022-09-27T16:20:41.8196461Z [ OK ] Registerizer.RegisterizerMultiVar (0 ms) 2022-09-27T16:20:41.8197075Z [ RUN ] Registerizer.RegisterizerVariableLoad 2022-09-27T16:20:41.8198697Z [ OK ] Registerizer.RegisterizerVariableLoad (0 ms) 2022-09-27T16:20:41.8199315Z [ RUN ] Registerizer.RegisterizerSymbolicIndices 2022-09-27T16:20:41.8200348Z [ OK ] Registerizer.RegisterizerSymbolicIndices (0 ms) 2022-09-27T16:20:41.8200958Z [ RUN ] Registerizer.RegisterizerMultiLoop 2022-09-27T16:20:41.8203064Z [ OK ] Registerizer.RegisterizerMultiLoop (0 ms) 2022-09-27T16:20:41.8203560Z [ RUN ] Registerizer.RegisterizerRepeated 2022-09-27T16:20:41.8205880Z [ OK ] Registerizer.RegisterizerRepeated (0 ms) 2022-09-27T16:20:41.8206541Z [ RUN ] Registerizer.RegisterizerNoLoads 2022-09-27T16:20:41.8207456Z [ OK ] Registerizer.RegisterizerNoLoads (0 ms) 2022-09-27T16:20:41.8208092Z [ RUN ] Registerizer.RegisterizerNoRepeatedStores 2022-09-27T16:20:41.8209589Z [ OK ] Registerizer.RegisterizerNoRepeatedStores (0 ms) 2022-09-27T16:20:41.8210199Z [ RUN ] Registerizer.RegisterizerMultiVarOverlap 2022-09-27T16:20:41.8213010Z [ OK ] Registerizer.RegisterizerMultiVarOverlap (0 ms) 2022-09-27T16:20:41.8213585Z [ RUN ] Registerizer.RegisterizerAllocs 2022-09-27T16:20:41.8216109Z [ OK ] Registerizer.RegisterizerAllocs (0 ms) 2022-09-27T16:20:41.8216703Z [ RUN ] Registerizer.RegisterizerNoInitializer 2022-09-27T16:20:41.8217438Z [ OK ] Registerizer.RegisterizerNoInitializer (0 ms) 2022-09-27T16:20:41.8218137Z [ RUN ] Registerizer.RegisterizerNoInitializerLoopVar 2022-09-27T16:20:41.8218990Z [ OK ] Registerizer.RegisterizerNoInitializerLoopVar (0 ms) 2022-09-27T16:20:41.8219597Z [ RUN ] Registerizer.RegisterizerLoadThenStore 2022-09-27T16:20:41.8220977Z [ OK ] Registerizer.RegisterizerLoadThenStore (0 ms) 2022-09-27T16:20:41.8221601Z [ RUN ] Registerizer.RegisterizerParallelized 2022-09-27T16:20:41.8243493Z [ OK ] Registerizer.RegisterizerParallelized (2 ms) 2022-09-27T16:20:41.8244102Z [ RUN ] Registerizer.RegisterizerConditionAfter 2022-09-27T16:20:41.8245300Z [ OK ] Registerizer.RegisterizerConditionAfter (0 ms) 2022-09-27T16:20:41.8245923Z [ RUN ] Registerizer.RegisterizerConditionBefore 2022-09-27T16:20:41.8246898Z [ OK ] Registerizer.RegisterizerConditionBefore (0 ms) 2022-09-27T16:20:41.8247520Z [ RUN ] Registerizer.RegisterizerConditionInside 2022-09-27T16:20:41.8249656Z [ OK ] Registerizer.RegisterizerConditionInside (0 ms) 2022-09-27T16:20:41.8250308Z [ RUN ] Registerizer.RegisterizerConditionInsideOverlap1 2022-09-27T16:20:41.8252439Z [ OK ] Registerizer.RegisterizerConditionInsideOverlap1 (0 ms) 2022-09-27T16:20:41.8253077Z [ RUN ] Registerizer.RegisterizerConditionInsideOverlap2 2022-09-27T16:20:41.8256133Z [ OK ] Registerizer.RegisterizerConditionInsideOverlap2 (0 ms) 2022-09-27T16:20:41.8256855Z [ RUN ] Registerizer.RegisterizerConditionHidden 2022-09-27T16:20:41.8257571Z [ OK ] Registerizer.RegisterizerConditionHidden (0 ms) 2022-09-27T16:20:41.8258202Z [ RUN ] Registerizer.RegisterizerConditionUnhidden 2022-09-27T16:20:41.8259908Z [ OK ] Registerizer.RegisterizerConditionUnhidden (0 ms) 2022-09-27T16:20:41.8260498Z [ RUN ] Registerizer.RegisterizerCondCondition 2022-09-27T16:20:41.8262111Z [ OK ] Registerizer.RegisterizerCondCondition (0 ms) 2022-09-27T16:20:41.8262757Z [ RUN ] Registerizer.RegisterizerCondConditionUnhidden 2022-09-27T16:20:41.8264554Z [ OK ] Registerizer.RegisterizerCondConditionUnhidden (0 ms) 2022-09-27T16:20:41.8265172Z [ RUN ] Registerizer.RegisterizerIfThenElseHidden 2022-09-27T16:20:41.8268528Z [ OK ] Registerizer.RegisterizerIfThenElseHidden (0 ms) 2022-09-27T16:20:41.8269163Z [ RUN ] Registerizer.RegisterizerIfThenElseUnhidden 2022-09-27T16:20:41.8272884Z [ OK ] Registerizer.RegisterizerIfThenElseUnhidden (0 ms) 2022-09-27T16:20:41.8273493Z [ RUN ] Registerizer.RegisterizerIfThenElseNested 2022-09-27T16:20:41.8275178Z [ OK ] Registerizer.RegisterizerIfThenElseNested (0 ms) 2022-09-27T16:20:41.8275955Z [ RUN ] Registerizer.RegisterizerIfThenElseInternal 2022-09-27T16:20:41.8277814Z [ OK ] Registerizer.RegisterizerIfThenElseInternal (0 ms) 2022-09-27T16:20:41.8278450Z [ RUN ] Registerizer.RegisterizerIfThenElseCondition 2022-09-27T16:20:41.8279463Z [ OK ] Registerizer.RegisterizerIfThenElseCondition (0 ms) 2022-09-27T16:20:41.8280130Z [ RUN ] Registerizer.RegisterizerIfThenElseConditionUnhidden 2022-09-27T16:20:41.8281679Z [ OK ] Registerizer.RegisterizerIfThenElseConditionUnhidden (0 ms) 2022-09-27T16:20:41.8282315Z [ RUN ] Registerizer.RegisterizerConditionBranchOnly 2022-09-27T16:20:41.8293016Z [ OK ] Registerizer.RegisterizerConditionBranchOnly (1 ms) 2022-09-27T16:20:41.8293635Z [ RUN ] Registerizer.RegisterizerCondIfThenElse 2022-09-27T16:20:41.8295255Z [ OK ] Registerizer.RegisterizerCondIfThenElse (0 ms) 2022-09-27T16:20:41.8295872Z [ RUN ] Registerizer.RegisterizerIfThenElseLoop 2022-09-27T16:20:41.8296928Z [ OK ] Registerizer.RegisterizerIfThenElseLoop (0 ms) 2022-09-27T16:20:41.8297561Z [ RUN ] Registerizer.RegisterizerIfThenElseLoopCut 2022-09-27T16:20:41.8298959Z [ OK ] Registerizer.RegisterizerIfThenElseLoopCut (0 ms) 2022-09-27T16:20:41.8299569Z [ RUN ] Registerizer.RegisterizerPartialAfter 2022-09-27T16:20:41.8301932Z [ OK ] Registerizer.RegisterizerPartialAfter (0 ms) 2022-09-27T16:20:41.8302532Z [ RUN ] Registerizer.RegisterizerPartialBefore 2022-09-27T16:20:41.8304816Z [ OK ] Registerizer.RegisterizerPartialBefore (0 ms) 2022-09-27T16:20:41.8305424Z [ RUN ] Registerizer.RegisterizerPartialInside 2022-09-27T16:20:41.8308622Z [ OK ] Registerizer.RegisterizerPartialInside (0 ms) 2022-09-27T16:20:41.8309227Z [ RUN ] Registerizer.RegisterizerPartialCondition 2022-09-27T16:20:41.8312812Z [ OK ] Registerizer.RegisterizerPartialCondition (0 ms) 2022-09-27T16:20:41.8313478Z [ RUN ] Registerizer.RegisterizerPartialConditionInternalCut 2022-09-27T16:20:41.8314645Z [ OK ] Registerizer.RegisterizerPartialConditionInternalCut (0 ms) 2022-09-27T16:20:41.8315288Z [ RUN ] Registerizer.RegisterizerPartialConditionInternalStart 2022-09-27T16:20:41.8316281Z [ OK ] Registerizer.RegisterizerPartialConditionInternalStart (0 ms) 2022-09-27T16:20:41.8316902Z [ RUN ] Registerizer.RegisterizerPartialOverlapsTwo 2022-09-27T16:20:41.8331634Z [ OK ] Registerizer.RegisterizerPartialOverlapsTwo (1 ms) 2022-09-27T16:20:41.8332223Z [ RUN ] Registerizer.RegisterizerNestedBlocks 2022-09-27T16:20:41.8333829Z [ OK ] Registerizer.RegisterizerNestedBlocks (0 ms) 2022-09-27T16:20:41.8334455Z [ RUN ] Registerizer.RegisterizerNestedConditions 2022-09-27T16:20:41.8335874Z [ OK ] Registerizer.RegisterizerNestedConditions (0 ms) 2022-09-27T16:20:41.8336511Z [ RUN ] Registerizer.RegisterizerNestedConditionsUnhidden 2022-09-27T16:20:41.8337973Z [ OK ] Registerizer.RegisterizerNestedConditionsUnhidden (0 ms) 2022-09-27T16:20:41.8338624Z [ RUN ] Registerizer.RegisterizerNestedConditionsHiddenFirst 2022-09-27T16:20:41.8351554Z [ OK ] Registerizer.RegisterizerNestedConditionsHiddenFirst (1 ms) 2022-09-27T16:20:41.8352198Z [ RUN ] Registerizer.RegisterizerNestedConditionsHiddenSecond 2022-09-27T16:20:41.8354216Z [ OK ] Registerizer.RegisterizerNestedConditionsHiddenSecond (0 ms) 2022-09-27T16:20:41.8354840Z [ RUN ] Registerizer.RegisterizerNestedConditionsCut 2022-09-27T16:20:41.8355825Z [ OK ] Registerizer.RegisterizerNestedConditionsCut (0 ms) 2022-09-27T16:20:41.8356587Z [ RUN ] Registerizer.RegisterizerNestedConditionLoopHidden 2022-09-27T16:20:41.8358487Z [ OK ] Registerizer.RegisterizerNestedConditionLoopHidden (0 ms) 2022-09-27T16:20:41.8359176Z [ RUN ] Registerizer.RegisterizerNestedConditionThreeDeep 2022-09-27T16:20:41.8364102Z [ OK ] Registerizer.RegisterizerNestedConditionThreeDeep (0 ms) 2022-09-27T16:20:41.8364734Z [ RUN ] Registerizer.RegisterizerNestedLoopSimple 2022-09-27T16:20:41.8365798Z [ OK ] Registerizer.RegisterizerNestedLoopSimple (0 ms) 2022-09-27T16:20:41.8366408Z [ RUN ] Registerizer.RegisterizerHiddenAccessYes 2022-09-27T16:20:41.8369168Z [ OK ] Registerizer.RegisterizerHiddenAccessYes (0 ms) 2022-09-27T16:20:41.8369787Z [ RUN ] Registerizer.RegisterizerHiddenAccessNo 2022-09-27T16:20:41.8381846Z [ OK ] Registerizer.RegisterizerHiddenAccessNo (1 ms) 2022-09-27T16:20:41.8382486Z [ RUN ] Registerizer.RegisterizerHiddenAccessMultiLoop 2022-09-27T16:20:41.8385519Z [ OK ] Registerizer.RegisterizerHiddenAccessMultiLoop (0 ms) 2022-09-27T16:20:41.8386143Z [ RUN ] Registerizer.RegisterizerTwoConditionalLoops 2022-09-27T16:20:41.8388276Z [ OK ] Registerizer.RegisterizerTwoConditionalLoops (0 ms) 2022-09-27T16:20:41.8388888Z [ RUN ] Registerizer.RegisterizerTwoConditionalLoopsCut 2022-09-27T16:20:41.8398453Z [ OK ] Registerizer.RegisterizerTwoConditionalLoopsCut (1 ms) 2022-09-27T16:20:41.8398862Z [ RUN ] Registerizer.RegisterizerLoopLetVar 2022-09-27T16:20:41.8399984Z [ OK ] Registerizer.RegisterizerLoopLetVar (0 ms) 2022-09-27T16:20:41.8400347Z [ RUN ] Registerizer.RegisterizerLoopLetVarOuter 2022-09-27T16:20:41.8401464Z [ OK ] Registerizer.RegisterizerLoopLetVarOuter (0 ms) 2022-09-27T16:20:41.8401888Z [ RUN ] Registerizer.RegisterizerMultiDim 2022-09-27T16:20:41.8403544Z [ OK ] Registerizer.RegisterizerMultiDim (0 ms) 2022-09-27T16:20:41.8403894Z [ RUN ] Registerizer.RegisterizerMultiDimPartial 2022-09-27T16:20:41.8405987Z [ OK ] Registerizer.RegisterizerMultiDimPartial (0 ms) 2022-09-27T16:20:41.8406414Z [ RUN ] Registerizer.RegisterizerMultiDimOverlap 2022-09-27T16:20:41.8408811Z [ OK ] Registerizer.RegisterizerMultiDimOverlap (0 ms) 2022-09-27T16:20:41.8409414Z [ RUN ] Registerizer.RegisterizerMultiDimPartialOverlap 2022-09-27T16:20:41.8411712Z [ OK ] Registerizer.RegisterizerMultiDimPartialOverlap (0 ms) 2022-09-27T16:20:41.8412196Z [ RUN ] Registerizer.RegisterizerMultiDim3DReduction1 2022-09-27T16:20:41.8414731Z [ OK ] Registerizer.RegisterizerMultiDim3DReduction1 (0 ms) 2022-09-27T16:20:41.8415208Z [ RUN ] Registerizer.RegisterizerMultiDim3DReduction2 2022-09-27T16:20:41.8418267Z [ OK ] Registerizer.RegisterizerMultiDim3DReduction2 (0 ms) 2022-09-27T16:20:41.8418837Z [----------] 69 tests from Registerizer (26 ms total) 2022-09-27T16:20:41.8419117Z 2022-09-27T16:20:41.8419367Z [----------] 92 tests from Simplify 2022-09-27T16:20:41.8419833Z [ RUN ] Simplify.ConstantFoldSimple 2022-09-27T16:20:41.8420418Z [ OK ] Simplify.ConstantFoldSimple (0 ms) 2022-09-27T16:20:41.8420893Z [ RUN ] Simplify.ConstantFoldTwoLayer 2022-09-27T16:20:41.8421432Z [ OK ] Simplify.ConstantFoldTwoLayer (0 ms) 2022-09-27T16:20:41.8421803Z [ RUN ] Simplify.ConstantFoldShifts 2022-09-27T16:20:41.8422159Z [ OK ] Simplify.ConstantFoldShifts (0 ms) 2022-09-27T16:20:41.8422471Z [ RUN ] Simplify.ConstantFoldBitwise 2022-09-27T16:20:41.8422942Z [ OK ] Simplify.ConstantFoldBitwise (0 ms) 2022-09-27T16:20:41.8423497Z [ RUN ] Simplify.ConstantFoldMultiOp 2022-09-27T16:20:41.8424235Z [ OK ] Simplify.ConstantFoldMultiOp (0 ms) 2022-09-27T16:20:41.8424693Z [ RUN ] Simplify.ConstantFoldMinMax 2022-09-27T16:20:41.8425062Z [ OK ] Simplify.ConstantFoldMinMax (0 ms) 2022-09-27T16:20:41.8425370Z [ RUN ] Simplify.ConstantFoldIntrinsics 2022-09-27T16:20:41.8425710Z [ OK ] Simplify.ConstantFoldIntrinsics (0 ms) 2022-09-27T16:20:41.8426036Z [ RUN ] Simplify.ConstantFoldCastToBool 2022-09-27T16:20:41.8426368Z [ OK ] Simplify.ConstantFoldCastToBool (0 ms) 2022-09-27T16:20:41.8426670Z [ RUN ] Simplify.ConstantFoldWithVar 2022-09-27T16:20:41.8426988Z [ OK ] Simplify.ConstantFoldWithVar (0 ms) 2022-09-27T16:20:41.8427429Z [ RUN ] Simplify.ConditionalSelectFoldSimple 2022-09-27T16:20:41.8427838Z [ OK ] Simplify.ConditionalSelectFoldSimple (0 ms) 2022-09-27T16:20:41.8428247Z [ RUN ] Simplify.ConditionalSelectFoldTwoLayer 2022-09-27T16:20:41.8428627Z [ OK ] Simplify.ConditionalSelectFoldTwoLayer (0 ms) 2022-09-27T16:20:41.8428981Z [ RUN ] Simplify.ConditionalSelectFoldWithVar 2022-09-27T16:20:41.8434985Z [ OK ] Simplify.ConditionalSelectFoldWithVar (0 ms) 2022-09-27T16:20:41.8435588Z [ RUN ] Simplify.UnFoldableExpr 2022-09-27T16:20:41.8436094Z [ OK ] Simplify.UnFoldableExpr (0 ms) 2022-09-27T16:20:41.8436613Z [ RUN ] Simplify.HashSimple 2022-09-27T16:20:41.8437042Z [ OK ] Simplify.HashSimple (0 ms) 2022-09-27T16:20:41.8437423Z [ RUN ] Simplify.HashEquivalence 2022-09-27T16:20:41.8437832Z [ OK ] Simplify.HashEquivalence (0 ms) 2022-09-27T16:20:41.8438196Z [ RUN ] Simplify.HashEquivalenceRand 2022-09-27T16:20:41.8438750Z [ OK ] Simplify.HashEquivalenceRand (0 ms) 2022-09-27T16:20:41.8439366Z [ RUN ] Simplify.HashEquivalenceAfterFolding 2022-09-27T16:20:41.8439828Z [ OK ] Simplify.HashEquivalenceAfterFolding (0 ms) 2022-09-27T16:20:41.8440164Z [ RUN ] Simplify.HashDifferenceTypes 2022-09-27T16:20:41.8440487Z [ OK ] Simplify.HashDifferenceTypes (0 ms) 2022-09-27T16:20:41.8440786Z [ RUN ] Simplify.HashLargeExpression 2022-09-27T16:20:41.8441106Z [ OK ] Simplify.HashLargeExpression (0 ms) 2022-09-27T16:20:41.8441429Z [ RUN ] Simplify.HashForLoopOptions 2022-09-27T16:20:41.8441837Z [ OK ] Simplify.HashForLoopOptions (0 ms) 2022-09-27T16:20:41.8442130Z [ RUN ] Simplify.SimplifyAdd 2022-09-27T16:20:41.8442568Z [ OK ] Simplify.SimplifyAdd (0 ms) 2022-09-27T16:20:41.8442849Z [ RUN ] Simplify.SimplifySub 2022-09-27T16:20:41.8443120Z [ OK ] Simplify.SimplifySub (0 ms) 2022-09-27T16:20:41.8443418Z [ RUN ] Simplify.SimplifyMultiLayer 2022-09-27T16:20:41.8443739Z [ OK ] Simplify.SimplifyMultiLayer (0 ms) 2022-09-27T16:20:41.8444033Z [ RUN ] Simplify.SimplifyMultiTerm 2022-09-27T16:20:41.8444344Z [ OK ] Simplify.SimplifyMultiTerm (0 ms) 2022-09-27T16:20:41.8444639Z [ RUN ] Simplify.SimplifyCasts 2022-09-27T16:20:41.8444918Z [ OK ] Simplify.SimplifyCasts (0 ms) 2022-09-27T16:20:41.8445232Z [ RUN ] Simplify.SimplifyEliminatesNoOps 2022-09-27T16:20:41.8445574Z [ OK ] Simplify.SimplifyEliminatesNoOps (0 ms) 2022-09-27T16:20:41.8445989Z [ RUN ] Simplify.SimplifyMultiVar 2022-09-27T16:20:41.8446330Z [ OK ] Simplify.SimplifyMultiVar (0 ms) 2022-09-27T16:20:41.8446733Z [ RUN ] Simplify.SimplifyEliminatesVar 2022-09-27T16:20:41.8447081Z [ OK ] Simplify.SimplifyEliminatesVar (0 ms) 2022-09-27T16:20:41.8447371Z [ RUN ] Simplify.SimplifyAdds 2022-09-27T16:20:41.8447662Z [ OK ] Simplify.SimplifyAdds (0 ms) 2022-09-27T16:20:41.8448055Z [ RUN ] Simplify.SimplifyMuls 2022-09-27T16:20:41.8448414Z [ OK ] Simplify.SimplifyMuls (0 ms) 2022-09-27T16:20:41.8448744Z [ RUN ] Simplify.SimplifySubs 2022-09-27T16:20:41.8453225Z [ OK ] Simplify.SimplifySubs (0 ms) 2022-09-27T16:20:41.8453638Z [ RUN ] Simplify.SimplifyDiv 2022-09-27T16:20:41.8454009Z [ OK ] Simplify.SimplifyDiv (0 ms) 2022-09-27T16:20:41.8454381Z [ RUN ] Simplify.SimplifyDivWithLoopContext0 2022-09-27T16:20:41.8455057Z [ OK ] Simplify.SimplifyDivWithLoopContext0 (0 ms) 2022-09-27T16:20:41.8455450Z [ RUN ] Simplify.SimplifyDivWithLoopContext1 2022-09-27T16:20:41.8457141Z [ OK ] Simplify.SimplifyDivWithLoopContext1 (0 ms) 2022-09-27T16:20:41.8457507Z [ RUN ] Simplify.SimplifyDivWithLoopContext2 2022-09-27T16:20:41.8459081Z [ OK ] Simplify.SimplifyDivWithLoopContext2 (0 ms) 2022-09-27T16:20:41.8459605Z [ RUN ] Simplify.SimplifyDivWithLoopContext3 2022-09-27T16:20:41.8459978Z [ OK ] Simplify.SimplifyDivWithLoopContext3 (0 ms) 2022-09-27T16:20:41.8460320Z [ RUN ] Simplify.SimplifyDivWithLoopContext4 2022-09-27T16:20:41.8462622Z [ OK ] Simplify.SimplifyDivWithLoopContext4 (0 ms) 2022-09-27T16:20:41.8462979Z [ RUN ] Simplify.SimplifyDivWithLoopContext5 2022-09-27T16:20:41.8465493Z [ OK ] Simplify.SimplifyDivWithLoopContext5 (0 ms) 2022-09-27T16:20:41.8465836Z [ RUN ] Simplify.SimplifyDivWithLoopContext6 2022-09-27T16:20:41.8468830Z [ OK ] Simplify.SimplifyDivWithLoopContext6 (0 ms) 2022-09-27T16:20:41.8469322Z [ RUN ] Simplify.SimplifyDivWithLoopContext7 2022-09-27T16:20:41.8469800Z [ OK ] Simplify.SimplifyDivWithLoopContext7 (0 ms) 2022-09-27T16:20:41.8470264Z [ RUN ] Simplify.SimplifyModWithLoopContext0 2022-09-27T16:20:41.8471055Z [ OK ] Simplify.SimplifyModWithLoopContext0 (0 ms) 2022-09-27T16:20:41.8471415Z [ RUN ] Simplify.SimplifyModWithLoopContext1 2022-09-27T16:20:41.8473514Z [ OK ] Simplify.SimplifyModWithLoopContext1 (0 ms) 2022-09-27T16:20:41.8473900Z [ RUN ] Simplify.SimplifyModWithLoopContext2 2022-09-27T16:20:41.8475944Z [ OK ] Simplify.SimplifyModWithLoopContext2 (0 ms) 2022-09-27T16:20:41.8476344Z [ RUN ] Simplify.SimplifyModWithLoopContext3 2022-09-27T16:20:41.8476704Z [ OK ] Simplify.SimplifyModWithLoopContext3 (0 ms) 2022-09-27T16:20:41.8477055Z [ RUN ] Simplify.SimplifyModWithLoopContext4 2022-09-27T16:20:41.8478970Z [ OK ] Simplify.SimplifyModWithLoopContext4 (0 ms) 2022-09-27T16:20:41.8479401Z [ RUN ] Simplify.SimplifyModWithLoopContext5 2022-09-27T16:20:41.8481466Z [ OK ] Simplify.SimplifyModWithLoopContext5 (0 ms) 2022-09-27T16:20:41.8481901Z [ RUN ] Simplify.SimplifyModWithLoopContext6 2022-09-27T16:20:41.8484643Z [ OK ] Simplify.SimplifyModWithLoopContext6 (0 ms) 2022-09-27T16:20:41.8485125Z [ RUN ] Simplify.SimplifyModWithLoopContext7 2022-09-27T16:20:41.8485843Z [ OK ] Simplify.SimplifyModWithLoopContext7 (0 ms) 2022-09-27T16:20:41.8486170Z [ RUN ] Simplify.SimplifyMod 2022-09-27T16:20:41.8496159Z [ OK ] Simplify.SimplifyMod (0 ms) 2022-09-27T16:20:41.8496536Z [ RUN ] Simplify.SimplifyMultiOp 2022-09-27T16:20:41.8498572Z [ OK ] Simplify.SimplifyMultiOp (0 ms) 2022-09-27T16:20:41.8498937Z [ RUN ] Simplify.SimplifyManyOps 2022-09-27T16:20:41.8501540Z [ OK ] Simplify.SimplifyManyOps (0 ms) 2022-09-27T16:20:41.8501918Z [ RUN ] Simplify.SimplifyFactorization 2022-09-27T16:20:41.8512073Z [ OK ] Simplify.SimplifyFactorization (1 ms) 2022-09-27T16:20:41.8512602Z [ RUN ] Simplify.SimplifyFactorizeUneven 2022-09-27T16:20:41.8513492Z [ OK ] Simplify.SimplifyFactorizeUneven (0 ms) 2022-09-27T16:20:41.8514154Z [ RUN ] Simplify.SimplifyDeeperTerms 2022-09-27T16:20:41.8514728Z [ OK ] Simplify.SimplifyDeeperTerms (0 ms) 2022-09-27T16:20:41.8515266Z [ RUN ] Simplify.SimplifyDeeperDifference 2022-09-27T16:20:41.8515846Z [ OK ] Simplify.SimplifyDeeperDifference (0 ms) 2022-09-27T16:20:41.8516465Z [ RUN ] Simplify.SimplifyFoldComplexDifference 2022-09-27T16:20:41.8517172Z [ OK ] Simplify.SimplifyFoldComplexDifference (0 ms) 2022-09-27T16:20:41.8517769Z [ RUN ] Simplify.SimplifyIfComponents 2022-09-27T16:20:41.8518358Z [ OK ] Simplify.SimplifyIfComponents (0 ms) 2022-09-27T16:20:41.8518913Z [ RUN ] Simplify.SimplifyOpaqueTerms 2022-09-27T16:20:41.8519506Z [ OK ] Simplify.SimplifyOpaqueTerms (0 ms) 2022-09-27T16:20:41.8519880Z [ RUN ] Simplify.SimplifySymbolicMinMax 2022-09-27T16:20:41.8520734Z [ OK ] Simplify.SimplifySymbolicMinMax (0 ms) 2022-09-27T16:20:41.8521298Z [ RUN ] Simplify.SimplifyNestedMax 2022-09-27T16:20:41.8534579Z [ OK ] Simplify.SimplifyNestedMax (1 ms) 2022-09-27T16:20:41.8535147Z [ RUN ] Simplify.SimplifyNestedMin 2022-09-27T16:20:41.8547926Z [ OK ] Simplify.SimplifyNestedMin (1 ms) 2022-09-27T16:20:41.8548490Z [ RUN ] Simplify.SimplifyWontReorderFloat 2022-09-27T16:20:41.8550300Z [ OK ] Simplify.SimplifyWontReorderFloat (0 ms) 2022-09-27T16:20:41.8550894Z [ RUN ] Simplify.SimplifyRoundModPattern 2022-09-27T16:20:41.8558426Z [ OK ] Simplify.SimplifyRoundModPattern (0 ms) 2022-09-27T16:20:41.8559066Z [ RUN ] Simplify.SimplifyRoundModPatternFactorization 2022-09-27T16:20:41.8562789Z [ OK ] Simplify.SimplifyRoundModPatternFactorization (0 ms) 2022-09-27T16:20:41.8563402Z [ RUN ] Simplify.SimplifyRoundModPatternMultivar 2022-09-27T16:20:41.8566662Z [ OK ] Simplify.SimplifyRoundModPatternMultivar (0 ms) 2022-09-27T16:20:41.8567258Z [ RUN ] Simplify.SimplifyModRoundModPattern 2022-09-27T16:20:41.8571959Z [ OK ] Simplify.SimplifyModRoundModPattern (0 ms) 2022-09-27T16:20:41.8572609Z [ RUN ] Simplify.SimplifyModRoundModPatternFactorization 2022-09-27T16:20:41.8579303Z [ OK ] Simplify.SimplifyModRoundModPatternFactorization (0 ms) 2022-09-27T16:20:41.8579932Z [ RUN ] Simplify.SimplifyModRoundModPatternMultivar 2022-09-27T16:20:41.8596102Z [ OK ] Simplify.SimplifyModRoundModPatternMultivar (1 ms) 2022-09-27T16:20:41.8596719Z [ RUN ] Simplify.SimplifyDivisionScalarFactorization 2022-09-27T16:20:41.8597567Z [ OK ] Simplify.SimplifyDivisionScalarFactorization (0 ms) 2022-09-27T16:20:41.8597998Z [ RUN ] Simplify.SimplifyConstantBranches 2022-09-27T16:20:41.8598349Z [ OK ] Simplify.SimplifyConstantBranches (0 ms) 2022-09-27T16:20:41.8598661Z [ RUN ] Simplify.SimplifyConstantCond 2022-09-27T16:20:41.8600059Z [ OK ] Simplify.SimplifyConstantCond (0 ms) 2022-09-27T16:20:41.8600445Z [ RUN ] Simplify.SimplifyEliminateEmptyCond 2022-09-27T16:20:41.8600791Z [ OK ] Simplify.SimplifyEliminateEmptyCond (0 ms) 2022-09-27T16:20:41.8601146Z [ RUN ] Simplify.SimplifyConstantComparisons 2022-09-27T16:20:41.8604677Z [ OK ] Simplify.SimplifyConstantComparisons (0 ms) 2022-09-27T16:20:41.8605041Z [ RUN ] Simplify.SimplifySymbolicComparisons 2022-09-27T16:20:41.8611615Z [ OK ] Simplify.SimplifySymbolicComparisons (0 ms) 2022-09-27T16:20:41.8612183Z [ RUN ] Simplify.SimplifyEliminateZeroLengthFor 2022-09-27T16:20:41.8612711Z [ OK ] Simplify.SimplifyEliminateZeroLengthFor (0 ms) 2022-09-27T16:20:41.8613056Z [ RUN ] Simplify.SimplifyOneLoopFor 2022-09-27T16:20:41.8617895Z [ OK ] Simplify.SimplifyOneLoopFor (0 ms) 2022-09-27T16:20:41.8618314Z [ RUN ] Simplify.SimplifyForWontLoseLoopOptions 2022-09-27T16:20:41.8618852Z [ OK ] Simplify.SimplifyForWontLoseLoopOptions (0 ms) 2022-09-27T16:20:41.8619190Z [ RUN ] Simplify.SimplifyMultilevelFor 2022-09-27T16:20:41.8619525Z [ OK ] Simplify.SimplifyMultilevelFor (0 ms) 2022-09-27T16:20:41.8619837Z [ RUN ] Simplify.SimplifyForCleansUp 2022-09-27T16:20:41.8622242Z [ OK ] Simplify.SimplifyForCleansUp (0 ms) 2022-09-27T16:20:41.8622614Z [ RUN ] Simplify.SimplifyEliminateEmptyFor 2022-09-27T16:20:41.8623961Z [ OK ] Simplify.SimplifyEliminateEmptyFor (0 ms) 2022-09-27T16:20:41.8624396Z [ RUN ] Simplify.SimplifyFlattenBlock 2022-09-27T16:20:41.8624720Z [ OK ] Simplify.SimplifyFlattenBlock (0 ms) 2022-09-27T16:20:41.8625253Z [ RUN ] Simplify.SimplifyEliminateZeroLengthAlloc 2022-09-27T16:20:41.8625944Z [ OK ] Simplify.SimplifyEliminateZeroLengthAlloc (0 ms) 2022-09-27T16:20:41.8626323Z [ RUN ] Simplify.DontSimplifyRand 2022-09-27T16:20:41.8633713Z [ OK ] Simplify.DontSimplifyRand (0 ms) 2022-09-27T16:20:41.8634286Z [ RUN ] Simplify.SimplifyReorderForCond 2022-09-27T16:20:41.8639213Z [ OK ] Simplify.SimplifyReorderForCond (0 ms) 2022-09-27T16:20:41.8639567Z [ RUN ] Simplify.SimplifyFuseConditions 2022-09-27T16:20:41.8668032Z [ OK ] Simplify.SimplifyFuseConditions (2 ms) 2022-09-27T16:20:41.8668367Z [ RUN ] Simplify.SimplifySyncThreads 2022-09-27T16:20:41.8672740Z [ OK ] Simplify.SimplifySyncThreads (0 ms) 2022-09-27T16:20:41.8673179Z [ RUN ] Simplify.SimplifyRampSubBroadcast 2022-09-27T16:20:41.8673617Z [ OK ] Simplify.SimplifyRampSubBroadcast (0 ms) 2022-09-27T16:20:41.8673969Z [ RUN ] Simplify.SimplifyBroadcastTermExpander 2022-09-27T16:20:41.8674350Z [ OK ] Simplify.SimplifyBroadcastTermExpander (0 ms) 2022-09-27T16:20:41.8674702Z [ RUN ] Simplify.CompareSelectLoopBounds 2022-09-27T16:20:41.8763980Z [ OK ] Simplify.CompareSelectLoopBounds (9 ms) 2022-09-27T16:20:41.8764697Z [ RUN ] Simplify.CompareSelectCondAlwaysInLoopBounds 2022-09-27T16:20:41.8765460Z [ OK ] Simplify.CompareSelectCondAlwaysInLoopBounds (0 ms) 2022-09-27T16:20:41.8766171Z [ RUN ] Simplify.IfThenCondAlwaysInLoopBounds 2022-09-27T16:20:41.8766812Z [ OK ] Simplify.IfThenCondAlwaysInLoopBounds (0 ms) 2022-09-27T16:20:41.8767384Z [ RUN ] Simplify.MultiClauseCondAlwaysInLoopBounds 2022-09-27T16:20:41.8768282Z [ OK ] Simplify.MultiClauseCondAlwaysInLoopBounds (0 ms) 2022-09-27T16:20:41.8768874Z [----------] 92 tests from Simplify (35 ms total) 2022-09-27T16:20:41.8769305Z 2022-09-27T16:20:41.8769542Z [----------] 12 tests from TEFuserPass 2022-09-27T16:20:41.8769997Z [ RUN ] TEFuserPass.FuserPass_1 2022-09-27T16:20:41.8776010Z [ OK ] TEFuserPass.FuserPass_1 (0 ms) 2022-09-27T16:20:41.8776309Z [ RUN ] TEFuserPass.FuserPass_2 2022-09-27T16:20:41.8779415Z [ OK ] TEFuserPass.FuserPass_2 (0 ms) 2022-09-27T16:20:41.8779716Z [ RUN ] TEFuserPass.FuserPass_3 2022-09-27T16:20:41.8781924Z [ OK ] TEFuserPass.FuserPass_3 (0 ms) 2022-09-27T16:20:41.8782240Z [ RUN ] TEFuserPass.FuserPass_0DimInput 2022-09-27T16:20:41.8798418Z [ OK ] TEFuserPass.FuserPass_0DimInput (1 ms) 2022-09-27T16:20:41.8798886Z [ RUN ] TEFuserPass.FuserPass_UnfusibleDevice 2022-09-27T16:20:41.8799503Z [ OK ] TEFuserPass.FuserPass_UnfusibleDevice (0 ms) 2022-09-27T16:20:41.8799881Z [ RUN ] TEFuserPass.FuserPass_UnknownShapes 2022-09-27T16:20:41.8800355Z [ OK ] TEFuserPass.FuserPass_UnknownShapes (0 ms) 2022-09-27T16:20:41.8800670Z [ RUN ] TEFuserPass.FuserPass_Multidevice 2022-09-27T16:20:41.8807395Z [ OK ] TEFuserPass.FuserPass_Multidevice (0 ms) 2022-09-27T16:20:41.8807758Z [ RUN ] TEFuserPass.FuserPass_MergeGroups 2022-09-27T16:20:41.8810597Z [ OK ] TEFuserPass.FuserPass_MergeGroups (0 ms) 2022-09-27T16:20:41.8811036Z [ RUN ] TEFuserPass.FuserPass_IgnoreUnknownShapeAtStart 2022-09-27T16:20:41.8811828Z [ OK ] TEFuserPass.FuserPass_IgnoreUnknownShapeAtStart (0 ms) 2022-09-27T16:20:41.8812169Z [ RUN ] TEFuserPass.FuserPass_Where 2022-09-27T16:20:41.8814936Z [ OK ] TEFuserPass.FuserPass_Where (0 ms) 2022-09-27T16:20:41.8815335Z [ RUN ] TEFuserPass.FuserPass_WhereList 2022-09-27T16:20:41.8816270Z [ OK ] TEFuserPass.FuserPass_WhereList (0 ms) 2022-09-27T16:20:41.8816591Z [ RUN ] TEFuserPass.DynamicShapeFusion 2022-09-27T16:20:42.1399496Z [ OK ] TEFuserPass.DynamicShapeFusion (258 ms) 2022-09-27T16:20:42.1399916Z [----------] 12 tests from TEFuserPass (262 ms total) 2022-09-27T16:20:42.1400072Z 2022-09-27T16:20:42.1400283Z [----------] 3 tests from Type 2022-09-27T16:20:42.1400518Z [ RUN ] Type.Test01 2022-09-27T16:20:42.1400764Z [ OK ] Type.Test01 (0 ms) 2022-09-27T16:20:42.1401062Z [ RUN ] Type.BitCasting 2022-09-27T16:20:42.1401314Z [ OK ] Type.BitCasting (0 ms) 2022-09-27T16:20:42.1401573Z [ RUN ] Type.Propagation 2022-09-27T16:20:42.1401895Z [ OK ] Type.Propagation (0 ms) 2022-09-27T16:20:42.1402181Z [----------] 3 tests from Type (0 ms total) 2022-09-27T16:20:42.1402309Z 2022-09-27T16:20:42.1402541Z [----------] 1 test from SpecializationsInCustomPasses 2022-09-27T16:20:42.1402919Z [ RUN ] SpecializationsInCustomPasses.Basic 2022-09-27T16:20:42.1415692Z [ OK ] SpecializationsInCustomPasses.Basic (1 ms) 2022-09-27T16:20:42.1416205Z [----------] 1 test from SpecializationsInCustomPasses (1 ms total) 2022-09-27T16:20:42.1416399Z 2022-09-27T16:20:42.1416535Z [----------] 150 tests from LLVM 2022-09-27T16:20:42.1416785Z [ RUN ] LLVM.ByteImmTest 2022-09-27T16:20:42.1606416Z [ OK ] LLVM.ByteImmTest (18 ms) 2022-09-27T16:20:42.1606695Z [ RUN ] LLVM.CharImmTest 2022-09-27T16:20:42.1783180Z [ OK ] LLVM.CharImmTest (17 ms) 2022-09-27T16:20:42.1783443Z [ RUN ] LLVM.ShortImmTest 2022-09-27T16:20:42.1960186Z [ OK ] LLVM.ShortImmTest (17 ms) 2022-09-27T16:20:42.1960459Z [ RUN ] LLVM.IntImmTest 2022-09-27T16:20:42.2136032Z [ OK ] LLVM.IntImmTest (17 ms) 2022-09-27T16:20:42.2136353Z [ RUN ] LLVM.LongImmTest 2022-09-27T16:20:42.2314348Z [ OK ] LLVM.LongImmTest (17 ms) 2022-09-27T16:20:42.2314636Z [ RUN ] LLVM.FloatImmTest 2022-09-27T16:20:42.2490085Z [ OK ] LLVM.FloatImmTest (17 ms) 2022-09-27T16:20:42.2490376Z [ RUN ] LLVM.DoubleImmTest 2022-09-27T16:20:42.2666081Z [ OK ] LLVM.DoubleImmTest (17 ms) 2022-09-27T16:20:42.2666545Z [ RUN ] LLVM.HalfImmTest 2022-09-27T16:20:42.2842033Z [ OK ] LLVM.HalfImmTest (17 ms) 2022-09-27T16:20:42.2842502Z [ RUN ] LLVM.ByteAddTest 2022-09-27T16:20:42.3016950Z [ OK ] LLVM.ByteAddTest (17 ms) 2022-09-27T16:20:42.3017425Z [ RUN ] LLVM.CharAddTest 2022-09-27T16:20:42.3194576Z [ OK ] LLVM.CharAddTest (17 ms) 2022-09-27T16:20:42.3195072Z [ RUN ] LLVM.ShortAddTest 2022-09-27T16:20:42.3373995Z [ OK ] LLVM.ShortAddTest (17 ms) 2022-09-27T16:20:42.3374418Z [ RUN ] LLVM.IntAddTest 2022-09-27T16:20:42.3550582Z [ OK ] LLVM.IntAddTest (17 ms) 2022-09-27T16:20:42.3551065Z [ RUN ] LLVM.LongAddTest 2022-09-27T16:20:42.3731864Z [ OK ] LLVM.LongAddTest (18 ms) 2022-09-27T16:20:42.3732366Z [ RUN ] LLVM.FloatAddTest 2022-09-27T16:20:42.3912127Z [ OK ] LLVM.FloatAddTest (17 ms) 2022-09-27T16:20:42.3912624Z [ RUN ] LLVM.DoubleAddTest 2022-09-27T16:20:42.4090353Z [ OK ] LLVM.DoubleAddTest (17 ms) 2022-09-27T16:20:42.4090630Z [ RUN ] LLVM.HalfAddTest 2022-09-27T16:20:42.4267734Z [ OK ] LLVM.HalfAddTest (17 ms) 2022-09-27T16:20:42.4267985Z [ RUN ] LLVM.ByteSubTest 2022-09-27T16:20:42.4444179Z [ OK ] LLVM.ByteSubTest (17 ms) 2022-09-27T16:20:42.4444455Z [ RUN ] LLVM.CharSubTest 2022-09-27T16:20:42.4620629Z [ OK ] LLVM.CharSubTest (17 ms) 2022-09-27T16:20:42.4620921Z [ RUN ] LLVM.ShortSubTest 2022-09-27T16:20:42.4797167Z [ OK ] LLVM.ShortSubTest (17 ms) 2022-09-27T16:20:42.4797428Z [ RUN ] LLVM.IntSubTest 2022-09-27T16:20:42.4983361Z [ OK ] LLVM.IntSubTest (17 ms) 2022-09-27T16:20:42.4983735Z [ RUN ] LLVM.LongSubTest 2022-09-27T16:20:42.5149988Z [ OK ] LLVM.LongSubTest (17 ms) 2022-09-27T16:20:42.5150284Z [ RUN ] LLVM.FloatSubTest 2022-09-27T16:20:42.5326677Z [ OK ] LLVM.FloatSubTest (17 ms) 2022-09-27T16:20:42.5326965Z [ RUN ] LLVM.DoubleSubTest 2022-09-27T16:20:42.5504066Z [ OK ] LLVM.DoubleSubTest (17 ms) 2022-09-27T16:20:42.5504566Z [ RUN ] LLVM.HalfSubTest 2022-09-27T16:20:42.5681061Z [ OK ] LLVM.HalfSubTest (17 ms) 2022-09-27T16:20:42.5681556Z [ RUN ] LLVM.ByteMulTest 2022-09-27T16:20:42.5856297Z [ OK ] LLVM.ByteMulTest (17 ms) 2022-09-27T16:20:42.5856811Z [ RUN ] LLVM.CharMulTest 2022-09-27T16:20:42.6034602Z [ OK ] LLVM.CharMulTest (17 ms) 2022-09-27T16:20:42.6035081Z [ RUN ] LLVM.ShortMulTest 2022-09-27T16:20:42.6210619Z [ OK ] LLVM.ShortMulTest (17 ms) 2022-09-27T16:20:42.6211105Z [ RUN ] LLVM.IntMulTest 2022-09-27T16:20:42.6386824Z [ OK ] LLVM.IntMulTest (17 ms) 2022-09-27T16:20:42.6387311Z [ RUN ] LLVM.LongMulTest 2022-09-27T16:20:42.6562069Z [ OK ] LLVM.LongMulTest (17 ms) 2022-09-27T16:20:42.6562583Z [ RUN ] LLVM.FloatMulTest 2022-09-27T16:20:42.6739440Z [ OK ] LLVM.FloatMulTest (17 ms) 2022-09-27T16:20:42.6739931Z [ RUN ] LLVM.DoubleMulTest 2022-09-27T16:20:42.6916776Z [ OK ] LLVM.DoubleMulTest (17 ms) 2022-09-27T16:20:42.6917273Z [ RUN ] LLVM.HalfMulTest 2022-09-27T16:20:42.7094617Z [ OK ] LLVM.HalfMulTest (17 ms) 2022-09-27T16:20:42.7094878Z [ RUN ] LLVM.ByteDivTest 2022-09-27T16:20:42.7273471Z [ OK ] LLVM.ByteDivTest (17 ms) 2022-09-27T16:20:42.7273737Z [ RUN ] LLVM.CharDivTest 2022-09-27T16:20:42.7450115Z [ OK ] LLVM.CharDivTest (17 ms) 2022-09-27T16:20:42.7450395Z [ RUN ] LLVM.ShortDivTest 2022-09-27T16:20:42.7629305Z [ OK ] LLVM.ShortDivTest (17 ms) 2022-09-27T16:20:42.7629576Z [ RUN ] LLVM.IntDivTest 2022-09-27T16:20:42.7809738Z [ OK ] LLVM.IntDivTest (18 ms) 2022-09-27T16:20:42.7810002Z [ RUN ] LLVM.LongDivTest 2022-09-27T16:20:42.7987998Z [ OK ] LLVM.LongDivTest (17 ms) 2022-09-27T16:20:42.7988322Z [ RUN ] LLVM.FloatDivTest 2022-09-27T16:20:42.8171239Z [ OK ] LLVM.FloatDivTest (18 ms) 2022-09-27T16:20:42.8171517Z [ RUN ] LLVM.DoubleDivTest 2022-09-27T16:20:42.8350815Z [ OK ] LLVM.DoubleDivTest (17 ms) 2022-09-27T16:20:42.8351141Z [ RUN ] LLVM.HalfDivTest 2022-09-27T16:20:42.8530042Z [ OK ] LLVM.HalfDivTest (17 ms) 2022-09-27T16:20:42.8530340Z [ RUN ] LLVM.IntToFloatCastTest 2022-09-27T16:20:42.8710337Z [ OK ] LLVM.IntToFloatCastTest (18 ms) 2022-09-27T16:20:42.8710706Z [ RUN ] LLVM.FloatToIntCastTest 2022-09-27T16:20:42.8888402Z [ OK ] LLVM.FloatToIntCastTest (17 ms) 2022-09-27T16:20:42.8888712Z [ RUN ] LLVM.IntToLongCastTest 2022-09-27T16:20:42.9069742Z [ OK ] LLVM.IntToLongCastTest (18 ms) 2022-09-27T16:20:42.9070047Z [ RUN ] LLVM.ByteToCharCastTest 2022-09-27T16:20:42.9252012Z [ OK ] LLVM.ByteToCharCastTest (18 ms) 2022-09-27T16:20:42.9252298Z [ RUN ] LLVM.HalfToLongCastTest 2022-09-27T16:20:42.9431153Z [ OK ] LLVM.HalfToLongCastTest (17 ms) 2022-09-27T16:20:42.9431509Z [ RUN ] LLVM.ByteToDoubleCastTest 2022-09-27T16:20:42.9613123Z [ OK ] LLVM.ByteToDoubleCastTest (18 ms) 2022-09-27T16:20:42.9613423Z [ RUN ] LLVM.FloatToByteCastTest 2022-09-27T16:20:42.9790718Z [ OK ] LLVM.FloatToByteCastTest (17 ms) 2022-09-27T16:20:42.9791036Z [ RUN ] LLVM.FloatToCharCastTest 2022-09-27T16:20:42.9969594Z [ OK ] LLVM.FloatToCharCastTest (17 ms) 2022-09-27T16:20:42.9969884Z [ RUN ] LLVM.ByteToFloatCastTest 2022-09-27T16:20:43.0147177Z [ OK ] LLVM.ByteToFloatCastTest (17 ms) 2022-09-27T16:20:43.0147534Z [ RUN ] LLVM.CharToFloatCastTest 2022-09-27T16:20:43.0323060Z [ OK ] LLVM.CharToFloatCastTest (17 ms) 2022-09-27T16:20:43.0323399Z [ RUN ] LLVM.BitCast 2022-09-27T16:20:43.1026830Z [ OK ] LLVM.BitCast (70 ms) 2022-09-27T16:20:43.1027161Z [ RUN ] LLVM.fastLogFloat 2022-09-27T16:20:43.1600107Z [ OK ] LLVM.fastLogFloat (57 ms) 2022-09-27T16:20:43.1600405Z [ RUN ] LLVM.LetTest01 2022-09-27T16:20:43.1777934Z [ OK ] LLVM.LetTest01 (17 ms) 2022-09-27T16:20:43.1778266Z [ RUN ] LLVM.LetTest02 2022-09-27T16:20:43.1953867Z [ OK ] LLVM.LetTest02 (17 ms) 2022-09-27T16:20:43.1954217Z [ RUN ] LLVM.LetTestMultitype 2022-09-27T16:20:43.2132914Z [ OK ] LLVM.LetTestMultitype (17 ms) 2022-09-27T16:20:43.2133256Z [ RUN ] LLVM.BufferTest 2022-09-27T16:20:43.2308790Z [ OK ] LLVM.BufferTest (17 ms) 2022-09-27T16:20:43.2309107Z [ RUN ] LLVM.BlockTest 2022-09-27T16:20:43.2486419Z [ OK ] LLVM.BlockTest (17 ms) 2022-09-27T16:20:43.2486678Z [ RUN ] LLVM.LoadStoreTest 2022-09-27T16:20:43.2665272Z [ OK ] LLVM.LoadStoreTest (17 ms) 2022-09-27T16:20:43.2665563Z [ RUN ] LLVM.IfThenElseTest 2022-09-27T16:20:43.2857911Z [ OK ] LLVM.IfThenElseTest (19 ms) 2022-09-27T16:20:43.2858227Z [ RUN ] LLVM.CondNoFalseBlockTest 2022-09-27T16:20:43.3415430Z [ OK ] LLVM.CondNoFalseBlockTest (55 ms) 2022-09-27T16:20:43.3415709Z [ RUN ] LLVM.CondTest 2022-09-27T16:20:43.3978986Z [ OK ] LLVM.CondTest (56 ms) 2022-09-27T16:20:43.3979327Z [ RUN ] LLVM.CondNestedTest 2022-09-27T16:20:43.4781718Z [ OK ] LLVM.CondNestedTest (80 ms) 2022-09-27T16:20:43.4782006Z [ RUN ] LLVM.DirectVectorization 2022-09-27T16:20:43.5034785Z [ OK ] LLVM.DirectVectorization (25 ms) 2022-09-27T16:20:43.5035088Z [ RUN ] LLVM.VecLoadStoreTest 2022-09-27T16:20:43.5220676Z [ OK ] LLVM.VecLoadStoreTest (18 ms) 2022-09-27T16:20:43.5220987Z [ RUN ] LLVM.VecFloat_erfLane4Test 2022-09-27T16:20:43.5409195Z [ OK ] LLVM.VecFloat_erfLane4Test (18 ms) 2022-09-27T16:20:43.5409719Z [ RUN ] LLVM.VecFloat_erfcLane4Test 2022-09-27T16:20:43.5596884Z [ OK ] LLVM.VecFloat_erfcLane4Test (18 ms) 2022-09-27T16:20:43.5597315Z [ RUN ] LLVM.VecFloat_acosLane4Test 2022-09-27T16:20:43.5783172Z [ OK ] LLVM.VecFloat_acosLane4Test (18 ms) 2022-09-27T16:20:43.5783477Z [ RUN ] LLVM.VecFloat_asinLane4Test 2022-09-27T16:20:43.5969795Z [ OK ] LLVM.VecFloat_asinLane4Test (18 ms) 2022-09-27T16:20:43.5970099Z [ RUN ] LLVM.VecFloat_atanLane4Test 2022-09-27T16:20:43.6160697Z [ OK ] LLVM.VecFloat_atanLane4Test (19 ms) 2022-09-27T16:20:43.6160999Z [ RUN ] LLVM.VecFloat_coshLane4Test 2022-09-27T16:20:43.6348051Z [ OK ] LLVM.VecFloat_coshLane4Test (18 ms) 2022-09-27T16:20:43.6348344Z [ RUN ] LLVM.VecFloat_sinhLane4Test 2022-09-27T16:20:43.6536420Z [ OK ] LLVM.VecFloat_sinhLane4Test (18 ms) 2022-09-27T16:20:43.6536770Z [ RUN ] LLVM.VecFloat_tanhLane4Test 2022-09-27T16:20:43.6723581Z [ OK ] LLVM.VecFloat_tanhLane4Test (18 ms) 2022-09-27T16:20:43.6723913Z [ RUN ] LLVM.VecFloat_expm1Lane4Test 2022-09-27T16:20:43.6912413Z [ OK ] LLVM.VecFloat_expm1Lane4Test (18 ms) 2022-09-27T16:20:43.6912726Z [ RUN ] LLVM.VecFloat_lgammaLane4Test 2022-09-27T16:20:43.7097229Z [ OK ] LLVM.VecFloat_lgammaLane4Test (18 ms) 2022-09-27T16:20:43.7097592Z [ RUN ] LLVM.VecFloat_erfLane8Test 2022-09-27T16:20:43.7283635Z [ OK ] LLVM.VecFloat_erfLane8Test (18 ms) 2022-09-27T16:20:43.7283986Z [ RUN ] LLVM.VecFloat_erfcLane8Test 2022-09-27T16:20:43.7466827Z [ OK ] LLVM.VecFloat_erfcLane8Test (18 ms) 2022-09-27T16:20:43.7467202Z [ RUN ] LLVM.VecFloat_acosLane8Test 2022-09-27T16:20:43.7651033Z [ OK ] LLVM.VecFloat_acosLane8Test (18 ms) 2022-09-27T16:20:43.7651375Z [ RUN ] LLVM.VecFloat_asinLane8Test 2022-09-27T16:20:43.7834415Z [ OK ] LLVM.VecFloat_asinLane8Test (18 ms) 2022-09-27T16:20:43.8018597Z [ RUN ] LLVM.VecFloat_atanLane8Test 2022-09-27T16:20:43.8018980Z [ OK ] LLVM.VecFloat_atanLane8Test (18 ms) 2022-09-27T16:20:43.8019255Z [ RUN ] LLVM.VecFloat_coshLane8Test 2022-09-27T16:20:43.8202597Z [ OK ] LLVM.VecFloat_coshLane8Test (18 ms) 2022-09-27T16:20:43.8202936Z [ RUN ] LLVM.VecFloat_sinhLane8Test 2022-09-27T16:20:43.8387618Z [ OK ] LLVM.VecFloat_sinhLane8Test (18 ms) 2022-09-27T16:20:43.8388069Z [ RUN ] LLVM.VecFloat_tanhLane8Test 2022-09-27T16:20:43.8571774Z [ OK ] LLVM.VecFloat_tanhLane8Test (18 ms) 2022-09-27T16:20:43.8572158Z [ RUN ] LLVM.VecFloat_expm1Lane8Test 2022-09-27T16:20:43.8755422Z [ OK ] LLVM.VecFloat_expm1Lane8Test (18 ms) 2022-09-27T16:20:43.8755889Z [ RUN ] LLVM.VecFloat_lgammaLane8Test 2022-09-27T16:20:43.8942439Z [ OK ] LLVM.VecFloat_lgammaLane8Test (18 ms) 2022-09-27T16:20:43.8942756Z [ RUN ] LLVM.VecDouble_erfLane2Test 2022-09-27T16:20:43.9127663Z [ OK ] LLVM.VecDouble_erfLane2Test (18 ms) 2022-09-27T16:20:43.9127982Z [ RUN ] LLVM.VecDouble_erfcLane2Test 2022-09-27T16:20:43.9311325Z [ OK ] LLVM.VecDouble_erfcLane2Test (18 ms) 2022-09-27T16:20:43.9311632Z [ RUN ] LLVM.VecDouble_acosLane2Test 2022-09-27T16:20:43.9497827Z [ OK ] LLVM.VecDouble_acosLane2Test (18 ms) 2022-09-27T16:20:43.9498386Z [ RUN ] LLVM.VecDouble_asinLane2Test 2022-09-27T16:20:43.9681256Z [ OK ] LLVM.VecDouble_asinLane2Test (18 ms) 2022-09-27T16:20:43.9681827Z [ RUN ] LLVM.VecDouble_atanLane2Test 2022-09-27T16:20:43.9865344Z [ OK ] LLVM.VecDouble_atanLane2Test (18 ms) 2022-09-27T16:20:43.9865990Z [ RUN ] LLVM.VecDouble_coshLane2Test 2022-09-27T16:20:44.0051824Z [ OK ] LLVM.VecDouble_coshLane2Test (18 ms) 2022-09-27T16:20:44.0052254Z [ RUN ] LLVM.VecDouble_sinhLane2Test 2022-09-27T16:20:44.0237937Z [ OK ] LLVM.VecDouble_sinhLane2Test (18 ms) 2022-09-27T16:20:44.0238230Z [ RUN ] LLVM.VecDouble_tanhLane2Test 2022-09-27T16:20:44.0426391Z [ OK ] LLVM.VecDouble_tanhLane2Test (18 ms) 2022-09-27T16:20:44.0426711Z [ RUN ] LLVM.VecDouble_expm1Lane2Test 2022-09-27T16:20:44.0611739Z [ OK ] LLVM.VecDouble_expm1Lane2Test (18 ms) 2022-09-27T16:20:44.0612086Z [ RUN ] LLVM.VecDouble_lgammaLane2Test 2022-09-27T16:20:44.0797803Z [ OK ] LLVM.VecDouble_lgammaLane2Test (18 ms) 2022-09-27T16:20:44.0798112Z [ RUN ] LLVM.VecDouble_erfLane4Test 2022-09-27T16:20:44.0982172Z [ OK ] LLVM.VecDouble_erfLane4Test (18 ms) 2022-09-27T16:20:44.0982536Z [ RUN ] LLVM.VecDouble_erfcLane4Test 2022-09-27T16:20:44.1166259Z [ OK ] LLVM.VecDouble_erfcLane4Test (18 ms) 2022-09-27T16:20:44.1166598Z [ RUN ] LLVM.VecDouble_acosLane4Test 2022-09-27T16:20:44.1350832Z [ OK ] LLVM.VecDouble_acosLane4Test (18 ms) 2022-09-27T16:20:44.1351133Z [ RUN ] LLVM.VecDouble_asinLane4Test 2022-09-27T16:20:44.1536743Z [ OK ] LLVM.VecDouble_asinLane4Test (18 ms) 2022-09-27T16:20:44.1537076Z [ RUN ] LLVM.VecDouble_atanLane4Test 2022-09-27T16:20:44.1720158Z [ OK ] LLVM.VecDouble_atanLane4Test (18 ms) 2022-09-27T16:20:44.1720495Z [ RUN ] LLVM.VecDouble_coshLane4Test 2022-09-27T16:20:44.1904416Z [ OK ] LLVM.VecDouble_coshLane4Test (18 ms) 2022-09-27T16:20:44.1904747Z [ RUN ] LLVM.VecDouble_sinhLane4Test 2022-09-27T16:20:44.2089982Z [ OK ] LLVM.VecDouble_sinhLane4Test (18 ms) 2022-09-27T16:20:44.2090305Z [ RUN ] LLVM.VecDouble_tanhLane4Test 2022-09-27T16:20:44.2274590Z [ OK ] LLVM.VecDouble_tanhLane4Test (18 ms) 2022-09-27T16:20:44.2274911Z [ RUN ] LLVM.VecDouble_expm1Lane4Test 2022-09-27T16:20:44.2462903Z [ OK ] LLVM.VecDouble_expm1Lane4Test (18 ms) 2022-09-27T16:20:44.2463231Z [ RUN ] LLVM.VecDouble_lgammaLane4Test 2022-09-27T16:20:44.2648450Z [ OK ] LLVM.VecDouble_lgammaLane4Test (18 ms) 2022-09-27T16:20:44.2648766Z [ RUN ] LLVM.VectorizerLoadStoreTest 2022-09-27T16:20:44.2829750Z [ OK ] LLVM.VectorizerLoadStoreTest (18 ms) 2022-09-27T16:20:44.2830056Z [ RUN ] LLVM.VectorizeBitCast 2022-09-27T16:20:44.3032573Z [ OK ] LLVM.VectorizeBitCast (20 ms) 2022-09-27T16:20:44.3032858Z [ RUN ] LLVM.MemcpyTest 2022-09-27T16:20:44.3229485Z [ OK ] LLVM.MemcpyTest (19 ms) 2022-09-27T16:20:44.3229760Z [ RUN ] LLVM.BzeroTest 2022-09-27T16:20:44.3423026Z [ OK ] LLVM.BzeroTest (19 ms) 2022-09-27T16:20:44.3423289Z [ RUN ] LLVM.ElemwiseAdd 2022-09-27T16:20:44.3902299Z [ OK ] LLVM.ElemwiseAdd (47 ms) 2022-09-27T16:20:44.3902588Z [ RUN ] LLVM.ElemwiseAddFloat 2022-09-27T16:20:44.4364193Z [ OK ] LLVM.ElemwiseAddFloat (46 ms) 2022-09-27T16:20:44.4364509Z [ RUN ] LLVM.ElemwiseLog10Float 2022-09-27T16:20:44.4587182Z [ OK ] LLVM.ElemwiseLog10Float (22 ms) 2022-09-27T16:20:44.4587491Z [ RUN ] LLVM.ElemwiseLog1pFloat 2022-09-27T16:20:44.4808736Z [ OK ] LLVM.ElemwiseLog1pFloat (22 ms) 2022-09-27T16:20:44.4809176Z [ RUN ] LLVM.ElemwiseMaxInt 2022-09-27T16:20:44.5125182Z [ OK ] LLVM.ElemwiseMaxInt (31 ms) 2022-09-27T16:20:44.5125506Z [ RUN ] LLVM.ElemwiseMinInt 2022-09-27T16:20:44.5443134Z [ OK ] LLVM.ElemwiseMinInt (31 ms) 2022-09-27T16:20:44.5443672Z [ RUN ] LLVM.ElemwiseMaxFloat 2022-09-27T16:20:44.5723705Z [ OK ] LLVM.ElemwiseMaxFloat (27 ms) 2022-09-27T16:20:44.5724149Z [ RUN ] LLVM.ElemwiseMaxNaNFloat 2022-09-27T16:20:44.6004854Z [ OK ] LLVM.ElemwiseMaxNaNFloat (28 ms) 2022-09-27T16:20:44.6005203Z [ RUN ] LLVM.ElemwiseMinFloat 2022-09-27T16:20:44.6284495Z [ OK ] LLVM.ElemwiseMinFloat (27 ms) 2022-09-27T16:20:44.6284830Z [ RUN ] LLVM.ElemwiseMinNaNFloat 2022-09-27T16:20:44.6565449Z [ OK ] LLVM.ElemwiseMinNaNFloat (28 ms) 2022-09-27T16:20:44.6565760Z [ RUN ] LLVM.ElemwiseMod 2022-09-27T16:20:44.6831231Z [ OK ] LLVM.ElemwiseMod (26 ms) 2022-09-27T16:20:44.6831539Z [ RUN ] LLVM.CompareSelectIntEQ 2022-09-27T16:20:44.7158983Z [ OK ] LLVM.CompareSelectIntEQ (32 ms) 2022-09-27T16:20:44.7159319Z [ RUN ] LLVM.CompareSelectFloatEQ 2022-09-27T16:20:44.7487769Z [ OK ] LLVM.CompareSelectFloatEQ (32 ms) 2022-09-27T16:20:44.7488093Z [ RUN ] LLVM.CompareSelectByteGT 2022-09-27T16:20:44.7817001Z [ OK ] LLVM.CompareSelectByteGT (32 ms) 2022-09-27T16:20:44.7817313Z [ RUN ] LLVM.CompareSelectByteGE 2022-09-27T16:20:44.8144901Z [ OK ] LLVM.CompareSelectByteGE (32 ms) 2022-09-27T16:20:44.8145211Z [ RUN ] LLVM.CompareSelectByteLT 2022-09-27T16:20:44.8469944Z [ OK ] LLVM.CompareSelectByteLT (32 ms) 2022-09-27T16:20:44.8470278Z [ RUN ] LLVM.CompareSelectByteLE 2022-09-27T16:20:44.8792312Z [ OK ] LLVM.CompareSelectByteLE (32 ms) 2022-09-27T16:20:44.8792592Z [ RUN ] LLVM.StoreFloat 2022-09-27T16:20:44.8969382Z [ OK ] LLVM.StoreFloat (17 ms) 2022-09-27T16:20:44.8969646Z [ RUN ] LLVM.SimpleMath01 2022-09-27T16:20:44.9330928Z [ OK ] LLVM.SimpleMath01 (36 ms) 2022-09-27T16:20:44.9331196Z [ RUN ] LLVM.ComputeMul 2022-09-27T16:20:44.9793386Z [ OK ] LLVM.ComputeMul (46 ms) 2022-09-27T16:20:44.9793645Z [ RUN ] LLVM.BroadcastAdd 2022-09-27T16:20:45.0896962Z [ OK ] LLVM.BroadcastAdd (110 ms) 2022-09-27T16:20:45.0897246Z [ RUN ] LLVM.BitwiseOps 2022-09-27T16:20:45.1076346Z [ OK ] LLVM.BitwiseOps (17 ms) 2022-09-27T16:20:45.1076645Z [ RUN ] LLVM.ArithmeticRightShift 2022-09-27T16:20:45.1252270Z [ OK ] LLVM.ArithmeticRightShift (17 ms) 2022-09-27T16:20:45.1252552Z [ RUN ] LLVM.LogicalRightShift 2022-09-27T16:20:45.1428500Z [ OK ] LLVM.LogicalRightShift (17 ms) 2022-09-27T16:20:45.1428834Z [ RUN ] LLVM.DynamicShapeAdd 2022-09-27T16:20:45.2712430Z [ OK ] LLVM.DynamicShapeAdd (128 ms) 2022-09-27T16:20:45.2712743Z [ RUN ] LLVM.BindDynamicShapeAdd 2022-09-27T16:20:45.3985113Z [ OK ] LLVM.BindDynamicShapeAdd (127 ms) 2022-09-27T16:20:45.3985439Z [ RUN ] LLVM.TensorDynamicShapeAdd 2022-09-27T16:20:45.5264877Z [ OK ] LLVM.TensorDynamicShapeAdd (127 ms) 2022-09-27T16:20:45.5265183Z [ RUN ] LLVM.DynamicShape2D 2022-09-27T16:20:45.7401082Z [ OK ] LLVM.DynamicShape2D (213 ms) 2022-09-27T16:20:45.7401593Z [ RUN ] LLVM.EmptyStmt 2022-09-27T16:20:45.7571521Z [ OK ] LLVM.EmptyStmt (17 ms) 2022-09-27T16:20:45.7572024Z [ RUN ] LLVM.EliminatedStmt 2022-09-27T16:20:45.7741821Z [ OK ] LLVM.EliminatedStmt (17 ms) 2022-09-27T16:20:45.7742350Z [ RUN ] LLVM.SimpleReduction 2022-09-27T16:20:45.8549004Z [ OK ] LLVM.SimpleReduction (80 ms) 2022-09-27T16:20:45.8549543Z [ RUN ] LLVM.RFactorReduction 2022-09-27T16:20:45.8862414Z [ OK ] LLVM.RFactorReduction (31 ms) 2022-09-27T16:20:45.8862944Z [ RUN ] LLVM.RFactorVectorizedReduction 2022-09-27T16:20:45.9346952Z [ OK ] LLVM.RFactorVectorizedReduction (48 ms) 2022-09-27T16:20:45.9347353Z [ RUN ] LLVM.SimpleParallelSS 2022-09-27T16:20:45.9581812Z [ OK ] LLVM.SimpleParallelSS (23 ms) 2022-09-27T16:20:45.9582351Z [ RUN ] LLVM.SimpleParallelSP 2022-09-27T16:20:45.9835811Z [ OK ] LLVM.SimpleParallelSP (25 ms) 2022-09-27T16:20:45.9836353Z [ RUN ] LLVM.SimpleParallelPS 2022-09-27T16:20:46.0099364Z [ OK ] LLVM.SimpleParallelPS (26 ms) 2022-09-27T16:20:46.0099914Z [ RUN ] LLVM.SimpleParallelPP 2022-09-27T16:20:46.0358035Z [ OK ] LLVM.SimpleParallelPP (25 ms) 2022-09-27T16:20:46.0358589Z [ RUN ] LLVM.CompositeParallel 2022-09-27T16:20:49.0137854Z [ OK ] LLVM.CompositeParallel (2977 ms) 2022-09-27T16:20:49.0138382Z [ RUN ] LLVM.VectorizedGEMM 2022-09-27T16:20:49.0945387Z [ OK ] LLVM.VectorizedGEMM (80 ms) 2022-09-27T16:20:49.0945844Z [ RUN ] LLVM.CallRaw 2022-09-27T16:20:49.7395124Z [ OK ] LLVM.CallRaw (644 ms) 2022-09-27T16:20:49.7395643Z [ RUN ] LLVM.CustomTarget 2022-09-27T16:20:49.7621649Z [ OK ] LLVM.CustomTarget (22 ms) 2022-09-27T16:20:49.7621971Z [ RUN ] LLVM.CodeGenKernelFuncName 2022-09-27T16:20:49.7979768Z [ OK ] LLVM.CodeGenKernelFuncName (35 ms) 2022-09-27T16:20:49.7980221Z [----------] 150 tests from LLVM (7656 ms total) 2022-09-27T16:20:49.7980384Z 2022-09-27T16:20:49.7980553Z [----------] Global test environment tear-down 2022-09-27T16:20:49.8076219Z [==========] 799 tests from 25 test suites ran. (24156 ms total) 2022-09-27T16:20:49.8076520Z [ PASSED ] 799 tests. 2022-09-27T16:20:49.8076649Z 2022-09-27T16:20:49.8076776Z  YOU HAVE 5 DISABLED TESTS 2022-09-27T16:20:49.8076899Z 2022-09-27T16:20:49.8713980Z + [[ linux-bionic-py3.7-clang9 == pytorch-linux-xenial-py3* ]] 2022-09-27T16:20:49.8714442Z + assert_git_not_dirty 2022-09-27T16:20:49.8714718Z + [[ linux-bionic-py3.7-clang9 != *rocm* ]] 2022-09-27T16:20:49.8715015Z + [[ linux-bionic-py3.7-clang9 != *xla* ]] 2022-09-27T16:20:49.8716696Z ++ git status --porcelain 2022-09-27T16:20:49.9522252Z + git_status= 2022-09-27T16:20:49.9522680Z + [[ -n '' ]] 2022-09-27T16:20:49.9522922Z + test_aot_compilation 2022-09-27T16:20:49.9523353Z + echo 'Testing Ahead of Time compilation' 2022-09-27T16:20:49.9523788Z Testing Ahead of Time compilation 2022-09-27T16:20:49.9524301Z + 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:20:49.9533972Z + 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:20:49.9542242Z + TEST_REPORTS_DIR=test/test-reports/cpp-unittest/test_aot_compilation 2022-09-27T16:20:49.9542889Z + mkdir -p test/test-reports/cpp-unittest/test_aot_compilation 2022-09-27T16:20:49.9552344Z + '[' -f /opt/conda/lib/python3.7/site-packages/torch/bin/test_mobile_nnc ']' 2022-09-27T16:20:49.9553204Z + /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:20:50.1868552Z Note: Google Test filter = *-*_CUDA:*_MultiCUDA 2022-09-27T16:20:50.1869031Z [==========] Running 6 tests from 2 test suites. 2022-09-27T16:20:50.1869353Z [----------] Global test environment set-up. 2022-09-27T16:20:50.1869648Z [----------] 4 tests from Function 2022-09-27T16:20:50.1869915Z [ RUN ] Function.ExecuteSlowMul 2022-09-27T16:20:50.2056318Z [ OK ] Function.ExecuteSlowMul (18 ms) 2022-09-27T16:20:50.2056635Z [ RUN ] Function.Serialization 2022-09-27T16:20:50.2057017Z [ OK ] Function.Serialization (0 ms) 2022-09-27T16:20:50.2057284Z [ RUN ] Function.ValidInput 2022-09-27T16:20:50.2057564Z [ OK ] Function.ValidInput (0 ms) 2022-09-27T16:20:50.2057844Z [ RUN ] Function.InvalidInput 2022-09-27T16:20:50.2065059Z [ OK ] Function.InvalidInput (0 ms) 2022-09-27T16:20:50.2065488Z [----------] 4 tests from Function (19 ms total) 2022-09-27T16:20:50.2065739Z 2022-09-27T16:20:50.2066005Z [----------] 2 tests from MobileNNCRegistryTest 2022-09-27T16:20:50.2066333Z [ RUN ] MobileNNCRegistryTest.FindAndRun 2022-09-27T16:20:50.2066715Z [ OK ] MobileNNCRegistryTest.FindAndRun (0 ms) 2022-09-27T16:20:50.2067056Z [ RUN ] MobileNNCRegistryTest.NoKernel 2022-09-27T16:20:50.2067450Z [ OK ] MobileNNCRegistryTest.NoKernel (0 ms) 2022-09-27T16:20:50.2067875Z [----------] 2 tests from MobileNNCRegistryTest (0 ms total) 2022-09-27T16:20:50.2068056Z 2022-09-27T16:20:50.2068283Z [----------] Global test environment tear-down 2022-09-27T16:20:50.2068844Z [==========] 6 tests from 2 test suites ran. (19 ms total) 2022-09-27T16:20:50.2069179Z [ PASSED ] 6 tests. 2022-09-27T16:20:50.2069290Z 2022-09-27T16:20:50.2069411Z  YOU HAVE 1 DISABLED TEST 2022-09-27T16:20:50.2069532Z 2022-09-27T16:20:50.2611037Z + '[' -f /opt/conda/lib/python3.7/site-packages/torch/bin/aot_model_compiler_test ']' 2022-09-27T16:20:50.2611348Z + source test/mobile/nnc/test_aot_compile.sh 2022-09-27T16:20:50.2611662Z ++ set -e -o pipefail 2022-09-27T16:20:50.2614775Z +++ python -c 'import site; print(site.getsitepackages()[0])' 2022-09-27T16:20:50.2784380Z ++ TORCH_INSTALL_DIR=/opt/conda/lib/python3.7/site-packages/torch 2022-09-27T16:20:50.2784782Z ++ TORCH_BIN_DIR=/opt/conda/lib/python3.7/site-packages/torch/bin 2022-09-27T16:20:50.2786139Z +++ dirname test/mobile/nnc/test_aot_compile.sh 2022-09-27T16:20:50.2796570Z ++ CURRENT_DIR=test/mobile/nnc 2022-09-27T16:20:50.2796790Z ++ MODEL=aot_test_model.pt 2022-09-27T16:20:50.2797022Z ++ COMPILED_MODEL=aot_test_model.compiled.pt 2022-09-27T16:20:50.2797277Z ++ COMPILED_CODE=aot_test_model.compiled.ll 2022-09-27T16:20:50.2799469Z +++ mktemp -d -t build_XXX 2022-09-27T16:20:50.2833628Z ++ TMP_DIR=/tmp/build_1Et 2022-09-27T16:20:50.2834838Z + test_custom_script_ops 2022-09-27T16:20:50.2835343Z + [[ linux-bionic-py3.7-clang9 != *asan* ]] 2022-09-27T16:20:50.2835869Z + echo 'Testing custom script operators' 2022-09-27T16:20:50.2836290Z Testing custom script operators 2022-09-27T16:20:50.2836856Z + CUSTOM_OP_BUILD=/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build 2022-09-27T16:20:50.2837250Z + pushd test/custom_operator 2022-09-27T16:20:50.2837695Z ~/workspace/test/custom_operator ~/workspace 2022-09-27T16:20:50.2838271Z + cp -a /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build build 2022-09-27T16:20:50.2940761Z + python test_custom_ops.py -v 2022-09-27T16:20:51.4419155Z Test results will be stored in test-reports/python-unittest/test_custom_ops 2022-09-27T16:20:51.4430137Z 2022-09-27T16:20:51.4430246Z Running tests... 2022-09-27T16:20:51.4430687Z ---------------------------------------------------------------------- 2022-09-27T16:20:51.4469399Z test_calling_custom_op (__main__.TestCustomOperators) ... ok (0.004s) 2022-09-27T16:20:51.4887966Z test_calling_custom_op_inside_script_module (__main__.TestCustomOperators) ... ok (0.042s) 2022-09-27T16:20:51.4894787Z test_calling_custom_op_string (__main__.TestCustomOperators) ... ok (0.001s) 2022-09-27T16:20:51.4915908Z 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:20:51.4916842Z allow_unreachable=True, accumulate_grad=True) # Calls into the C++ engine to run the backward pass 2022-09-27T16:20:51.4928412Z ok (0.003s) 2022-09-27T16:20:51.4937005Z test_calling_custom_op_with_autograd_in_nograd_mode (__main__.TestCustomOperators) ... ok (0.001s) 2022-09-27T16:20:51.4941496Z test_custom_library_is_loaded (__main__.TestCustomOperators) ... ok (0.000s) 2022-09-27T16:20:51.5020290Z test_saving_and_loading_script_module_with_custom_op (__main__.TestCustomOperators) ... ok (0.008s) 2022-09-27T16:20:51.5020572Z 2022-09-27T16:20:51.5020888Z ---------------------------------------------------------------------- 2022-09-27T16:20:51.5021145Z Ran 7 tests in 0.059s 2022-09-27T16:20:51.5021247Z 2022-09-27T16:20:51.5021319Z OK 2022-09-27T16:20:51.5021412Z 2022-09-27T16:20:51.5021497Z Generating XML reports... 2022-09-27T16:20:51.5052722Z Generated XML report: test-reports/python-unittest/test_custom_ops/TEST-TestCustomOperators-20220927162051.xml 2022-09-27T16:20:51.7104854Z + python model.py --export-script-module=model.pt 2022-09-27T16:20:52.8808239Z + build/test_custom_ops ./model.pt 2022-09-27T16:20:53.1259141Z [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:20:53.1742616Z ok 2022-09-27T16:20:53.2345531Z + popd 2022-09-27T16:20:53.2345822Z ~/workspace 2022-09-27T16:20:53.2346145Z + assert_git_not_dirty 2022-09-27T16:20:53.2346722Z + [[ linux-bionic-py3.7-clang9 != *rocm* ]] 2022-09-27T16:20:53.2347198Z + [[ linux-bionic-py3.7-clang9 != *xla* ]] 2022-09-27T16:20:53.2349651Z ++ git status --porcelain 2022-09-27T16:20:53.3163188Z + git_status= 2022-09-27T16:20:53.3163730Z + [[ -n '' ]] 2022-09-27T16:20:53.3164041Z + test_custom_backend 2022-09-27T16:20:53.3164498Z + [[ linux-bionic-py3.7-clang9 != *asan* ]] 2022-09-27T16:20:53.3164896Z + echo 'Testing custom backends' 2022-09-27T16:20:53.3165216Z Testing custom backends 2022-09-27T16:20:53.3165779Z + CUSTOM_BACKEND_BUILD=/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build 2022-09-27T16:20:53.3166062Z + pushd test/custom_backend 2022-09-27T16:20:53.3166269Z ~/workspace/test/custom_backend ~/workspace 2022-09-27T16:20:53.3166637Z + cp -a /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build build 2022-09-27T16:20:53.3209712Z + python test_custom_backend.py -v 2022-09-27T16:20:54.4749544Z Test results will be stored in test-reports/python-unittest/test_custom_backend 2022-09-27T16:20:54.4760660Z 2022-09-27T16:20:54.4760756Z Running tests... 2022-09-27T16:20:54.4761197Z ---------------------------------------------------------------------- 2022-09-27T16:20:54.4767894Z test_execute (__main__.TestCustomBackend) 2022-09-27T16:20:54.5252839Z Test execution using the custom backend. ... ok (0.049s) 2022-09-27T16:20:54.5261283Z test_save_load (__main__.TestCustomBackend) 2022-09-27T16:20:54.5439880Z Test that a lowered module can be executed correctly ... ok (0.018s) 2022-09-27T16:20:54.5442202Z 2022-09-27T16:20:54.5442560Z ---------------------------------------------------------------------- 2022-09-27T16:20:54.5442864Z Ran 2 tests in 0.068s 2022-09-27T16:20:54.5442982Z 2022-09-27T16:20:54.5443044Z OK 2022-09-27T16:20:54.5443139Z 2022-09-27T16:20:54.5443231Z Generating XML reports... 2022-09-27T16:20:54.5470724Z Generated XML report: test-reports/python-unittest/test_custom_backend/TEST-TestCustomBackend-20220927162054.xml 2022-09-27T16:20:54.7524462Z + python backend.py --export-module-to=model.pt 2022-09-27T16:20:55.9583958Z + build/test_custom_backend ./model.pt 2022-09-27T16:20:56.1822578Z Testing custom_backend 2022-09-27T16:20:56.2558931Z OK 2022-09-27T16:20:56.3122467Z + rm -f ./model.pt 2022-09-27T16:20:56.3156843Z + popd 2022-09-27T16:20:56.3157138Z ~/workspace 2022-09-27T16:20:56.3157436Z + assert_git_not_dirty 2022-09-27T16:20:56.3157964Z + [[ linux-bionic-py3.7-clang9 != *rocm* ]] 2022-09-27T16:20:56.3158413Z + [[ linux-bionic-py3.7-clang9 != *xla* ]] 2022-09-27T16:20:56.3161608Z ++ git status --porcelain 2022-09-27T16:20:56.3948260Z + git_status= 2022-09-27T16:20:56.3948640Z + [[ -n '' ]] 2022-09-27T16:20:56.3948824Z + test_torch_function_benchmark 2022-09-27T16:20:56.3949120Z + echo 'Testing __torch_function__ benchmarks' 2022-09-27T16:20:56.3949353Z Testing __torch_function__ benchmarks 2022-09-27T16:20:56.3949571Z + pushd benchmarks/overrides_benchmark 2022-09-27T16:20:56.3949839Z ~/workspace/benchmarks/overrides_benchmark ~/workspace 2022-09-27T16:20:56.3950129Z + python bench.py -n 1 -m 2 2022-09-27T16:20:57.3767651Z Type tensor had a minimum time of 0.0059604644775390625 us and a standard deviation of 0.17785970703698695 us. 2022-09-27T16:20:57.3768233Z Type SubTensor had a minimum time of 0.0152587890625 us and a standard deviation of 0.037257814256008714 us. 2022-09-27T16:20:57.3769354Z Type WithTorchFunction had a minimum time of 0.0095367431640625 us and a standard deviation of 0.019556136976461858 us. 2022-09-27T16:20:57.3770479Z Type SubWithTorchFunction had a minimum time of 0.0247955322265625 us and a standard deviation of 0.003540335228535696 us. 2022-09-27T16:20:57.5578534Z + python pyspybench.py Tensor -n 1 2022-09-27T16:20:58.7009344Z + python pyspybench.py SubTensor -n 1 2022-09-27T16:20:59.8550316Z + python pyspybench.py WithTorchFunction -n 1 2022-09-27T16:21:01.0088191Z + python pyspybench.py SubWithTorchFunction -n 1 2022-09-27T16:21:02.1668869Z + popd 2022-09-27T16:21:02.1669121Z ~/workspace 2022-09-27T16:21:02.1669306Z + assert_git_not_dirty 2022-09-27T16:21:02.1669677Z + [[ linux-bionic-py3.7-clang9 != *rocm* ]] 2022-09-27T16:21:02.1669971Z + [[ linux-bionic-py3.7-clang9 != *xla* ]] 2022-09-27T16:21:02.1671759Z ++ git status --porcelain 2022-09-27T16:21:02.2490131Z + git_status= 2022-09-27T16:21:02.2490563Z + [[ -n '' ]] 2022-09-27T16:21:02.2552370Z Prepare all required actions 2022-09-27T16:21:02.2552686Z Getting action download info 2022-09-27T16:21:02.4345093Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-09-27T16:21:02.4345314Z with: 2022-09-27T16:21:02.4345640Z github-token: *** 2022-09-27T16:21:02.4345813Z env: 2022-09-27T16:21:02.4345987Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:21:02.4346158Z ##[endgroup] 2022-09-27T16:21:02.4372366Z ##[group]Run nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767 2022-09-27T16:21:02.4372600Z with: 2022-09-27T16:21:02.4372745Z shell: bash 2022-09-27T16:21:02.4372920Z timeout_minutes: 10 2022-09-27T16:21:02.4373098Z max_attempts: 5 2022-09-27T16:21:02.4373264Z retry_wait_seconds: 30 2022-09-27T16:21:02.4373653Z 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:02.4374058Z polling_interval_seconds: 1 2022-09-27T16:21:02.4374238Z warning_on_retry: true 2022-09-27T16:21:02.4374423Z continue_on_error: false 2022-09-27T16:21:02.4374594Z env: 2022-09-27T16:21:02.4374751Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:21:02.4375055Z GITHUB_TOKEN: *** 2022-09-27T16:21:02.4375226Z ##[endgroup] 2022-09-27T16:21:02.4788795Z 2022-09-27T16:21:02.4830616Z + python3 -m pip install requests==2.26.0 2022-09-27T16:21:02.6898734Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T16:21:02.7074180Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2022-09-27T16:21:02.7203580Z 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:02.7215125Z 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:02.7223573Z 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:02.7242304Z 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:02.8945877Z ++ python3 .github/scripts/get_workflow_job_id.py 3133193930 i-052f3a41328ee0e6e 2022-09-27T16:21:06.7383517Z + GHA_WORKFLOW_JOB_ID=8576163923 2022-09-27T16:21:06.7384023Z + echo '::set-output name=job-id::8576163923' 2022-09-27T16:21:07.4885375Z Command completed after 1 attempt(s). 2022-09-27T16:21:07.4885555Z 2022-09-27T16:21:07.4989541Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2022-09-27T16:21:07.4989772Z kill "$MONITOR_SCRIPT_PID" 2022-09-27T16:21:07.5002181Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:21:07.5002399Z env: 2022-09-27T16:21:07.5002574Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:21:07.5002761Z MONITOR_SCRIPT_PID: 12630 2022-09-27T16:21:07.5002945Z ##[endgroup] 2022-09-27T16:21:07.5086170Z Prepare all required actions 2022-09-27T16:21:07.5086416Z Getting action download info 2022-09-27T16:21:07.7527322Z Download action repository 'actions/upload-artifact@v2' (SHA:82c141cc518b40d92cc801eee768e7aafc9c2fa2) 2022-09-27T16:21:07.9128064Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-09-27T16:21:07.9128434Z with: 2022-09-27T16:21:07.9128680Z file-suffix: test-default-2-2-linux.2xlarge_8576163923 2022-09-27T16:21:07.9128931Z env: 2022-09-27T16:21:07.9129287Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:21:07.9129493Z ##[endgroup] 2022-09-27T16:21:07.9155137Z ##[group]Run # Remove any previous test jsons if they exist 2022-09-27T16:21:07.9155466Z # Remove any previous test jsons if they exist 2022-09-27T16:21:07.9155726Z rm -f test-jsons-*.zip 2022-09-27T16:21:07.9155991Z zip -r "test-jsons-${FILE_SUFFIX}.zip" test -i '*.json' 2022-09-27T16:21:07.9167704Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:21:07.9167987Z env: 2022-09-27T16:21:07.9168287Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:21:07.9168565Z FILE_SUFFIX: test-default-2-2-linux.2xlarge_8576163923 2022-09-27T16:21:07.9168821Z ##[endgroup] 2022-09-27T16:21:07.9305416Z adding: test/allowlist_for_publicAPI.json (deflated 80%) 2022-09-27T16:21:07.9332030Z adding: test/benchmark_utils/callgrind_artifacts.json (deflated 92%) 2022-09-27T16:21:07.9337858Z adding: test/profiler/profiler_utils_mock_events.json (deflated 87%) 2022-09-27T16:21:07.9338802Z adding: test/.pytorch-slow-tests.json (deflated 75%) 2022-09-27T16:21:07.9344078Z adding: test/.pytorch-disabled-tests.json (deflated 85%) 2022-09-27T16:21:07.9363118Z ##[group]Run # Remove any previous test reports if they exist 2022-09-27T16:21:07.9363410Z # Remove any previous test reports if they exist 2022-09-27T16:21:07.9363647Z rm -f test-reports-*.zip 2022-09-27T16:21:07.9363882Z zip -r "test-reports-${FILE_SUFFIX}.zip" test -i '*.xml' 2022-09-27T16:21:07.9375154Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:21:07.9375373Z env: 2022-09-27T16:21:07.9375545Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:21:07.9375775Z FILE_SUFFIX: test-default-2-2-linux.2xlarge_8576163923 2022-09-27T16:21:07.9375998Z ##[endgroup] 2022-09-27T16:21:07.9475532Z adding: test/custom_backend/test-reports/python-unittest/test_custom_backend/TEST-TestCustomBackend-20220927162054.xml (deflated 56%) 2022-09-27T16:21:07.9476150Z adding: test/custom_operator/test-reports/python-unittest/test_custom_ops/TEST-TestCustomOperators-20220927162051.xml (deflated 65%) 2022-09-27T16:21:07.9490683Z adding: test/test-reports/python-pytest/test_ops_jit/test_ops_jit.xml (deflated 94%) 2022-09-27T16:21:07.9625199Z adding: test/test-reports/python-pytest/test_ops_gradients/test_ops_gradients.xml (deflated 97%) 2022-09-27T16:21:07.9710593Z adding: test/test-reports/python-unittest/test_decomp/TEST-TestDecompCPU-20220927153538.xml (deflated 96%) 2022-09-27T16:21:07.9711374Z adding: test/test-reports/python-unittest/test_schema_check/TEST-TestSchemaCheck-20220927154708.xml (deflated 85%) 2022-09-27T16:21:07.9772931Z adding: test/test-reports/python-unittest/test_schema_check/TEST-TestSchemaCheckModeOpInfoCPU-20220927154708.xml (deflated 97%) 2022-09-27T16:21:07.9773517Z adding: test/test-reports/python-unittest/test_proxy_tensor/TEST-TestFakeProxyTensor-20220927155225.xml (deflated 63%) 2022-09-27T16:21:07.9774076Z adding: test/test-reports/python-unittest/test_proxy_tensor/TEST-TestGenericProxyTensorFake-20220927155225.xml (deflated 85%) 2022-09-27T16:21:07.9774739Z adding: test/test-reports/python-unittest/test_proxy_tensor/TEST-TestGenericProxyTensorReal-20220927155225.xml (deflated 85%) 2022-09-27T16:21:07.9775874Z adding: test/test-reports/python-unittest/test_proxy_tensor/TEST-TestGenericProxyTensorSymbolic-20220927155225.xml (deflated 83%) 2022-09-27T16:21:07.9812267Z adding: test/test-reports/python-unittest/test_proxy_tensor/TEST-TestProxyTensorOpInfoCPU-20220927155225.xml (deflated 94%) 2022-09-27T16:21:07.9812837Z adding: test/test-reports/python-unittest/test_proxy_tensor/TEST-TestSymbolicTracing-20220927155225.xml (deflated 72%) 2022-09-27T16:21:07.9827231Z adding: test/test-reports/python-unittest/test_linalg/TEST-TestLinalgCPU-20220927155510.xml (deflated 93%) 2022-09-27T16:21:07.9828600Z adding: test/test-reports/python-unittest/test_fx_experimental/TEST-TestFXExperimental-20220927155640.xml (deflated 79%) 2022-09-27T16:21:07.9841983Z adding: test/test-reports/python-unittest/test_fx_experimental/TEST-TestNormalizeOperatorsCPU-20220927155640.xml (deflated 94%) 2022-09-27T16:21:07.9843416Z adding: test/test-reports/python-unittest/test_tensorexpr/TEST-TestTensorExprFuser-20220927155730.xml (deflated 88%) 2022-09-27T16:21:07.9847566Z adding: test/test-reports/python-unittest/test_sparse/TEST-TestSparseCPU-20220927155810.xml (deflated 91%) 2022-09-27T16:21:07.9849960Z adding: test/test-reports/python-unittest/test_sparse/TEST-TestSparseMaskedReductionsCPU-20220927155810.xml (deflated 97%) 2022-09-27T16:21:07.9850503Z adding: test/test-reports/python-unittest/test_sparse/TEST-TestSparseMeta-20220927155810.xml (deflated 40%) 2022-09-27T16:21:07.9860703Z adding: test/test-reports/python-unittest/test_sparse/TEST-TestSparseUnaryUfuncsCPU-20220927155810.xml (deflated 98%) 2022-09-27T16:21:07.9861242Z adding: test/test-reports/python-unittest/test_sparse/TEST-TestSparseOneOff-20220927155810.xml (deflated 58%) 2022-09-27T16:21:07.9861753Z adding: test/test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyDynamicOps-20220927155830.xml (deflated 40%) 2022-09-27T16:21:07.9864390Z adding: test/test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyOpInfoCPU-20220927155830.xml (deflated 95%) 2022-09-27T16:21:07.9864915Z adding: test/test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyTensor-20220927155830.xml (deflated 58%) 2022-09-27T16:21:07.9865454Z adding: test/test-reports/python-unittest/profiler.test_profiler/TEST-TestExecutionGraph-20220927155846.xml (deflated 72%) 2022-09-27T16:21:07.9866436Z adding: test/test-reports/python-unittest/profiler.test_profiler/TEST-TestExperimentalUtils-20220927155846.xml (deflated 82%) 2022-09-27T16:21:07.9867033Z adding: test/test-reports/python-unittest/profiler.test_profiler/TEST-TestProfiler-20220927155846.xml (deflated 72%) 2022-09-27T16:21:07.9867581Z adding: test/test-reports/python-unittest/profiler.test_profiler/TEST-TestRecordFunction-20220927155846.xml (deflated 69%) 2022-09-27T16:21:07.9868144Z adding: test/test-reports/python-unittest/profiler.test_profiler/TEST-TestTorchTidyProfiler-20220927155846.xml (deflated 77%) 2022-09-27T16:21:07.9868841Z adding: test/test-reports/python-unittest/profiler.test_profiler/TEST-TestProfilerCUDA-20220927155846.xml (deflated 56%) 2022-09-27T16:21:07.9869364Z adding: test/test-reports/python-unittest/test_maskedtensor/TEST-TestBinary-20220927155851.xml (deflated 95%) 2022-09-27T16:21:07.9869866Z adding: test/test-reports/python-unittest/test_maskedtensor/TEST-TestMatMul-20220927155851.xml (deflated 54%) 2022-09-27T16:21:07.9870468Z adding: test/test-reports/python-unittest/test_maskedtensor/TEST-TestReductions-20220927155851.xml (deflated 81%) 2022-09-27T16:21:07.9871781Z adding: test/test-reports/python-unittest/test_maskedtensor/TEST-TestUnary-20220927155851.xml (deflated 96%) 2022-09-27T16:21:07.9872304Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestBroadcastAllOverride-20220927155853.xml (deflated 42%) 2022-09-27T16:21:07.9872882Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestDisabledTorchFunction-20220927155853.xml (deflated 41%) 2022-09-27T16:21:07.9873433Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestEinsumOverride-20220927155853.xml (deflated 41%) 2022-09-27T16:21:07.9873972Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestGradCheckOverride-20220927155853.xml (deflated 41%) 2022-09-27T16:21:07.9874586Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestGradNewOnesOverride-20220927155853.xml (deflated 42%) 2022-09-27T16:21:07.9875114Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestIndexing-20220927155853.xml (deflated 73%) 2022-09-27T16:21:07.9875612Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestIterator-20220927155853.xml (deflated 40%) 2022-09-27T16:21:07.9876114Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestNamedTuple-20220927155853.xml (deflated 40%) 2022-09-27T16:21:07.9876591Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestPickle-20220927155853.xml (deflated 40%) 2022-09-27T16:21:07.9877065Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestRNN-20220927155853.xml (deflated 38%) 2022-09-27T16:21:07.9877555Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestResolveName-20220927155853.xml (deflated 40%) 2022-09-27T16:21:07.9878085Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionMode-20220927155853.xml (deflated 87%) 2022-09-27T16:21:07.9889707Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionOverride-20220927155853.xml (deflated 96%) 2022-09-27T16:21:07.9890283Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestTorchFunctionWarning-20220927155853.xml (deflated 41%) 2022-09-27T16:21:07.9890838Z adding: test/test-reports/python-unittest/test_overrides/TEST-TestWrapTorchFunction-20220927155853.xml (deflated 41%) 2022-09-27T16:21:07.9891794Z adding: test/test-reports/python-unittest/test_transformers/TEST-TestTransformers-20220927155856.xml (deflated 89%) 2022-09-27T16:21:07.9892314Z adding: test/test-reports/python-unittest/test_prims/TEST-TestPrimsBasic-20220927155859.xml (deflated 52%) 2022-09-27T16:21:07.9892951Z adding: test/test-reports/python-unittest/test_prims/TEST-TestPrimsCPU-20220927155859.xml (deflated 90%) 2022-09-27T16:21:07.9893437Z adding: test/test-reports/python-unittest/test_prims/TEST-TestRefsCPU-20220927155859.xml (deflated 38%) 2022-09-27T16:21:07.9893927Z adding: test/test-reports/python-unittest/test_prims/TEST-TestDecompCPU-20220927155859.xml (deflated 59%) 2022-09-27T16:21:07.9894461Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestCircularSerialization-20220927155903.xml (deflated 54%) 2022-09-27T16:21:07.9894978Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestDataChunk-20220927155903.xml (deflated 76%) 2022-09-27T16:21:07.9895690Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestFunctionalIterDataPipe-20220927155903.xml (deflated 85%) 2022-09-27T16:21:07.9896374Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestFunctionalMapDataPipe-20220927155903.xml (deflated 71%) 2022-09-27T16:21:07.9896897Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestGraph-20220927155903.xml (deflated 67%) 2022-09-27T16:21:07.9897466Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeCountSampleYielded-20220927155903.xml (deflated 76%) 2022-09-27T16:21:07.9898094Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeGraphFastForward-20220927155903.xml (deflated 66%) 2022-09-27T16:21:07.9898713Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeSingletonConstraint-20220927155903.xml (deflated 74%) 2022-09-27T16:21:07.9899321Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestIterableDataPipeBasic-20220927155903.xml (deflated 70%) 2022-09-27T16:21:07.9899844Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestSharding-20220927155903.xml (deflated 61%) 2022-09-27T16:21:07.9900356Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestStreamWrapper-20220927155903.xml (deflated 69%) 2022-09-27T16:21:07.9900844Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestTyping-20220927155903.xml (deflated 80%) 2022-09-27T16:21:07.9901415Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestCaptureDataFrame-20220927155903.xml (deflated 43%) 2022-09-27T16:21:07.9901956Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestDataFramesPipes-20220927155903.xml (deflated 79%) 2022-09-27T16:21:07.9902477Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestSerialization-20220927155903.xml (deflated 59%) 2022-09-27T16:21:07.9902977Z adding: test/test-reports/python-unittest/test_dynamic_shapes/TEST-TestPySymInt-20220927155905.xml (deflated 82%) 2022-09-27T16:21:07.9903469Z adding: test/test-reports/python-unittest/test_subclass/TEST-TestSubclass-20220927155907.xml (deflated 91%) 2022-09-27T16:21:07.9903975Z adding: test/test-reports/python-unittest/test_fx_passes/TEST-TestFXGraphPasses-20220927155908.xml (deflated 90%) 2022-09-27T16:21:07.9904497Z adding: test/test-reports/python-unittest/test_fx_passes/TEST-TestFXMatcherUtils-20220927155908.xml (deflated 86%) 2022-09-27T16:21:07.9936665Z adding: test/test-reports/python-unittest/test_mps/TEST-TestConsistencyCPU-20220927155911.xml (deflated 98%) 2022-09-27T16:21:08.0061108Z adding: test/test-reports/python-unittest/test_unary_ufuncs/TEST-TestUnaryUfuncsCPU-20220927160639.xml (deflated 97%) 2022-09-27T16:21:08.0061682Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_alias_analysis.TestAliasAnalysis-20220927160915.xml (deflated 66%) 2022-09-27T16:21:08.0062218Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_async.TestAsync-20220927160915.xml (deflated 85%) 2022-09-27T16:21:08.0062732Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_aten_pow.TestAtenPow-20220927160915.xml (deflated 48%) 2022-09-27T16:21:08.0063256Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_autodiff.TestAutodiffJit-20220927160915.xml (deflated 74%) 2022-09-27T16:21:08.0063882Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing-20220927160915.xml (deflated 86%) 2022-09-27T16:21:08.0064476Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_backends.TestBackends-20220927160915.xml (deflated 74%) 2022-09-27T16:21:08.0065052Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_backends.TestBackendsWithCompiler-20220927160915.xml (deflated 59%) 2022-09-27T16:21:08.0065593Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_batch_mm.TestBatchMM-20220927160915.xml (deflated 81%) 2022-09-27T16:21:08.0066107Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_builtins.TestBuiltins-20220927160915.xml (deflated 70%) 2022-09-27T16:21:08.0066768Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_class_type.TestClassType-20220927160915.xml (deflated 84%) 2022-09-27T16:21:08.0067375Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_complex.TestComplex-20220927160915.xml (deflated 84%) 2022-09-27T16:21:08.0067944Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_custom_operators.TestCustomOperators-20220927160915.xml (deflated 83%) 2022-09-27T16:21:08.0068462Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_dce.TestDCE-20220927160915.xml (deflated 56%) 2022-09-27T16:21:08.0068995Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_dataclasses.TestDataclasses-20220927160915.xml (deflated 75%) 2022-09-27T16:21:08.0069576Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_device_analysis.TestDeviceAnalysis-20220927160915.xml (deflated 85%) 2022-09-27T16:21:08.0070264Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestDict-20220927160915.xml (deflated 82%) 2022-09-27T16:21:08.0071086Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_dtype_analysis.TestDtypeAnalysis-20220927160915.xml (deflated 69%) 2022-09-27T16:21:08.0072976Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_dtype_analysis.TestDtypeCustomRulesCPU-20220927160915.xml (deflated 96%) 2022-09-27T16:21:08.0073646Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_enum.TestEnum-20220927160915.xml (deflated 84%) 2022-09-27T16:21:08.0074175Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_export_modes.TestExportModes-20220927160915.xml (deflated 81%) 2022-09-27T16:21:08.0075110Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestFreezing-20220927160915.xml (deflated 89%) 2022-09-27T16:21:08.0075610Z adding: test/test-reports/python-unittest/test_jit/TEST-TestFrontend-20220927160915.xml (deflated 40%) 2022-09-27T16:21:08.0076471Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestFrozenOptimizations-20220927160915.xml (deflated 85%) 2022-09-27T16:21:08.0077084Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_functional_blocks.TestFunctionalBlocks-20220927160915.xml (deflated 51%) 2022-09-27T16:21:08.0077732Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_convert_activation.TestFunctionalToInplaceActivation-20220927160915.xml (deflated 73%) 2022-09-27T16:21:08.0078347Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_attr.TestGetDefaultAttr-20220927160915.xml (deflated 45%) 2022-09-27T16:21:08.0078938Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_graph_rewrite_passes.TestGraphRewritePasses-20220927160915.xml (deflated 52%) 2022-09-27T16:21:08.0079489Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_hash.TestHash-20220927160915.xml (deflated 79%) 2022-09-27T16:21:08.0079987Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_hooks.TestHooks-20220927160915.xml (deflated 87%) 2022-09-27T16:21:08.0080509Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_ignorable_args.TestIgnorableArgs-20220927160915.xml (deflated 62%) 2022-09-27T16:21:08.0081112Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_ignore_context_manager.TestIgnoreContextManager-20220927160915.xml (deflated 73%) 2022-09-27T16:21:08.0081790Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_convert_activation.TestInplaceToFunctionalActivation-20220927160915.xml (deflated 62%) 2022-09-27T16:21:08.0082405Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_isinstance.TestIsinstance-20220927160915.xml (deflated 90%) 2022-09-27T16:21:08.0083465Z adding: test/test-reports/python-unittest/test_jit/TEST-TestJit-20220927160915.xml (deflated 84%) 2022-09-27T16:21:08.0091092Z adding: test/test-reports/python-unittest/test_jit/TEST-TestJitGeneratedModule-20220927160915.xml (deflated 95%) 2022-09-27T16:21:08.0091628Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_jit_utils.TestJitUtils-20220927160915.xml (deflated 78%) 2022-09-27T16:21:08.0093338Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestList-20220927160915.xml (deflated 89%) 2022-09-27T16:21:08.0093849Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_logging.TestLogging-20220927160915.xml (deflated 76%) 2022-09-27T16:21:08.0094417Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestMKLDNNReinplacing-20220927160915.xml (deflated 69%) 2022-09-27T16:21:08.0094954Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_misc.TestMisc-20220927160915.xml (deflated 82%) 2022-09-27T16:21:08.0095648Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_tracer.TestMixTracingScripting-20220927160915.xml (deflated 84%) 2022-09-27T16:21:08.0096488Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_models.TestModels-20220927160915.xml (deflated 84%) 2022-09-27T16:21:08.0097010Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_module_apis.TestModuleAPIs-20220927160915.xml (deflated 68%) 2022-09-27T16:21:08.0097660Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_module_containers.TestModuleContainers-20220927160915.xml (deflated 84%) 2022-09-27T16:21:08.0098326Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_module_interface.TestModuleInterface-20220927160915.xml (deflated 86%) 2022-09-27T16:21:08.0098881Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_modules.TestModules-20220927160915.xml (deflated 49%) 2022-09-27T16:21:08.0099408Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestNamedTuple-20220927160915.xml (deflated 81%) 2022-09-27T16:21:08.0100086Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_backend_nnapi.TestNnapiBackend-20220927160915.xml (deflated 84%) 2022-09-27T16:21:08.0100691Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_op_decompositions.TestOpDecompositions-20220927160915.xml (deflated 64%) 2022-09-27T16:21:08.0101401Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo-20220927160915.xml (deflated 83%) 2022-09-27T16:21:08.0102078Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_parametrization.TestParametrization-20220927160915.xml (deflated 60%) 2022-09-27T16:21:08.0102637Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_peephole.TestPeephole-20220927160915.xml (deflated 89%) 2022-09-27T16:21:08.0103162Z adding: test/test-reports/python-unittest/test_jit/TEST-TestProducerVersion-20220927160915.xml (deflated 41%) 2022-09-27T16:21:08.0103693Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_profiler.TestProfiler-20220927160915.xml (deflated 81%) 2022-09-27T16:21:08.0104253Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_python_bindings.TestPythonBindings-20220927160915.xml (deflated 79%) 2022-09-27T16:21:08.0104844Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_python_builtins.TestPythonBuiltinOP-20220927160915.xml (deflated 86%) 2022-09-27T16:21:08.0105379Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_python_ir.TestPythonIr-20220927160915.xml (deflated 47%) 2022-09-27T16:21:08.0105936Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_recursive_script.TestRecursiveScript-20220927160915.xml (deflated 88%) 2022-09-27T16:21:08.0106517Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_remove_mutation.TestRemoveMutation-20220927160915.xml (deflated 80%) 2022-09-27T16:21:08.0107066Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_save_load.TestSaveLoad-20220927160915.xml (deflated 80%) 2022-09-27T16:21:08.0107647Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_save_load_for_op_version.TestSaveLoadForOpVersion-20220927160915.xml (deflated 82%) 2022-09-27T16:21:08.0119860Z adding: test/test-reports/python-unittest/test_jit/TEST-TestScript-20220927160915.xml (deflated 88%) 2022-09-27T16:21:08.0120724Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestScriptDict-20220927160915.xml (deflated 78%) 2022-09-27T16:21:08.0121366Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestScriptList-20220927160915.xml (deflated 83%) 2022-09-27T16:21:08.0122126Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation-20220927160915.xml (deflated 87%) 2022-09-27T16:21:08.0122791Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_script_profile.TestScriptProfile-20220927160915.xml (deflated 76%) 2022-09-27T16:21:08.0123324Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_slice.TestSlice-20220927160915.xml (deflated 86%) 2022-09-27T16:21:08.0123814Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_sparse.TestSparse-20220927160915.xml (deflated 72%) 2022-09-27T16:21:08.0124387Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_string_formatting.TestStringFormatting-20220927160915.xml (deflated 90%) 2022-09-27T16:21:08.0125140Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis-20220927160915.xml (deflated 88%) 2022-09-27T16:21:08.0125747Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_builtins.TestTensorBuiltins-20220927160915.xml (deflated 74%) 2022-09-27T16:21:08.0126323Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_tensor_creation_ops.TestTensorCreationOps-20220927160915.xml (deflated 80%) 2022-09-27T16:21:08.0126901Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_tensor_methods.TestTensorMethods-20220927160915.xml (deflated 61%) 2022-09-27T16:21:08.0127459Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_torchbind.TestTorchbind-20220927160915.xml (deflated 88%) 2022-09-27T16:21:08.0143071Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_tracer.TestTracer-20220927160915.xml (deflated 97%) 2022-09-27T16:21:08.0144157Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_type_sharing.TestTypeSharing-20220927160915.xml (deflated 82%) 2022-09-27T16:21:08.0144761Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_types.TestTypesAndAnnotation-20220927160915.xml (deflated 82%) 2022-09-27T16:21:08.0145654Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_typing.TestTyping-20220927160915.xml (deflated 89%) 2022-09-27T16:21:08.0146926Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_union.TestUnion-20220927160915.xml (deflated 87%) 2022-09-27T16:21:08.0147476Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_unsupported_ops.TestUnsupportedOps-20220927160915.xml (deflated 61%) 2022-09-27T16:21:08.0148020Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_upgraders.TestUpgraders-20220927160915.xml (deflated 85%) 2022-09-27T16:21:08.0148542Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_warn.TestWarn-20220927160915.xml (deflated 78%) 2022-09-27T16:21:08.0149032Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_with.TestWith-20220927160915.xml (deflated 73%) 2022-09-27T16:21:08.0149565Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_data_parallel.TestDataParallel-20220927160915.xml (deflated 78%) 2022-09-27T16:21:08.0150204Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_save_load.TestSaveLoadFlatbuffer-20220927160915.xml (deflated 84%) 2022-09-27T16:21:08.0162608Z adding: test/test-reports/python-unittest/test_modules/TEST-TestModuleCPU-20220927161108.xml (deflated 96%) 2022-09-27T16:21:08.0164313Z adding: test/test-reports/python-unittest/test_cpp_extensions_jit/TEST-TestCppExtensionJIT-20220927161259.xml (deflated 85%) 2022-09-27T16:21:08.0254948Z adding: test/test-reports/python-unittest/test_binary_ufuncs/TEST-TestBinaryUfuncsCPU-20220927161331.xml (deflated 97%) 2022-09-27T16:21:08.0255533Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestAgainstScipy-20220927161436.xml (deflated 59%) 2022-09-27T16:21:08.0256111Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestConstraints-20220927161436.xml (deflated 56%) 2022-09-27T16:21:08.0256971Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestDistributionShapes-20220927161436.xml (deflated 92%) 2022-09-27T16:21:08.0259860Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestDistributions-20220927161436.xml (deflated 90%) 2022-09-27T16:21:08.0260427Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestFunctors-20220927161436.xml (deflated 69%) 2022-09-27T16:21:08.0273020Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestJit-20220927161436.xml (deflated 97%) 2022-09-27T16:21:08.0274218Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestKL-20220927161436.xml (deflated 82%) 2022-09-27T16:21:08.0275587Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestLazyLogitsInitialization-20220927161436.xml (deflated 58%) 2022-09-27T16:21:08.0276820Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestNumericalStability-20220927161436.xml (deflated 83%) 2022-09-27T16:21:08.0277903Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestRsample-20220927161436.xml (deflated 76%) 2022-09-27T16:21:08.0278944Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestValidation-20220927161436.xml (deflated 68%) 2022-09-27T16:21:08.0280023Z adding: test/test-reports/python-unittest/test_jit_llga_fuser/TEST-TestEnableDisableLlgaFuser-20220927161518.xml (deflated 40%) 2022-09-27T16:21:08.0281068Z adding: test/test-reports/python-unittest/test_jit_llga_fuser/TEST-TestFusionPattern-20220927161518.xml (deflated 66%) 2022-09-27T16:21:08.0282007Z adding: test/test-reports/python-unittest/test_jit_llga_fuser/TEST-TestModel-20220927161518.xml (deflated 73%) 2022-09-27T16:21:08.0282904Z adding: test/test-reports/python-unittest/test_jit_llga_fuser/TEST-TestOp-20220927161518.xml (deflated 81%) 2022-09-27T16:21:08.0283790Z adding: test/test-reports/python-unittest/nn.test_pooling/TEST-TestAvgPool-20220927161557.xml (deflated 77%) 2022-09-27T16:21:08.0284698Z adding: test/test-reports/python-unittest/nn.test_pooling/TEST-TestPoolingNN-20220927161557.xml (deflated 80%) 2022-09-27T16:21:08.0285739Z adding: test/test-reports/python-unittest/nn.test_pooling/TEST-TestPoolingNNDeviceTypeCPU-20220927161557.xml (deflated 91%) 2022-09-27T16:21:08.0286782Z adding: test/test-reports/python-unittest/test_serialization/TEST-TestBothSerializationCPU-20220927161623.xml (deflated 44%) 2022-09-27T16:21:08.0287830Z adding: test/test-reports/python-unittest/test_serialization/TEST-TestOldSerialization-20220927161623.xml (deflated 81%) 2022-09-27T16:21:08.0288909Z adding: test/test-reports/python-unittest/test_serialization/TEST-TestSerialization-20220927161623.xml (deflated 84%) 2022-09-27T16:21:08.0290147Z adding: test/test-reports/python-unittest/test_serialization/TEST-TestSubclassSerialization-20220927161623.xml (deflated 76%) 2022-09-27T16:21:08.0291145Z adding: test/test-reports/python-unittest/test_view_ops/TEST-TestOldViewOpsCPU-20220927161648.xml (deflated 90%) 2022-09-27T16:21:08.0292827Z adding: test/test-reports/python-unittest/test_view_ops/TEST-TestViewOpsCPU-20220927161648.xml (deflated 94%) 2022-09-27T16:21:08.0295964Z adding: test/test-reports/python-unittest/test_view_ops/TEST-TestViewOpsLAZY-20220927161648.xml (deflated 96%) 2022-09-27T16:21:08.0296762Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertClose-20220927161705.xml (deflated 85%) 2022-09-27T16:21:08.0297408Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseContainer-20220927161705.xml (deflated 70%) 2022-09-27T16:21:08.0298393Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseErrorMessage-20220927161705.xml (deflated 84%) 2022-09-27T16:21:08.0299486Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseQuantized-20220927161705.xml (deflated 69%) 2022-09-27T16:21:08.0300517Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseBSC-20220927161705.xml (deflated 69%) 2022-09-27T16:21:08.0301578Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseBSR-20220927161705.xml (deflated 70%) 2022-09-27T16:21:08.0302620Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCOO-20220927161705.xml (deflated 75%) 2022-09-27T16:21:08.0303638Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCSC-20220927161705.xml (deflated 69%) 2022-09-27T16:21:08.0304630Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCSR-20220927161705.xml (deflated 69%) 2022-09-27T16:21:08.0305642Z adding: test/test-reports/python-unittest/test_testing/TEST-TestFrameworkUtils-20220927161705.xml (deflated 41%) 2022-09-27T16:21:08.0306689Z adding: test/test-reports/python-unittest/test_testing/TEST-TestImports-20220927161705.xml (deflated 48%) 2022-09-27T16:21:08.0307692Z adding: test/test-reports/python-unittest/test_testing/TEST-TestTestParametrization-20220927161705.xml (deflated 88%) 2022-09-27T16:21:08.0308841Z adding: test/test-reports/python-unittest/test_testing/TEST-TestTestParametrizationDeviceTypeCPU-20220927161705.xml (deflated 88%) 2022-09-27T16:21:08.0309916Z adding: test/test-reports/python-unittest/test_testing/TEST-TestTestingCPU-20220927161705.xml (deflated 89%) 2022-09-27T16:21:08.0310894Z adding: test/test-reports/python-unittest/test_mkldnn_fusion/TEST-TestMkldnnFusion-20220927161718.xml (deflated 60%) 2022-09-27T16:21:08.0311910Z adding: test/test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKOps-20220927161729.xml (deflated 62%) 2022-09-27T16:21:08.0312971Z adding: test/test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKRewritePass-20220927161729.xml (deflated 52%) 2022-09-27T16:21:08.0314060Z adding: test/test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKSerDes-20220927161729.xml (deflated 66%) 2022-09-27T16:21:08.0315202Z adding: test/test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKConv1dTransformPass-20220927161729.xml (deflated 59%) 2022-09-27T16:21:08.0316485Z adding: test/test-reports/python-unittest/test_cpp_extensions_open_device_registration/TEST-TestCppExtensionOpenRgistration-20220927161739.xml (deflated 55%) 2022-09-27T16:21:08.0317580Z adding: test/test-reports/python-unittest/test_utils/TEST-TestAssert-20220927161743.xml (deflated 53%) 2022-09-27T16:21:08.0318474Z adding: test/test-reports/python-unittest/test_utils/TEST-TestCheckpoint-20220927161743.xml (deflated 78%) 2022-09-27T16:21:08.0319451Z adding: test/test-reports/python-unittest/test_utils/TEST-TestCppExtensionUtils-20220927161743.xml (deflated 55%) 2022-09-27T16:21:08.0320445Z adding: test/test-reports/python-unittest/test_utils/TEST-TestDataLoaderUtils-20220927161743.xml (deflated 69%) 2022-09-27T16:21:08.0321401Z adding: test/test-reports/python-unittest/test_utils/TEST-TestExtensionUtils-20220927161743.xml (deflated 41%) 2022-09-27T16:21:08.0322320Z adding: test/test-reports/python-unittest/test_utils/TEST-TestHipify-20220927161743.xml (deflated 39%) 2022-09-27T16:21:08.0323229Z adding: test/test-reports/python-unittest/test_utils/TEST-TestONNXUtils-20220927161743.xml (deflated 51%) 2022-09-27T16:21:08.0324192Z adding: test/test-reports/python-unittest/test_utils/TEST-TestStandaloneCPPJIT-20220927161743.xml (deflated 40%) 2022-09-27T16:21:08.0325128Z adding: test/test-reports/python-unittest/test_utils/TEST-TestBottleneck-20220927161743.xml (deflated 51%) 2022-09-27T16:21:08.0326120Z adding: test/test-reports/python-unittest/test_utils/TEST-TestCollectEnv-20220927161743.xml (deflated 41%) 2022-09-27T16:21:08.0327119Z adding: test/test-reports/python-unittest/test_stateless/TEST-TestPythonOptimizeMode-20220927161747.xml (deflated 40%) 2022-09-27T16:21:08.0328244Z adding: test/test-reports/python-unittest/test_stateless/TEST-TestStatelessDeprecation-20220927161747.xml (deflated 43%) 2022-09-27T16:21:08.0329468Z adding: test/test-reports/python-unittest/test_stateless/TEST-TestStatelessFunctionalAPI-20220927161747.xml (deflated 77%) 2022-09-27T16:21:08.0330649Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_activation_sparsifier.TestActivationSparsifier-20220927161754.xml (deflated 54%) 2022-09-27T16:21:08.0331934Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_scheduler.TestBaseDataScheduler-20220927161754.xml (deflated 71%) 2022-09-27T16:21:08.0333134Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier-20220927161754.xml (deflated 65%) 2022-09-27T16:21:08.0334342Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_pruner.TestBasePruner-20220927161754.xml (deflated 80%) 2022-09-27T16:21:08.0335477Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestBaseSparsifier-20220927161754.xml (deflated 82%) 2022-09-27T16:21:08.0336696Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_composability.TestComposability-20220927161754.xml (deflated 75%) 2022-09-27T16:21:08.0337892Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_parametrization.TestFakeSparsity-20220927161754.xml (deflated 73%) 2022-09-27T16:21:08.0339116Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_composability.TestFxComposability-20220927161754.xml (deflated 80%) 2022-09-27T16:21:08.0340368Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier-20220927161754.xml (deflated 76%) 2022-09-27T16:21:08.0341661Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers-20220927161754.xml (deflated 70%) 2022-09-27T16:21:08.0342930Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_sparsifier.TestQuantizationUtils-20220927161754.xml (deflated 71%) 2022-09-27T16:21:08.0344160Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_kernels.TestQuantizedSparseKernels-20220927161754.xml (deflated 50%) 2022-09-27T16:21:08.0345391Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_kernels.TestQuantizedSparseLayers-20220927161754.xml (deflated 64%) 2022-09-27T16:21:08.0346579Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_scheduler.TestScheduler-20220927161754.xml (deflated 66%) 2022-09-27T16:21:08.0347778Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions-20220927161754.xml (deflated 78%) 2022-09-27T16:21:08.0349051Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestWeightNormSparsifier-20220927161754.xml (deflated 79%) 2022-09-27T16:21:08.0350192Z adding: test/test-reports/python-unittest/test_multiprocessing/TEST-TestMultiprocessing-20220927161759.xml (deflated 87%) 2022-09-27T16:21:08.0351193Z adding: test/test-reports/python-unittest/test_import_stats/TEST-TestImportTime-20220927161805.xml (deflated 53%) 2022-09-27T16:21:08.0352200Z adding: test/test-reports/python-unittest/test_module_init/TEST-TestModuleInitCPU-20220927161809.xml (deflated 96%) 2022-09-27T16:21:08.0353135Z adding: test/test-reports/python-unittest/test_logging/TEST-LoggingTest-20220927161813.xml (deflated 43%) 2022-09-27T16:21:08.0354209Z adding: test/test-reports/python-unittest/backends.xeon.test_launch/TEST-TestTorchrun-20220927161816.xml (deflated 47%) 2022-09-27T16:21:08.0355259Z adding: test/test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightFunctionalCPU-20220927161820.xml (deflated 93%) 2022-09-27T16:21:08.0356462Z adding: test/test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightHelperFunctionCPU-20220927161820.xml (deflated 80%) 2022-09-27T16:21:08.0357641Z adding: test/test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightModule-20220927161820.xml (deflated 95%) 2022-09-27T16:21:08.0358696Z adding: test/test-reports/python-unittest/test_bundled_inputs/TEST-TestBundledInputs-20220927161823.xml (deflated 81%) 2022-09-27T16:21:08.0359627Z adding: test/test-reports/python-unittest/test_futures/TEST-TestFuture-20220927161826.xml (deflated 84%) 2022-09-27T16:21:08.0360583Z adding: test/test-reports/python-unittest/test_namedtensor/TEST-TestNamedTensor-20220927161828.xml (deflated 89%) 2022-09-27T16:21:08.0361647Z adding: test/test-reports/python-unittest/benchmark_utils.test_benchmark_utils/TEST-TestBenchmarkUtils-20220927161831.xml (deflated 74%) 2022-09-27T16:21:08.0362783Z adding: test/test-reports/python-unittest/test_tensorexpr_pybind/TEST-TestExprHandlePyBind-20220927161833.xml (deflated 39%) 2022-09-27T16:21:08.0363812Z adding: test/test-reports/python-unittest/test_tensorexpr_pybind/TEST-TestTensorExprPyBind-20220927161833.xml (deflated 84%) 2022-09-27T16:21:08.0364827Z adding: test/test-reports/python-unittest/nn.test_packed_sequence/TEST-PackedSequenceTest-20220927161835.xml (deflated 81%) 2022-09-27T16:21:08.0365795Z adding: test/test-reports/python-unittest/test_jit_disabled/TEST-TestJitDisabled-20220927161837.xml (deflated 60%) 2022-09-27T16:21:08.0366725Z adding: test/test-reports/python-unittest/test_multiprocessing_spawn/TEST-ErrorTest-20220927161839.xml (deflated 39%) 2022-09-27T16:21:08.0367641Z adding: test/test-reports/python-unittest/test_multiprocessing_spawn/TEST-ForkTest-20220927161839.xml (deflated 85%) 2022-09-27T16:21:08.0368635Z adding: test/test-reports/python-unittest/test_multiprocessing_spawn/TEST-SpawnTest-20220927161839.xml (deflated 87%) 2022-09-27T16:21:08.0369783Z adding: test/test-reports/python-unittest/test_functional_optim/TEST-TestFunctionalOptimParity-20220927161841.xml (deflated 72%) 2022-09-27T16:21:08.0370793Z adding: test/test-reports/python-unittest/nn.test_dropout/TEST-TestDropoutNN-20220927161843.xml (deflated 65%) 2022-09-27T16:21:08.0371779Z adding: test/test-reports/python-unittest/nn.test_dropout/TEST-TestDropoutNNDeviceTypeCPU-20220927161843.xml (deflated 73%) 2022-09-27T16:21:08.0372738Z adding: test/test-reports/python-unittest/test_pytree/TEST-TestPytree-20220927161845.xml (deflated 85%) 2022-09-27T16:21:08.0373601Z adding: test/test-reports/python-unittest/test_license/TEST-TestLicense-20220927161846.xml (deflated 50%) 2022-09-27T16:21:08.0374567Z adding: test/test-reports/python-unittest/test_per_overload_api/TEST-TestPerOverloadAPI-20220927161848.xml (deflated 63%) 2022-09-27T16:21:08.0375524Z adding: test/test-reports/python-unittest/test_dlpack/TEST-TestTorchDlPackCPU-20220927161850.xml (deflated 95%) 2022-09-27T16:21:08.0376549Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestCppExtensionAOT-20220927161900.xml (deflated 80%) 2022-09-27T16:21:08.0377561Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestORTTensor-20220927161900.xml (deflated 67%) 2022-09-27T16:21:08.0378572Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestRNGExtension-20220927161900.xml (deflated 40%) 2022-09-27T16:21:08.0379542Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestTorchLibrary-20220927161900.xml (deflated 41%) 2022-09-27T16:21:08.0380576Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestCppExtensionAOT-20220927161910.xml (deflated 80%) 2022-09-27T16:21:08.0381680Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestORTTensor-20220927161910.xml (deflated 67%) 2022-09-27T16:21:08.0382678Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestRNGExtension-20220927161910.xml (deflated 40%) 2022-09-27T16:21:08.0383654Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestTorchLibrary-20220927161910.xml (deflated 42%) 2022-09-27T16:21:08.0384656Z adding: test/test-reports/python-unittest/test_numba_integration/TEST-TestNumbaIntegration-20220927161912.xml (deflated 75%) 2022-09-27T16:21:08.0385631Z adding: test/test-reports/python-unittest/test_vulkan/TEST-TestVulkanRewritePass-20220927161914.xml (deflated 43%) 2022-09-27T16:21:08.0386463Z adding: test/test-reports/cpp-unittest/test_libtorch/test_jit.xml (deflated 92%) 2022-09-27T16:21:08.0389814Z adding: test/test-reports/cpp-unittest/test_libtorch/test_lazy.xml (deflated 93%) 2022-09-27T16:21:08.0406636Z adding: test/test-reports/cpp-unittest/test_libtorch/test_api.xml (deflated 92%) 2022-09-27T16:21:08.0420613Z adding: test/test-reports/cpp-unittest/test_libtorch/test_tensorexpr.xml (deflated 92%) 2022-09-27T16:21:08.0421463Z adding: test/test-reports/cpp-unittest/test_aot_compilation/test_mobile_nnc.xml (deflated 75%) 2022-09-27T16:21:08.0458489Z ##[group]Run # Remove any previous test reports if they exist 2022-09-27T16:21:08.0458812Z # Remove any previous test reports if they exist 2022-09-27T16:21:08.0459078Z rm -f usage-log-*.zip 2022-09-27T16:21:08.0459587Z # this workflow is also run in bazel build test, but we dont generate usage reports for it 2022-09-27T16:21:08.0459911Z # so check to see if the file exists first 2022-09-27T16:21:08.0460169Z if [ -f 'usage_log.txt' ]; then 2022-09-27T16:21:08.0460443Z  zip "usage-log-${FILE_SUFFIX}.zip" 'usage_log.txt' 2022-09-27T16:21:08.0460679Z fi 2022-09-27T16:21:08.0472463Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:21:08.0472711Z env: 2022-09-27T16:21:08.0472906Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:21:08.0473185Z FILE_SUFFIX: test-default-2-2-linux.2xlarge_8576163923 2022-09-27T16:21:08.0473447Z ##[endgroup] 2022-09-27T16:21:08.0673707Z adding: usage_log.txt (deflated 95%) 2022-09-27T16:21:08.0708943Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-09-27T16:21:08.0709156Z with: 2022-09-27T16:21:08.0709361Z s3-prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:21:08.0709569Z retention-days: 14 2022-09-27T16:21:08.0709765Z if-no-files-found: warn 2022-09-27T16:21:08.0709965Z path: test-jsons-*.zip 2022-09-27T16:21:08.0710145Z name: artifact 2022-09-27T16:21:08.0710313Z s3-bucket: gha-artifacts 2022-09-27T16:21:08.0710504Z region: us-east-1 2022-09-27T16:21:08.0710671Z env: 2022-09-27T16:21:08.0710832Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:21:08.0711014Z ##[endgroup] 2022-09-27T16:21:08.4069121Z NOTE: s3-prefix specified, ignoring name parameter 2022-09-27T16:21:08.4069561Z With the provided path, there will be 1 file uploaded 2022-09-27T16:21:08.4069985Z Uploading to s3 prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:21:08.4077442Z Starting upload of test-jsons-test-default-2-2-linux.2xlarge_8576163923.zip 2022-09-27T16:21:08.5927971Z Finished upload of test-jsons-test-default-2-2-linux.2xlarge_8576163923.zip 2022-09-27T16:21:08.6045196Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-09-27T16:21:08.6045443Z with: 2022-09-27T16:21:08.6045681Z s3-prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:21:08.6045916Z retention-days: 14 2022-09-27T16:21:08.6046148Z if-no-files-found: error 2022-09-27T16:21:08.6046388Z path: test-reports-*.zip 2022-09-27T16:21:08.6046595Z name: artifact 2022-09-27T16:21:08.6046810Z s3-bucket: gha-artifacts 2022-09-27T16:21:08.6047116Z region: us-east-1 2022-09-27T16:21:08.6047316Z env: 2022-09-27T16:21:08.6047506Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:21:08.6047724Z ##[endgroup] 2022-09-27T16:21:08.9136188Z NOTE: s3-prefix specified, ignoring name parameter 2022-09-27T16:21:08.9136776Z With the provided path, there will be 1 file uploaded 2022-09-27T16:21:08.9137110Z Uploading to s3 prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:21:08.9142961Z Starting upload of test-reports-test-default-2-2-linux.2xlarge_8576163923.zip 2022-09-27T16:21:09.0420797Z Finished upload of test-reports-test-default-2-2-linux.2xlarge_8576163923.zip 2022-09-27T16:21:09.0535705Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-09-27T16:21:09.0535920Z with: 2022-09-27T16:21:09.0536120Z s3-prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:21:09.0536321Z retention-days: 14 2022-09-27T16:21:09.0536514Z if-no-files-found: ignore 2022-09-27T16:21:09.0536706Z path: usage-log-*.zip 2022-09-27T16:21:09.0536869Z name: artifact 2022-09-27T16:21:09.0537055Z s3-bucket: gha-artifacts 2022-09-27T16:21:09.0537241Z region: us-east-1 2022-09-27T16:21:09.0537402Z env: 2022-09-27T16:21:09.0537556Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:21:09.0537743Z ##[endgroup] 2022-09-27T16:21:09.3635139Z NOTE: s3-prefix specified, ignoring name parameter 2022-09-27T16:21:09.3635999Z With the provided path, there will be 1 file uploaded 2022-09-27T16:21:09.3636279Z Uploading to s3 prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:21:09.3642443Z Starting upload of usage-log-test-default-2-2-linux.2xlarge_8576163923.zip 2022-09-27T16:21:09.4769680Z Finished upload of usage-log-test-default-2-2-linux.2xlarge_8576163923.zip 2022-09-27T16:21:09.4916027Z ##[group]Run set -x 2022-09-27T16:21:09.4916271Z set -x 2022-09-27T16:21:09.4916511Z python3 -m pip install -r requirements.txt 2022-09-27T16:21:09.4916787Z python3 -m pip install boto3==1.19.12 2022-09-27T16:21:09.4917109Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-09-27T16:21:09.4929131Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:21:09.4929401Z env: 2022-09-27T16:21:09.4929608Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:21:09.4929834Z AWS_DEFAULT_REGION: us-east-1 2022-09-27T16:21:09.4930056Z BRANCH: pull/85462 2022-09-27T16:21:09.4930269Z TEST_CONFIG: default 2022-09-27T16:21:09.4930464Z SHARD_NUMBER: 2 2022-09-27T16:21:09.4930713Z BUILD_ENVIRONMENT: linux-bionic-py3.7-clang9 2022-09-27T16:21:09.4930956Z PR_NUMBER: 85462 2022-09-27T16:21:09.4931163Z PYTORCH_RETRY_TEST_CASES: 1 2022-09-27T16:21:09.4931400Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-09-27T16:21:09.4931684Z SHA1: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T16:21:09.4931897Z TAG: 2022-09-27T16:21:09.4932095Z WORKFLOW_ID: 3133193930 2022-09-27T16:21:09.4932443Z GITHUB_TOKEN: *** 2022-09-27T16:21:09.4932662Z GHA_WORKFLOW_JOB_ID: 8576163923 2022-09-27T16:21:09.4932868Z ##[endgroup] 2022-09-27T16:21:09.4959094Z + python3 -m pip install -r requirements.txt 2022-09-27T16:21:09.7046991Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T16:21:09.7303661Z 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:09.7329255Z 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:09.7337271Z 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:09.7346979Z 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:09.7708961Z 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:09.7717479Z 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:09.7793497Z 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:09.7801179Z 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:09.8009833Z Requirement already satisfied: setuptools in /usr/lib/python3.7/site-packages (from -r requirements.txt (line 10)) (49.1.3) 2022-09-27T16:21:09.8172518Z 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:09.8180908Z 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:09.8186554Z 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:09.8195853Z 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:09.8216756Z 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:09.8239912Z 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:09.8485668Z 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:09.8495659Z 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:09.8511889Z 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:09.8662175Z 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:09.8681925Z 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:09.8690529Z 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:09.8701419Z 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:09.9293691Z + python3 -m pip install boto3==1.19.12 2022-09-27T16:21:10.1329139Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T16:21:10.1504556Z Requirement already satisfied: boto3==1.19.12 in /home/ec2-user/.local/lib/python3.7/site-packages (1.19.12) 2022-09-27T16:21:10.1552771Z 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:10.1564683Z 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:10.1590739Z 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:10.1638375Z 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:10.1658340Z 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:10.1810686Z 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:10.3389215Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-09-27T16:21:47.7626727Z [scribe] Scribe access token not provided, sending report via boto3... 2022-09-27T16:21:47.7628330Z ERROR ENCOUNTERED WHEN UPLOADING TO SCRIBE: {"errorMessage": "HTTP Error 500: Internal Server Error", "errorType": "HTTPError", "stackTrace": [" File \"/var/task/lambda_function.py\", line 57, in lambda_handler\n return urlopen(req, data=json.dumps(data).encode()).read()\n", " File \"/var/lang/lib/python3.8/urllib/request.py\", line 222, in urlopen\n return opener.open(url, data, timeout)\n", " File \"/var/lang/lib/python3.8/urllib/request.py\", line 531, in open\n response = meth(req, response)\n", " File \"/var/lang/lib/python3.8/urllib/request.py\", line 640, in http_response\n response = self.parent.error(\n", " File \"/var/lang/lib/python3.8/urllib/request.py\", line 569, in error\n return self._call_chain(*args)\n", " File \"/var/lang/lib/python3.8/urllib/request.py\", line 502, in _call_chain\n result = func(*args)\n", " File \"/var/lang/lib/python3.8/urllib/request.py\", line 649, in http_error_default\n raise HTTPError(req.full_url, code, msg, hdrs, fp)\n"]} 2022-09-27T16:21:47.7629536Z 2022-09-27T16:21:47.7629991Z ----- Historic stats comparison result ------ 2022-09-27T16:21:47.7630251Z 2022-09-27T16:21:47.7630531Z job: linux-bionic-py3.7-clang9 2022-09-27T16:21:47.7630943Z commit: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T16:21:47.7631879Z 2022-09-27T16:21:47.7632065Z Commit graph (base is most recent master ancestor with at least one S3 report): 2022-09-27T16:21:47.7632353Z 2022-09-27T16:21:47.7632490Z : (master) 2022-09-27T16:21:47.7632767Z | 2022-09-27T16:21:47.7633079Z | * 52424e2bf3 (HEAD) total time 4599.37s 2022-09-27T16:21:47.7633280Z | | 2022-09-27T16:21:47.7633434Z | : (4 commits) 2022-09-27T16:21:47.7633579Z |/ 2022-09-27T16:21:47.7633888Z * c7c2578f93 (base) 8 reports, total time 4639.63s ± 1079.28s 2022-09-27T16:21:47.7634210Z * 99ad8a3048 8 reports, total time 4551.43s ± 1056.95s 2022-09-27T16:21:47.7634509Z * 34296e2f4c 8 reports, total time 4672.33s ± 1065.23s 2022-09-27T16:21:47.7634823Z * 4523ac7aa1 8 reports, total time 4829.45s ± 1218.91s 2022-09-27T16:21:47.7635132Z * f21e77d9a6 8 reports, total time 4566.11s ± 1051.70s 2022-09-27T16:21:47.7635439Z * 26a861cb27 8 reports, total time 4600.78s ± 1019.06s 2022-09-27T16:21:47.7635733Z * 56a41b5998 8 reports, total time 4722.25s ± 763.68s 2022-09-27T16:21:47.7637072Z * 1910c5847e 8 reports, total time 4766.51s ± 762.85s 2022-09-27T16:21:47.7637378Z * caa0ab557d 8 reports, total time 4622.02s ± 1052.89s 2022-09-27T16:21:47.7637581Z * 0336308be5 0 reports 2022-09-27T16:21:47.7637754Z | 2022-09-27T16:21:47.7637900Z : 2022-09-27T16:21:47.7637991Z 2022-09-27T16:21:47.7638095Z Removed (across 254 suites) 0 tests, totaling 0.00s 2022-09-27T16:21:47.7638354Z Modified (across 0 suites) 0 tests, totaling 0.00s 2022-09-27T16:21:47.7638606Z Added (across 469 suites) 59851 tests, totaling +4599.37s 2022-09-27T16:21:47.8845398Z Prepare all required actions 2022-09-27T16:21:47.8865346Z ##[group]Run ./.github/actions/teardown-linux 2022-09-27T16:21:47.8865549Z with: 2022-09-27T16:21:47.8865693Z env: 2022-09-27T16:21:47.8865866Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:21:47.8866049Z ##[endgroup] 2022-09-27T16:21:47.8880135Z ##[group]Run set -eou pipefail 2022-09-27T16:21:47.8880449Z set -eou pipefail 2022-09-27T16:21:47.8880629Z  2022-09-27T16:21:47.8880850Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2022-09-27T16:21:47.8881097Z for _ in $(seq 1440); do 2022-09-27T16:21:47.8881314Z  # Break if no ssh session exists anymore 2022-09-27T16:21:47.8881514Z  if [ "$(who)" = "" ]; then 2022-09-27T16:21:47.8881691Z  break 2022-09-27T16:21:47.8881854Z  fi 2022-09-27T16:21:47.8882017Z  echo "." 2022-09-27T16:21:47.8882174Z  sleep 5 2022-09-27T16:21:47.8882366Z done 2022-09-27T16:21:47.8894124Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:21:47.8894343Z env: 2022-09-27T16:21:47.8894516Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:21:47.8894689Z ##[endgroup] 2022-09-27T16:21:47.8920809Z Holding runner for 2 hours until all ssh sessions have logged out 2022-09-27T16:21:47.9007280Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2022-09-27T16:21:47.9007598Z # ignore expansion of "docker ps -q" since it could be empty 2022-09-27T16:21:47.9007846Z # shellcheck disable=SC2046 2022-09-27T16:21:47.9008056Z docker stop $(docker ps -q) || true 2022-09-27T16:21:47.9008368Z # Prune all of the docker images 2022-09-27T16:21:47.9008580Z docker system prune -af 2022-09-27T16:21:47.9019609Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:21:47.9019827Z env: 2022-09-27T16:21:47.9019998Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:21:47.9020179Z ##[endgroup] 2022-09-27T16:21:48.2530673Z 4eb5c1309b78 2022-09-27T16:21:48.8485728Z Deleted Containers: 2022-09-27T16:21:48.8486225Z 4eb5c1309b781b883554cfa882f815883c8ed4adeee8259af0a43ea8cedbd8e4 2022-09-27T16:21:48.8486415Z 2022-09-27T16:21:52.3662671Z Deleted Images: 2022-09-27T16:21:52.3663748Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T16:21:52.3664675Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9@sha256:e9db1e9f59a75821add26dfb4133d4c92a02559f34ad8230c2fd96064dcdded6 2022-09-27T16:21:52.3665480Z deleted: sha256:f67cf4d7519b30d7f3b470cf6a036723a19d0fb703dc370b034ff91fef0031c0 2022-09-27T16:21:52.3665863Z deleted: sha256:e9fc2a60427733541ad808df3b2411f824dfb97e332a53ea477765930c4316e3 2022-09-27T16:21:52.3666186Z deleted: sha256:e351d384799762e00f849c69a7fffb3ef07b72ecd0390e6eb05ff4d9de8dff28 2022-09-27T16:21:52.3666559Z deleted: sha256:e7659c4ba074524527a3f9a3578da5c14a2799f78dea89a456301ad1f6c4937f 2022-09-27T16:21:52.3667093Z deleted: sha256:72104fcc669807d479ba73a12274bb6c97b3f7ebdd2374006ed2511c320223ee 2022-09-27T16:21:52.3667583Z deleted: sha256:7d00f5d20fda1d8f29badae1260b980488655a89beb3d202ae5059ecca215f24 2022-09-27T16:21:52.3667925Z deleted: sha256:aba25d922ff4e9af36085a1028bccf2fa460b8ed02be08e803134e5eea532bc1 2022-09-27T16:21:52.3668272Z deleted: sha256:a73efdd6a5566bab4ebf206184309d670a1fc3f83cbf2d58bfc93ad720277596 2022-09-27T16:21:52.3668584Z deleted: sha256:91e805e6aff5969c49f164f6dd865876777059157ffa9b869bb1d0679ca50d8d 2022-09-27T16:21:52.3668975Z deleted: sha256:4c0d9d750a6b5c491713ff8c66bd81db9bfd0fef4ff2ec1aafbc37a96761a91d 2022-09-27T16:21:52.3669565Z deleted: sha256:2e7ee59dcc62bdfc4d4b35dd4a5ac9fc4cc0699983def1a2f0f346d8dbe7f8d7 2022-09-27T16:21:52.3669999Z deleted: sha256:6c3a87e5ba50ae87d0752be396b030631d0c3ea79283e4a107eb003017addab6 2022-09-27T16:21:52.3670493Z deleted: sha256:8b678f1959737c7f8c7d97b88a17425afdee4ea823aee33970cb4682248b0579 2022-09-27T16:21:52.3670821Z deleted: sha256:efe0e49a7bef8e03ff547a93b78422fee9c7db32447686a24d7221e3379f0f1d 2022-09-27T16:21:52.3671148Z deleted: sha256:86f28ca2e74d3d5597350f084a684280a86af8de26b3015e5e05eb79f8e47747 2022-09-27T16:21:52.3671461Z deleted: sha256:173e1d33df383ca2e50c77f4580fdef2f4d978f8c6c994d03105d7cbea993b3c 2022-09-27T16:21:52.3671880Z deleted: sha256:f16239bbcbee98977b72f682efb8a16a0b711c66c7efd2db1b52ef40481b8d75 2022-09-27T16:21:52.3672211Z deleted: sha256:d4105cf30a7941e0e40177c99a028b8123acd9ea1e6b9fbc759f0f1baf88b2b0 2022-09-27T16:21:52.3672540Z deleted: sha256:7fac6b0b3575c685dd3fffe6034634a3fe906f7aa32af60becfd8f6e16645fb9 2022-09-27T16:21:52.3672859Z deleted: sha256:c849747ea1c74674517f061100d5079eb467882529243e39df8dd93468646765 2022-09-27T16:21:52.3673167Z deleted: sha256:671d45daab497b2b1a19b5dd645b272282c58c84fad749c8d89d74f1d3683f24 2022-09-27T16:21:52.3673513Z deleted: sha256:11358bb4deb2890190d70312336fa292adbe16c3df2f372856ea54440369e201 2022-09-27T16:21:52.3673821Z deleted: sha256:08917738ae1eab695997e8ce30db00eb36ecc093423861d2327373e0e2392b6e 2022-09-27T16:21:52.3674122Z deleted: sha256:11c8c8a24d44a324a5003d8bfede89bb6137335e8de87e93988a9364d4452abc 2022-09-27T16:21:52.3674457Z deleted: sha256:e6fafa422b6fcd54f55cb48e6362dac77c7c1a6c61905de4f25d6000ba8baafe 2022-09-27T16:21:52.3674800Z deleted: sha256:2eefbda33c4aacd911705ee0196c60c7d2d57866cfb147208850cb17bbe934d9 2022-09-27T16:21:52.3675119Z deleted: sha256:5effe2669664eb1627825c5f4ed4bb73aa11953c52b12e85d33dd01354cc3e6e 2022-09-27T16:21:52.3675450Z deleted: sha256:fb0ef7be42f4bbeba2891175f3d4698a59ac9e984e7e1cef568aa20fcf4bb0f9 2022-09-27T16:21:52.3675774Z deleted: sha256:1870b379f4d5b26372da9dfac82768965672ded025586641dd3bc034388a544d 2022-09-27T16:21:52.3676091Z deleted: sha256:a8b342afe4debd855dbbc504c6366888abe8c6c3e6e5dbc7ee5ca1cacfe2c044 2022-09-27T16:21:52.3676441Z deleted: sha256:39dd70dcf8075523dbabf319a0f636cf83ea54e314a5a7aecf28d6118d66c9d9 2022-09-27T16:21:52.3676769Z deleted: sha256:006c47455654e644a00b64f73d723e1b0fce8e65f970a01bbda0e7ad1aa900a8 2022-09-27T16:21:52.3677077Z deleted: sha256:c49c8df25821285c3c7de083564733751ca041c707500e35baf5be16138e54ee 2022-09-27T16:21:52.3677372Z deleted: sha256:ba542c58dd1e22be964e0b7200c4148fc5a46508789ffa1413793c21501dd0db 2022-09-27T16:21:52.3677696Z deleted: sha256:623c7e2efbf5e46899eb08f9d89885b456d5cddf9d656ccaf751e8ab75a88332 2022-09-27T16:21:52.3678015Z deleted: sha256:9b9c9fb383d452189812595749422f4c0d7d8d0fd82e54467506ec77d1cae714 2022-09-27T16:21:52.3678320Z deleted: sha256:d1a45aea6f4ef161fa8552ef7bfbaa18f1999d48d1fd988923427e810cba576e 2022-09-27T16:21:52.3678643Z deleted: sha256:185da5e4df22768961c34a391bc86bb9f18bf1d91f587484153e07859644c1c8 2022-09-27T16:21:52.3678971Z deleted: sha256:c4a8de1e672c5affe1c5f4061bd4946baf6bc992efc181d2aaf557b04aba08d2 2022-09-27T16:21:52.3679309Z deleted: sha256:cbfa790579f3a0fb28ea6072072c69495de1aedc78389fec04a35c1563e5330d 2022-09-27T16:21:52.3679609Z deleted: sha256:149a9e2b4f1e4f7308416cbf87970f5288574454368b47a64913a1b851509f2d 2022-09-27T16:21:52.3679900Z deleted: sha256:01262f1e220f0612f245f16dd1235454904a7f93a08f8c850bf16e472c579484 2022-09-27T16:21:52.3680187Z deleted: sha256:3554749b09881e7c4912a9805b45a070607a07b4c07c0a9f8e3200c90cb5222a 2022-09-27T16:21:52.3680475Z deleted: sha256:0c8a1a649dc5c2984ce62517a145d3d668d7f5f71dcb4a098cc17ce4110443c7 2022-09-27T16:21:52.3680806Z deleted: sha256:9296e22d6d55b526e3f4e0eba8ac2eb9cee77c315b3529b9167b6e4acb41e489 2022-09-27T16:21:52.3681132Z deleted: sha256:9abf4b45c8c00862cc04e4b484f2cd7780bb4b46cbeaf94d7181fd95874df279 2022-09-27T16:21:52.3681468Z deleted: sha256:1876d4b9ab1dc36f061ee9ead000d8e4f2f774039b4a97f538efeafec3ba8f6d 2022-09-27T16:21:52.3681797Z deleted: sha256:ffb83a1fe4303a92cb353c9c02feb3f07aab47ad77f63c336d099ab2c64320f0 2022-09-27T16:21:52.3682138Z deleted: sha256:bb605e60ef47fddb60e3c71d22f534739ddba9ddaad6076b61c977165ebcac43 2022-09-27T16:21:52.3682538Z deleted: sha256:3eb1b181cafeeda20d06a2af24ab2659e3a9b64b74d8b06d296ede2908db82ed 2022-09-27T16:21:52.3682908Z deleted: sha256:509eab4c3e8c42acfa474748a5c38a062ac858e01dc3d57887175b359f0685fa 2022-09-27T16:21:52.3683400Z deleted: sha256:912516db6dabe5e5a4c1db24a56ea60d8a4f3d655cec9643c61cc6986ccb74cf 2022-09-27T16:21:52.3683895Z deleted: sha256:fba9849c4cf9920511902fe82c9a7ae56e330e2b05df56c416ad19e66f415fce 2022-09-27T16:21:52.3684364Z deleted: sha256:d8296ac69e454993d70af99eba9587a53226f7368b8444ba8d12919616c1a9ca 2022-09-27T16:21:52.3685002Z deleted: sha256:0796ef6b9f9f44f8647ceb80689942b0e5da86c9be14cd7b495de8a3833e1d71 2022-09-27T16:21:52.3685418Z deleted: sha256:4d7c9b0030311510139f3287accd3dc9af20fb727f5bb575899f1e460d33c288 2022-09-27T16:21:52.3685735Z deleted: sha256:42c7c54a35881a89c5626c582f061dd80c23f4f2ef364bc17547df443235091f 2022-09-27T16:21:52.3686051Z deleted: sha256:be34e4e2791b05bf3b2db324a98b2c0ddbad4c3732b5bdc883cfe83bacbfad81 2022-09-27T16:21:52.3686404Z deleted: sha256:96f78bbfe84c30ca4da7aa542c1212eb7bbf2ffbccec4ae631233d5f0233648d 2022-09-27T16:21:52.3686741Z deleted: sha256:0589615b37ecec29eeb51f07bef02120c7c29550c88d9fb6523536017fe69282 2022-09-27T16:21:52.3687160Z deleted: sha256:4a641e21953d4161b38a01933802b61ad314880fc6a93e8667dd210846fe7071 2022-09-27T16:21:52.3687326Z 2022-09-27T16:21:52.3687421Z Total reclaimed space: 10.91GB 2022-09-27T16:21:52.3734241Z Post job cleanup. 2022-09-27T16:21:52.3762255Z Post job cleanup. 2022-09-27T16:21:52.8222860Z [command]/usr/bin/git version 2022-09-27T16:21:52.8272142Z git version 2.37.1 2022-09-27T16:21:52.8356041Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/e5db2fc0-aa76-4c31-ba9e-c29e1d4842d9' before making global git config changes 2022-09-27T16:21:52.8356464Z Adding repository directory to the temporary git global config as a safe directory 2022-09-27T16:21:52.8362074Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T16:21:52.8401280Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-09-27T16:21:52.8432372Z [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:21:52.8746094Z Entering 'android/libs/fbjni' 2022-09-27T16:21:52.8779085Z Entering 'third_party/FP16' 2022-09-27T16:21:52.8813444Z Entering 'third_party/FXdiv' 2022-09-27T16:21:52.8845815Z Entering 'third_party/NNPACK' 2022-09-27T16:21:52.8880444Z Entering 'third_party/QNNPACK' 2022-09-27T16:21:52.8915504Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T16:21:52.8950068Z Entering 'third_party/XNNPACK' 2022-09-27T16:21:52.8993198Z Entering 'third_party/benchmark' 2022-09-27T16:21:52.9026963Z Entering 'third_party/cpuinfo' 2022-09-27T16:21:52.9060442Z Entering 'third_party/cub' 2022-09-27T16:21:52.9093869Z Entering 'third_party/cudnn_frontend' 2022-09-27T16:21:52.9131608Z Entering 'third_party/cutlass' 2022-09-27T16:21:52.9172924Z Entering 'third_party/eigen' 2022-09-27T16:21:52.9207598Z Entering 'third_party/fbgemm' 2022-09-27T16:21:52.9240673Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T16:21:52.9274699Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T16:21:52.9307333Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T16:21:52.9339507Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T16:21:52.9373059Z Entering 'third_party/flatbuffers' 2022-09-27T16:21:52.9407473Z Entering 'third_party/fmt' 2022-09-27T16:21:52.9443131Z Entering 'third_party/foxi' 2022-09-27T16:21:52.9476064Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T16:21:52.9509285Z Entering 'third_party/gloo' 2022-09-27T16:21:52.9542137Z Entering 'third_party/googletest' 2022-09-27T16:21:52.9574550Z Entering 'third_party/ideep' 2022-09-27T16:21:52.9606731Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T16:21:52.9640506Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T16:21:52.9680975Z Entering 'third_party/ios-cmake' 2022-09-27T16:21:52.9713405Z Entering 'third_party/ittapi' 2022-09-27T16:21:52.9746478Z Entering 'third_party/kineto' 2022-09-27T16:21:52.9779055Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T16:21:52.9811813Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T16:21:52.9845822Z Entering 'third_party/nccl/nccl' 2022-09-27T16:21:52.9880041Z Entering 'third_party/neon2sse' 2022-09-27T16:21:52.9912884Z Entering 'third_party/nlohmann' 2022-09-27T16:21:52.9947144Z Entering 'third_party/onnx' 2022-09-27T16:21:52.9991882Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T16:21:53.0025471Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T16:21:53.0060615Z Entering 'third_party/onnx-tensorrt' 2022-09-27T16:21:53.0093524Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T16:21:53.0131201Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T16:21:53.0163761Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T16:21:53.0196319Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T16:21:53.0233232Z Entering 'third_party/pocketfft' 2022-09-27T16:21:53.0267313Z Entering 'third_party/protobuf' 2022-09-27T16:21:53.0304773Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T16:21:53.0337750Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T16:21:53.0373035Z Entering 'third_party/psimd' 2022-09-27T16:21:53.0406614Z Entering 'third_party/pthreadpool' 2022-09-27T16:21:53.0439592Z Entering 'third_party/pybind11' 2022-09-27T16:21:53.0472368Z Entering 'third_party/python-enum' 2022-09-27T16:21:53.0505560Z Entering 'third_party/python-peachpy' 2022-09-27T16:21:53.0538617Z Entering 'third_party/python-six' 2022-09-27T16:21:53.0570951Z Entering 'third_party/sleef' 2022-09-27T16:21:53.0603981Z Entering 'third_party/tbb' 2022-09-27T16:21:53.0639729Z Entering 'third_party/tensorpipe' 2022-09-27T16:21:53.0673089Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T16:21:53.0705588Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T16:21:53.0738081Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T16:21:53.0771303Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T16:21:53.0803001Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T16:21:53.0838333Z Entering 'third_party/zstd' 2022-09-27T16:21:53.0887389Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-09-27T16:21:53.0913903Z http.https://github.com/.extraheader 2022-09-27T16:21:53.0921505Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-09-27T16:21:53.0954154Z [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:21:53.1205578Z Entering 'android/libs/fbjni' 2022-09-27T16:21:53.1225991Z http.https://github.com/.extraheader 2022-09-27T16:21:53.1252275Z Entering 'third_party/FP16' 2022-09-27T16:21:53.1271851Z http.https://github.com/.extraheader 2022-09-27T16:21:53.1298104Z Entering 'third_party/FXdiv' 2022-09-27T16:21:53.1317404Z http.https://github.com/.extraheader 2022-09-27T16:21:53.1343399Z Entering 'third_party/NNPACK' 2022-09-27T16:21:53.1362390Z http.https://github.com/.extraheader 2022-09-27T16:21:53.1388411Z Entering 'third_party/QNNPACK' 2022-09-27T16:21:53.1407509Z http.https://github.com/.extraheader 2022-09-27T16:21:53.1434566Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T16:21:53.1453475Z http.https://github.com/.extraheader 2022-09-27T16:21:53.1479366Z Entering 'third_party/XNNPACK' 2022-09-27T16:21:53.1499274Z http.https://github.com/.extraheader 2022-09-27T16:21:53.1534929Z Entering 'third_party/benchmark' 2022-09-27T16:21:53.1554268Z http.https://github.com/.extraheader 2022-09-27T16:21:53.1580552Z Entering 'third_party/cpuinfo' 2022-09-27T16:21:53.1599370Z http.https://github.com/.extraheader 2022-09-27T16:21:53.1625526Z Entering 'third_party/cub' 2022-09-27T16:21:53.1645557Z http.https://github.com/.extraheader 2022-09-27T16:21:53.1672185Z Entering 'third_party/cudnn_frontend' 2022-09-27T16:21:53.1691882Z http.https://github.com/.extraheader 2022-09-27T16:21:53.1722316Z Entering 'third_party/cutlass' 2022-09-27T16:21:53.1741995Z http.https://github.com/.extraheader 2022-09-27T16:21:53.1775757Z Entering 'third_party/eigen' 2022-09-27T16:21:53.1794472Z http.https://github.com/.extraheader 2022-09-27T16:21:53.1822598Z Entering 'third_party/fbgemm' 2022-09-27T16:21:53.1841632Z http.https://github.com/.extraheader 2022-09-27T16:21:53.1868356Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T16:21:53.1887381Z http.https://github.com/.extraheader 2022-09-27T16:21:53.1912503Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T16:21:53.1932942Z http.https://github.com/.extraheader 2022-09-27T16:21:53.1958650Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T16:21:53.1977722Z http.https://github.com/.extraheader 2022-09-27T16:21:53.2003279Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T16:21:53.2022095Z http.https://github.com/.extraheader 2022-09-27T16:21:53.2049476Z Entering 'third_party/flatbuffers' 2022-09-27T16:21:53.2068618Z http.https://github.com/.extraheader 2022-09-27T16:21:53.2096664Z Entering 'third_party/fmt' 2022-09-27T16:21:53.2115216Z http.https://github.com/.extraheader 2022-09-27T16:21:53.2141748Z Entering 'third_party/foxi' 2022-09-27T16:21:53.2160927Z http.https://github.com/.extraheader 2022-09-27T16:21:53.2186895Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T16:21:53.2206555Z http.https://github.com/.extraheader 2022-09-27T16:21:53.2232744Z Entering 'third_party/gloo' 2022-09-27T16:21:53.2252428Z http.https://github.com/.extraheader 2022-09-27T16:21:53.2278207Z Entering 'third_party/googletest' 2022-09-27T16:21:53.2298726Z http.https://github.com/.extraheader 2022-09-27T16:21:53.2324556Z Entering 'third_party/ideep' 2022-09-27T16:21:53.2344112Z http.https://github.com/.extraheader 2022-09-27T16:21:53.2370655Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T16:21:53.2389551Z http.https://github.com/.extraheader 2022-09-27T16:21:53.2416427Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T16:21:53.2435198Z http.https://github.com/.extraheader 2022-09-27T16:21:53.2466891Z Entering 'third_party/ios-cmake' 2022-09-27T16:21:53.2486187Z http.https://github.com/.extraheader 2022-09-27T16:21:53.2512837Z Entering 'third_party/ittapi' 2022-09-27T16:21:53.2532648Z http.https://github.com/.extraheader 2022-09-27T16:21:53.2558346Z Entering 'third_party/kineto' 2022-09-27T16:21:53.2578158Z http.https://github.com/.extraheader 2022-09-27T16:21:53.2603361Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T16:21:53.2623479Z http.https://github.com/.extraheader 2022-09-27T16:21:53.2650637Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T16:21:53.2669900Z http.https://github.com/.extraheader 2022-09-27T16:21:53.2698009Z Entering 'third_party/nccl/nccl' 2022-09-27T16:21:53.2717092Z http.https://github.com/.extraheader 2022-09-27T16:21:53.2743372Z Entering 'third_party/neon2sse' 2022-09-27T16:21:53.2763138Z http.https://github.com/.extraheader 2022-09-27T16:21:53.2789015Z Entering 'third_party/nlohmann' 2022-09-27T16:21:53.2810248Z http.https://github.com/.extraheader 2022-09-27T16:21:53.2836919Z Entering 'third_party/onnx' 2022-09-27T16:21:53.2856940Z http.https://github.com/.extraheader 2022-09-27T16:21:53.2895407Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T16:21:53.2914653Z http.https://github.com/.extraheader 2022-09-27T16:21:53.2942478Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T16:21:53.2961412Z http.https://github.com/.extraheader 2022-09-27T16:21:53.2989636Z Entering 'third_party/onnx-tensorrt' 2022-09-27T16:21:53.3010112Z http.https://github.com/.extraheader 2022-09-27T16:21:53.3035900Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T16:21:53.3056196Z http.https://github.com/.extraheader 2022-09-27T16:21:53.3086324Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T16:21:53.3106262Z http.https://github.com/.extraheader 2022-09-27T16:21:53.3133184Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T16:21:53.3152392Z http.https://github.com/.extraheader 2022-09-27T16:21:53.3179680Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T16:21:53.3199004Z http.https://github.com/.extraheader 2022-09-27T16:21:53.3229529Z Entering 'third_party/pocketfft' 2022-09-27T16:21:53.3249790Z http.https://github.com/.extraheader 2022-09-27T16:21:53.3274842Z Entering 'third_party/protobuf' 2022-09-27T16:21:53.3294561Z http.https://github.com/.extraheader 2022-09-27T16:21:53.3323314Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T16:21:53.3342539Z http.https://github.com/.extraheader 2022-09-27T16:21:53.3368253Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T16:21:53.3387806Z http.https://github.com/.extraheader 2022-09-27T16:21:53.3415821Z Entering 'third_party/psimd' 2022-09-27T16:21:53.3435104Z http.https://github.com/.extraheader 2022-09-27T16:21:53.3460483Z Entering 'third_party/pthreadpool' 2022-09-27T16:21:53.3479415Z http.https://github.com/.extraheader 2022-09-27T16:21:53.3504818Z Entering 'third_party/pybind11' 2022-09-27T16:21:53.3524622Z http.https://github.com/.extraheader 2022-09-27T16:21:53.3550686Z Entering 'third_party/python-enum' 2022-09-27T16:21:53.3570305Z http.https://github.com/.extraheader 2022-09-27T16:21:53.3595303Z Entering 'third_party/python-peachpy' 2022-09-27T16:21:53.3615004Z http.https://github.com/.extraheader 2022-09-27T16:21:53.3640788Z Entering 'third_party/python-six' 2022-09-27T16:21:53.3660306Z http.https://github.com/.extraheader 2022-09-27T16:21:53.3686010Z Entering 'third_party/sleef' 2022-09-27T16:21:53.3705358Z http.https://github.com/.extraheader 2022-09-27T16:21:53.3731446Z Entering 'third_party/tbb' 2022-09-27T16:21:53.3750770Z http.https://github.com/.extraheader 2022-09-27T16:21:53.3778682Z Entering 'third_party/tensorpipe' 2022-09-27T16:21:53.3798632Z http.https://github.com/.extraheader 2022-09-27T16:21:53.3824160Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T16:21:53.3843098Z http.https://github.com/.extraheader 2022-09-27T16:21:53.3868553Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T16:21:53.3887871Z http.https://github.com/.extraheader 2022-09-27T16:21:53.3913746Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T16:21:53.3933434Z http.https://github.com/.extraheader 2022-09-27T16:21:53.3959933Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T16:21:53.3978460Z http.https://github.com/.extraheader 2022-09-27T16:21:53.4003542Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T16:21:53.4022300Z http.https://github.com/.extraheader 2022-09-27T16:21:53.4052365Z Entering 'third_party/zstd' 2022-09-27T16:21:53.4071781Z http.https://github.com/.extraheader 2022-09-27T16:21:53.4298725Z Cleaning up orphan processes